@feathersjs/socketio-client
Advanced tools
Comparing version 5.0.0-pre.26 to 5.0.0-pre.27
@@ -6,2 +6,13 @@ # Change Log | ||
# [5.0.0-pre.27](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.26...v5.0.0-pre.27) (2022-07-13) | ||
### Bug Fixes | ||
* **socketio-client:** Make Socket.io client event target compatible ([#2686](https://github.com/feathersjs/feathers/issues/2686)) ([716c49a](https://github.com/feathersjs/feathers/commit/716c49a270e4be5e5276192092c292f72ffcfa19)) | ||
# [5.0.0-pre.26](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.25...v5.0.0-pre.26) (2022-06-22) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@feathersjs/socketio-client", | ||
"description": "The client for Socket.io through feathers-socketio", | ||
"version": "5.0.0-pre.26", | ||
"version": "5.0.0-pre.27", | ||
"homepage": "https://feathersjs.com", | ||
@@ -56,19 +56,19 @@ "main": "lib/", | ||
"dependencies": { | ||
"@feathersjs/transport-commons": "^5.0.0-pre.26" | ||
"@feathersjs/transport-commons": "^5.0.0-pre.27" | ||
}, | ||
"devDependencies": { | ||
"@feathersjs/commons": "^5.0.0-pre.26", | ||
"@feathersjs/feathers": "^5.0.0-pre.26", | ||
"@feathersjs/memory": "^5.0.0-pre.26", | ||
"@feathersjs/socketio": "^5.0.0-pre.26", | ||
"@feathersjs/tests": "^5.0.0-pre.26", | ||
"@feathersjs/commons": "^5.0.0-pre.27", | ||
"@feathersjs/feathers": "^5.0.0-pre.27", | ||
"@feathersjs/memory": "^5.0.0-pre.27", | ||
"@feathersjs/socketio": "^5.0.0-pre.27", | ||
"@feathersjs/tests": "^5.0.0-pre.27", | ||
"@types/mocha": "^9.1.1", | ||
"@types/node": "^17.0.40", | ||
"@types/node": "^18.0.1", | ||
"mocha": "^10.0.0", | ||
"shx": "^0.3.4", | ||
"socket.io-client": "^4.5.1", | ||
"ts-node": "^10.8.1", | ||
"typescript": "^4.7.3" | ||
"ts-node": "^10.8.2", | ||
"typescript": "^4.7.4" | ||
}, | ||
"gitHead": "0e7553ded9b24016d36021aaedcc2cdb19ab0157" | ||
"gitHead": "6032742bce059781e7013fd662870df45bd72bb5" | ||
} |
29954