@novastorm-ai/cli 0.1.2 → 0.1.3

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/bin/nova.js CHANGED
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  run
4
- } from "../chunk-GUFZONXW.js";
4
+ } from "../chunk-HVDG2MLB.js";
5
5
  import "../chunk-KE7XWO5N.js";
6
6
  import "../chunk-DQXTUNZA.js";
7
7
  import "../chunk-7K55GHF5.js";
@@ -1002,7 +1002,7 @@ async function startCommand() {
1002
1002
  projectHash = createHash2("sha256").update(cwd).digest("hex");
1003
1003
  }
1004
1004
  const telemetry = new Telemetry();
1005
- const cliPkg = await import("./package-ZK6FIQ5S.js").catch(
1005
+ const cliPkg = await import("./package-BSAVJZ7S.js").catch(
1006
1006
  () => ({ default: { version: "0.0.1" } })
1007
1007
  );
1008
1008
  telemetry.send({
package/dist/index.js CHANGED
@@ -4,7 +4,7 @@ import {
4
4
  createCli,
5
5
  promptAndScaffold,
6
6
  run
7
- } from "./chunk-GUFZONXW.js";
7
+ } from "./chunk-HVDG2MLB.js";
8
8
  import "./chunk-KE7XWO5N.js";
9
9
  import {
10
10
  ConfigReader,
@@ -4,7 +4,7 @@ import "./chunk-3RG5ZIWI.js";
4
4
  var package_default = {
5
5
  name: "@novastorm-ai/cli",
6
6
  publishConfig: { access: "public" },
7
- version: "0.1.2",
7
+ version: "0.1.3",
8
8
  license: "SEE LICENSE IN LICENSE.md",
9
9
  type: "module",
10
10
  main: "dist/index.js",
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "0.1.2",
6
+ "version": "0.1.3",
7
7
  "license": "SEE LICENSE IN LICENSE.md",
8
8
  "type": "module",
9
9
  "main": "dist/index.js",
@@ -36,8 +36,8 @@
36
36
  "tsup": "^8.4.0",
37
37
  "typescript": "^5.7.0",
38
38
  "@novastorm-ai/licensing": "0.0.1",
39
- "@novastorm-ai/core": "0.0.1",
40
- "@novastorm-ai/proxy": "0.0.1"
39
+ "@novastorm-ai/proxy": "0.0.1",
40
+ "@novastorm-ai/core": "0.0.1"
41
41
  },
42
42
  "scripts": {
43
43
  "build": "tsup",