miniflare
Advanced tools
Comparing version
@@ -19,3 +19,3 @@ // src/workers/assets/assets-kv.worker.ts | ||
), newResponse = new Response(response.body, response); | ||
return newResponse.headers.append( | ||
return contentType !== null && newResponse.headers.append( | ||
"cf-kv-metadata", | ||
@@ -22,0 +22,0 @@ `{"contentType": "${contentType}"}` |
{ | ||
"name": "miniflare", | ||
"version": "0.0.0-142753536", | ||
"version": "0.0.0-204489364", | ||
"description": "Fun, full-featured, fully-local simulator for Cloudflare Workers", | ||
@@ -40,3 +40,3 @@ "keywords": [ | ||
"undici": "^5.28.5", | ||
"workerd": "1.20250214.0", | ||
"workerd": "1.20250224.0", | ||
"ws": "8.18.0", | ||
@@ -48,3 +48,3 @@ "youch": "3.2.3", | ||
"@ava/typescript": "^4.1.0", | ||
"@cloudflare/workers-types": "^4.20250214.0", | ||
"@cloudflare/workers-types": "^4.20250224.0", | ||
"@microsoft/api-extractor": "7.49.1", | ||
@@ -82,5 +82,5 @@ "@types/debug": "^4.1.7", | ||
"which": "^2.0.2", | ||
"@cloudflare/workers-shared": "0.0.0-142753536", | ||
"@cloudflare/workflows-shared": "0.2.2", | ||
"@cloudflare/kv-asset-handler": "0.3.4" | ||
"@cloudflare/kv-asset-handler": "0.3.4", | ||
"@cloudflare/workflows-shared": "0.2.3", | ||
"@cloudflare/workers-shared": "0.0.0-204489364" | ||
}, | ||
@@ -87,0 +87,0 @@ "engines": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
2845856
0.24%44
4.76%45178
0.26%46
2.22%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
Updated