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
feat(snapshot): accept bun globals from CLI publish payload
- Read `snapshot.packages.bun` from the upload body
- Bucket bun globals as `type: 'npm'` in the typed packages array so
the downstream alias/install endpoints (which only special-case
`npm` and `cask`) install them via `npm install -g` from the same
registry, rather than misrouting them to `brew install`
- Dedupe against existing npm entries
- Bun provenance preserved in the raw `snapshot.packages.bun` blob
for future UI work
0 commit comments