@abloatai/cli 0.58.0 → 0.59.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/cli.cjs +1474 -1309
- package/package.json +9 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abloatai/cli",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.59.0",
|
|
4
4
|
"description": "The ablo command line: set up Ablo, connect your database, and push your schema from the terminal.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"homepage": "https://docs.abloatai.com/cli",
|
|
@@ -26,6 +26,11 @@
|
|
|
26
26
|
"test": "jest",
|
|
27
27
|
"test:quickstart": "node scripts/test-quickstart.mjs",
|
|
28
28
|
"eval:setup": "node --import ../../node_modules/tsx/dist/loader.mjs scripts/eval-setup-agent.ts",
|
|
29
|
+
"eval:docs:brownfield": "node --import ../../node_modules/tsx/dist/loader.mjs scripts/eval-docs-existing-operation.ts",
|
|
30
|
+
"eval:docs:discovery": "ABLO_DOCS_EVAL_ACCESS=browsable node --import ../../node_modules/tsx/dist/loader.mjs scripts/eval-docs-existing-operation.ts",
|
|
31
|
+
"eval:docs:discovery:matrix": "node --import ../../node_modules/tsx/dist/loader.mjs scripts/eval-docs-discovery-matrix.ts",
|
|
32
|
+
"eval:docs:qm": "node --import ../../node_modules/tsx/dist/loader.mjs scripts/eval-docs-qm.ts",
|
|
33
|
+
"eval:docs:sandcastle": "node --import ../../node_modules/tsx/dist/loader.mjs scripts/eval-docs-sandcastle.ts",
|
|
29
34
|
"eval:setup:qm": "node --import ../../node_modules/tsx/dist/loader.mjs scripts/eval-setup-qm.ts",
|
|
30
35
|
"eval:setup:repositories": "node --import ../../node_modules/tsx/dist/loader.mjs scripts/benchmark-setup-repositories.ts"
|
|
31
36
|
},
|
|
@@ -36,10 +41,10 @@
|
|
|
36
41
|
},
|
|
37
42
|
"dependencies": {
|
|
38
43
|
"@sentry/node": "^10.18.0",
|
|
39
|
-
"@abloatai/transaction": "^0.
|
|
44
|
+
"@abloatai/transaction": "^0.59.0",
|
|
40
45
|
"jiti": "^2.7.0",
|
|
41
46
|
"zod": "^4.4.3",
|
|
42
|
-
"@abloatai/humans": "^0.
|
|
47
|
+
"@abloatai/humans": "^0.59.0"
|
|
43
48
|
},
|
|
44
49
|
"devDependencies": {
|
|
45
50
|
"@ablo/product-analytics": "file:../product-analytics",
|
|
@@ -48,6 +53,7 @@
|
|
|
48
53
|
"@prisma/client": "^7.9.0",
|
|
49
54
|
"@types/jest": "^30.0.0",
|
|
50
55
|
"@types/node": "^22.0.0",
|
|
56
|
+
"ai": "^6.0.116",
|
|
51
57
|
"drizzle-orm": "^0.45.2",
|
|
52
58
|
"jest": "^30.2.0",
|
|
53
59
|
"jest-environment-node": "^30.2.0",
|