@accounts/common
Advanced tools
Comparing version 0.1.0-alpha.42868044 to 0.1.0-alpha.04203cca
@@ -23,2 +23,3 @@ export interface TokenRecord { | ||
profile?: object; | ||
[additionalKey: string]: any; | ||
} | ||
@@ -36,3 +37,2 @@ export interface LoginUserIdentityType { | ||
sessionId: string; | ||
user: UserObjectType; | ||
tokens: TokensType; | ||
@@ -39,0 +39,0 @@ } |
{ | ||
"name": "@accounts/common", | ||
"version": "0.1.0-alpha.42868044", | ||
"version": "0.1.0-alpha.04203cca", | ||
"description": "Fullstack authentication and accounts-management", | ||
@@ -15,3 +15,3 @@ "main": "lib/index.js", | ||
"compile": "tsc", | ||
"prepublish": "npm run compile", | ||
"prepublishOnly": "npm run compile", | ||
"test": "npm run testonly", | ||
@@ -18,0 +18,0 @@ "test-ci": "npm lint && npm coverage", |
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
13649