nitropack-nightly 2.11.12-20250512-220511.5ac63720 → 2.11.12-20250512-222532.633cf4ed

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.
@@ -945,6 +945,14 @@ async function scanDir(nitro, dir, name) {
945
945
  dot: true,
946
946
  ignore: nitro.options.ignore,
947
947
  absolute: true
948
+ }).catch((error) => {
949
+ if (error?.code === "ENOTDIR") {
950
+ nitro.logger.warn(
951
+ `Ignoring \`${join$1(dir, name)}\`. It must be a directory.`
952
+ );
953
+ return [];
954
+ }
955
+ throw error;
948
956
  });
949
957
  return fileNames.map((fullPath) => {
950
958
  return {
@@ -1,4 +1,4 @@
1
- const version = "2.11.12-20250512-220511.5ac63720";
1
+ const version = "2.11.12-20250512-222532.633cf4ed";
2
2
 
3
3
  const compatibilityChanges = [
4
4
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nitropack-nightly",
3
- "version": "2.11.12-20250512-220511.5ac63720",
3
+ "version": "2.11.12-20250512-222532.633cf4ed",
4
4
  "description": "Build and Deploy Universal JavaScript Servers",
5
5
  "repository": "nitrojs/nitro",
6
6
  "license": "MIT",
@@ -99,7 +99,7 @@
99
99
  },
100
100
  "dependencies": {
101
101
  "@cloudflare/kv-asset-handler": "^0.4.0",
102
- "@netlify/functions": "^3.1.2",
102
+ "@netlify/functions": "^3.1.8",
103
103
  "@rollup/plugin-alias": "^5.1.1",
104
104
  "@rollup/plugin-commonjs": "^28.0.3",
105
105
  "@rollup/plugin-inject": "^5.0.5",
@@ -117,12 +117,12 @@
117
117
  "consola": "^3.4.2",
118
118
  "cookie-es": "^2.0.0",
119
119
  "croner": "^9.0.0",
120
- "crossws": "^0.3.4",
120
+ "crossws": "^0.3.5",
121
121
  "db0": "^0.3.2",
122
122
  "defu": "^6.1.4",
123
123
  "destr": "^2.0.5",
124
124
  "dot-prop": "^9.0.0",
125
- "esbuild": "^0.25.3",
125
+ "esbuild": "^0.25.4",
126
126
  "escape-string-regexp": "^5.0.0",
127
127
  "etag": "^1.8.1",
128
128
  "exsolve": "^1.0.5",
@@ -149,10 +149,10 @@
149
149
  "pkg-types": "^2.1.0",
150
150
  "pretty-bytes": "^6.1.1",
151
151
  "radix3": "^1.1.2",
152
- "rollup": "^4.40.0",
152
+ "rollup": "^4.40.2",
153
153
  "rollup-plugin-visualizer": "^5.14.0",
154
154
  "scule": "^1.3.0",
155
- "semver": "^7.7.1",
155
+ "semver": "^7.7.2",
156
156
  "serve-placeholder": "^2.0.2",
157
157
  "serve-static": "^2.2.0",
158
158
  "source-map": "^0.7.4",
@@ -161,8 +161,8 @@
161
161
  "ultrahtml": "^1.6.0",
162
162
  "uncrypto": "^0.1.3",
163
163
  "unctx": "^2.4.1",
164
- "unenv": "^2.0.0-rc.15",
165
- "unimport": "^5.0.0",
164
+ "unenv": "^2.0.0-rc.17",
165
+ "unimport": "^5.0.1",
166
166
  "unplugin-utils": "^0.2.4",
167
167
  "unstorage": "^1.16.0",
168
168
  "untyped": "^2.0.0",
@@ -172,11 +172,11 @@
172
172
  },
173
173
  "devDependencies": {
174
174
  "@azure/functions": "^3.5.1",
175
- "@azure/static-web-apps-cli": "^2.0.5",
176
- "@cloudflare/workers-types": "^4.20250427.0",
175
+ "@azure/static-web-apps-cli": "^2.0.6",
176
+ "@cloudflare/workers-types": "^4.20250510.0",
177
177
  "@deno/types": "^0.0.1",
178
178
  "@netlify/edge-functions": "^2.12.0",
179
- "@scalar/api-reference": "^1.28.26",
179
+ "@scalar/api-reference": "^1.28.33",
180
180
  "@types/archiver": "^6.0.3",
181
181
  "@types/aws-lambda": "^8.10.149",
182
182
  "@types/estree": "^1.0.7",
@@ -186,24 +186,24 @@
186
186
  "@types/semver": "^7.7.0",
187
187
  "@types/serve-static": "^1.15.7",
188
188
  "@types/xml2js": "^0.4.14",
189
- "@vitest/coverage-v8": "^3.1.2",
189
+ "@vitest/coverage-v8": "^3.1.3",
190
190
  "automd": "^0.4.0",
191
191
  "changelogen": "^0.6.1",
192
192
  "edge-runtime": "^4.0.1",
193
- "eslint": "^9.25.1",
193
+ "eslint": "^9.26.0",
194
194
  "eslint-config-unjs": "^0.4.2",
195
- "execa": "^9.5.2",
195
+ "execa": "^9.5.3",
196
196
  "expect-type": "^1.2.1",
197
197
  "firebase-admin": "^12.7.0",
198
198
  "firebase-functions": "^4.9.0",
199
199
  "get-port-please": "^3.1.2",
200
- "miniflare": "^4.20250424.1",
200
+ "miniflare": "^4.20250507.0",
201
201
  "ohash-v1": "npm:ohash@^1.1.6",
202
202
  "prettier": "^3.5.3",
203
203
  "typescript": "^5.8.3",
204
204
  "unbuild": "^3.5.0",
205
- "undici": "^7.8.0",
206
- "vitest": "^3.1.2",
205
+ "undici": "^7.9.0",
206
+ "vitest": "^3.1.3",
207
207
  "xml2js": "^0.6.2"
208
208
  },
209
209
  "peerDependencies": {