@britannica/cam-utils
Advanced tools
Comparing version 4.2.0-beta.2 to 4.2.0-beta.3
@@ -1,2 +0,2 @@ | ||
import { CookieAttributes } from 'js-cookie'; | ||
import type { CookieAttributes } from 'js-cookie'; | ||
export declare const CAM_DEFAULT_EXPIRATION_DAYS = 365; | ||
@@ -3,0 +3,0 @@ export declare const CAM_LOGIN_REDIRECT_URL_COOKIE = "CAMLoginRedirectUrl"; |
{ | ||
"name": "@britannica/cam-utils", | ||
"version": "4.2.0-beta.2", | ||
"version": "4.2.0-beta.3", | ||
"description": "Consumer Account Management (CAM) auth configuration and utilities", | ||
@@ -5,0 +5,0 @@ "repository": "git://github.com/britannica/cam-utils.git", |
@@ -1,2 +0,3 @@ | ||
import Cookies, { CookieAttributes } from 'js-cookie'; | ||
import type { CookieAttributes } from 'js-cookie'; | ||
import Cookies from 'js-cookie'; | ||
@@ -3,0 +4,0 @@ type AuthConfiguration = Record< |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
82655
1073