@miniflare/http-server
Advanced tools
Comparing version 2.0.0-rc.5 to 2.0.0
@@ -448,3 +448,4 @@ var __create = Object.create; | ||
body, | ||
cf: meta?.cf | ||
cf: meta?.cf, | ||
redirect: "manual" | ||
}); | ||
@@ -451,0 +452,0 @@ return { request, url }; |
{ | ||
"name": "@miniflare/http-server", | ||
"version": "2.0.0-rc.5", | ||
"version": "2.0.0", | ||
"description": "HTTP server module for Miniflare: a fun, full-featured, fully-local simulator for Cloudflare Workers", | ||
@@ -38,8 +38,8 @@ "keywords": [ | ||
"dependencies": { | ||
"@miniflare/core": "2.0.0-rc.5", | ||
"@miniflare/shared": "2.0.0-rc.5", | ||
"@miniflare/web-sockets": "2.0.0-rc.5", | ||
"@miniflare/core": "2.0.0", | ||
"@miniflare/shared": "2.0.0", | ||
"@miniflare/web-sockets": "2.0.0", | ||
"kleur": "^4.1.4", | ||
"selfsigned": "^1.10.11", | ||
"undici": "^4.11.1", | ||
"undici": "4.12.1", | ||
"ws": "^8.2.2", | ||
@@ -49,5 +49,5 @@ "youch": "^2.2.2" | ||
"devDependencies": { | ||
"@miniflare/shared-test": "2.0.0-rc.5", | ||
"@miniflare/shared-test": "2.0.0", | ||
"@types/node-forge": "^0.10.4" | ||
} | ||
} |
@@ -5,3 +5,3 @@ # `@miniflare/http-server` | ||
fun, full-featured, fully-local simulator for Cloudflare Workers. See | ||
[🧰 Using the API](https://v2.miniflare.dev/get-started/api) for more details. | ||
[🧰 Using the API](https://miniflare.dev/get-started/api) for more details. | ||
@@ -8,0 +8,0 @@ ## Example |
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
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
41713
737
0
+ Added@miniflare/core@2.0.0(transitive)
+ Added@miniflare/shared@2.0.0(transitive)
+ Added@miniflare/web-sockets@2.0.0(transitive)
+ Addedundici@4.12.1(transitive)
- Removed@miniflare/core@2.0.0-rc.5(transitive)
- Removed@miniflare/shared@2.0.0-rc.5(transitive)
- Removed@miniflare/web-sockets@2.0.0-rc.5(transitive)
- Removedundici@4.16.0(transitive)
Updated@miniflare/core@2.0.0
Updated@miniflare/shared@2.0.0
Updated@miniflare/web-sockets@2.0.0
Updatedundici@4.12.1