From b07721c30661905951495b44ba2ab11af3d7f12b Mon Sep 17 00:00:00 2001 From: Frederik Prijck Date: Thu, 25 Aug 2022 10:46:28 +0200 Subject: [PATCH] Release v1.22.3 (#966) --- CHANGELOG.md | 16 +++++ 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/missingrefreshtokenerror.html | 12 ++-- 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 | 62 +++++++++---------- 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 | 4 +- package.json | 2 +- src/version.ts | 2 +- 34 files changed, 245 insertions(+), 229 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45d73fc50..f86743091 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,31 @@ # Change Log +## [v1.22.3](https://github.com/auth0/auth0-spa-js/tree/v1.22.3) (2022-08-25) + +[Full Changelog](https://github.com/auth0/auth0-spa-js/compare/v1.22.2...v1.22.3) + +**Changed** + +- feat(ClientStorage#remove):added support of cookieDomain [\#935](https://github.com/auth0/auth0-spa-js/pull/935) ([Dannnir](https://github.com/Dannnir)) + +**Fixed** + +- Pin es-cookie to patch versions only [\#965](https://github.com/auth0/auth0-spa-js/pull/965) ([frederikprijck](https://github.com/frederikprijck)) + ## [v1.22.2](https://github.com/auth0/auth0-spa-js/tree/v1.22.2) (2022-07-19) + [Full Changelog](https://github.com/auth0/auth0-spa-js/compare/v1.22.1...v1.22.2) **Changed** + - Avoid sending unnecessary request parameters [\#920](https://github.com/auth0/auth0-spa-js/pull/920) ([frederikprijck](https://github.com/frederikprijck)) ## [v1.22.1](https://github.com/auth0/auth0-spa-js/tree/v1.22.1) (2022-06-14) + [Full Changelog](https://github.com/auth0/auth0-spa-js/compare/v1.22.0...v1.22.1) **Changed** + - Stronger typing for screen_hint property [\#912](https://github.com/auth0/auth0-spa-js/pull/912) ([iAmWillShepherd](https://github.com/iAmWillShepherd)) - Add env to auth0Client userAgent [\#913](https://github.com/auth0/auth0-spa-js/pull/913) ([frederikprijck](https://github.com/frederikprijck)) diff --git a/docs/classes/auth0client.html b/docs/classes/auth0client.html index f0782aa11..20d2980b5 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

  • @@ -3063,7 +3063,7 @@

    Returns Promise
    @@ -3115,7 +3115,7 @@

    getTokenWithPopup

  • @@ -3153,7 +3153,7 @@

    getUser

  • @@ -3198,7 +3198,7 @@

    handleRedirectCallback

  • @@ -3235,7 +3235,7 @@

    isAuthenticated

  • @@ -3260,7 +3260,7 @@

    loginWithPopup

  • @@ -3307,7 +3307,7 @@

    loginWithRedirect

  • @@ -3347,7 +3347,7 @@

    logout

  • diff --git a/docs/classes/authenticationerror.html b/docs/classes/authenticationerror.html index cfe3c3f84..24ab10fef 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 ed43b05c9..d1780e828 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 a76d88fcc..d0cd44b92 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 9bb471e0e..a0bda53b1 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 8e38d4015..212bda5c3 100644 --- a/docs/classes/genericerror.html +++ b/docs/classes/genericerror.html @@ -2832,7 +2832,7 @@

    constructor

  • Parameters

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

    error

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

    error_description

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

    Static fromPayload

  • Parameters

    diff --git a/docs/classes/inmemorycache.html b/docs/classes/inmemorycache.html index 017fd8a77..177e13f6b 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 b8ec4c2c3..4046ded38 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 f61fc0c02..af06526a3 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/missingrefreshtokenerror.html b/docs/classes/missingrefreshtokenerror.html index 5be5f0e96..bf96ccd99 100644 --- a/docs/classes/missingrefreshtokenerror.html +++ b/docs/classes/missingrefreshtokenerror.html @@ -2813,7 +2813,7 @@

    constructor

    Parameters

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

    audience

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

    error

    @@ -2860,7 +2860,7 @@

    error_description

    @@ -2892,7 +2892,7 @@

    scope

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

    Static fromPayload

    Parameters

    diff --git a/docs/classes/popupcancellederror.html b/docs/classes/popupcancellederror.html index 36d25d56f..615671c49 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 a4549518c..8d973165f 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 f0ddabbea..7fcceb9c6 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 31c55016b..8379a9bc5 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 5e2e255c1..2d622b59c 100644 --- a/docs/globals.html +++ b/docs/globals.html @@ -3328,7 +3328,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 }
    @@ -3370,7 +3370,7 @@

    CacheKeyData

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

    CacheLocation

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

    Cacheable

    @@ -3419,7 +3419,7 @@

    GetTokenSilentlyVerboseResponse

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

    KeyManifestEntry

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

    MaybePromise

    MaybePromise<T>: Promise<T> | T

    Type parameters

    @@ -3463,7 +3463,7 @@

    WrappedCacheEntry

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

    getIdTokenClaimsOptions

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

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

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

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

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

    Const DEFAULT_NOW_PROVI
  • Returns number

    @@ -3561,7 +3561,7 @@

    createAuth0Client

  • diff --git a/docs/index.html b/docs/index.html index 80b449748..11d1899f6 100644 --- a/docs/index.html +++ b/docs/index.html @@ -3329,7 +3329,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 }
    @@ -3371,7 +3371,7 @@

    CacheKeyData

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

    CacheLocation

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

    Cacheable

    @@ -3420,7 +3420,7 @@

    GetTokenSilentlyVerboseResponse

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

    KeyManifestEntry

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

    MaybePromise

    MaybePromise<T>: Promise<T> | T

    Type parameters

    @@ -3464,7 +3464,7 @@

    WrappedCacheEntry

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

    getIdTokenClaimsOptions

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

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

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

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

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

    Const DEFAULT_NOW_PROVI
  • Returns number

    @@ -3562,7 +3562,7 @@

    createAuth0Client

  • diff --git a/docs/interfaces/advancedoptions.html b/docs/interfaces/advancedoptions.html index d1c315f11..4d16fa575 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 687e590bb..5d70e54db 100644 --- a/docs/interfaces/auth0clientoptions.html +++ b/docs/interfaces/auth0clientoptions.html @@ -2897,7 +2897,7 @@

    Optional acr_values

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

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

    Optional audience

    @@ -2938,7 +2938,7 @@

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

    Optional cache

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

    Optional cacheLocationcacheLocation: CacheLocation

    @@ -2986,7 +2986,7 @@

    client_id

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

    Optional connection

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

    Optional cookieDomain

    cookieDomain: string
    @@ -3040,7 +3040,7 @@

    Optional display

    @@ -3060,7 +3060,7 @@

    domain

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

    Optional httpTimeout
    httpTimeoutInSeconds: number
    @@ -3093,7 +3093,7 @@

    Optional id_token_hi
    @@ -3109,7 +3109,7 @@

    Optional invitation

    @@ -3124,7 +3124,7 @@

    Optional issuer

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

    Optional leeway

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

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

    Optional login_hint

    @@ -3196,7 +3196,7 @@

    Optional max_age

    @@ -3213,7 +3213,7 @@

    Optional nowProvider

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

    Optional organization

    @@ -3263,7 +3263,7 @@

    Optional prompt

    @@ -3283,7 +3283,7 @@

    Optional redirect_uri

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

    Optional scope

    @@ -3321,7 +3321,7 @@

    Optional screen_hint

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

    Optional sessionChecksessionCheckExpiryDays: number

    @@ -3356,7 +3356,7 @@

    Optional ui_locales

    @@ -3372,7 +3372,7 @@

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

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

    Optional useRefreshT
    useRefreshTokens: boolean
    @@ -3430,7 +3430,7 @@

    Optional useRefreshT
    useRefreshTokensFallback: boolean
    diff --git a/docs/interfaces/decodedtoken.html b/docs/interfaces/decodedtoken.html index cae2f444e..0aa906d0b 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 26d5bf7e7..c4ca90214 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 9b1cf8e85..e90d98f71 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 38b2427e5..70c271898 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 0ca67c06c..85785c457 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 296c583c8..b69a705f5 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 98230fb72..1b27fa5f5 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 a8310a309..0f96054bd 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 ec8c0ff1e..cc48ae9e3 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 d8c4c2cc5..f4e140f2f 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 0d467a518..f0ae6e39d 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 62a1dcb80..6dfabdfaf 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 66560aed8..dbfcfcb51 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@auth0/auth0-spa-js", - "version": "1.22.2", + "version": "1.22.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@auth0/auth0-spa-js", - "version": "1.22.2", + "version": "1.22.3", "license": "MIT", "dependencies": { "abortcontroller-polyfill": "^1.7.3", diff --git a/package.json b/package.json index 81df5c8a6..5d61b006e 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.22.2", + "version": "1.22.3", "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 b469ce304..50e546336 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export default '1.22.2'; +export default '1.22.3';