openmagic 0.15.0 → 0.16.0

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
@@ -1356,7 +1356,7 @@ async function handleLlmChat(params, onChunk, onDone, onError) {
1356
1356
  }
1357
1357
 
1358
1358
  // src/server.ts
1359
- var VERSION = "0.15.0";
1359
+ var VERSION = "0.16.0";
1360
1360
  var __dirname = dirname2(fileURLToPath(import.meta.url));
1361
1361
  function attachOpenMagic(httpServer, roots) {
1362
1362
  function handleRequest(req, res) {
@@ -1875,7 +1875,7 @@ process.on("uncaughtException", (err) => {
1875
1875
  process.exit(1);
1876
1876
  });
1877
1877
  var childProcesses = [];
1878
- var VERSION2 = "0.15.0";
1878
+ var VERSION2 = "0.16.0";
1879
1879
  function ask(question) {
1880
1880
  const rl = createInterface({ input: process.stdin, output: process.stdout });
1881
1881
  return new Promise((resolve3) => {