@runeya/runeya 2.0.133 → 2.0.134

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.
@@ -27,7 +27,7 @@ import {
27
27
  reviewWindow,
28
28
  runCompanionNow,
29
29
  takeRelaunchSlot
30
- } from "./chunk-TG44C7QT.js";
30
+ } from "./chunk-GISLEYNE.js";
31
31
  import "./chunk-MD3VW4HQ.js";
32
32
  import "./chunk-7JAJSV4L.js";
33
33
  import "./chunk-BDQOBEZ3.js";
@@ -64,4 +64,4 @@ export {
64
64
  runCompanionNow,
65
65
  takeRelaunchSlot
66
66
  };
67
- //# sourceMappingURL=companion-27RCQRZV.js.map
67
+ //# sourceMappingURL=companion-YQ7CGW7W.js.map
package/index.js CHANGED
@@ -135,7 +135,7 @@ if (subCommand === "install-desktop" || subCommand === "uninstall-desktop") {
135
135
  }
136
136
  }
137
137
  if (subCommand === "instances") {
138
- const { listInstances, killInstance, restartInstance } = await import("./src-PSJSIJN6.js");
138
+ const { listInstances, killInstance, restartInstance } = await import("./src-NMMPS4ZF.js");
139
139
  const { runInstancesCommand } = await import("./instances-command-KZ5UGXOR.js");
140
140
  process.exit(await runInstancesCommand(args.slice(1), {
141
141
  listInstances,
@@ -307,7 +307,7 @@ async function main() {
307
307
  console.warn(`[cli] Journal sur disque indisponible : ${err.message}`);
308
308
  }
309
309
  }
310
- const { createLocalServer, pullEnv, PullEnvError, registerInstance, registerCliLocation } = await import("./src-PSJSIJN6.js");
310
+ const { createLocalServer, pullEnv, PullEnvError, registerInstance, registerCliLocation } = await import("./src-NMMPS4ZF.js");
311
311
  registerCliLocation({ execPath: process.execPath, cliEntry: fileURLToPath(import.meta.url) });
312
312
  if (isPullEnv) {
313
313
  if (!serviceArg) {
@@ -416,7 +416,7 @@ async function main() {
416
416
  networkInfo,
417
417
  setLanMode,
418
418
  resolveTrayIcon
419
- } = await import("./src-PSJSIJN6.js");
419
+ } = await import("./src-NMMPS4ZF.js");
420
420
  tray = await startInstanceTray({
421
421
  info: { cwd: process.cwd(), port, version, url: appUrl },
422
422
  assetsDir: join(__dirname, "assets"),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@runeya/runeya",
3
- "version": "2.0.133",
3
+ "version": "2.0.134",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "runeya": "./index.js"
@@ -65,7 +65,7 @@ import {
65
65
  soleAccountScope,
66
66
  startCliSession,
67
67
  vaultOfProject
68
- } from "./chunk-JHJHU6UX.js";
68
+ } from "./chunk-M3UUGW5Z.js";
69
69
  import {
70
70
  settingsManager
71
71
  } from "./chunk-I7JHF5FE.js";
@@ -87,7 +87,7 @@ import {
87
87
  stopClaudeTranscriptWatcher,
88
88
  stopCodexTranscriptWatcher,
89
89
  verifyJwt
90
- } from "./chunk-TG44C7QT.js";
90
+ } from "./chunk-GISLEYNE.js";
91
91
  import "./chunk-MD3VW4HQ.js";
92
92
  import {
93
93
  agentManager,
@@ -10830,7 +10830,7 @@ async function createLocalServer() {
10830
10830
  ]);
10831
10831
  console.log("[server] Shutdown complete");
10832
10832
  };
10833
- const { initCompanion } = await import("./companion-27RCQRZV.js");
10833
+ const { initCompanion } = await import("./companion-YQ7CGW7W.js");
10834
10834
  initCompanion();
10835
10835
  return { app, server, wss, shutdown };
10836
10836
  }
@@ -11277,4 +11277,4 @@ export {
11277
11277
  startProcess,
11278
11278
  stopProcess
11279
11279
  };
11280
- //# sourceMappingURL=src-PSJSIJN6.js.map
11280
+ //# sourceMappingURL=src-NMMPS4ZF.js.map
File without changes
File without changes