buildwithnexus 0.6.10 → 0.6.11
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 +3 -3
- package/dist/nexus-release.tar.gz +0 -0
- package/package.json +1 -1
package/dist/bin.js
CHANGED
|
@@ -116,7 +116,7 @@ function getVersion() {
|
|
|
116
116
|
const packageJson = JSON.parse(readFileSync(packagePath, "utf-8"));
|
|
117
117
|
return packageJson.version;
|
|
118
118
|
} catch {
|
|
119
|
-
return true ? "0.6.
|
|
119
|
+
return true ? "0.6.11" : "0.0.0-unknown";
|
|
120
120
|
}
|
|
121
121
|
}
|
|
122
122
|
function showBanner() {
|
|
@@ -3471,7 +3471,7 @@ function getVersionStatic() {
|
|
|
3471
3471
|
const packageJson = JSON.parse(readFileSync2(packagePath, "utf-8"));
|
|
3472
3472
|
return packageJson.version;
|
|
3473
3473
|
} catch {
|
|
3474
|
-
return true ? "0.6.
|
|
3474
|
+
return true ? "0.6.11" : "0.0.0-unknown";
|
|
3475
3475
|
}
|
|
3476
3476
|
}
|
|
3477
3477
|
var cli = new Command15().name("buildwithnexus").description("Auto-scaffold and launch a fully autonomous NEXUS runtime").version(getVersionStatic());
|
|
@@ -3592,7 +3592,7 @@ import os4 from "os";
|
|
|
3592
3592
|
import path10 from "path";
|
|
3593
3593
|
var homeEnvPath = path10.join(os4.homedir(), ".env.local");
|
|
3594
3594
|
dotenv.config({ path: homeEnvPath });
|
|
3595
|
-
var version = true ? "0.6.
|
|
3595
|
+
var version = true ? "0.6.11" : "0.5.17";
|
|
3596
3596
|
checkForUpdates(version);
|
|
3597
3597
|
program.name("buildwithnexus").description("Deep Agents - AI-Powered Task Execution").version(version);
|
|
3598
3598
|
program.command("da-init").description("Initialize Deep Agents (set up API keys and .env.local)").action(deepAgentsInitCommand);
|
|
Binary file
|