@feathersjs/primus-client
Advanced tools
Comparing version 1.1.7 to 4.0.0-pre.0
@@ -6,2 +6,19 @@ # Change Log | ||
# [4.0.0-pre.0](https://github.com/feathersjs/feathers/compare/v3.2.0-pre.1...v4.0.0-pre.0) (2019-04-21) | ||
### Bug Fixes | ||
* Make Mocha a proper devDependency for every repository ([#1053](https://github.com/feathersjs/feathers/issues/1053)) ([9974803](https://github.com/feathersjs/feathers/commit/9974803)) | ||
* Update all dependencies to latest ([#1206](https://github.com/feathersjs/feathers/issues/1206)) ([e51e0f6](https://github.com/feathersjs/feathers/commit/e51e0f6)) | ||
### Features | ||
* Add TypeScript definitions ([#1275](https://github.com/feathersjs/feathers/issues/1275)) ([9dd6713](https://github.com/feathersjs/feathers/commit/9dd6713)) | ||
## [1.1.7](https://github.com/feathersjs/feathers/compare/@feathersjs/primus-client@1.1.6...@feathersjs/primus-client@1.1.7) (2019-01-02) | ||
@@ -8,0 +25,0 @@ |
{ | ||
"name": "@feathersjs/primus-client", | ||
"description": "Client services for Primus and feathers-primus", | ||
"version": "1.1.7", | ||
"version": "4.0.0-pre.0", | ||
"homepage": "https://feathersjs.com", | ||
"main": "lib/index.js", | ||
"types": "index.d.ts", | ||
"keywords": [ | ||
@@ -38,14 +39,14 @@ "feathers", | ||
"dependencies": { | ||
"@feathersjs/transport-commons": "^4.2.1" | ||
"@feathersjs/transport-commons": "^4.0.0-pre.0" | ||
}, | ||
"devDependencies": { | ||
"@feathersjs/commons": "^4.0.0", | ||
"@feathersjs/feathers": "^3.3.1", | ||
"@feathersjs/primus": "^3.2.8", | ||
"chai": "^4.1.2", | ||
"feathers-memory": "^2.0.0", | ||
"mocha": "^5.2.0", | ||
"ws": "^6.0.0" | ||
"@feathersjs/commons": "^4.0.0-pre.0", | ||
"@feathersjs/feathers": "^4.0.0-pre.0", | ||
"@feathersjs/primus": "^4.0.0-pre.0", | ||
"chai": "^4.2.0", | ||
"feathers-memory": "^3.0.2", | ||
"mocha": "^6.0.2", | ||
"ws": "^6.2.1" | ||
}, | ||
"gitHead": "8c3a740ada9c9a0a25204d72f8ce982ad2887331" | ||
"gitHead": "f415041c465858436a475302aabc7b8cc75adfef" | ||
} |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
10723
6
35
1