@feathersjs/authentication-local
Advanced tools
Comparing version 1.2.1 to 1.2.2
# Change Log | ||
## [v1.2.1](https://github.com/feathersjs/authentication-local/tree/v1.2.1) (2018-05-02) | ||
[Full Changelog](https://github.com/feathersjs/authentication-local/compare/v1.2.0...v1.2.1) | ||
**Merged pull requests:** | ||
- Make sure the original object is not modified [\#65](https://github.com/feathersjs/authentication-local/pull/65) ([daffl](https://github.com/daffl)) | ||
## [v1.2.0](https://github.com/feathersjs/authentication-local/tree/v1.2.0) (2018-05-02) | ||
@@ -4,0 +11,0 @@ [Full Changelog](https://github.com/feathersjs/authentication-local/compare/v1.1.3...v1.2.0) |
{ | ||
"name": "@feathersjs/authentication-local", | ||
"description": "Local authentication strategy for @feathers/authentication", | ||
"version": "1.2.1", | ||
"homepage": "https://github.com/feathersjs/authentication-local", | ||
"version": "1.2.2", | ||
"homepage": "https://feathersjs.com", | ||
"main": "lib/", | ||
@@ -14,3 +14,3 @@ "keywords": [ | ||
"type": "git", | ||
"url": "git://github.com/feathersjs/authentication-local.git" | ||
"url": "git://github.com/feathersjs/feathers.git" | ||
}, | ||
@@ -24,3 +24,3 @@ "author": { | ||
"bugs": { | ||
"url": "https://github.com/feathersjs/authentication-local/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: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", | ||
"release:pre": "npm version prerelease && npm publish --tag pre --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 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/errors": "^3.0.0", | ||
"@feathersjs/errors": "^3.3.1", | ||
"bcryptjs": "^2.3.0", | ||
@@ -60,16 +48,14 @@ "debug": "^3.1.0", | ||
"devDependencies": { | ||
"@feathersjs/authentication": "^2.0.0", | ||
"@feathersjs/authentication-jwt": "^2.0.0", | ||
"@feathersjs/express": "^1.0.0", | ||
"@feathersjs/authentication": "^2.1.8", | ||
"@feathersjs/authentication-jwt": "^2.0.2", | ||
"@feathersjs/express": "^1.2.4", | ||
"@feathersjs/feathers": "^3.0.0", | ||
"@feathersjs/socketio": "^3.0.0", | ||
"@feathersjs/socketio": "^3.2.3", | ||
"body-parser": "^1.15.2", | ||
"chai": "^4.0.2", | ||
"feathers-memory": "^2.0.0", | ||
"istanbul": "^1.1.0-alpha.1", | ||
"mocha": "^5.0.0", | ||
"semistandard": "^12.0.0", | ||
"sinon": "^5.0.0", | ||
"sinon": "^6.0.0", | ||
"sinon-chai": "^3.0.0" | ||
} | ||
}, | ||
"gitHead": "a618e325acc797dfb895f69310e55075838dfdeb" | ||
} |
# @feathersjs/authentication-local | ||
[![Greenkeeper badge](https://badges.greenkeeper.io/feathersjs/authentication-local.svg)](https://greenkeeper.io/) | ||
[![Build Status](https://travis-ci.org/feathersjs/authentication-local.png?branch=master)](https://travis-ci.org/feathersjs/authentication-local) | ||
[![Test Coverage](https://api.codeclimate.com/v1/badges/d948ae0f5b7572578d5a/test_coverage)](https://codeclimate.com/github/feathersjs/authentication-local/test_coverage) | ||
[![Dependency Status](https://img.shields.io/david/feathersjs/authentication-local.svg?style=flat-square)](https://david-dm.org/feathersjs/authentication-local) | ||
[![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-local)](https://david-dm.org/feathersjs/feathers?path=packages/authentication-local) | ||
[![Download Status](https://img.shields.io/npm/dm/@feathersjs/authentication-local.svg?style=flat-square)](https://www.npmjs.com/package/@feathersjs/authentication-local) | ||
@@ -9,0 +6,0 @@ |
Sorry, the diff of this file is not supported yet
10
27937
10
47
Updated@feathersjs/errors@^3.3.1