From 5953a73808b15222f79a1672006ba4ae1d4afe67 Mon Sep 17 00:00:00 2001 From: Steve Hobbs Date: Fri, 14 Jan 2022 15:58:41 +0000 Subject: [PATCH] Release v1.19.4 --- CHANGELOG.md | 11 ++++ docs/classes/auth0client.html | 30 +++++----- docs/classes/authenticationerror.html | 12 ++-- docs/classes/cachekey.html | 16 +++--- docs/classes/cachekeymanifest.html | 10 ++-- docs/classes/cachemanager.html | 10 ++-- docs/classes/genericerror.html | 8 +-- docs/classes/inmemorycache.html | 2 +- docs/classes/localstoragecache.html | 8 +-- docs/classes/mfarequirederror.html | 10 ++-- docs/classes/popupcancellederror.html | 10 ++-- docs/classes/popuptimeouterror.html | 10 ++-- docs/classes/timeouterror.html | 8 +-- docs/classes/user.html | 40 ++++++------- docs/globals.html | 30 +++++----- docs/index.html | 30 +++++----- docs/interfaces/advancedoptions.html | 2 +- docs/interfaces/auth0clientoptions.html | 56 +++++++++---------- docs/interfaces/decodedtoken.html | 4 +- docs/interfaces/getidtokenclaimsoptions.html | 4 +- docs/interfaces/gettokensilentlyoptions.html | 12 ++-- docs/interfaces/gettokenwithpopupoptions.html | 28 +++++----- docs/interfaces/getuseroptions.html | 4 +- docs/interfaces/icache.html | 8 +-- docs/interfaces/logoutoptions.html | 8 +-- docs/interfaces/logouturloptions.html | 6 +- docs/interfaces/popupconfigoptions.html | 4 +- docs/interfaces/popuploginoptions.html | 26 ++++----- docs/interfaces/redirectloginoptions.html | 34 +++++------ docs/interfaces/redirectloginresult.html | 2 +- package-lock.json | 2 +- package.json | 2 +- src/version.ts | 2 +- 33 files changed, 230 insertions(+), 219 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fb567df0..81c97603e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## [v1.19.4](https://github.com/auth0/auth0-spa-js/tree/v1.19.4) (2022-01-14) +[Full Changelog](https://github.com/auth0/auth0-spa-js/compare/v1.19.3...v1.19.4) + +**Fixed** +- Org ID hint cookie expiry now aligns with is.authenticated cookie [\#861](https://github.com/auth0/auth0-spa-js/pull/861) ([stevehobbsdev](https://github.com/stevehobbsdev)) + +**Security** +- Bump follow-redirects from 1.14.0 to 1.14.7 [\#860](https://github.com/auth0/auth0-spa-js/pull/860) ([dependabot[bot]](https://github.com/apps/dependabot)) +- [Snyk] Upgrade core-js from 3.19.2 to 3.20.0 [\#858](https://github.com/auth0/auth0-spa-js/pull/858) ([snyk-bot](https://github.com/snyk-bot)) +- [Snyk] Upgrade core-js from 3.19.1 to 3.19.2 [\#851](https://github.com/auth0/auth0-spa-js/pull/851) ([snyk-bot](https://github.com/snyk-bot)) + ## [v1.19.3](https://github.com/auth0/auth0-spa-js/tree/v1.19.3) (2021-12-01) [Full Changelog](https://github.com/auth0/auth0-spa-js/compare/v1.19.2...v1.19.3) diff --git a/docs/classes/auth0client.html b/docs/classes/auth0client.html index d83ae06a5..2afea45ff 100644 --- a/docs/classes/auth0client.html +++ b/docs/classes/auth0client.html @@ -2834,7 +2834,7 @@

constructor

  • Parameters

    @@ -2856,7 +2856,7 @@

    cacheLocation

    cacheLocation: CacheLocation
    @@ -2873,7 +2873,7 @@

    buildAuthorizeUrl

  • @@ -2907,7 +2907,7 @@

    buildLogoutUrl

  • @@ -2939,7 +2939,7 @@

    checkSession

  • @@ -2984,7 +2984,7 @@

    getIdTokenClaims

  • @@ -3020,7 +3020,7 @@

    getTokenSilently

  • @@ -3059,7 +3059,7 @@

    Returns Promise
    @@ -3107,7 +3107,7 @@

    getTokenWithPopup

  • @@ -3145,7 +3145,7 @@

    getUser

  • @@ -3190,7 +3190,7 @@

    handleRedirectCallback

  • @@ -3227,7 +3227,7 @@

    isAuthenticated

  • @@ -3252,7 +3252,7 @@

    loginWithPopup

  • @@ -3299,7 +3299,7 @@

    loginWithRedirect

  • @@ -3339,7 +3339,7 @@

    logout

  • diff --git a/docs/classes/authenticationerror.html b/docs/classes/authenticationerror.html index 5fa338cfb..97d998c91 100644 --- a/docs/classes/authenticationerror.html +++ b/docs/classes/authenticationerror.html @@ -2821,7 +2821,7 @@

    constructor

    Parameters

    @@ -2852,7 +2852,7 @@

    appState

    appState: any
    @@ -2863,7 +2863,7 @@

    error

    @@ -2874,7 +2874,7 @@

    error_description

    @@ -2917,7 +2917,7 @@

    state

    state: string
    @@ -2935,7 +2935,7 @@

    Static fromPayload

    Parameters

    diff --git a/docs/classes/cachekey.html b/docs/classes/cachekey.html index d303ae091..318531486 100644 --- a/docs/classes/cachekey.html +++ b/docs/classes/cachekey.html @@ -2803,7 +2803,7 @@

    constructor

  • Parameters

    @@ -2828,7 +2828,7 @@

    audience

    audience: string
    @@ -2838,7 +2838,7 @@

    client_id

    client_id: string
    @@ -2848,7 +2848,7 @@

    prefix

    prefix: string
    @@ -2858,7 +2858,7 @@

    scope

    scope: string
    @@ -2875,7 +2875,7 @@

    toKey

  • @@ -2898,7 +2898,7 @@

    Static fromCacheEntry<
  • @@ -2930,7 +2930,7 @@

    Static fromKey

  • diff --git a/docs/classes/cachekeymanifest.html b/docs/classes/cachekeymanifest.html index a4232f29b..5fb83f980 100644 --- a/docs/classes/cachekeymanifest.html +++ b/docs/classes/cachekeymanifest.html @@ -2786,7 +2786,7 @@

    constructor

  • Parameters

    @@ -2815,7 +2815,7 @@

    add

  • Parameters

    @@ -2838,7 +2838,7 @@

    clear

  • Returns MaybePromise<void>

    @@ -2855,7 +2855,7 @@

    get

  • Returns MaybePromise<KeyManifestEntry>

    @@ -2872,7 +2872,7 @@

    remove

  • Parameters

    diff --git a/docs/classes/cachemanager.html b/docs/classes/cachemanager.html index 7ecfb2853..aa612e605 100644 --- a/docs/classes/cachemanager.html +++ b/docs/classes/cachemanager.html @@ -2786,7 +2786,7 @@

    constructor

  • Parameters

    @@ -2830,7 +2830,7 @@

    clear

  • Parameters

    @@ -2853,7 +2853,7 @@

    clearSync

  • @@ -2881,7 +2881,7 @@

    get

  • Parameters

    @@ -2907,7 +2907,7 @@

    set

  • Parameters

    diff --git a/docs/classes/genericerror.html b/docs/classes/genericerror.html index 06453ce92..4b1476b87 100644 --- a/docs/classes/genericerror.html +++ b/docs/classes/genericerror.html @@ -2829,7 +2829,7 @@

    constructor

  • Parameters

    @@ -2854,7 +2854,7 @@

    error

    error: string
    @@ -2864,7 +2864,7 @@

    error_description

    error_description: string
    @@ -2925,7 +2925,7 @@

    Static fromPayload

  • Parameters

    diff --git a/docs/classes/inmemorycache.html b/docs/classes/inmemorycache.html index 5200f023f..0a6344c55 100644 --- a/docs/classes/inmemorycache.html +++ b/docs/classes/inmemorycache.html @@ -2761,7 +2761,7 @@

    enclosedCache

    enclosedCache: ICache = (function () {let cache: Record<string, unknown> = {};return {set<T = Cacheable>(key: string, entry: T) {cache[key] = entry;},get<T = Cacheable>(key: string) {const cacheEntry = cache[key] as T;if (!cacheEntry) {return;}return cacheEntry;},remove(key: string) {delete cache[key];},allKeys(): string[] {return Object.keys(cache);}};})()
    diff --git a/docs/classes/localstoragecache.html b/docs/classes/localstoragecache.html index 0c5def942..5a2dc8a5c 100644 --- a/docs/classes/localstoragecache.html +++ b/docs/classes/localstoragecache.html @@ -2784,7 +2784,7 @@

    allKeys

    Returns string[]

    @@ -2802,7 +2802,7 @@

    get

    Type parameters

    @@ -2832,7 +2832,7 @@

    remove

    Parameters

    @@ -2856,7 +2856,7 @@

    set

    Type parameters

    diff --git a/docs/classes/mfarequirederror.html b/docs/classes/mfarequirederror.html index 1e7646e05..56f67ec73 100644 --- a/docs/classes/mfarequirederror.html +++ b/docs/classes/mfarequirederror.html @@ -2816,7 +2816,7 @@

    constructor

    Parameters

    @@ -2845,7 +2845,7 @@

    error

    @@ -2856,7 +2856,7 @@

    error_description

    @@ -2877,7 +2877,7 @@

    mfa_token

    mfa_token: string
    @@ -2917,7 +2917,7 @@

    Static fromPayload

    Parameters

    diff --git a/docs/classes/popupcancellederror.html b/docs/classes/popupcancellederror.html index e231d3104..25b27a8d3 100644 --- a/docs/classes/popupcancellederror.html +++ b/docs/classes/popupcancellederror.html @@ -2809,7 +2809,7 @@

    constructor

    Parameters

    @@ -2832,7 +2832,7 @@

    error

    @@ -2843,7 +2843,7 @@

    error_description

    @@ -2875,7 +2875,7 @@

    popup

    popup: Window
    @@ -2904,7 +2904,7 @@

    Static fromPayload

    Parameters

    diff --git a/docs/classes/popuptimeouterror.html b/docs/classes/popuptimeouterror.html index 965a42854..312902b75 100644 --- a/docs/classes/popuptimeouterror.html +++ b/docs/classes/popuptimeouterror.html @@ -2816,7 +2816,7 @@

    constructor

    Parameters

    @@ -2839,7 +2839,7 @@

    error

    @@ -2850,7 +2850,7 @@

    error_description

    @@ -2882,7 +2882,7 @@

    popup

    popup: Window
    @@ -2911,7 +2911,7 @@

    Static fromPayload

    Parameters

    diff --git a/docs/classes/timeouterror.html b/docs/classes/timeouterror.html index d77c81519..cf517419a 100644 --- a/docs/classes/timeouterror.html +++ b/docs/classes/timeouterror.html @@ -2818,7 +2818,7 @@

    constructor

    Returns TimeoutError

    @@ -2835,7 +2835,7 @@

    error

    @@ -2846,7 +2846,7 @@

    error_description

    @@ -2897,7 +2897,7 @@

    Static fromPayload

    Parameters

    diff --git a/docs/classes/user.html b/docs/classes/user.html index 68f26e287..11854bddd 100644 --- a/docs/classes/user.html +++ b/docs/classes/user.html @@ -2841,7 +2841,7 @@

    Optional address

    address: string
    @@ -2851,7 +2851,7 @@

    Optional birthdate

    birthdate: string
    @@ -2861,7 +2861,7 @@

    Optional email

    email: string
    @@ -2871,7 +2871,7 @@

    Optional email_verifiedemail_verified: boolean

  • @@ -2881,7 +2881,7 @@

    Optional family_name

    family_name: string
    @@ -2891,7 +2891,7 @@

    Optional gender

    gender: string
    @@ -2901,7 +2901,7 @@

    Optional given_name

    given_name: string
    @@ -2911,7 +2911,7 @@

    Optional locale

    locale: string
    @@ -2921,7 +2921,7 @@

    Optional middle_name

    middle_name: string
    @@ -2931,7 +2931,7 @@

    Optional name

    name: string
    @@ -2941,7 +2941,7 @@

    Optional nickname

    nickname: string
    @@ -2951,7 +2951,7 @@

    Optional phone_number

    phone_number: string
  • @@ -2961,7 +2961,7 @@

    Optional phone_number_phone_number_verified: boolean

    @@ -2971,7 +2971,7 @@

    Optional picture

    picture: string
    @@ -2981,7 +2981,7 @@

    Optional preferred_userna
    preferred_username: string
    @@ -2991,7 +2991,7 @@

    Optional profile

    profile: string
    @@ -3001,7 +3001,7 @@

    Optional sub

    sub: string
    @@ -3011,7 +3011,7 @@

    Optional updated_at

    updated_at: string
    @@ -3021,7 +3021,7 @@

    Optional website

    website: string
    @@ -3031,7 +3031,7 @@

    Optional zoneinfo

    zoneinfo: string
    diff --git a/docs/globals.html b/docs/globals.html index 1824c5f7e..1a9f8d16f 100644 --- a/docs/globals.html +++ b/docs/globals.html @@ -3324,7 +3324,7 @@

    CacheEntry

    CacheEntry: { access_token: string; audience: string; client_id: string; decodedToken: DecodedToken; expires_in: number; id_token: string; oauthTokenScope?: string; refresh_token?: string; scope: string }
    @@ -3366,7 +3366,7 @@

    CacheKeyData

    CacheKeyData: { audience: string; client_id: string; scope: string }
    @@ -3390,7 +3390,7 @@

    CacheLocation

    CacheLocation: "memory" | "localstorage"
    @@ -3405,7 +3405,7 @@

    Cacheable

    @@ -3415,7 +3415,7 @@

    GetTokenSilentlyVerboseResponse

    GetTokenSilentlyVerboseResponse: Omit<TokenEndpointResponse, "refresh_token">
    @@ -3425,7 +3425,7 @@

    KeyManifestEntry

    KeyManifestEntry: { keys: string[] }
    @@ -3443,7 +3443,7 @@

    MaybePromise

    MaybePromise<T>: Promise<T> | T

    Type parameters

    @@ -3459,7 +3459,7 @@

    WrappedCacheEntry

    WrappedCacheEntry: { body: Partial<CacheEntry>; expiresAt: number }
    @@ -3480,7 +3480,7 @@

    getIdTokenClaimsOptions

    getIdTokenClaimsOptions: GetIdTokenClaimsOptions
    @@ -3493,7 +3493,7 @@

    Const CACHE_KEY_PREFIX<
    CACHE_KEY_PREFIX: "@@auth0spajs@@" = "@@auth0spajs@@"
    @@ -3503,7 +3503,7 @@

    Const CACHE_LOCATION_LO
    CACHE_LOCATION_LOCAL_STORAGE: "localstorage" = "localstorage"
    @@ -3513,7 +3513,7 @@

    Const CACHE_LOCATION_ME
    CACHE_LOCATION_MEMORY: "memory" = "memory"
    @@ -3523,7 +3523,7 @@

    Const DEFAULT_EXPIRY_AD
    DEFAULT_EXPIRY_ADJUSTMENT_SECONDS: 0 = 0
    @@ -3540,7 +3540,7 @@

    Const DEFAULT_NOW_PROVI
  • Returns number

    @@ -3557,7 +3557,7 @@

    createAuth0Client

  • diff --git a/docs/index.html b/docs/index.html index cfc39f615..2d3d4c6a0 100644 --- a/docs/index.html +++ b/docs/index.html @@ -3325,7 +3325,7 @@

    CacheEntry

    CacheEntry: { access_token: string; audience: string; client_id: string; decodedToken: DecodedToken; expires_in: number; id_token: string; oauthTokenScope?: string; refresh_token?: string; scope: string }
    @@ -3367,7 +3367,7 @@

    CacheKeyData

    CacheKeyData: { audience: string; client_id: string; scope: string }
    @@ -3391,7 +3391,7 @@

    CacheLocation

    CacheLocation: "memory" | "localstorage"
    @@ -3406,7 +3406,7 @@

    Cacheable

    @@ -3416,7 +3416,7 @@

    GetTokenSilentlyVerboseResponse

    GetTokenSilentlyVerboseResponse: Omit<TokenEndpointResponse, "refresh_token">
    @@ -3426,7 +3426,7 @@

    KeyManifestEntry

    KeyManifestEntry: { keys: string[] }
    @@ -3444,7 +3444,7 @@

    MaybePromise

    MaybePromise<T>: Promise<T> | T

    Type parameters

    @@ -3460,7 +3460,7 @@

    WrappedCacheEntry

    WrappedCacheEntry: { body: Partial<CacheEntry>; expiresAt: number }
    @@ -3481,7 +3481,7 @@

    getIdTokenClaimsOptions

    getIdTokenClaimsOptions: GetIdTokenClaimsOptions
    @@ -3494,7 +3494,7 @@

    Const CACHE_KEY_PREFIX<
    CACHE_KEY_PREFIX: "@@auth0spajs@@" = "@@auth0spajs@@"
    @@ -3504,7 +3504,7 @@

    Const CACHE_LOCATION_LO
    CACHE_LOCATION_LOCAL_STORAGE: "localstorage" = "localstorage"
    @@ -3514,7 +3514,7 @@

    Const CACHE_LOCATION_ME
    CACHE_LOCATION_MEMORY: "memory" = "memory"
    @@ -3524,7 +3524,7 @@

    Const DEFAULT_EXPIRY_AD
    DEFAULT_EXPIRY_ADJUSTMENT_SECONDS: 0 = 0
    @@ -3541,7 +3541,7 @@

    Const DEFAULT_NOW_PROVI
  • Returns number

    @@ -3558,7 +3558,7 @@

    createAuth0Client

  • diff --git a/docs/interfaces/advancedoptions.html b/docs/interfaces/advancedoptions.html index 9ec2e25cb..88c80d905 100644 --- a/docs/interfaces/advancedoptions.html +++ b/docs/interfaces/advancedoptions.html @@ -2761,7 +2761,7 @@

    Optional defaultScope

    defaultScope: string
    diff --git a/docs/interfaces/auth0clientoptions.html b/docs/interfaces/auth0clientoptions.html index 6d95976c3..bf6fabec8 100644 --- a/docs/interfaces/auth0clientoptions.html +++ b/docs/interfaces/auth0clientoptions.html @@ -2885,7 +2885,7 @@

    Optional acr_values

    @@ -2895,7 +2895,7 @@

    Optional advancedOptions<
    advancedOptions: AdvancedOptions
    @@ -2911,7 +2911,7 @@

    Optional audience

    @@ -2926,7 +2926,7 @@

    Optional authorizeTimeout
    authorizeTimeoutInSeconds: number
    @@ -2942,7 +2942,7 @@

    Optional cache

    cache: ICache
    @@ -2957,7 +2957,7 @@

    Optional cacheLocationcacheLocation: CacheLocation

    @@ -2974,7 +2974,7 @@

    client_id

    client_id: string
    @@ -2990,7 +2990,7 @@

    Optional connection

    @@ -3008,7 +3008,7 @@

    Optional display

    @@ -3028,7 +3028,7 @@

    domain

    domain: string
    @@ -3046,7 +3046,7 @@

    Optional id_token_hi
    @@ -3062,7 +3062,7 @@

    Optional invitation

    @@ -3077,7 +3077,7 @@

    Optional issuer

    issuer: string
    @@ -3092,7 +3092,7 @@

    Optional leeway

    leeway: number
    @@ -3109,7 +3109,7 @@

    Optional legacySameS
    legacySameSiteCookie: boolean
    @@ -3130,7 +3130,7 @@

    Optional login_hint

    @@ -3149,7 +3149,7 @@

    Optional max_age

    @@ -3166,7 +3166,7 @@

    Optional nowProvider

    nowProvider: () => Promise<number> | number
    @@ -3198,7 +3198,7 @@

    Optional organization

    @@ -3216,7 +3216,7 @@

    Optional prompt

    @@ -3236,7 +3236,7 @@

    Optional redirect_uri

    redirect_uri: string
    @@ -3256,7 +3256,7 @@

    Optional scope

    @@ -3274,7 +3274,7 @@

    Optional screen_hint

    @@ -3292,7 +3292,7 @@

    Optional sessionChecksessionCheckExpiryDays: number

    @@ -3309,7 +3309,7 @@

    Optional ui_locales

    @@ -3325,7 +3325,7 @@

    Optional useCookiesF
    useCookiesForTransactions: boolean
    @@ -3348,7 +3348,7 @@

    Optional useFormData
    useFormData: boolean
    @@ -3366,7 +3366,7 @@

    Optional useRefreshT
    useRefreshTokens: boolean
    diff --git a/docs/interfaces/decodedtoken.html b/docs/interfaces/decodedtoken.html index 55025d5bc..61ff86c29 100644 --- a/docs/interfaces/decodedtoken.html +++ b/docs/interfaces/decodedtoken.html @@ -2765,7 +2765,7 @@

    claims

    claims: IdToken
    @@ -2775,7 +2775,7 @@

    user

    user: User
    diff --git a/docs/interfaces/getidtokenclaimsoptions.html b/docs/interfaces/getidtokenclaimsoptions.html index 07baba95b..8b29d469c 100644 --- a/docs/interfaces/getidtokenclaimsoptions.html +++ b/docs/interfaces/getidtokenclaimsoptions.html @@ -2765,7 +2765,7 @@

    Optional audience

    audience: string
    @@ -2780,7 +2780,7 @@

    Optional scope

    scope: string
    diff --git a/docs/interfaces/gettokensilentlyoptions.html b/docs/interfaces/gettokensilentlyoptions.html index d0b83a96e..64b4bc1a4 100644 --- a/docs/interfaces/gettokensilentlyoptions.html +++ b/docs/interfaces/gettokensilentlyoptions.html @@ -2791,7 +2791,7 @@

    Optional audience

    audience: string
    @@ -2806,7 +2806,7 @@

    Optional detailedResponse
    detailedResponse: boolean
    @@ -2823,7 +2823,7 @@

    Optional ignoreCache

    ignoreCache: boolean
    @@ -2839,7 +2839,7 @@

    Optional redirect_uri

    redirect_uri: string
    @@ -2859,7 +2859,7 @@

    Optional scope

    scope: string
    @@ -2874,7 +2874,7 @@

    Optional timeoutInSeconds
    timeoutInSeconds: number
    diff --git a/docs/interfaces/gettokenwithpopupoptions.html b/docs/interfaces/gettokenwithpopupoptions.html index 285531d62..b4e1777e6 100644 --- a/docs/interfaces/gettokenwithpopupoptions.html +++ b/docs/interfaces/gettokenwithpopupoptions.html @@ -2829,7 +2829,7 @@

    Optional acr_values

    @@ -2840,7 +2840,7 @@

    Optional audience

    @@ -2856,7 +2856,7 @@

    Optional connection

    @@ -2874,7 +2874,7 @@

    Optional display

    @@ -2895,7 +2895,7 @@

    Optional id_token_hi
    @@ -2910,7 +2910,7 @@

    Optional ignoreCache

    ignoreCache: boolean
    @@ -2927,7 +2927,7 @@

    Optional invitation

    @@ -2943,7 +2943,7 @@

    Optional login_hint

    @@ -2962,7 +2962,7 @@

    Optional max_age

    @@ -2980,7 +2980,7 @@

    Optional organization

    @@ -2998,7 +2998,7 @@

    Optional prompt

    @@ -3019,7 +3019,7 @@

    Optional scope

    @@ -3037,7 +3037,7 @@

    Optional screen_hint

    @@ -3056,7 +3056,7 @@

    Optional ui_locales

    diff --git a/docs/interfaces/getuseroptions.html b/docs/interfaces/getuseroptions.html index 0977ed5a8..bae91aa31 100644 --- a/docs/interfaces/getuseroptions.html +++ b/docs/interfaces/getuseroptions.html @@ -2765,7 +2765,7 @@

    Optional audience

    audience: string
    @@ -2780,7 +2780,7 @@

    Optional scope

    scope: string
    diff --git a/docs/interfaces/icache.html b/docs/interfaces/icache.html index 9e84e623b..a062c7405 100644 --- a/docs/interfaces/icache.html +++ b/docs/interfaces/icache.html @@ -2783,7 +2783,7 @@

    Optional allKeys

  • Returns MaybePromise<string[]>

    @@ -2800,7 +2800,7 @@

    get

  • Type parameters

    @@ -2829,7 +2829,7 @@

    remove

  • Parameters

    @@ -2852,7 +2852,7 @@

    set

  • Type parameters

    diff --git a/docs/interfaces/logoutoptions.html b/docs/interfaces/logoutoptions.html index 988993e6c..d05ebcd3f 100644 --- a/docs/interfaces/logoutoptions.html +++ b/docs/interfaces/logoutoptions.html @@ -2773,7 +2773,7 @@

    Optional client_id

    client_id: string
    @@ -2791,7 +2791,7 @@

    Optional federated

    federated: boolean
    @@ -2810,7 +2810,7 @@

    Optional localOnly

    localOnly: boolean
    @@ -2828,7 +2828,7 @@

    Optional returnTo

    returnTo: string
    diff --git a/docs/interfaces/logouturloptions.html b/docs/interfaces/logouturloptions.html index 1828f6ba1..420ddf33c 100644 --- a/docs/interfaces/logouturloptions.html +++ b/docs/interfaces/logouturloptions.html @@ -2769,7 +2769,7 @@

    Optional client_id

    client_id: string
    @@ -2787,7 +2787,7 @@

    Optional federated

    federated: boolean
    @@ -2805,7 +2805,7 @@

    Optional returnTo

    returnTo: string
    diff --git a/docs/interfaces/popupconfigoptions.html b/docs/interfaces/popupconfigoptions.html index 77f00657f..3ea4bdd8e 100644 --- a/docs/interfaces/popupconfigoptions.html +++ b/docs/interfaces/popupconfigoptions.html @@ -2765,7 +2765,7 @@

    Optional popup

    popup: any
    @@ -2782,7 +2782,7 @@

    Optional timeoutInSeconds
    timeoutInSeconds: number
    diff --git a/docs/interfaces/popuploginoptions.html b/docs/interfaces/popuploginoptions.html index 8f566fb04..a964d32a8 100644 --- a/docs/interfaces/popuploginoptions.html +++ b/docs/interfaces/popuploginoptions.html @@ -2830,7 +2830,7 @@

    Optional acr_values

    @@ -2841,7 +2841,7 @@

    Optional audience

    @@ -2857,7 +2857,7 @@

    Optional connection

    @@ -2875,7 +2875,7 @@

    Optional display

    @@ -2896,7 +2896,7 @@

    Optional id_token_hi
    @@ -2912,7 +2912,7 @@

    Optional invitation

    @@ -2928,7 +2928,7 @@

    Optional login_hint

    @@ -2947,7 +2947,7 @@

    Optional max_age

    @@ -2965,7 +2965,7 @@

    Optional organization

    @@ -2983,7 +2983,7 @@

    Optional prompt

    @@ -3004,7 +3004,7 @@

    Optional scope

    @@ -3022,7 +3022,7 @@

    Optional screen_hint

    @@ -3041,7 +3041,7 @@

    Optional ui_locales

    diff --git a/docs/interfaces/redirectloginoptions.html b/docs/interfaces/redirectloginoptions.html index 0ea6aa460..017d4ac95 100644 --- a/docs/interfaces/redirectloginoptions.html +++ b/docs/interfaces/redirectloginoptions.html @@ -2849,7 +2849,7 @@

    Optional acr_values

    @@ -2859,7 +2859,7 @@

    Optional appState

    appState: TAppState
    @@ -2875,7 +2875,7 @@

    Optional audience

    @@ -2891,7 +2891,7 @@

    Optional connection

    @@ -2909,7 +2909,7 @@

    Optional display

    @@ -2929,7 +2929,7 @@

    Optional fragment

    fragment: string
    @@ -2945,7 +2945,7 @@

    Optional id_token_hi
    @@ -2961,7 +2961,7 @@

    Optional invitation

    @@ -2977,7 +2977,7 @@

    Optional login_hint

    @@ -2996,7 +2996,7 @@

    Optional max_age

    @@ -3014,7 +3014,7 @@

    Optional organization

    @@ -3032,7 +3032,7 @@

    Optional prompt

    @@ -3052,7 +3052,7 @@

    Optional redirectMethodredirectMethod: "replace" | "assign"

    @@ -3067,7 +3067,7 @@

    Optional redirect_uri

    redirect_uri: string
    @@ -3086,7 +3086,7 @@

    Optional scope

    @@ -3104,7 +3104,7 @@

    Optional screen_hint

    @@ -3123,7 +3123,7 @@

    Optional ui_locales

    diff --git a/docs/interfaces/redirectloginresult.html b/docs/interfaces/redirectloginresult.html index 41947a935..1f165ffdf 100644 --- a/docs/interfaces/redirectloginresult.html +++ b/docs/interfaces/redirectloginresult.html @@ -2769,7 +2769,7 @@

    Optional appState

    appState: TAppState
    diff --git a/package-lock.json b/package-lock.json index ae04becff..58e07ef12 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@auth0/auth0-spa-js", - "version": "1.19.3", + "version": "1.19.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 60c25d1ca..7f890fa03 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "name": "@auth0/auth0-spa-js", "description": "Auth0 SDK for Single Page Applications using Authorization Code Grant Flow with PKCE", "license": "MIT", - "version": "1.19.3", + "version": "1.19.4", "main": "dist/lib/auth0-spa-js.cjs.js", "types": "dist/typings/index.d.ts", "module": "dist/auth0-spa-js.production.esm.js", diff --git a/src/version.ts b/src/version.ts index e8b3d7836..0696ef743 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export default '1.19.3'; +export default '1.19.4';