gemi 0.4.79 → 0.4.81
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.
- package/dist/app/App.d.ts +5 -10
- package/dist/app/App.d.ts.map +1 -1
- package/dist/app/index.js +60 -60
- package/dist/auth/AuthenticationServiceProvider.d.ts +7 -2
- package/dist/auth/AuthenticationServiceProvider.d.ts.map +1 -1
- package/dist/bin/index.js +104 -75
- package/dist/broadcasting/BroadcastingChannel.d.ts +5 -0
- package/dist/broadcasting/BroadcastingChannel.d.ts.map +1 -0
- package/dist/broadcasting/index.js +2 -0
- package/dist/{chunk-fcaf4626e5fe5d26.js → chunk-0ba2cc302113ab40.js} +2 -2
- package/dist/chunk-0ddb821fe8124f54.js +9 -0
- package/dist/chunk-2335866508ec8b1b.js +2 -0
- package/dist/{chunk-e3d242546d1a2927.js → chunk-24a86f8f5ddc0cbd.js} +1 -1
- package/dist/chunk-25ee58bc6072bd58.js +2 -0
- package/dist/{chunk-0f4780d78065ed6f.js → chunk-2786cd9024d0d164.js} +1 -1
- package/dist/chunk-2fd968b1b4418bfa.js +18 -0
- package/dist/chunk-38315b1e3dd78ca7.js +2 -0
- package/dist/{chunk-e9695f3cdafee20b.js → chunk-53b7d6267c9172bc.js} +1 -1
- package/dist/chunk-63c98893e07b1644.js +2 -0
- package/dist/{chunk-827fe74e5b55863c.js → chunk-63e9bc71922dbe80.js} +1 -1
- package/dist/{chunk-4e41bf12b68e3aa2.js → chunk-7d5fe4acabfee228.js} +2 -2
- package/dist/{chunk-a2795d68352fdd98.js → chunk-8ee09f1f74206a04.js} +2 -2
- package/dist/chunk-92bab268a3007d3d.js +2 -0
- package/dist/{chunk-f7784dffc6c59a9e.js → chunk-9475c6ed18013dc8.js} +1 -1
- package/dist/chunk-958e406572d457ca.js +2 -0
- package/dist/{chunk-ed4022c20775d58f.js → chunk-b99af11a56fdd395.js} +2 -2
- package/dist/chunk-c27a654eada9167e.js +2 -0
- package/dist/chunk-c6ab6f8e07a028ac.js +6 -0
- package/dist/chunk-d16cfcc9dd3ac869.js +2 -0
- package/dist/chunk-d16ef78d852a6856.js +1 -0
- package/dist/chunk-da07ce723d8218db.js +3 -0
- package/dist/chunk-df08a797b672bf3b.js +2 -0
- package/dist/chunk-f6a80fc55311e0c8.js +2 -0
- package/dist/{chunk-5ea45ebea038bef4.js → chunk-f9f264ce0c8e9699.js} +2 -2
- package/dist/{chunk-3bb296632dccdb02.js → chunk-ff8cd8fd047cfee5.js} +2 -2
- package/dist/client/ClientRouter.d.ts.map +1 -1
- package/dist/client/HttpReload.d.ts.map +1 -1
- package/dist/client/WebsocketContext.d.ts +10 -0
- package/dist/client/WebsocketContext.d.ts.map +1 -0
- package/dist/client/auth/useForgotPassword.d.ts +3 -1
- package/dist/client/auth/useForgotPassword.d.ts.map +1 -1
- package/dist/client/auth/useResetPassword.d.ts +4 -1
- package/dist/client/auth/useResetPassword.d.ts.map +1 -1
- package/dist/client/index.d.ts +2 -0
- package/dist/client/index.d.ts.map +1 -1
- package/dist/client/index.js +106 -6
- package/dist/client/useBroadcast.d.ts +4 -0
- package/dist/client/useBroadcast.d.ts.map +1 -0
- package/dist/client/useSearchParams.d.ts +1 -1
- package/dist/client/useSearchParams.d.ts.map +1 -1
- package/dist/client/useSubscription.d.ts +5 -0
- package/dist/client/useSubscription.d.ts.map +1 -0
- package/dist/email/index.js +1 -1
- package/dist/facades/Auth.d.ts.map +1 -1
- package/dist/facades/Broadcast.d.ts +6 -0
- package/dist/facades/Broadcast.d.ts.map +1 -0
- package/dist/facades/Prefetch.d.ts.map +1 -1
- package/dist/facades/index.d.ts +1 -0
- package/dist/facades/index.d.ts.map +1 -1
- package/dist/facades/index.js +1 -1
- package/dist/http/ApiRouter.d.ts.map +1 -1
- package/dist/http/BroadcastingRouter.d.ts +8 -0
- package/dist/http/BroadcastingRouter.d.ts.map +1 -0
- package/dist/http/HttpRequest.d.ts.map +1 -1
- package/dist/http/index.js +1 -1
- package/dist/kernel/Kernel.d.ts +5 -0
- package/dist/kernel/Kernel.d.ts.map +1 -1
- package/dist/kernel/context.d.ts +2 -0
- package/dist/kernel/context.d.ts.map +1 -1
- package/dist/kernel/index.js +1 -1
- package/dist/server/index.js +5 -5
- package/dist/services/index.d.ts +1 -0
- package/dist/services/index.d.ts.map +1 -1
- package/dist/services/index.js +10 -1
- package/dist/services/pubsub/BroadcastingServiceContainer.d.ts +24 -0
- package/dist/services/pubsub/BroadcastingServiceContainer.d.ts.map +1 -0
- package/dist/services/pubsub/BroadcastingServiceProvider.d.ts +7 -0
- package/dist/services/pubsub/BroadcastingServiceProvider.d.ts.map +1 -0
- package/dist/services/pubsub/types.d.ts +6 -0
- package/dist/services/pubsub/types.d.ts.map +1 -0
- package/dist/utils/applyParams.d.ts +1 -1
- package/dist/utils/applyParams.d.ts.map +1 -1
- package/package.json +3 -2
- package/dist/chunk-1488c30be491de9b.js +0 -2
- package/dist/chunk-1e96eb132f10e361.js +0 -2
- package/dist/chunk-3ccfbc315f74b335.js +0 -2
- package/dist/chunk-4573fe60e6dbd787.js +0 -2
- package/dist/chunk-584b2ebaffb0c907.js +0 -9
- package/dist/chunk-611480789c8b04f4.js +0 -3
- package/dist/chunk-788611478527c8c3.js +0 -6
- package/dist/chunk-7ab2e8abae3c8902.js +0 -2
- package/dist/chunk-8b1dc3428a74b1f4.js +0 -2
- package/dist/chunk-9b2a6bd400c9c6c7.js +0 -18
- package/dist/chunk-9ca526226958d45c.js +0 -2
- package/dist/chunk-ae46c8b6092236d2.js +0 -2
- package/dist/chunk-b092d6945f70ff1c.js +0 -2
- package/dist/chunk-bfc01c0e40e4551c.js +0 -2
- package/dist/chunk-e20c0e69128c42f5.js +0 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
import{
|
|
1
|
+
import{B as x} from"./chunk-24a86f8f5ddc0cbd.js";import{sb as S} from"./chunk-b99af11a56fdd395.js";var q="AWS_PROFILE";var B=(o)=>o.profile||process.env["AWS_PROFILE"]||"default";import{join as b} from"path";import{homedir as N} from"os";import{sep as L} from"path";var d={},w=()=>{if(process&&process.geteuid)return`${process.geteuid()}`;return"DEFAULT"},f=()=>{const{HOME:o,USERPROFILE:e,HOMEPATH:t,HOMEDRIVE:r=`C:${L}`}=process.env;if(o)return o;if(e)return e;if(t)return`${r}${t}`;const i=w();if(!d[i])d[i]=N();return d[i]};var v="AWS_CONFIG_FILE",g=()=>process.env[v]||b(f(),".aws","config");var D=x(S(),1);import{join as I} from"path";var h=x(S(),1);var O=(o)=>Object.entries(o).filter(([e])=>{const t=e.indexOf(c);if(t===-1)return!1;return Object.values(h.IniSectionType).includes(e.substring(0,t))}).reduce((e,[t,r])=>{const i=t.indexOf(c),s=t.substring(0,i)===h.IniSectionType.PROFILE?t.substring(i+1):t;return e[s]=r,e},{...o.default&&{default:o.default}});import{join as j} from"path";var y="AWS_SHARED_CREDENTIALS_FILE",_=()=>process.env[y]||j(f(),".aws","credentials");var C=x(S(),1);var $=/^([\w-]+)\s(["'])?([\w-@\+\.%:/]+)\2$/,G=["__proto__","profile __proto__"],a=(o)=>{const e={};let t,r;for(let i of o.split(/\r?\n/)){const s=i.split(/(^|\s)[;#]/)[0].trim();if(s[0]==="["&&s[s.length-1]==="]"){t=void 0,r=void 0;const n=s.substring(1,s.length-1),m=$.exec(n);if(m){const[,p,,F]=m;if(Object.values(C.IniSectionType).includes(p))t=[p,F].join(c)}else t=n;if(G.includes(n))throw new Error(`Found invalid profile name "${n}"`)}else if(t){const n=s.indexOf("=");if(![0,-1].includes(n)){const[m,p]=[s.substring(0,n).trim(),s.substring(n+1).trim()];if(p==="")r=m;else{if(r&&i.trimStart()===i)r=void 0;e[t]=e[t]||{};const F=r?[r,m].join(c):m;e[t][F]=p}}}}return e};import{promises as W} from"fs";var{readFile:K}=W,E={},l=(o,e)=>{if(!E[o]||e?.ignoreCache)E[o]=K(o,"utf8");return E[o]};var P=()=>({}),c=".",R=async(o={})=>{const{filepath:e=_(),configFilepath:t=g()}=o,r=f();let s=e;if(e.startsWith("~/"))s=I(r,e.slice(2));let u=t;if(t.startsWith("~/"))u=I(r,t.slice(2));const n=await Promise.all([l(u,{ignoreCache:o.ignoreCache}).then(a).then(O).catch(P),l(s,{ignoreCache:o.ignoreCache}).then(a).catch(P)]);return{configFile:n[0],credentialsFile:n[1]}};var T=(o)=>Object.entries(o).filter(([e])=>e.startsWith(D.IniSectionType.SSO_SESSION+c)).reduce((e,[t,r])=>({...e,[t.substring(t.indexOf(c)+1)]:r}),{});var V=()=>({}),Pe=async(o={})=>l(o.configFilepath??g()).then(a).then(T).catch(V);var A=(...o)=>{const e={};for(let t of o)for(let[r,i]of Object.entries(t))if(e[r]!==void 0)Object.assign(e[r],i);else e[r]=i;return e};var He=async(o)=>{const e=await R(o);return A(e.configFile,e.credentialsFile)};import{createHash as U} from"crypto";import{join as X} from"path";var H=(o)=>{const t=U("sha1").update(o).digest("hex");return X(f(),".aws","sso","cache",`${t}.json`)};import{promises as k} from"fs";var{readFile:M}=k,$e=async(o)=>{const e=H(o),t=await M(e,"utf8");return JSON.parse(t)};export{q as Cb,B as Db,H as Eb,$e as Fb,c as Gb,R as Hb,Pe as Ib,He as Jb};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{
|
|
2
|
-
export{i as
|
|
1
|
+
import{A as r} from"./chunk-9475c6ed18013dc8.js";class e{static name;service;static use(){return r.getStore()[this.name].service}}class i extends e{t;static name="emailServiceContainer";constructor(t){super();this.service=t}}
|
|
2
|
+
export{e as E,i as F};
|