@accounts/client
Advanced tools
Comparing version 0.26.0 to 0.27.0
@@ -1,2 +0,2 @@ | ||
import { LoginResult, ImpersonationResult, CreateUser, User, CreateUserResult } from '@accounts/types'; | ||
import { LoginResult, ImpersonationUserIdentity, ImpersonationResult, CreateUser, User, CreateUserResult } from '@accounts/types'; | ||
import { AccountsClient } from './accounts-client'; | ||
@@ -21,7 +21,3 @@ export interface TransportInterface { | ||
changePassword(oldPassword: string, newPassword: string): Promise<void>; | ||
impersonate(token: string, impersonated: { | ||
userId?: string; | ||
username?: string; | ||
email?: string; | ||
}): Promise<ImpersonationResult>; | ||
impersonate(token: string, impersonated: ImpersonationUserIdentity): Promise<ImpersonationResult>; | ||
} |
{ | ||
"name": "@accounts/client", | ||
"version": "0.26.0", | ||
"version": "0.27.0", | ||
"description": "Fullstack authentication and accounts-management", | ||
@@ -56,7 +56,7 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@accounts/types": "^0.26.0", | ||
"@accounts/types": "^0.27.0", | ||
"jwt-decode": "2.2.0", | ||
"tslib": "1.11.2" | ||
}, | ||
"gitHead": "403bd2ea58bc1116c061c5dc1b6e203e20ce2f1b" | ||
"gitHead": "3f2f184f7d1f4229bfefb4ed99283de05a60d985" | ||
} |
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
26235
413
+ Added@accounts/types@0.27.0(transitive)
- Removed@accounts/types@0.26.0(transitive)
Updated@accounts/types@^0.27.0