nitropack-nightly 2.13.0-20251211-001347-056ec854 → 2.13.0-20251216-102150-8c601a37
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/core/index.mjs +6 -1
- package/dist/meta/index.mjs +1 -1
- package/package.json +10 -10
package/dist/core/index.mjs
CHANGED
|
@@ -2829,7 +2829,12 @@ class DevServer {
|
|
|
2829
2829
|
url,
|
|
2830
2830
|
fromNodeMiddleware(
|
|
2831
2831
|
serveStatic(asset.dir, {
|
|
2832
|
-
dotfiles: "allow"
|
|
2832
|
+
dotfiles: "allow",
|
|
2833
|
+
setHeaders(res, path) {
|
|
2834
|
+
if (path.endsWith(".gz")) {
|
|
2835
|
+
res.setHeader("Content-Encoding", "gzip");
|
|
2836
|
+
}
|
|
2837
|
+
}
|
|
2833
2838
|
})
|
|
2834
2839
|
)
|
|
2835
2840
|
);
|
package/dist/meta/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nitropack-nightly",
|
|
3
|
-
"version": "2.13.0-
|
|
3
|
+
"version": "2.13.0-20251216-102150-8c601a37",
|
|
4
4
|
"description": "Build and Deploy Universal JavaScript Servers",
|
|
5
5
|
"repository": "nitrojs/nitro",
|
|
6
6
|
"license": "MIT",
|
|
@@ -147,12 +147,12 @@
|
|
|
147
147
|
"pkg-types": "^2.3.0",
|
|
148
148
|
"pretty-bytes": "^7.1.0",
|
|
149
149
|
"radix3": "^1.1.2",
|
|
150
|
-
"rollup": "^4.53.
|
|
150
|
+
"rollup": "^4.53.5",
|
|
151
151
|
"rollup-plugin-visualizer": "^6.0.5",
|
|
152
152
|
"scule": "^1.3.0",
|
|
153
153
|
"semver": "^7.7.3",
|
|
154
154
|
"serve-placeholder": "^2.0.2",
|
|
155
|
-
"serve-static": "^2.2.
|
|
155
|
+
"serve-static": "^2.2.1",
|
|
156
156
|
"source-map": "^0.7.6",
|
|
157
157
|
"std-env": "^3.10.0",
|
|
158
158
|
"ufo": "^1.6.1",
|
|
@@ -160,22 +160,22 @@
|
|
|
160
160
|
"uncrypto": "^0.1.3",
|
|
161
161
|
"unctx": "^2.4.1",
|
|
162
162
|
"unenv": "^2.0.0-rc.24",
|
|
163
|
-
"unimport": "^5.
|
|
163
|
+
"unimport": "^5.6.0",
|
|
164
164
|
"unplugin-utils": "^0.3.1",
|
|
165
165
|
"unstorage": "^1.17.3",
|
|
166
166
|
"untyped": "^2.0.0",
|
|
167
|
-
"unwasm": "^0.5.
|
|
167
|
+
"unwasm": "^0.5.2",
|
|
168
168
|
"youch": "^4.1.0-beta.13",
|
|
169
169
|
"youch-core": "^0.3.3"
|
|
170
170
|
},
|
|
171
171
|
"devDependencies": {
|
|
172
172
|
"@azure/functions": "^3.5.1",
|
|
173
173
|
"@azure/static-web-apps-cli": "^2.0.7",
|
|
174
|
-
"@cloudflare/workers-types": "^4.
|
|
174
|
+
"@cloudflare/workers-types": "^4.20251216.0",
|
|
175
175
|
"@deno/types": "^0.0.1",
|
|
176
176
|
"@netlify/edge-functions": "^3.0.3",
|
|
177
177
|
"@netlify/functions": "^5.1.1",
|
|
178
|
-
"@scalar/api-reference": "^1.40.
|
|
178
|
+
"@scalar/api-reference": "^1.40.5",
|
|
179
179
|
"@types/archiver": "^7.0.0",
|
|
180
180
|
"@types/aws-lambda": "^8.10.159",
|
|
181
181
|
"@types/estree": "^1.0.8",
|
|
@@ -189,21 +189,21 @@
|
|
|
189
189
|
"automd": "^0.4.2",
|
|
190
190
|
"changelogen": "^0.6.2",
|
|
191
191
|
"edge-runtime": "^4.0.1",
|
|
192
|
-
"eslint": "^9.39.
|
|
192
|
+
"eslint": "^9.39.2",
|
|
193
193
|
"eslint-config-unjs": "^0.5.0",
|
|
194
194
|
"execa": "^9.6.1",
|
|
195
195
|
"expect-type": "^1.3.0",
|
|
196
196
|
"firebase-admin": "^13.6.0",
|
|
197
197
|
"firebase-functions": "^7.0.1",
|
|
198
198
|
"get-port-please": "^3.2.0",
|
|
199
|
-
"miniflare": "^4.
|
|
199
|
+
"miniflare": "^4.20251210.0",
|
|
200
200
|
"ohash-v1": "npm:ohash@^1.1.6",
|
|
201
201
|
"prettier": "^3.7.4",
|
|
202
202
|
"typescript": "^5.9.3",
|
|
203
203
|
"unbuild": "^3.6.1",
|
|
204
204
|
"undici": "^7.16.0",
|
|
205
205
|
"vitest": "^4.0.15",
|
|
206
|
-
"wrangler": "^4.
|
|
206
|
+
"wrangler": "^4.54.0",
|
|
207
207
|
"xml2js": "^0.6.2"
|
|
208
208
|
},
|
|
209
209
|
"peerDependencies": {
|