You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(publish): pnpm pack to resolve workspace:* before npm publish
@agentruntimecontrolprotocol/sdk@1.0.1 shipped its internal workspace:*
deps unresolved, so installs failed with EUNSUPPORTEDPROTOCOL. publish.yml
now packs each package with `pnpm pack` (which rewrites workspace:* to the
concrete versions) and publishes the resulting tarball, preserving npm
OIDC provenance. Includes a changeset bumping the sdk meta-package to 1.0.2.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
fix(publish): pack with `pnpm pack` before `npm publish` so internal `workspace:*` deps resolve to concrete versions in the published manifest. 1.0.1 shipped `workspace:*` unresolved and failed to install with `EUNSUPPORTEDPROTOCOL`.
0 commit comments