Skip to content

chore: add publishConfig for npm public access and bump version to 2.0.2#21

Merged
bolom merged 1 commit intomasterfrom
chore/npm-publish-config
Oct 22, 2025
Merged

chore: add publishConfig for npm public access and bump version to 2.0.2#21
bolom merged 1 commit intomasterfrom
chore/npm-publish-config

Conversation

@bolom
Copy link
Contributor

@bolom bolom commented Oct 22, 2025

Summary

Fixes npm publish error for scoped package by adding proper public access configuration.

Changes

  • Add publishConfig.access: public to package.json for scoped npm package
  • Bump version to 2.0.2 to match GitHub release

Why This Fix Is Needed

When publishing a scoped package (@scionx/chain-connect) to npm for the first time, npm requires explicit public access configuration. Without this, the publish fails with:

404 Not Found - PUT https://registry.npmjs.org/@scionx%2fchain-connect - Not found

Test Plan

  • All tests pass
  • Build succeeds
  • Verify npm publish works after merge

@bolom bolom merged commit cf7b0e9 into master Oct 22, 2025
1 check passed
@bolom bolom deleted the chore/npm-publish-config branch October 22, 2025 21:16
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