@zlooks.cn/gateway-server 1.0.3 → 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/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/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/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/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 +4 -2
- package/.next/server/chunks/775.js +0 -1
- /package/.next/static/{fP_us8WRl3Z6nv9W8oU-4 → 4JU1L88bqvTqs50yGMNXG}/_buildManifest.js +0 -0
- /package/.next/static/{fP_us8WRl3Z6nv9W8oU-4 → 4JU1L88bqvTqs50yGMNXG}/_ssgManifest.js +0 -0
package/.next/BUILD_ID
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
4JU1L88bqvTqs50yGMNXG
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
"/_not-found/page": "/_not-found",
|
|
3
3
|
"/_global-error/page": "/_global-error",
|
|
4
4
|
"/robots.txt/route": "/robots.txt",
|
|
5
|
-
"/favicon.ico/route": "/favicon.ico",
|
|
6
5
|
"/api/shell/navigation/route": "/api/shell/navigation",
|
|
7
|
-
"/
|
|
8
|
-
"/[pluginId]/[[...path]]/page": "/[pluginId]/[[...path]]"
|
|
6
|
+
"/favicon.ico/route": "/favicon.ico",
|
|
7
|
+
"/[pluginId]/[[...path]]/page": "/[pluginId]/[[...path]]",
|
|
8
|
+
"/page": "/"
|
|
9
9
|
}
|
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
],
|
|
5
5
|
"devFiles": [],
|
|
6
6
|
"lowPriorityFiles": [
|
|
7
|
-
"static/
|
|
8
|
-
"static/
|
|
7
|
+
"static/4JU1L88bqvTqs50yGMNXG/_buildManifest.js",
|
|
8
|
+
"static/4JU1L88bqvTqs50yGMNXG/_ssgManifest.js"
|
|
9
9
|
],
|
|
10
10
|
"rootMainFiles": [
|
|
11
11
|
"static/chunks/webpack-28b302404fb8c1d3.js",
|