buildwithnexus 0.8.6 → 0.8.7
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 +1 -3
- package/package.json +1 -1
package/dist/bin.js
CHANGED
|
@@ -1229,8 +1229,6 @@ var TUI = class {
|
|
|
1229
1229
|
);
|
|
1230
1230
|
}
|
|
1231
1231
|
displayBrainstormResponse(response) {
|
|
1232
|
-
console.log("");
|
|
1233
|
-
console.log(chalk.blue.bold("\u{1F4A1} Ideas & Analysis"));
|
|
1234
1232
|
console.log("");
|
|
1235
1233
|
const lines = response.split("\n");
|
|
1236
1234
|
for (const line of lines) {
|
|
@@ -1607,7 +1605,7 @@ init_secrets();
|
|
|
1607
1605
|
init_docker();
|
|
1608
1606
|
|
|
1609
1607
|
// src/core/version.ts
|
|
1610
|
-
var resolvedVersion = true ? "0.8.
|
|
1608
|
+
var resolvedVersion = true ? "0.8.7" : pkg.version;
|
|
1611
1609
|
|
|
1612
1610
|
// src/cli/interactive.ts
|
|
1613
1611
|
var appVersion = resolvedVersion;
|