chore: publish sdk on release (#7895)

* chore: publish sdk on release

* fix: runtime dep

* chore: sync versions

* chore: update readme

* fix: use Node16 module resolution
This commit is contained in:
Jason Rasmussen 2024-03-12 12:01:12 -04:00 committed by GitHub
parent 779f5d9b3d
commit 17d7d9364f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 90 additions and 40 deletions

View file

@ -1,2 +1,2 @@
export * from './fetch-client';
export * from './fetch-errors';
export * from './fetch-client.js';
export * from './fetch-errors.js';