rush-ai 0.17.0 → 0.18.0
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/index.js +5328 -4116
- package/dist/index.js.map +1 -1
- package/package.json +3 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rush-ai",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.18.0",
|
|
4
4
|
"description": "Rush CLI - Command-line interface for the Rush AI platform",
|
|
5
5
|
"private": false,
|
|
6
6
|
"type": "module",
|
|
@@ -32,7 +32,8 @@
|
|
|
32
32
|
"test:watch": "vitest",
|
|
33
33
|
"test:e2e": "vitest --config vitest.e2e.config.ts --no-watch",
|
|
34
34
|
"test:smoke": "vitest --config vitest.smoke.config.ts --no-watch",
|
|
35
|
-
"test:
|
|
35
|
+
"test:contract": "vitest --config vitest.contract.config.ts --no-watch",
|
|
36
|
+
"test:all": "pnpm test && pnpm test:contract && pnpm test:e2e",
|
|
36
37
|
"eval": "vitest --config evals/vitest.eval.config.ts --no-watch",
|
|
37
38
|
"clean": "rm -rf dist node_modules"
|
|
38
39
|
},
|