Skip to content

Bump all packages to 0.1.1-beta.1 (fix broken workspace:* deps) - #33

Merged
SayantanCode merged 1 commit into
mainfrom
release/0.1.1-beta.1
Jul 25, 2026
Merged

Bump all packages to 0.1.1-beta.1 (fix broken workspace:* deps)#33
SayantanCode merged 1 commit into
mainfrom
release/0.1.1-beta.1

Conversation

@SayantanCode

Copy link
Copy Markdown
Owner

Summary

  • Republished all 9 packages to npm at 0.1.1-beta.1 via pnpm publish (not raw npm publish), which correctly resolves workspace:* to real semver ranges before publishing.
  • The prior 0.1.1-beta.0 publish (raw npm publish) shipped every internal @vayo-hq/* dependency as a literal, unresolved "workspace:*" string — completely uninstallable by any real consumer (EUNSUPPORTEDPROTOCOL). Those old versions stay published as-is (npm never allows deleting/overwriting a version) but should not be used.
  • This PR reconciles git with what's already live on the registry: changeset version bump + changelogs for all 9 packages.

Test plan

  • pnpm build succeeds at the new version
  • pnpm pack confirmed workspace:* → real resolved version in the tarball's package.json before publishing
  • Fresh npm install @vayo-hq/cli@beta @vayo-hq/capture-express@beta @vayo-hq/db-mongo@beta into a throwaway project succeeds with zero workspace: leftovers
  • vayo --help runs correctly from the installed CLI binary
  • CI (build/lint/boundaries/test) green on this PR

…cies

The first real npm publish used raw `npm publish` per-package, which does
not rewrite pnpm's workspace:* protocol specifiers into resolved semver
ranges before publishing. Every published package with an internal
@vayo-hq/* dependency was left completely uninstallable
(EUNSUPPORTEDPROTOCOL) for any real external consumer.

Republished all 9 packages at 0.1.1-beta.1 using `pnpm publish`, which
correctly resolves workspace:* to real versions. Verified with a fresh
`npm install` into a throwaway project - no workspace: leftovers, and the
vayo CLI binary runs. This commit reconciles git with what's now live on
the registry.
@SayantanCode
SayantanCode merged commit d38c08f into main Jul 25, 2026
3 checks passed
@SayantanCode
SayantanCode deleted the release/0.1.1-beta.1 branch July 25, 2026 19:15
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.

1 participant