@feathersjs/socketio-client
Advanced tools
Comparing version 4.5.2 to 4.5.3
@@ -6,2 +6,10 @@ # Change Log | ||
## [4.5.3](https://github.com/feathersjs/feathers/compare/v4.5.2...v4.5.3) (2020-04-17) | ||
**Note:** Version bump only for package @feathersjs/socketio-client | ||
## [4.5.2](https://github.com/feathersjs/feathers/compare/v4.5.1...v4.5.2) (2020-03-04) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@feathersjs/socketio-client", | ||
"description": "The client for Socket.io through feathers-socketio", | ||
"version": "4.5.2", | ||
"version": "4.5.3", | ||
"homepage": "https://feathersjs.com", | ||
@@ -43,15 +43,15 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@feathersjs/transport-commons": "^4.5.2", | ||
"@feathersjs/transport-commons": "^4.5.3", | ||
"@types/socket.io-client": "^1.4.32" | ||
}, | ||
"devDependencies": { | ||
"@feathersjs/commons": "^4.5.2", | ||
"@feathersjs/feathers": "^4.5.2", | ||
"@feathersjs/socketio": "^4.5.2", | ||
"@feathersjs/tests": "^4.5.2", | ||
"@feathersjs/commons": "^4.5.3", | ||
"@feathersjs/feathers": "^4.5.3", | ||
"@feathersjs/socketio": "^4.5.3", | ||
"@feathersjs/tests": "^4.5.3", | ||
"feathers-memory": "^4.1.0", | ||
"mocha": "^7.0.1", | ||
"mocha": "^7.1.1", | ||
"socket.io-client": "^2.3.0" | ||
}, | ||
"gitHead": "9d5871e98d821384dee70b8d3d9af4002f3d052a" | ||
"gitHead": "251ba63ceec7c203e05335f9849192a32ef66a0a" | ||
} |
16120