@feathersjs/socketio-client
Advanced tools
Comparing version 4.5.0 to 4.5.1
@@ -6,2 +6,10 @@ # Change Log | ||
## [4.5.1](https://github.com/feathersjs/feathers/compare/v4.5.0...v4.5.1) (2020-01-24) | ||
**Note:** Version bump only for package @feathersjs/socketio-client | ||
# [4.5.0](https://github.com/feathersjs/feathers/compare/v4.4.3...v4.5.0) (2020-01-18) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@feathersjs/socketio-client", | ||
"description": "The client for Socket.io through feathers-socketio", | ||
"version": "4.5.0", | ||
"version": "4.5.1", | ||
"homepage": "https://feathersjs.com", | ||
@@ -43,15 +43,15 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@feathersjs/transport-commons": "^4.5.0", | ||
"@feathersjs/transport-commons": "^4.5.1", | ||
"@types/socket.io-client": "^1.4.32" | ||
}, | ||
"devDependencies": { | ||
"@feathersjs/commons": "^4.5.0", | ||
"@feathersjs/feathers": "^4.5.0", | ||
"@feathersjs/socketio": "^4.5.0", | ||
"@feathersjs/tests": "^4.5.0", | ||
"@feathersjs/commons": "^4.5.1", | ||
"@feathersjs/feathers": "^4.5.1", | ||
"@feathersjs/socketio": "^4.5.1", | ||
"@feathersjs/tests": "^4.5.1", | ||
"feathers-memory": "^4.1.0", | ||
"mocha": "^6.2.2", | ||
"mocha": "^7.0.0", | ||
"socket.io-client": "^2.3.0" | ||
}, | ||
"gitHead": "d971d30da3c7f1b26a33e9a93c72a37bf6996284" | ||
"gitHead": "df79afeb0780402fc317af93a86805e420dcfa93" | ||
} |
15750