Skip to content

@tupper/firecracker@0.1.1

Choose a tag to compare

@github-actions github-actions released this 23 Jun 20:01
· 4 commits to main since this release

Patch Changes

  • Fix uninstallable 0.1.0 packages whose internal dependencies were published as the literal workspace:* protocol.

    The release pipeline previously published via changeset publish, which shells out to npm publish and leaves workspace:* verbatim in the published manifests — so npm install/bunx of any package with internal @tupper/* deps failed with EUNSUPPORTEDPROTOCOL / workspace:* failed to resolve. Releases now publish each package with bun publish, which rewrites workspace:* to the concrete version.

  • Updated dependencies

    • @tupper/core@0.1.1