@feathersjs/primus-client
Advanced tools
Comparing version 1.0.2 to 1.0.3
# Change Log | ||
## [v1.0.2](https://github.com/feathersjs/primus-client/tree/v1.0.2) (2018-01-03) | ||
[Full Changelog](https://github.com/feathersjs/primus-client/compare/v1.0.1...v1.0.2) | ||
**Merged pull requests:** | ||
- Update readme to correspond with latest release [\#8](https://github.com/feathersjs/primus-client/pull/8) ([daffl](https://github.com/daffl)) | ||
- Update semistandard to the latest version 🚀 [\#7](https://github.com/feathersjs/primus-client/pull/7) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) | ||
- Update feathers-memory to the latest version 🚀 [\#6](https://github.com/feathersjs/primus-client/pull/6) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) | ||
- Update uws to the latest version 🚀 [\#5](https://github.com/feathersjs/primus-client/pull/5) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) | ||
## [v1.0.1](https://github.com/feathersjs/primus-client/tree/v1.0.1) (2017-11-16) | ||
@@ -4,0 +14,0 @@ [Full Changelog](https://github.com/feathersjs/primus-client/compare/v1.0.0...v1.0.1) |
@@ -1,2 +0,2 @@ | ||
const Service = require('@feathersjs/socket-commons/client'); | ||
const Service = require('@feathersjs/transport-commons/client'); | ||
@@ -3,0 +3,0 @@ function primusClient (connection, options) { |
{ | ||
"name": "@feathersjs/primus-client", | ||
"description": "Client services for Primus and feathers-primus", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"homepage": "https://github.com/feathersjs/primus-client", | ||
@@ -50,16 +50,16 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@feathersjs/socket-commons": "^3.0.0" | ||
"@feathersjs/transport-commons": "^3.2.0" | ||
}, | ||
"devDependencies": { | ||
"@feathersjs/commons": "^1.2.0", | ||
"@feathersjs/feathers": "^3.0.0", | ||
"@feathersjs/primus": "^3.0.0", | ||
"@feathersjs/commons": "^1.4.0", | ||
"@feathersjs/feathers": "^3.0.5", | ||
"@feathersjs/primus": "^3.0.3", | ||
"chai": "^4.1.2", | ||
"feathers-memory": "^2.0.0", | ||
"istanbul": "^1.1.0-alpha.1", | ||
"mocha": "^4.0.1", | ||
"mocha": "^5.0.0", | ||
"semistandard": "^12.0.0", | ||
"uws": "^9.14.0", | ||
"ws": "^3.3.1" | ||
"ws": "^4.0.0" | ||
} | ||
} |
7729
+ Added@feathersjs/commons@1.4.4(transitive)
+ Added@feathersjs/transport-commons@3.2.0(transitive)
+ Addedradix-router@3.0.1(transitive)
- Removed@feathersjs/socket-commons@^3.0.0
- Removed@feathersjs/socket-commons@3.1.5(transitive)
- Removedurl-pattern@1.0.3(transitive)