@feathersjs/primus-client
Advanced tools
Comparing version 1.1.0 to 1.1.1
# Change Log | ||
## [v1.1.0](https://github.com/feathersjs/primus-client/tree/v1.1.0) (2018-02-09) | ||
[Full Changelog](https://github.com/feathersjs/primus-client/compare/v1.0.3...v1.1.0) | ||
**Merged pull requests:** | ||
- Update @feathersjs/transport-commons to the latest version 🚀 [\#12](https://github.com/feathersjs/primus-client/pull/12) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) | ||
## [v1.0.3](https://github.com/feathersjs/primus-client/tree/v1.0.3) (2018-02-05) | ||
@@ -4,0 +11,0 @@ [Full Changelog](https://github.com/feathersjs/primus-client/compare/v1.0.2...v1.0.3) |
{ | ||
"name": "@feathersjs/primus-client", | ||
"description": "Client services for Primus and feathers-primus", | ||
"version": "1.1.0", | ||
"homepage": "https://github.com/feathersjs/primus-client", | ||
"version": "1.1.1", | ||
"homepage": "https://feathersjs.com", | ||
"main": "lib/index.js", | ||
@@ -14,3 +14,3 @@ "keywords": [ | ||
"type": "git", | ||
"url": "git://github.com/feathersjs/primus-client.git" | ||
"url": "git://github.com/feathersjs/feathers.git" | ||
}, | ||
@@ -24,3 +24,3 @@ "author": { | ||
"bugs": { | ||
"url": "https://github.com/feathersjs/primus-client/issues" | ||
"url": "https://github.com/feathersjs/feathers/issues" | ||
}, | ||
@@ -31,37 +31,22 @@ "engines": { | ||
"scripts": { | ||
"publish": "git push origin --tags && npm run changelog && git push origin", | ||
"release:pre": "npm version prerelease && npm publish --tag pre --access public", | ||
"release:patch": "npm version patch && npm publish --access public", | ||
"release:minor": "npm version minor && npm publish --access public", | ||
"release:major": "npm version major && npm publish --access public", | ||
"changelog": "github_changelog_generator && git add CHANGELOG.md && git commit -am \"Updating changelog\"", | ||
"lint": "semistandard lib/*.js lib/**/*.js test/*.js test/**/*.js --fix", | ||
"mocha": "mocha --opts mocha.opts", | ||
"coverage": "istanbul cover node_modules/mocha/bin/_mocha -- --opts mocha.opts", | ||
"test": "npm run lint && npm run coverage" | ||
"test": "../../node_modules/.bin/mocha --opts ../../mocha.opts" | ||
}, | ||
"semistandard": { | ||
"sourceType": "module", | ||
"env": [ | ||
"mocha" | ||
] | ||
}, | ||
"directories": { | ||
"lib": "lib" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"dependencies": { | ||
"@feathersjs/transport-commons": "^4.0.0" | ||
"@feathersjs/transport-commons": "^4.1.2" | ||
}, | ||
"devDependencies": { | ||
"@feathersjs/commons": "^1.4.0", | ||
"@feathersjs/commons": "^2.0.0", | ||
"@feathersjs/feathers": "^3.0.5", | ||
"@feathersjs/primus": "^3.2.0", | ||
"@feathersjs/primus": "^3.2.2", | ||
"chai": "^4.1.2", | ||
"feathers-memory": "^2.0.0", | ||
"istanbul": "^1.1.0-alpha.1", | ||
"mocha": "^5.0.0", | ||
"semistandard": "^12.0.0", | ||
"uws": "^9.14.0", | ||
"ws": "^4.0.0" | ||
} | ||
"ws": "^6.0.0" | ||
}, | ||
"gitHead": "a618e325acc797dfb895f69310e55075838dfdeb" | ||
} |
# @feathersjs/primus-client | ||
[![Greenkeeper badge](https://badges.greenkeeper.io/feathersjs/primus-client.svg)](https://greenkeeper.io/) | ||
[![Build Status](https://travis-ci.org/feathersjs/primus-client.png?branch=master)](https://travis-ci.org/feathersjs/primus-client) | ||
[![Test Coverage](https://codeclimate.com/github/feathersjs/primus-client/badges/coverage.svg)](https://codeclimate.com/github/feathersjs/primus-client/coverage) | ||
[![Dependency Status](https://img.shields.io/david/feathersjs/primus-client.svg?style=flat-square)](https://david-dm.org/feathersjs/primus-client) | ||
[![Build Status](https://travis-ci.org/feathersjs/feathers.png?branch=master)](https://travis-ci.org/feathersjs/feathers) | ||
[![Dependency Status](https://img.shields.io/david/feathersjs/feathers.svg?style=flat-square&path=packages/primus-client)](https://david-dm.org/feathersjs/feathers?path=packages/primus-client) | ||
[![Download Status](https://img.shields.io/npm/dm/@feathersjs/primus-client.svg?style=flat-square)](https://www.npmjs.com/package/@feathersjs/primus-client) | ||
@@ -9,0 +6,0 @@ |
Sorry, the diff of this file is not supported yet
6
7689
5
45