@feathersjs/primus-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/primus-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/primus-client", | ||
"description": "Client services for Primus and feathers-primus", | ||
"version": "4.3.2", | ||
"version": "4.3.3", | ||
"homepage": "https://feathersjs.com", | ||
@@ -39,9 +39,9 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@feathersjs/transport-commons": "^4.3.2" | ||
"@feathersjs/transport-commons": "^4.3.3" | ||
}, | ||
"devDependencies": { | ||
"@feathersjs/commons": "^4.3.0", | ||
"@feathersjs/feathers": "^4.3.2", | ||
"@feathersjs/primus": "^4.3.2", | ||
"@feathersjs/tests": "^4.3.2", | ||
"@feathersjs/feathers": "^4.3.3", | ||
"@feathersjs/primus": "^4.3.3", | ||
"@feathersjs/tests": "^4.3.3", | ||
"chai": "^4.2.0", | ||
@@ -52,3 +52,3 @@ "feathers-memory": "^4.0.0", | ||
}, | ||
"gitHead": "31c8e752298f725e3be9965ce1550e94e09ec871" | ||
"gitHead": "352e422a30c8b289ca047862d997a49b427553a9" | ||
} |
12667