@accounts/server
Advanced tools
Comparing version 0.1.0-beta.3 to 0.1.0-beta.5
@@ -1,2 +0,2 @@ | ||
/// <reference types="@types/node" /> | ||
/// <reference types="node" /> | ||
import { EventEmitter } from 'events'; | ||
@@ -3,0 +3,0 @@ import { UserObjectType, LoginReturnType, TokensType, SessionType, ImpersonateReturnType, HookListener } from '@accounts/common'; |
@@ -50,2 +50,3 @@ import { UserObjectType, CreateUserType, SessionType } from '@accounts/common'; | ||
setService(userId: string, serviceName: string, data: object): Promise<void>; | ||
unsetService(userId: string, serviceName: string): Promise<void>; | ||
findPasswordHash(userId: string): Promise<string | null>; | ||
@@ -52,0 +53,0 @@ findUserByResetPasswordToken(token: string): Promise<UserObjectType | null>; |
{ | ||
"name": "@accounts/server", | ||
"version": "0.1.0-beta.3", | ||
"version": "0.1.0-beta.5", | ||
"description": "Fullstack authentication and accounts-management", | ||
@@ -49,3 +49,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@accounts/common": "^0.1.0-beta.3", | ||
"@accounts/common": "^0.1.0-beta.5", | ||
"babel-polyfill": "^6.23.0", | ||
@@ -52,0 +52,0 @@ "bcryptjs": "^2.4.0", |
151712
3745