@feathersjs/primus-client
Advanced tools
Comparing version 4.5.10 to 4.5.11
@@ -6,2 +6,10 @@ # Change Log | ||
## [4.5.11](https://github.com/feathersjs/feathers/compare/v4.5.10...v4.5.11) (2020-12-05) | ||
**Note:** Version bump only for package @feathersjs/primus-client | ||
## [4.5.10](https://github.com/feathersjs/feathers/compare/v4.5.9...v4.5.10) (2020-11-08) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@feathersjs/primus-client", | ||
"description": "Client services for Primus and feathers-primus", | ||
"version": "4.5.10", | ||
"version": "4.5.11", | ||
"homepage": "https://feathersjs.com", | ||
@@ -52,14 +52,14 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@feathersjs/transport-commons": "^4.5.10" | ||
"@feathersjs/transport-commons": "^4.5.11" | ||
}, | ||
"devDependencies": { | ||
"@feathersjs/commons": "^4.5.10", | ||
"@feathersjs/feathers": "^4.5.10", | ||
"@feathersjs/primus": "^4.5.10", | ||
"@feathersjs/tests": "^4.5.10", | ||
"@feathersjs/commons": "^4.5.11", | ||
"@feathersjs/feathers": "^4.5.11", | ||
"@feathersjs/primus": "^4.5.11", | ||
"@feathersjs/tests": "^4.5.11", | ||
"feathers-memory": "^4.1.0", | ||
"mocha": "^8.2.1", | ||
"ws": "^7.3.1" | ||
"ws": "^7.4.1" | ||
}, | ||
"gitHead": "6fe8fcc2da94d10105c1ef5d4f1a198c2be61b23" | ||
"gitHead": "de0526849eb36ab6ef19ef1764e0d9e0a6ccbd81" | ||
} |
16399