nitropack-nightly 2.13.0-20260108-221550-28efb73e → 2.13.1

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.
Files changed (2) hide show
  1. package/dist/meta/index.mjs +1 -1
  2. package/package.json +16 -14
@@ -1,4 +1,4 @@
1
- const version = "2.13.0-20260108-221550-28efb73e";
1
+ const version = "2.13.1";
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.13.0-20260108-221550-28efb73e",
3
+ "version": "2.13.1",
4
4
  "description": "Build and Deploy Universal JavaScript Servers",
5
5
  "repository": "nitrojs/nitro",
6
6
  "license": "MIT",
@@ -97,7 +97,7 @@
97
97
  "nitropack": "link:."
98
98
  },
99
99
  "dependencies": {
100
- "@cloudflare/kv-asset-handler": "^0.4.1",
100
+ "@cloudflare/kv-asset-handler": "^0.4.2",
101
101
  "@rollup/plugin-alias": "^6.0.0",
102
102
  "@rollup/plugin-commonjs": "^29.0.0",
103
103
  "@rollup/plugin-inject": "^5.0.5",
@@ -126,7 +126,7 @@
126
126
  "exsolve": "^1.0.8",
127
127
  "globby": "^16.1.0",
128
128
  "gzip-size": "^7.0.0",
129
- "h3": "^1.15.4",
129
+ "h3": "^1.15.5",
130
130
  "hookable": "^5.5.3",
131
131
  "httpxy": "^0.1.7",
132
132
  "ioredis": "^5.9.1",
@@ -155,27 +155,27 @@
155
155
  "serve-static": "^2.2.1",
156
156
  "source-map": "^0.7.6",
157
157
  "std-env": "^3.10.0",
158
- "ufo": "^1.6.2",
158
+ "ufo": "^1.6.3",
159
159
  "ultrahtml": "^1.6.0",
160
160
  "uncrypto": "^0.1.3",
161
161
  "unctx": "^2.5.0",
162
162
  "unenv": "^2.0.0-rc.24",
163
163
  "unimport": "^5.6.0",
164
164
  "unplugin-utils": "^0.3.1",
165
- "unstorage": "^1.17.3",
165
+ "unstorage": "^1.17.4",
166
166
  "untyped": "^2.0.0",
167
- "unwasm": "^0.5.2",
167
+ "unwasm": "^0.5.3",
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.20260108.0",
174
+ "@cloudflare/workers-types": "^4.20260115.0",
175
175
  "@deno/types": "^0.0.1",
176
176
  "@netlify/edge-functions": "^3.0.3",
177
177
  "@netlify/functions": "^5.1.2",
178
- "@scalar/api-reference": "^1.43.1",
178
+ "@scalar/api-reference": "^1.43.4",
179
179
  "@types/archiver": "^7.0.0",
180
180
  "@types/aws-lambda": "^8.10.159",
181
181
  "@types/estree": "^1.0.8",
@@ -185,7 +185,7 @@
185
185
  "@types/semver": "^7.7.1",
186
186
  "@types/serve-static": "^2.2.0",
187
187
  "@types/xml2js": "^0.4.14",
188
- "@vitest/coverage-v8": "^4.0.16",
188
+ "@vitest/coverage-v8": "^4.0.17",
189
189
  "automd": "^0.4.2",
190
190
  "changelogen": "^0.6.2",
191
191
  "edge-runtime": "^4.0.1",
@@ -194,16 +194,16 @@
194
194
  "execa": "^9.6.1",
195
195
  "expect-type": "^1.3.0",
196
196
  "firebase-admin": "^13.6.0",
197
- "firebase-functions": "^7.0.2",
197
+ "firebase-functions": "^7.0.3",
198
198
  "get-port-please": "^3.2.0",
199
- "miniflare": "^4.20260107.0",
199
+ "miniflare": "^4.20260114.0",
200
200
  "ohash-v1": "npm:ohash@^1.1.6",
201
- "prettier": "^3.7.4",
201
+ "prettier": "^3.8.0",
202
202
  "typescript": "^5.9.3",
203
203
  "unbuild": "^3.6.1",
204
204
  "undici": "^7.18.2",
205
- "vitest": "^4.0.16",
206
- "wrangler": "^4.58.0",
205
+ "vitest": "^4.0.17",
206
+ "wrangler": "^4.59.2",
207
207
  "xml2js": "^0.6.2"
208
208
  },
209
209
  "peerDependencies": {
@@ -233,8 +233,10 @@
233
233
  "workerd"
234
234
  ],
235
235
  "ignoredBuiltDependencies": [
236
+ "@firebase/util",
236
237
  "keytar",
237
238
  "protobufjs",
239
+ "sharp",
238
240
  "vue-demi"
239
241
  ]
240
242
  }