@zlooks.cn/gateway-server 1.0.8 → 1.0.9
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 +2 -2
- package/.next/build-manifest.json +2 -2
- 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/favicon.ico/route.js +1 -1
- package/.next/server/app/favicon.ico/route.js.nft.json +1 -1
- package/.next/server/app/page.js +65 -65
- 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/robots.txt/route.js +1 -1
- package/.next/server/app/robots.txt/route.js.nft.json +1 -1
- package/.next/server/app-paths-manifest.json +2 -2
- package/.next/server/chunks/{748.js → 111.js} +5 -5
- package/.next/server/chunks/276.js +1 -1
- package/.next/server/chunks/448.js +1 -1
- package/.next/server/chunks/47.js +1 -0
- package/.next/server/chunks/551.js +2 -0
- package/.next/server/chunks/{486.js → 733.js} +3 -3
- 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/{269-8aa7eb951aba0024.js → 195-d082e7c7c29748e6.js} +1 -1
- package/.next/static/chunks/300-f710e304736538be.js +1 -0
- package/.next/static/chunks/app/[pluginId]/[[...path]]/page-43d50eeb765492ea.js +1 -0
- package/.next/static/chunks/app/{layout-f0b86ab9dd5accbc.js → layout-f0bed6be746ab51e.js} +1 -1
- package/.next/static/chunks/app/page-951d4daaa72eacbe.js +1 -0
- package/.next/static/css/124beab9989d874a.css +1 -0
- package/.next/trace +22 -22
- package/.next/trace-build +1 -1
- package/dist/command/index.js +2 -6
- package/dist/command/index.js.map +1 -1
- package/package.json +14 -14
- package/.next/server/chunks/793.js +0 -2
- package/.next/server/chunks/872.js +0 -1
- package/.next/static/chunks/275-bddb27d29e7e51af.js +0 -1
- package/.next/static/chunks/app/[pluginId]/[[...path]]/page-30ed03df8541cd76.js +0 -1
- package/.next/static/chunks/app/page-fa81d6b33c269d0c.js +0 -1
- package/.next/static/css/5e1fe404799cdc12.css +0 -1
- /package/.next/static/{rwKTkmXmP-fXOvY9TPxU4 → 49ul1kLYWLjp7R9hn91mE}/_buildManifest.js +0 -0
- /package/.next/static/{rwKTkmXmP-fXOvY9TPxU4 → 49ul1kLYWLjp7R9hn91mE}/_ssgManifest.js +0 -0
package/.next/trace-build
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
[{"name":"run-webpack","duration":
|
|
1
|
+
[{"name":"run-webpack","duration":157996547,"timestamp":1149266432393,"id":14,"parentId":1,"tags":{},"startTime":1789376675885,"traceId":"2a331c40768416e0"},{"name":"run-typescript","duration":1756928,"timestamp":1149424447441,"id":4564,"parentId":1,"tags":{},"startTime":1789376833905,"traceId":"2a331c40768416e0"},{"name":"static-check","duration":2717514,"timestamp":1149426232682,"id":4567,"parentId":1,"tags":{},"startTime":1789376835690,"traceId":"2a331c40768416e0"},{"name":"static-generation","duration":8669724,"timestamp":1149429685426,"id":4585,"parentId":1,"tags":{},"startTime":1789376839143,"traceId":"2a331c40768416e0"},{"name":"collect-build-traces","duration":43835314,"timestamp":1149428951646,"id":4582,"parentId":1,"tags":{},"startTime":1789376838409,"traceId":"2a331c40768416e0"},{"name":"telemetry-flush","duration":118,"timestamp":1149472792625,"id":4593,"parentId":1,"tags":{},"startTime":1789376882252,"traceId":"2a331c40768416e0"},{"name":"next-build","duration":206909396,"timestamp":1149265883363,"id":1,"tags":{"buildMode":"default","version":"16.3.0","bundler":"webpack","has-custom-webpack-config":"false","use-build-worker":"true"},"startTime":1789376675336,"traceId":"2a331c40768416e0"}]
|
package/dist/command/index.js
CHANGED
|
@@ -1,12 +1,8 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import { fileURLToPath } from 'node:url';
|
|
3
|
-
import { runServiceCommand } from '@zlooks.cn/service-command';
|
|
3
|
+
import { reportServiceCommandFailure, runServiceCommand } from '@zlooks.cn/service-command';
|
|
4
4
|
await runServiceCommand({
|
|
5
5
|
packageRoot: fileURLToPath(new URL('../../', import.meta.url)),
|
|
6
6
|
requiresReactServer: false,
|
|
7
|
-
}).catch(
|
|
8
|
-
function reportStartupFailure(error) {
|
|
9
|
-
process.stderr.write(`${error instanceof Error ? error.message : String(error)}\n`);
|
|
10
|
-
process.exitCode = 1;
|
|
11
|
-
}
|
|
7
|
+
}).catch(reportServiceCommandFailure);
|
|
12
8
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/command/index.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AACzC,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/command/index.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AACzC,OAAO,EAAE,2BAA2B,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAE5F,MAAM,iBAAiB,CAAC;IACtB,WAAW,EAAE,aAAa,CAAC,IAAI,GAAG,CAAC,QAAQ,EAAE,OAAO,IAAI,CAAC,GAAG,CAAC,CAAC;IAC9D,mBAAmB,EAAE,KAAK;CAC3B,CAAC,CAAC,KAAK,CAAC,2BAA2B,CAAC,CAAC"}
|
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.9",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"engines": {
|
|
@@ -38,25 +38,25 @@
|
|
|
38
38
|
"@hile/core": "4.0.2",
|
|
39
39
|
"@hile/http": "4.0.4",
|
|
40
40
|
"@hile/http-next": "4.0.6",
|
|
41
|
-
"@hile/http-over-micro": "1.0.
|
|
41
|
+
"@hile/http-over-micro": "1.0.3",
|
|
42
42
|
"@hile/logger": "4.0.2",
|
|
43
43
|
"@hile/mcp": "1.0.6",
|
|
44
|
-
"@hile/micro": "4.0.
|
|
44
|
+
"@hile/micro": "4.0.7",
|
|
45
45
|
"@hile/reactivity": "3.0.2",
|
|
46
46
|
"@hile/reloader": "3.0.4",
|
|
47
|
-
"@hile/rsc": "1.0.
|
|
48
|
-
"@hile/rsc-discovery-hile": "1.0.
|
|
49
|
-
"@hile/rsc-next": "1.0.
|
|
47
|
+
"@hile/rsc": "1.0.22",
|
|
48
|
+
"@hile/rsc-discovery-hile": "1.0.19",
|
|
49
|
+
"@hile/rsc-next": "1.0.20",
|
|
50
50
|
"@koa/bodyparser": "6.1.0",
|
|
51
51
|
"@zlooks.cn/browser-api": "1.0.1",
|
|
52
|
-
"@zlooks.cn/global-config-shared": "1.0.
|
|
53
|
-
"@zlooks.cn/public-asset": "1.0.
|
|
52
|
+
"@zlooks.cn/global-config-shared": "1.0.2",
|
|
53
|
+
"@zlooks.cn/public-asset": "1.0.3",
|
|
54
54
|
"@zlooks.cn/public-host-contract": "1.0.0",
|
|
55
55
|
"@zlooks.cn/registry-config": "1.0.1",
|
|
56
|
-
"@zlooks.cn/service-command": "1.0.
|
|
57
|
-
"@zlooks.cn/sitemap-contract": "1.0.
|
|
58
|
-
"@zlooks.cn/ui": "1.0.
|
|
59
|
-
"@zlooks.cn/user-shared": "1.0.
|
|
56
|
+
"@zlooks.cn/service-command": "1.0.2",
|
|
57
|
+
"@zlooks.cn/sitemap-contract": "1.0.2",
|
|
58
|
+
"@zlooks.cn/ui": "1.0.5",
|
|
59
|
+
"@zlooks.cn/user-shared": "1.0.3",
|
|
60
60
|
"@zlooks.cn/utils": "1.0.0",
|
|
61
61
|
"antd": "6.6.1",
|
|
62
62
|
"detect-port": "2.1.0",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"zod": "4.4.3"
|
|
67
67
|
},
|
|
68
68
|
"devDependencies": {
|
|
69
|
-
"@hile/cli": "4.0.
|
|
69
|
+
"@hile/cli": "4.0.8",
|
|
70
70
|
"@types/node": "26.2.0",
|
|
71
71
|
"@types/react": "19.2.18",
|
|
72
72
|
"@types/react-dom": "19.2.4",
|
|
@@ -74,5 +74,5 @@
|
|
|
74
74
|
"typescript": "7.0.2",
|
|
75
75
|
"vitest": "4.1.11"
|
|
76
76
|
},
|
|
77
|
-
"gitHead": "
|
|
77
|
+
"gitHead": "93c1087350b97ab47fd9596c1e39da4ade741a49"
|
|
78
78
|
}
|