@nomad-e/bluma-cli 0.1.42 → 0.1.43
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/main.js +1 -1
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -12838,7 +12838,7 @@ function readCliPackageVersion() {
|
|
|
12838
12838
|
}
|
|
12839
12839
|
}
|
|
12840
12840
|
function runCliMode(sessionId) {
|
|
12841
|
-
const BLUMA_TITLE =
|
|
12841
|
+
const BLUMA_TITLE = "bluma";
|
|
12842
12842
|
startTitleKeeper(BLUMA_TITLE);
|
|
12843
12843
|
const eventBus = new EventEmitter3();
|
|
12844
12844
|
const resolvedSessionId = sessionId || uuidv47();
|