dravix-cli 1.0.0 → 1.0.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/bundle/chunk-23UW7SKV.js +398 -0
- package/bundle/chunk-3JJJDXFK.js +17357 -0
- package/bundle/chunk-EZ224QQY.js +1571 -0
- package/bundle/chunk-F6AHUDBK.js +81996 -0
- package/bundle/chunk-FVG5VBBQ.js +118 -0
- package/bundle/chunk-HW6Q7MME.js +512 -0
- package/bundle/chunk-QGEP2WML.js +395466 -0
- package/bundle/chunk-VFLRQCW5.js +154 -0
- package/bundle/cleanup-6EOSHQRB.js +32 -0
- package/bundle/devtoolsService-ELVUGAQM.js +856 -0
- package/bundle/dist-SOPRDF4M.js +2166 -0
- package/bundle/gemini-ASBSV4BY.js +16601 -0
- package/bundle/gemini.js +7 -7
- package/bundle/interactiveCli-5VJ56NI4.js +35859 -0
- package/bundle/liteRtServerManager-T5VMFPEF.js +65 -0
- package/bundle/oauth2-provider-5QXRUOUM.js +235 -0
- package/bundle/start-KMREVBPY.js +18 -0
- package/package.json +1 -1
package/bundle/gemini.js
CHANGED
|
@@ -4,10 +4,10 @@ import {
|
|
|
4
4
|
RELAUNCH_EXIT_CODE,
|
|
5
5
|
getScriptArgs,
|
|
6
6
|
getSpawnConfig
|
|
7
|
-
} from "./chunk-
|
|
8
|
-
import "./chunk-
|
|
9
|
-
import "./chunk-
|
|
10
|
-
import "./chunk-
|
|
7
|
+
} from "./chunk-23UW7SKV.js";
|
|
8
|
+
import "./chunk-HW6Q7MME.js";
|
|
9
|
+
import "./chunk-VFLRQCW5.js";
|
|
10
|
+
import "./chunk-QGEP2WML.js";
|
|
11
11
|
import "./chunk-6HI7VNOG.js";
|
|
12
12
|
import "./chunk-TUDYL3X4.js";
|
|
13
13
|
import "./chunk-IUUIT4SU.js";
|
|
@@ -115,9 +115,9 @@ ${error instanceof Error ? error.stack ?? error.message : String(error)}
|
|
|
115
115
|
}
|
|
116
116
|
}
|
|
117
117
|
} else {
|
|
118
|
-
const { main } = await import("./gemini-
|
|
119
|
-
const { FatalError, writeToStderr } = await import("./dist-
|
|
120
|
-
const { runExitCleanup } = await import("./cleanup-
|
|
118
|
+
const { main } = await import("./gemini-ASBSV4BY.js");
|
|
119
|
+
const { FatalError, writeToStderr } = await import("./dist-SOPRDF4M.js");
|
|
120
|
+
const { runExitCleanup } = await import("./cleanup-6EOSHQRB.js");
|
|
121
121
|
main().catch(async (error) => {
|
|
122
122
|
const cleanupTimeout = setTimeout(() => {
|
|
123
123
|
writeToStderr("Cleanup timed out, forcing exit...\n");
|