@feathersjs/authentication-local
Advanced tools
Comparing version 4.3.0 to 4.3.1
@@ -6,2 +6,10 @@ # Change Log | ||
## [4.3.1](https://github.com/feathersjs/feathers/compare/v4.3.0...v4.3.1) (2019-09-09) | ||
**Note:** Version bump only for package @feathersjs/authentication-local | ||
# [4.3.0](https://github.com/feathersjs/feathers/compare/v4.3.0-pre.4...v4.3.0) (2019-08-27) | ||
@@ -8,0 +16,0 @@ |
"use strict"; | ||
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); } | ||
return new (P || (P = Promise))(function (resolve, reject) { | ||
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } } | ||
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } } | ||
function step(result) { result.done ? resolve(result.value) : new P(function (resolve) { resolve(result.value); }).then(fulfilled, rejected); } | ||
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); } | ||
step((generator = generator.apply(thisArg, _arguments || [])).next()); | ||
@@ -8,0 +9,0 @@ }); |
@@ -1,4 +0,4 @@ | ||
/// <reference path="../../transport-commons/lib/routing.d.ts" /> | ||
/// <reference path="../../transport-commons/lib/channels/index.d.ts" /> | ||
/// <reference path="../../authentication/lib/service.d.ts" /> | ||
/// <reference types="@feathersjs/transport-commons/lib/routing" /> | ||
/// <reference types="@feathersjs/transport-commons/lib/channels" /> | ||
/// <reference types="@feathersjs/authentication/lib/service" /> | ||
import hashPassword from './hooks/hash-password'; | ||
@@ -5,0 +5,0 @@ export declare const hooks: { |
"use strict"; | ||
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); } | ||
return new (P || (P = Promise))(function (resolve, reject) { | ||
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } } | ||
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } } | ||
function step(result) { result.done ? resolve(result.value) : new P(function (resolve) { resolve(result.value); }).then(fulfilled, rejected); } | ||
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); } | ||
step((generator = generator.apply(thisArg, _arguments || [])).next()); | ||
@@ -68,3 +69,3 @@ }); | ||
} | ||
return entityService.get(result[entityId], Object.assign({}, params, { [entity]: result })); | ||
return entityService.get(result[entityId], Object.assign(Object.assign({}, params), { [entity]: result })); | ||
}); | ||
@@ -71,0 +72,0 @@ } |
{ | ||
"name": "@feathersjs/authentication-local", | ||
"description": "Local authentication strategy for @feathers/authentication", | ||
"version": "4.3.0", | ||
"version": "4.3.1", | ||
"homepage": "https://feathersjs.com", | ||
@@ -42,3 +42,3 @@ "main": "lib/", | ||
"dependencies": { | ||
"@feathersjs/errors": "^4.3.0", | ||
"@feathersjs/errors": "^4.3.1", | ||
"bcryptjs": "^2.4.3", | ||
@@ -49,4 +49,4 @@ "debug": "^4.1.1", | ||
"devDependencies": { | ||
"@feathersjs/authentication": "^4.3.0", | ||
"@feathersjs/feathers": "^4.3.0", | ||
"@feathersjs/authentication": "^4.3.1", | ||
"@feathersjs/feathers": "^4.3.1", | ||
"@types/bcryptjs": "^2.4.2", | ||
@@ -62,3 +62,3 @@ "@types/debug": "^4.1.5", | ||
}, | ||
"gitHead": "907510a8f1f8c675b3ec3b8d9962991c76195694" | ||
"gitHead": "64c73ba6b783c511449abb5fd7bf093fac71a462" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
281549
1414
Updated@feathersjs/errors@^4.3.1