@vm0/cli 9.83.0 → 9.83.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vm0/cli",
3
- "version": "9.83.0",
3
+ "version": "9.83.2",
4
4
  "description": "CLI application",
5
5
  "repository": {
6
6
  "type": "git",
package/zero.js CHANGED
@@ -82,7 +82,7 @@ import {
82
82
  updateZeroUserPreferences,
83
83
  upsertZeroOrgModelProvider,
84
84
  withErrorHandler
85
- } from "./chunk-Z7ZCVASY.js";
85
+ } from "./chunk-37AJL4NM.js";
86
86
 
87
87
  // src/zero.ts
88
88
  import { Command as Command55 } from "commander";
@@ -2997,7 +2997,7 @@ function registerZeroCommands(prog, commands) {
2997
2997
  }
2998
2998
  }
2999
2999
  var program = new Command55();
3000
- program.name("zero").description("Zero CLI - Manage your zero platform").version("9.83.0");
3000
+ program.name("zero").description("Zero CLI - Manage your zero platform").version("9.83.2");
3001
3001
  if (process.argv[1]?.endsWith("zero.js") || process.argv[1]?.endsWith("zero.ts") || process.argv[1]?.endsWith("zero")) {
3002
3002
  configureGlobalProxyFromEnv();
3003
3003
  registerZeroCommands(program);