bravecode-cli 0.1.41 → 0.1.42
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/cli-main.mjs +2 -2
- package/dist/cli-main.mjs.map +2 -2
- package/package.json +1 -1
package/dist/cli-main.mjs
CHANGED
|
@@ -38185,7 +38185,7 @@ var APP_VERSION, APP_NAME;
|
|
|
38185
38185
|
var init_version = __esm({
|
|
38186
38186
|
"src/version.ts"() {
|
|
38187
38187
|
"use strict";
|
|
38188
|
-
APP_VERSION = "0.1.
|
|
38188
|
+
APP_VERSION = "0.1.42";
|
|
38189
38189
|
APP_NAME = "BraveCode";
|
|
38190
38190
|
}
|
|
38191
38191
|
});
|
|
@@ -103318,7 +103318,7 @@ var init_app = __esm({
|
|
|
103318
103318
|
init_marked_esm();
|
|
103319
103319
|
init_marked_terminal();
|
|
103320
103320
|
SIDEBAR_BREAKPOINT = 90;
|
|
103321
|
-
mdRenderer = marked_terminal_default({
|
|
103321
|
+
mdRenderer = new marked_terminal_default({
|
|
103322
103322
|
width: 100,
|
|
103323
103323
|
reflowText: true,
|
|
103324
103324
|
emoji: false,
|