@feathersjs/socketio-client
Advanced tools
Comparing version 4.5.6 to 4.5.7
@@ -6,2 +6,10 @@ # Change Log | ||
## [4.5.7](https://github.com/feathersjs/feathers/compare/v4.5.6...v4.5.7) (2020-07-24) | ||
**Note:** Version bump only for package @feathersjs/socketio-client | ||
## [4.5.6](https://github.com/feathersjs/feathers/compare/v4.5.5...v4.5.6) (2020-07-12) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@feathersjs/socketio-client", | ||
"description": "The client for Socket.io through feathers-socketio", | ||
"version": "4.5.6", | ||
"version": "4.5.7", | ||
"homepage": "https://feathersjs.com", | ||
@@ -43,10 +43,10 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@feathersjs/transport-commons": "^4.5.5", | ||
"@feathersjs/transport-commons": "^4.5.7", | ||
"@types/socket.io-client": "^1.4.33" | ||
}, | ||
"devDependencies": { | ||
"@feathersjs/commons": "^4.5.5", | ||
"@feathersjs/feathers": "^4.5.5", | ||
"@feathersjs/socketio": "^4.5.6", | ||
"@feathersjs/tests": "^4.5.5", | ||
"@feathersjs/commons": "^4.5.7", | ||
"@feathersjs/feathers": "^4.5.7", | ||
"@feathersjs/socketio": "^4.5.7", | ||
"@feathersjs/tests": "^4.5.7", | ||
"feathers-memory": "^4.1.0", | ||
@@ -56,3 +56,3 @@ "mocha": "^8.0.1", | ||
}, | ||
"gitHead": "be8edf9d6828fe568a6fb8b0b8b0371a8cb6875d" | ||
"gitHead": "a1a8ee535b4337ff8132858095eabf0969c3b6d3" | ||
} |
16768