anygate 0.5.2 → 0.5.3
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-6GVUN4JO.js → chunk-QPXRFBQI.js} +12 -5
- package/dist/chunk-QPXRFBQI.js.map +1 -0
- package/dist/cli.js +624 -272
- package/dist/cli.js.map +1 -1
- package/dist/{command-OQI56XYG.js → command-M5GMEJCO.js} +2 -2
- package/dist/ui/public/index.html +1 -1
- package/package.json +7 -4
- package/dist/chunk-6GVUN4JO.js.map +0 -1
- /package/dist/{command-OQI56XYG.js.map → command-M5GMEJCO.js.map} +0 -0
|
@@ -65,7 +65,7 @@ import {
|
|
|
65
65
|
summarizeServerProviders,
|
|
66
66
|
validateCustomEndpointUrl,
|
|
67
67
|
writeSecureLogLine
|
|
68
|
-
} from "./chunk-
|
|
68
|
+
} from "./chunk-QPXRFBQI.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-M5GMEJCO.js.map
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
<div class="brand-logo"><span class="brand-monogram">a</span></div>
|
|
20
20
|
<div class="brand-meta">
|
|
21
21
|
<div class="brand-name">anygate</div>
|
|
22
|
-
<div class="brand-byline">
|
|
22
|
+
<div class="brand-byline">ramananbuilds</div>
|
|
23
23
|
</div>
|
|
24
24
|
</div>
|
|
25
25
|
|
package/package.json
CHANGED
|
@@ -1,17 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "anygate",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.3",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
7
7
|
"description": "Route any model into any coding agent — launch Claude Code, Codex, and more with multi-provider gateways",
|
|
8
|
-
"author": "
|
|
8
|
+
"author": "ramananbuilds",
|
|
9
9
|
"license": "MIT",
|
|
10
10
|
"repository": {
|
|
11
11
|
"type": "git",
|
|
12
|
-
"url": "git+https://github.com/
|
|
12
|
+
"url": "git+https://github.com/ramananbuilds/anygate.git"
|
|
13
|
+
},
|
|
14
|
+
"homepage": "https://github.com/ramananbuilds/anygate#readme",
|
|
15
|
+
"bugs": {
|
|
16
|
+
"url": "https://github.com/ramananbuilds/anygate/issues"
|
|
13
17
|
},
|
|
14
|
-
"homepage": "https://github.com/ramanan-techlover/anygate#readme",
|
|
15
18
|
"keywords": [
|
|
16
19
|
"claude",
|
|
17
20
|
"claude-code",
|