Skip to content

Commit 2e3edcc

Browse files
phuctm97claude
andauthored
Add missing modelfetch package version to create-modelfetch CLI (#103)
## Summary - Added the missing `modelfetch` package version to the `packageVersions` object in the create-modelfetch CLI - This ensures new projects scaffolded with create-modelfetch can properly reference the main modelfetch package ## Test plan - [ ] Run `pnpm exec nx run create-modelfetch:build` to verify the build succeeds - [ ] Test scaffolding a new project with the CLI to ensure the modelfetch package version is correctly included 🤖 Generated with [Claude Code](https://claude.ai/code) Co-authored-by: Claude <[email protected]>
1 parent 99be61a commit 2e3edcc

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
__default__: patch
3+
---
4+
5+
Add missing modelfetch package version to create-modelfetch CLI templates

libs/create-modelfetch/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ const packageVersions = {
2626
zod: "3.25.76",
2727
tslib: "2.8.1",
2828
typescript: "5.9.2",
29+
modelfetch: packageJson.version,
2930
"@modelfetch/node": packageJson.version,
3031
"@types/node": "22.17.1",
3132
tsx: "4.20.4",

0 commit comments

Comments
 (0)