anygate 0.1.0 → 0.5.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/{chunk-OACEC5EH.js → chunk-2N334BEP.js} +2 -2
- package/dist/{chunk-OACEC5EH.js.map → chunk-2N334BEP.js.map} +1 -1
- package/dist/cli.js +2 -2
- package/dist/{command-SVHKYXNL.js → command-SVWF7UJ6.js} +2 -2
- package/package.json +1 -1
- /package/dist/{command-SVHKYXNL.js.map → command-SVWF7UJ6.js.map} +0 -0
package/dist/cli.js
CHANGED
|
@@ -165,7 +165,7 @@ import {
|
|
|
165
165
|
validateCustomEndpointUrl,
|
|
166
166
|
writeSecureLogLine,
|
|
167
167
|
zenRegistryStub
|
|
168
|
-
} from "./chunk-
|
|
168
|
+
} from "./chunk-2N334BEP.js";
|
|
169
169
|
import {
|
|
170
170
|
filterTemplates,
|
|
171
171
|
getTemplateById,
|
|
@@ -12326,7 +12326,7 @@ Error: ${parsed.error}
|
|
|
12326
12326
|
console.log("Usage: anygate ui [--trace]\n\nOpen the settings UI in your browser.");
|
|
12327
12327
|
return 0;
|
|
12328
12328
|
}
|
|
12329
|
-
const { runUiCommand } = await import("./command-
|
|
12329
|
+
const { runUiCommand } = await import("./command-SVWF7UJ6.js");
|
|
12330
12330
|
return runUiCommand({ trace: parsed.trace });
|
|
12331
12331
|
}
|
|
12332
12332
|
if (parsed.command === "models") {
|
|
@@ -65,7 +65,7 @@ import {
|
|
|
65
65
|
summarizeServerProviders,
|
|
66
66
|
validateCustomEndpointUrl,
|
|
67
67
|
writeSecureLogLine
|
|
68
|
-
} from "./chunk-
|
|
68
|
+
} from "./chunk-2N334BEP.js";
|
|
69
69
|
import {
|
|
70
70
|
getTemplateById,
|
|
71
71
|
listAddableTemplates,
|
|
@@ -1449,4 +1449,4 @@ export {
|
|
|
1449
1449
|
resolveUiShutdownDecision,
|
|
1450
1450
|
runUiCommand
|
|
1451
1451
|
};
|
|
1452
|
-
//# sourceMappingURL=command-
|
|
1452
|
+
//# sourceMappingURL=command-SVWF7UJ6.js.map
|
package/package.json
CHANGED
|
File without changes
|