@miniflare/http-server
Advanced tools
Comparing version 2.2.0 to 2.3.0
@@ -455,3 +455,3 @@ var __create = Object.create; | ||
const cron = url.searchParams.get("cron"); | ||
waitUntil = mf.dispatchScheduled(time ? parseInt(time) : void 0, cron ?? void 0); | ||
waitUntil = mf.dispatchScheduled(time ? parseInt(time) : void 0, cron ?? void 0, url); | ||
status = 200; | ||
@@ -458,0 +458,0 @@ } else { |
{ | ||
"name": "@miniflare/http-server", | ||
"version": "2.2.0", | ||
"version": "2.3.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.2.0", | ||
"@miniflare/shared": "2.2.0", | ||
"@miniflare/web-sockets": "2.2.0", | ||
"@miniflare/core": "2.3.0", | ||
"@miniflare/shared": "2.3.0", | ||
"@miniflare/web-sockets": "2.3.0", | ||
"kleur": "^4.1.4", | ||
"selfsigned": "^2.0.0", | ||
"undici": "4.12.1", | ||
"undici": "4.13.0", | ||
"ws": "^8.2.2", | ||
@@ -49,5 +49,5 @@ "youch": "^2.2.2" | ||
"devDependencies": { | ||
"@miniflare/shared-test": "2.2.0", | ||
"@miniflare/shared-test": "2.3.0", | ||
"@types/node-forge": "^0.10.4" | ||
} | ||
} |
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
42184
+ Added@miniflare/core@2.3.0(transitive)
+ Added@miniflare/shared@2.3.0(transitive)
+ Added@miniflare/watcher@2.3.0(transitive)
+ Added@miniflare/web-sockets@2.3.0(transitive)
+ Addedundici@4.13.0(transitive)
- Removed@miniflare/core@2.2.0(transitive)
- Removed@miniflare/shared@2.2.0(transitive)
- Removed@miniflare/watcher@2.2.0(transitive)
- Removed@miniflare/web-sockets@2.2.0(transitive)
- Removedundici@4.12.1(transitive)
Updated@miniflare/core@2.3.0
Updated@miniflare/shared@2.3.0
Updated@miniflare/web-sockets@2.3.0
Updatedundici@4.13.0