@feathersjs/authentication-local
Advanced tools
Comparing version 1.0.0-pre.2 to 1.0.0
# Change Log | ||
## [v1.0.0-pre.2](https://github.com/feathersjs/authentication-local/tree/v1.0.0-pre.2) (2017-10-27) | ||
[Full Changelog](https://github.com/feathersjs/authentication-local/compare/v1.0.0-pre.1...v1.0.0-pre.2) | ||
**Merged pull requests:** | ||
- Safely dispatch without password [\#40](https://github.com/feathersjs/authentication-local/pull/40) ([daffl](https://github.com/daffl)) | ||
## [v1.0.0-pre.1](https://github.com/feathersjs/authentication-local/tree/v1.0.0-pre.1) (2017-10-25) | ||
@@ -4,0 +11,0 @@ [Full Changelog](https://github.com/feathersjs/authentication-local/compare/v0.4.4...v1.0.0-pre.1) |
{ | ||
"name": "@feathersjs/authentication-local", | ||
"description": "Local authentication strategy for @feathers/authentication", | ||
"version": "1.0.0-pre.2", | ||
"version": "1.0.0", | ||
"homepage": "https://github.com/feathersjs/authentication-local", | ||
@@ -51,3 +51,3 @@ "main": "lib/", | ||
"dependencies": { | ||
"@feathersjs/errors": "^3.0.0-pre.1", | ||
"@feathersjs/errors": "^3.0.0", | ||
"bcryptjs": "^2.3.0", | ||
@@ -63,6 +63,6 @@ "debug": "^3.1.0", | ||
"@feathersjs/authentication": "^1.4.0", | ||
"@feathersjs/authentication-jwt": "^1.0.0-pre.1", | ||
"@feathersjs/express": "^1.0.0-pre.4", | ||
"@feathersjs/feathers": "^3.0.0-pre.3", | ||
"@feathersjs/socketio": "^3.0.0-pre.4", | ||
"@feathersjs/authentication-jwt": "^1.0.0", | ||
"@feathersjs/express": "^1.0.0", | ||
"@feathersjs/feathers": "^3.0.0", | ||
"@feathersjs/socketio": "^3.0.0", | ||
"body-parser": "^1.15.2", | ||
@@ -69,0 +69,0 @@ "chai": "^4.0.2", |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
29418
0
Updated@feathersjs/errors@^3.0.0