@feathersjs/socketio-client
Advanced tools
Comparing version 4.3.2 to 4.3.3
@@ -6,2 +6,10 @@ # Change Log | ||
## [4.3.3](https://github.com/feathersjs/feathers/compare/v4.3.2...v4.3.3) (2019-09-21) | ||
**Note:** Version bump only for package @feathersjs/socketio-client | ||
## [4.3.2](https://github.com/feathersjs/feathers/compare/v4.3.1...v4.3.2) (2019-09-16) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@feathersjs/socketio-client", | ||
"description": "The client for Socket.io through feathers-socketio", | ||
"version": "4.3.2", | ||
"version": "4.3.3", | ||
"homepage": "https://feathersjs.com", | ||
@@ -39,3 +39,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@feathersjs/transport-commons": "^4.3.2", | ||
"@feathersjs/transport-commons": "^4.3.3", | ||
"@types/socket.io-client": "^1.4.32" | ||
@@ -45,5 +45,5 @@ }, | ||
"@feathersjs/commons": "^4.3.0", | ||
"@feathersjs/feathers": "^4.3.2", | ||
"@feathersjs/socketio": "^4.3.2", | ||
"@feathersjs/tests": "^4.3.2", | ||
"@feathersjs/feathers": "^4.3.3", | ||
"@feathersjs/socketio": "^4.3.3", | ||
"@feathersjs/tests": "^4.3.3", | ||
"chai": "^4.2.0", | ||
@@ -54,3 +54,3 @@ "feathers-memory": "^4.0.0", | ||
}, | ||
"gitHead": "31c8e752298f725e3be9965ce1550e94e09ec871" | ||
"gitHead": "352e422a30c8b289ca047862d997a49b427553a9" | ||
} |
13744