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
## Summary
Switch package publishing from GitHub Packages to public npmjs and update
install and release docs to match.
## Changes
- retarget the publish workflow to registry.npmjs.org using NPM_TOKEN
- make package publish metadata public and remove GitHub Packages pinning
- simplify install docs for public npmjs usage
- add a changeset covering the publishable packages
- fix package export ordering so type-aware linting resolves parser types
## Why
The packages are already intended to be publicly consumable, and the GitHub
Packages-specific flow was adding auth friction and confusing agents about
where releases actually land.
## Testing
- npm whoami with the provided token against npmjs returned 401 Unauthorized
- pnpm lint
- pnpm test
- ruby -e 'require "yaml"; YAML.load_file(".github/workflows/publish-packages.yml"); puts "YAML_OK"'
0 commit comments