@wellesley/auth 1.0.665 → 1.0.667

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.mjs +1 -1
  2. package/package.json +1 -1
package/index.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import{api as vs,handleBasicResponse as Xt,useGetApiV1SearchQuery as NO,usePutApiV1AccountsResendEmailByHashMutation as DO,usePostApiV1AccountsAddReasonMutation as MO}from"https://cdn.jsdelivr.net/npm/@wellesley/openapi@1.0.609";import{createSlice as xo,createAction as r9,createSelector as Ba}from"https://cdn.jsdelivr.net/npm/@reduxjs/toolkit@2.2.1/+esm";import{toast as a9}from"https://cdn.jsdelivr.net/npm/react-toastify@10.0.5/+esm";import{getErrorMsg as sh,getServerApiErrorCode as On}from"https://cdn.jsdelivr.net/npm/@wellesley/error-kit@1.0.460";import*as gf from"https://cdn.jsdelivr.net/npm/react@18.2.0/+esm";import XO,{forwardRef as jo,createElement as Dp,useCallback as xr,useMemo as Mp,useEffect as Ee,useState as kt,useRef as Rt}from"https://cdn.jsdelivr.net/npm/react@18.2.0/+esm";import{useSelector as He,useDispatch as Yt}from"https://cdn.jsdelivr.net/npm/react-redux@9.1.0/+esm";import{AppsLink as Or,useAppsNavigate as Ur,useAppsSearchParams as GO,matchPath as YO}from"https://cdn.jsdelivr.net/npm/@wellesley/router@1.0.537";import{cn as Le,Button as Zs,HoverCard as ZO,HoverCardTrigger as LO,HoverCardContent as AO,Switch as RO,Tooltip as Cm,TooltipTrigger as Im,TooltipContent as Fm,Avatar as BO,AvatarImage as WO,Textarea as EO,getTextareaClassName as SO,FormLabel as CO,useFormField as n9,FormField as IO,FormItem as FO,FormControl as Wc,Input as bf,FormMessage as QO,Form as Tn,ButtonLoader as Wa,useIsMobile as ch,Dialog as qO,DialogContent as JO,Tabs as UO,TabsList as KO,TabsTrigger as Qm,TabsContent as qm}from"https://cdn.jsdelivr.net/npm/@wellesley/ui@1.0.571";import{instanceInfoSlice as VO}from"https://cdn.jsdelivr.net/npm/@wellesley/instanceinfo@1.0.482";import{get as Xp,set as zf,appendErrors as _O,useForm as Ls}from"https://cdn.jsdelivr.net/npm/react-hook-form@7.51.0/+esm";import{rootReducer as $O,getStore as ms}from"https://cdn.jsdelivr.net/npm/@wellesley/store@1.0.608";import{EmojiPicker as eT,EmojiStyle as tT}from"https://cdn.jsdelivr.net/npm/@wellesley/emoji-picker@1.0.460";import{useSearchParams as rT,useLocation as aT}from"https://cdn.jsdelivr.net/npm/react-router-dom@6.22.2/+esm";const nT="wlsy",s9=()=>{try{return window.localStorage}catch(e){console.warn("Error getting window.localStorage storage",e)}},c9=()=>{const e=new Set,t=s9();if(!t)return[];for(let r=0;r<(null==t?void 0:t.length);r+=1){const a=null==t?void 0:t.key(r);"string"==typeof a&&e.add(a)}return Array.from(e)},As=e=>{const t=`${nT}${e?`:${e}`:""}`,r=e=>`${t}:${e}`,a=()=>c9().filter((e=>e.startsWith(`${t}:`))),n=e=>e.slice(t.length+1),s=s9(),o=e=>{try{return null==s?void 0:s.getItem(r(e))}catch{return null}},c=(e,t)=>{try{null==s||s.setItem(r(e),String(t))}catch{return}};return{getItem:o,setItem:c,removeItem:e=>{try{null==s||s.removeItem(r(e))}catch{return}},clear:()=>{try{a().forEach((e=>null==s?void 0:s.removeItem(e)))}catch{return}},keys:()=>a().map(n),has:e=>null!==o(e),getJSON:e=>{const t=o(e);if(null==t)return null;try{return JSON.parse(t)}catch{return null}},setJSON:(e,t)=>{try{c(e,JSON.stringify(t))}catch{return}}}},Oo="auth_token",oh=As("user"),o9=()=>oh.getItem(Oo)||void 0,sT=e=>oh.setItem(Oo,e),cT=()=>oh.removeItem(Oo),oT=()=>!!o9(),Rs={getToken:o9,setToken:sT,removeToken:cT,hasToken:oT},Jm={forgotPasswordStep:"request",forgotPasswordFields:null,signupStep:"rules",signupFields:null,token:null,newEmail:null,isPending:!!Rs.getToken(),isAuthenticated:!1,isAskLoginOpen:!1},we=xo({name:"auth",initialState:Jm,reducers:{setAskLoginOpen:(e,t)=>{e.isAskLoginOpen=t.payload},login:(e,t)=>{e.isAuthenticated=!0,e.token=t.payload||null,e.isPending=!1},logout:()=>({...Jm,isPending:!1}),setNewEmail:(e,t)=>{e.newEmail=t.payload},setForgotPasswordStep:(e,t)=>{e.forgotPasswordStep=t.payload},updateForgotPasswordFields:(e,t)=>{e.forgotPasswordFields={...e.forgotPasswordFields,...t.payload}},resetForgotPasswordFields:e=>{e.forgotPasswordFields=null},setSignupStep:(e,t)=>{e.signupStep=t.payload},updateSignupFields:(e,t)=>{e.signupFields={...e.signupFields,...t.payload}},resetSignupFields:e=>{e.signupFields=null},setPending:(e,t)=>{e.isPending=t.payload}},selectors:{selectAskLoginOpen:e=>e.isAskLoginOpen,selectToken:e=>e.token,selectNewEmail:e=>e.newEmail,selectForgotPasswordStep:e=>e.forgotPasswordStep,selectForgotPasswordFields:e=>e.forgotPasswordFields,selectSignupStep:e=>e.signupStep,selectSignupFields:e=>e.signupFields,selectPending:e=>e.isPending,selectIsAuthenticated:e=>e.isAuthenticated}}),iT=e=>{if("object"!=typeof e||null===e)return!1;let t=e;for(;null!==Object.getPrototypeOf(t);)t=Object.getPrototypeOf(t);return Object.getPrototypeOf(e)===t||null===Object.getPrototypeOf(e)},fT=e=>iT(e)&&"type"in e&&"string"==typeof e.type,je=e=>{const t=t=>({type:e,payload:t});return t.toString=()=>`${e}`,t.type=e,t.match=t=>fT(t)&&t.type===e,t};je("remoteReady");const lT=je("askLogin");je("reselectUser"),je("requestLogout"),je("setConfirmLeavePage"),je("requestChangePath"),je("wsSubscribe"),je("wsUnSubscribe"),je("hostStoreConnect");const uT=je("remoteLogin"),i9=je("remoteLogout");je("wsOnMessage"),je("setRouterPath"),je("setDeviceType");const dT=je("setUserError"),pT=je("setUserIsError"),hT=je("setUserPending"),yT=je("setUserSuccess"),vT=je("setUserData"),f9=je("updateAccountData"),mT=je("updateUser");je("addNotification"),je("markNotification"),je("setNotificationsError"),je("setNotificationsList"),je("setNotificationsPending"),je("setNotificationsTotalCount"),je("setNotificationsUnreadCount"),je("resetNotificationsState"),je("undoNotification"),je("setInstanceInfo"),je("setInstanceInfoPending"),je("setInstanceInfoError");const gT=je("setPlatformSettings");je("setProfileSettings"),je("setGroupData"),je("setGroupLoading"),r9("requestMicroFrontendFetch"),r9("sendMicroFrontendFetchResponse");const l9=e=>{var t;return 401===(null==e?void 0:e.status)&&"UserBadCreds"===(null==(t=null==e?void 0:e.data)?void 0:t.errorCode)},wf=async({dispatch:e,queryFulfilled:t,onSuccess:r,showInvalidCredsToast:a=!0})=>{try{e(we.actions.setPending(!0));const{data:a}=await t,n="sessionKey"in a?a.sessionKey:a.token.sessionKey;return Rs.setToken(n),null==r||r(),t}catch(t){const r=t.error,n=l9(r);if(e(we.actions.setPending(!1)),n&&!a)return;a9.error(sh(t))}},bT=vs.enhanceEndpoints({endpoints:{getApiV1Rules:{async onQueryStarted(e,{queryFulfilled:t}){await Xt(t)}},postApiV1AccountsPasswordRecover:{async onQueryStarted(e,{queryFulfilled:t}){await Xt(t)}},postApiV1AccountsPasswordRecoverCheckCode:{async onQueryStarted(e,{queryFulfilled:t}){await Xt(t)}},postApiV1AccountsPasswordRecoverChange:{async onQueryStarted(e,{queryFulfilled:t}){await Xt(t)}},postApiV1AccountsPasswordChangeConfirm:{async onQueryStarted(e,{queryFulfilled:t}){await Xt(t)}},putApiV1AccountsPasswordChangeResendCode:{async onQueryStarted(e,{queryFulfilled:t}){await Xt(t)}},postApiV1AccountsPasswordChangeRequest:{async onQueryStarted(e,{queryFulfilled:t}){await Xt(t)}},putApiV1AccountsEmailChangeResendCode:{async onQueryStarted(e,{queryFulfilled:t}){await Xt(t)}},putApiV1AccountsResendEmailByHash:{async onQueryStarted(e,{queryFulfilled:t}){await Xt(t)}},postApiV1AccountsEmailChangeRequest:{async onQueryStarted(e,{queryFulfilled:t}){await Xt(t)}},postApiV1AccountsEmailChangeConfirm:{async onQueryStarted(e,{queryFulfilled:t}){await Xt(t)}},postApiV1AccountsConfirmEmail:{async onQueryStarted(e,{queryFulfilled:t}){await Xt(t)}},postApiV1AccountsCheckCaptcha:{async onQueryStarted(e,{queryFulfilled:t}){await Xt(t)}},postApiV1AccountsFinishCreating:{async onQueryStarted(e,{dispatch:t,queryFulfilled:r}){await wf({dispatch:t,queryFulfilled:r,onSuccess:()=>{a9.success("User registered successfully")}})}},postApiV1AccountsAuthenticateEmail:{invalidatesTags:["Secure"],async onQueryStarted(e,{dispatch:t,queryFulfilled:r}){await wf({dispatch:t,queryFulfilled:r,showInvalidCredsToast:!1})}},postApiV1AccountsSignup:{invalidatesTags:["Secure"]},postApiV1AccountsUserReselectUser:{async onQueryStarted({userId:e},{dispatch:t,queryFulfilled:r}){await wf({dispatch:t,queryFulfilled:r}),e&&(t(f9({selectedUserId:e})),t(vs.util.invalidateTags(["UserSettings"])))}},getApiV1RbacActorsByActorIdPermissions:{providesTags:["RBAC"],async onQueryStarted(e,{queryFulfilled:t}){await Xt(t)}}}}),{useGetApiV1RulesQuery:zT,usePostApiV1AccountsPasswordRecoverMutation:u9,usePostApiV1AccountsPasswordRecoverCheckCodeMutation:ih,usePostApiV1AccountsPasswordRecoverChangeMutation:wT,usePostApiV1AccountsPasswordChangeConfirmMutation:d9,usePostApiV1AccountsPasswordChangeRequestMutation:PT,usePutApiV1AccountsPasswordChangeResendCodeMutation:kT,usePostApiV1AccountsAuthenticateEmailMutation:p9,usePostApiV1AccountsEmailChangeRequestMutation:xT,usePostApiV1AccountsEmailChangeConfirmMutation:h9,usePostApiV1AccountsSignupMutation:fh,usePutApiV1AccountsResendEmailByHashMutation:nue,usePutApiV1AccountsEmailChangeResendCodeMutation:jT,usePostApiV1AccountsConfirmEmailMutation:y9,usePostApiV1AccountsFinishCreatingMutation:OT,usePostApiV1AccountsUserReselectUserMutation:sue,usePostApiV1AccountsCheckCaptchaMutation:TT,useGetApiV1RbacActorsByActorIdPermissionsQuery:HT}=bT;var la=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function To(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var Um,Km,Pf={exports:{}},rs={};
1
+ import{api as vs,handleBasicResponse as Xt,useGetApiV1SearchQuery as NO,usePutApiV1AccountsResendEmailByHashMutation as DO,usePostApiV1AccountsAddReasonMutation as MO}from"https://cdn.jsdelivr.net/npm/@wellesley/openapi@1.0.611";import{createSlice as xo,createAction as r9,createSelector as Ba}from"https://cdn.jsdelivr.net/npm/@reduxjs/toolkit@2.2.1/+esm";import{toast as a9}from"https://cdn.jsdelivr.net/npm/react-toastify@10.0.5/+esm";import{getErrorMsg as sh,getServerApiErrorCode as On}from"https://cdn.jsdelivr.net/npm/@wellesley/error-kit@1.0.462";import*as gf from"https://cdn.jsdelivr.net/npm/react@18.2.0/+esm";import XO,{forwardRef as jo,createElement as Dp,useCallback as xr,useMemo as Mp,useEffect as Ee,useState as kt,useRef as Rt}from"https://cdn.jsdelivr.net/npm/react@18.2.0/+esm";import{useSelector as He,useDispatch as Yt}from"https://cdn.jsdelivr.net/npm/react-redux@9.1.0/+esm";import{AppsLink as Or,useAppsNavigate as Ur,useAppsSearchParams as GO,matchPath as YO}from"https://cdn.jsdelivr.net/npm/@wellesley/router@1.0.539";import{cn as Le,Button as Zs,HoverCard as ZO,HoverCardTrigger as LO,HoverCardContent as AO,Switch as RO,Tooltip as Cm,TooltipTrigger as Im,TooltipContent as Fm,Avatar as BO,AvatarImage as WO,Textarea as EO,getTextareaClassName as SO,FormLabel as CO,useFormField as n9,FormField as IO,FormItem as FO,FormControl as Wc,Input as bf,FormMessage as QO,Form as Tn,ButtonLoader as Wa,useIsMobile as ch,Dialog as qO,DialogContent as JO,Tabs as UO,TabsList as KO,TabsTrigger as Qm,TabsContent as qm}from"https://cdn.jsdelivr.net/npm/@wellesley/ui@1.0.573";import{instanceInfoSlice as VO}from"https://cdn.jsdelivr.net/npm/@wellesley/instanceinfo@1.0.484";import{get as Xp,set as zf,appendErrors as _O,useForm as Ls}from"https://cdn.jsdelivr.net/npm/react-hook-form@7.51.0/+esm";import{rootReducer as $O,getStore as ms}from"https://cdn.jsdelivr.net/npm/@wellesley/store@1.0.610";import{EmojiPicker as eT,EmojiStyle as tT}from"https://cdn.jsdelivr.net/npm/@wellesley/emoji-picker@1.0.462";import{useSearchParams as rT,useLocation as aT}from"https://cdn.jsdelivr.net/npm/react-router-dom@6.22.2/+esm";const nT="wlsy",s9=()=>{try{return window.localStorage}catch(e){console.warn("Error getting window.localStorage storage",e)}},c9=()=>{const e=new Set,t=s9();if(!t)return[];for(let r=0;r<(null==t?void 0:t.length);r+=1){const a=null==t?void 0:t.key(r);"string"==typeof a&&e.add(a)}return Array.from(e)},As=e=>{const t=`${nT}${e?`:${e}`:""}`,r=e=>`${t}:${e}`,a=()=>c9().filter((e=>e.startsWith(`${t}:`))),n=e=>e.slice(t.length+1),s=s9(),o=e=>{try{return null==s?void 0:s.getItem(r(e))}catch{return null}},c=(e,t)=>{try{null==s||s.setItem(r(e),String(t))}catch{return}};return{getItem:o,setItem:c,removeItem:e=>{try{null==s||s.removeItem(r(e))}catch{return}},clear:()=>{try{a().forEach((e=>null==s?void 0:s.removeItem(e)))}catch{return}},keys:()=>a().map(n),has:e=>null!==o(e),getJSON:e=>{const t=o(e);if(null==t)return null;try{return JSON.parse(t)}catch{return null}},setJSON:(e,t)=>{try{c(e,JSON.stringify(t))}catch{return}}}},Oo="auth_token",oh=As("user"),o9=()=>oh.getItem(Oo)||void 0,sT=e=>oh.setItem(Oo,e),cT=()=>oh.removeItem(Oo),oT=()=>!!o9(),Rs={getToken:o9,setToken:sT,removeToken:cT,hasToken:oT},Jm={forgotPasswordStep:"request",forgotPasswordFields:null,signupStep:"rules",signupFields:null,token:null,newEmail:null,isPending:!!Rs.getToken(),isAuthenticated:!1,isAskLoginOpen:!1},we=xo({name:"auth",initialState:Jm,reducers:{setAskLoginOpen:(e,t)=>{e.isAskLoginOpen=t.payload},login:(e,t)=>{e.isAuthenticated=!0,e.token=t.payload||null,e.isPending=!1},logout:()=>({...Jm,isPending:!1}),setNewEmail:(e,t)=>{e.newEmail=t.payload},setForgotPasswordStep:(e,t)=>{e.forgotPasswordStep=t.payload},updateForgotPasswordFields:(e,t)=>{e.forgotPasswordFields={...e.forgotPasswordFields,...t.payload}},resetForgotPasswordFields:e=>{e.forgotPasswordFields=null},setSignupStep:(e,t)=>{e.signupStep=t.payload},updateSignupFields:(e,t)=>{e.signupFields={...e.signupFields,...t.payload}},resetSignupFields:e=>{e.signupFields=null},setPending:(e,t)=>{e.isPending=t.payload}},selectors:{selectAskLoginOpen:e=>e.isAskLoginOpen,selectToken:e=>e.token,selectNewEmail:e=>e.newEmail,selectForgotPasswordStep:e=>e.forgotPasswordStep,selectForgotPasswordFields:e=>e.forgotPasswordFields,selectSignupStep:e=>e.signupStep,selectSignupFields:e=>e.signupFields,selectPending:e=>e.isPending,selectIsAuthenticated:e=>e.isAuthenticated}}),iT=e=>{if("object"!=typeof e||null===e)return!1;let t=e;for(;null!==Object.getPrototypeOf(t);)t=Object.getPrototypeOf(t);return Object.getPrototypeOf(e)===t||null===Object.getPrototypeOf(e)},fT=e=>iT(e)&&"type"in e&&"string"==typeof e.type,je=e=>{const t=t=>({type:e,payload:t});return t.toString=()=>`${e}`,t.type=e,t.match=t=>fT(t)&&t.type===e,t};je("remoteReady");const lT=je("askLogin");je("reselectUser"),je("requestLogout"),je("setConfirmLeavePage"),je("requestChangePath"),je("wsSubscribe"),je("wsUnSubscribe"),je("hostStoreConnect");const uT=je("remoteLogin"),i9=je("remoteLogout");je("wsOnMessage"),je("setRouterPath"),je("setDeviceType");const dT=je("setUserError"),pT=je("setUserIsError"),hT=je("setUserPending"),yT=je("setUserSuccess"),vT=je("setUserData"),f9=je("updateAccountData"),mT=je("updateUser");je("addNotification"),je("markNotification"),je("setNotificationsError"),je("setNotificationsList"),je("setNotificationsPending"),je("setNotificationsTotalCount"),je("setNotificationsUnreadCount"),je("resetNotificationsState"),je("undoNotification"),je("setInstanceInfo"),je("setInstanceInfoPending"),je("setInstanceInfoError");const gT=je("setPlatformSettings");je("setProfileSettings"),je("setGroupData"),je("setGroupLoading"),r9("requestMicroFrontendFetch"),r9("sendMicroFrontendFetchResponse");const l9=e=>{var t;return 401===(null==e?void 0:e.status)&&"UserBadCreds"===(null==(t=null==e?void 0:e.data)?void 0:t.errorCode)},wf=async({dispatch:e,queryFulfilled:t,onSuccess:r,showInvalidCredsToast:a=!0})=>{try{e(we.actions.setPending(!0));const{data:a}=await t,n="sessionKey"in a?a.sessionKey:a.token.sessionKey;return Rs.setToken(n),null==r||r(),t}catch(t){const r=t.error,n=l9(r);if(e(we.actions.setPending(!1)),n&&!a)return;a9.error(sh(t))}},bT=vs.enhanceEndpoints({endpoints:{getApiV1Rules:{async onQueryStarted(e,{queryFulfilled:t}){await Xt(t)}},postApiV1AccountsPasswordRecover:{async onQueryStarted(e,{queryFulfilled:t}){await Xt(t)}},postApiV1AccountsPasswordRecoverCheckCode:{async onQueryStarted(e,{queryFulfilled:t}){await Xt(t)}},postApiV1AccountsPasswordRecoverChange:{async onQueryStarted(e,{queryFulfilled:t}){await Xt(t)}},postApiV1AccountsPasswordChangeConfirm:{async onQueryStarted(e,{queryFulfilled:t}){await Xt(t)}},putApiV1AccountsPasswordChangeResendCode:{async onQueryStarted(e,{queryFulfilled:t}){await Xt(t)}},postApiV1AccountsPasswordChangeRequest:{async onQueryStarted(e,{queryFulfilled:t}){await Xt(t)}},putApiV1AccountsEmailChangeResendCode:{async onQueryStarted(e,{queryFulfilled:t}){await Xt(t)}},putApiV1AccountsResendEmailByHash:{async onQueryStarted(e,{queryFulfilled:t}){await Xt(t)}},postApiV1AccountsEmailChangeRequest:{async onQueryStarted(e,{queryFulfilled:t}){await Xt(t)}},postApiV1AccountsEmailChangeConfirm:{async onQueryStarted(e,{queryFulfilled:t}){await Xt(t)}},postApiV1AccountsConfirmEmail:{async onQueryStarted(e,{queryFulfilled:t}){await Xt(t)}},postApiV1AccountsCheckCaptcha:{async onQueryStarted(e,{queryFulfilled:t}){await Xt(t)}},postApiV1AccountsFinishCreating:{async onQueryStarted(e,{dispatch:t,queryFulfilled:r}){await wf({dispatch:t,queryFulfilled:r,onSuccess:()=>{a9.success("User registered successfully")}})}},postApiV1AccountsAuthenticateEmail:{invalidatesTags:["Secure"],async onQueryStarted(e,{dispatch:t,queryFulfilled:r}){await wf({dispatch:t,queryFulfilled:r,showInvalidCredsToast:!1})}},postApiV1AccountsSignup:{invalidatesTags:["Secure"]},postApiV1AccountsUserReselectUser:{async onQueryStarted({userId:e},{dispatch:t,queryFulfilled:r}){await wf({dispatch:t,queryFulfilled:r}),e&&(t(f9({selectedUserId:e})),t(vs.util.invalidateTags(["UserSettings"])))}},getApiV1RbacActorsByActorIdPermissions:{providesTags:["RBAC"],async onQueryStarted(e,{queryFulfilled:t}){await Xt(t)}}}}),{useGetApiV1RulesQuery:zT,usePostApiV1AccountsPasswordRecoverMutation:u9,usePostApiV1AccountsPasswordRecoverCheckCodeMutation:ih,usePostApiV1AccountsPasswordRecoverChangeMutation:wT,usePostApiV1AccountsPasswordChangeConfirmMutation:d9,usePostApiV1AccountsPasswordChangeRequestMutation:PT,usePutApiV1AccountsPasswordChangeResendCodeMutation:kT,usePostApiV1AccountsAuthenticateEmailMutation:p9,usePostApiV1AccountsEmailChangeRequestMutation:xT,usePostApiV1AccountsEmailChangeConfirmMutation:h9,usePostApiV1AccountsSignupMutation:fh,usePutApiV1AccountsResendEmailByHashMutation:nue,usePutApiV1AccountsEmailChangeResendCodeMutation:jT,usePostApiV1AccountsConfirmEmailMutation:y9,usePostApiV1AccountsFinishCreatingMutation:OT,usePostApiV1AccountsUserReselectUserMutation:sue,usePostApiV1AccountsCheckCaptchaMutation:TT,useGetApiV1RbacActorsByActorIdPermissionsQuery:HT}=bT;var la=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function To(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var Um,Km,Pf={exports:{}},rs={};
2
2
  /**
3
3
  * @license React
4
4
  * react-jsx-runtime.production.min.js
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wellesley/auth",
3
- "version": "1.0.665",
3
+ "version": "1.0.667",
4
4
  "license": "UNLICENSED",
5
5
  "main": "index.mjs",
6
6
  "files": [