@feathersjs/primus-client
Advanced tools
Comparing version 4.4.1 to 4.4.3
@@ -6,2 +6,10 @@ # Change Log | ||
## [4.4.3](https://github.com/feathersjs/feathers/compare/v4.4.1...v4.4.3) (2019-12-06) | ||
**Note:** Version bump only for package @feathersjs/primus-client | ||
## [4.4.1](https://github.com/feathersjs/feathers/compare/v4.4.0...v4.4.1) (2019-11-27) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@feathersjs/primus-client", | ||
"description": "Client services for Primus and feathers-primus", | ||
"version": "4.4.1", | ||
"version": "4.4.3", | ||
"homepage": "https://feathersjs.com", | ||
@@ -43,9 +43,9 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@feathersjs/transport-commons": "^4.4.1" | ||
"@feathersjs/transport-commons": "^4.4.3" | ||
}, | ||
"devDependencies": { | ||
"@feathersjs/commons": "^4.4.1", | ||
"@feathersjs/feathers": "^4.4.1", | ||
"@feathersjs/primus": "^4.4.1", | ||
"@feathersjs/tests": "^4.4.1", | ||
"@feathersjs/commons": "^4.4.3", | ||
"@feathersjs/feathers": "^4.4.3", | ||
"@feathersjs/primus": "^4.4.3", | ||
"@feathersjs/tests": "^4.4.3", | ||
"chai": "^4.2.0", | ||
@@ -56,3 +56,3 @@ "feathers-memory": "^4.1.0", | ||
}, | ||
"gitHead": "9b9f0f13387341bdd320f1e66feda828fca2c9f2" | ||
"gitHead": "76d2ab525e71753c1e6a8ce52907f8c6369df695" | ||
} |
14356