All @porulle/* packages (32) published to npm at 0.6.0 (fixed-version group).
Highlights
- fix(cli): scaffold version pinning (#32) —
@porulle/cli initnow pins scaffolded@porulle/*dependencies to the version of the CLI that created the project (^0.6.0), instead of a static range that went stale every release and left new projects a full minor behind under 0.x caret semantics. - chore: package manager bun → pnpm (#31) — dependency management and publishing now run on pnpm.
workspace:*internal deps are correctly rewritten to the concrete version at publish time (verified on the published artifacts), closing the prior npm-leak / stale-lockfile publish hazards. Bun is retained only as the app runtime and example/dev tooling.
Install
pnpm add @porulle/core@0.6.0
# or scaffold:
pnpm dlx @porulle/cli init my-shopFull per-package changelogs live in each package's CHANGELOG.md.