openmagic 0.30.3 → 0.30.4
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.js +2 -2
- package/dist/cli.js.map +1 -1
- package/dist/toolbar/index.global.js +17 -17
- package/dist/toolbar/index.global.js.map +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -1449,7 +1449,7 @@ async function handleLlmChat(params, onChunk, onDone, onError) {
|
|
|
1449
1449
|
}
|
|
1450
1450
|
|
|
1451
1451
|
// src/server.ts
|
|
1452
|
-
var VERSION = "0.30.
|
|
1452
|
+
var VERSION = "0.30.4";
|
|
1453
1453
|
var __dirname = dirname2(fileURLToPath(import.meta.url));
|
|
1454
1454
|
function attachOpenMagic(httpServer, roots) {
|
|
1455
1455
|
function handleRequest(req, res) {
|
|
@@ -1991,7 +1991,7 @@ process.on("uncaughtException", (err) => {
|
|
|
1991
1991
|
});
|
|
1992
1992
|
var childProcesses = [];
|
|
1993
1993
|
var lastDetectedPort = null;
|
|
1994
|
-
var VERSION2 = "0.30.
|
|
1994
|
+
var VERSION2 = "0.30.4";
|
|
1995
1995
|
function ask(question) {
|
|
1996
1996
|
const rl = createInterface({ input: process.stdin, output: process.stdout });
|
|
1997
1997
|
return new Promise((resolve3) => {
|