@agent-native/core 0.51.13 → 0.51.14
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.
- package/dist/cli/skills.d.ts.map +1 -1
- package/dist/cli/skills.js +8 -3
- package/dist/cli/skills.js.map +1 -1
- package/package.json +11 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agent-native/core",
|
|
3
|
-
"version": "0.51.
|
|
3
|
+
"version": "0.51.14",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=22"
|
|
@@ -147,14 +147,6 @@
|
|
|
147
147
|
"tsconfig.base.json",
|
|
148
148
|
"src/templates"
|
|
149
149
|
],
|
|
150
|
-
"scripts": {
|
|
151
|
-
"build": "tsc && tsc -p tsconfig.cli.json && node scripts/finalize-build.mjs",
|
|
152
|
-
"dev": "tsc --watch",
|
|
153
|
-
"typecheck": "tsc --noEmit",
|
|
154
|
-
"test": "vitest --run src",
|
|
155
|
-
"prepack": "tsx ../../scripts/sync-workspace-core-skills.ts --check && npm run build && cp ../../README.md ./README.md",
|
|
156
|
-
"prepublishOnly": "npm run build"
|
|
157
|
-
},
|
|
158
150
|
"dependencies": {
|
|
159
151
|
"@amplitude/analytics-browser": "^2.41.1",
|
|
160
152
|
"@anthropic-ai/sdk": "^0.90.0",
|
|
@@ -375,7 +367,7 @@
|
|
|
375
367
|
"@react-router/fs-routes": "^7.16.0",
|
|
376
368
|
"@supabase/supabase-js": "^2.49.0",
|
|
377
369
|
"@tabler/icons-react": "^3.40.0",
|
|
378
|
-
"@tailwindcss/vite": "
|
|
370
|
+
"@tailwindcss/vite": "^4.2.4",
|
|
379
371
|
"@tanstack/react-query": "^5.99.2",
|
|
380
372
|
"@types/better-sqlite3": "^7.6.13",
|
|
381
373
|
"@types/diff-match-patch": "^1.0.36",
|
|
@@ -400,10 +392,16 @@
|
|
|
400
392
|
"react": "^19.2.7",
|
|
401
393
|
"react-dom": "^19.2.7",
|
|
402
394
|
"react-router": "^7.16.0",
|
|
403
|
-
"tailwindcss": "
|
|
395
|
+
"tailwindcss": "^4.2.4",
|
|
404
396
|
"typescript": "^6.0.3",
|
|
405
|
-
"vite": "
|
|
397
|
+
"vite": "8.0.3",
|
|
406
398
|
"vitest": "^4.1.5",
|
|
407
399
|
"ws": "^8.18.0"
|
|
400
|
+
},
|
|
401
|
+
"scripts": {
|
|
402
|
+
"build": "tsc && tsc -p tsconfig.cli.json && node scripts/finalize-build.mjs",
|
|
403
|
+
"dev": "tsc --watch",
|
|
404
|
+
"typecheck": "tsc --noEmit",
|
|
405
|
+
"test": "vitest --run src"
|
|
408
406
|
}
|
|
409
|
-
}
|
|
407
|
+
}
|