openmagic 0.28.0 → 0.28.1

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
@@ -1448,7 +1448,7 @@ async function handleLlmChat(params, onChunk, onDone, onError) {
1448
1448
  }
1449
1449
 
1450
1450
  // src/server.ts
1451
- var VERSION = "0.28.0";
1451
+ var VERSION = "0.28.1";
1452
1452
  var __dirname = dirname2(fileURLToPath(import.meta.url));
1453
1453
  function attachOpenMagic(httpServer, roots) {
1454
1454
  function handleRequest(req, res) {
@@ -1990,7 +1990,7 @@ process.on("uncaughtException", (err) => {
1990
1990
  });
1991
1991
  var childProcesses = [];
1992
1992
  var lastDetectedPort = null;
1993
- var VERSION2 = "0.28.0";
1993
+ var VERSION2 = "0.28.1";
1994
1994
  function ask(question) {
1995
1995
  const rl = createInterface({ input: process.stdin, output: process.stdout });
1996
1996
  return new Promise((resolve3) => {