@novastorm-ai/cli 0.0.3 → 0.0.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.
package/dist/bin/nova.js
CHANGED
|
@@ -898,7 +898,7 @@ async function startCommand() {
|
|
|
898
898
|
projectHash = createHash2("sha256").update(cwd).digest("hex");
|
|
899
899
|
}
|
|
900
900
|
const telemetry = new Telemetry();
|
|
901
|
-
const cliPkg = await import("./package-
|
|
901
|
+
const cliPkg = await import("./package-BDGFABJG.js").catch(
|
|
902
902
|
() => ({ default: { version: "0.0.1" } })
|
|
903
903
|
);
|
|
904
904
|
telemetry.send({
|
package/dist/index.js
CHANGED
|
@@ -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.0.
|
|
7
|
+
version: "0.0.4",
|
|
8
8
|
license: "SEE LICENSE IN LICENSE.md",
|
|
9
9
|
type: "module",
|
|
10
10
|
main: "dist/index.js",
|
|
@@ -26,9 +26,6 @@ var package_default = {
|
|
|
26
26
|
"@anthropic-ai/sdk": "^0.39.0",
|
|
27
27
|
"@iarna/toml": "^2.2.5",
|
|
28
28
|
"@inquirer/prompts": "^8.3.2",
|
|
29
|
-
"@novastorm-ai/core": "workspace:*",
|
|
30
|
-
"@novastorm-ai/licensing": "workspace:*",
|
|
31
|
-
"@novastorm-ai/proxy": "workspace:*",
|
|
32
29
|
chalk: "^5.6.2",
|
|
33
30
|
commander: "^14.0.3",
|
|
34
31
|
html2canvas: "^1.4.1",
|
|
@@ -41,6 +38,9 @@ var package_default = {
|
|
|
41
38
|
zod: "^3.25.0"
|
|
42
39
|
},
|
|
43
40
|
devDependencies: {
|
|
41
|
+
"@novastorm-ai/core": "workspace:*",
|
|
42
|
+
"@novastorm-ai/licensing": "workspace:*",
|
|
43
|
+
"@novastorm-ai/proxy": "workspace:*",
|
|
44
44
|
tsup: "^8.4.0",
|
|
45
45
|
typescript: "^5.7.0"
|
|
46
46
|
}
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "0.0.
|
|
6
|
+
"version": "0.0.4",
|
|
7
7
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
8
8
|
"type": "module",
|
|
9
9
|
"main": "dist/index.js",
|
|
@@ -30,14 +30,14 @@
|
|
|
30
30
|
"ora": "^9.3.0",
|
|
31
31
|
"picomatch": "^4.0.2",
|
|
32
32
|
"ws": "^8.19.0",
|
|
33
|
-
"zod": "^3.25.0"
|
|
34
|
-
"@novastorm-ai/core": "0.0.1",
|
|
35
|
-
"@novastorm-ai/proxy": "0.0.1",
|
|
36
|
-
"@novastorm-ai/licensing": "0.0.1"
|
|
33
|
+
"zod": "^3.25.0"
|
|
37
34
|
},
|
|
38
35
|
"devDependencies": {
|
|
39
36
|
"tsup": "^8.4.0",
|
|
40
|
-
"typescript": "^5.7.0"
|
|
37
|
+
"typescript": "^5.7.0",
|
|
38
|
+
"@novastorm-ai/core": "0.0.1",
|
|
39
|
+
"@novastorm-ai/proxy": "0.0.1",
|
|
40
|
+
"@novastorm-ai/licensing": "0.0.1"
|
|
41
41
|
},
|
|
42
42
|
"scripts": {
|
|
43
43
|
"build": "tsup",
|