@feathersjs/socketio-client
Advanced tools
Comparing version 4.0.0-pre.2 to 4.0.0-pre.3
@@ -6,2 +6,13 @@ # Change Log | ||
# [4.0.0-pre.3](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.2...v4.0.0-pre.3) (2019-06-01) | ||
### Bug Fixes | ||
* Update dependencies and fix tests ([#1373](https://github.com/feathersjs/feathers/issues/1373)) ([d743a7f](https://github.com/feathersjs/feathers/commit/d743a7f)) | ||
# [4.0.0-pre.2](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.1...v4.0.0-pre.2) (2019-05-15) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@feathersjs/socketio-client", | ||
"description": "The client for Socket.io through feathers-socketio", | ||
"version": "4.0.0-pre.2", | ||
"version": "4.0.0-pre.3", | ||
"homepage": "https://feathersjs.com", | ||
@@ -39,16 +39,16 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@feathersjs/transport-commons": "^4.0.0-pre.2", | ||
"@feathersjs/transport-commons": "^4.2.1", | ||
"@types/socket.io-client": "^1.4.32" | ||
}, | ||
"devDependencies": { | ||
"@feathersjs/commons": "^4.0.0-pre.0", | ||
"@feathersjs/feathers": "^4.0.0-pre.2", | ||
"@feathersjs/socketio": "^4.0.0-pre.2", | ||
"@feathersjs/tests": "^4.0.0-pre.2", | ||
"@feathersjs/commons": "^4.0.0-pre.3", | ||
"@feathersjs/feathers": "^4.0.0-pre.3", | ||
"@feathersjs/socketio": "^4.0.0-pre.3", | ||
"@feathersjs/tests": "^4.0.0-pre.3", | ||
"chai": "^4.2.0", | ||
"feathers-memory": "^3.0.2", | ||
"mocha": "^6.0.2", | ||
"mocha": "^6.1.4", | ||
"socket.io-client": "^2.2.0" | ||
}, | ||
"gitHead": "d665b9470435d6db0ecddd1fb152ab4a87266c52" | ||
"gitHead": "19eb75737659e3e4b57765c1653d23c86fd2e1c3" | ||
} |
12557