nitro-nightly 3.0.1-20260115-134309-4253b083 → 3.0.1-20260119-111703-995944a7
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 +2 -2
- package/dist/_libs/@hiogawa/vite-plugin-fullstack.mjs +2 -2
- package/dist/_libs/@rollup/plugin-alias.mjs +1 -1
- package/dist/_libs/@rollup/plugin-commonjs.mjs +1 -1
- package/dist/_libs/@rollup/plugin-inject.mjs +1 -1
- package/dist/_libs/@rollup/plugin-json.mjs +1 -1
- package/dist/_libs/@rollup/plugin-node-resolve.mjs +1 -1
- package/package.json +8 -8
package/dist/_build/common.mjs
CHANGED
|
@@ -17513,7 +17513,7 @@ function walk(ast, { enter, leave }) {
|
|
|
17513
17513
|
}
|
|
17514
17514
|
|
|
17515
17515
|
//#endregion
|
|
17516
|
-
//#region node_modules/.pnpm/@rollup+pluginutils@5.3.0_rollup@4.55.
|
|
17516
|
+
//#region node_modules/.pnpm/@rollup+pluginutils@5.3.0_rollup@4.55.2/node_modules/@rollup/pluginutils/dist/es/index.js
|
|
17517
17517
|
const extractors = {
|
|
17518
17518
|
ArrayPattern(names, param) {
|
|
17519
17519
|
for (const element of param.elements) if (element) extractors[element.type](names, element);
|
|
@@ -18493,7 +18493,7 @@ function virtualTemplates(nitro, _polyfills) {
|
|
|
18493
18493
|
}
|
|
18494
18494
|
|
|
18495
18495
|
//#endregion
|
|
18496
|
-
//#region node_modules/.pnpm/@rollup+plugin-replace@6.0.3_rollup@4.55.
|
|
18496
|
+
//#region node_modules/.pnpm/@rollup+plugin-replace@6.0.3_rollup@4.55.2/node_modules/@rollup/plugin-replace/dist/es/index.js
|
|
18497
18497
|
function escape(str) {
|
|
18498
18498
|
return str.replace(/[-[\]/{}()*+?.\\^$|]/g, "\\$&");
|
|
18499
18499
|
}
|
|
@@ -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.8_@types+node@25.0.
|
|
41
|
+
//#region node_modules/.pnpm/@hiogawa+vite-plugin-fullstack@0.0.11_vite@8.0.0-beta.8_@types+node@25.0.9_esbuild@0.27_577572ae8fc6296e77b8a4205393d7c0/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.8_@types+node@25.0.
|
|
626
|
+
//#region node_modules/.pnpm/@hiogawa+vite-plugin-fullstack@0.0.11_vite@8.0.0-beta.8_@types+node@25.0.9_esbuild@0.27_577572ae8fc6296e77b8a4205393d7c0/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);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import path from "node:path";
|
|
2
2
|
|
|
3
|
-
//#region node_modules/.pnpm/@rollup+plugin-alias@6.0.0_rollup@4.55.
|
|
3
|
+
//#region node_modules/.pnpm/@rollup+plugin-alias@6.0.0_rollup@4.55.2/node_modules/@rollup/plugin-alias/dist/index.js
|
|
4
4
|
function matches(pattern, importee) {
|
|
5
5
|
if (pattern instanceof RegExp) return pattern.test(importee);
|
|
6
6
|
if (importee.length < pattern.length) return false;
|
|
@@ -52,7 +52,7 @@ var require_is_reference = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
52
52
|
}));
|
|
53
53
|
|
|
54
54
|
//#endregion
|
|
55
|
-
//#region node_modules/.pnpm/@rollup+plugin-commonjs@29.0.0_rollup@4.55.
|
|
55
|
+
//#region node_modules/.pnpm/@rollup+plugin-commonjs@29.0.0_rollup@4.55.2/node_modules/@rollup/plugin-commonjs/dist/es/index.js
|
|
56
56
|
var import_commondir = /* @__PURE__ */ __toESM(require_commondir(), 1);
|
|
57
57
|
var import_is_reference = /* @__PURE__ */ __toESM(require_is_reference(), 1);
|
|
58
58
|
var version = "29.0.0";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { c as createFilter, d as makeLegalIdentifier, f as walk, q as MagicString, s as attachScopes } from "../../_build/common.mjs";
|
|
2
2
|
import { sep } from "path";
|
|
3
3
|
|
|
4
|
-
//#region node_modules/.pnpm/@rollup+plugin-inject@5.0.5_rollup@4.55.
|
|
4
|
+
//#region node_modules/.pnpm/@rollup+plugin-inject@5.0.5_rollup@4.55.2/node_modules/@rollup/plugin-inject/dist/es/index.js
|
|
5
5
|
var escape = function(str) {
|
|
6
6
|
return str.replace(/[-[\]/{}()*+?.\\^$|]/g, "\\$&");
|
|
7
7
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { c as createFilter, l as dataToEsm } from "../../_build/common.mjs";
|
|
2
2
|
|
|
3
|
-
//#region node_modules/.pnpm/@rollup+plugin-json@6.1.0_rollup@4.55.
|
|
3
|
+
//#region node_modules/.pnpm/@rollup+plugin-json@6.1.0_rollup@4.55.2/node_modules/@rollup/plugin-json/dist/es/index.js
|
|
4
4
|
function json(options) {
|
|
5
5
|
if (options === void 0) options = {};
|
|
6
6
|
var filter = createFilter(options.include, options.exclude);
|
|
@@ -1113,7 +1113,7 @@ var require_resolve = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
1113
1113
|
}));
|
|
1114
1114
|
|
|
1115
1115
|
//#endregion
|
|
1116
|
-
//#region node_modules/.pnpm/@rollup+plugin-node-resolve@16.0.3_rollup@4.55.
|
|
1116
|
+
//#region node_modules/.pnpm/@rollup+plugin-node-resolve@16.0.3_rollup@4.55.2/node_modules/@rollup/plugin-node-resolve/dist/es/index.js
|
|
1117
1117
|
var import_cjs = /* @__PURE__ */ __toESM(require_cjs(), 1);
|
|
1118
1118
|
var import_is_module = /* @__PURE__ */ __toESM(require_is_module(), 1);
|
|
1119
1119
|
var import_resolve = /* @__PURE__ */ __toESM(require_resolve(), 1);
|
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-20260119-111703-995944a7",
|
|
4
4
|
"description": "Build and Deploy Universal JavaScript Servers",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"api-routes",
|
|
@@ -79,8 +79,8 @@
|
|
|
79
79
|
"nf3": "^0.3.4",
|
|
80
80
|
"ofetch": "^2.0.0-alpha.3",
|
|
81
81
|
"ohash": "^2.0.11",
|
|
82
|
-
"oxc-minify": "^0.
|
|
83
|
-
"oxc-transform": "^0.
|
|
82
|
+
"oxc-minify": "^0.109.0",
|
|
83
|
+
"oxc-transform": "^0.109.0",
|
|
84
84
|
"srvx": "^0.10.0",
|
|
85
85
|
"undici": "^7.18.2",
|
|
86
86
|
"unenv": "^2.0.0-rc.24",
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
"devDependencies": {
|
|
90
90
|
"@azure/functions": "^3.5.1",
|
|
91
91
|
"@azure/static-web-apps-cli": "^2.0.7",
|
|
92
|
-
"@cloudflare/workers-types": "^4.
|
|
92
|
+
"@cloudflare/workers-types": "^4.20260118.0",
|
|
93
93
|
"@deno/types": "^0.0.1",
|
|
94
94
|
"@hiogawa/vite-plugin-fullstack": "^0.0.11",
|
|
95
95
|
"@netlify/edge-functions": "^3.0.3",
|
|
@@ -100,13 +100,13 @@
|
|
|
100
100
|
"@rollup/plugin-json": "^6.1.0",
|
|
101
101
|
"@rollup/plugin-node-resolve": "^16.0.3",
|
|
102
102
|
"@rollup/plugin-replace": "^6.0.3",
|
|
103
|
-
"@scalar/api-reference": "^1.43.
|
|
103
|
+
"@scalar/api-reference": "^1.43.8",
|
|
104
104
|
"@types/aws-lambda": "^8.10.159",
|
|
105
105
|
"@types/estree": "^1.0.8",
|
|
106
106
|
"@types/etag": "^1.8.4",
|
|
107
107
|
"@types/fs-extra": "^11.0.4",
|
|
108
108
|
"@types/http-proxy": "^1.17.17",
|
|
109
|
-
"@types/node": "^25.0.
|
|
109
|
+
"@types/node": "^25.0.9",
|
|
110
110
|
"@types/node-fetch": "^2.6.13",
|
|
111
111
|
"@types/semver": "^7.7.1",
|
|
112
112
|
"@types/xml2js": "^0.4.14",
|
|
@@ -151,8 +151,8 @@
|
|
|
151
151
|
"pretty-bytes": "^7.1.0",
|
|
152
152
|
"react": "^19.2.3",
|
|
153
153
|
"rendu": "^0.0.7",
|
|
154
|
-
"rolldown": "
|
|
155
|
-
"rollup": "^4.55.
|
|
154
|
+
"rolldown": "1.0.0-beta.60",
|
|
155
|
+
"rollup": "^4.55.2",
|
|
156
156
|
"rou3": "^0.7.12",
|
|
157
157
|
"scule": "^1.3.0",
|
|
158
158
|
"semver": "^7.7.3",
|