@miniflare/web-sockets
Advanced tools
Comparing version 2.0.0-next.2 to 2.0.0-next.3
@@ -156,3 +156,3 @@ // packages/web-sockets/src/fetch.ts | ||
ws.off("error", reject); | ||
resolve(void 0); | ||
resolve(); | ||
}); | ||
@@ -159,0 +159,0 @@ ws.once("close", reject); |
{ | ||
"name": "@miniflare/web-sockets", | ||
"version": "2.0.0-next.2", | ||
"version": "2.0.0-next.3", | ||
"description": "WebSocket module for Miniflare: a fun, full-featured, fully-local simulator for Cloudflare Workers", | ||
@@ -20,2 +20,5 @@ "keywords": [ | ||
], | ||
"engines": { | ||
"node": ">=16.7" | ||
}, | ||
"publishConfig": { | ||
@@ -26,9 +29,9 @@ "access": "public" | ||
"type": "git", | ||
"url": "git+https://github.com/mrbbot/miniflare.git", | ||
"url": "git+https://github.com/cloudflare/miniflare.git", | ||
"directory": "packages/web-sockets" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/mrbbot/miniflare/issues" | ||
"url": "https://github.com/cloudflare/miniflare/issues" | ||
}, | ||
"homepage": "https://github.com/mrbbot/miniflare/tree/master/packages/web-sockets#readme", | ||
"homepage": "https://github.com/cloudflare/miniflare/tree/master/packages/web-sockets#readme", | ||
"volta": { | ||
@@ -38,11 +41,11 @@ "extends": "../../package.json" | ||
"dependencies": { | ||
"@miniflare/core": "2.0.0-next.2", | ||
"@miniflare/shared": "2.0.0-next.2", | ||
"@miniflare/core": "2.0.0-next.3", | ||
"@miniflare/shared": "2.0.0-next.3", | ||
"ws": "^8.2.2", | ||
"undici": "^4.8.1" | ||
"undici": "^4.9.3" | ||
}, | ||
"devDependencies": { | ||
"@miniflare/shared-test": "2.0.0-next.2", | ||
"@miniflare/shared-test": "2.0.0-next.3", | ||
"@types/ws": "^7.4.7" | ||
} | ||
} |
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
15024
+ Added@miniflare/core@2.0.0-next.3(transitive)
+ Added@miniflare/shared@2.0.0-next.3(transitive)
- Removed@miniflare/core@2.0.0-next.2(transitive)
- Removed@miniflare/shared@2.0.0-next.2(transitive)
Updated@miniflare/core@2.0.0-next.3
Updatedundici@^4.9.3