nitro-nightly 3.0.1-20260106-205209-b085a480 → 3.0.1-20260107-105952-f91c7b69
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
|
@@ -24135,7 +24135,7 @@ async function getWasmImports(asset, _opts) {
|
|
|
24135
24135
|
code: "const _imports = { /* no imports */ }",
|
|
24136
24136
|
resolved: true
|
|
24137
24137
|
};
|
|
24138
|
-
const { readPackageJSON: readPackageJSON$2 } = await
|
|
24138
|
+
const { readPackageJSON: readPackageJSON$2 } = await Promise.resolve().then(() => dist_exports$1);
|
|
24139
24139
|
const pkg = await readPackageJSON$2(asset.id);
|
|
24140
24140
|
const resolved = true;
|
|
24141
24141
|
const imports = [];
|
|
@@ -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.6_@types+node@25.0.3_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,
|
|
@@ -298,7 +298,7 @@ function assetsPlugin(pluginOpts) {
|
|
|
298
298
|
load: {
|
|
299
299
|
filter: { id: /^\0virtual:fullstack\// },
|
|
300
300
|
async handler(id) {
|
|
301
|
-
if (id === "\0virtual:fullstack/runtime") return `export const mergeAssets = ${(await
|
|
301
|
+
if (id === "\0virtual:fullstack/runtime") return `export const mergeAssets = ${(await Promise.resolve().then(() => runtime_exports)).mergeAssets.toString()};`;
|
|
302
302
|
const parsed = parseAssetsVirtual(id);
|
|
303
303
|
if (!parsed) return;
|
|
304
304
|
assert$1.notEqual(this.environment.name, "client");
|
|
@@ -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.6_@types+node@25.0.3_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-20260107-105952-f91c7b69",
|
|
4
4
|
"description": "Build and Deploy Universal JavaScript Servers",
|
|
5
5
|
"homepage": "https://nitro.build",
|
|
6
6
|
"repository": "nitrojs/nitro",
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"srvx": "^0.10.0",
|
|
74
74
|
"undici": "^7.17.0",
|
|
75
75
|
"unenv": "^2.0.0-rc.24",
|
|
76
|
-
"unstorage": "^2.0.0-alpha.
|
|
76
|
+
"unstorage": "^2.0.0-alpha.5"
|
|
77
77
|
},
|
|
78
78
|
"devDependencies": {
|
|
79
79
|
"@azure/functions": "^3.5.1",
|
|
@@ -140,7 +140,7 @@
|
|
|
140
140
|
"pretty-bytes": "^7.1.0",
|
|
141
141
|
"react": "^19.2.3",
|
|
142
142
|
"rendu": "^0.0.7",
|
|
143
|
-
"rolldown": "1.0.0-beta.
|
|
143
|
+
"rolldown": "^1.0.0-beta.59",
|
|
144
144
|
"rollup": "^4.55.1",
|
|
145
145
|
"rou3": "^0.7.12",
|
|
146
146
|
"scule": "^1.3.0",
|
|
@@ -158,10 +158,10 @@
|
|
|
158
158
|
"unimport": "^5.6.0",
|
|
159
159
|
"untyped": "^2.0.0",
|
|
160
160
|
"unwasm": "^0.5.2",
|
|
161
|
-
"vite": "8.0.0-beta.
|
|
162
|
-
"vite7": "npm:vite@^7.3.
|
|
161
|
+
"vite": "8.0.0-beta.6",
|
|
162
|
+
"vite7": "npm:vite@^7.3.1",
|
|
163
163
|
"vitest": "^4.0.16",
|
|
164
|
-
"wrangler": "
|
|
164
|
+
"wrangler": "~4.54.0",
|
|
165
165
|
"xml2js": "^0.6.2",
|
|
166
166
|
"youch": "4.1.0-beta.13",
|
|
167
167
|
"youch-core": "^0.3.3"
|