xgen-dex-cli 1.51.0 → 1.52.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/chunks/{chunk-BI3JMI6K.js → chunk-RMBU3ELD.js} +1 -1
- package/dist/chunks/{chunk-BI3JMI6K.js.map → chunk-RMBU3ELD.js.map} +1 -1
- package/dist/chunks/{tui-U3UCSKJY.js → tui-SFYYO3XZ.js} +2 -2
- package/dist/cli.js +3 -3
- package/package.json +1 -1
- /package/dist/chunks/{tui-U3UCSKJY.js.map → tui-SFYYO3XZ.js.map} +0 -0
|
@@ -7,7 +7,7 @@ import {
|
|
|
7
7
|
parseAgentTrigger,
|
|
8
8
|
publicError,
|
|
9
9
|
triggerRowLabel
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-RMBU3ELD.js";
|
|
11
11
|
|
|
12
12
|
// src/tui/index.tsx
|
|
13
13
|
import { render } from "ink";
|
|
@@ -2517,4 +2517,4 @@ async function runTui(engine) {
|
|
|
2517
2517
|
export {
|
|
2518
2518
|
runTui
|
|
2519
2519
|
};
|
|
2520
|
-
//# sourceMappingURL=tui-
|
|
2520
|
+
//# sourceMappingURL=tui-SFYYO3XZ.js.map
|
package/dist/cli.js
CHANGED
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
describeStreamError,
|
|
12
12
|
openWithDefaultApp,
|
|
13
13
|
publicError
|
|
14
|
-
} from "./chunks/chunk-
|
|
14
|
+
} from "./chunks/chunk-RMBU3ELD.js";
|
|
15
15
|
|
|
16
16
|
// src/cli.ts
|
|
17
17
|
import { stdin as stdin3, stdout as stdout2, stderr as stderr2 } from "node:process";
|
|
@@ -687,7 +687,7 @@ function bindCliHost(configStore) {
|
|
|
687
687
|
var credentials = new SystemCredentialStore();
|
|
688
688
|
|
|
689
689
|
// src/cli.ts
|
|
690
|
-
var VERSION = true ? "1.
|
|
690
|
+
var VERSION = true ? "1.52.0" : "dev";
|
|
691
691
|
var HELP = `XGEN Dex CLI ${VERSION}
|
|
692
692
|
|
|
693
693
|
Usage:
|
|
@@ -974,7 +974,7 @@ async function run2() {
|
|
|
974
974
|
ci: process.env.CI
|
|
975
975
|
};
|
|
976
976
|
if (shouldLaunchTui(args.positionals, terminal)) {
|
|
977
|
-
const { runTui } = await import("./chunks/tui-
|
|
977
|
+
const { runTui } = await import("./chunks/tui-SFYYO3XZ.js");
|
|
978
978
|
try {
|
|
979
979
|
await runTui(engine);
|
|
980
980
|
} finally {
|
package/package.json
CHANGED
|
File without changes
|