buildwithnexus 0.8.8 → 0.8.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.
package/dist/bin.js CHANGED
@@ -1605,7 +1605,7 @@ init_secrets();
1605
1605
  init_docker();
1606
1606
 
1607
1607
  // src/core/version.ts
1608
- var resolvedVersion = true ? "0.8.8" : pkg.version;
1608
+ var resolvedVersion = true ? "0.8.9" : pkg.version;
1609
1609
 
1610
1610
  // src/cli/interactive.ts
1611
1611
  var appVersion = resolvedVersion;
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "buildwithnexus",
3
- "version": "0.8.8",
3
+ "version": "0.8.9",
4
4
  "description": "Interactive AI agent orchestrator with intent-based planning, execution, and brainstorming modes",
5
5
  "type": "module",
6
6
  "bin": {
@@ -48,7 +48,6 @@
48
48
  "homepage": "https://buildwithnexus.dev",
49
49
  "dependencies": {
50
50
  "@inquirer/prompts": "^8.2.1",
51
- "buildwithnexus": "^0.6.4",
52
51
  "chalk": "^5.3.0",
53
52
  "commander": "^12.1.0",
54
53
  "dotenv": "^17.3.1",