@kolisachint/hoocode-ai 0.2.4 → 0.2.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kolisachint/hoocode-ai",
3
- "version": "0.2.4",
3
+ "version": "0.2.5",
4
4
  "description": "Unified LLM API with automatic model discovery and provider configuration",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -60,8 +60,8 @@
60
60
  ],
61
61
  "scripts": {
62
62
  "clean": "shx rm -rf dist",
63
- "generate-models": "npx tsx scripts/generate-models.ts",
64
- "generate-image-models": "npx tsx scripts/generate-image-models.ts",
63
+ "generate-models": "bun run scripts/generate-models.ts",
64
+ "generate-image-models": "bun run scripts/generate-image-models.ts",
65
65
  "build": "npm run generate-models && npm run generate-image-models && tsgo -p tsconfig.build.json",
66
66
  "dev": "tsgo -p tsconfig.build.json --watch --preserveWatchOutput",
67
67
  "dev:tsc": "tsgo -p tsconfig.build.json --watch --preserveWatchOutput",