chore: prepare foc-cli 0.1.1 release metadata#21
Conversation
|
@copilot review |
|
@coderabbitai review |
|
@codex review |
|
Mergeability update before merge:
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 0b7a677f8d
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| { | ||
| "name": "foc-cli", | ||
| "version": "0.0.4", | ||
| "version": "0.1.1", |
There was a problem hiding this comment.
Sync the CLI-reported version with this package bump
This bumps the published npm package to 0.1.1, but the runtime CLI still hardcodes version: '0.0.4' in cli/src/index.ts, so users installing 0.1.1 will still see 0.0.4 anywhere Incur exposes the CLI version, such as foc-cli --version or generated CLI metadata. Please update the runtime version source along with this package metadata to avoid publishing inconsistent release information.
Useful? React with 👍 / 👎.
Summary
foc-clifrom0.0.4to0.1.1, after verifying npm latest is0.1.0FIL-Builders/foc-skilltoFIL-Builders/foc-clifoc-cli@0.1.1Validation
npm view foc-cli version versions --json- latest0.1.0, versions0.0.4,0.1.0bun install --frozen-lockfile- no changesbun test- 33 tests passedbunx tsc --noEmit- passedbunx biome check src tests- passedbun run build- passeddist/package.jsoncontains version0.1.1andFIL-Builders/foc-climetadatanpm pack --dry-run- reportsfoc-cli@0.1.1git diff --check- passedNotes