@runeya/runeya 2.0.121 → 2.0.122
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/{agent-manager-4HBMLHXU.js → agent-manager-BSPEFZKZ.js} +3 -3
- package/{chat-VL6BIVO5.js → chat-SE5GIT4B.js} +6 -6
- package/{chunk-HJUFIZ7H.js → chunk-BVBK2WII.js} +128 -158
- package/chunk-BVBK2WII.js.map +1 -0
- package/chunk-GL7WA5K3.js +92 -0
- package/chunk-GL7WA5K3.js.map +1 -0
- package/{chunk-3N55WR7F.js → chunk-NIU3CN5A.js} +7 -16
- package/chunk-NIU3CN5A.js.map +1 -0
- package/{chunk-OVV52N5F.js → chunk-VNLIA5PV.js} +78 -74
- package/chunk-VNLIA5PV.js.map +1 -0
- package/{chunk-CNTL6NVU.js → chunk-XTLQOYLT.js} +118 -58
- package/chunk-XTLQOYLT.js.map +1 -0
- package/{companion-AUMA6RGX.js → companion-HEJHC3UR.js} +4 -4
- package/index.js +3 -3
- package/package.json +1 -1
- package/{settings-manager-ROWQ5GC2.js → settings-manager-4GAINSJO.js} +3 -3
- package/{src-JIS3X4OU.js → src-YUVA6WCM.js} +253 -110
- package/src-YUVA6WCM.js.map +1 -0
- package/chunk-3N55WR7F.js.map +0 -1
- package/chunk-CNTL6NVU.js.map +0 -1
- package/chunk-HJUFIZ7H.js.map +0 -1
- package/chunk-OVV52N5F.js.map +0 -1
- package/chunk-YZU5FNXR.js +0 -43
- package/chunk-YZU5FNXR.js.map +0 -1
- package/src-JIS3X4OU.js.map +0 -1
- /package/{agent-manager-4HBMLHXU.js.map → agent-manager-BSPEFZKZ.js.map} +0 -0
- /package/{chat-VL6BIVO5.js.map → chat-SE5GIT4B.js.map} +0 -0
- /package/{companion-AUMA6RGX.js.map → companion-HEJHC3UR.js.map} +0 -0
- /package/{settings-manager-ROWQ5GC2.js.map → settings-manager-4GAINSJO.js.map} +0 -0
|
@@ -26,10 +26,10 @@ import {
|
|
|
26
26
|
reviewWindow,
|
|
27
27
|
runCompanionNow,
|
|
28
28
|
takeRelaunchSlot
|
|
29
|
-
} from "./chunk-
|
|
29
|
+
} from "./chunk-VNLIA5PV.js";
|
|
30
30
|
import "./chunk-MD3VW4HQ.js";
|
|
31
|
-
import "./chunk-
|
|
32
|
-
import "./chunk-
|
|
31
|
+
import "./chunk-XTLQOYLT.js";
|
|
32
|
+
import "./chunk-GL7WA5K3.js";
|
|
33
33
|
import "./chunk-T2BV5WZE.js";
|
|
34
34
|
import "./chunk-ZFELQG4B.js";
|
|
35
35
|
export {
|
|
@@ -61,4 +61,4 @@ export {
|
|
|
61
61
|
runCompanionNow,
|
|
62
62
|
takeRelaunchSlot
|
|
63
63
|
};
|
|
64
|
-
//# sourceMappingURL=companion-
|
|
64
|
+
//# sourceMappingURL=companion-HEJHC3UR.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-YUVA6WCM.js");
|
|
139
139
|
const { runInstancesCommand } = await import("./instances-command-KZ5UGXOR.js");
|
|
140
140
|
process.exit(await runInstancesCommand(args.slice(1), {
|
|
141
141
|
listInstances,
|
|
@@ -299,7 +299,7 @@ async function main() {
|
|
|
299
299
|
ensureNodeBinOnPath();
|
|
300
300
|
await ensureUserBinsOnPath();
|
|
301
301
|
if (!isPullEnv) stampConsole();
|
|
302
|
-
const { createLocalServer, pullEnv, PullEnvError, registerInstance, registerCliLocation } = await import("./src-
|
|
302
|
+
const { createLocalServer, pullEnv, PullEnvError, registerInstance, registerCliLocation } = await import("./src-YUVA6WCM.js");
|
|
303
303
|
registerCliLocation({ execPath: process.execPath, cliEntry: fileURLToPath(import.meta.url) });
|
|
304
304
|
if (isPullEnv) {
|
|
305
305
|
if (!serviceArg) {
|
|
@@ -408,7 +408,7 @@ async function main() {
|
|
|
408
408
|
networkInfo,
|
|
409
409
|
setLanMode,
|
|
410
410
|
resolveTrayIcon
|
|
411
|
-
} = await import("./src-
|
|
411
|
+
} = await import("./src-YUVA6WCM.js");
|
|
412
412
|
tray = await startInstanceTray({
|
|
413
413
|
info: { cwd: process.cwd(), port, version, url: appUrl },
|
|
414
414
|
assetsDir: join(__dirname, "assets"),
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
settingsManager
|
|
3
|
-
} from "./chunk-
|
|
4
|
-
import "./chunk-
|
|
3
|
+
} from "./chunk-NIU3CN5A.js";
|
|
4
|
+
import "./chunk-GL7WA5K3.js";
|
|
5
5
|
import "./chunk-T2BV5WZE.js";
|
|
6
6
|
import "./chunk-ZFELQG4B.js";
|
|
7
7
|
export {
|
|
8
8
|
settingsManager
|
|
9
9
|
};
|
|
10
|
-
//# sourceMappingURL=settings-manager-
|
|
10
|
+
//# sourceMappingURL=settings-manager-4GAINSJO.js.map
|