Skip to content

fix(ci): publish the @beyond.dev/kv workspace package#5

Merged
jaredLunde merged 1 commit into
mainfrom
fix/release-sdk-workspace-pkg
Jun 20, 2026
Merged

fix(ci): publish the @beyond.dev/kv workspace package#5
jaredLunde merged 1 commit into
mainfrom
fix/release-sdk-workspace-pkg

Conversation

@jaredLunde

Copy link
Copy Markdown
Contributor

sdk/ts is a private workspace root (workspaces: ["kv","rate-limit","flags"]); the publishable @beyond.dev/kv lives at sdk/ts/kv. The release workflow ran npm version and npm publish from sdk/ts, so it operated on the private root and never published the package (hence npm view @beyond.dev/kv shows nothing installable).

This points the version + publish steps at sdk/ts/kv. The full-workspace build:ts is unchanged.

Note: like @beyond.dev/auth, publishing uses OIDC trusted publishing — the npm package's trusted publisher must be configured for @beyond.dev/kv before the first sdk/v* tag.

🤖 Generated with Claude Code

…e sdk/ts root

sdk/ts is a private workspace root; @beyond.dev/kv lives in sdk/ts/kv. The
release workflow versioned and published from sdk/ts, so npm publish ran
against the private root and never published the package. Target sdk/ts/kv.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@jaredLunde jaredLunde merged commit 87a5edc into main Jun 20, 2026
5 checks passed
@jaredLunde jaredLunde deleted the fix/release-sdk-workspace-pkg branch June 20, 2026 18:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant