Skip to content

fix: change workspace:* to workspace:^ for npm publish#12

Merged
vanceingalls merged 1 commit intomainfrom
fix/workspace-deps
Mar 23, 2026
Merged

fix: change workspace:* to workspace:^ for npm publish#12
vanceingalls merged 1 commit intomainfrom
fix/workspace-deps

Conversation

@vanceingalls
Copy link
Copy Markdown
Collaborator

@vanceingalls vanceingalls commented Mar 23, 2026

Summary

workspace:* in producer and engine deps was left unconverted when published to npm, causing install failures for external consumers (@hyperframes/core@workspace:* is not a valid npm version).

workspace:^ is converted by pnpm to ^0.1.0 during pnpm publish.

After merging, all three packages need to be republished:

pnpm --filter @hyperframes/core publish --no-git-checks
pnpm --filter @hyperframes/engine publish --no-git-checks
pnpm --filter @hyperframes/producer publish --no-git-checks

pnpm converts workspace:^ to ^X.Y.Z during publish, but workspace:*
was left unconverted in the registry. This caused install failures
for external consumers.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@vanceingalls vanceingalls merged commit 1a713b3 into main Mar 23, 2026
1 check passed
@jrusso1020 jrusso1020 deleted the fix/workspace-deps branch March 23, 2026 03: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.

2 participants