Skip to content

fix: make plugin release tarball paths npm 12 compatible - #20

Merged
superche merged 1 commit into
mainfrom
feat/release-plugin-0.3.0-20260728
Jul 28, 2026
Merged

fix: make plugin release tarball paths npm 12 compatible#20
superche merged 1 commit into
mainfrom
feat/release-plugin-0.3.0-20260728

Conversation

@superche

Copy link
Copy Markdown
Owner

Summary

  • prefix local release tarballs with ./ before npm publish
  • prefix registry-downloaded tarballs with ./ before npm install
  • cover contracts, core, and MCP artifacts with a regression test

Why

The protected 0.3.0 release run failed before publishing because npm 12 interpreted release/pippit-bridge-contracts-0.1.0.tgz as a GitHub package spec and rejected it with EALLOWGIT.

Validation

  • npm test (53 files, 395 tests passed)
  • npm 12.0.1 dry-run publish of ./release/pippit-bridge-contracts-0.1.0.tgz against https://registry.npmjs.org
  • git diff --check

@superche
superche merged commit 6268c04 into main Jul 28, 2026
5 checks passed
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