@feathersjs/authentication-client
Advanced tools
Comparing version 1.0.2 to 1.0.3
# Change Log | ||
## [v1.0.2](https://github.com/feathersjs/authentication-client/tree/v1.0.2) (2018-01-03) | ||
[Full Changelog](https://github.com/feathersjs/authentication-client/compare/v1.0.1...v1.0.2) | ||
**Closed issues:** | ||
- No Auth header added when sending 1st request [\#80](https://github.com/feathersjs/authentication-client/issues/80) | ||
**Merged pull requests:** | ||
- Update to correspond with latest release [\#84](https://github.com/feathersjs/authentication-client/pull/84) ([daffl](https://github.com/daffl)) | ||
- Update semistandard to the latest version 🚀 [\#83](https://github.com/feathersjs/authentication-client/pull/83) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) | ||
- Update feathers-memory to the latest version 🚀 [\#82](https://github.com/feathersjs/authentication-client/pull/82) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) | ||
## [v1.0.1](https://github.com/feathersjs/authentication-client/tree/v1.0.1) (2017-11-16) | ||
@@ -4,0 +17,0 @@ [Full Changelog](https://github.com/feathersjs/authentication-client/compare/v1.0.0...v1.0.1) |
{ | ||
"name": "@feathersjs/authentication-client", | ||
"description": "The authentication plugin for feathers-client", | ||
"version": "1.0.2", | ||
"homepage": "https://github.com/feathersjs/authentication-client", | ||
"version": "1.0.3", | ||
"homepage": "https://feathersjs.com", | ||
"main": "lib/index.js", | ||
@@ -14,3 +14,3 @@ "keywords": [ | ||
"type": "git", | ||
"url": "git://github.com/feathersjs/authentication-client.git" | ||
"url": "git://github.com/feathersjs/feathers.git" | ||
}, | ||
@@ -24,3 +24,3 @@ "author": { | ||
"bugs": { | ||
"url": "https://github.com/feathersjs/authentication-client/issues" | ||
"url": "https://github.com/feathersjs/feathers/issues" | ||
}, | ||
@@ -31,24 +31,12 @@ "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 --fix", | ||
"mocha": "mocha --opts mocha.opts", | ||
"coverage": "istanbul cover _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/errors": "^3.0.0", | ||
"@feathersjs/errors": "^3.3.1", | ||
"debug": "^3.1.0", | ||
@@ -58,25 +46,23 @@ "jwt-decode": "^2.1.0" | ||
"devDependencies": { | ||
"@feathersjs/authentication": "^2.0.0", | ||
"@feathersjs/authentication-jwt": "^1.0.0", | ||
"@feathersjs/authentication-local": "^1.0.0", | ||
"@feathersjs/express": "^1.0.0", | ||
"@feathersjs/feathers": "^3.0.0", | ||
"@feathersjs/primus": "^3.0.0", | ||
"@feathersjs/primus-client": "^1.0.0", | ||
"@feathersjs/rest-client": "^1.3.0", | ||
"@feathersjs/socketio": "^3.0.0", | ||
"@feathersjs/socketio-client": "^1.0.0", | ||
"@feathersjs/authentication": "^2.1.8", | ||
"@feathersjs/authentication-jwt": "^2.0.2", | ||
"@feathersjs/authentication-local": "^1.2.2", | ||
"@feathersjs/express": "^1.2.4", | ||
"@feathersjs/feathers": "^3.0.5", | ||
"@feathersjs/primus": "^3.2.2", | ||
"@feathersjs/primus-client": "^1.1.1", | ||
"@feathersjs/rest-client": "^1.4.2", | ||
"@feathersjs/socketio": "^3.2.3", | ||
"@feathersjs/socketio-client": "^1.1.1", | ||
"body-parser": "^1.15.2", | ||
"chai": "^4.0.0", | ||
"feathers-memory": "^2.0.0", | ||
"istanbul": "^1.1.0-alpha.1", | ||
"localstorage-memory": "^1.0.2", | ||
"mocha": "^4.0.0", | ||
"primus": "^7.0.0", | ||
"primus-emitter": "^3.1.1", | ||
"semistandard": "^12.0.0", | ||
"socket.io-client": "^2.0.0", | ||
"superagent": "^3.5.2", | ||
"ws": "^3.3.1" | ||
} | ||
"ws": "^6.0.0" | ||
}, | ||
"gitHead": "a618e325acc797dfb895f69310e55075838dfdeb" | ||
} |
# @feathersjs/authentication-client | ||
[![Greenkeeper badge](https://badges.greenkeeper.io/feathersjs/authentication-client.svg)](https://greenkeeper.io/) | ||
[![Build Status](https://travis-ci.org/feathersjs/authentication-client.png?branch=master)](https://travis-ci.org/feathersjs/authentication-client) | ||
[![Test Coverage](https://api.codeclimate.com/v1/badges/b2d2b018d2bf75f9bcc8/test_coverage)](https://codeclimate.com/github/feathersjs/authentication-client/test_coverage) | ||
[![Dependency Status](https://img.shields.io/david/feathersjs/authentication-client.svg?style=flat-square)](https://david-dm.org/feathersjs/authentication-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/authentication-client)](https://david-dm.org/feathersjs/feathers?path=packages/authentication-client) | ||
[![Download Status](https://img.shields.io/npm/dm/@feathersjs/authentication-client.svg?style=flat-square)](https://www.npmjs.com/package/@feathersjs/authentication-client) | ||
@@ -9,0 +6,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19
31370
11
38
Updated@feathersjs/errors@^3.3.1