@vm0/cli 9.150.9 → 9.150.11
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/{chunk-QVMEP4RI.js → chunk-2ZSJAVJT.js} +5 -19
- package/{chunk-QVMEP4RI.js.map → chunk-2ZSJAVJT.js.map} +1 -1
- package/index.js +9 -9
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/zero.js +2 -2
- package/zero.js.map +1 -1
package/package.json
CHANGED
package/zero.js
CHANGED
|
@@ -130,7 +130,7 @@ import {
|
|
|
130
130
|
withErrorHandler,
|
|
131
131
|
zeroAgentCustomSkillNameSchema,
|
|
132
132
|
zeroRemoteAgentCommand
|
|
133
|
-
} from "./chunk-
|
|
133
|
+
} from "./chunk-2ZSJAVJT.js";
|
|
134
134
|
import {
|
|
135
135
|
__toESM,
|
|
136
136
|
init_esm_shims
|
|
@@ -7749,7 +7749,7 @@ function registerZeroCommands(prog, commands) {
|
|
|
7749
7749
|
var program = new Command();
|
|
7750
7750
|
program.name("zero").description(
|
|
7751
7751
|
"Zero CLI \u2014 interact with the zero platform from inside the sandbox"
|
|
7752
|
-
).version("9.150.
|
|
7752
|
+
).version("9.150.11").addHelpText(
|
|
7753
7753
|
"after",
|
|
7754
7754
|
`
|
|
7755
7755
|
Examples:
|