buildwithnexus 0.5.1 → 0.5.2
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.js +2 -2
- package/package.json +1 -1
package/dist/bin.js
CHANGED
|
@@ -20,7 +20,7 @@ __export(banner_exports, {
|
|
|
20
20
|
import chalk from "chalk";
|
|
21
21
|
function showBanner() {
|
|
22
22
|
console.log(BANNER);
|
|
23
|
-
console.log(chalk.dim(" v0.
|
|
23
|
+
console.log(chalk.dim(" v0.5.1 \xB7 buildwithnexus.dev\n"));
|
|
24
24
|
}
|
|
25
25
|
function showPhase(phase, total, description) {
|
|
26
26
|
const progress = chalk.cyan(`[${phase}/${total}]`);
|
|
@@ -2906,7 +2906,7 @@ var shellCommand2 = new Command13("shell").description("Launch the interactive N
|
|
|
2906
2906
|
});
|
|
2907
2907
|
|
|
2908
2908
|
// src/cli.ts
|
|
2909
|
-
var cli = new Command14().name("buildwithnexus").description("Auto-scaffold and launch a fully autonomous NEXUS runtime").version("0.
|
|
2909
|
+
var cli = new Command14().name("buildwithnexus").description("Auto-scaffold and launch a fully autonomous NEXUS runtime").version("0.5.1");
|
|
2910
2910
|
cli.addCommand(initCommand);
|
|
2911
2911
|
cli.addCommand(startCommand);
|
|
2912
2912
|
cli.addCommand(stopCommand);
|