@xera-ai/cli 0.11.6 → 0.12.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 +2 -0
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -480,6 +480,8 @@ async function initCommand(opts) {
|
|
|
480
480
|
pkg.scripts["xera:impact-prepare"] = "xera-internal impact-prepare";
|
|
481
481
|
pkg.scripts["xera:heal-prepare"] = "xera-internal heal-prepare";
|
|
482
482
|
pkg.scripts["xera:disputes"] = "xera-internal disputes";
|
|
483
|
+
pkg.scripts["xera:explore-prepare"] = "xera-internal explore-prepare";
|
|
484
|
+
pkg.scripts["xera:explore-finalize"] = "xera-internal explore-finalize";
|
|
483
485
|
pkg.dependencies = pkg.dependencies ?? {};
|
|
484
486
|
pkg.dependencies["@xera-ai/core"] = `^${CLI_VERSION}`;
|
|
485
487
|
pkg.dependencies["@xera-ai/prompts"] = `^${CLI_VERSION}`;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xera-ai/cli",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.12.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"bin": {
|
|
6
6
|
"xera": "./bin/xera"
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
"typecheck": "tsc --noEmit"
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@xera-ai/core": "^0.
|
|
19
|
-
"@xera-ai/skills": "^0.
|
|
18
|
+
"@xera-ai/core": "^0.12.0",
|
|
19
|
+
"@xera-ai/skills": "^0.12.0",
|
|
20
20
|
"@clack/prompts": "1.4.0",
|
|
21
21
|
"cac": "7.0.0",
|
|
22
22
|
"picocolors": "1.1.1"
|