@accounts/client
Advanced tools
Comparing version 0.6.1 to 0.7.0
@@ -15,3 +15,3 @@ import { LoginResult, ImpersonationResult, CreateUser, User } from '@accounts/types'; | ||
sendVerificationEmail(email: string): Promise<void>; | ||
resetPassword(token: string, newPassword: string): Promise<void>; | ||
resetPassword(token: string, newPassword: string): Promise<LoginResult>; | ||
changePassword(oldPassword: string, newPassword: string): Promise<void>; | ||
@@ -18,0 +18,0 @@ impersonate(token: string, impersonated: { |
{ | ||
"name": "@accounts/client", | ||
"version": "0.6.1", | ||
"version": "0.7.0", | ||
"description": "Fullstack authentication and accounts-management", | ||
@@ -55,6 +55,6 @@ "main": "lib/index.js", | ||
"@types/jwt-decode": "2.2.1", | ||
"@types/node": "10.12.0", | ||
"@types/node": "10.12.9", | ||
"jest": "23.6.0", | ||
"jest-localstorage-mock": "2.3.0", | ||
"jsonwebtoken": "8.3.0", | ||
"jsonwebtoken": "8.4.0", | ||
"localstorage-polyfill": "1.0.1", | ||
@@ -64,5 +64,5 @@ "rimraf": "2.6.2" | ||
"dependencies": { | ||
"@accounts/types": "^0.6.1", | ||
"@accounts/types": "^0.7.0", | ||
"jwt-decode": "2.2.0" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
29130
+ Added@accounts/types@0.7.0(transitive)
- Removed@accounts/types@0.6.1(transitive)
Updated@accounts/types@^0.7.0