@zlooks.cn/gateway-server 1.0.2 → 1.0.4
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/.next/BUILD_ID +1 -1
- package/.next/app-path-routes-manifest.json +3 -3
- package/.next/build-manifest.json +2 -2
- package/.next/next-server.js.nft.json +1 -1
- package/.next/prerender-manifest.json +3 -3
- package/.next/server/app/[pluginId]/[[...path]]/page.js +1 -1
- package/.next/server/app/[pluginId]/[[...path]]/page.js.nft.json +1 -1
- package/.next/server/app/[pluginId]/[[...path]]/page_client-reference-manifest.js +1 -1
- package/.next/server/app/_global-error/page_client-reference-manifest.js +1 -1
- package/.next/server/app/_global-error.html +1 -1
- package/.next/server/app/_global-error.rsc +1 -1
- package/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/.next/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
- package/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/.next/server/app/_not-found/page.js +1 -1
- package/.next/server/app/_not-found/page.js.nft.json +1 -1
- package/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/.next/server/app/api/shell/navigation/route.js +1 -1
- package/.next/server/app/api/shell/navigation/route.js.nft.json +1 -1
- package/.next/server/app/favicon.ico/route.js +1 -1
- package/.next/server/app/favicon.ico/route.js.nft.json +1 -1
- package/.next/server/app/page.js +2 -2
- package/.next/server/app/page.js.nft.json +1 -1
- package/.next/server/app/page_client-reference-manifest.js +1 -1
- package/.next/server/app-paths-manifest.json +3 -3
- package/.next/server/chunks/512.js +2 -0
- package/.next/server/chunks/761.js +48 -0
- package/.next/server/chunks/{238.js → 919.js} +4 -4
- package/.next/server/chunks/941.js +1 -0
- package/.next/server/chunks/964.js +1 -1
- package/.next/server/chunks/991.js +1 -0
- package/.next/server/middleware-build-manifest.js +1 -1
- package/.next/server/pages/500.html +1 -1
- package/.next/server/server-reference-manifest.json +1 -1
- package/.next/static/chunks/130-85ed753dd2afbb75.js +1 -0
- package/.next/static/chunks/{192-ad1ffa171aaeadb3.js → 906-02ebd3fcb9fc3f0c.js} +1 -1
- package/.next/static/chunks/app/[pluginId]/[[...path]]/page-4dd303371bb755c7.js +1 -0
- package/.next/static/chunks/app/layout-8208d5ac4dfff885.js +1 -0
- package/.next/trace +22 -22
- package/.next/trace-build +1 -1
- package/dist/runtime/gateway-runtime.d.ts +3 -0
- package/dist/runtime/gateway-runtime.d.ts.map +1 -1
- package/dist/runtime/gateway-runtime.js +19 -0
- package/dist/runtime/gateway-runtime.js.map +1 -1
- package/dist/runtime/mcp-gateway-runtime.d.ts.map +1 -1
- package/dist/runtime/mcp-gateway-runtime.js +5 -0
- package/dist/runtime/mcp-gateway-runtime.js.map +1 -1
- package/dist/runtime/micro-browser-api-proxy.js +5 -1
- package/dist/runtime/micro-browser-api-proxy.js.map +1 -1
- package/dist/runtime/public-asset-catalog.d.ts +18 -0
- package/dist/runtime/public-asset-catalog.d.ts.map +1 -0
- package/dist/runtime/public-asset-catalog.js +30 -0
- package/dist/runtime/public-asset-catalog.js.map +1 -0
- package/dist/runtime/public-asset-discovery.d.ts +20 -0
- package/dist/runtime/public-asset-discovery.d.ts.map +1 -0
- package/dist/runtime/public-asset-discovery.js +85 -0
- package/dist/runtime/public-asset-discovery.js.map +1 -0
- package/dist/runtime/public-asset-proxy.d.ts +16 -0
- package/dist/runtime/public-asset-proxy.d.ts.map +1 -0
- package/dist/runtime/public-asset-proxy.js +127 -0
- package/dist/runtime/public-asset-proxy.js.map +1 -0
- package/package.json +11 -9
- package/.next/server/chunks/514.js +0 -48
- package/.next/server/chunks/61.js +0 -1
- package/.next/server/chunks/750.js +0 -2
- package/.next/server/chunks/939.js +0 -1
- package/.next/static/chunks/410-a28dfcd5fc4cf9b3.js +0 -1
- package/.next/static/chunks/app/[pluginId]/[[...path]]/page-8e20a213f2a428e0.js +0 -1
- package/.next/static/chunks/app/layout-ba60fe835762447a.js +0 -1
- /package/.next/static/{1FYzLDXgFQUI3FHFjATi6 → 4JU1L88bqvTqs50yGMNXG}/_buildManifest.js +0 -0
- /package/.next/static/{1FYzLDXgFQUI3FHFjATi6 → 4JU1L88bqvTqs50yGMNXG}/_ssgManifest.js +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zlooks.cn/gateway-server",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"engines": {
|
|
@@ -36,18 +36,19 @@
|
|
|
36
36
|
"@ant-design/nextjs-registry": "1.3.0",
|
|
37
37
|
"@hile/context": "4.0.2",
|
|
38
38
|
"@hile/core": "4.0.1",
|
|
39
|
-
"@hile/http-next": "4.0.
|
|
39
|
+
"@hile/http-next": "4.0.4",
|
|
40
40
|
"@hile/logger": "4.0.1",
|
|
41
|
-
"@hile/mcp": "1.0.
|
|
42
|
-
"@hile/micro": "4.0.
|
|
41
|
+
"@hile/mcp": "1.0.5",
|
|
42
|
+
"@hile/micro": "4.0.4",
|
|
43
43
|
"@hile/reactivity": "3.0.1",
|
|
44
44
|
"@hile/reloader": "3.0.3",
|
|
45
|
-
"@hile/rsc": "1.0.
|
|
46
|
-
"@hile/rsc-discovery-hile": "1.0.
|
|
47
|
-
"@hile/rsc-next": "1.0.
|
|
45
|
+
"@hile/rsc": "1.0.18",
|
|
46
|
+
"@hile/rsc-discovery-hile": "1.0.15",
|
|
47
|
+
"@hile/rsc-next": "1.0.16",
|
|
48
48
|
"@koa/bodyparser": "6.1.0",
|
|
49
49
|
"@zlooks.cn/browser-api": "1.0.0",
|
|
50
50
|
"@zlooks.cn/global-config-shared": "1.0.0",
|
|
51
|
+
"@zlooks.cn/public-asset": "1.0.1",
|
|
51
52
|
"@zlooks.cn/public-host-contract": "1.0.0",
|
|
52
53
|
"@zlooks.cn/registry-config": "1.0.0",
|
|
53
54
|
"@zlooks.cn/service-command": "1.0.0",
|
|
@@ -62,7 +63,8 @@
|
|
|
62
63
|
"zod": "4.4.3"
|
|
63
64
|
},
|
|
64
65
|
"devDependencies": {
|
|
65
|
-
"@hile/cli": "4.0.
|
|
66
|
+
"@hile/cli": "4.0.5",
|
|
67
|
+
"@hile/http": "4.0.3",
|
|
66
68
|
"@types/node": "26.2.0",
|
|
67
69
|
"@types/react": "19.2.18",
|
|
68
70
|
"@types/react-dom": "19.2.4",
|
|
@@ -70,5 +72,5 @@
|
|
|
70
72
|
"typescript": "7.0.2",
|
|
71
73
|
"vitest": "4.1.11"
|
|
72
74
|
},
|
|
73
|
-
"gitHead": "
|
|
75
|
+
"gitHead": "0aaee21087cc402608c0f13836a0fa204e6a402a"
|
|
74
76
|
}
|