@miniflare/core
Advanced tools
Comparing version 2.14.0 to 2.14.1
@@ -51,3 +51,3 @@ /// <reference types="node" /> | ||
import { webcrypto } from 'crypto'; | ||
import type { WebSocket } from '@miniflare/web-sockets'; | ||
import type { WebSocket as WebSocket_2 } from '@miniflare/web-sockets'; | ||
import { WranglerConfig } from '@miniflare/shared'; | ||
@@ -664,3 +664,3 @@ import { WritableStream } from 'stream/web'; | ||
get encodeBody(): "automatic" | "manual"; | ||
get webSocket(): WebSocket | undefined; | ||
get webSocket(): WebSocket_2 | undefined; | ||
waitUntil(): Promise<WaitUntil>; | ||
@@ -678,3 +678,3 @@ get status(): number; | ||
readonly encodeBody?: "automatic" | "manual"; | ||
readonly webSocket?: WebSocket; | ||
readonly webSocket?: WebSocket_2; | ||
} | ||
@@ -681,0 +681,0 @@ |
{ | ||
"name": "@miniflare/core", | ||
"version": "2.14.0", | ||
"version": "2.14.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.14.0", | ||
"@miniflare/shared": "2.14.0", | ||
"@miniflare/watcher": "2.14.0", | ||
"@miniflare/queues": "2.14.1", | ||
"@miniflare/shared": "2.14.1", | ||
"@miniflare/watcher": "2.14.1", | ||
"busboy": "^1.6.0", | ||
@@ -54,6 +54,6 @@ "dotenv": "^10.0.0", | ||
"devDependencies": { | ||
"@miniflare/durable-objects": "2.14.0", | ||
"@miniflare/shared-test": "2.14.0", | ||
"@miniflare/watcher": "2.14.0", | ||
"@miniflare/web-sockets": "2.14.0", | ||
"@miniflare/durable-objects": "2.14.1", | ||
"@miniflare/shared-test": "2.14.1", | ||
"@miniflare/watcher": "2.14.1", | ||
"@miniflare/web-sockets": "2.14.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
227006
4345
+ Added@miniflare/queues@2.14.1(transitive)
+ Added@miniflare/shared@2.14.1(transitive)
+ Added@miniflare/watcher@2.14.1(transitive)
- Removed@miniflare/queues@2.14.0(transitive)
- Removed@miniflare/shared@2.14.0(transitive)
- Removed@miniflare/watcher@2.14.0(transitive)
Updated@miniflare/queues@2.14.1
Updated@miniflare/shared@2.14.1
Updated@miniflare/watcher@2.14.1