Skip to content

fix(ci): npm pack test + v7 dist-tag for publish - #381

Merged
plrthink merged 1 commit into
masterfrom
cursor/fix-publish-blockers-0f19
Aug 31, 2026
Merged

fix(ci): npm pack test + v7 dist-tag for publish#381
plrthink merged 1 commit into
masterfrom
cursor/fix-publish-blockers-0f19

Conversation

@plrthink

Copy link
Copy Markdown
Collaborator

Fixes tag-triggered publish failures after #380:

  1. 9.4.1npm pack --json on npm@latest returns an object keyed by package name, not an array. Update test to accept both shapes.
  2. 7.1.2 — npm refuses to apply latest when publishing 7.1.2 because 9.4.0 is higher. Publish 7.x with --tag v7 instead.

After merge, retag v9.4.1 and v7.1.2 to re-run publish.

Open in Web Open in Cursor 

- Handle npm@latest pack --json object keyed by package name (not array)
- Publish 7.x releases with --tag v7 so they do not conflict with latest 9.x

Co-authored-by: Perry <plrthink@gmail.com>
@plrthink
plrthink marked this pull request as ready for review August 31, 2026 22:20
@plrthink
plrthink merged commit ebd858e into master Aug 31, 2026
9 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.

2 participants