@feathersjs/primus-client
Advanced tools
Comparing version 4.5.12 to 4.5.14
@@ -6,2 +6,10 @@ # Change Log | ||
## [4.5.14](https://github.com/feathersjs/feathers/compare/v4.5.13...v4.5.14) (2022-04-13) | ||
**Note:** Version bump only for package @feathersjs/primus-client | ||
## [4.5.12](https://github.com/feathersjs/feathers/compare/v4.5.11...v4.5.12) (2022-01-06) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@feathersjs/primus-client", | ||
"description": "Client services for Primus and feathers-primus", | ||
"version": "4.5.12", | ||
"version": "4.5.14", | ||
"homepage": "https://feathersjs.com", | ||
@@ -52,3 +52,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@feathersjs/transport-commons": "^4.5.12" | ||
"@feathersjs/transport-commons": "^4.5.14" | ||
}, | ||
@@ -58,3 +58,3 @@ "devDependencies": { | ||
"@feathersjs/feathers": "^4.5.12", | ||
"@feathersjs/primus": "^4.5.12", | ||
"@feathersjs/primus": "^4.5.14", | ||
"@feathersjs/tests": "^4.5.12", | ||
@@ -65,3 +65,3 @@ "feathers-memory": "^4.1.0", | ||
}, | ||
"gitHead": "8697ecc85808437e9aab63e5d2327679340c5401" | ||
"gitHead": "25b6fb546768e4396333368d57a26b24f5489010" | ||
} |
16880