chore(cli): release 0.2.0 - #7
Merged
Merged
Conversation
Prepare npm publication of the merged per-side stroke-width feature without changing implementation or historical evidence. Co-authored-by: Cursor <cursoragent@cursor.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
The merged per-side stroke-width feature (PR#5) needs a semver minor bump so owners can publish
@hsskey/tokenloom@0.2.0to npm. Published 0.1.0 predates that capability.What changed
apps/cli/package.json: version0.1.0→0.2.0apps/cli/test/installed-package.test.ts: fixed packed-manifest version assertion to0.2.0No implementation, docs, or historical evidence rewrites.
How I checked
pnpm build pnpm --filter @hsskey/tokenloom test pnpm typecheck pnpm lintpnpm --filter @hsskey/tokenloom testexit 0 (298 passed, includinginstalled-package.test.tsanddirect-input.test.tsstroke cases).Fresh offline Node v22.23.2 packed-install validation of
hsskey-tokenloom-0.2.0.tgz(sha25693c526d2eec99e71529bd69ced5fc8247e557da74b859a526facbf640abe004c): uniform, per-side, unequal, unknown, unknown--strict, and no-width stroke behaviors all match expected receipts.CI on this PR:
fastpassed;fullskipped (not a failure).npm whoamireturnsENEEDAUTHin the current context — publication not performed.What I left alone
vitest -u, no rewritten committed evidenceSeparate merge and publication approval are required. Publish the validated tarball (
hsskey-tokenloom-0.2.0.tgz, sha256 above) or rebuild withpnpm build && npm packand re-verify after merge; do not publish from an unverified staledist/.