@voltx/cli 0.4.5 → 0.4.6

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/cli.js CHANGED
@@ -1811,7 +1811,7 @@ var init_index = __esm({
1811
1811
  init_build();
1812
1812
  init_start();
1813
1813
  init_generate();
1814
- CLI_VERSION = "0.4.5";
1814
+ CLI_VERSION = "0.4.6";
1815
1815
  }
1816
1816
  });
1817
1817
 
package/dist/index.d.mts CHANGED
@@ -4,6 +4,6 @@ export { BuildOptions, runBuild } from './build.mjs';
4
4
  export { StartOptions, runStart } from './start.mjs';
5
5
  export { GenerateOptions, GeneratorType, runGenerate } from './generate.mjs';
6
6
 
7
- declare const CLI_VERSION = "0.4.5";
7
+ declare const CLI_VERSION = "0.4.6";
8
8
 
9
9
  export { CLI_VERSION };
package/dist/index.d.ts CHANGED
@@ -4,6 +4,6 @@ export { BuildOptions, runBuild } from './build.js';
4
4
  export { StartOptions, runStart } from './start.js';
5
5
  export { GenerateOptions, GeneratorType, runGenerate } from './generate.js';
6
6
 
7
- declare const CLI_VERSION = "0.4.5";
7
+ declare const CLI_VERSION = "0.4.6";
8
8
 
9
9
  export { CLI_VERSION };
package/dist/index.js CHANGED
@@ -1747,7 +1747,7 @@ function toCamelCase(str) {
1747
1747
  }
1748
1748
 
1749
1749
  // src/index.ts
1750
- var CLI_VERSION = "0.4.5";
1750
+ var CLI_VERSION = "0.4.6";
1751
1751
  // Annotate the CommonJS export names for ESM import in node:
1752
1752
  0 && (module.exports = {
1753
1753
  CLI_VERSION,
package/dist/index.mjs CHANGED
@@ -16,7 +16,7 @@ import {
16
16
  import "./chunk-IV352HZA.mjs";
17
17
 
18
18
  // src/index.ts
19
- var CLI_VERSION = "0.4.5";
19
+ var CLI_VERSION = "0.4.6";
20
20
  export {
21
21
  CLI_VERSION,
22
22
  createProject,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voltx/cli",
3
- "version": "0.4.5",
3
+ "version": "0.4.6",
4
4
  "description": "VoltX CLI — dev server, build, start, generate, and scaffolding",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -16,7 +16,7 @@
16
16
  }
17
17
  },
18
18
  "dependencies": {
19
- "@voltx/core": "^0.4.5"
19
+ "@voltx/core": "^0.4.6"
20
20
  },
21
21
  "peerDependencies": {
22
22
  "tsx": ">=4.0.0",