anygate 0.5.6 → 0.5.7
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-ZEO4BR64.js → chunk-BCPX3QLK.js} +3 -2
- package/dist/{chunk-ZEO4BR64.js.map → chunk-BCPX3QLK.js.map} +1 -1
- package/dist/cli.js +22 -9
- package/dist/cli.js.map +1 -1
- package/dist/{command-PW7KW3PP.js → command-E7O6ZQWJ.js} +13 -6
- package/dist/command-E7O6ZQWJ.js.map +1 -0
- package/dist/ui/dist/assets/index-3sdSv_1I.js +5 -0
- package/dist/ui/dist/assets/index-C4xd3r4v.css +1 -0
- package/dist/ui/dist/index.html +2 -2
- package/package.json +1 -1
- package/dist/command-PW7KW3PP.js.map +0 -1
- package/dist/ui/dist/assets/index-CfL9bOYD.css +0 -1
- package/dist/ui/dist/assets/index-Ck-e8hv_.js +0 -5
|
@@ -10,7 +10,7 @@ import { join } from "path";
|
|
|
10
10
|
// package.json
|
|
11
11
|
var package_default = {
|
|
12
12
|
name: "anygate",
|
|
13
|
-
version: "0.5.
|
|
13
|
+
version: "0.5.7",
|
|
14
14
|
publishConfig: {
|
|
15
15
|
access: "public"
|
|
16
16
|
},
|
|
@@ -10955,6 +10955,7 @@ export {
|
|
|
10955
10955
|
providersForPicker,
|
|
10956
10956
|
formatRegistryAuthLabel,
|
|
10957
10957
|
resolveProvidersForDisplay,
|
|
10958
|
+
localProvidersToServerModels,
|
|
10958
10959
|
makeRouteResolver,
|
|
10959
10960
|
buildCatalogRoutes,
|
|
10960
10961
|
findOpencodeBinary,
|
|
@@ -11015,4 +11016,4 @@ export {
|
|
|
11015
11016
|
quitClaudeAppGracefully,
|
|
11016
11017
|
launchOrRestartClaudeApp
|
|
11017
11018
|
};
|
|
11018
|
-
//# sourceMappingURL=chunk-
|
|
11019
|
+
//# sourceMappingURL=chunk-BCPX3QLK.js.map
|