openmagic 0.30.1 → 0.30.3

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 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.1";
1452
+ var VERSION = "0.30.3";
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.1";
1994
+ var VERSION2 = "0.30.3";
1995
1995
  function ask(question) {
1996
1996
  const rl = createInterface({ input: process.stdin, output: process.stdout });
1997
1997
  return new Promise((resolve3) => {