@nexusts/cli 0.7.2 → 0.7.4

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.
@@ -8,6 +8,7 @@ export * from "./logger.js";
8
8
  export * from "./loose-json.js";
9
9
  export * from "./prompts.js";
10
10
  export * from "./template.js";
11
+ export { VERSION } from "./version.js";
11
12
  /**
12
13
  * The CLI command contract. Every command module exports a default
13
14
  * `Command` object that the entry point dispatches against.
@@ -0,0 +1 @@
1
+ export declare const VERSION: string;