chore(ts-sdk): bump publish version to 0.1.1#100
Merged
Conversation
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
Bump the TypeScript SDK release surface from
0.1.0to0.1.1so npm publish can proceed after0.1.0became unreusable. This keeps the SDK and all six native runtime packages on a single consistent release version and updates the checked-in release examples to match.Changes
sdks/typescript/package.json: bump main SDK version to0.1.1sdks/typescript/native/*/package.json: bump all six native runtime packages to0.1.1sdks/typescript/src/app.ts: update exportedtypeScriptSdkVersionconstant to0.1.1sdks/typescript/src/runtime/runtime-extension.test.ts: update fixed SDK version expectationssdks/typescript/src/runtime/runtime-extension-stdio.test.ts: update fixed SDK version expectationssdks/typescript/RELEASING.md: update release tag example tots-sdk-v0.1.1For slice-related changes, include:
ts-sdk-v0.1.1instead ofts-sdk-v0.1.0Motivation
Business motivation:
The previous
0.1.0publish attempt made that exact npm version unavailable for reuse, so a new publishable SDK version is required.Technical motivation:
All publishable packages and internal SDK version markers need to remain aligned or the release workflow will reject the tag and metadata checks will fail.
Alternative approaches considered:
0.1.0: not viable because npm does not allow reusing a previously published package versionScope and impact
sdks/typescriptand native runtime package manifestsTesting
Commands/results:
Results:
pnpm --dir sdks/typescript run check: passedverifyjob underact/Docker: passed with SDK version0.1.1Related issues and documentation
0.1.0ts-sdk-v0.1.1release tag onmaindocs/architecture/README.mdsdks/typescript/RELEASING.mdupdated for the new example tagReviewer checklist
docs/architecture/ard/0003-slice-dependency-contracts.md)Additional notes
This PR intentionally does not move any release tags. After merge, the publish flow should tag
mainwithts-sdk-v0.1.1only.