nitropack-nightly 2.11.6-20250308-193817.a2b73af8 → 2.11.6-20250308-213402.c421716e
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/meta/index.d.mts
CHANGED
package/dist/meta/index.d.ts
CHANGED
package/dist/meta/index.mjs
CHANGED
|
@@ -71,7 +71,7 @@ if (import.meta._tasks) {
|
|
|
71
71
|
startScheduleRunner();
|
|
72
72
|
}
|
|
73
73
|
function listen(useRandomPort = Boolean(
|
|
74
|
-
NITRO_NO_UNIX_SOCKET || process.versions.webcontainer
|
|
74
|
+
NITRO_NO_UNIX_SOCKET || process.versions.webcontainer || "Bun" in globalThis && process.platform === "win32"
|
|
75
75
|
)) {
|
|
76
76
|
return new Promise((resolve, reject) => {
|
|
77
77
|
try {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nitropack-nightly",
|
|
3
|
-
"version": "2.11.6-20250308-
|
|
3
|
+
"version": "2.11.6-20250308-213402.c421716e",
|
|
4
4
|
"description": "Build and Deploy Universal JavaScript Servers",
|
|
5
5
|
"repository": "nitrojs/nitro",
|
|
6
6
|
"license": "MIT",
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
"@cloudflare/kv-asset-handler": "^0.3.4",
|
|
102
102
|
"@netlify/functions": "3.0.0",
|
|
103
103
|
"@rollup/plugin-alias": "^5.1.1",
|
|
104
|
-
"@rollup/plugin-commonjs": "^28.0.
|
|
104
|
+
"@rollup/plugin-commonjs": "^28.0.3",
|
|
105
105
|
"@rollup/plugin-inject": "^5.0.5",
|
|
106
106
|
"@rollup/plugin-json": "^6.1.0",
|
|
107
107
|
"@rollup/plugin-node-resolve": "^16.0.0",
|
|
@@ -126,14 +126,14 @@
|
|
|
126
126
|
"esbuild": "^0.25.0",
|
|
127
127
|
"escape-string-regexp": "^5.0.0",
|
|
128
128
|
"etag": "^1.8.1",
|
|
129
|
-
"exsolve": "^1.0.
|
|
129
|
+
"exsolve": "^1.0.4",
|
|
130
130
|
"fs-extra": "^11.3.0",
|
|
131
131
|
"globby": "^14.1.0",
|
|
132
132
|
"gzip-size": "^7.0.0",
|
|
133
133
|
"h3": "npm:h3-nightly@latest",
|
|
134
134
|
"hookable": "^5.5.3",
|
|
135
135
|
"httpxy": "^0.1.7",
|
|
136
|
-
"ioredis": "^5.
|
|
136
|
+
"ioredis": "^5.6.0",
|
|
137
137
|
"jiti": "^2.4.2",
|
|
138
138
|
"klona": "^2.0.6",
|
|
139
139
|
"knitwork": "^1.2.0",
|
|
@@ -152,7 +152,7 @@
|
|
|
152
152
|
"pkg-types": "^2.1.0",
|
|
153
153
|
"pretty-bytes": "^6.1.1",
|
|
154
154
|
"radix3": "^1.1.2",
|
|
155
|
-
"rollup": "^4.
|
|
155
|
+
"rollup": "^4.35.0",
|
|
156
156
|
"rollup-plugin-visualizer": "^5.14.0",
|
|
157
157
|
"scule": "^1.3.0",
|
|
158
158
|
"semver": "^7.7.1",
|
|
@@ -164,14 +164,14 @@
|
|
|
164
164
|
"ultrahtml": "^1.5.3",
|
|
165
165
|
"uncrypto": "^0.1.3",
|
|
166
166
|
"unctx": "^2.4.1",
|
|
167
|
-
"unenv": "^2.0.0-rc.
|
|
167
|
+
"unenv": "^2.0.0-rc.14",
|
|
168
168
|
"unimport": "^4.1.2",
|
|
169
169
|
"unplugin-utils": "^0.2.4",
|
|
170
170
|
"unstorage": "^1.15.0",
|
|
171
171
|
"untyped": "^2.0.0",
|
|
172
172
|
"unwasm": "^0.3.9",
|
|
173
173
|
"youch": "^4.1.0-beta.6",
|
|
174
|
-
"youch-core": "^0.3.
|
|
174
|
+
"youch-core": "^0.3.2"
|
|
175
175
|
},
|
|
176
176
|
"devDependencies": {
|
|
177
177
|
"@azure/functions": "^3.5.1",
|
|
@@ -179,7 +179,7 @@
|
|
|
179
179
|
"@cloudflare/workers-types": "^4.20250303.0",
|
|
180
180
|
"@deno/types": "^0.0.1",
|
|
181
181
|
"@netlify/edge-functions": "^2.11.1",
|
|
182
|
-
"@scalar/api-reference": "^1.25.
|
|
182
|
+
"@scalar/api-reference": "^1.25.130",
|
|
183
183
|
"@types/archiver": "^6.0.3",
|
|
184
184
|
"@types/aws-lambda": "^8.10.147",
|
|
185
185
|
"@types/estree": "^1.0.6",
|
|
@@ -189,24 +189,24 @@
|
|
|
189
189
|
"@types/semver": "^7.5.8",
|
|
190
190
|
"@types/serve-static": "^1.15.7",
|
|
191
191
|
"@types/xml2js": "^0.4.14",
|
|
192
|
-
"@vitest/coverage-v8": "^3.0.
|
|
192
|
+
"@vitest/coverage-v8": "^3.0.8",
|
|
193
193
|
"automd": "^0.4.0",
|
|
194
194
|
"changelogen": "^0.6.1",
|
|
195
195
|
"edge-runtime": "^4.0.1",
|
|
196
|
-
"eslint": "^9.
|
|
196
|
+
"eslint": "^9.22.0",
|
|
197
197
|
"eslint-config-unjs": "^0.4.2",
|
|
198
198
|
"execa": "^9.5.2",
|
|
199
199
|
"expect-type": "^1.2.0",
|
|
200
200
|
"firebase-admin": "^12.7.0",
|
|
201
201
|
"firebase-functions": "^4.9.0",
|
|
202
202
|
"get-port-please": "^3.1.2",
|
|
203
|
-
"miniflare": "^3.
|
|
204
|
-
"ohash-v1": "npm:ohash@^1.1.
|
|
203
|
+
"miniflare": "^3.20250224.0",
|
|
204
|
+
"ohash-v1": "npm:ohash@^1.1.6",
|
|
205
205
|
"prettier": "^3.5.3",
|
|
206
206
|
"typescript": "^5.8.2",
|
|
207
207
|
"unbuild": "^3.5.0",
|
|
208
208
|
"undici": "^7.4.0",
|
|
209
|
-
"vitest": "^3.0.
|
|
209
|
+
"vitest": "^3.0.8",
|
|
210
210
|
"xml2js": "^0.6.2"
|
|
211
211
|
},
|
|
212
212
|
"peerDependencies": {
|