@miniflare/core
Advanced tools
Comparing version 2.12.0 to 2.12.1
@@ -458,2 +458,4 @@ /// <reference types="node" /> | ||
declare const kParentSharedCache: unique symbol; | ||
declare const kPassThrough: unique symbol; | ||
@@ -508,3 +510,3 @@ | ||
scriptRunForModuleExports?: boolean; | ||
isMount?: boolean; | ||
/* Excluded from this release type: [kParentSharedCache] */ | ||
} | ||
@@ -611,3 +613,3 @@ | ||
export declare interface RequestInit extends RequestInit_2 { | ||
readonly cf?: IncomingRequestCfProperties | RequestInitCfProperties; | ||
cf?: IncomingRequestCfProperties | RequestInitCfProperties; | ||
} | ||
@@ -614,0 +616,0 @@ |
{ | ||
"name": "@miniflare/core", | ||
"version": "2.12.0", | ||
"version": "2.12.1", | ||
"description": "Core module for Miniflare: a fun, full-featured, fully-local simulator for Cloudflare Workers", | ||
@@ -42,5 +42,5 @@ "keywords": [ | ||
"@iarna/toml": "^2.2.5", | ||
"@miniflare/queues": "2.12.0", | ||
"@miniflare/shared": "2.12.0", | ||
"@miniflare/watcher": "2.12.0", | ||
"@miniflare/queues": "2.12.1", | ||
"@miniflare/shared": "2.12.1", | ||
"@miniflare/watcher": "2.12.1", | ||
"busboy": "^1.6.0", | ||
@@ -50,10 +50,10 @@ "dotenv": "^10.0.0", | ||
"set-cookie-parser": "^2.4.8", | ||
"undici": "5.11.0", | ||
"undici": "5.20.0", | ||
"urlpattern-polyfill": "^4.0.3" | ||
}, | ||
"devDependencies": { | ||
"@miniflare/durable-objects": "2.12.0", | ||
"@miniflare/shared-test": "2.12.0", | ||
"@miniflare/watcher": "2.12.0", | ||
"@miniflare/web-sockets": "2.12.0", | ||
"@miniflare/durable-objects": "2.12.1", | ||
"@miniflare/shared-test": "2.12.1", | ||
"@miniflare/watcher": "2.12.1", | ||
"@miniflare/web-sockets": "2.12.1", | ||
"@types/busboy": "^1.5.0", | ||
@@ -60,0 +60,0 @@ "@types/set-cookie-parser": "^2.4.1", |
Sorry, the diff of this file is too big to display
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
226437
4339
+ Added@miniflare/queues@2.12.1(transitive)
+ Added@miniflare/shared@2.12.1(transitive)
+ Added@miniflare/watcher@2.12.1(transitive)
+ Addedundici@5.20.0(transitive)
- Removed@miniflare/queues@2.12.0(transitive)
- Removed@miniflare/shared@2.12.0(transitive)
- Removed@miniflare/watcher@2.12.0(transitive)
- Removedundici@5.11.0(transitive)
Updated@miniflare/queues@2.12.1
Updated@miniflare/shared@2.12.1
Updated@miniflare/watcher@2.12.1
Updatedundici@5.20.0