@novastorm-ai/cli 0.0.5 → 0.0.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/bin/nova.js
CHANGED
|
@@ -943,7 +943,7 @@ async function startCommand() {
|
|
|
943
943
|
projectHash = createHash2("sha256").update(cwd).digest("hex");
|
|
944
944
|
}
|
|
945
945
|
const telemetry = new Telemetry();
|
|
946
|
-
const cliPkg = await import("./package-
|
|
946
|
+
const cliPkg = await import("./package-6R6RECMI.js").catch(
|
|
947
947
|
() => ({ default: { version: "0.0.1" } })
|
|
948
948
|
);
|
|
949
949
|
telemetry.send({
|
|
@@ -2170,7 +2170,8 @@ var BANNER = `\x1B[96m
|
|
|
2170
2170
|
\u2554\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2557
|
|
2171
2171
|
\u2551 A M B I E N T D E V E L O P M E N T T O O L \u2551
|
|
2172
2172
|
\u255A\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u255D
|
|
2173
|
-
\x1B[0m
|
|
2173
|
+
\x1B[0m\x1B[90m https://cli.novastorm.ai\x1B[0m
|
|
2174
|
+
`;
|
|
2174
2175
|
async function run(argv = process.argv) {
|
|
2175
2176
|
const args = argv.slice(2);
|
|
2176
2177
|
const suppressBanner = args.includes("--version") || args.includes("-V") || args.includes("--help") || args.includes("-h");
|
package/dist/index.js
CHANGED
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.6",
|
|
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/core": "0.0.1",
|
|
39
|
-
"@novastorm-ai/
|
|
40
|
-
"@novastorm-ai/
|
|
39
|
+
"@novastorm-ai/proxy": "0.0.1",
|
|
40
|
+
"@novastorm-ai/licensing": "0.0.1"
|
|
41
41
|
},
|
|
42
42
|
"scripts": {
|
|
43
43
|
"build": "tsup",
|