Removed @clockworklabs/typescript-sdk in favor of spacetimedb#3262
Merged
Conversation
7737f3f to
a83cd9a
Compare
bfops
reviewed
Sep 22, 2025
bfops
reviewed
Sep 22, 2025
bfops
reviewed
Sep 22, 2025
bfops
reviewed
Sep 22, 2025
bfops
reviewed
Sep 22, 2025
bfops
approved these changes
Sep 22, 2025
Collaborator
bfops
left a comment
There was a problem hiding this comment.
Okay, this LGTM for the level of review I'm willing to do right now. It sounds like our plan is to test tomorrow morning.
bfops
added a commit
that referenced
this pull request
Sep 23, 2025
…bs/typescript-sdk` in favor of `spacetimedb`
Contributor
Author
To be clear I have tested this release, but would like to do additional testing once we've published the package with the latest version to ensure it's working on npm. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of Changes
This PR removes the
@clockworklabs/typescript-sdkfrom the repository and retains onlyspacetimedbin thecrates/bindings-typescriptdirectory. Some files are migrated tospacetimedb. I have also updated the appropriate READMEs.In addition I have symlinked the old
sdks/typescriptdirectory to point tocrates/bindings-typescript.API and ABI breaking changes
This is not technically a breaking change of any kind, although it does orphan and deprecate the @clockworklabs/spacetimedb-sdk npm package. This package will no longer work with SpacetimeDB.
Users should now install and use the
spacetimedbpackage.Expected complexity level and risk
2, it's a straightforward change but affects many files.
Testing
pnpm testin thespacetimedbpackage