@feathersjs/authentication-local
Advanced tools
Comparing version 4.0.0-pre.1 to 4.0.0-pre.2
@@ -6,2 +6,10 @@ # Change Log | ||
# [4.0.0-pre.2](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.1...v4.0.0-pre.2) (2019-05-15) | ||
**Note:** Version bump only for package @feathersjs/authentication-local | ||
# [4.0.0-pre.1](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.0...v4.0.0-pre.1) (2019-05-08) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@feathersjs/authentication-local", | ||
"description": "Local authentication strategy for @feathers/authentication", | ||
"version": "4.0.0-pre.1", | ||
"version": "4.0.0-pre.2", | ||
"homepage": "https://feathersjs.com", | ||
@@ -41,3 +41,3 @@ "main": "lib/", | ||
"dependencies": { | ||
"@feathersjs/errors": "^4.0.0-pre.1", | ||
"@feathersjs/errors": "^4.0.0-pre.2", | ||
"bcryptjs": "^2.4.3", | ||
@@ -48,4 +48,4 @@ "debug": "^4.1.1", | ||
"devDependencies": { | ||
"@feathersjs/authentication": "^4.0.0-pre.1", | ||
"@feathersjs/feathers": "^4.0.0-pre.1", | ||
"@feathersjs/authentication": "^4.0.0-pre.2", | ||
"@feathersjs/feathers": "^4.0.0-pre.2", | ||
"@types/bcryptjs": "^2.4.2", | ||
@@ -61,3 +61,3 @@ "@types/debug": "^4.1.3", | ||
}, | ||
"gitHead": "e8ce9116c6a4433b64ffe400585b60a9c31ba644" | ||
"gitHead": "d665b9470435d6db0ecddd1fb152ab4a87266c52" | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
273560
0