@feathersjs/socketio-client
Advanced tools
Comparing version 4.5.9 to 4.5.10
@@ -6,2 +6,10 @@ # Change Log | ||
## [4.5.10](https://github.com/feathersjs/feathers/compare/v4.5.9...v4.5.10) (2020-11-08) | ||
**Note:** Version bump only for package @feathersjs/socketio-client | ||
## [4.5.9](https://github.com/feathersjs/feathers/compare/v4.5.8...v4.5.9) (2020-10-09) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@feathersjs/socketio-client", | ||
"description": "The client for Socket.io through feathers-socketio", | ||
"version": "4.5.9", | ||
"version": "4.5.10", | ||
"homepage": "https://feathersjs.com", | ||
@@ -43,15 +43,15 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@feathersjs/transport-commons": "^4.5.9", | ||
"@types/socket.io-client": "^1.4.33" | ||
"@feathersjs/transport-commons": "^4.5.10", | ||
"@types/socket.io-client": "^1.4.34" | ||
}, | ||
"devDependencies": { | ||
"@feathersjs/commons": "^4.5.9", | ||
"@feathersjs/feathers": "^4.5.9", | ||
"@feathersjs/socketio": "^4.5.9", | ||
"@feathersjs/tests": "^4.5.9", | ||
"@feathersjs/commons": "^4.5.10", | ||
"@feathersjs/feathers": "^4.5.10", | ||
"@feathersjs/socketio": "^4.5.10", | ||
"@feathersjs/tests": "^4.5.10", | ||
"feathers-memory": "^4.1.0", | ||
"mocha": "^8.1.3", | ||
"socket.io-client": "^2.3.0" | ||
"mocha": "^8.2.1", | ||
"socket.io-client": "^2.3.1" | ||
}, | ||
"gitHead": "4f7c3b19e4753e24f7439c1447d0784cf398ace0" | ||
"gitHead": "6fe8fcc2da94d10105c1ef5d4f1a198c2be61b23" | ||
} |
17228