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/cli.js CHANGED
@@ -165,7 +165,7 @@ import {
165
165
  validateCustomEndpointUrl,
166
166
  writeSecureLogLine,
167
167
  zenRegistryStub
168
- } from "./chunk-OACEC5EH.js";
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-SVHKYXNL.js");
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-OACEC5EH.js";
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-SVHKYXNL.js.map
1452
+ //# sourceMappingURL=command-SVWF7UJ6.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "anygate",
3
- "version": "0.1.0",
3
+ "version": "0.5.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },