buildwithnexus 0.4.8 → 0.4.9

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.
Files changed (2) hide show
  1. package/dist/bin.js +2 -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.3.1 \xB7 buildwithnexus.dev\n"));
23
+ console.log(chalk.dim(" v0.4.8 \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.3.1");
2909
+ var cli = new Command14().name("buildwithnexus").description("Auto-scaffold and launch a fully autonomous NEXUS runtime").version("0.4.8");
2910
2910
  cli.addCommand(initCommand);
2911
2911
  cli.addCommand(startCommand);
2912
2912
  cli.addCommand(stopCommand);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "buildwithnexus",
3
- "version": "0.4.8",
3
+ "version": "0.4.9",
4
4
  "description": "Launch an autonomous AI runtime with triple-nested VM isolation in one command",
5
5
  "type": "module",
6
6
  "bin": {