nitro-nightly 3.0.1-20260109-100347-99691fcb → 3.0.1-20260113-190618-a765d98d
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/_build/common.mjs
CHANGED
|
@@ -18593,7 +18593,7 @@ function replace(options) {
|
|
|
18593
18593
|
}
|
|
18594
18594
|
|
|
18595
18595
|
//#endregion
|
|
18596
|
-
//#region node_modules/.pnpm/unwasm@0.5.
|
|
18596
|
+
//#region node_modules/.pnpm/unwasm@0.5.3/node_modules/unwasm/dist/plugin/index.mjs
|
|
18597
18597
|
var __create = Object.create;
|
|
18598
18598
|
var __defProp = Object.defineProperty;
|
|
18599
18599
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
@@ -24326,7 +24326,7 @@ export function createLazyWasmModule(_instantiator) {
|
|
|
24326
24326
|
}
|
|
24327
24327
|
`;
|
|
24328
24328
|
}
|
|
24329
|
-
const WASM_ID_RE = /\.wasm
|
|
24329
|
+
const WASM_ID_RE = /\.wasm(?:\?.*)?$/i;
|
|
24330
24330
|
function unwasm(opts) {
|
|
24331
24331
|
const assets = Object.create(null);
|
|
24332
24332
|
const _parseCache = Object.create(null);
|
|
@@ -38,7 +38,7 @@ function escapeRegex(str) {
|
|
|
38
38
|
}
|
|
39
39
|
|
|
40
40
|
//#endregion
|
|
41
|
-
//#region node_modules/.pnpm/@hiogawa+vite-plugin-fullstack@0.0.11_vite@8.0.0-beta.
|
|
41
|
+
//#region node_modules/.pnpm/@hiogawa+vite-plugin-fullstack@0.0.11_vite@8.0.0-beta.7_@types+node@25.0.8_jiti@2.6.1_tsx@4.21.0_yaml@2.8.2_/node_modules/@hiogawa/vite-plugin-fullstack/dist/plugin-B4MlD0Bd.js
|
|
42
42
|
function parseIdQuery(id) {
|
|
43
43
|
if (!id.includes("?")) return {
|
|
44
44
|
filename: id,
|
|
@@ -623,7 +623,7 @@ function assetsURLDev(url, config) {
|
|
|
623
623
|
}
|
|
624
624
|
|
|
625
625
|
//#endregion
|
|
626
|
-
//#region node_modules/.pnpm/@hiogawa+vite-plugin-fullstack@0.0.11_vite@8.0.0-beta.
|
|
626
|
+
//#region node_modules/.pnpm/@hiogawa+vite-plugin-fullstack@0.0.11_vite@8.0.0-beta.7_@types+node@25.0.8_jiti@2.6.1_tsx@4.21.0_yaml@2.8.2_/node_modules/@hiogawa/vite-plugin-fullstack/dist/runtime.js
|
|
627
627
|
var runtime_exports = /* @__PURE__ */ __exportAll({ mergeAssets: () => mergeAssets });
|
|
628
628
|
function mergeAssets(...args) {
|
|
629
629
|
const js = uniqBy(args.flatMap((h) => h.js), (a) => a.href);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nitro-nightly",
|
|
3
|
-
"version": "3.0.1-
|
|
3
|
+
"version": "3.0.1-20260113-190618-a765d98d",
|
|
4
4
|
"description": "Build and Deploy Universal JavaScript Servers",
|
|
5
5
|
"homepage": "https://nitro.build",
|
|
6
6
|
"repository": "nitrojs/nitro",
|
|
@@ -65,20 +65,20 @@
|
|
|
65
65
|
"db0": "^0.3.4",
|
|
66
66
|
"h3": "^2.0.1-rc.7",
|
|
67
67
|
"jiti": "^2.6.1",
|
|
68
|
-
"nf3": "^0.3.
|
|
68
|
+
"nf3": "^0.3.4",
|
|
69
69
|
"ofetch": "^2.0.0-alpha.3",
|
|
70
70
|
"ohash": "^2.0.11",
|
|
71
|
-
"oxc-minify": "^0.
|
|
72
|
-
"oxc-transform": "^0.
|
|
71
|
+
"oxc-minify": "^0.108.0",
|
|
72
|
+
"oxc-transform": "^0.108.0",
|
|
73
73
|
"srvx": "^0.10.0",
|
|
74
|
-
"undici": "^7.
|
|
74
|
+
"undici": "^7.18.2",
|
|
75
75
|
"unenv": "^2.0.0-rc.24",
|
|
76
76
|
"unstorage": "^2.0.0-alpha.5"
|
|
77
77
|
},
|
|
78
78
|
"devDependencies": {
|
|
79
79
|
"@azure/functions": "^3.5.1",
|
|
80
80
|
"@azure/static-web-apps-cli": "^2.0.7",
|
|
81
|
-
"@cloudflare/workers-types": "^4.
|
|
81
|
+
"@cloudflare/workers-types": "^4.20260113.0",
|
|
82
82
|
"@deno/types": "^0.0.1",
|
|
83
83
|
"@hiogawa/vite-plugin-fullstack": "^0.0.11",
|
|
84
84
|
"@netlify/edge-functions": "^3.0.3",
|
|
@@ -89,17 +89,17 @@
|
|
|
89
89
|
"@rollup/plugin-json": "^6.1.0",
|
|
90
90
|
"@rollup/plugin-node-resolve": "^16.0.3",
|
|
91
91
|
"@rollup/plugin-replace": "^6.0.3",
|
|
92
|
-
"@scalar/api-reference": "^1.
|
|
92
|
+
"@scalar/api-reference": "^1.43.3",
|
|
93
93
|
"@types/aws-lambda": "^8.10.159",
|
|
94
94
|
"@types/estree": "^1.0.8",
|
|
95
95
|
"@types/etag": "^1.8.4",
|
|
96
96
|
"@types/fs-extra": "^11.0.4",
|
|
97
97
|
"@types/http-proxy": "^1.17.17",
|
|
98
|
-
"@types/node": "^25.0.
|
|
98
|
+
"@types/node": "^25.0.8",
|
|
99
99
|
"@types/node-fetch": "^2.6.13",
|
|
100
100
|
"@types/semver": "^7.7.1",
|
|
101
101
|
"@types/xml2js": "^0.4.14",
|
|
102
|
-
"@vitest/coverage-v8": "^4.0.
|
|
102
|
+
"@vitest/coverage-v8": "^4.0.17",
|
|
103
103
|
"automd": "^0.4.2",
|
|
104
104
|
"c12": "^3.3.3",
|
|
105
105
|
"changelogen": "^0.6.2",
|
|
@@ -129,10 +129,10 @@
|
|
|
129
129
|
"knitwork": "^1.3.0",
|
|
130
130
|
"magic-string": "^0.30.21",
|
|
131
131
|
"mime": "^4.1.0",
|
|
132
|
-
"miniflare": "^4.
|
|
132
|
+
"miniflare": "^4.20260111.0",
|
|
133
133
|
"mlly": "^1.8.0",
|
|
134
134
|
"nypm": "^0.6.2",
|
|
135
|
-
"obuild": "^0.4.
|
|
135
|
+
"obuild": "^0.4.14",
|
|
136
136
|
"pathe": "^2.0.3",
|
|
137
137
|
"perfect-debounce": "^2.0.0",
|
|
138
138
|
"pkg-types": "^2.3.0",
|
|
@@ -157,11 +157,11 @@
|
|
|
157
157
|
"unctx": "^2.5.0",
|
|
158
158
|
"unimport": "^5.6.0",
|
|
159
159
|
"untyped": "^2.0.0",
|
|
160
|
-
"unwasm": "^0.5.
|
|
161
|
-
"vite": "8.0.0-beta.
|
|
160
|
+
"unwasm": "^0.5.3",
|
|
161
|
+
"vite": "8.0.0-beta.7",
|
|
162
162
|
"vite7": "npm:vite@^7.3.1",
|
|
163
|
-
"vitest": "^4.0.
|
|
164
|
-
"wrangler": "~4.
|
|
163
|
+
"vitest": "^4.0.17",
|
|
164
|
+
"wrangler": "~4.59.1",
|
|
165
165
|
"xml2js": "^0.6.2",
|
|
166
166
|
"youch": "4.1.0-beta.13",
|
|
167
167
|
"youch-core": "^0.3.3"
|