@miniflare/cache
Advanced tools
Comparing version 2.8.1 to 2.9.0-next.1
@@ -184,3 +184,3 @@ var __create = Object.create; | ||
res = (0, import_core.withStringFormDataFiles)(res); | ||
return res; | ||
return (0, import_core.withImmutableHeaders)(res); | ||
} | ||
@@ -187,0 +187,0 @@ async delete(req, options) { |
{ | ||
"name": "@miniflare/cache", | ||
"version": "2.8.1", | ||
"version": "2.9.0-next.1", | ||
"description": "Cache module for Miniflare: a fun, full-featured, fully-local simulator for Cloudflare Workers", | ||
@@ -38,4 +38,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@miniflare/core": "2.8.1", | ||
"@miniflare/shared": "2.8.1", | ||
"@miniflare/core": "2.9.0-next.1", | ||
"@miniflare/shared": "2.9.0-next.1", | ||
"http-cache-semantics": "^4.1.0", | ||
@@ -45,6 +45,6 @@ "undici": "5.9.1" | ||
"devDependencies": { | ||
"@miniflare/shared-test": "2.8.1", | ||
"@miniflare/web-sockets": "2.8.1", | ||
"@miniflare/shared-test": "2.9.0-next.1", | ||
"@miniflare/web-sockets": "2.9.0-next.1", | ||
"@types/http-cache-semantics": "^4.0.1" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20861
1
+ Added@miniflare/core@2.9.0-next.1(transitive)
+ Added@miniflare/queues@2.9.0-next.1(transitive)
+ Added@miniflare/shared@2.9.0-next.1(transitive)
+ Added@miniflare/watcher@2.9.0-next.1(transitive)
- Removed@miniflare/core@2.8.1(transitive)
- Removed@miniflare/queues@2.8.1(transitive)
- Removed@miniflare/shared@2.8.1(transitive)
- Removed@miniflare/watcher@2.8.1(transitive)
Updated@miniflare/core@2.9.0-next.1