@vm0/cli 9.96.1 → 9.97.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/{chunk-IY5MFRXW.js → chunk-HWEQWUNR.js} +75 -12
- package/chunk-HWEQWUNR.js.map +1 -0
- package/index.js +30 -22
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/zero.js +2 -2
- package/chunk-IY5MFRXW.js.map +0 -1
package/package.json
CHANGED
package/zero.js
CHANGED
|
@@ -108,7 +108,7 @@ import {
|
|
|
108
108
|
updateZeroUserPreferences,
|
|
109
109
|
upsertZeroOrgModelProvider,
|
|
110
110
|
withErrorHandler
|
|
111
|
-
} from "./chunk-
|
|
111
|
+
} from "./chunk-HWEQWUNR.js";
|
|
112
112
|
|
|
113
113
|
// src/zero.ts
|
|
114
114
|
import { Command as Command73 } from "commander";
|
|
@@ -4479,7 +4479,7 @@ function registerZeroCommands(prog, commands) {
|
|
|
4479
4479
|
var program = new Command73();
|
|
4480
4480
|
program.name("zero").description(
|
|
4481
4481
|
"Zero CLI \u2014 interact with the zero platform from inside the sandbox"
|
|
4482
|
-
).version("9.
|
|
4482
|
+
).version("9.97.0").addHelpText(
|
|
4483
4483
|
"after",
|
|
4484
4484
|
`
|
|
4485
4485
|
Examples:
|