@accounts/client
Advanced tools
Comparing version 0.32.0 to 0.33.0
@@ -22,2 +22,3 @@ import { LoginResult, ImpersonationUserIdentity, ImpersonationResult, CreateUser, User, CreateUserResult } from '@accounts/types'; | ||
impersonate(token: string, impersonated: ImpersonationUserIdentity): Promise<ImpersonationResult>; | ||
requestMagicLinkEmail(email: string): Promise<void>; | ||
} |
{ | ||
"name": "@accounts/client", | ||
"version": "0.32.0", | ||
"version": "0.33.0", | ||
"description": "Fullstack authentication and accounts-management", | ||
@@ -59,7 +59,7 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@accounts/types": "^0.32.0", | ||
"@accounts/types": "^0.33.0", | ||
"jwt-decode": "3.1.2", | ||
"tslib": "2.1.0" | ||
}, | ||
"gitHead": "c7c1459b081f46d97f5c3d1148a391bcb572f7c8" | ||
"gitHead": "2703f3ef8c11803f584c9560affcae50ef7d830d" | ||
} |
@@ -36,2 +36,3 @@ import { | ||
impersonate(token: string, impersonated: ImpersonationUserIdentity): Promise<ImpersonationResult>; | ||
requestMagicLinkEmail(email: string): Promise<void>; | ||
} |
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
36927
36
699
+ Added@accounts/types@0.33.2(transitive)
+ Addedtslib@2.3.1(transitive)
- Removed@accounts/types@0.32.0(transitive)
Updated@accounts/types@^0.33.0