@feathersjs/socketio-client
Advanced tools
Comparing version 4.3.10 to 4.3.11
@@ -6,2 +6,10 @@ # Change Log | ||
## [4.3.11](https://github.com/feathersjs/feathers/compare/v4.3.10...v4.3.11) (2019-11-11) | ||
**Note:** Version bump only for package @feathersjs/socketio-client | ||
## [4.3.10](https://github.com/feathersjs/feathers/compare/v4.3.9...v4.3.10) (2019-10-26) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@feathersjs/socketio-client", | ||
"description": "The client for Socket.io through feathers-socketio", | ||
"version": "4.3.10", | ||
"version": "4.3.11", | ||
"homepage": "https://feathersjs.com", | ||
@@ -13,2 +13,6 @@ "main": "lib/index.js", | ||
"license": "MIT", | ||
"funding": { | ||
"type": "opencollective", | ||
"url": "https://opencollective.com/feathers" | ||
}, | ||
"repository": { | ||
@@ -40,3 +44,3 @@ "type": "git", | ||
"dependencies": { | ||
"@feathersjs/transport-commons": "^4.3.10", | ||
"@feathersjs/transport-commons": "^4.3.11", | ||
"@types/socket.io-client": "^1.4.32" | ||
@@ -46,5 +50,5 @@ }, | ||
"@feathersjs/commons": "^4.3.7", | ||
"@feathersjs/feathers": "^4.3.10", | ||
"@feathersjs/socketio": "^4.3.10", | ||
"@feathersjs/tests": "^4.3.10", | ||
"@feathersjs/feathers": "^4.3.11", | ||
"@feathersjs/socketio": "^4.3.11", | ||
"@feathersjs/tests": "^4.3.11", | ||
"chai": "^4.2.0", | ||
@@ -55,3 +59,3 @@ "feathers-memory": "^4.1.0", | ||
}, | ||
"gitHead": "524da3b8eae3086eac6ecc0a06a45e825de77594" | ||
"gitHead": "2d95bfd7a7cf064ef95925649b45b3ebecdb86c4" | ||
} |
14971