@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.
- package/{chat-37VHPDPJ.js → chat-IQBWQCTK.js} +3 -3
- package/{chunk-TG44C7QT.js → chunk-GISLEYNE.js} +3 -3
- package/{chunk-JHJHU6UX.js → chunk-M3UUGW5Z.js} +4 -2
- package/{chunk-JHJHU6UX.js.map → chunk-M3UUGW5Z.js.map} +1 -1
- package/{companion-27RCQRZV.js → companion-YQ7CGW7W.js} +2 -2
- package/index.js +3 -3
- package/package.json +1 -1
- package/{src-PSJSIJN6.js → src-NMMPS4ZF.js} +4 -4
- /package/{chat-37VHPDPJ.js.map → chat-IQBWQCTK.js.map} +0 -0
- /package/{chunk-TG44C7QT.js.map → chunk-GISLEYNE.js.map} +0 -0
- /package/{companion-27RCQRZV.js.map → companion-YQ7CGW7W.js.map} +0 -0
- /package/{src-PSJSIJN6.js.map → src-NMMPS4ZF.js.map} +0 -0
|
@@ -27,7 +27,7 @@ import {
|
|
|
27
27
|
reviewWindow,
|
|
28
28
|
runCompanionNow,
|
|
29
29
|
takeRelaunchSlot
|
|
30
|
-
} from "./chunk-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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
|
@@ -65,7 +65,7 @@ import {
|
|
|
65
65
|
soleAccountScope,
|
|
66
66
|
startCliSession,
|
|
67
67
|
vaultOfProject
|
|
68
|
-
} from "./chunk-
|
|
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-
|
|
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-
|
|
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-
|
|
11280
|
+
//# sourceMappingURL=src-NMMPS4ZF.js.map
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|