@feathersjs/socketio-client
Advanced tools
Comparing version 4.5.4 to 4.5.5
@@ -6,2 +6,10 @@ # Change Log | ||
## [4.5.5](https://github.com/feathersjs/feathers/compare/v4.5.4...v4.5.5) (2020-07-11) | ||
**Note:** Version bump only for package @feathersjs/socketio-client | ||
## [4.5.4](https://github.com/feathersjs/feathers/compare/v4.5.3...v4.5.4) (2020-04-29) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@feathersjs/socketio-client", | ||
"description": "The client for Socket.io through feathers-socketio", | ||
"version": "4.5.4", | ||
"version": "4.5.5", | ||
"homepage": "https://feathersjs.com", | ||
@@ -43,15 +43,15 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@feathersjs/transport-commons": "^4.5.3", | ||
"@types/socket.io-client": "^1.4.32" | ||
"@feathersjs/transport-commons": "^4.5.5", | ||
"@types/socket.io-client": "^1.4.33" | ||
}, | ||
"devDependencies": { | ||
"@feathersjs/commons": "^4.5.3", | ||
"@feathersjs/feathers": "^4.5.3", | ||
"@feathersjs/socketio": "^4.5.4", | ||
"@feathersjs/tests": "^4.5.3", | ||
"@feathersjs/commons": "^4.5.5", | ||
"@feathersjs/feathers": "^4.5.5", | ||
"@feathersjs/socketio": "^4.5.5", | ||
"@feathersjs/tests": "^4.5.5", | ||
"feathers-memory": "^4.1.0", | ||
"mocha": "^7.1.1", | ||
"mocha": "^8.0.1", | ||
"socket.io-client": "^2.3.0" | ||
}, | ||
"gitHead": "3f967d6118bb813bdb45aa69965a4ac16e0a36b3" | ||
"gitHead": "61936afc43e3fe4f1d4d652bea8aafe6f3a0b347" | ||
} |
16444