Release Node SDK and CLI 0.30.0#109
Merged
Merged
Conversation
Greptile SummaryBumps both
Confidence Score: 5/5All three changes are consistent mechanical version bumps with no logic modifications; safe to merge. The PR touches only version strings — two package.json version fields and two template constants. Every changed value is consistent (all 0.30.0 / ^0.30.0), matching the stated intent. No logic, dependencies, or behavior changed. No files require special attention. Important Files Changed
Reviews (2): Last reviewed commit: "Update function scaffold ranges for 0.30..." | Re-trigger Greptile |
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.
Summary
Bumps the published Node packages for the merged CLI QoL batch:
@primitivedotdev/sdk:0.29.0->0.30.0@primitivedotdev/cli:0.29.0->0.30.0^0.29.0->^0.30.0for both SDK and CLIThis will trigger the Node SDK and CLI release workflows after merge. The CLI release is the main test target; the SDK is bumped too because the shared OpenAPI operation manifest exported from
@primitivedotdev/sdk/openapichanged in the same batch.Validation
npm view @primitivedotdev/cli version->0.29.0npm view @primitivedotdev/sdk version->0.29.0pnpm --filter @primitivedotdev/cli test -- tests/oclif/functions-init.test.tspnpm --filter @primitivedotdev/cli typecheckpnpm --filter @primitivedotdev/cli lintpnpm --filter @primitivedotdev/sdk typecheckpnpm --filter @primitivedotdev/sdk lint