@aller/cyclops-frontend-vanilla
Advanced tools
Comparing version 2.7.6-alpha.0 to 2.8.0
import "../../lib/style/main.css"; | ||
import { ILoginButton } from "../interfaces/loginButton"; | ||
export declare const injectUser: (elementId: string, domain?: string, _classesAndTexts?: ILoginButton | undefined) => Promise<import("@aller/cyclops-frontend-api/lib/client/user/interface").IUser | undefined>; | ||
export declare const injectUser: (elementId: string, domain?: string, _classesAndTexts?: ILoginButton | undefined) => Promise<void>; |
@@ -1,4 +0,3 @@ | ||
import { IUser } from "@aller/cyclops-frontend-api/lib/client/user/interface"; | ||
import { ILoginButton } from "../interfaces/loginButton"; | ||
export declare const injectUser: (elementId: string, _domain?: string, _classesAndTexts?: ILoginButton | undefined, withInitials?: boolean | undefined) => Promise<IUser | undefined>; | ||
export declare const injectUser: (elementId: string, _domain?: string, _classesAndTexts?: ILoginButton | undefined, withInitials?: boolean | undefined) => Promise<void>; | ||
export declare const injectDynamicContent: (elementId: string, productId: string, plussContentLink?: string | undefined, studioLink?: string | undefined, _classesAndTexts?: ILoginButton | undefined) => Promise<void>; |
@@ -266,3 +266,3 @@ var __assign = (this && this.__assign) || function () { | ||
} | ||
return [2, userObject]; | ||
return [2]; | ||
} | ||
@@ -269,0 +269,0 @@ }); |
{ | ||
"name": "@aller/cyclops-frontend-vanilla", | ||
"version": "2.7.6-alpha.0", | ||
"version": "2.8.0", | ||
"description": "Vanilla JS implementation of login-button", | ||
@@ -44,3 +44,3 @@ "author": "kasperrt <kasper@kasperrt.no>", | ||
"dependencies": { | ||
"@aller/cyclops-frontend-api": "2.7.6-alpha.0", | ||
"@aller/cyclops-frontend-api": "2.8.0", | ||
"a11y-dialog": "5.3.1", | ||
@@ -69,3 +69,3 @@ "promise-polyfill": "8.1.3" | ||
}, | ||
"gitHead": "53604d47dde37757b1ac0caa59699d0fe74aaab9" | ||
"gitHead": "c0de737ec7f5765257a8bac0456af5341c6b8240" | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
108623
1608
+ Added@aller/cyclops-frontend-api@2.8.0(transitive)
- Removed@aller/cyclops-frontend-api@2.7.6-alpha.0(transitive)