@capgo/cli 7.37.4 → 7.38.0

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/index.js CHANGED
@@ -1,83 +1,83 @@
1
1
  #!/usr/bin/env node
2
- "use strict";var IO=Object.create;var Ws=Object.defineProperty;var RO=Object.getOwnPropertyDescriptor;var BO=Object.getOwnPropertyNames;var LO=Object.getPrototypeOf,NO=Object.prototype.hasOwnProperty;var rt=(t,e)=>()=>(t&&(e=t(t=0)),e);var S=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),Gr=(t,e)=>{for(var r in e)Ws(t,r,{get:e[r],enumerable:!0})},CD=(t,e,r,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let o of BO(e))!NO.call(t,o)&&o!==r&&Ws(t,o,{get:()=>e[o],enumerable:!(n=RO(e,o))||n.enumerable});return t};var de=(t,e,r)=>(r=t!=null?IO(LO(t)):{},CD(e||!t||!t.__esModule?Ws(r,"default",{value:t,enumerable:!0}):r,t)),oe=t=>CD(Ws({},"__esModule",{value:!0}),t);var ba=S(Cf=>{var Ys=class extends Error{constructor(e,r,n){super(n),Error.captureStackTrace(this,this.constructor),this.name=this.constructor.name,this.code=r,this.exitCode=e,this.nestedError=void 0}},vf=class extends Ys{constructor(e){super(1,"commander.invalidArgument",e),Error.captureStackTrace(this,this.constructor),this.name=this.constructor.name}};Cf.CommanderError=Ys;Cf.InvalidArgumentError=vf});var Js=S(_f=>{var{InvalidArgumentError:jO}=ba(),Ef=class{constructor(e,r){switch(this.description=r||"",this.variadic=!1,this.parseArg=void 0,this.defaultValue=void 0,this.defaultValueDescription=void 0,this.argChoices=void 0,e[0]){case"<":this.required=!0,this._name=e.slice(1,-1);break;case"[":this.required=!1,this._name=e.slice(1,-1);break;default:this.required=!0,this._name=e;break}this._name.endsWith("...")&&(this.variadic=!0,this._name=this._name.slice(0,-3))}name(){return this._name}_collectValue(e,r){return r===this.defaultValue||!Array.isArray(r)?[e]:(r.push(e),r)}default(e,r){return this.defaultValue=e,this.defaultValueDescription=r,this}argParser(e){return this.parseArg=e,this}choices(e){return this.argChoices=e.slice(),this.parseArg=(r,n)=>{if(!this.argChoices.includes(r))throw new jO(`Allowed choices are ${this.argChoices.join(", ")}.`);return this.variadic?this._collectValue(r,n):r},this}argRequired(){return this.required=!0,this}argOptional(){return this.required=!1,this}};function UO(t){let e=t.name()+(t.variadic===!0?"...":"");return t.required?"<"+e+">":"["+e+"]"}_f.Argument=Ef;_f.humanReadableArgName=UO});var Af=S(xf=>{var{humanReadableArgName:MO}=Js(),Sf=class{constructor(){this.helpWidth=void 0,this.minWidthToWrap=40,this.sortSubcommands=!1,this.sortOptions=!1,this.showGlobalOptions=!1}prepareContext(e){this.helpWidth=this.helpWidth??e.helpWidth??80}visibleCommands(e){let r=e.commands.filter(o=>!o._hidden),n=e._getHelpCommand();return n&&!n._hidden&&r.push(n),this.sortSubcommands&&r.sort((o,i)=>o.name().localeCompare(i.name())),r}compareOptions(e,r){let n=o=>o.short?o.short.replace(/^-/,""):o.long.replace(/^--/,"");return n(e).localeCompare(n(r))}visibleOptions(e){let r=e.options.filter(o=>!o.hidden),n=e._getHelpOption();if(n&&!n.hidden){let o=n.short&&e._findOption(n.short),i=n.long&&e._findOption(n.long);!o&&!i?r.push(n):n.long&&!i?r.push(e.createOption(n.long,n.description)):n.short&&!o&&r.push(e.createOption(n.short,n.description))}return this.sortOptions&&r.sort(this.compareOptions),r}visibleGlobalOptions(e){if(!this.showGlobalOptions)return[];let r=[];for(let n=e.parent;n;n=n.parent){let o=n.options.filter(i=>!i.hidden);r.push(...o)}return this.sortOptions&&r.sort(this.compareOptions),r}visibleArguments(e){return e._argsDescription&&e.registeredArguments.forEach(r=>{r.description=r.description||e._argsDescription[r.name()]||""}),e.registeredArguments.find(r=>r.description)?e.registeredArguments:[]}subcommandTerm(e){let r=e.registeredArguments.map(n=>MO(n)).join(" ");return e._name+(e._aliases[0]?"|"+e._aliases[0]:"")+(e.options.length?" [options]":"")+(r?" "+r:"")}optionTerm(e){return e.flags}argumentTerm(e){return e.name()}longestSubcommandTermLength(e,r){return r.visibleCommands(e).reduce((n,o)=>Math.max(n,this.displayWidth(r.styleSubcommandTerm(r.subcommandTerm(o)))),0)}longestOptionTermLength(e,r){return r.visibleOptions(e).reduce((n,o)=>Math.max(n,this.displayWidth(r.styleOptionTerm(r.optionTerm(o)))),0)}longestGlobalOptionTermLength(e,r){return r.visibleGlobalOptions(e).reduce((n,o)=>Math.max(n,this.displayWidth(r.styleOptionTerm(r.optionTerm(o)))),0)}longestArgumentTermLength(e,r){return r.visibleArguments(e).reduce((n,o)=>Math.max(n,this.displayWidth(r.styleArgumentTerm(r.argumentTerm(o)))),0)}commandUsage(e){let r=e._name;e._aliases[0]&&(r=r+"|"+e._aliases[0]);let n="";for(let o=e.parent;o;o=o.parent)n=o.name()+" "+n;return n+r+" "+e.usage()}commandDescription(e){return e.description()}subcommandDescription(e){return e.summary()||e.description()}optionDescription(e){let r=[];if(e.argChoices&&r.push(`choices: ${e.argChoices.map(n=>JSON.stringify(n)).join(", ")}`),e.defaultValue!==void 0&&(e.required||e.optional||e.isBoolean()&&typeof e.defaultValue=="boolean")&&r.push(`default: ${e.defaultValueDescription||JSON.stringify(e.defaultValue)}`),e.presetArg!==void 0&&e.optional&&r.push(`preset: ${JSON.stringify(e.presetArg)}`),e.envVar!==void 0&&r.push(`env: ${e.envVar}`),r.length>0){let n=`(${r.join(", ")})`;return e.description?`${e.description} ${n}`:n}return e.description}argumentDescription(e){let r=[];if(e.argChoices&&r.push(`choices: ${e.argChoices.map(n=>JSON.stringify(n)).join(", ")}`),e.defaultValue!==void 0&&r.push(`default: ${e.defaultValueDescription||JSON.stringify(e.defaultValue)}`),r.length>0){let n=`(${r.join(", ")})`;return e.description?`${e.description} ${n}`:n}return e.description}formatItemList(e,r,n){return r.length===0?[]:[n.styleTitle(e),...r,""]}groupItems(e,r,n){let o=new Map;return e.forEach(i=>{let a=n(i);o.has(a)||o.set(a,[])}),r.forEach(i=>{let a=n(i);o.has(a)||o.set(a,[]),o.get(a).push(i)}),o}formatHelp(e,r){let n=r.padWidth(e,r),o=r.helpWidth??80;function i(d,p){return r.formatItem(d,n,p,r)}let a=[`${r.styleTitle("Usage:")} ${r.styleUsage(r.commandUsage(e))}`,""],s=r.commandDescription(e);s.length>0&&(a=a.concat([r.boxWrap(r.styleCommandDescription(s),o),""]));let u=r.visibleArguments(e).map(d=>i(r.styleArgumentTerm(r.argumentTerm(d)),r.styleArgumentDescription(r.argumentDescription(d))));if(a=a.concat(this.formatItemList("Arguments:",u,r)),this.groupItems(e.options,r.visibleOptions(e),d=>d.helpGroupHeading??"Options:").forEach((d,p)=>{let h=d.map(m=>i(r.styleOptionTerm(r.optionTerm(m)),r.styleOptionDescription(r.optionDescription(m))));a=a.concat(this.formatItemList(p,h,r))}),r.showGlobalOptions){let d=r.visibleGlobalOptions(e).map(p=>i(r.styleOptionTerm(r.optionTerm(p)),r.styleOptionDescription(r.optionDescription(p))));a=a.concat(this.formatItemList("Global Options:",d,r))}return this.groupItems(e.commands,r.visibleCommands(e),d=>d.helpGroup()||"Commands:").forEach((d,p)=>{let h=d.map(m=>i(r.styleSubcommandTerm(r.subcommandTerm(m)),r.styleSubcommandDescription(r.subcommandDescription(m))));a=a.concat(this.formatItemList(p,h,r))}),a.join(`
3
- `)}displayWidth(e){return ED(e).length}styleTitle(e){return e}styleUsage(e){return e.split(" ").map(r=>r==="[options]"?this.styleOptionText(r):r==="[command]"?this.styleSubcommandText(r):r[0]==="["||r[0]==="<"?this.styleArgumentText(r):this.styleCommandText(r)).join(" ")}styleCommandDescription(e){return this.styleDescriptionText(e)}styleOptionDescription(e){return this.styleDescriptionText(e)}styleSubcommandDescription(e){return this.styleDescriptionText(e)}styleArgumentDescription(e){return this.styleDescriptionText(e)}styleDescriptionText(e){return e}styleOptionTerm(e){return this.styleOptionText(e)}styleSubcommandTerm(e){return e.split(" ").map(r=>r==="[options]"?this.styleOptionText(r):r[0]==="["||r[0]==="<"?this.styleArgumentText(r):this.styleSubcommandText(r)).join(" ")}styleArgumentTerm(e){return this.styleArgumentText(e)}styleOptionText(e){return e}styleArgumentText(e){return e}styleSubcommandText(e){return e}styleCommandText(e){return e}padWidth(e,r){return Math.max(r.longestOptionTermLength(e,r),r.longestGlobalOptionTermLength(e,r),r.longestSubcommandTermLength(e,r),r.longestArgumentTermLength(e,r))}preformatted(e){return/\n[^\S\r\n]/.test(e)}formatItem(e,r,n,o){let a=" ".repeat(2);if(!n)return a+e;let s=e.padEnd(r+e.length-o.displayWidth(e)),u=2,l=(this.helpWidth??80)-r-u-2,d;return l<this.minWidthToWrap||o.preformatted(n)?d=n:d=o.boxWrap(n,l).replace(/\n/g,`
2
+ "use strict";var RF=Object.create;var Ys=Object.defineProperty;var BF=Object.getOwnPropertyDescriptor;var LF=Object.getOwnPropertyNames;var NF=Object.getPrototypeOf,jF=Object.prototype.hasOwnProperty;var rt=(t,e)=>()=>(t&&(e=t(t=0)),e);var S=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),Gr=(t,e)=>{for(var r in e)Ys(t,r,{get:e[r],enumerable:!0})},CD=(t,e,r,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let o of LF(e))!jF.call(t,o)&&o!==r&&Ys(t,o,{get:()=>e[o],enumerable:!(n=BF(e,o))||n.enumerable});return t};var de=(t,e,r)=>(r=t!=null?RF(NF(t)):{},CD(e||!t||!t.__esModule?Ys(r,"default",{value:t,enumerable:!0}):r,t)),oe=t=>CD(Ys({},"__esModule",{value:!0}),t);var ba=S(Cf=>{var Js=class extends Error{constructor(e,r,n){super(n),Error.captureStackTrace(this,this.constructor),this.name=this.constructor.name,this.code=r,this.exitCode=e,this.nestedError=void 0}},Ef=class extends Js{constructor(e){super(1,"commander.invalidArgument",e),Error.captureStackTrace(this,this.constructor),this.name=this.constructor.name}};Cf.CommanderError=Js;Cf.InvalidArgumentError=Ef});var Xs=S(Sf=>{var{InvalidArgumentError:UF}=ba(),_f=class{constructor(e,r){switch(this.description=r||"",this.variadic=!1,this.parseArg=void 0,this.defaultValue=void 0,this.defaultValueDescription=void 0,this.argChoices=void 0,e[0]){case"<":this.required=!0,this._name=e.slice(1,-1);break;case"[":this.required=!1,this._name=e.slice(1,-1);break;default:this.required=!0,this._name=e;break}this._name.endsWith("...")&&(this.variadic=!0,this._name=this._name.slice(0,-3))}name(){return this._name}_collectValue(e,r){return r===this.defaultValue||!Array.isArray(r)?[e]:(r.push(e),r)}default(e,r){return this.defaultValue=e,this.defaultValueDescription=r,this}argParser(e){return this.parseArg=e,this}choices(e){return this.argChoices=e.slice(),this.parseArg=(r,n)=>{if(!this.argChoices.includes(r))throw new UF(`Allowed choices are ${this.argChoices.join(", ")}.`);return this.variadic?this._collectValue(r,n):r},this}argRequired(){return this.required=!0,this}argOptional(){return this.required=!1,this}};function MF(t){let e=t.name()+(t.variadic===!0?"...":"");return t.required?"<"+e+">":"["+e+"]"}Sf.Argument=_f;Sf.humanReadableArgName=MF});var Of=S(Af=>{var{humanReadableArgName:qF}=Xs(),xf=class{constructor(){this.helpWidth=void 0,this.minWidthToWrap=40,this.sortSubcommands=!1,this.sortOptions=!1,this.showGlobalOptions=!1}prepareContext(e){this.helpWidth=this.helpWidth??e.helpWidth??80}visibleCommands(e){let r=e.commands.filter(o=>!o._hidden),n=e._getHelpCommand();return n&&!n._hidden&&r.push(n),this.sortSubcommands&&r.sort((o,i)=>o.name().localeCompare(i.name())),r}compareOptions(e,r){let n=o=>o.short?o.short.replace(/^-/,""):o.long.replace(/^--/,"");return n(e).localeCompare(n(r))}visibleOptions(e){let r=e.options.filter(o=>!o.hidden),n=e._getHelpOption();if(n&&!n.hidden){let o=n.short&&e._findOption(n.short),i=n.long&&e._findOption(n.long);!o&&!i?r.push(n):n.long&&!i?r.push(e.createOption(n.long,n.description)):n.short&&!o&&r.push(e.createOption(n.short,n.description))}return this.sortOptions&&r.sort(this.compareOptions),r}visibleGlobalOptions(e){if(!this.showGlobalOptions)return[];let r=[];for(let n=e.parent;n;n=n.parent){let o=n.options.filter(i=>!i.hidden);r.push(...o)}return this.sortOptions&&r.sort(this.compareOptions),r}visibleArguments(e){return e._argsDescription&&e.registeredArguments.forEach(r=>{r.description=r.description||e._argsDescription[r.name()]||""}),e.registeredArguments.find(r=>r.description)?e.registeredArguments:[]}subcommandTerm(e){let r=e.registeredArguments.map(n=>qF(n)).join(" ");return e._name+(e._aliases[0]?"|"+e._aliases[0]:"")+(e.options.length?" [options]":"")+(r?" "+r:"")}optionTerm(e){return e.flags}argumentTerm(e){return e.name()}longestSubcommandTermLength(e,r){return r.visibleCommands(e).reduce((n,o)=>Math.max(n,this.displayWidth(r.styleSubcommandTerm(r.subcommandTerm(o)))),0)}longestOptionTermLength(e,r){return r.visibleOptions(e).reduce((n,o)=>Math.max(n,this.displayWidth(r.styleOptionTerm(r.optionTerm(o)))),0)}longestGlobalOptionTermLength(e,r){return r.visibleGlobalOptions(e).reduce((n,o)=>Math.max(n,this.displayWidth(r.styleOptionTerm(r.optionTerm(o)))),0)}longestArgumentTermLength(e,r){return r.visibleArguments(e).reduce((n,o)=>Math.max(n,this.displayWidth(r.styleArgumentTerm(r.argumentTerm(o)))),0)}commandUsage(e){let r=e._name;e._aliases[0]&&(r=r+"|"+e._aliases[0]);let n="";for(let o=e.parent;o;o=o.parent)n=o.name()+" "+n;return n+r+" "+e.usage()}commandDescription(e){return e.description()}subcommandDescription(e){return e.summary()||e.description()}optionDescription(e){let r=[];if(e.argChoices&&r.push(`choices: ${e.argChoices.map(n=>JSON.stringify(n)).join(", ")}`),e.defaultValue!==void 0&&(e.required||e.optional||e.isBoolean()&&typeof e.defaultValue=="boolean")&&r.push(`default: ${e.defaultValueDescription||JSON.stringify(e.defaultValue)}`),e.presetArg!==void 0&&e.optional&&r.push(`preset: ${JSON.stringify(e.presetArg)}`),e.envVar!==void 0&&r.push(`env: ${e.envVar}`),r.length>0){let n=`(${r.join(", ")})`;return e.description?`${e.description} ${n}`:n}return e.description}argumentDescription(e){let r=[];if(e.argChoices&&r.push(`choices: ${e.argChoices.map(n=>JSON.stringify(n)).join(", ")}`),e.defaultValue!==void 0&&r.push(`default: ${e.defaultValueDescription||JSON.stringify(e.defaultValue)}`),r.length>0){let n=`(${r.join(", ")})`;return e.description?`${e.description} ${n}`:n}return e.description}formatItemList(e,r,n){return r.length===0?[]:[n.styleTitle(e),...r,""]}groupItems(e,r,n){let o=new Map;return e.forEach(i=>{let a=n(i);o.has(a)||o.set(a,[])}),r.forEach(i=>{let a=n(i);o.has(a)||o.set(a,[]),o.get(a).push(i)}),o}formatHelp(e,r){let n=r.padWidth(e,r),o=r.helpWidth??80;function i(d,p){return r.formatItem(d,n,p,r)}let a=[`${r.styleTitle("Usage:")} ${r.styleUsage(r.commandUsage(e))}`,""],s=r.commandDescription(e);s.length>0&&(a=a.concat([r.boxWrap(r.styleCommandDescription(s),o),""]));let u=r.visibleArguments(e).map(d=>i(r.styleArgumentTerm(r.argumentTerm(d)),r.styleArgumentDescription(r.argumentDescription(d))));if(a=a.concat(this.formatItemList("Arguments:",u,r)),this.groupItems(e.options,r.visibleOptions(e),d=>d.helpGroupHeading??"Options:").forEach((d,p)=>{let h=d.map(m=>i(r.styleOptionTerm(r.optionTerm(m)),r.styleOptionDescription(r.optionDescription(m))));a=a.concat(this.formatItemList(p,h,r))}),r.showGlobalOptions){let d=r.visibleGlobalOptions(e).map(p=>i(r.styleOptionTerm(r.optionTerm(p)),r.styleOptionDescription(r.optionDescription(p))));a=a.concat(this.formatItemList("Global Options:",d,r))}return this.groupItems(e.commands,r.visibleCommands(e),d=>d.helpGroup()||"Commands:").forEach((d,p)=>{let h=d.map(m=>i(r.styleSubcommandTerm(r.subcommandTerm(m)),r.styleSubcommandDescription(r.subcommandDescription(m))));a=a.concat(this.formatItemList(p,h,r))}),a.join(`
3
+ `)}displayWidth(e){return _D(e).length}styleTitle(e){return e}styleUsage(e){return e.split(" ").map(r=>r==="[options]"?this.styleOptionText(r):r==="[command]"?this.styleSubcommandText(r):r[0]==="["||r[0]==="<"?this.styleArgumentText(r):this.styleCommandText(r)).join(" ")}styleCommandDescription(e){return this.styleDescriptionText(e)}styleOptionDescription(e){return this.styleDescriptionText(e)}styleSubcommandDescription(e){return this.styleDescriptionText(e)}styleArgumentDescription(e){return this.styleDescriptionText(e)}styleDescriptionText(e){return e}styleOptionTerm(e){return this.styleOptionText(e)}styleSubcommandTerm(e){return e.split(" ").map(r=>r==="[options]"?this.styleOptionText(r):r[0]==="["||r[0]==="<"?this.styleArgumentText(r):this.styleSubcommandText(r)).join(" ")}styleArgumentTerm(e){return this.styleArgumentText(e)}styleOptionText(e){return e}styleArgumentText(e){return e}styleSubcommandText(e){return e}styleCommandText(e){return e}padWidth(e,r){return Math.max(r.longestOptionTermLength(e,r),r.longestGlobalOptionTermLength(e,r),r.longestSubcommandTermLength(e,r),r.longestArgumentTermLength(e,r))}preformatted(e){return/\n[^\S\r\n]/.test(e)}formatItem(e,r,n,o){let a=" ".repeat(2);if(!n)return a+e;let s=e.padEnd(r+e.length-o.displayWidth(e)),u=2,l=(this.helpWidth??80)-r-u-2,d;return l<this.minWidthToWrap||o.preformatted(n)?d=n:d=o.boxWrap(n,l).replace(/\n/g,`
4
4
  `+" ".repeat(r+u)),a+s+" ".repeat(u)+d.replace(/\n/g,`
5
5
  ${a}`)}boxWrap(e,r){if(r<this.minWidthToWrap)return e;let n=e.split(/\r\n|\n/),o=/[\s]*[^\s]+/g,i=[];return n.forEach(a=>{let s=a.match(o);if(s===null){i.push("");return}let u=[s.shift()],c=this.displayWidth(u[0]);s.forEach(l=>{let d=this.displayWidth(l);if(c+d<=r){u.push(l),c+=d;return}i.push(u.join(""));let p=l.trimStart();u=[p],c=this.displayWidth(p)}),i.push(u.join(""))}),i.join(`
6
- `)}};function ED(t){let e=/\x1b\[\d*(;\d*)*m/g;return t.replace(e,"")}xf.Help=Sf;xf.stripColor=ED});var Pf=S(kf=>{var{InvalidArgumentError:qO}=ba(),Ff=class{constructor(e,r){this.flags=e,this.description=r||"",this.required=e.includes("<"),this.optional=e.includes("["),this.variadic=/\w\.\.\.[>\]]$/.test(e),this.mandatory=!1;let n=HO(e);this.short=n.shortFlag,this.long=n.longFlag,this.negate=!1,this.long&&(this.negate=this.long.startsWith("--no-")),this.defaultValue=void 0,this.defaultValueDescription=void 0,this.presetArg=void 0,this.envVar=void 0,this.parseArg=void 0,this.hidden=!1,this.argChoices=void 0,this.conflictsWith=[],this.implied=void 0,this.helpGroupHeading=void 0}default(e,r){return this.defaultValue=e,this.defaultValueDescription=r,this}preset(e){return this.presetArg=e,this}conflicts(e){return this.conflictsWith=this.conflictsWith.concat(e),this}implies(e){let r=e;return typeof e=="string"&&(r={[e]:!0}),this.implied=Object.assign(this.implied||{},r),this}env(e){return this.envVar=e,this}argParser(e){return this.parseArg=e,this}makeOptionMandatory(e=!0){return this.mandatory=!!e,this}hideHelp(e=!0){return this.hidden=!!e,this}_collectValue(e,r){return r===this.defaultValue||!Array.isArray(r)?[e]:(r.push(e),r)}choices(e){return this.argChoices=e.slice(),this.parseArg=(r,n)=>{if(!this.argChoices.includes(r))throw new qO(`Allowed choices are ${this.argChoices.join(", ")}.`);return this.variadic?this._collectValue(r,n):r},this}name(){return this.long?this.long.replace(/^--/,""):this.short.replace(/^-/,"")}attributeName(){return this.negate?_D(this.name().replace(/^no-/,"")):_D(this.name())}helpGroup(e){return this.helpGroupHeading=e,this}is(e){return this.short===e||this.long===e}isBoolean(){return!this.required&&!this.optional&&!this.negate}},Of=class{constructor(e){this.positiveOptions=new Map,this.negativeOptions=new Map,this.dualOptions=new Set,e.forEach(r=>{r.negate?this.negativeOptions.set(r.attributeName(),r):this.positiveOptions.set(r.attributeName(),r)}),this.negativeOptions.forEach((r,n)=>{this.positiveOptions.has(n)&&this.dualOptions.add(n)})}valueFromOption(e,r){let n=r.attributeName();if(!this.dualOptions.has(n))return!0;let o=this.negativeOptions.get(n).presetArg,i=o!==void 0?o:!1;return r.negate===(i===e)}};function _D(t){return t.split("-").reduce((e,r)=>e+r[0].toUpperCase()+r.slice(1))}function HO(t){let e,r,n=/^-[^-]$/,o=/^--[^-]/,i=t.split(/[ |,]+/).concat("guard");if(n.test(i[0])&&(e=i.shift()),o.test(i[0])&&(r=i.shift()),!e&&n.test(i[0])&&(e=i.shift()),!e&&o.test(i[0])&&(e=r,r=i.shift()),i[0].startsWith("-")){let a=i[0],s=`option creation failed due to '${a}' in option flags '${t}'`;throw/^-[^-][^-]/.test(a)?new Error(`${s}
6
+ `)}};function _D(t){let e=/\x1b\[\d*(;\d*)*m/g;return t.replace(e,"")}Af.Help=xf;Af.stripColor=_D});var $f=S(Pf=>{var{InvalidArgumentError:HF}=ba(),Ff=class{constructor(e,r){this.flags=e,this.description=r||"",this.required=e.includes("<"),this.optional=e.includes("["),this.variadic=/\w\.\.\.[>\]]$/.test(e),this.mandatory=!1;let n=VF(e);this.short=n.shortFlag,this.long=n.longFlag,this.negate=!1,this.long&&(this.negate=this.long.startsWith("--no-")),this.defaultValue=void 0,this.defaultValueDescription=void 0,this.presetArg=void 0,this.envVar=void 0,this.parseArg=void 0,this.hidden=!1,this.argChoices=void 0,this.conflictsWith=[],this.implied=void 0,this.helpGroupHeading=void 0}default(e,r){return this.defaultValue=e,this.defaultValueDescription=r,this}preset(e){return this.presetArg=e,this}conflicts(e){return this.conflictsWith=this.conflictsWith.concat(e),this}implies(e){let r=e;return typeof e=="string"&&(r={[e]:!0}),this.implied=Object.assign(this.implied||{},r),this}env(e){return this.envVar=e,this}argParser(e){return this.parseArg=e,this}makeOptionMandatory(e=!0){return this.mandatory=!!e,this}hideHelp(e=!0){return this.hidden=!!e,this}_collectValue(e,r){return r===this.defaultValue||!Array.isArray(r)?[e]:(r.push(e),r)}choices(e){return this.argChoices=e.slice(),this.parseArg=(r,n)=>{if(!this.argChoices.includes(r))throw new HF(`Allowed choices are ${this.argChoices.join(", ")}.`);return this.variadic?this._collectValue(r,n):r},this}name(){return this.long?this.long.replace(/^--/,""):this.short.replace(/^-/,"")}attributeName(){return this.negate?SD(this.name().replace(/^no-/,"")):SD(this.name())}helpGroup(e){return this.helpGroupHeading=e,this}is(e){return this.short===e||this.long===e}isBoolean(){return!this.required&&!this.optional&&!this.negate}},kf=class{constructor(e){this.positiveOptions=new Map,this.negativeOptions=new Map,this.dualOptions=new Set,e.forEach(r=>{r.negate?this.negativeOptions.set(r.attributeName(),r):this.positiveOptions.set(r.attributeName(),r)}),this.negativeOptions.forEach((r,n)=>{this.positiveOptions.has(n)&&this.dualOptions.add(n)})}valueFromOption(e,r){let n=r.attributeName();if(!this.dualOptions.has(n))return!0;let o=this.negativeOptions.get(n).presetArg,i=o!==void 0?o:!1;return r.negate===(i===e)}};function SD(t){return t.split("-").reduce((e,r)=>e+r[0].toUpperCase()+r.slice(1))}function VF(t){let e,r,n=/^-[^-]$/,o=/^--[^-]/,i=t.split(/[ |,]+/).concat("guard");if(n.test(i[0])&&(e=i.shift()),o.test(i[0])&&(r=i.shift()),!e&&n.test(i[0])&&(e=i.shift()),!e&&o.test(i[0])&&(e=r,r=i.shift()),i[0].startsWith("-")){let a=i[0],s=`option creation failed due to '${a}' in option flags '${t}'`;throw/^-[^-][^-]/.test(a)?new Error(`${s}
7
7
  - a short flag is a single dash and a single character
8
8
  - either use a single dash and a single character (for a short flag)
9
9
  - or use a double dash for a long option (and can have two, like '--ws, --workspace')`):n.test(a)?new Error(`${s}
10
10
  - too many short flags`):o.test(a)?new Error(`${s}
11
11
  - too many long flags`):new Error(`${s}
12
- - unrecognised flag format`)}if(e===void 0&&r===void 0)throw new Error(`option creation failed due to no flags found in '${t}'.`);return{shortFlag:e,longFlag:r}}kf.Option=Ff;kf.DualOptions=Of});var xD=S(SD=>{function VO(t,e){if(Math.abs(t.length-e.length)>3)return Math.max(t.length,e.length);let r=[];for(let n=0;n<=t.length;n++)r[n]=[n];for(let n=0;n<=e.length;n++)r[0][n]=n;for(let n=1;n<=e.length;n++)for(let o=1;o<=t.length;o++){let i=1;t[o-1]===e[n-1]?i=0:i=1,r[o][n]=Math.min(r[o-1][n]+1,r[o][n-1]+1,r[o-1][n-1]+i),o>1&&n>1&&t[o-1]===e[n-2]&&t[o-2]===e[n-1]&&(r[o][n]=Math.min(r[o][n],r[o-2][n-2]+1))}return r[t.length][e.length]}function zO(t,e){if(!e||e.length===0)return"";e=Array.from(new Set(e));let r=t.startsWith("--");r&&(t=t.slice(2),e=e.map(a=>a.slice(2)));let n=[],o=3,i=.4;return e.forEach(a=>{if(a.length<=1)return;let s=VO(t,a),u=Math.max(t.length,a.length);(u-s)/u>i&&(s<o?(o=s,n=[a]):s===o&&n.push(a))}),n.sort((a,s)=>a.localeCompare(s)),r&&(n=n.map(a=>`--${a}`)),n.length>1?`
12
+ - unrecognised flag format`)}if(e===void 0&&r===void 0)throw new Error(`option creation failed due to no flags found in '${t}'.`);return{shortFlag:e,longFlag:r}}Pf.Option=Ff;Pf.DualOptions=kf});var AD=S(xD=>{function zF(t,e){if(Math.abs(t.length-e.length)>3)return Math.max(t.length,e.length);let r=[];for(let n=0;n<=t.length;n++)r[n]=[n];for(let n=0;n<=e.length;n++)r[0][n]=n;for(let n=1;n<=e.length;n++)for(let o=1;o<=t.length;o++){let i=1;t[o-1]===e[n-1]?i=0:i=1,r[o][n]=Math.min(r[o-1][n]+1,r[o][n-1]+1,r[o-1][n-1]+i),o>1&&n>1&&t[o-1]===e[n-2]&&t[o-2]===e[n-1]&&(r[o][n]=Math.min(r[o][n],r[o-2][n-2]+1))}return r[t.length][e.length]}function KF(t,e){if(!e||e.length===0)return"";e=Array.from(new Set(e));let r=t.startsWith("--");r&&(t=t.slice(2),e=e.map(a=>a.slice(2)));let n=[],o=3,i=.4;return e.forEach(a=>{if(a.length<=1)return;let s=zF(t,a),u=Math.max(t.length,a.length);(u-s)/u>i&&(s<o?(o=s,n=[a]):s===o&&n.push(a))}),n.sort((a,s)=>a.localeCompare(s)),r&&(n=n.map(a=>`--${a}`)),n.length>1?`
13
13
  (Did you mean one of ${n.join(", ")}?)`:n.length===1?`
14
- (Did you mean ${n[0]}?)`:""}SD.suggestSimilar=zO});var kD=S(Bf=>{var KO=require("node:events").EventEmitter,$f=require("node:child_process"),Wr=require("node:path"),Xs=require("node:fs"),Ce=require("node:process"),{Argument:GO,humanReadableArgName:WO}=Js(),{CommanderError:Tf}=ba(),{Help:YO,stripColor:JO}=Af(),{Option:AD,DualOptions:XO}=Pf(),{suggestSimilar:FD}=xD(),If=class t extends KO{constructor(e){super(),this.commands=[],this.options=[],this.parent=null,this._allowUnknownOption=!1,this._allowExcessArguments=!1,this.registeredArguments=[],this._args=this.registeredArguments,this.args=[],this.rawArgs=[],this.processedArgs=[],this._scriptPath=null,this._name=e||"",this._optionValues={},this._optionValueSources={},this._storeOptionsAsProperties=!1,this._actionHandler=null,this._executableHandler=!1,this._executableFile=null,this._executableDir=null,this._defaultCommandName=null,this._exitCallback=null,this._aliases=[],this._combineFlagAndOptionalValue=!0,this._description="",this._summary="",this._argsDescription=void 0,this._enablePositionalOptions=!1,this._passThroughOptions=!1,this._lifeCycleHooks={},this._showHelpAfterError=!1,this._showSuggestionAfterError=!0,this._savedState=null,this._outputConfiguration={writeOut:r=>Ce.stdout.write(r),writeErr:r=>Ce.stderr.write(r),outputError:(r,n)=>n(r),getOutHelpWidth:()=>Ce.stdout.isTTY?Ce.stdout.columns:void 0,getErrHelpWidth:()=>Ce.stderr.isTTY?Ce.stderr.columns:void 0,getOutHasColors:()=>Rf()??(Ce.stdout.isTTY&&Ce.stdout.hasColors?.()),getErrHasColors:()=>Rf()??(Ce.stderr.isTTY&&Ce.stderr.hasColors?.()),stripColor:r=>JO(r)},this._hidden=!1,this._helpOption=void 0,this._addImplicitHelpCommand=void 0,this._helpCommand=void 0,this._helpConfiguration={},this._helpGroupHeading=void 0,this._defaultCommandGroup=void 0,this._defaultOptionGroup=void 0}copyInheritedSettings(e){return this._outputConfiguration=e._outputConfiguration,this._helpOption=e._helpOption,this._helpCommand=e._helpCommand,this._helpConfiguration=e._helpConfiguration,this._exitCallback=e._exitCallback,this._storeOptionsAsProperties=e._storeOptionsAsProperties,this._combineFlagAndOptionalValue=e._combineFlagAndOptionalValue,this._allowExcessArguments=e._allowExcessArguments,this._enablePositionalOptions=e._enablePositionalOptions,this._showHelpAfterError=e._showHelpAfterError,this._showSuggestionAfterError=e._showSuggestionAfterError,this}_getCommandAndAncestors(){let e=[];for(let r=this;r;r=r.parent)e.push(r);return e}command(e,r,n){let o=r,i=n;typeof o=="object"&&o!==null&&(i=o,o=null),i=i||{};let[,a,s]=e.match(/([^ ]+) *(.*)/),u=this.createCommand(a);return o&&(u.description(o),u._executableHandler=!0),i.isDefault&&(this._defaultCommandName=u._name),u._hidden=!!(i.noHelp||i.hidden),u._executableFile=i.executableFile||null,s&&u.arguments(s),this._registerCommand(u),u.parent=this,u.copyInheritedSettings(this),o?this:u}createCommand(e){return new t(e)}createHelp(){return Object.assign(new YO,this.configureHelp())}configureHelp(e){return e===void 0?this._helpConfiguration:(this._helpConfiguration=e,this)}configureOutput(e){return e===void 0?this._outputConfiguration:(this._outputConfiguration={...this._outputConfiguration,...e},this)}showHelpAfterError(e=!0){return typeof e!="string"&&(e=!!e),this._showHelpAfterError=e,this}showSuggestionAfterError(e=!0){return this._showSuggestionAfterError=!!e,this}addCommand(e,r){if(!e._name)throw new Error(`Command passed to .addCommand() must have a name
15
- - specify the name in Command constructor or using .name()`);return r=r||{},r.isDefault&&(this._defaultCommandName=e._name),(r.noHelp||r.hidden)&&(e._hidden=!0),this._registerCommand(e),e.parent=this,e._checkForBrokenPassThrough(),this}createArgument(e,r){return new GO(e,r)}argument(e,r,n,o){let i=this.createArgument(e,r);return typeof n=="function"?i.default(o).argParser(n):i.default(n),this.addArgument(i),this}arguments(e){return e.trim().split(/ +/).forEach(r=>{this.argument(r)}),this}addArgument(e){let r=this.registeredArguments.slice(-1)[0];if(r?.variadic)throw new Error(`only the last argument can be variadic '${r.name()}'`);if(e.required&&e.defaultValue!==void 0&&e.parseArg===void 0)throw new Error(`a default value for a required argument is never used: '${e.name()}'`);return this.registeredArguments.push(e),this}helpCommand(e,r){if(typeof e=="boolean")return this._addImplicitHelpCommand=e,e&&this._defaultCommandGroup&&this._initCommandGroup(this._getHelpCommand()),this;let n=e??"help [command]",[,o,i]=n.match(/([^ ]+) *(.*)/),a=r??"display help for command",s=this.createCommand(o);return s.helpOption(!1),i&&s.arguments(i),a&&s.description(a),this._addImplicitHelpCommand=!0,this._helpCommand=s,(e||r)&&this._initCommandGroup(s),this}addHelpCommand(e,r){return typeof e!="object"?(this.helpCommand(e,r),this):(this._addImplicitHelpCommand=!0,this._helpCommand=e,this._initCommandGroup(e),this)}_getHelpCommand(){return this._addImplicitHelpCommand??(this.commands.length&&!this._actionHandler&&!this._findCommand("help"))?(this._helpCommand===void 0&&this.helpCommand(void 0,void 0),this._helpCommand):null}hook(e,r){let n=["preSubcommand","preAction","postAction"];if(!n.includes(e))throw new Error(`Unexpected value for event passed to hook : '${e}'.
16
- Expecting one of '${n.join("', '")}'`);return this._lifeCycleHooks[e]?this._lifeCycleHooks[e].push(r):this._lifeCycleHooks[e]=[r],this}exitOverride(e){return e?this._exitCallback=e:this._exitCallback=r=>{if(r.code!=="commander.executeSubCommandAsync")throw r},this}_exit(e,r,n){this._exitCallback&&this._exitCallback(new Tf(e,r,n)),Ce.exit(e)}action(e){let r=n=>{let o=this.registeredArguments.length,i=n.slice(0,o);return this._storeOptionsAsProperties?i[o]=this:i[o]=this.opts(),i.push(this),e.apply(this,i)};return this._actionHandler=r,this}createOption(e,r){return new AD(e,r)}_callParseArg(e,r,n,o){try{return e.parseArg(r,n)}catch(i){if(i.code==="commander.invalidArgument"){let a=`${o} ${i.message}`;this.error(a,{exitCode:i.exitCode,code:i.code})}throw i}}_registerOption(e){let r=e.short&&this._findOption(e.short)||e.long&&this._findOption(e.long);if(r){let n=e.long&&this._findOption(e.long)?e.long:e.short;throw new Error(`Cannot add option '${e.flags}'${this._name&&` to command '${this._name}'`} due to conflicting flag '${n}'
17
- - already used by option '${r.flags}'`)}this._initOptionGroup(e),this.options.push(e)}_registerCommand(e){let r=o=>[o.name()].concat(o.aliases()),n=r(e).find(o=>this._findCommand(o));if(n){let o=r(this._findCommand(n)).join("|"),i=r(e).join("|");throw new Error(`cannot add command '${i}' as already have command '${o}'`)}this._initCommandGroup(e),this.commands.push(e)}addOption(e){this._registerOption(e);let r=e.name(),n=e.attributeName();if(e.negate){let i=e.long.replace(/^--no-/,"--");this._findOption(i)||this.setOptionValueWithSource(n,e.defaultValue===void 0?!0:e.defaultValue,"default")}else e.defaultValue!==void 0&&this.setOptionValueWithSource(n,e.defaultValue,"default");let o=(i,a,s)=>{i==null&&e.presetArg!==void 0&&(i=e.presetArg);let u=this.getOptionValue(n);i!==null&&e.parseArg?i=this._callParseArg(e,i,u,a):i!==null&&e.variadic&&(i=e._collectValue(i,u)),i==null&&(e.negate?i=!1:e.isBoolean()||e.optional?i=!0:i=""),this.setOptionValueWithSource(n,i,s)};return this.on("option:"+r,i=>{let a=`error: option '${e.flags}' argument '${i}' is invalid.`;o(i,a,"cli")}),e.envVar&&this.on("optionEnv:"+r,i=>{let a=`error: option '${e.flags}' value '${i}' from env '${e.envVar}' is invalid.`;o(i,a,"env")}),this}_optionEx(e,r,n,o,i){if(typeof r=="object"&&r instanceof AD)throw new Error("To add an Option object use addOption() instead of option() or requiredOption()");let a=this.createOption(r,n);if(a.makeOptionMandatory(!!e.mandatory),typeof o=="function")a.default(i).argParser(o);else if(o instanceof RegExp){let s=o;o=(u,c)=>{let l=s.exec(u);return l?l[0]:c},a.default(i).argParser(o)}else a.default(o);return this.addOption(a)}option(e,r,n,o){return this._optionEx({},e,r,n,o)}requiredOption(e,r,n,o){return this._optionEx({mandatory:!0},e,r,n,o)}combineFlagAndOptionalValue(e=!0){return this._combineFlagAndOptionalValue=!!e,this}allowUnknownOption(e=!0){return this._allowUnknownOption=!!e,this}allowExcessArguments(e=!0){return this._allowExcessArguments=!!e,this}enablePositionalOptions(e=!0){return this._enablePositionalOptions=!!e,this}passThroughOptions(e=!0){return this._passThroughOptions=!!e,this._checkForBrokenPassThrough(),this}_checkForBrokenPassThrough(){if(this.parent&&this._passThroughOptions&&!this.parent._enablePositionalOptions)throw new Error(`passThroughOptions cannot be used for '${this._name}' without turning on enablePositionalOptions for parent command(s)`)}storeOptionsAsProperties(e=!0){if(this.options.length)throw new Error("call .storeOptionsAsProperties() before adding options");if(Object.keys(this._optionValues).length)throw new Error("call .storeOptionsAsProperties() before setting option values");return this._storeOptionsAsProperties=!!e,this}getOptionValue(e){return this._storeOptionsAsProperties?this[e]:this._optionValues[e]}setOptionValue(e,r){return this.setOptionValueWithSource(e,r,void 0)}setOptionValueWithSource(e,r,n){return this._storeOptionsAsProperties?this[e]=r:this._optionValues[e]=r,this._optionValueSources[e]=n,this}getOptionValueSource(e){return this._optionValueSources[e]}getOptionValueSourceWithGlobals(e){let r;return this._getCommandAndAncestors().forEach(n=>{n.getOptionValueSource(e)!==void 0&&(r=n.getOptionValueSource(e))}),r}_prepareUserArgs(e,r){if(e!==void 0&&!Array.isArray(e))throw new Error("first parameter to parse must be array or undefined");if(r=r||{},e===void 0&&r.from===void 0){Ce.versions?.electron&&(r.from="electron");let o=Ce.execArgv??[];(o.includes("-e")||o.includes("--eval")||o.includes("-p")||o.includes("--print"))&&(r.from="eval")}e===void 0&&(e=Ce.argv),this.rawArgs=e.slice();let n;switch(r.from){case void 0:case"node":this._scriptPath=e[1],n=e.slice(2);break;case"electron":Ce.defaultApp?(this._scriptPath=e[1],n=e.slice(2)):n=e.slice(1);break;case"user":n=e.slice(0);break;case"eval":n=e.slice(1);break;default:throw new Error(`unexpected parse option { from: '${r.from}' }`)}return!this._name&&this._scriptPath&&this.nameFromFilename(this._scriptPath),this._name=this._name||"program",n}parse(e,r){this._prepareForParse();let n=this._prepareUserArgs(e,r);return this._parseCommand([],n),this}async parseAsync(e,r){this._prepareForParse();let n=this._prepareUserArgs(e,r);return await this._parseCommand([],n),this}_prepareForParse(){this._savedState===null?this.saveStateBeforeParse():this.restoreStateBeforeParse()}saveStateBeforeParse(){this._savedState={_name:this._name,_optionValues:{...this._optionValues},_optionValueSources:{...this._optionValueSources}}}restoreStateBeforeParse(){if(this._storeOptionsAsProperties)throw new Error(`Can not call parse again when storeOptionsAsProperties is true.
18
- - either make a new Command for each call to parse, or stop storing options as properties`);this._name=this._savedState._name,this._scriptPath=null,this.rawArgs=[],this._optionValues={...this._savedState._optionValues},this._optionValueSources={...this._savedState._optionValueSources},this.args=[],this.processedArgs=[]}_checkForMissingExecutable(e,r,n){if(Xs.existsSync(e))return;let o=r?`searched for local subcommand relative to directory '${r}'`:"no directory for search for local subcommand, use .executableDir() to supply a custom directory",i=`'${e}' does not exist
14
+ (Did you mean ${n[0]}?)`:""}xD.suggestSimilar=KF});var PD=S(Lf=>{var GF=require("node:events").EventEmitter,Tf=require("node:child_process"),Wr=require("node:path"),Zs=require("node:fs"),ve=require("node:process"),{Argument:WF,humanReadableArgName:YF}=Xs(),{CommanderError:If}=ba(),{Help:JF,stripColor:XF}=Of(),{Option:OD,DualOptions:ZF}=$f(),{suggestSimilar:FD}=AD(),Rf=class t extends GF{constructor(e){super(),this.commands=[],this.options=[],this.parent=null,this._allowUnknownOption=!1,this._allowExcessArguments=!1,this.registeredArguments=[],this._args=this.registeredArguments,this.args=[],this.rawArgs=[],this.processedArgs=[],this._scriptPath=null,this._name=e||"",this._optionValues={},this._optionValueSources={},this._storeOptionsAsProperties=!1,this._actionHandler=null,this._executableHandler=!1,this._executableFile=null,this._executableDir=null,this._defaultCommandName=null,this._exitCallback=null,this._aliases=[],this._combineFlagAndOptionalValue=!0,this._description="",this._summary="",this._argsDescription=void 0,this._enablePositionalOptions=!1,this._passThroughOptions=!1,this._lifeCycleHooks={},this._showHelpAfterError=!1,this._showSuggestionAfterError=!0,this._savedState=null,this._outputConfiguration={writeOut:r=>ve.stdout.write(r),writeErr:r=>ve.stderr.write(r),outputError:(r,n)=>n(r),getOutHelpWidth:()=>ve.stdout.isTTY?ve.stdout.columns:void 0,getErrHelpWidth:()=>ve.stderr.isTTY?ve.stderr.columns:void 0,getOutHasColors:()=>Bf()??(ve.stdout.isTTY&&ve.stdout.hasColors?.()),getErrHasColors:()=>Bf()??(ve.stderr.isTTY&&ve.stderr.hasColors?.()),stripColor:r=>XF(r)},this._hidden=!1,this._helpOption=void 0,this._addImplicitHelpCommand=void 0,this._helpCommand=void 0,this._helpConfiguration={},this._helpGroupHeading=void 0,this._defaultCommandGroup=void 0,this._defaultOptionGroup=void 0}copyInheritedSettings(e){return this._outputConfiguration=e._outputConfiguration,this._helpOption=e._helpOption,this._helpCommand=e._helpCommand,this._helpConfiguration=e._helpConfiguration,this._exitCallback=e._exitCallback,this._storeOptionsAsProperties=e._storeOptionsAsProperties,this._combineFlagAndOptionalValue=e._combineFlagAndOptionalValue,this._allowExcessArguments=e._allowExcessArguments,this._enablePositionalOptions=e._enablePositionalOptions,this._showHelpAfterError=e._showHelpAfterError,this._showSuggestionAfterError=e._showSuggestionAfterError,this}_getCommandAndAncestors(){let e=[];for(let r=this;r;r=r.parent)e.push(r);return e}command(e,r,n){let o=r,i=n;typeof o=="object"&&o!==null&&(i=o,o=null),i=i||{};let[,a,s]=e.match(/([^ ]+) *(.*)/),u=this.createCommand(a);return o&&(u.description(o),u._executableHandler=!0),i.isDefault&&(this._defaultCommandName=u._name),u._hidden=!!(i.noHelp||i.hidden),u._executableFile=i.executableFile||null,s&&u.arguments(s),this._registerCommand(u),u.parent=this,u.copyInheritedSettings(this),o?this:u}createCommand(e){return new t(e)}createHelp(){return Object.assign(new JF,this.configureHelp())}configureHelp(e){return e===void 0?this._helpConfiguration:(this._helpConfiguration=e,this)}configureOutput(e){return e===void 0?this._outputConfiguration:(this._outputConfiguration={...this._outputConfiguration,...e},this)}showHelpAfterError(e=!0){return typeof e!="string"&&(e=!!e),this._showHelpAfterError=e,this}showSuggestionAfterError(e=!0){return this._showSuggestionAfterError=!!e,this}addCommand(e,r){if(!e._name)throw new Error(`Command passed to .addCommand() must have a name
15
+ - specify the name in Command constructor or using .name()`);return r=r||{},r.isDefault&&(this._defaultCommandName=e._name),(r.noHelp||r.hidden)&&(e._hidden=!0),this._registerCommand(e),e.parent=this,e._checkForBrokenPassThrough(),this}createArgument(e,r){return new WF(e,r)}argument(e,r,n,o){let i=this.createArgument(e,r);return typeof n=="function"?i.default(o).argParser(n):i.default(n),this.addArgument(i),this}arguments(e){return e.trim().split(/ +/).forEach(r=>{this.argument(r)}),this}addArgument(e){let r=this.registeredArguments.slice(-1)[0];if(r?.variadic)throw new Error(`only the last argument can be variadic '${r.name()}'`);if(e.required&&e.defaultValue!==void 0&&e.parseArg===void 0)throw new Error(`a default value for a required argument is never used: '${e.name()}'`);return this.registeredArguments.push(e),this}helpCommand(e,r){if(typeof e=="boolean")return this._addImplicitHelpCommand=e,e&&this._defaultCommandGroup&&this._initCommandGroup(this._getHelpCommand()),this;let n=e??"help [command]",[,o,i]=n.match(/([^ ]+) *(.*)/),a=r??"display help for command",s=this.createCommand(o);return s.helpOption(!1),i&&s.arguments(i),a&&s.description(a),this._addImplicitHelpCommand=!0,this._helpCommand=s,(e||r)&&this._initCommandGroup(s),this}addHelpCommand(e,r){return typeof e!="object"?(this.helpCommand(e,r),this):(this._addImplicitHelpCommand=!0,this._helpCommand=e,this._initCommandGroup(e),this)}_getHelpCommand(){return this._addImplicitHelpCommand??(this.commands.length&&!this._actionHandler&&!this._findCommand("help"))?(this._helpCommand===void 0&&this.helpCommand(void 0,void 0),this._helpCommand):null}hook(e,r){let n=["preSubcommand","preAction","postAction"];if(!n.includes(e))throw new Error(`Unexpected value for event passed to hook : '${e}'.
16
+ Expecting one of '${n.join("', '")}'`);return this._lifeCycleHooks[e]?this._lifeCycleHooks[e].push(r):this._lifeCycleHooks[e]=[r],this}exitOverride(e){return e?this._exitCallback=e:this._exitCallback=r=>{if(r.code!=="commander.executeSubCommandAsync")throw r},this}_exit(e,r,n){this._exitCallback&&this._exitCallback(new If(e,r,n)),ve.exit(e)}action(e){let r=n=>{let o=this.registeredArguments.length,i=n.slice(0,o);return this._storeOptionsAsProperties?i[o]=this:i[o]=this.opts(),i.push(this),e.apply(this,i)};return this._actionHandler=r,this}createOption(e,r){return new OD(e,r)}_callParseArg(e,r,n,o){try{return e.parseArg(r,n)}catch(i){if(i.code==="commander.invalidArgument"){let a=`${o} ${i.message}`;this.error(a,{exitCode:i.exitCode,code:i.code})}throw i}}_registerOption(e){let r=e.short&&this._findOption(e.short)||e.long&&this._findOption(e.long);if(r){let n=e.long&&this._findOption(e.long)?e.long:e.short;throw new Error(`Cannot add option '${e.flags}'${this._name&&` to command '${this._name}'`} due to conflicting flag '${n}'
17
+ - already used by option '${r.flags}'`)}this._initOptionGroup(e),this.options.push(e)}_registerCommand(e){let r=o=>[o.name()].concat(o.aliases()),n=r(e).find(o=>this._findCommand(o));if(n){let o=r(this._findCommand(n)).join("|"),i=r(e).join("|");throw new Error(`cannot add command '${i}' as already have command '${o}'`)}this._initCommandGroup(e),this.commands.push(e)}addOption(e){this._registerOption(e);let r=e.name(),n=e.attributeName();if(e.negate){let i=e.long.replace(/^--no-/,"--");this._findOption(i)||this.setOptionValueWithSource(n,e.defaultValue===void 0?!0:e.defaultValue,"default")}else e.defaultValue!==void 0&&this.setOptionValueWithSource(n,e.defaultValue,"default");let o=(i,a,s)=>{i==null&&e.presetArg!==void 0&&(i=e.presetArg);let u=this.getOptionValue(n);i!==null&&e.parseArg?i=this._callParseArg(e,i,u,a):i!==null&&e.variadic&&(i=e._collectValue(i,u)),i==null&&(e.negate?i=!1:e.isBoolean()||e.optional?i=!0:i=""),this.setOptionValueWithSource(n,i,s)};return this.on("option:"+r,i=>{let a=`error: option '${e.flags}' argument '${i}' is invalid.`;o(i,a,"cli")}),e.envVar&&this.on("optionEnv:"+r,i=>{let a=`error: option '${e.flags}' value '${i}' from env '${e.envVar}' is invalid.`;o(i,a,"env")}),this}_optionEx(e,r,n,o,i){if(typeof r=="object"&&r instanceof OD)throw new Error("To add an Option object use addOption() instead of option() or requiredOption()");let a=this.createOption(r,n);if(a.makeOptionMandatory(!!e.mandatory),typeof o=="function")a.default(i).argParser(o);else if(o instanceof RegExp){let s=o;o=(u,c)=>{let l=s.exec(u);return l?l[0]:c},a.default(i).argParser(o)}else a.default(o);return this.addOption(a)}option(e,r,n,o){return this._optionEx({},e,r,n,o)}requiredOption(e,r,n,o){return this._optionEx({mandatory:!0},e,r,n,o)}combineFlagAndOptionalValue(e=!0){return this._combineFlagAndOptionalValue=!!e,this}allowUnknownOption(e=!0){return this._allowUnknownOption=!!e,this}allowExcessArguments(e=!0){return this._allowExcessArguments=!!e,this}enablePositionalOptions(e=!0){return this._enablePositionalOptions=!!e,this}passThroughOptions(e=!0){return this._passThroughOptions=!!e,this._checkForBrokenPassThrough(),this}_checkForBrokenPassThrough(){if(this.parent&&this._passThroughOptions&&!this.parent._enablePositionalOptions)throw new Error(`passThroughOptions cannot be used for '${this._name}' without turning on enablePositionalOptions for parent command(s)`)}storeOptionsAsProperties(e=!0){if(this.options.length)throw new Error("call .storeOptionsAsProperties() before adding options");if(Object.keys(this._optionValues).length)throw new Error("call .storeOptionsAsProperties() before setting option values");return this._storeOptionsAsProperties=!!e,this}getOptionValue(e){return this._storeOptionsAsProperties?this[e]:this._optionValues[e]}setOptionValue(e,r){return this.setOptionValueWithSource(e,r,void 0)}setOptionValueWithSource(e,r,n){return this._storeOptionsAsProperties?this[e]=r:this._optionValues[e]=r,this._optionValueSources[e]=n,this}getOptionValueSource(e){return this._optionValueSources[e]}getOptionValueSourceWithGlobals(e){let r;return this._getCommandAndAncestors().forEach(n=>{n.getOptionValueSource(e)!==void 0&&(r=n.getOptionValueSource(e))}),r}_prepareUserArgs(e,r){if(e!==void 0&&!Array.isArray(e))throw new Error("first parameter to parse must be array or undefined");if(r=r||{},e===void 0&&r.from===void 0){ve.versions?.electron&&(r.from="electron");let o=ve.execArgv??[];(o.includes("-e")||o.includes("--eval")||o.includes("-p")||o.includes("--print"))&&(r.from="eval")}e===void 0&&(e=ve.argv),this.rawArgs=e.slice();let n;switch(r.from){case void 0:case"node":this._scriptPath=e[1],n=e.slice(2);break;case"electron":ve.defaultApp?(this._scriptPath=e[1],n=e.slice(2)):n=e.slice(1);break;case"user":n=e.slice(0);break;case"eval":n=e.slice(1);break;default:throw new Error(`unexpected parse option { from: '${r.from}' }`)}return!this._name&&this._scriptPath&&this.nameFromFilename(this._scriptPath),this._name=this._name||"program",n}parse(e,r){this._prepareForParse();let n=this._prepareUserArgs(e,r);return this._parseCommand([],n),this}async parseAsync(e,r){this._prepareForParse();let n=this._prepareUserArgs(e,r);return await this._parseCommand([],n),this}_prepareForParse(){this._savedState===null?this.saveStateBeforeParse():this.restoreStateBeforeParse()}saveStateBeforeParse(){this._savedState={_name:this._name,_optionValues:{...this._optionValues},_optionValueSources:{...this._optionValueSources}}}restoreStateBeforeParse(){if(this._storeOptionsAsProperties)throw new Error(`Can not call parse again when storeOptionsAsProperties is true.
18
+ - either make a new Command for each call to parse, or stop storing options as properties`);this._name=this._savedState._name,this._scriptPath=null,this.rawArgs=[],this._optionValues={...this._savedState._optionValues},this._optionValueSources={...this._savedState._optionValueSources},this.args=[],this.processedArgs=[]}_checkForMissingExecutable(e,r,n){if(Zs.existsSync(e))return;let o=r?`searched for local subcommand relative to directory '${r}'`:"no directory for search for local subcommand, use .executableDir() to supply a custom directory",i=`'${e}' does not exist
19
19
  - if '${n}' is not meant to be an executable command, remove description parameter from '.command()' and use '.description()' instead
20
20
  - if the default executable name is not suitable, use the executableFile option to supply a custom name or path
21
- - ${o}`;throw new Error(i)}_executeSubCommand(e,r){r=r.slice();let n=!1,o=[".js",".ts",".tsx",".mjs",".cjs"];function i(l,d){let p=Wr.resolve(l,d);if(Xs.existsSync(p))return p;if(o.includes(Wr.extname(d)))return;let h=o.find(m=>Xs.existsSync(`${p}${m}`));if(h)return`${p}${h}`}this._checkForMissingMandatoryOptions(),this._checkForConflictingOptions();let a=e._executableFile||`${this._name}-${e._name}`,s=this._executableDir||"";if(this._scriptPath){let l;try{l=Xs.realpathSync(this._scriptPath)}catch{l=this._scriptPath}s=Wr.resolve(Wr.dirname(l),s)}if(s){let l=i(s,a);if(!l&&!e._executableFile&&this._scriptPath){let d=Wr.basename(this._scriptPath,Wr.extname(this._scriptPath));d!==this._name&&(l=i(s,`${d}-${e._name}`))}a=l||a}n=o.includes(Wr.extname(a));let u;Ce.platform!=="win32"?n?(r.unshift(a),r=OD(Ce.execArgv).concat(r),u=$f.spawn(Ce.argv[0],r,{stdio:"inherit"})):u=$f.spawn(a,r,{stdio:"inherit"}):(this._checkForMissingExecutable(a,s,e._name),r.unshift(a),r=OD(Ce.execArgv).concat(r),u=$f.spawn(Ce.execPath,r,{stdio:"inherit"})),u.killed||["SIGUSR1","SIGUSR2","SIGTERM","SIGINT","SIGHUP"].forEach(d=>{Ce.on(d,()=>{u.killed===!1&&u.exitCode===null&&u.kill(d)})});let c=this._exitCallback;u.on("close",l=>{l=l??1,c?c(new Tf(l,"commander.executeSubCommandAsync","(close)")):Ce.exit(l)}),u.on("error",l=>{if(l.code==="ENOENT")this._checkForMissingExecutable(a,s,e._name);else if(l.code==="EACCES")throw new Error(`'${a}' not executable`);if(!c)Ce.exit(1);else{let d=new Tf(1,"commander.executeSubCommandAsync","(error)");d.nestedError=l,c(d)}}),this.runningCommand=u}_dispatchSubcommand(e,r,n){let o=this._findCommand(e);o||this.help({error:!0}),o._prepareForParse();let i;return i=this._chainOrCallSubCommandHook(i,o,"preSubcommand"),i=this._chainOrCall(i,()=>{if(o._executableHandler)this._executeSubCommand(o,r.concat(n));else return o._parseCommand(r,n)}),i}_dispatchHelpCommand(e){e||this.help();let r=this._findCommand(e);return r&&!r._executableHandler&&r.help(),this._dispatchSubcommand(e,[],[this._getHelpOption()?.long??this._getHelpOption()?.short??"--help"])}_checkNumberOfArguments(){this.registeredArguments.forEach((e,r)=>{e.required&&this.args[r]==null&&this.missingArgument(e.name())}),!(this.registeredArguments.length>0&&this.registeredArguments[this.registeredArguments.length-1].variadic)&&this.args.length>this.registeredArguments.length&&this._excessArguments(this.args)}_processArguments(){let e=(n,o,i)=>{let a=o;if(o!==null&&n.parseArg){let s=`error: command-argument value '${o}' is invalid for argument '${n.name()}'.`;a=this._callParseArg(n,o,i,s)}return a};this._checkNumberOfArguments();let r=[];this.registeredArguments.forEach((n,o)=>{let i=n.defaultValue;n.variadic?o<this.args.length?(i=this.args.slice(o),n.parseArg&&(i=i.reduce((a,s)=>e(n,s,a),n.defaultValue))):i===void 0&&(i=[]):o<this.args.length&&(i=this.args[o],n.parseArg&&(i=e(n,i,n.defaultValue))),r[o]=i}),this.processedArgs=r}_chainOrCall(e,r){return e?.then&&typeof e.then=="function"?e.then(()=>r()):r()}_chainOrCallHooks(e,r){let n=e,o=[];return this._getCommandAndAncestors().reverse().filter(i=>i._lifeCycleHooks[r]!==void 0).forEach(i=>{i._lifeCycleHooks[r].forEach(a=>{o.push({hookedCommand:i,callback:a})})}),r==="postAction"&&o.reverse(),o.forEach(i=>{n=this._chainOrCall(n,()=>i.callback(i.hookedCommand,this))}),n}_chainOrCallSubCommandHook(e,r,n){let o=e;return this._lifeCycleHooks[n]!==void 0&&this._lifeCycleHooks[n].forEach(i=>{o=this._chainOrCall(o,()=>i(this,r))}),o}_parseCommand(e,r){let n=this.parseOptions(r);if(this._parseOptionsEnv(),this._parseOptionsImplied(),e=e.concat(n.operands),r=n.unknown,this.args=e.concat(r),e&&this._findCommand(e[0]))return this._dispatchSubcommand(e[0],e.slice(1),r);if(this._getHelpCommand()&&e[0]===this._getHelpCommand().name())return this._dispatchHelpCommand(e[1]);if(this._defaultCommandName)return this._outputHelpIfRequested(r),this._dispatchSubcommand(this._defaultCommandName,e,r);this.commands.length&&this.args.length===0&&!this._actionHandler&&!this._defaultCommandName&&this.help({error:!0}),this._outputHelpIfRequested(n.unknown),this._checkForMissingMandatoryOptions(),this._checkForConflictingOptions();let o=()=>{n.unknown.length>0&&this.unknownOption(n.unknown[0])},i=`command:${this.name()}`;if(this._actionHandler){o(),this._processArguments();let a;return a=this._chainOrCallHooks(a,"preAction"),a=this._chainOrCall(a,()=>this._actionHandler(this.processedArgs)),this.parent&&(a=this._chainOrCall(a,()=>{this.parent.emit(i,e,r)})),a=this._chainOrCallHooks(a,"postAction"),a}if(this.parent?.listenerCount(i))o(),this._processArguments(),this.parent.emit(i,e,r);else if(e.length){if(this._findCommand("*"))return this._dispatchSubcommand("*",e,r);this.listenerCount("command:*")?this.emit("command:*",e,r):this.commands.length?this.unknownCommand():(o(),this._processArguments())}else this.commands.length?(o(),this.help({error:!0})):(o(),this._processArguments())}_findCommand(e){if(e)return this.commands.find(r=>r._name===e||r._aliases.includes(e))}_findOption(e){return this.options.find(r=>r.is(e))}_checkForMissingMandatoryOptions(){this._getCommandAndAncestors().forEach(e=>{e.options.forEach(r=>{r.mandatory&&e.getOptionValue(r.attributeName())===void 0&&e.missingMandatoryOptionValue(r)})})}_checkForConflictingLocalOptions(){let e=this.options.filter(n=>{let o=n.attributeName();return this.getOptionValue(o)===void 0?!1:this.getOptionValueSource(o)!=="default"});e.filter(n=>n.conflictsWith.length>0).forEach(n=>{let o=e.find(i=>n.conflictsWith.includes(i.attributeName()));o&&this._conflictingOption(n,o)})}_checkForConflictingOptions(){this._getCommandAndAncestors().forEach(e=>{e._checkForConflictingLocalOptions()})}parseOptions(e){let r=[],n=[],o=r;function i(l){return l.length>1&&l[0]==="-"}let a=l=>/^-(\d+|\d*\.\d+)(e[+-]?\d+)?$/.test(l)?!this._getCommandAndAncestors().some(d=>d.options.map(p=>p.short).some(p=>/^-\d$/.test(p))):!1,s=null,u=null,c=0;for(;c<e.length||u;){let l=u??e[c++];if(u=null,l==="--"){o===n&&o.push(l),o.push(...e.slice(c));break}if(s&&(!i(l)||a(l))){this.emit(`option:${s.name()}`,l);continue}if(s=null,i(l)){let d=this._findOption(l);if(d){if(d.required){let p=e[c++];p===void 0&&this.optionMissingArgument(d),this.emit(`option:${d.name()}`,p)}else if(d.optional){let p=null;c<e.length&&(!i(e[c])||a(e[c]))&&(p=e[c++]),this.emit(`option:${d.name()}`,p)}else this.emit(`option:${d.name()}`);s=d.variadic?d:null;continue}}if(l.length>2&&l[0]==="-"&&l[1]!=="-"){let d=this._findOption(`-${l[1]}`);if(d){d.required||d.optional&&this._combineFlagAndOptionalValue?this.emit(`option:${d.name()}`,l.slice(2)):(this.emit(`option:${d.name()}`),u=`-${l.slice(2)}`);continue}}if(/^--[^=]+=/.test(l)){let d=l.indexOf("="),p=this._findOption(l.slice(0,d));if(p&&(p.required||p.optional)){this.emit(`option:${p.name()}`,l.slice(d+1));continue}}if(o===r&&i(l)&&!(this.commands.length===0&&a(l))&&(o=n),(this._enablePositionalOptions||this._passThroughOptions)&&r.length===0&&n.length===0){if(this._findCommand(l)){r.push(l),n.push(...e.slice(c));break}else if(this._getHelpCommand()&&l===this._getHelpCommand().name()){r.push(l,...e.slice(c));break}else if(this._defaultCommandName){n.push(l,...e.slice(c));break}}if(this._passThroughOptions){o.push(l,...e.slice(c));break}o.push(l)}return{operands:r,unknown:n}}opts(){if(this._storeOptionsAsProperties){let e={},r=this.options.length;for(let n=0;n<r;n++){let o=this.options[n].attributeName();e[o]=o===this._versionOptionName?this._version:this[o]}return e}return this._optionValues}optsWithGlobals(){return this._getCommandAndAncestors().reduce((e,r)=>Object.assign(e,r.opts()),{})}error(e,r){this._outputConfiguration.outputError(`${e}
21
+ - ${o}`;throw new Error(i)}_executeSubCommand(e,r){r=r.slice();let n=!1,o=[".js",".ts",".tsx",".mjs",".cjs"];function i(l,d){let p=Wr.resolve(l,d);if(Zs.existsSync(p))return p;if(o.includes(Wr.extname(d)))return;let h=o.find(m=>Zs.existsSync(`${p}${m}`));if(h)return`${p}${h}`}this._checkForMissingMandatoryOptions(),this._checkForConflictingOptions();let a=e._executableFile||`${this._name}-${e._name}`,s=this._executableDir||"";if(this._scriptPath){let l;try{l=Zs.realpathSync(this._scriptPath)}catch{l=this._scriptPath}s=Wr.resolve(Wr.dirname(l),s)}if(s){let l=i(s,a);if(!l&&!e._executableFile&&this._scriptPath){let d=Wr.basename(this._scriptPath,Wr.extname(this._scriptPath));d!==this._name&&(l=i(s,`${d}-${e._name}`))}a=l||a}n=o.includes(Wr.extname(a));let u;ve.platform!=="win32"?n?(r.unshift(a),r=kD(ve.execArgv).concat(r),u=Tf.spawn(ve.argv[0],r,{stdio:"inherit"})):u=Tf.spawn(a,r,{stdio:"inherit"}):(this._checkForMissingExecutable(a,s,e._name),r.unshift(a),r=kD(ve.execArgv).concat(r),u=Tf.spawn(ve.execPath,r,{stdio:"inherit"})),u.killed||["SIGUSR1","SIGUSR2","SIGTERM","SIGINT","SIGHUP"].forEach(d=>{ve.on(d,()=>{u.killed===!1&&u.exitCode===null&&u.kill(d)})});let c=this._exitCallback;u.on("close",l=>{l=l??1,c?c(new If(l,"commander.executeSubCommandAsync","(close)")):ve.exit(l)}),u.on("error",l=>{if(l.code==="ENOENT")this._checkForMissingExecutable(a,s,e._name);else if(l.code==="EACCES")throw new Error(`'${a}' not executable`);if(!c)ve.exit(1);else{let d=new If(1,"commander.executeSubCommandAsync","(error)");d.nestedError=l,c(d)}}),this.runningCommand=u}_dispatchSubcommand(e,r,n){let o=this._findCommand(e);o||this.help({error:!0}),o._prepareForParse();let i;return i=this._chainOrCallSubCommandHook(i,o,"preSubcommand"),i=this._chainOrCall(i,()=>{if(o._executableHandler)this._executeSubCommand(o,r.concat(n));else return o._parseCommand(r,n)}),i}_dispatchHelpCommand(e){e||this.help();let r=this._findCommand(e);return r&&!r._executableHandler&&r.help(),this._dispatchSubcommand(e,[],[this._getHelpOption()?.long??this._getHelpOption()?.short??"--help"])}_checkNumberOfArguments(){this.registeredArguments.forEach((e,r)=>{e.required&&this.args[r]==null&&this.missingArgument(e.name())}),!(this.registeredArguments.length>0&&this.registeredArguments[this.registeredArguments.length-1].variadic)&&this.args.length>this.registeredArguments.length&&this._excessArguments(this.args)}_processArguments(){let e=(n,o,i)=>{let a=o;if(o!==null&&n.parseArg){let s=`error: command-argument value '${o}' is invalid for argument '${n.name()}'.`;a=this._callParseArg(n,o,i,s)}return a};this._checkNumberOfArguments();let r=[];this.registeredArguments.forEach((n,o)=>{let i=n.defaultValue;n.variadic?o<this.args.length?(i=this.args.slice(o),n.parseArg&&(i=i.reduce((a,s)=>e(n,s,a),n.defaultValue))):i===void 0&&(i=[]):o<this.args.length&&(i=this.args[o],n.parseArg&&(i=e(n,i,n.defaultValue))),r[o]=i}),this.processedArgs=r}_chainOrCall(e,r){return e?.then&&typeof e.then=="function"?e.then(()=>r()):r()}_chainOrCallHooks(e,r){let n=e,o=[];return this._getCommandAndAncestors().reverse().filter(i=>i._lifeCycleHooks[r]!==void 0).forEach(i=>{i._lifeCycleHooks[r].forEach(a=>{o.push({hookedCommand:i,callback:a})})}),r==="postAction"&&o.reverse(),o.forEach(i=>{n=this._chainOrCall(n,()=>i.callback(i.hookedCommand,this))}),n}_chainOrCallSubCommandHook(e,r,n){let o=e;return this._lifeCycleHooks[n]!==void 0&&this._lifeCycleHooks[n].forEach(i=>{o=this._chainOrCall(o,()=>i(this,r))}),o}_parseCommand(e,r){let n=this.parseOptions(r);if(this._parseOptionsEnv(),this._parseOptionsImplied(),e=e.concat(n.operands),r=n.unknown,this.args=e.concat(r),e&&this._findCommand(e[0]))return this._dispatchSubcommand(e[0],e.slice(1),r);if(this._getHelpCommand()&&e[0]===this._getHelpCommand().name())return this._dispatchHelpCommand(e[1]);if(this._defaultCommandName)return this._outputHelpIfRequested(r),this._dispatchSubcommand(this._defaultCommandName,e,r);this.commands.length&&this.args.length===0&&!this._actionHandler&&!this._defaultCommandName&&this.help({error:!0}),this._outputHelpIfRequested(n.unknown),this._checkForMissingMandatoryOptions(),this._checkForConflictingOptions();let o=()=>{n.unknown.length>0&&this.unknownOption(n.unknown[0])},i=`command:${this.name()}`;if(this._actionHandler){o(),this._processArguments();let a;return a=this._chainOrCallHooks(a,"preAction"),a=this._chainOrCall(a,()=>this._actionHandler(this.processedArgs)),this.parent&&(a=this._chainOrCall(a,()=>{this.parent.emit(i,e,r)})),a=this._chainOrCallHooks(a,"postAction"),a}if(this.parent?.listenerCount(i))o(),this._processArguments(),this.parent.emit(i,e,r);else if(e.length){if(this._findCommand("*"))return this._dispatchSubcommand("*",e,r);this.listenerCount("command:*")?this.emit("command:*",e,r):this.commands.length?this.unknownCommand():(o(),this._processArguments())}else this.commands.length?(o(),this.help({error:!0})):(o(),this._processArguments())}_findCommand(e){if(e)return this.commands.find(r=>r._name===e||r._aliases.includes(e))}_findOption(e){return this.options.find(r=>r.is(e))}_checkForMissingMandatoryOptions(){this._getCommandAndAncestors().forEach(e=>{e.options.forEach(r=>{r.mandatory&&e.getOptionValue(r.attributeName())===void 0&&e.missingMandatoryOptionValue(r)})})}_checkForConflictingLocalOptions(){let e=this.options.filter(n=>{let o=n.attributeName();return this.getOptionValue(o)===void 0?!1:this.getOptionValueSource(o)!=="default"});e.filter(n=>n.conflictsWith.length>0).forEach(n=>{let o=e.find(i=>n.conflictsWith.includes(i.attributeName()));o&&this._conflictingOption(n,o)})}_checkForConflictingOptions(){this._getCommandAndAncestors().forEach(e=>{e._checkForConflictingLocalOptions()})}parseOptions(e){let r=[],n=[],o=r;function i(l){return l.length>1&&l[0]==="-"}let a=l=>/^-(\d+|\d*\.\d+)(e[+-]?\d+)?$/.test(l)?!this._getCommandAndAncestors().some(d=>d.options.map(p=>p.short).some(p=>/^-\d$/.test(p))):!1,s=null,u=null,c=0;for(;c<e.length||u;){let l=u??e[c++];if(u=null,l==="--"){o===n&&o.push(l),o.push(...e.slice(c));break}if(s&&(!i(l)||a(l))){this.emit(`option:${s.name()}`,l);continue}if(s=null,i(l)){let d=this._findOption(l);if(d){if(d.required){let p=e[c++];p===void 0&&this.optionMissingArgument(d),this.emit(`option:${d.name()}`,p)}else if(d.optional){let p=null;c<e.length&&(!i(e[c])||a(e[c]))&&(p=e[c++]),this.emit(`option:${d.name()}`,p)}else this.emit(`option:${d.name()}`);s=d.variadic?d:null;continue}}if(l.length>2&&l[0]==="-"&&l[1]!=="-"){let d=this._findOption(`-${l[1]}`);if(d){d.required||d.optional&&this._combineFlagAndOptionalValue?this.emit(`option:${d.name()}`,l.slice(2)):(this.emit(`option:${d.name()}`),u=`-${l.slice(2)}`);continue}}if(/^--[^=]+=/.test(l)){let d=l.indexOf("="),p=this._findOption(l.slice(0,d));if(p&&(p.required||p.optional)){this.emit(`option:${p.name()}`,l.slice(d+1));continue}}if(o===r&&i(l)&&!(this.commands.length===0&&a(l))&&(o=n),(this._enablePositionalOptions||this._passThroughOptions)&&r.length===0&&n.length===0){if(this._findCommand(l)){r.push(l),n.push(...e.slice(c));break}else if(this._getHelpCommand()&&l===this._getHelpCommand().name()){r.push(l,...e.slice(c));break}else if(this._defaultCommandName){n.push(l,...e.slice(c));break}}if(this._passThroughOptions){o.push(l,...e.slice(c));break}o.push(l)}return{operands:r,unknown:n}}opts(){if(this._storeOptionsAsProperties){let e={},r=this.options.length;for(let n=0;n<r;n++){let o=this.options[n].attributeName();e[o]=o===this._versionOptionName?this._version:this[o]}return e}return this._optionValues}optsWithGlobals(){return this._getCommandAndAncestors().reduce((e,r)=>Object.assign(e,r.opts()),{})}error(e,r){this._outputConfiguration.outputError(`${e}
22
22
  `,this._outputConfiguration.writeErr),typeof this._showHelpAfterError=="string"?this._outputConfiguration.writeErr(`${this._showHelpAfterError}
23
23
  `):this._showHelpAfterError&&(this._outputConfiguration.writeErr(`
24
- `),this.outputHelp({error:!0}));let n=r||{},o=n.exitCode||1,i=n.code||"commander.error";this._exit(o,i,e)}_parseOptionsEnv(){this.options.forEach(e=>{if(e.envVar&&e.envVar in Ce.env){let r=e.attributeName();(this.getOptionValue(r)===void 0||["default","config","env"].includes(this.getOptionValueSource(r)))&&(e.required||e.optional?this.emit(`optionEnv:${e.name()}`,Ce.env[e.envVar]):this.emit(`optionEnv:${e.name()}`))}})}_parseOptionsImplied(){let e=new XO(this.options),r=n=>this.getOptionValue(n)!==void 0&&!["default","implied"].includes(this.getOptionValueSource(n));this.options.filter(n=>n.implied!==void 0&&r(n.attributeName())&&e.valueFromOption(this.getOptionValue(n.attributeName()),n)).forEach(n=>{Object.keys(n.implied).filter(o=>!r(o)).forEach(o=>{this.setOptionValueWithSource(o,n.implied[o],"implied")})})}missingArgument(e){let r=`error: missing required argument '${e}'`;this.error(r,{code:"commander.missingArgument"})}optionMissingArgument(e){let r=`error: option '${e.flags}' argument missing`;this.error(r,{code:"commander.optionMissingArgument"})}missingMandatoryOptionValue(e){let r=`error: required option '${e.flags}' not specified`;this.error(r,{code:"commander.missingMandatoryOptionValue"})}_conflictingOption(e,r){let n=a=>{let s=a.attributeName(),u=this.getOptionValue(s),c=this.options.find(d=>d.negate&&s===d.attributeName()),l=this.options.find(d=>!d.negate&&s===d.attributeName());return c&&(c.presetArg===void 0&&u===!1||c.presetArg!==void 0&&u===c.presetArg)?c:l||a},o=a=>{let s=n(a),u=s.attributeName();return this.getOptionValueSource(u)==="env"?`environment variable '${s.envVar}'`:`option '${s.flags}'`},i=`error: ${o(e)} cannot be used with ${o(r)}`;this.error(i,{code:"commander.conflictingOption"})}unknownOption(e){if(this._allowUnknownOption)return;let r="";if(e.startsWith("--")&&this._showSuggestionAfterError){let o=[],i=this;do{let a=i.createHelp().visibleOptions(i).filter(s=>s.long).map(s=>s.long);o=o.concat(a),i=i.parent}while(i&&!i._enablePositionalOptions);r=FD(e,o)}let n=`error: unknown option '${e}'${r}`;this.error(n,{code:"commander.unknownOption"})}_excessArguments(e){if(this._allowExcessArguments)return;let r=this.registeredArguments.length,n=r===1?"":"s",i=`error: too many arguments${this.parent?` for '${this.name()}'`:""}. Expected ${r} argument${n} but got ${e.length}.`;this.error(i,{code:"commander.excessArguments"})}unknownCommand(){let e=this.args[0],r="";if(this._showSuggestionAfterError){let o=[];this.createHelp().visibleCommands(this).forEach(i=>{o.push(i.name()),i.alias()&&o.push(i.alias())}),r=FD(e,o)}let n=`error: unknown command '${e}'${r}`;this.error(n,{code:"commander.unknownCommand"})}version(e,r,n){if(e===void 0)return this._version;this._version=e,r=r||"-V, --version",n=n||"output the version number";let o=this.createOption(r,n);return this._versionOptionName=o.attributeName(),this._registerOption(o),this.on("option:"+o.name(),()=>{this._outputConfiguration.writeOut(`${e}
25
- `),this._exit(0,"commander.version",e)}),this}description(e,r){return e===void 0&&r===void 0?this._description:(this._description=e,r&&(this._argsDescription=r),this)}summary(e){return e===void 0?this._summary:(this._summary=e,this)}alias(e){if(e===void 0)return this._aliases[0];let r=this;if(this.commands.length!==0&&this.commands[this.commands.length-1]._executableHandler&&(r=this.commands[this.commands.length-1]),e===r._name)throw new Error("Command alias can't be the same as its name");let n=this.parent?._findCommand(e);if(n){let o=[n.name()].concat(n.aliases()).join("|");throw new Error(`cannot add alias '${e}' to command '${this.name()}' as already have command '${o}'`)}return r._aliases.push(e),this}aliases(e){return e===void 0?this._aliases:(e.forEach(r=>this.alias(r)),this)}usage(e){if(e===void 0){if(this._usage)return this._usage;let r=this.registeredArguments.map(n=>WO(n));return[].concat(this.options.length||this._helpOption!==null?"[options]":[],this.commands.length?"[command]":[],this.registeredArguments.length?r:[]).join(" ")}return this._usage=e,this}name(e){return e===void 0?this._name:(this._name=e,this)}helpGroup(e){return e===void 0?this._helpGroupHeading??"":(this._helpGroupHeading=e,this)}commandsGroup(e){return e===void 0?this._defaultCommandGroup??"":(this._defaultCommandGroup=e,this)}optionsGroup(e){return e===void 0?this._defaultOptionGroup??"":(this._defaultOptionGroup=e,this)}_initOptionGroup(e){this._defaultOptionGroup&&!e.helpGroupHeading&&e.helpGroup(this._defaultOptionGroup)}_initCommandGroup(e){this._defaultCommandGroup&&!e.helpGroup()&&e.helpGroup(this._defaultCommandGroup)}nameFromFilename(e){return this._name=Wr.basename(e,Wr.extname(e)),this}executableDir(e){return e===void 0?this._executableDir:(this._executableDir=e,this)}helpInformation(e){let r=this.createHelp(),n=this._getOutputContext(e);r.prepareContext({error:n.error,helpWidth:n.helpWidth,outputHasColors:n.hasColors});let o=r.formatHelp(this,r);return n.hasColors?o:this._outputConfiguration.stripColor(o)}_getOutputContext(e){e=e||{};let r=!!e.error,n,o,i;return r?(n=s=>this._outputConfiguration.writeErr(s),o=this._outputConfiguration.getErrHasColors(),i=this._outputConfiguration.getErrHelpWidth()):(n=s=>this._outputConfiguration.writeOut(s),o=this._outputConfiguration.getOutHasColors(),i=this._outputConfiguration.getOutHelpWidth()),{error:r,write:s=>(o||(s=this._outputConfiguration.stripColor(s)),n(s)),hasColors:o,helpWidth:i}}outputHelp(e){let r;typeof e=="function"&&(r=e,e=void 0);let n=this._getOutputContext(e),o={error:n.error,write:n.write,command:this};this._getCommandAndAncestors().reverse().forEach(a=>a.emit("beforeAllHelp",o)),this.emit("beforeHelp",o);let i=this.helpInformation({error:n.error});if(r&&(i=r(i),typeof i!="string"&&!Buffer.isBuffer(i)))throw new Error("outputHelp callback must return a string or a Buffer");n.write(i),this._getHelpOption()?.long&&this.emit(this._getHelpOption().long),this.emit("afterHelp",o),this._getCommandAndAncestors().forEach(a=>a.emit("afterAllHelp",o))}helpOption(e,r){return typeof e=="boolean"?(e?(this._helpOption===null&&(this._helpOption=void 0),this._defaultOptionGroup&&this._initOptionGroup(this._getHelpOption())):this._helpOption=null,this):(this._helpOption=this.createOption(e??"-h, --help",r??"display help for command"),(e||r)&&this._initOptionGroup(this._helpOption),this)}_getHelpOption(){return this._helpOption===void 0&&this.helpOption(void 0,void 0),this._helpOption}addHelpOption(e){return this._helpOption=e,this._initOptionGroup(e),this}help(e){this.outputHelp(e);let r=Number(Ce.exitCode??0);r===0&&e&&typeof e!="function"&&e.error&&(r=1),this._exit(r,"commander.help","(outputHelp)")}addHelpText(e,r){let n=["beforeAll","before","after","afterAll"];if(!n.includes(e))throw new Error(`Unexpected value for position to addHelpText.
24
+ `),this.outputHelp({error:!0}));let n=r||{},o=n.exitCode||1,i=n.code||"commander.error";this._exit(o,i,e)}_parseOptionsEnv(){this.options.forEach(e=>{if(e.envVar&&e.envVar in ve.env){let r=e.attributeName();(this.getOptionValue(r)===void 0||["default","config","env"].includes(this.getOptionValueSource(r)))&&(e.required||e.optional?this.emit(`optionEnv:${e.name()}`,ve.env[e.envVar]):this.emit(`optionEnv:${e.name()}`))}})}_parseOptionsImplied(){let e=new ZF(this.options),r=n=>this.getOptionValue(n)!==void 0&&!["default","implied"].includes(this.getOptionValueSource(n));this.options.filter(n=>n.implied!==void 0&&r(n.attributeName())&&e.valueFromOption(this.getOptionValue(n.attributeName()),n)).forEach(n=>{Object.keys(n.implied).filter(o=>!r(o)).forEach(o=>{this.setOptionValueWithSource(o,n.implied[o],"implied")})})}missingArgument(e){let r=`error: missing required argument '${e}'`;this.error(r,{code:"commander.missingArgument"})}optionMissingArgument(e){let r=`error: option '${e.flags}' argument missing`;this.error(r,{code:"commander.optionMissingArgument"})}missingMandatoryOptionValue(e){let r=`error: required option '${e.flags}' not specified`;this.error(r,{code:"commander.missingMandatoryOptionValue"})}_conflictingOption(e,r){let n=a=>{let s=a.attributeName(),u=this.getOptionValue(s),c=this.options.find(d=>d.negate&&s===d.attributeName()),l=this.options.find(d=>!d.negate&&s===d.attributeName());return c&&(c.presetArg===void 0&&u===!1||c.presetArg!==void 0&&u===c.presetArg)?c:l||a},o=a=>{let s=n(a),u=s.attributeName();return this.getOptionValueSource(u)==="env"?`environment variable '${s.envVar}'`:`option '${s.flags}'`},i=`error: ${o(e)} cannot be used with ${o(r)}`;this.error(i,{code:"commander.conflictingOption"})}unknownOption(e){if(this._allowUnknownOption)return;let r="";if(e.startsWith("--")&&this._showSuggestionAfterError){let o=[],i=this;do{let a=i.createHelp().visibleOptions(i).filter(s=>s.long).map(s=>s.long);o=o.concat(a),i=i.parent}while(i&&!i._enablePositionalOptions);r=FD(e,o)}let n=`error: unknown option '${e}'${r}`;this.error(n,{code:"commander.unknownOption"})}_excessArguments(e){if(this._allowExcessArguments)return;let r=this.registeredArguments.length,n=r===1?"":"s",i=`error: too many arguments${this.parent?` for '${this.name()}'`:""}. Expected ${r} argument${n} but got ${e.length}.`;this.error(i,{code:"commander.excessArguments"})}unknownCommand(){let e=this.args[0],r="";if(this._showSuggestionAfterError){let o=[];this.createHelp().visibleCommands(this).forEach(i=>{o.push(i.name()),i.alias()&&o.push(i.alias())}),r=FD(e,o)}let n=`error: unknown command '${e}'${r}`;this.error(n,{code:"commander.unknownCommand"})}version(e,r,n){if(e===void 0)return this._version;this._version=e,r=r||"-V, --version",n=n||"output the version number";let o=this.createOption(r,n);return this._versionOptionName=o.attributeName(),this._registerOption(o),this.on("option:"+o.name(),()=>{this._outputConfiguration.writeOut(`${e}
25
+ `),this._exit(0,"commander.version",e)}),this}description(e,r){return e===void 0&&r===void 0?this._description:(this._description=e,r&&(this._argsDescription=r),this)}summary(e){return e===void 0?this._summary:(this._summary=e,this)}alias(e){if(e===void 0)return this._aliases[0];let r=this;if(this.commands.length!==0&&this.commands[this.commands.length-1]._executableHandler&&(r=this.commands[this.commands.length-1]),e===r._name)throw new Error("Command alias can't be the same as its name");let n=this.parent?._findCommand(e);if(n){let o=[n.name()].concat(n.aliases()).join("|");throw new Error(`cannot add alias '${e}' to command '${this.name()}' as already have command '${o}'`)}return r._aliases.push(e),this}aliases(e){return e===void 0?this._aliases:(e.forEach(r=>this.alias(r)),this)}usage(e){if(e===void 0){if(this._usage)return this._usage;let r=this.registeredArguments.map(n=>YF(n));return[].concat(this.options.length||this._helpOption!==null?"[options]":[],this.commands.length?"[command]":[],this.registeredArguments.length?r:[]).join(" ")}return this._usage=e,this}name(e){return e===void 0?this._name:(this._name=e,this)}helpGroup(e){return e===void 0?this._helpGroupHeading??"":(this._helpGroupHeading=e,this)}commandsGroup(e){return e===void 0?this._defaultCommandGroup??"":(this._defaultCommandGroup=e,this)}optionsGroup(e){return e===void 0?this._defaultOptionGroup??"":(this._defaultOptionGroup=e,this)}_initOptionGroup(e){this._defaultOptionGroup&&!e.helpGroupHeading&&e.helpGroup(this._defaultOptionGroup)}_initCommandGroup(e){this._defaultCommandGroup&&!e.helpGroup()&&e.helpGroup(this._defaultCommandGroup)}nameFromFilename(e){return this._name=Wr.basename(e,Wr.extname(e)),this}executableDir(e){return e===void 0?this._executableDir:(this._executableDir=e,this)}helpInformation(e){let r=this.createHelp(),n=this._getOutputContext(e);r.prepareContext({error:n.error,helpWidth:n.helpWidth,outputHasColors:n.hasColors});let o=r.formatHelp(this,r);return n.hasColors?o:this._outputConfiguration.stripColor(o)}_getOutputContext(e){e=e||{};let r=!!e.error,n,o,i;return r?(n=s=>this._outputConfiguration.writeErr(s),o=this._outputConfiguration.getErrHasColors(),i=this._outputConfiguration.getErrHelpWidth()):(n=s=>this._outputConfiguration.writeOut(s),o=this._outputConfiguration.getOutHasColors(),i=this._outputConfiguration.getOutHelpWidth()),{error:r,write:s=>(o||(s=this._outputConfiguration.stripColor(s)),n(s)),hasColors:o,helpWidth:i}}outputHelp(e){let r;typeof e=="function"&&(r=e,e=void 0);let n=this._getOutputContext(e),o={error:n.error,write:n.write,command:this};this._getCommandAndAncestors().reverse().forEach(a=>a.emit("beforeAllHelp",o)),this.emit("beforeHelp",o);let i=this.helpInformation({error:n.error});if(r&&(i=r(i),typeof i!="string"&&!Buffer.isBuffer(i)))throw new Error("outputHelp callback must return a string or a Buffer");n.write(i),this._getHelpOption()?.long&&this.emit(this._getHelpOption().long),this.emit("afterHelp",o),this._getCommandAndAncestors().forEach(a=>a.emit("afterAllHelp",o))}helpOption(e,r){return typeof e=="boolean"?(e?(this._helpOption===null&&(this._helpOption=void 0),this._defaultOptionGroup&&this._initOptionGroup(this._getHelpOption())):this._helpOption=null,this):(this._helpOption=this.createOption(e??"-h, --help",r??"display help for command"),(e||r)&&this._initOptionGroup(this._helpOption),this)}_getHelpOption(){return this._helpOption===void 0&&this.helpOption(void 0,void 0),this._helpOption}addHelpOption(e){return this._helpOption=e,this._initOptionGroup(e),this}help(e){this.outputHelp(e);let r=Number(ve.exitCode??0);r===0&&e&&typeof e!="function"&&e.error&&(r=1),this._exit(r,"commander.help","(outputHelp)")}addHelpText(e,r){let n=["beforeAll","before","after","afterAll"];if(!n.includes(e))throw new Error(`Unexpected value for position to addHelpText.
26
26
  Expecting one of '${n.join("', '")}'`);let o=`${e}Help`;return this.on(o,i=>{let a;typeof r=="function"?a=r({error:i.error,command:i.command}):a=r,a&&i.write(`${a}
27
- `)}),this}_outputHelpIfRequested(e){let r=this._getHelpOption();r&&e.find(o=>r.is(o))&&(this.outputHelp(),this._exit(0,"commander.helpDisplayed","(outputHelp)"))}};function OD(t){return t.map(e=>{if(!e.startsWith("--inspect"))return e;let r,n="127.0.0.1",o="9229",i;return(i=e.match(/^(--inspect(-brk)?)$/))!==null?r=i[1]:(i=e.match(/^(--inspect(-brk|-port)?)=([^:]+)$/))!==null?(r=i[1],/^\d+$/.test(i[3])?o=i[3]:n=i[3]):(i=e.match(/^(--inspect(-brk|-port)?)=([^:]+):(\d+)$/))!==null&&(r=i[1],n=i[3],o=i[4]),r&&o!=="0"?`${r}=${n}:${parseInt(o)+1}`:e})}function Rf(){if(Ce.env.NO_COLOR||Ce.env.FORCE_COLOR==="0"||Ce.env.FORCE_COLOR==="false")return!1;if(Ce.env.FORCE_COLOR||Ce.env.CLICOLOR_FORCE!==void 0)return!0}Bf.Command=If;Bf.useColor=Rf});var ID=S(er=>{var{Argument:PD}=Js(),{Command:Lf}=kD(),{CommanderError:ZO,InvalidArgumentError:$D}=ba(),{Help:QO}=Af(),{Option:TD}=Pf();er.program=new Lf;er.createCommand=t=>new Lf(t);er.createOption=(t,e)=>new TD(t,e);er.createArgument=(t,e)=>new PD(t,e);er.Command=Lf;er.Option=TD;er.Argument=PD;er.Help=QO;er.CommanderError=ZO;er.InvalidArgumentError=$D;er.InvalidOptionArgumentError=$D});var jf=S((rq,BD)=>{"use strict";var Nf={to(t,e){return e?`\x1B[${e+1};${t+1}H`:`\x1B[${t+1}G`},move(t,e){let r="";return t<0?r+=`\x1B[${-t}D`:t>0&&(r+=`\x1B[${t}C`),e<0?r+=`\x1B[${-e}A`:e>0&&(r+=`\x1B[${e}B`),r},up:(t=1)=>`\x1B[${t}A`,down:(t=1)=>`\x1B[${t}B`,forward:(t=1)=>`\x1B[${t}C`,backward:(t=1)=>`\x1B[${t}D`,nextLine:(t=1)=>"\x1B[E".repeat(t),prevLine:(t=1)=>"\x1B[F".repeat(t),left:"\x1B[G",hide:"\x1B[?25l",show:"\x1B[?25h",save:"\x1B7",restore:"\x1B8"},t2={up:(t=1)=>"\x1B[S".repeat(t),down:(t=1)=>"\x1B[T".repeat(t)},r2={screen:"\x1B[2J",up:(t=1)=>"\x1B[1J".repeat(t),down:(t=1)=>"\x1B[J".repeat(t),line:"\x1B[2K",lineEnd:"\x1B[K",lineStart:"\x1B[1K",lines(t){let e="";for(let r=0;r<t;r++)e+=this.line+(r<t-1?Nf.up():"");return t&&(e+=Nf.left),e}};BD.exports={cursor:Nf,scroll:t2,erase:r2,beep:"\x07"}});var Mf=S((nq,Uf)=>{var Qs=process||{},LD=Qs.argv||[],Zs=Qs.env||{},n2=!(Zs.NO_COLOR||LD.includes("--no-color"))&&(!!Zs.FORCE_COLOR||LD.includes("--color")||Qs.platform==="win32"||(Qs.stdout||{}).isTTY&&Zs.TERM!=="dumb"||!!Zs.CI),o2=(t,e,r=t)=>n=>{let o=""+n,i=o.indexOf(e,t.length);return~i?t+i2(o,e,r,i)+e:t+o+e},i2=(t,e,r,n)=>{let o="",i=0;do o+=t.substring(i,n)+r,i=n+e.length,n=t.indexOf(e,i);while(~n);return o+t.substring(i)},ND=(t=n2)=>{let e=t?o2:()=>String;return{isColorSupported:t,reset:e("\x1B[0m","\x1B[0m"),bold:e("\x1B[1m","\x1B[22m","\x1B[22m\x1B[1m"),dim:e("\x1B[2m","\x1B[22m","\x1B[22m\x1B[2m"),italic:e("\x1B[3m","\x1B[23m"),underline:e("\x1B[4m","\x1B[24m"),inverse:e("\x1B[7m","\x1B[27m"),hidden:e("\x1B[8m","\x1B[28m"),strikethrough:e("\x1B[9m","\x1B[29m"),black:e("\x1B[30m","\x1B[39m"),red:e("\x1B[31m","\x1B[39m"),green:e("\x1B[32m","\x1B[39m"),yellow:e("\x1B[33m","\x1B[39m"),blue:e("\x1B[34m","\x1B[39m"),magenta:e("\x1B[35m","\x1B[39m"),cyan:e("\x1B[36m","\x1B[39m"),white:e("\x1B[37m","\x1B[39m"),gray:e("\x1B[90m","\x1B[39m"),bgBlack:e("\x1B[40m","\x1B[49m"),bgRed:e("\x1B[41m","\x1B[49m"),bgGreen:e("\x1B[42m","\x1B[49m"),bgYellow:e("\x1B[43m","\x1B[49m"),bgBlue:e("\x1B[44m","\x1B[49m"),bgMagenta:e("\x1B[45m","\x1B[49m"),bgCyan:e("\x1B[46m","\x1B[49m"),bgWhite:e("\x1B[47m","\x1B[49m"),blackBright:e("\x1B[90m","\x1B[39m"),redBright:e("\x1B[91m","\x1B[39m"),greenBright:e("\x1B[92m","\x1B[39m"),yellowBright:e("\x1B[93m","\x1B[39m"),blueBright:e("\x1B[94m","\x1B[39m"),magentaBright:e("\x1B[95m","\x1B[39m"),cyanBright:e("\x1B[96m","\x1B[39m"),whiteBright:e("\x1B[97m","\x1B[39m"),bgBlackBright:e("\x1B[100m","\x1B[49m"),bgRedBright:e("\x1B[101m","\x1B[49m"),bgGreenBright:e("\x1B[102m","\x1B[49m"),bgYellowBright:e("\x1B[103m","\x1B[49m"),bgBlueBright:e("\x1B[104m","\x1B[49m"),bgMagentaBright:e("\x1B[105m","\x1B[49m"),bgCyanBright:e("\x1B[106m","\x1B[49m"),bgWhiteBright:e("\x1B[107m","\x1B[49m")}};Uf.exports=ND();Uf.exports.createColors=ND});var uu=S(Rt=>{"use strict";Object.defineProperty(Rt,"__esModule",{value:!0});Rt.isNXMonorepo=Rt.isMonorepo=Rt.findPackageRelativePathInMonorepo=Rt.findPackagePath=Rt.findNXMonorepoRoot=Rt.findMonorepoRoot=void 0;var Ca=require("node:fs"),yn=require("node:path");function su(t){let e=(0,yn.join)(t,"package.json"),r=(0,yn.join)(t,"pnpm-workspace.yaml");if((0,Ca.existsSync)(r)||(0,Ca.existsSync)(e)&&JSON.parse((0,Ca.readFileSync)(e,"utf-8")).workspaces)return t;let n=(0,yn.dirname)(t);if(n===t)throw new Error("Monorepo root not found");return su(n)}Rt.findMonorepoRoot=su;function ed(t){let e=(0,yn.join)(t,"nx.json");if((0,Ca.existsSync)(e))return t;let r=(0,yn.dirname)(t);if(r===t)throw new Error("Monorepo root not found");return ed(r)}Rt.findNXMonorepoRoot=ed;function td(t,e,r){let n=(0,yn.join)(e,"node_modules",t);if((0,Ca.existsSync)(n))return n;if(e===r)return null;let o=(0,yn.dirname)(e);return td(t,o,r)}Rt.findPackagePath=td;function L2(t,e){let r=su(e),n=td(t,e,r);return n?(0,yn.relative)(e,n):null}Rt.findPackageRelativePathInMonorepo=L2;function N2(t){try{return su(t),!0}catch{return!1}}Rt.isMonorepo=N2;function j2(t){try{return ed(t),!0}catch{return!1}}Rt.isNXMonorepo=j2});var pe={};Gr(pe,{__addDisposableResource:()=>Uy,__assign:()=>mu,__asyncDelegator:()=>$y,__asyncGenerator:()=>Py,__asyncValues:()=>Ty,__await:()=>Go,__awaiter:()=>Sy,__classPrivateFieldGet:()=>Ly,__classPrivateFieldIn:()=>jy,__classPrivateFieldSet:()=>Ny,__createBinding:()=>Du,__decorate:()=>yy,__disposeResources:()=>My,__esDecorate:()=>wy,__exportStar:()=>Ay,__extends:()=>gy,__generator:()=>xy,__importDefault:()=>By,__importStar:()=>Ry,__makeTemplateObject:()=>Iy,__metadata:()=>_y,__param:()=>by,__propKey:()=>Cy,__read:()=>ld,__rest:()=>Dy,__rewriteRelativeImportExtension:()=>qy,__runInitializers:()=>vy,__setFunctionName:()=>Ey,__spread:()=>Fy,__spreadArray:()=>ky,__spreadArrays:()=>Oy,__values:()=>gu,default:()=>ck});function gy(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");ud(t,e);function r(){this.constructor=t}t.prototype=e===null?Object.create(e):(r.prototype=e.prototype,new r)}function Dy(t,e){var r={};for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&e.indexOf(n)<0&&(r[n]=t[n]);if(t!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,n=Object.getOwnPropertySymbols(t);o<n.length;o++)e.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(t,n[o])&&(r[n[o]]=t[n[o]]);return r}function yy(t,e,r,n){var o=arguments.length,i=o<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(t,e,r,n);else for(var s=t.length-1;s>=0;s--)(a=t[s])&&(i=(o<3?a(i):o>3?a(e,r,i):a(e,r))||i);return o>3&&i&&Object.defineProperty(e,r,i),i}function by(t,e){return function(r,n){e(r,n,t)}}function wy(t,e,r,n,o,i){function a(C){if(C!==void 0&&typeof C!="function")throw new TypeError("Function expected");return C}for(var s=n.kind,u=s==="getter"?"get":s==="setter"?"set":"value",c=!e&&t?n.static?t:t.prototype:null,l=e||(c?Object.getOwnPropertyDescriptor(c,n.name):{}),d,p=!1,h=r.length-1;h>=0;h--){var m={};for(var b in n)m[b]=b==="access"?{}:n[b];for(var b in n.access)m.access[b]=n.access[b];m.addInitializer=function(C){if(p)throw new TypeError("Cannot add initializers after decoration has completed");i.push(a(C||null))};var D=(0,r[h])(s==="accessor"?{get:l.get,set:l.set}:l[u],m);if(s==="accessor"){if(D===void 0)continue;if(D===null||typeof D!="object")throw new TypeError("Object expected");(d=a(D.get))&&(l.get=d),(d=a(D.set))&&(l.set=d),(d=a(D.init))&&o.unshift(d)}else(d=a(D))&&(s==="field"?o.unshift(d):l[u]=d)}c&&Object.defineProperty(c,n.name,l),p=!0}function vy(t,e,r){for(var n=arguments.length>2,o=0;o<e.length;o++)r=n?e[o].call(t,r):e[o].call(t);return n?r:void 0}function Cy(t){return typeof t=="symbol"?t:"".concat(t)}function Ey(t,e,r){return typeof e=="symbol"&&(e=e.description?"[".concat(e.description,"]"):""),Object.defineProperty(t,"name",{configurable:!0,value:r?"".concat(r," ",e):e})}function _y(t,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(t,e)}function Sy(t,e,r,n){function o(i){return i instanceof r?i:new r(function(a){a(i)})}return new(r||(r=Promise))(function(i,a){function s(l){try{c(n.next(l))}catch(d){a(d)}}function u(l){try{c(n.throw(l))}catch(d){a(d)}}function c(l){l.done?i(l.value):o(l.value).then(s,u)}c((n=n.apply(t,e||[])).next())})}function xy(t,e){var r={label:0,sent:function(){if(i[0]&1)throw i[1];return i[1]},trys:[],ops:[]},n,o,i,a=Object.create((typeof Iterator=="function"?Iterator:Object).prototype);return a.next=s(0),a.throw=s(1),a.return=s(2),typeof Symbol=="function"&&(a[Symbol.iterator]=function(){return this}),a;function s(c){return function(l){return u([c,l])}}function u(c){if(n)throw new TypeError("Generator is already executing.");for(;a&&(a=0,c[0]&&(r=0)),r;)try{if(n=1,o&&(i=c[0]&2?o.return:c[0]?o.throw||((i=o.return)&&i.call(o),0):o.next)&&!(i=i.call(o,c[1])).done)return i;switch(o=0,i&&(c=[c[0]&2,i.value]),c[0]){case 0:case 1:i=c;break;case 4:return r.label++,{value:c[1],done:!1};case 5:r.label++,o=c[1],c=[0];continue;case 7:c=r.ops.pop(),r.trys.pop();continue;default:if(i=r.trys,!(i=i.length>0&&i[i.length-1])&&(c[0]===6||c[0]===2)){r=0;continue}if(c[0]===3&&(!i||c[1]>i[0]&&c[1]<i[3])){r.label=c[1];break}if(c[0]===6&&r.label<i[1]){r.label=i[1],i=c;break}if(i&&r.label<i[2]){r.label=i[2],r.ops.push(c);break}i[2]&&r.ops.pop(),r.trys.pop();continue}c=e.call(t,r)}catch(l){c=[6,l],o=0}finally{n=i=0}if(c[0]&5)throw c[1];return{value:c[0]?c[1]:void 0,done:!0}}}function Ay(t,e){for(var r in t)r!=="default"&&!Object.prototype.hasOwnProperty.call(e,r)&&Du(e,t,r)}function gu(t){var e=typeof Symbol=="function"&&Symbol.iterator,r=e&&t[e],n=0;if(r)return r.call(t);if(t&&typeof t.length=="number")return{next:function(){return t&&n>=t.length&&(t=void 0),{value:t&&t[n++],done:!t}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")}function ld(t,e){var r=typeof Symbol=="function"&&t[Symbol.iterator];if(!r)return t;var n=r.call(t),o,i=[],a;try{for(;(e===void 0||e-- >0)&&!(o=n.next()).done;)i.push(o.value)}catch(s){a={error:s}}finally{try{o&&!o.done&&(r=n.return)&&r.call(n)}finally{if(a)throw a.error}}return i}function Fy(){for(var t=[],e=0;e<arguments.length;e++)t=t.concat(ld(arguments[e]));return t}function Oy(){for(var t=0,e=0,r=arguments.length;e<r;e++)t+=arguments[e].length;for(var n=Array(t),o=0,e=0;e<r;e++)for(var i=arguments[e],a=0,s=i.length;a<s;a++,o++)n[o]=i[a];return n}function ky(t,e,r){if(r||arguments.length===2)for(var n=0,o=e.length,i;n<o;n++)(i||!(n in e))&&(i||(i=Array.prototype.slice.call(e,0,n)),i[n]=e[n]);return t.concat(i||Array.prototype.slice.call(e))}function Go(t){return this instanceof Go?(this.v=t,this):new Go(t)}function Py(t,e,r){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var n=r.apply(t,e||[]),o,i=[];return o=Object.create((typeof AsyncIterator=="function"?AsyncIterator:Object).prototype),s("next"),s("throw"),s("return",a),o[Symbol.asyncIterator]=function(){return this},o;function a(h){return function(m){return Promise.resolve(m).then(h,d)}}function s(h,m){n[h]&&(o[h]=function(b){return new Promise(function(D,C){i.push([h,b,D,C])>1||u(h,b)})},m&&(o[h]=m(o[h])))}function u(h,m){try{c(n[h](m))}catch(b){p(i[0][3],b)}}function c(h){h.value instanceof Go?Promise.resolve(h.value.v).then(l,d):p(i[0][2],h)}function l(h){u("next",h)}function d(h){u("throw",h)}function p(h,m){h(m),i.shift(),i.length&&u(i[0][0],i[0][1])}}function $y(t){var e,r;return e={},n("next"),n("throw",function(o){throw o}),n("return"),e[Symbol.iterator]=function(){return this},e;function n(o,i){e[o]=t[o]?function(a){return(r=!r)?{value:Go(t[o](a)),done:!1}:i?i(a):a}:i}}function Ty(t){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var e=t[Symbol.asyncIterator],r;return e?e.call(t):(t=typeof gu=="function"?gu(t):t[Symbol.iterator](),r={},n("next"),n("throw"),n("return"),r[Symbol.asyncIterator]=function(){return this},r);function n(i){r[i]=t[i]&&function(a){return new Promise(function(s,u){a=t[i](a),o(s,u,a.done,a.value)})}}function o(i,a,s,u){Promise.resolve(u).then(function(c){i({value:c,done:s})},a)}}function Iy(t,e){return Object.defineProperty?Object.defineProperty(t,"raw",{value:e}):t.raw=e,t}function Ry(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r=cd(t),n=0;n<r.length;n++)r[n]!=="default"&&Du(e,t,r[n]);return sk(e,t),e}function By(t){return t&&t.__esModule?t:{default:t}}function Ly(t,e,r,n){if(r==="a"&&!n)throw new TypeError("Private accessor was defined without a getter");if(typeof e=="function"?t!==e||!n:!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return r==="m"?n:r==="a"?n.call(t):n?n.value:e.get(t)}function Ny(t,e,r,n,o){if(n==="m")throw new TypeError("Private method is not writable");if(n==="a"&&!o)throw new TypeError("Private accessor was defined without a setter");if(typeof e=="function"?t!==e||!o:!e.has(t))throw new TypeError("Cannot write private member to an object whose class did not declare it");return n==="a"?o.call(t,r):o?o.value=r:e.set(t,r),r}function jy(t,e){if(e===null||typeof e!="object"&&typeof e!="function")throw new TypeError("Cannot use 'in' operator on non-object");return typeof t=="function"?e===t:t.has(e)}function Uy(t,e,r){if(e!=null){if(typeof e!="object"&&typeof e!="function")throw new TypeError("Object expected.");var n,o;if(r){if(!Symbol.asyncDispose)throw new TypeError("Symbol.asyncDispose is not defined.");n=e[Symbol.asyncDispose]}if(n===void 0){if(!Symbol.dispose)throw new TypeError("Symbol.dispose is not defined.");n=e[Symbol.dispose],r&&(o=n)}if(typeof n!="function")throw new TypeError("Object not disposable.");o&&(n=function(){try{o.call(this)}catch(i){return Promise.reject(i)}}),t.stack.push({value:e,dispose:n,async:r})}else r&&t.stack.push({async:!0});return e}function My(t){function e(i){t.error=t.hasError?new uk(i,t.error,"An error was suppressed during disposal."):i,t.hasError=!0}var r,n=0;function o(){for(;r=t.stack.pop();)try{if(!r.async&&n===1)return n=0,t.stack.push(r),Promise.resolve().then(o);if(r.dispose){var i=r.dispose.call(r.value);if(r.async)return n|=2,Promise.resolve(i).then(o,function(a){return e(a),o()})}else n|=1}catch(a){e(a)}if(n===1)return t.hasError?Promise.reject(t.error):Promise.resolve();if(t.hasError)throw t.error}return o()}function qy(t,e){return typeof t=="string"&&/^\.\.?\//.test(t)?t.replace(/\.(tsx)$|((?:\.d)?)((?:\.[^./]+?)?)\.([cm]?)ts$/i,function(r,n,o,i,a){return n?e?".jsx":".js":o&&(!i||!a)?r:o+i+"."+a.toLowerCase()+"js"}):t}var ud,mu,Du,sk,cd,uk,ck,he=rt(()=>{ud=function(t,e){return ud=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(r,n){r.__proto__=n}||function(r,n){for(var o in n)Object.prototype.hasOwnProperty.call(n,o)&&(r[o]=n[o])},ud(t,e)};mu=function(){return mu=Object.assign||function(e){for(var r,n=1,o=arguments.length;n<o;n++){r=arguments[n];for(var i in r)Object.prototype.hasOwnProperty.call(r,i)&&(e[i]=r[i])}return e},mu.apply(this,arguments)};Du=Object.create?(function(t,e,r,n){n===void 0&&(n=r);var o=Object.getOwnPropertyDescriptor(e,r);(!o||("get"in o?!e.__esModule:o.writable||o.configurable))&&(o={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,n,o)}):(function(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]});sk=Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e},cd=function(t){return cd=Object.getOwnPropertyNames||function(e){var r=[];for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(r[r.length]=n);return r},cd(t)};uk=typeof SuppressedError=="function"?SuppressedError:function(t,e,r){var n=new Error(r);return n.name="SuppressedError",n.error=t,n.suppressed=e,n};ck={__extends:gy,__assign:mu,__rest:Dy,__decorate:yy,__param:by,__esDecorate:wy,__runInitializers:vy,__propKey:Cy,__setFunctionName:Ey,__metadata:_y,__awaiter:Sy,__generator:xy,__createBinding:Du,__exportStar:Ay,__values:gu,__read:ld,__spread:Fy,__spreadArrays:Oy,__spreadArray:ky,__await:Go,__asyncGenerator:Py,__asyncDelegator:$y,__asyncValues:Ty,__makeTemplateObject:Iy,__importStar:Ry,__importDefault:By,__classPrivateFieldGet:Ly,__classPrivateFieldSet:Ny,__classPrivateFieldIn:jy,__addDisposableResource:Uy,__disposeResources:My,__rewriteRelativeImportExtension:qy}});var Hy=S(yu=>{"use strict";Object.defineProperty(yu,"__esModule",{value:!0});yu.resolveFetch=void 0;var lk=t=>t?(...e)=>t(...e):(...e)=>fetch(...e);yu.resolveFetch=lk});var hd=S(rr=>{"use strict";Object.defineProperty(rr,"__esModule",{value:!0});rr.FunctionRegion=rr.FunctionsHttpError=rr.FunctionsRelayError=rr.FunctionsFetchError=rr.FunctionsError=void 0;var Wo=class extends Error{constructor(e,r="FunctionsError",n){super(e),this.name=r,this.context=n}};rr.FunctionsError=Wo;var fd=class extends Wo{constructor(e){super("Failed to send a request to the Edge Function","FunctionsFetchError",e)}};rr.FunctionsFetchError=fd;var dd=class extends Wo{constructor(e){super("Relay Error invoking the Edge Function","FunctionsRelayError",e)}};rr.FunctionsRelayError=dd;var pd=class extends Wo{constructor(e){super("Edge Function returned a non-2xx status code","FunctionsHttpError",e)}};rr.FunctionsHttpError=pd;var Vy;(function(t){t.Any="any",t.ApNortheast1="ap-northeast-1",t.ApNortheast2="ap-northeast-2",t.ApSouth1="ap-south-1",t.ApSoutheast1="ap-southeast-1",t.ApSoutheast2="ap-southeast-2",t.CaCentral1="ca-central-1",t.EuCentral1="eu-central-1",t.EuWest1="eu-west-1",t.EuWest2="eu-west-2",t.EuWest3="eu-west-3",t.SaEast1="sa-east-1",t.UsEast1="us-east-1",t.UsWest1="us-west-1",t.UsWest2="us-west-2"})(Vy||(rr.FunctionRegion=Vy={}))});var zy=S(bu=>{"use strict";Object.defineProperty(bu,"__esModule",{value:!0});bu.FunctionsClient=void 0;var fk=(he(),oe(pe)),dk=Hy(),Yo=hd(),md=class{constructor(e,{headers:r={},customFetch:n,region:o=Yo.FunctionRegion.Any}={}){this.url=e,this.headers=r,this.region=o,this.fetch=(0,dk.resolveFetch)(n)}setAuth(e){this.headers.Authorization=`Bearer ${e}`}invoke(e){return fk.__awaiter(this,arguments,void 0,function*(r,n={}){var o;let i,a;try{let{headers:s,method:u,body:c,signal:l,timeout:d}=n,p={},{region:h}=n;h||(h=this.region);let m=new URL(`${this.url}/${r}`);h&&h!=="any"&&(p["x-region"]=h,m.searchParams.set("forceFunctionRegion",h));let b;c&&(s&&!Object.prototype.hasOwnProperty.call(s,"Content-Type")||!s)?typeof Blob<"u"&&c instanceof Blob||c instanceof ArrayBuffer?(p["Content-Type"]="application/octet-stream",b=c):typeof c=="string"?(p["Content-Type"]="text/plain",b=c):typeof FormData<"u"&&c instanceof FormData?b=c:(p["Content-Type"]="application/json",b=JSON.stringify(c)):b=c;let D=l;d&&(a=new AbortController,i=setTimeout(()=>a.abort(),d),l?(D=a.signal,l.addEventListener("abort",()=>a.abort())):D=a.signal);let C=yield this.fetch(m.toString(),{method:u||"POST",headers:Object.assign(Object.assign(Object.assign({},p),this.headers),s),body:b,signal:D}).catch(x=>{throw new Yo.FunctionsFetchError(x)}),E=C.headers.get("x-relay-error");if(E&&E==="true")throw new Yo.FunctionsRelayError(C);if(!C.ok)throw new Yo.FunctionsHttpError(C);let g=((o=C.headers.get("Content-Type"))!==null&&o!==void 0?o:"text/plain").split(";")[0].trim(),_;return g==="application/json"?_=yield C.json():g==="application/octet-stream"||g==="application/pdf"?_=yield C.blob():g==="text/event-stream"?_=C:g==="multipart/form-data"?_=yield C.formData():_=yield C.text(),{data:_,error:null,response:C}}catch(s){return{data:null,error:s,response:s instanceof Yo.FunctionsHttpError||s instanceof Yo.FunctionsRelayError?s.context:void 0}}finally{i&&clearTimeout(i)}})}};bu.FunctionsClient=md});var gd=S(Bt=>{"use strict";Object.defineProperty(Bt,"__esModule",{value:!0});Bt.FunctionRegion=Bt.FunctionsRelayError=Bt.FunctionsHttpError=Bt.FunctionsFetchError=Bt.FunctionsError=Bt.FunctionsClient=void 0;var pk=zy();Object.defineProperty(Bt,"FunctionsClient",{enumerable:!0,get:function(){return pk.FunctionsClient}});var Aa=hd();Object.defineProperty(Bt,"FunctionsError",{enumerable:!0,get:function(){return Aa.FunctionsError}});Object.defineProperty(Bt,"FunctionsFetchError",{enumerable:!0,get:function(){return Aa.FunctionsFetchError}});Object.defineProperty(Bt,"FunctionsHttpError",{enumerable:!0,get:function(){return Aa.FunctionsHttpError}});Object.defineProperty(Bt,"FunctionsRelayError",{enumerable:!0,get:function(){return Aa.FunctionsRelayError}});Object.defineProperty(Bt,"FunctionRegion",{enumerable:!0,get:function(){return Aa.FunctionRegion}})});var bd=S(yd=>{"use strict";Object.defineProperty(yd,"__esModule",{value:!0});var Dd=class extends Error{constructor(e){super(e.message),this.name="PostgrestError",this.details=e.details,this.hint=e.hint,this.code=e.code}};yd.default=Dd});var Cd=S(vd=>{"use strict";Object.defineProperty(vd,"__esModule",{value:!0});var hk=(he(),oe(pe)),mk=hk.__importDefault(bd()),wd=class{constructor(e){var r,n;this.shouldThrowOnError=!1,this.method=e.method,this.url=e.url,this.headers=new Headers(e.headers),this.schema=e.schema,this.body=e.body,this.shouldThrowOnError=(r=e.shouldThrowOnError)!==null&&r!==void 0?r:!1,this.signal=e.signal,this.isMaybeSingle=(n=e.isMaybeSingle)!==null&&n!==void 0?n:!1,e.fetch?this.fetch=e.fetch:this.fetch=fetch}throwOnError(){return this.shouldThrowOnError=!0,this}setHeader(e,r){return this.headers=new Headers(this.headers),this.headers.set(e,r),this}then(e,r){this.schema===void 0||(["GET","HEAD"].includes(this.method)?this.headers.set("Accept-Profile",this.schema):this.headers.set("Content-Profile",this.schema)),this.method!=="GET"&&this.method!=="HEAD"&&this.headers.set("Content-Type","application/json");let n=this.fetch,o=n(this.url.toString(),{method:this.method,headers:this.headers,body:JSON.stringify(this.body),signal:this.signal}).then(async i=>{var a,s,u,c;let l=null,d=null,p=null,h=i.status,m=i.statusText;if(i.ok){if(this.method!=="HEAD"){let E=await i.text();E===""||(this.headers.get("Accept")==="text/csv"||this.headers.get("Accept")&&(!((a=this.headers.get("Accept"))===null||a===void 0)&&a.includes("application/vnd.pgrst.plan+text"))?d=E:d=JSON.parse(E))}let D=(s=this.headers.get("Prefer"))===null||s===void 0?void 0:s.match(/count=(exact|planned|estimated)/),C=(u=i.headers.get("content-range"))===null||u===void 0?void 0:u.split("/");D&&C&&C.length>1&&(p=parseInt(C[1])),this.isMaybeSingle&&this.method==="GET"&&Array.isArray(d)&&(d.length>1?(l={code:"PGRST116",details:`Results contain ${d.length} rows, application/vnd.pgrst.object+json requires 1 row`,hint:null,message:"JSON object requested, multiple (or no) rows returned"},d=null,p=null,h=406,m="Not Acceptable"):d.length===1?d=d[0]:d=null)}else{let D=await i.text();try{l=JSON.parse(D),Array.isArray(l)&&i.status===404&&(d=[],l=null,h=200,m="OK")}catch{i.status===404&&D===""?(h=204,m="No Content"):l={message:D}}if(l&&this.isMaybeSingle&&(!((c=l?.details)===null||c===void 0)&&c.includes("0 rows"))&&(l=null,h=200,m="OK"),l&&this.shouldThrowOnError)throw new mk.default(l)}return{error:l,data:d,count:p,status:h,statusText:m}});return this.shouldThrowOnError||(o=o.catch(i=>{var a,s,u,c,l,d;let p="",h=i?.cause;if(h){let m=(a=h?.message)!==null&&a!==void 0?a:"",b=(s=h?.code)!==null&&s!==void 0?s:"";p=`${(u=i?.name)!==null&&u!==void 0?u:"FetchError"}: ${i?.message}`,p+=`
27
+ `)}),this}_outputHelpIfRequested(e){let r=this._getHelpOption();r&&e.find(o=>r.is(o))&&(this.outputHelp(),this._exit(0,"commander.helpDisplayed","(outputHelp)"))}};function kD(t){return t.map(e=>{if(!e.startsWith("--inspect"))return e;let r,n="127.0.0.1",o="9229",i;return(i=e.match(/^(--inspect(-brk)?)$/))!==null?r=i[1]:(i=e.match(/^(--inspect(-brk|-port)?)=([^:]+)$/))!==null?(r=i[1],/^\d+$/.test(i[3])?o=i[3]:n=i[3]):(i=e.match(/^(--inspect(-brk|-port)?)=([^:]+):(\d+)$/))!==null&&(r=i[1],n=i[3],o=i[4]),r&&o!=="0"?`${r}=${n}:${parseInt(o)+1}`:e})}function Bf(){if(ve.env.NO_COLOR||ve.env.FORCE_COLOR==="0"||ve.env.FORCE_COLOR==="false")return!1;if(ve.env.FORCE_COLOR||ve.env.CLICOLOR_FORCE!==void 0)return!0}Lf.Command=Rf;Lf.useColor=Bf});var RD=S(er=>{var{Argument:$D}=Xs(),{Command:Nf}=PD(),{CommanderError:QF,InvalidArgumentError:TD}=ba(),{Help:e2}=Of(),{Option:ID}=$f();er.program=new Nf;er.createCommand=t=>new Nf(t);er.createOption=(t,e)=>new ID(t,e);er.createArgument=(t,e)=>new $D(t,e);er.Command=Nf;er.Option=ID;er.Argument=$D;er.Help=e2;er.CommanderError=QF;er.InvalidArgumentError=TD;er.InvalidOptionArgumentError=TD});var Uf=S((nq,LD)=>{"use strict";var jf={to(t,e){return e?`\x1B[${e+1};${t+1}H`:`\x1B[${t+1}G`},move(t,e){let r="";return t<0?r+=`\x1B[${-t}D`:t>0&&(r+=`\x1B[${t}C`),e<0?r+=`\x1B[${-e}A`:e>0&&(r+=`\x1B[${e}B`),r},up:(t=1)=>`\x1B[${t}A`,down:(t=1)=>`\x1B[${t}B`,forward:(t=1)=>`\x1B[${t}C`,backward:(t=1)=>`\x1B[${t}D`,nextLine:(t=1)=>"\x1B[E".repeat(t),prevLine:(t=1)=>"\x1B[F".repeat(t),left:"\x1B[G",hide:"\x1B[?25l",show:"\x1B[?25h",save:"\x1B7",restore:"\x1B8"},r2={up:(t=1)=>"\x1B[S".repeat(t),down:(t=1)=>"\x1B[T".repeat(t)},n2={screen:"\x1B[2J",up:(t=1)=>"\x1B[1J".repeat(t),down:(t=1)=>"\x1B[J".repeat(t),line:"\x1B[2K",lineEnd:"\x1B[K",lineStart:"\x1B[1K",lines(t){let e="";for(let r=0;r<t;r++)e+=this.line+(r<t-1?jf.up():"");return t&&(e+=jf.left),e}};LD.exports={cursor:jf,scroll:r2,erase:n2,beep:"\x07"}});var qf=S((oq,Mf)=>{var eu=process||{},ND=eu.argv||[],Qs=eu.env||{},o2=!(Qs.NO_COLOR||ND.includes("--no-color"))&&(!!Qs.FORCE_COLOR||ND.includes("--color")||eu.platform==="win32"||(eu.stdout||{}).isTTY&&Qs.TERM!=="dumb"||!!Qs.CI),i2=(t,e,r=t)=>n=>{let o=""+n,i=o.indexOf(e,t.length);return~i?t+a2(o,e,r,i)+e:t+o+e},a2=(t,e,r,n)=>{let o="",i=0;do o+=t.substring(i,n)+r,i=n+e.length,n=t.indexOf(e,i);while(~n);return o+t.substring(i)},jD=(t=o2)=>{let e=t?i2:()=>String;return{isColorSupported:t,reset:e("\x1B[0m","\x1B[0m"),bold:e("\x1B[1m","\x1B[22m","\x1B[22m\x1B[1m"),dim:e("\x1B[2m","\x1B[22m","\x1B[22m\x1B[2m"),italic:e("\x1B[3m","\x1B[23m"),underline:e("\x1B[4m","\x1B[24m"),inverse:e("\x1B[7m","\x1B[27m"),hidden:e("\x1B[8m","\x1B[28m"),strikethrough:e("\x1B[9m","\x1B[29m"),black:e("\x1B[30m","\x1B[39m"),red:e("\x1B[31m","\x1B[39m"),green:e("\x1B[32m","\x1B[39m"),yellow:e("\x1B[33m","\x1B[39m"),blue:e("\x1B[34m","\x1B[39m"),magenta:e("\x1B[35m","\x1B[39m"),cyan:e("\x1B[36m","\x1B[39m"),white:e("\x1B[37m","\x1B[39m"),gray:e("\x1B[90m","\x1B[39m"),bgBlack:e("\x1B[40m","\x1B[49m"),bgRed:e("\x1B[41m","\x1B[49m"),bgGreen:e("\x1B[42m","\x1B[49m"),bgYellow:e("\x1B[43m","\x1B[49m"),bgBlue:e("\x1B[44m","\x1B[49m"),bgMagenta:e("\x1B[45m","\x1B[49m"),bgCyan:e("\x1B[46m","\x1B[49m"),bgWhite:e("\x1B[47m","\x1B[49m"),blackBright:e("\x1B[90m","\x1B[39m"),redBright:e("\x1B[91m","\x1B[39m"),greenBright:e("\x1B[92m","\x1B[39m"),yellowBright:e("\x1B[93m","\x1B[39m"),blueBright:e("\x1B[94m","\x1B[39m"),magentaBright:e("\x1B[95m","\x1B[39m"),cyanBright:e("\x1B[96m","\x1B[39m"),whiteBright:e("\x1B[97m","\x1B[39m"),bgBlackBright:e("\x1B[100m","\x1B[49m"),bgRedBright:e("\x1B[101m","\x1B[49m"),bgGreenBright:e("\x1B[102m","\x1B[49m"),bgYellowBright:e("\x1B[103m","\x1B[49m"),bgBlueBright:e("\x1B[104m","\x1B[49m"),bgMagentaBright:e("\x1B[105m","\x1B[49m"),bgCyanBright:e("\x1B[106m","\x1B[49m"),bgWhiteBright:e("\x1B[107m","\x1B[49m")}};Mf.exports=jD();Mf.exports.createColors=jD});var cu=S(Rt=>{"use strict";Object.defineProperty(Rt,"__esModule",{value:!0});Rt.isNXMonorepo=Rt.isMonorepo=Rt.findPackageRelativePathInMonorepo=Rt.findPackagePath=Rt.findNXMonorepoRoot=Rt.findMonorepoRoot=void 0;var Ea=require("node:fs"),yn=require("node:path");function uu(t){let e=(0,yn.join)(t,"package.json"),r=(0,yn.join)(t,"pnpm-workspace.yaml");if((0,Ea.existsSync)(r)||(0,Ea.existsSync)(e)&&JSON.parse((0,Ea.readFileSync)(e,"utf-8")).workspaces)return t;let n=(0,yn.dirname)(t);if(n===t)throw new Error("Monorepo root not found");return uu(n)}Rt.findMonorepoRoot=uu;function td(t){let e=(0,yn.join)(t,"nx.json");if((0,Ea.existsSync)(e))return t;let r=(0,yn.dirname)(t);if(r===t)throw new Error("Monorepo root not found");return td(r)}Rt.findNXMonorepoRoot=td;function rd(t,e,r){let n=(0,yn.join)(e,"node_modules",t);if((0,Ea.existsSync)(n))return n;if(e===r)return null;let o=(0,yn.dirname)(e);return rd(t,o,r)}Rt.findPackagePath=rd;function N2(t,e){let r=uu(e),n=rd(t,e,r);return n?(0,yn.relative)(e,n):null}Rt.findPackageRelativePathInMonorepo=N2;function j2(t){try{return uu(t),!0}catch{return!1}}Rt.isMonorepo=j2;function U2(t){try{return td(t),!0}catch{return!1}}Rt.isNXMonorepo=U2});var pe={};Gr(pe,{__addDisposableResource:()=>qy,__assign:()=>gu,__asyncDelegator:()=>Iy,__asyncGenerator:()=>Ty,__asyncValues:()=>Ry,__await:()=>Ko,__awaiter:()=>Ay,__classPrivateFieldGet:()=>jy,__classPrivateFieldIn:()=>My,__classPrivateFieldSet:()=>Uy,__createBinding:()=>yu,__decorate:()=>wy,__disposeResources:()=>Hy,__esDecorate:()=>Ey,__exportStar:()=>Fy,__extends:()=>yy,__generator:()=>Oy,__importDefault:()=>Ny,__importStar:()=>Ly,__makeTemplateObject:()=>By,__metadata:()=>xy,__param:()=>vy,__propKey:()=>_y,__read:()=>fd,__rest:()=>by,__rewriteRelativeImportExtension:()=>Vy,__runInitializers:()=>Cy,__setFunctionName:()=>Sy,__spread:()=>ky,__spreadArray:()=>$y,__spreadArrays:()=>Py,__values:()=>Du,default:()=>lk});function yy(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");cd(t,e);function r(){this.constructor=t}t.prototype=e===null?Object.create(e):(r.prototype=e.prototype,new r)}function by(t,e){var r={};for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&e.indexOf(n)<0&&(r[n]=t[n]);if(t!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,n=Object.getOwnPropertySymbols(t);o<n.length;o++)e.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(t,n[o])&&(r[n[o]]=t[n[o]]);return r}function wy(t,e,r,n){var o=arguments.length,i=o<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(t,e,r,n);else for(var s=t.length-1;s>=0;s--)(a=t[s])&&(i=(o<3?a(i):o>3?a(e,r,i):a(e,r))||i);return o>3&&i&&Object.defineProperty(e,r,i),i}function vy(t,e){return function(r,n){e(r,n,t)}}function Ey(t,e,r,n,o,i){function a(E){if(E!==void 0&&typeof E!="function")throw new TypeError("Function expected");return E}for(var s=n.kind,u=s==="getter"?"get":s==="setter"?"set":"value",c=!e&&t?n.static?t:t.prototype:null,l=e||(c?Object.getOwnPropertyDescriptor(c,n.name):{}),d,p=!1,h=r.length-1;h>=0;h--){var m={};for(var b in n)m[b]=b==="access"?{}:n[b];for(var b in n.access)m.access[b]=n.access[b];m.addInitializer=function(E){if(p)throw new TypeError("Cannot add initializers after decoration has completed");i.push(a(E||null))};var D=(0,r[h])(s==="accessor"?{get:l.get,set:l.set}:l[u],m);if(s==="accessor"){if(D===void 0)continue;if(D===null||typeof D!="object")throw new TypeError("Object expected");(d=a(D.get))&&(l.get=d),(d=a(D.set))&&(l.set=d),(d=a(D.init))&&o.unshift(d)}else(d=a(D))&&(s==="field"?o.unshift(d):l[u]=d)}c&&Object.defineProperty(c,n.name,l),p=!0}function Cy(t,e,r){for(var n=arguments.length>2,o=0;o<e.length;o++)r=n?e[o].call(t,r):e[o].call(t);return n?r:void 0}function _y(t){return typeof t=="symbol"?t:"".concat(t)}function Sy(t,e,r){return typeof e=="symbol"&&(e=e.description?"[".concat(e.description,"]"):""),Object.defineProperty(t,"name",{configurable:!0,value:r?"".concat(r," ",e):e})}function xy(t,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(t,e)}function Ay(t,e,r,n){function o(i){return i instanceof r?i:new r(function(a){a(i)})}return new(r||(r=Promise))(function(i,a){function s(l){try{c(n.next(l))}catch(d){a(d)}}function u(l){try{c(n.throw(l))}catch(d){a(d)}}function c(l){l.done?i(l.value):o(l.value).then(s,u)}c((n=n.apply(t,e||[])).next())})}function Oy(t,e){var r={label:0,sent:function(){if(i[0]&1)throw i[1];return i[1]},trys:[],ops:[]},n,o,i,a=Object.create((typeof Iterator=="function"?Iterator:Object).prototype);return a.next=s(0),a.throw=s(1),a.return=s(2),typeof Symbol=="function"&&(a[Symbol.iterator]=function(){return this}),a;function s(c){return function(l){return u([c,l])}}function u(c){if(n)throw new TypeError("Generator is already executing.");for(;a&&(a=0,c[0]&&(r=0)),r;)try{if(n=1,o&&(i=c[0]&2?o.return:c[0]?o.throw||((i=o.return)&&i.call(o),0):o.next)&&!(i=i.call(o,c[1])).done)return i;switch(o=0,i&&(c=[c[0]&2,i.value]),c[0]){case 0:case 1:i=c;break;case 4:return r.label++,{value:c[1],done:!1};case 5:r.label++,o=c[1],c=[0];continue;case 7:c=r.ops.pop(),r.trys.pop();continue;default:if(i=r.trys,!(i=i.length>0&&i[i.length-1])&&(c[0]===6||c[0]===2)){r=0;continue}if(c[0]===3&&(!i||c[1]>i[0]&&c[1]<i[3])){r.label=c[1];break}if(c[0]===6&&r.label<i[1]){r.label=i[1],i=c;break}if(i&&r.label<i[2]){r.label=i[2],r.ops.push(c);break}i[2]&&r.ops.pop(),r.trys.pop();continue}c=e.call(t,r)}catch(l){c=[6,l],o=0}finally{n=i=0}if(c[0]&5)throw c[1];return{value:c[0]?c[1]:void 0,done:!0}}}function Fy(t,e){for(var r in t)r!=="default"&&!Object.prototype.hasOwnProperty.call(e,r)&&yu(e,t,r)}function Du(t){var e=typeof Symbol=="function"&&Symbol.iterator,r=e&&t[e],n=0;if(r)return r.call(t);if(t&&typeof t.length=="number")return{next:function(){return t&&n>=t.length&&(t=void 0),{value:t&&t[n++],done:!t}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")}function fd(t,e){var r=typeof Symbol=="function"&&t[Symbol.iterator];if(!r)return t;var n=r.call(t),o,i=[],a;try{for(;(e===void 0||e-- >0)&&!(o=n.next()).done;)i.push(o.value)}catch(s){a={error:s}}finally{try{o&&!o.done&&(r=n.return)&&r.call(n)}finally{if(a)throw a.error}}return i}function ky(){for(var t=[],e=0;e<arguments.length;e++)t=t.concat(fd(arguments[e]));return t}function Py(){for(var t=0,e=0,r=arguments.length;e<r;e++)t+=arguments[e].length;for(var n=Array(t),o=0,e=0;e<r;e++)for(var i=arguments[e],a=0,s=i.length;a<s;a++,o++)n[o]=i[a];return n}function $y(t,e,r){if(r||arguments.length===2)for(var n=0,o=e.length,i;n<o;n++)(i||!(n in e))&&(i||(i=Array.prototype.slice.call(e,0,n)),i[n]=e[n]);return t.concat(i||Array.prototype.slice.call(e))}function Ko(t){return this instanceof Ko?(this.v=t,this):new Ko(t)}function Ty(t,e,r){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var n=r.apply(t,e||[]),o,i=[];return o=Object.create((typeof AsyncIterator=="function"?AsyncIterator:Object).prototype),s("next"),s("throw"),s("return",a),o[Symbol.asyncIterator]=function(){return this},o;function a(h){return function(m){return Promise.resolve(m).then(h,d)}}function s(h,m){n[h]&&(o[h]=function(b){return new Promise(function(D,E){i.push([h,b,D,E])>1||u(h,b)})},m&&(o[h]=m(o[h])))}function u(h,m){try{c(n[h](m))}catch(b){p(i[0][3],b)}}function c(h){h.value instanceof Ko?Promise.resolve(h.value.v).then(l,d):p(i[0][2],h)}function l(h){u("next",h)}function d(h){u("throw",h)}function p(h,m){h(m),i.shift(),i.length&&u(i[0][0],i[0][1])}}function Iy(t){var e,r;return e={},n("next"),n("throw",function(o){throw o}),n("return"),e[Symbol.iterator]=function(){return this},e;function n(o,i){e[o]=t[o]?function(a){return(r=!r)?{value:Ko(t[o](a)),done:!1}:i?i(a):a}:i}}function Ry(t){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var e=t[Symbol.asyncIterator],r;return e?e.call(t):(t=typeof Du=="function"?Du(t):t[Symbol.iterator](),r={},n("next"),n("throw"),n("return"),r[Symbol.asyncIterator]=function(){return this},r);function n(i){r[i]=t[i]&&function(a){return new Promise(function(s,u){a=t[i](a),o(s,u,a.done,a.value)})}}function o(i,a,s,u){Promise.resolve(u).then(function(c){i({value:c,done:s})},a)}}function By(t,e){return Object.defineProperty?Object.defineProperty(t,"raw",{value:e}):t.raw=e,t}function Ly(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r=ld(t),n=0;n<r.length;n++)r[n]!=="default"&&yu(e,t,r[n]);return uk(e,t),e}function Ny(t){return t&&t.__esModule?t:{default:t}}function jy(t,e,r,n){if(r==="a"&&!n)throw new TypeError("Private accessor was defined without a getter");if(typeof e=="function"?t!==e||!n:!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return r==="m"?n:r==="a"?n.call(t):n?n.value:e.get(t)}function Uy(t,e,r,n,o){if(n==="m")throw new TypeError("Private method is not writable");if(n==="a"&&!o)throw new TypeError("Private accessor was defined without a setter");if(typeof e=="function"?t!==e||!o:!e.has(t))throw new TypeError("Cannot write private member to an object whose class did not declare it");return n==="a"?o.call(t,r):o?o.value=r:e.set(t,r),r}function My(t,e){if(e===null||typeof e!="object"&&typeof e!="function")throw new TypeError("Cannot use 'in' operator on non-object");return typeof t=="function"?e===t:t.has(e)}function qy(t,e,r){if(e!=null){if(typeof e!="object"&&typeof e!="function")throw new TypeError("Object expected.");var n,o;if(r){if(!Symbol.asyncDispose)throw new TypeError("Symbol.asyncDispose is not defined.");n=e[Symbol.asyncDispose]}if(n===void 0){if(!Symbol.dispose)throw new TypeError("Symbol.dispose is not defined.");n=e[Symbol.dispose],r&&(o=n)}if(typeof n!="function")throw new TypeError("Object not disposable.");o&&(n=function(){try{o.call(this)}catch(i){return Promise.reject(i)}}),t.stack.push({value:e,dispose:n,async:r})}else r&&t.stack.push({async:!0});return e}function Hy(t){function e(i){t.error=t.hasError?new ck(i,t.error,"An error was suppressed during disposal."):i,t.hasError=!0}var r,n=0;function o(){for(;r=t.stack.pop();)try{if(!r.async&&n===1)return n=0,t.stack.push(r),Promise.resolve().then(o);if(r.dispose){var i=r.dispose.call(r.value);if(r.async)return n|=2,Promise.resolve(i).then(o,function(a){return e(a),o()})}else n|=1}catch(a){e(a)}if(n===1)return t.hasError?Promise.reject(t.error):Promise.resolve();if(t.hasError)throw t.error}return o()}function Vy(t,e){return typeof t=="string"&&/^\.\.?\//.test(t)?t.replace(/\.(tsx)$|((?:\.d)?)((?:\.[^./]+?)?)\.([cm]?)ts$/i,function(r,n,o,i,a){return n?e?".jsx":".js":o&&(!i||!a)?r:o+i+"."+a.toLowerCase()+"js"}):t}var cd,gu,yu,uk,ld,ck,lk,he=rt(()=>{cd=function(t,e){return cd=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(r,n){r.__proto__=n}||function(r,n){for(var o in n)Object.prototype.hasOwnProperty.call(n,o)&&(r[o]=n[o])},cd(t,e)};gu=function(){return gu=Object.assign||function(e){for(var r,n=1,o=arguments.length;n<o;n++){r=arguments[n];for(var i in r)Object.prototype.hasOwnProperty.call(r,i)&&(e[i]=r[i])}return e},gu.apply(this,arguments)};yu=Object.create?(function(t,e,r,n){n===void 0&&(n=r);var o=Object.getOwnPropertyDescriptor(e,r);(!o||("get"in o?!e.__esModule:o.writable||o.configurable))&&(o={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,n,o)}):(function(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]});uk=Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e},ld=function(t){return ld=Object.getOwnPropertyNames||function(e){var r=[];for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(r[r.length]=n);return r},ld(t)};ck=typeof SuppressedError=="function"?SuppressedError:function(t,e,r){var n=new Error(r);return n.name="SuppressedError",n.error=t,n.suppressed=e,n};lk={__extends:yy,__assign:gu,__rest:by,__decorate:wy,__param:vy,__esDecorate:Ey,__runInitializers:Cy,__propKey:_y,__setFunctionName:Sy,__metadata:xy,__awaiter:Ay,__generator:Oy,__createBinding:yu,__exportStar:Fy,__values:Du,__read:fd,__spread:ky,__spreadArrays:Py,__spreadArray:$y,__await:Ko,__asyncGenerator:Ty,__asyncDelegator:Iy,__asyncValues:Ry,__makeTemplateObject:By,__importStar:Ly,__importDefault:Ny,__classPrivateFieldGet:jy,__classPrivateFieldSet:Uy,__classPrivateFieldIn:My,__addDisposableResource:qy,__disposeResources:Hy,__rewriteRelativeImportExtension:Vy}});var zy=S(bu=>{"use strict";Object.defineProperty(bu,"__esModule",{value:!0});bu.resolveFetch=void 0;var fk=t=>t?(...e)=>t(...e):(...e)=>fetch(...e);bu.resolveFetch=fk});var md=S(rr=>{"use strict";Object.defineProperty(rr,"__esModule",{value:!0});rr.FunctionRegion=rr.FunctionsHttpError=rr.FunctionsRelayError=rr.FunctionsFetchError=rr.FunctionsError=void 0;var Go=class extends Error{constructor(e,r="FunctionsError",n){super(e),this.name=r,this.context=n}};rr.FunctionsError=Go;var dd=class extends Go{constructor(e){super("Failed to send a request to the Edge Function","FunctionsFetchError",e)}};rr.FunctionsFetchError=dd;var pd=class extends Go{constructor(e){super("Relay Error invoking the Edge Function","FunctionsRelayError",e)}};rr.FunctionsRelayError=pd;var hd=class extends Go{constructor(e){super("Edge Function returned a non-2xx status code","FunctionsHttpError",e)}};rr.FunctionsHttpError=hd;var Ky;(function(t){t.Any="any",t.ApNortheast1="ap-northeast-1",t.ApNortheast2="ap-northeast-2",t.ApSouth1="ap-south-1",t.ApSoutheast1="ap-southeast-1",t.ApSoutheast2="ap-southeast-2",t.CaCentral1="ca-central-1",t.EuCentral1="eu-central-1",t.EuWest1="eu-west-1",t.EuWest2="eu-west-2",t.EuWest3="eu-west-3",t.SaEast1="sa-east-1",t.UsEast1="us-east-1",t.UsWest1="us-west-1",t.UsWest2="us-west-2"})(Ky||(rr.FunctionRegion=Ky={}))});var Gy=S(wu=>{"use strict";Object.defineProperty(wu,"__esModule",{value:!0});wu.FunctionsClient=void 0;var dk=(he(),oe(pe)),pk=zy(),Wo=md(),gd=class{constructor(e,{headers:r={},customFetch:n,region:o=Wo.FunctionRegion.Any}={}){this.url=e,this.headers=r,this.region=o,this.fetch=(0,pk.resolveFetch)(n)}setAuth(e){this.headers.Authorization=`Bearer ${e}`}invoke(e){return dk.__awaiter(this,arguments,void 0,function*(r,n={}){var o;let i,a;try{let{headers:s,method:u,body:c,signal:l,timeout:d}=n,p={},{region:h}=n;h||(h=this.region);let m=new URL(`${this.url}/${r}`);h&&h!=="any"&&(p["x-region"]=h,m.searchParams.set("forceFunctionRegion",h));let b;c&&(s&&!Object.prototype.hasOwnProperty.call(s,"Content-Type")||!s)?typeof Blob<"u"&&c instanceof Blob||c instanceof ArrayBuffer?(p["Content-Type"]="application/octet-stream",b=c):typeof c=="string"?(p["Content-Type"]="text/plain",b=c):typeof FormData<"u"&&c instanceof FormData?b=c:(p["Content-Type"]="application/json",b=JSON.stringify(c)):b=c;let D=l;d&&(a=new AbortController,i=setTimeout(()=>a.abort(),d),l?(D=a.signal,l.addEventListener("abort",()=>a.abort())):D=a.signal);let E=yield this.fetch(m.toString(),{method:u||"POST",headers:Object.assign(Object.assign(Object.assign({},p),this.headers),s),body:b,signal:D}).catch(x=>{throw new Wo.FunctionsFetchError(x)}),C=E.headers.get("x-relay-error");if(C&&C==="true")throw new Wo.FunctionsRelayError(E);if(!E.ok)throw new Wo.FunctionsHttpError(E);let g=((o=E.headers.get("Content-Type"))!==null&&o!==void 0?o:"text/plain").split(";")[0].trim(),_;return g==="application/json"?_=yield E.json():g==="application/octet-stream"||g==="application/pdf"?_=yield E.blob():g==="text/event-stream"?_=E:g==="multipart/form-data"?_=yield E.formData():_=yield E.text(),{data:_,error:null,response:E}}catch(s){return{data:null,error:s,response:s instanceof Wo.FunctionsHttpError||s instanceof Wo.FunctionsRelayError?s.context:void 0}}finally{i&&clearTimeout(i)}})}};wu.FunctionsClient=gd});var Dd=S(Bt=>{"use strict";Object.defineProperty(Bt,"__esModule",{value:!0});Bt.FunctionRegion=Bt.FunctionsRelayError=Bt.FunctionsHttpError=Bt.FunctionsFetchError=Bt.FunctionsError=Bt.FunctionsClient=void 0;var hk=Gy();Object.defineProperty(Bt,"FunctionsClient",{enumerable:!0,get:function(){return hk.FunctionsClient}});var Aa=md();Object.defineProperty(Bt,"FunctionsError",{enumerable:!0,get:function(){return Aa.FunctionsError}});Object.defineProperty(Bt,"FunctionsFetchError",{enumerable:!0,get:function(){return Aa.FunctionsFetchError}});Object.defineProperty(Bt,"FunctionsHttpError",{enumerable:!0,get:function(){return Aa.FunctionsHttpError}});Object.defineProperty(Bt,"FunctionsRelayError",{enumerable:!0,get:function(){return Aa.FunctionsRelayError}});Object.defineProperty(Bt,"FunctionRegion",{enumerable:!0,get:function(){return Aa.FunctionRegion}})});var wd=S(bd=>{"use strict";Object.defineProperty(bd,"__esModule",{value:!0});var yd=class extends Error{constructor(e){super(e.message),this.name="PostgrestError",this.details=e.details,this.hint=e.hint,this.code=e.code}};bd.default=yd});var Cd=S(Ed=>{"use strict";Object.defineProperty(Ed,"__esModule",{value:!0});var mk=(he(),oe(pe)),gk=mk.__importDefault(wd()),vd=class{constructor(e){var r,n;this.shouldThrowOnError=!1,this.method=e.method,this.url=e.url,this.headers=new Headers(e.headers),this.schema=e.schema,this.body=e.body,this.shouldThrowOnError=(r=e.shouldThrowOnError)!==null&&r!==void 0?r:!1,this.signal=e.signal,this.isMaybeSingle=(n=e.isMaybeSingle)!==null&&n!==void 0?n:!1,e.fetch?this.fetch=e.fetch:this.fetch=fetch}throwOnError(){return this.shouldThrowOnError=!0,this}setHeader(e,r){return this.headers=new Headers(this.headers),this.headers.set(e,r),this}then(e,r){this.schema===void 0||(["GET","HEAD"].includes(this.method)?this.headers.set("Accept-Profile",this.schema):this.headers.set("Content-Profile",this.schema)),this.method!=="GET"&&this.method!=="HEAD"&&this.headers.set("Content-Type","application/json");let n=this.fetch,o=n(this.url.toString(),{method:this.method,headers:this.headers,body:JSON.stringify(this.body),signal:this.signal}).then(async i=>{var a,s,u,c;let l=null,d=null,p=null,h=i.status,m=i.statusText;if(i.ok){if(this.method!=="HEAD"){let C=await i.text();C===""||(this.headers.get("Accept")==="text/csv"||this.headers.get("Accept")&&(!((a=this.headers.get("Accept"))===null||a===void 0)&&a.includes("application/vnd.pgrst.plan+text"))?d=C:d=JSON.parse(C))}let D=(s=this.headers.get("Prefer"))===null||s===void 0?void 0:s.match(/count=(exact|planned|estimated)/),E=(u=i.headers.get("content-range"))===null||u===void 0?void 0:u.split("/");D&&E&&E.length>1&&(p=parseInt(E[1])),this.isMaybeSingle&&this.method==="GET"&&Array.isArray(d)&&(d.length>1?(l={code:"PGRST116",details:`Results contain ${d.length} rows, application/vnd.pgrst.object+json requires 1 row`,hint:null,message:"JSON object requested, multiple (or no) rows returned"},d=null,p=null,h=406,m="Not Acceptable"):d.length===1?d=d[0]:d=null)}else{let D=await i.text();try{l=JSON.parse(D),Array.isArray(l)&&i.status===404&&(d=[],l=null,h=200,m="OK")}catch{i.status===404&&D===""?(h=204,m="No Content"):l={message:D}}if(l&&this.isMaybeSingle&&(!((c=l?.details)===null||c===void 0)&&c.includes("0 rows"))&&(l=null,h=200,m="OK"),l&&this.shouldThrowOnError)throw new gk.default(l)}return{error:l,data:d,count:p,status:h,statusText:m}});return this.shouldThrowOnError||(o=o.catch(i=>{var a,s,u,c,l,d;let p="",h=i?.cause;if(h){let m=(a=h?.message)!==null&&a!==void 0?a:"",b=(s=h?.code)!==null&&s!==void 0?s:"";p=`${(u=i?.name)!==null&&u!==void 0?u:"FetchError"}: ${i?.message}`,p+=`
28
28
 
29
29
  Caused by: ${(c=h?.name)!==null&&c!==void 0?c:"Error"}: ${m}`,b&&(p+=` (${b})`),h?.stack&&(p+=`
30
- ${h.stack}`)}else p=(l=i?.stack)!==null&&l!==void 0?l:"";return{error:{message:`${(d=i?.name)!==null&&d!==void 0?d:"FetchError"}: ${i?.message}`,details:p,hint:"",code:""},data:null,count:null,status:0,statusText:""}})),o.then(e,r)}returns(){return this}overrideTypes(){return this}};vd.default=wd});var Sd=S(_d=>{"use strict";Object.defineProperty(_d,"__esModule",{value:!0});var gk=(he(),oe(pe)),Dk=gk.__importDefault(Cd()),Ed=class extends Dk.default{select(e){let r=!1,n=(e??"*").split("").map(o=>/\s/.test(o)&&!r?"":(o==='"'&&(r=!r),o)).join("");return this.url.searchParams.set("select",n),this.headers.append("Prefer","return=representation"),this}order(e,{ascending:r=!0,nullsFirst:n,foreignTable:o,referencedTable:i=o}={}){let a=i?`${i}.order`:"order",s=this.url.searchParams.get(a);return this.url.searchParams.set(a,`${s?`${s},`:""}${e}.${r?"asc":"desc"}${n===void 0?"":n?".nullsfirst":".nullslast"}`),this}limit(e,{foreignTable:r,referencedTable:n=r}={}){let o=typeof n>"u"?"limit":`${n}.limit`;return this.url.searchParams.set(o,`${e}`),this}range(e,r,{foreignTable:n,referencedTable:o=n}={}){let i=typeof o>"u"?"offset":`${o}.offset`,a=typeof o>"u"?"limit":`${o}.limit`;return this.url.searchParams.set(i,`${e}`),this.url.searchParams.set(a,`${r-e+1}`),this}abortSignal(e){return this.signal=e,this}single(){return this.headers.set("Accept","application/vnd.pgrst.object+json"),this}maybeSingle(){return this.method==="GET"?this.headers.set("Accept","application/json"):this.headers.set("Accept","application/vnd.pgrst.object+json"),this.isMaybeSingle=!0,this}csv(){return this.headers.set("Accept","text/csv"),this}geojson(){return this.headers.set("Accept","application/geo+json"),this}explain({analyze:e=!1,verbose:r=!1,settings:n=!1,buffers:o=!1,wal:i=!1,format:a="text"}={}){var s;let u=[e?"analyze":null,r?"verbose":null,n?"settings":null,o?"buffers":null,i?"wal":null].filter(Boolean).join("|"),c=(s=this.headers.get("Accept"))!==null&&s!==void 0?s:"application/json";return this.headers.set("Accept",`application/vnd.pgrst.plan+${a}; for="${c}"; options=${u};`),a==="json"?this:this}rollback(){return this.headers.append("Prefer","tx=rollback"),this}returns(){return this}maxAffected(e){return this.headers.append("Prefer","handling=strict"),this.headers.append("Prefer",`max-affected=${e}`),this}};_d.default=Ed});var wu=S(Ad=>{"use strict";Object.defineProperty(Ad,"__esModule",{value:!0});var yk=(he(),oe(pe)),bk=yk.__importDefault(Sd()),wk=new RegExp("[,()]"),xd=class extends bk.default{eq(e,r){return this.url.searchParams.append(e,`eq.${r}`),this}neq(e,r){return this.url.searchParams.append(e,`neq.${r}`),this}gt(e,r){return this.url.searchParams.append(e,`gt.${r}`),this}gte(e,r){return this.url.searchParams.append(e,`gte.${r}`),this}lt(e,r){return this.url.searchParams.append(e,`lt.${r}`),this}lte(e,r){return this.url.searchParams.append(e,`lte.${r}`),this}like(e,r){return this.url.searchParams.append(e,`like.${r}`),this}likeAllOf(e,r){return this.url.searchParams.append(e,`like(all).{${r.join(",")}}`),this}likeAnyOf(e,r){return this.url.searchParams.append(e,`like(any).{${r.join(",")}}`),this}ilike(e,r){return this.url.searchParams.append(e,`ilike.${r}`),this}ilikeAllOf(e,r){return this.url.searchParams.append(e,`ilike(all).{${r.join(",")}}`),this}ilikeAnyOf(e,r){return this.url.searchParams.append(e,`ilike(any).{${r.join(",")}}`),this}regexMatch(e,r){return this.url.searchParams.append(e,`match.${r}`),this}regexIMatch(e,r){return this.url.searchParams.append(e,`imatch.${r}`),this}is(e,r){return this.url.searchParams.append(e,`is.${r}`),this}isDistinct(e,r){return this.url.searchParams.append(e,`isdistinct.${r}`),this}in(e,r){let n=Array.from(new Set(r)).map(o=>typeof o=="string"&&wk.test(o)?`"${o}"`:`${o}`).join(",");return this.url.searchParams.append(e,`in.(${n})`),this}contains(e,r){return typeof r=="string"?this.url.searchParams.append(e,`cs.${r}`):Array.isArray(r)?this.url.searchParams.append(e,`cs.{${r.join(",")}}`):this.url.searchParams.append(e,`cs.${JSON.stringify(r)}`),this}containedBy(e,r){return typeof r=="string"?this.url.searchParams.append(e,`cd.${r}`):Array.isArray(r)?this.url.searchParams.append(e,`cd.{${r.join(",")}}`):this.url.searchParams.append(e,`cd.${JSON.stringify(r)}`),this}rangeGt(e,r){return this.url.searchParams.append(e,`sr.${r}`),this}rangeGte(e,r){return this.url.searchParams.append(e,`nxl.${r}`),this}rangeLt(e,r){return this.url.searchParams.append(e,`sl.${r}`),this}rangeLte(e,r){return this.url.searchParams.append(e,`nxr.${r}`),this}rangeAdjacent(e,r){return this.url.searchParams.append(e,`adj.${r}`),this}overlaps(e,r){return typeof r=="string"?this.url.searchParams.append(e,`ov.${r}`):this.url.searchParams.append(e,`ov.{${r.join(",")}}`),this}textSearch(e,r,{config:n,type:o}={}){let i="";o==="plain"?i="pl":o==="phrase"?i="ph":o==="websearch"&&(i="w");let a=n===void 0?"":`(${n})`;return this.url.searchParams.append(e,`${i}fts${a}.${r}`),this}match(e){return Object.entries(e).forEach(([r,n])=>{this.url.searchParams.append(r,`eq.${n}`)}),this}not(e,r,n){return this.url.searchParams.append(e,`not.${r}.${n}`),this}or(e,{foreignTable:r,referencedTable:n=r}={}){let o=n?`${n}.or`:"or";return this.url.searchParams.append(o,`(${e})`),this}filter(e,r,n){return this.url.searchParams.append(e,`${r}.${n}`),this}};Ad.default=xd});var kd=S(Od=>{"use strict";Object.defineProperty(Od,"__esModule",{value:!0});var vk=(he(),oe(pe)),Fa=vk.__importDefault(wu()),Fd=class{constructor(e,{headers:r={},schema:n,fetch:o}){this.url=e,this.headers=new Headers(r),this.schema=n,this.fetch=o}select(e,r){let{head:n=!1,count:o}=r??{},i=n?"HEAD":"GET",a=!1,s=(e??"*").split("").map(u=>/\s/.test(u)&&!a?"":(u==='"'&&(a=!a),u)).join("");return this.url.searchParams.set("select",s),o&&this.headers.append("Prefer",`count=${o}`),new Fa.default({method:i,url:this.url,headers:this.headers,schema:this.schema,fetch:this.fetch})}insert(e,{count:r,defaultToNull:n=!0}={}){var o;let i="POST";if(r&&this.headers.append("Prefer",`count=${r}`),n||this.headers.append("Prefer","missing=default"),Array.isArray(e)){let a=e.reduce((s,u)=>s.concat(Object.keys(u)),[]);if(a.length>0){let s=[...new Set(a)].map(u=>`"${u}"`);this.url.searchParams.set("columns",s.join(","))}}return new Fa.default({method:i,url:this.url,headers:this.headers,schema:this.schema,body:e,fetch:(o=this.fetch)!==null&&o!==void 0?o:fetch})}upsert(e,{onConflict:r,ignoreDuplicates:n=!1,count:o,defaultToNull:i=!0}={}){var a;let s="POST";if(this.headers.append("Prefer",`resolution=${n?"ignore":"merge"}-duplicates`),r!==void 0&&this.url.searchParams.set("on_conflict",r),o&&this.headers.append("Prefer",`count=${o}`),i||this.headers.append("Prefer","missing=default"),Array.isArray(e)){let u=e.reduce((c,l)=>c.concat(Object.keys(l)),[]);if(u.length>0){let c=[...new Set(u)].map(l=>`"${l}"`);this.url.searchParams.set("columns",c.join(","))}}return new Fa.default({method:s,url:this.url,headers:this.headers,schema:this.schema,body:e,fetch:(a=this.fetch)!==null&&a!==void 0?a:fetch})}update(e,{count:r}={}){var n;let o="PATCH";return r&&this.headers.append("Prefer",`count=${r}`),new Fa.default({method:o,url:this.url,headers:this.headers,schema:this.schema,body:e,fetch:(n=this.fetch)!==null&&n!==void 0?n:fetch})}delete({count:e}={}){var r;let n="DELETE";return e&&this.headers.append("Prefer",`count=${e}`),new Fa.default({method:n,url:this.url,headers:this.headers,schema:this.schema,fetch:(r=this.fetch)!==null&&r!==void 0?r:fetch})}};Od.default=Fd});var Gy=S($d=>{"use strict";Object.defineProperty($d,"__esModule",{value:!0});var Ky=(he(),oe(pe)),Ck=Ky.__importDefault(kd()),Ek=Ky.__importDefault(wu()),Pd=class t{constructor(e,{headers:r={},schema:n,fetch:o}={}){this.url=e,this.headers=new Headers(r),this.schemaName=n,this.fetch=o}from(e){if(!e||typeof e!="string"||e.trim()==="")throw new Error("Invalid relation name: relation must be a non-empty string.");let r=new URL(`${this.url}/${e}`);return new Ck.default(r,{headers:new Headers(this.headers),schema:this.schemaName,fetch:this.fetch})}schema(e){return new t(this.url,{headers:this.headers,schema:e,fetch:this.fetch})}rpc(e,r={},{head:n=!1,get:o=!1,count:i}={}){var a;let s,u=new URL(`${this.url}/rpc/${e}`),c;n||o?(s=n?"HEAD":"GET",Object.entries(r).filter(([d,p])=>p!==void 0).map(([d,p])=>[d,Array.isArray(p)?`{${p.join(",")}}`:`${p}`]).forEach(([d,p])=>{u.searchParams.append(d,p)})):(s="POST",c=r);let l=new Headers(this.headers);return i&&l.set("Prefer",`count=${i}`),new Ek.default({method:s,url:u,headers:l,schema:this.schemaName,body:c,fetch:(a=this.fetch)!==null&&a!==void 0?a:fetch})}};$d.default=Pd});var Td=S(At=>{"use strict";Object.defineProperty(At,"__esModule",{value:!0});At.PostgrestError=At.PostgrestBuilder=At.PostgrestTransformBuilder=At.PostgrestFilterBuilder=At.PostgrestQueryBuilder=At.PostgrestClient=void 0;var Jo=(he(),oe(pe)),Wy=Jo.__importDefault(Gy());At.PostgrestClient=Wy.default;var Yy=Jo.__importDefault(kd());At.PostgrestQueryBuilder=Yy.default;var Jy=Jo.__importDefault(wu());At.PostgrestFilterBuilder=Jy.default;var Xy=Jo.__importDefault(Sd());At.PostgrestTransformBuilder=Xy.default;var Zy=Jo.__importDefault(Cd());At.PostgrestBuilder=Zy.default;var Qy=Jo.__importDefault(bd());At.PostgrestError=Qy.default;At.default={PostgrestClient:Wy.default,PostgrestQueryBuilder:Yy.default,PostgrestFilterBuilder:Jy.default,PostgrestTransformBuilder:Xy.default,PostgrestBuilder:Zy.default,PostgrestError:Qy.default}});var Rd={};Gr(Rd,{RealtimeClient:()=>Id});var Id,Bd=rt(()=>{Id=class{constructor(){}connect(){}disconnect(){}}});var wn=S(Jr=>{"use strict";Object.defineProperty(Jr,"__esModule",{value:!0});Jr.StorageUnknownError=Jr.StorageApiError=Jr.StorageError=void 0;Jr.isStorageError=_k;var Oa=class extends Error{constructor(e){super(e),this.__isStorageError=!0,this.name="StorageError"}};Jr.StorageError=Oa;function _k(t){return typeof t=="object"&&t!==null&&"__isStorageError"in t}var Ld=class extends Oa{constructor(e,r,n){super(e),this.name="StorageApiError",this.status=r,this.statusCode=n}toJSON(){return{name:this.name,message:this.message,status:this.status,statusCode:this.statusCode}}};Jr.StorageApiError=Ld;var Nd=class extends Oa{constructor(e,r){super(e),this.name="StorageUnknownError",this.originalError=r}};Jr.StorageUnknownError=Nd});var ka=S(nr=>{"use strict";Object.defineProperty(nr,"__esModule",{value:!0});nr.isPlainObject=nr.recursiveToCamel=nr.resolveResponse=nr.resolveFetch=void 0;var Sk=t=>t?(...e)=>t(...e):(...e)=>fetch(...e);nr.resolveFetch=Sk;var xk=()=>Response;nr.resolveResponse=xk;var Ak=t=>{if(Array.isArray(t))return t.map(r=>(0,nr.recursiveToCamel)(r));if(typeof t=="function"||t!==Object(t))return t;let e={};return Object.entries(t).forEach(([r,n])=>{let o=r.replace(/([-_][a-z])/gi,i=>i.toUpperCase().replace(/[-_]/g,""));e[o]=(0,nr.recursiveToCamel)(n)}),e};nr.recursiveToCamel=Ak;var Fk=t=>{if(typeof t!="object"||t===null)return!1;let e=Object.getPrototypeOf(t);return(e===null||e===Object.prototype||Object.getPrototypeOf(e)===null)&&!(Symbol.toStringTag in t)&&!(Symbol.iterator in t)};nr.isPlainObject=Fk});var vu=S(Yn=>{"use strict";Object.defineProperty(Yn,"__esModule",{value:!0});Yn.get=Pk;Yn.post=$k;Yn.put=Tk;Yn.head=Ik;Yn.remove=Rk;var Wn=(he(),oe(pe)),jd=wn(),e0=ka(),Ud=t=>{var e;return t.msg||t.message||t.error_description||(typeof t.error=="string"?t.error:(e=t.error)===null||e===void 0?void 0:e.message)||JSON.stringify(t)},Ok=(t,e,r)=>Wn.__awaiter(void 0,void 0,void 0,function*(){let n=yield(0,e0.resolveResponse)();t instanceof n&&!r?.noResolveJson?t.json().then(o=>{let i=t.status||500,a=o?.statusCode||i+"";e(new jd.StorageApiError(Ud(o),i,a))}).catch(o=>{e(new jd.StorageUnknownError(Ud(o),o))}):e(new jd.StorageUnknownError(Ud(t),t))}),kk=(t,e,r,n)=>{let o={method:t,headers:e?.headers||{}};return t==="GET"||!n?o:((0,e0.isPlainObject)(n)?(o.headers=Object.assign({"Content-Type":"application/json"},e?.headers),o.body=JSON.stringify(n)):o.body=n,e?.duplex&&(o.duplex=e.duplex),Object.assign(Object.assign({},o),r))};function Pa(t,e,r,n,o,i){return Wn.__awaiter(this,void 0,void 0,function*(){return new Promise((a,s)=>{t(r,kk(e,n,o,i)).then(u=>{if(!u.ok)throw u;return n?.noResolveJson?u:u.json()}).then(u=>a(u)).catch(u=>Ok(u,s,n))})})}function Pk(t,e,r,n){return Wn.__awaiter(this,void 0,void 0,function*(){return Pa(t,"GET",e,r,n)})}function $k(t,e,r,n,o){return Wn.__awaiter(this,void 0,void 0,function*(){return Pa(t,"POST",e,n,o,r)})}function Tk(t,e,r,n,o){return Wn.__awaiter(this,void 0,void 0,function*(){return Pa(t,"PUT",e,n,o,r)})}function Ik(t,e,r,n){return Wn.__awaiter(this,void 0,void 0,function*(){return Pa(t,"HEAD",e,Object.assign(Object.assign({},r),{noResolveJson:!0}),n)})}function Rk(t,e,r,n,o){return Wn.__awaiter(this,void 0,void 0,function*(){return Pa(t,"DELETE",e,n,o,r)})}});var t0=S(qd=>{"use strict";Object.defineProperty(qd,"__esModule",{value:!0});var Bk=(he(),oe(pe)),Lk=wn(),Md=class{constructor(e,r){this.downloadFn=e,this.shouldThrowOnError=r}then(e,r){return this.execute().then(e,r)}execute(){return Bk.__awaiter(this,void 0,void 0,function*(){try{return{data:(yield this.downloadFn()).body,error:null}}catch(e){if(this.shouldThrowOnError)throw e;if((0,Lk.isStorageError)(e))return{data:null,error:e};throw e}})}};qd.default=Md});var o0=S(Vd=>{"use strict";var r0;Object.defineProperty(Vd,"__esModule",{value:!0});var n0=(he(),oe(pe)),Nk=wn(),jk=n0.__importDefault(t0()),Hd=class{constructor(e,r){this.downloadFn=e,this.shouldThrowOnError=r,this[r0]="BlobDownloadBuilder",this.promise=null}asStream(){return new jk.default(this.downloadFn,this.shouldThrowOnError)}then(e,r){return this.getPromise().then(e,r)}catch(e){return this.getPromise().catch(e)}finally(e){return this.getPromise().finally(e)}getPromise(){return this.promise||(this.promise=this.execute()),this.promise}execute(){return n0.__awaiter(this,void 0,void 0,function*(){try{return{data:yield(yield this.downloadFn()).blob(),error:null}}catch(e){if(this.shouldThrowOnError)throw e;if((0,Nk.isStorageError)(e))return{data:null,error:e};throw e}})}};r0=Symbol.toStringTag;Vd.default=Hd});var s0=S(Kd=>{"use strict";Object.defineProperty(Kd,"__esModule",{value:!0});var Ft=(he(),oe(pe)),Lt=wn(),Nt=vu(),i0=ka(),Uk=Ft.__importDefault(o0()),Mk={limit:100,offset:0,sortBy:{column:"name",order:"asc"}},a0={cacheControl:"3600",contentType:"text/plain;charset=UTF-8",upsert:!1},zd=class{constructor(e,r={},n,o){this.shouldThrowOnError=!1,this.url=e,this.headers=r,this.bucketId=n,this.fetch=(0,i0.resolveFetch)(o)}throwOnError(){return this.shouldThrowOnError=!0,this}uploadOrUpdate(e,r,n,o){return Ft.__awaiter(this,void 0,void 0,function*(){try{let i,a=Object.assign(Object.assign({},a0),o),s=Object.assign(Object.assign({},this.headers),e==="POST"&&{"x-upsert":String(a.upsert)}),u=a.metadata;typeof Blob<"u"&&n instanceof Blob?(i=new FormData,i.append("cacheControl",a.cacheControl),u&&i.append("metadata",this.encodeMetadata(u)),i.append("",n)):typeof FormData<"u"&&n instanceof FormData?(i=n,i.has("cacheControl")||i.append("cacheControl",a.cacheControl),u&&!i.has("metadata")&&i.append("metadata",this.encodeMetadata(u))):(i=n,s["cache-control"]=`max-age=${a.cacheControl}`,s["content-type"]=a.contentType,u&&(s["x-metadata"]=this.toBase64(this.encodeMetadata(u))),(typeof ReadableStream<"u"&&i instanceof ReadableStream||i&&typeof i=="object"&&"pipe"in i&&typeof i.pipe=="function")&&!a.duplex&&(a.duplex="half")),o?.headers&&(s=Object.assign(Object.assign({},s),o.headers));let c=this._removeEmptyFolders(r),l=this._getFinalPath(c),d=yield(e=="PUT"?Nt.put:Nt.post)(this.fetch,`${this.url}/object/${l}`,i,Object.assign({headers:s},a?.duplex?{duplex:a.duplex}:{}));return{data:{path:c,id:d.Id,fullPath:d.Key},error:null}}catch(i){if(this.shouldThrowOnError)throw i;if((0,Lt.isStorageError)(i))return{data:null,error:i};throw i}})}upload(e,r,n){return Ft.__awaiter(this,void 0,void 0,function*(){return this.uploadOrUpdate("POST",e,r,n)})}uploadToSignedUrl(e,r,n,o){return Ft.__awaiter(this,void 0,void 0,function*(){let i=this._removeEmptyFolders(e),a=this._getFinalPath(i),s=new URL(this.url+`/object/upload/sign/${a}`);s.searchParams.set("token",r);try{let u,c=Object.assign({upsert:a0.upsert},o),l=Object.assign(Object.assign({},this.headers),{"x-upsert":String(c.upsert)});typeof Blob<"u"&&n instanceof Blob?(u=new FormData,u.append("cacheControl",c.cacheControl),u.append("",n)):typeof FormData<"u"&&n instanceof FormData?(u=n,u.append("cacheControl",c.cacheControl)):(u=n,l["cache-control"]=`max-age=${c.cacheControl}`,l["content-type"]=c.contentType);let d=yield(0,Nt.put)(this.fetch,s.toString(),u,{headers:l});return{data:{path:i,fullPath:d.Key},error:null}}catch(u){if(this.shouldThrowOnError)throw u;if((0,Lt.isStorageError)(u))return{data:null,error:u};throw u}})}createSignedUploadUrl(e,r){return Ft.__awaiter(this,void 0,void 0,function*(){try{let n=this._getFinalPath(e),o=Object.assign({},this.headers);r?.upsert&&(o["x-upsert"]="true");let i=yield(0,Nt.post)(this.fetch,`${this.url}/object/upload/sign/${n}`,{},{headers:o}),a=new URL(this.url+i.url),s=a.searchParams.get("token");if(!s)throw new Lt.StorageError("No token returned by API");return{data:{signedUrl:a.toString(),path:e,token:s},error:null}}catch(n){if(this.shouldThrowOnError)throw n;if((0,Lt.isStorageError)(n))return{data:null,error:n};throw n}})}update(e,r,n){return Ft.__awaiter(this,void 0,void 0,function*(){return this.uploadOrUpdate("PUT",e,r,n)})}move(e,r,n){return Ft.__awaiter(this,void 0,void 0,function*(){try{return{data:yield(0,Nt.post)(this.fetch,`${this.url}/object/move`,{bucketId:this.bucketId,sourceKey:e,destinationKey:r,destinationBucket:n?.destinationBucket},{headers:this.headers}),error:null}}catch(o){if(this.shouldThrowOnError)throw o;if((0,Lt.isStorageError)(o))return{data:null,error:o};throw o}})}copy(e,r,n){return Ft.__awaiter(this,void 0,void 0,function*(){try{return{data:{path:(yield(0,Nt.post)(this.fetch,`${this.url}/object/copy`,{bucketId:this.bucketId,sourceKey:e,destinationKey:r,destinationBucket:n?.destinationBucket},{headers:this.headers})).Key},error:null}}catch(o){if(this.shouldThrowOnError)throw o;if((0,Lt.isStorageError)(o))return{data:null,error:o};throw o}})}createSignedUrl(e,r,n){return Ft.__awaiter(this,void 0,void 0,function*(){try{let o=this._getFinalPath(e),i=yield(0,Nt.post)(this.fetch,`${this.url}/object/sign/${o}`,Object.assign({expiresIn:r},n?.transform?{transform:n.transform}:{}),{headers:this.headers}),a=n?.download?`&download=${n.download===!0?"":n.download}`:"";return i={signedUrl:encodeURI(`${this.url}${i.signedURL}${a}`)},{data:i,error:null}}catch(o){if(this.shouldThrowOnError)throw o;if((0,Lt.isStorageError)(o))return{data:null,error:o};throw o}})}createSignedUrls(e,r,n){return Ft.__awaiter(this,void 0,void 0,function*(){try{let o=yield(0,Nt.post)(this.fetch,`${this.url}/object/sign/${this.bucketId}`,{expiresIn:r,paths:e},{headers:this.headers}),i=n?.download?`&download=${n.download===!0?"":n.download}`:"";return{data:o.map(a=>Object.assign(Object.assign({},a),{signedUrl:a.signedURL?encodeURI(`${this.url}${a.signedURL}${i}`):null})),error:null}}catch(o){if(this.shouldThrowOnError)throw o;if((0,Lt.isStorageError)(o))return{data:null,error:o};throw o}})}download(e,r){let o=typeof r?.transform<"u"?"render/image/authenticated":"object",i=this.transformOptsToQueryString(r?.transform||{}),a=i?`?${i}`:"",s=this._getFinalPath(e),u=()=>(0,Nt.get)(this.fetch,`${this.url}/${o}/${s}${a}`,{headers:this.headers,noResolveJson:!0});return new Uk.default(u,this.shouldThrowOnError)}info(e){return Ft.__awaiter(this,void 0,void 0,function*(){let r=this._getFinalPath(e);try{let n=yield(0,Nt.get)(this.fetch,`${this.url}/object/info/${r}`,{headers:this.headers});return{data:(0,i0.recursiveToCamel)(n),error:null}}catch(n){if(this.shouldThrowOnError)throw n;if((0,Lt.isStorageError)(n))return{data:null,error:n};throw n}})}exists(e){return Ft.__awaiter(this,void 0,void 0,function*(){let r=this._getFinalPath(e);try{return yield(0,Nt.head)(this.fetch,`${this.url}/object/${r}`,{headers:this.headers}),{data:!0,error:null}}catch(n){if(this.shouldThrowOnError)throw n;if((0,Lt.isStorageError)(n)&&n instanceof Lt.StorageUnknownError){let o=n.originalError;if([400,404].includes(o?.status))return{data:!1,error:n}}throw n}})}getPublicUrl(e,r){let n=this._getFinalPath(e),o=[],i=r?.download?`download=${r.download===!0?"":r.download}`:"";i!==""&&o.push(i);let s=typeof r?.transform<"u"?"render/image":"object",u=this.transformOptsToQueryString(r?.transform||{});u!==""&&o.push(u);let c=o.join("&");return c!==""&&(c=`?${c}`),{data:{publicUrl:encodeURI(`${this.url}/${s}/public/${n}${c}`)}}}remove(e){return Ft.__awaiter(this,void 0,void 0,function*(){try{return{data:yield(0,Nt.remove)(this.fetch,`${this.url}/object/${this.bucketId}`,{prefixes:e},{headers:this.headers}),error:null}}catch(r){if(this.shouldThrowOnError)throw r;if((0,Lt.isStorageError)(r))return{data:null,error:r};throw r}})}list(e,r,n){return Ft.__awaiter(this,void 0,void 0,function*(){try{let o=Object.assign(Object.assign(Object.assign({},Mk),r),{prefix:e||""});return{data:yield(0,Nt.post)(this.fetch,`${this.url}/object/list/${this.bucketId}`,o,{headers:this.headers},n),error:null}}catch(o){if(this.shouldThrowOnError)throw o;if((0,Lt.isStorageError)(o))return{data:null,error:o};throw o}})}listV2(e,r){return Ft.__awaiter(this,void 0,void 0,function*(){try{let n=Object.assign({},e);return{data:yield(0,Nt.post)(this.fetch,`${this.url}/object/list-v2/${this.bucketId}`,n,{headers:this.headers},r),error:null}}catch(n){if(this.shouldThrowOnError)throw n;if((0,Lt.isStorageError)(n))return{data:null,error:n};throw n}})}encodeMetadata(e){return JSON.stringify(e)}toBase64(e){return typeof Buffer<"u"?Buffer.from(e).toString("base64"):btoa(e)}_getFinalPath(e){return`${this.bucketId}/${e.replace(/^\/+/,"")}`}_removeEmptyFolders(e){return e.replace(/^\/|\/$/g,"").replace(/\/+/g,"/")}transformOptsToQueryString(e){let r=[];return e.width&&r.push(`width=${e.width}`),e.height&&r.push(`height=${e.height}`),e.resize&&r.push(`resize=${e.resize}`),e.format&&r.push(`format=${e.format}`),e.quality&&r.push(`quality=${e.quality}`),r.join("&")}};Kd.default=zd});var Gd=S(Cu=>{"use strict";Object.defineProperty(Cu,"__esModule",{value:!0});Cu.version=void 0;Cu.version="2.84.0"});var Wd=S(Eu=>{"use strict";Object.defineProperty(Eu,"__esModule",{value:!0});Eu.DEFAULT_HEADERS=void 0;var qk=Gd();Eu.DEFAULT_HEADERS={"X-Client-Info":`storage-js/${qk.version}`}});var u0=S(Jd=>{"use strict";Object.defineProperty(Jd,"__esModule",{value:!0});var Xo=(he(),oe(pe)),Hk=Wd(),Zo=wn(),Qo=vu(),Vk=ka(),Yd=class{constructor(e,r={},n,o){this.shouldThrowOnError=!1;let i=new URL(e);o?.useNewHostname&&/supabase\.(co|in|red)$/.test(i.hostname)&&!i.hostname.includes("storage.supabase.")&&(i.hostname=i.hostname.replace("supabase.","storage.supabase.")),this.url=i.href.replace(/\/$/,""),this.headers=Object.assign(Object.assign({},Hk.DEFAULT_HEADERS),r),this.fetch=(0,Vk.resolveFetch)(n)}throwOnError(){return this.shouldThrowOnError=!0,this}listBuckets(e){return Xo.__awaiter(this,void 0,void 0,function*(){try{let r=this.listBucketOptionsToQueryString(e);return{data:yield(0,Qo.get)(this.fetch,`${this.url}/bucket${r}`,{headers:this.headers}),error:null}}catch(r){if(this.shouldThrowOnError)throw r;if((0,Zo.isStorageError)(r))return{data:null,error:r};throw r}})}getBucket(e){return Xo.__awaiter(this,void 0,void 0,function*(){try{return{data:yield(0,Qo.get)(this.fetch,`${this.url}/bucket/${e}`,{headers:this.headers}),error:null}}catch(r){if(this.shouldThrowOnError)throw r;if((0,Zo.isStorageError)(r))return{data:null,error:r};throw r}})}createBucket(e){return Xo.__awaiter(this,arguments,void 0,function*(r,n={public:!1}){try{return{data:yield(0,Qo.post)(this.fetch,`${this.url}/bucket`,{id:r,name:r,type:n.type,public:n.public,file_size_limit:n.fileSizeLimit,allowed_mime_types:n.allowedMimeTypes},{headers:this.headers}),error:null}}catch(o){if(this.shouldThrowOnError)throw o;if((0,Zo.isStorageError)(o))return{data:null,error:o};throw o}})}updateBucket(e,r){return Xo.__awaiter(this,void 0,void 0,function*(){try{return{data:yield(0,Qo.put)(this.fetch,`${this.url}/bucket/${e}`,{id:e,name:e,public:r.public,file_size_limit:r.fileSizeLimit,allowed_mime_types:r.allowedMimeTypes},{headers:this.headers}),error:null}}catch(n){if(this.shouldThrowOnError)throw n;if((0,Zo.isStorageError)(n))return{data:null,error:n};throw n}})}emptyBucket(e){return Xo.__awaiter(this,void 0,void 0,function*(){try{return{data:yield(0,Qo.post)(this.fetch,`${this.url}/bucket/${e}/empty`,{},{headers:this.headers}),error:null}}catch(r){if(this.shouldThrowOnError)throw r;if((0,Zo.isStorageError)(r))return{data:null,error:r};throw r}})}deleteBucket(e){return Xo.__awaiter(this,void 0,void 0,function*(){try{return{data:yield(0,Qo.remove)(this.fetch,`${this.url}/bucket/${e}`,{},{headers:this.headers}),error:null}}catch(r){if(this.shouldThrowOnError)throw r;if((0,Zo.isStorageError)(r))return{data:null,error:r};throw r}})}listBucketOptionsToQueryString(e){let r={};return e&&("limit"in e&&(r.limit=String(e.limit)),"offset"in e&&(r.offset=String(e.offset)),e.search&&(r.search=e.search),e.sortColumn&&(r.sortColumn=e.sortColumn),e.sortOrder&&(r.sortOrder=e.sortOrder)),Object.keys(r).length>0?"?"+new URLSearchParams(r).toString():""}};Jd.default=Yd});var rp=S(tp=>{"use strict";Object.defineProperty(tp,"__esModule",{value:!0});var Xd=(he(),oe(pe)),zk=Wd(),Zd=wn(),Qd=vu(),Kk=ka(),ep=class{constructor(e,r={},n){this.shouldThrowOnError=!1,this.url=e.replace(/\/$/,""),this.headers=Object.assign(Object.assign({},zk.DEFAULT_HEADERS),r),this.fetch=(0,Kk.resolveFetch)(n)}throwOnError(){return this.shouldThrowOnError=!0,this}createBucket(e){return Xd.__awaiter(this,void 0,void 0,function*(){try{return{data:yield(0,Qd.post)(this.fetch,`${this.url}/bucket`,{name:e},{headers:this.headers}),error:null}}catch(r){if(this.shouldThrowOnError)throw r;if((0,Zd.isStorageError)(r))return{data:null,error:r};throw r}})}listBuckets(e){return Xd.__awaiter(this,void 0,void 0,function*(){try{let r=new URLSearchParams;e?.limit!==void 0&&r.set("limit",e.limit.toString()),e?.offset!==void 0&&r.set("offset",e.offset.toString()),e?.sortColumn&&r.set("sortColumn",e.sortColumn),e?.sortOrder&&r.set("sortOrder",e.sortOrder),e?.search&&r.set("search",e.search);let n=r.toString(),o=n?`${this.url}/bucket?${n}`:`${this.url}/bucket`;return{data:yield(0,Qd.get)(this.fetch,o,{headers:this.headers}),error:null}}catch(r){if(this.shouldThrowOnError)throw r;if((0,Zd.isStorageError)(r))return{data:null,error:r};throw r}})}deleteBucket(e){return Xd.__awaiter(this,void 0,void 0,function*(){try{return{data:yield(0,Qd.remove)(this.fetch,`${this.url}/bucket/${e}`,{},{headers:this.headers}),error:null}}catch(r){if(this.shouldThrowOnError)throw r;if((0,Zd.isStorageError)(r))return{data:null,error:r};throw r}})}};tp.default=ep});var Su=S(_u=>{"use strict";Object.defineProperty(_u,"__esModule",{value:!0});_u.DEFAULT_HEADERS=void 0;var Gk=Gd();_u.DEFAULT_HEADERS={"X-Client-Info":`storage-js/${Gk.version}`,"Content-Type":"application/json"}});var ei=S(Cr=>{"use strict";Object.defineProperty(Cr,"__esModule",{value:!0});Cr.StorageVectorsErrorCode=Cr.StorageVectorsUnknownError=Cr.StorageVectorsApiError=Cr.StorageVectorsError=void 0;Cr.isStorageVectorsError=Wk;var $a=class extends Error{constructor(e){super(e),this.__isStorageVectorsError=!0,this.name="StorageVectorsError"}};Cr.StorageVectorsError=$a;function Wk(t){return typeof t=="object"&&t!==null&&"__isStorageVectorsError"in t}var np=class extends $a{constructor(e,r,n){super(e),this.name="StorageVectorsApiError",this.status=r,this.statusCode=n}toJSON(){return{name:this.name,message:this.message,status:this.status,statusCode:this.statusCode}}};Cr.StorageVectorsApiError=np;var op=class extends $a{constructor(e,r){super(e),this.name="StorageVectorsUnknownError",this.originalError=r}};Cr.StorageVectorsUnknownError=op;var c0;(function(t){t.InternalError="InternalError",t.S3VectorConflictException="S3VectorConflictException",t.S3VectorNotFoundException="S3VectorNotFoundException",t.S3VectorBucketNotEmpty="S3VectorBucketNotEmpty",t.S3VectorMaxBucketsExceeded="S3VectorMaxBucketsExceeded",t.S3VectorMaxIndexesExceeded="S3VectorMaxIndexesExceeded"})(c0||(Cr.StorageVectorsErrorCode=c0={}))});var ti=S(or=>{"use strict";Object.defineProperty(or,"__esModule",{value:!0});or.validateVectorDimension=or.normalizeToFloat32=or.isPlainObject=or.resolveResponse=or.resolveFetch=void 0;var Yk=t=>t?(...e)=>t(...e):(...e)=>fetch(...e);or.resolveFetch=Yk;var Jk=()=>Response;or.resolveResponse=Jk;var Xk=t=>{if(typeof t!="object"||t===null)return!1;let e=Object.getPrototypeOf(t);return(e===null||e===Object.prototype||Object.getPrototypeOf(e)===null)&&!(Symbol.toStringTag in t)&&!(Symbol.iterator in t)};or.isPlainObject=Xk;var Zk=t=>Array.from(new Float32Array(t));or.normalizeToFloat32=Zk;var Qk=(t,e)=>{if(e!==void 0&&t.float32.length!==e)throw new Error(`Vector dimension mismatch: expected ${e}, got ${t.float32.length}`)};or.validateVectorDimension=Qk});var Fu=S(ni=>{"use strict";Object.defineProperty(ni,"__esModule",{value:!0});ni.get=nP;ni.post=oP;ni.put=iP;ni.remove=aP;var ri=(he(),oe(pe)),xu=ei(),eP=ti(),l0=t=>t.msg||t.message||t.error_description||t.error||JSON.stringify(t),tP=(t,e,r)=>ri.__awaiter(void 0,void 0,void 0,function*(){if(t&&typeof t=="object"&&"status"in t&&"ok"in t&&typeof t.status=="number"&&!r?.noResolveJson){let o=t.status||500,i=t;if(typeof i.json=="function")i.json().then(a=>{let s=a?.statusCode||a?.code||o+"";e(new xu.StorageVectorsApiError(l0(a),o,s))}).catch(()=>{let a=o+"",s=i.statusText||`HTTP ${o} error`;e(new xu.StorageVectorsApiError(s,o,a))});else{let a=o+"",s=i.statusText||`HTTP ${o} error`;e(new xu.StorageVectorsApiError(s,o,a))}}else e(new xu.StorageVectorsUnknownError(l0(t),t))}),rP=(t,e,r,n)=>{let o={method:t,headers:e?.headers||{}};return t==="GET"||!n?o:((0,eP.isPlainObject)(n)?(o.headers=Object.assign({"Content-Type":"application/json"},e?.headers),o.body=JSON.stringify(n)):o.body=n,Object.assign(Object.assign({},o),r))};function Au(t,e,r,n,o,i){return ri.__awaiter(this,void 0,void 0,function*(){return new Promise((a,s)=>{t(r,rP(e,n,o,i)).then(u=>{if(!u.ok)throw u;if(n?.noResolveJson)return u;let c=u.headers.get("content-type");return!c||!c.includes("application/json")?{}:u.json()}).then(u=>a(u)).catch(u=>tP(u,s,n))})})}function nP(t,e,r,n){return ri.__awaiter(this,void 0,void 0,function*(){return Au(t,"GET",e,r,n)})}function oP(t,e,r,n,o){return ri.__awaiter(this,void 0,void 0,function*(){return Au(t,"POST",e,n,o,r)})}function iP(t,e,r,n,o){return ri.__awaiter(this,void 0,void 0,function*(){return Au(t,"PUT",e,n,o,r)})}function aP(t,e,r,n,o){return ri.__awaiter(this,void 0,void 0,function*(){return Au(t,"DELETE",e,n,o,r)})}});var sp=S(ap=>{"use strict";Object.defineProperty(ap,"__esModule",{value:!0});var Ou=(he(),oe(pe)),sP=Su(),ku=ei(),Pu=Fu(),uP=ti(),ip=class{constructor(e,r={},n){this.shouldThrowOnError=!1,this.url=e.replace(/\/$/,""),this.headers=Object.assign(Object.assign({},sP.DEFAULT_HEADERS),r),this.fetch=(0,uP.resolveFetch)(n)}throwOnError(){return this.shouldThrowOnError=!0,this}createIndex(e){return Ou.__awaiter(this,void 0,void 0,function*(){try{return{data:(yield(0,Pu.post)(this.fetch,`${this.url}/CreateIndex`,e,{headers:this.headers}))||{},error:null}}catch(r){if(this.shouldThrowOnError)throw r;if((0,ku.isStorageVectorsError)(r))return{data:null,error:r};throw r}})}getIndex(e,r){return Ou.__awaiter(this,void 0,void 0,function*(){try{return{data:yield(0,Pu.post)(this.fetch,`${this.url}/GetIndex`,{vectorBucketName:e,indexName:r},{headers:this.headers}),error:null}}catch(n){if(this.shouldThrowOnError)throw n;if((0,ku.isStorageVectorsError)(n))return{data:null,error:n};throw n}})}listIndexes(e){return Ou.__awaiter(this,void 0,void 0,function*(){try{return{data:yield(0,Pu.post)(this.fetch,`${this.url}/ListIndexes`,e,{headers:this.headers}),error:null}}catch(r){if(this.shouldThrowOnError)throw r;if((0,ku.isStorageVectorsError)(r))return{data:null,error:r};throw r}})}deleteIndex(e,r){return Ou.__awaiter(this,void 0,void 0,function*(){try{return{data:(yield(0,Pu.post)(this.fetch,`${this.url}/DeleteIndex`,{vectorBucketName:e,indexName:r},{headers:this.headers}))||{},error:null}}catch(n){if(this.shouldThrowOnError)throw n;if((0,ku.isStorageVectorsError)(n))return{data:null,error:n};throw n}})}};ap.default=ip});var lp=S(cp=>{"use strict";Object.defineProperty(cp,"__esModule",{value:!0});var Ta=(he(),oe(pe)),cP=Su(),Ia=ei(),Ra=Fu(),lP=ti(),up=class{constructor(e,r={},n){this.shouldThrowOnError=!1,this.url=e.replace(/\/$/,""),this.headers=Object.assign(Object.assign({},cP.DEFAULT_HEADERS),r),this.fetch=(0,lP.resolveFetch)(n)}throwOnError(){return this.shouldThrowOnError=!0,this}putVectors(e){return Ta.__awaiter(this,void 0,void 0,function*(){try{if(e.vectors.length<1||e.vectors.length>500)throw new Error("Vector batch size must be between 1 and 500 items");return{data:(yield(0,Ra.post)(this.fetch,`${this.url}/PutVectors`,e,{headers:this.headers}))||{},error:null}}catch(r){if(this.shouldThrowOnError)throw r;if((0,Ia.isStorageVectorsError)(r))return{data:null,error:r};throw r}})}getVectors(e){return Ta.__awaiter(this,void 0,void 0,function*(){try{return{data:yield(0,Ra.post)(this.fetch,`${this.url}/GetVectors`,e,{headers:this.headers}),error:null}}catch(r){if(this.shouldThrowOnError)throw r;if((0,Ia.isStorageVectorsError)(r))return{data:null,error:r};throw r}})}listVectors(e){return Ta.__awaiter(this,void 0,void 0,function*(){try{if(e.segmentCount!==void 0){if(e.segmentCount<1||e.segmentCount>16)throw new Error("segmentCount must be between 1 and 16");if(e.segmentIndex!==void 0&&(e.segmentIndex<0||e.segmentIndex>=e.segmentCount))throw new Error(`segmentIndex must be between 0 and ${e.segmentCount-1}`)}return{data:yield(0,Ra.post)(this.fetch,`${this.url}/ListVectors`,e,{headers:this.headers}),error:null}}catch(r){if(this.shouldThrowOnError)throw r;if((0,Ia.isStorageVectorsError)(r))return{data:null,error:r};throw r}})}queryVectors(e){return Ta.__awaiter(this,void 0,void 0,function*(){try{return{data:yield(0,Ra.post)(this.fetch,`${this.url}/QueryVectors`,e,{headers:this.headers}),error:null}}catch(r){if(this.shouldThrowOnError)throw r;if((0,Ia.isStorageVectorsError)(r))return{data:null,error:r};throw r}})}deleteVectors(e){return Ta.__awaiter(this,void 0,void 0,function*(){try{if(e.keys.length<1||e.keys.length>500)throw new Error("Keys batch size must be between 1 and 500 items");return{data:(yield(0,Ra.post)(this.fetch,`${this.url}/DeleteVectors`,e,{headers:this.headers}))||{},error:null}}catch(r){if(this.shouldThrowOnError)throw r;if((0,Ia.isStorageVectorsError)(r))return{data:null,error:r};throw r}})}};cp.default=up});var pp=S(dp=>{"use strict";Object.defineProperty(dp,"__esModule",{value:!0});var $u=(he(),oe(pe)),fP=Su(),Tu=ei(),Iu=Fu(),dP=ti(),fp=class{constructor(e,r={},n){this.shouldThrowOnError=!1,this.url=e.replace(/\/$/,""),this.headers=Object.assign(Object.assign({},fP.DEFAULT_HEADERS),r),this.fetch=(0,dP.resolveFetch)(n)}throwOnError(){return this.shouldThrowOnError=!0,this}createBucket(e){return $u.__awaiter(this,void 0,void 0,function*(){try{return{data:(yield(0,Iu.post)(this.fetch,`${this.url}/CreateVectorBucket`,{vectorBucketName:e},{headers:this.headers}))||{},error:null}}catch(r){if(this.shouldThrowOnError)throw r;if((0,Tu.isStorageVectorsError)(r))return{data:null,error:r};throw r}})}getBucket(e){return $u.__awaiter(this,void 0,void 0,function*(){try{return{data:yield(0,Iu.post)(this.fetch,`${this.url}/GetVectorBucket`,{vectorBucketName:e},{headers:this.headers}),error:null}}catch(r){if(this.shouldThrowOnError)throw r;if((0,Tu.isStorageVectorsError)(r))return{data:null,error:r};throw r}})}listBuckets(){return $u.__awaiter(this,arguments,void 0,function*(e={}){try{return{data:yield(0,Iu.post)(this.fetch,`${this.url}/ListVectorBuckets`,e,{headers:this.headers}),error:null}}catch(r){if(this.shouldThrowOnError)throw r;if((0,Tu.isStorageVectorsError)(r))return{data:null,error:r};throw r}})}deleteBucket(e){return $u.__awaiter(this,void 0,void 0,function*(){try{return{data:(yield(0,Iu.post)(this.fetch,`${this.url}/DeleteVectorBucket`,{vectorBucketName:e},{headers:this.headers}))||{},error:null}}catch(r){if(this.shouldThrowOnError)throw r;if((0,Tu.isStorageVectorsError)(r))return{data:null,error:r};throw r}})}};dp.default=fp});var f0=S(vn=>{"use strict";Object.defineProperty(vn,"__esModule",{value:!0});vn.VectorIndexScope=vn.VectorBucketScope=vn.StorageVectorsClient=void 0;var ir=(he(),oe(pe)),pP=ir.__importDefault(sp()),hP=ir.__importDefault(lp()),mP=ir.__importDefault(pp()),hp=class extends mP.default{constructor(e,r={}){super(e,r.headers||{},r.fetch)}from(e){return new Ru(this.url,this.headers,e,this.fetch)}};vn.StorageVectorsClient=hp;var Ru=class extends pP.default{constructor(e,r,n,o){super(e,r,o),this.vectorBucketName=n}createIndex(e){let r=Object.create(null,{createIndex:{get:()=>super.createIndex}});return ir.__awaiter(this,void 0,void 0,function*(){return r.createIndex.call(this,Object.assign(Object.assign({},e),{vectorBucketName:this.vectorBucketName}))})}listIndexes(){let e=Object.create(null,{listIndexes:{get:()=>super.listIndexes}});return ir.__awaiter(this,arguments,void 0,function*(r={}){return e.listIndexes.call(this,Object.assign(Object.assign({},r),{vectorBucketName:this.vectorBucketName}))})}getIndex(e){let r=Object.create(null,{getIndex:{get:()=>super.getIndex}});return ir.__awaiter(this,void 0,void 0,function*(){return r.getIndex.call(this,this.vectorBucketName,e)})}deleteIndex(e){let r=Object.create(null,{deleteIndex:{get:()=>super.deleteIndex}});return ir.__awaiter(this,void 0,void 0,function*(){return r.deleteIndex.call(this,this.vectorBucketName,e)})}index(e){return new Bu(this.url,this.headers,this.vectorBucketName,e,this.fetch)}};vn.VectorBucketScope=Ru;var Bu=class extends hP.default{constructor(e,r,n,o,i){super(e,r,i),this.vectorBucketName=n,this.indexName=o}putVectors(e){let r=Object.create(null,{putVectors:{get:()=>super.putVectors}});return ir.__awaiter(this,void 0,void 0,function*(){return r.putVectors.call(this,Object.assign(Object.assign({},e),{vectorBucketName:this.vectorBucketName,indexName:this.indexName}))})}getVectors(e){let r=Object.create(null,{getVectors:{get:()=>super.getVectors}});return ir.__awaiter(this,void 0,void 0,function*(){return r.getVectors.call(this,Object.assign(Object.assign({},e),{vectorBucketName:this.vectorBucketName,indexName:this.indexName}))})}listVectors(){let e=Object.create(null,{listVectors:{get:()=>super.listVectors}});return ir.__awaiter(this,arguments,void 0,function*(r={}){return e.listVectors.call(this,Object.assign(Object.assign({},r),{vectorBucketName:this.vectorBucketName,indexName:this.indexName}))})}queryVectors(e){let r=Object.create(null,{queryVectors:{get:()=>super.queryVectors}});return ir.__awaiter(this,void 0,void 0,function*(){return r.queryVectors.call(this,Object.assign(Object.assign({},e),{vectorBucketName:this.vectorBucketName,indexName:this.indexName}))})}deleteVectors(e){let r=Object.create(null,{deleteVectors:{get:()=>super.deleteVectors}});return ir.__awaiter(this,void 0,void 0,function*(){return r.deleteVectors.call(this,Object.assign(Object.assign({},e),{vectorBucketName:this.vectorBucketName,indexName:this.indexName}))})}};vn.VectorIndexScope=Bu});var Dp=S(me=>{"use strict";Object.defineProperty(me,"__esModule",{value:!0});me.validateVectorDimension=me.normalizeToFloat32=me.isPlainObject=me.resolveResponse=me.resolveFetch=me.isStorageVectorsError=me.StorageVectorsErrorCode=me.StorageVectorsUnknownError=me.StorageVectorsApiError=me.StorageVectorsError=me.VectorDataApi=me.VectorIndexApi=me.VectorBucketApi=me.VectorIndexScope=me.VectorBucketScope=me.StorageVectorsClient=void 0;var mp=(he(),oe(pe)),gp=f0();Object.defineProperty(me,"StorageVectorsClient",{enumerable:!0,get:function(){return gp.StorageVectorsClient}});Object.defineProperty(me,"VectorBucketScope",{enumerable:!0,get:function(){return gp.VectorBucketScope}});Object.defineProperty(me,"VectorIndexScope",{enumerable:!0,get:function(){return gp.VectorIndexScope}});var gP=pp();Object.defineProperty(me,"VectorBucketApi",{enumerable:!0,get:function(){return mp.__importDefault(gP).default}});var DP=sp();Object.defineProperty(me,"VectorIndexApi",{enumerable:!0,get:function(){return mp.__importDefault(DP).default}});var yP=lp();Object.defineProperty(me,"VectorDataApi",{enumerable:!0,get:function(){return mp.__importDefault(yP).default}});var Ba=ei();Object.defineProperty(me,"StorageVectorsError",{enumerable:!0,get:function(){return Ba.StorageVectorsError}});Object.defineProperty(me,"StorageVectorsApiError",{enumerable:!0,get:function(){return Ba.StorageVectorsApiError}});Object.defineProperty(me,"StorageVectorsUnknownError",{enumerable:!0,get:function(){return Ba.StorageVectorsUnknownError}});Object.defineProperty(me,"StorageVectorsErrorCode",{enumerable:!0,get:function(){return Ba.StorageVectorsErrorCode}});Object.defineProperty(me,"isStorageVectorsError",{enumerable:!0,get:function(){return Ba.isStorageVectorsError}});var La=ti();Object.defineProperty(me,"resolveFetch",{enumerable:!0,get:function(){return La.resolveFetch}});Object.defineProperty(me,"resolveResponse",{enumerable:!0,get:function(){return La.resolveResponse}});Object.defineProperty(me,"isPlainObject",{enumerable:!0,get:function(){return La.isPlainObject}});Object.defineProperty(me,"normalizeToFloat32",{enumerable:!0,get:function(){return La.normalizeToFloat32}});Object.defineProperty(me,"validateVectorDimension",{enumerable:!0,get:function(){return La.validateVectorDimension}})});var d0=S(Lu=>{"use strict";Object.defineProperty(Lu,"__esModule",{value:!0});Lu.StorageClient=void 0;var bp=(he(),oe(pe)),bP=bp.__importDefault(s0()),wP=bp.__importDefault(u0()),vP=bp.__importDefault(rp()),CP=Dp(),yp=class extends wP.default{constructor(e,r={},n,o){super(e,r,n,o)}from(e){return new bP.default(this.url,this.headers,e,this.fetch)}get vectors(){return new CP.StorageVectorsClient(this.url+"/vector",{headers:this.headers,fetch:this.fetch})}get analytics(){return new vP.default(this.url+"/iceberg",this.headers,this.fetch)}};Lu.StorageClient=yp});var h0=S(p0=>{"use strict";Object.defineProperty(p0,"__esModule",{value:!0})});var m0=S(Xr=>{"use strict";Object.defineProperty(Xr,"__esModule",{value:!0});Xr.StorageAnalyticsClient=Xr.StorageClient=void 0;var Nu=(he(),oe(pe)),EP=d0();Object.defineProperty(Xr,"StorageClient",{enumerable:!0,get:function(){return EP.StorageClient}});var _P=rp();Object.defineProperty(Xr,"StorageAnalyticsClient",{enumerable:!0,get:function(){return Nu.__importDefault(_P).default}});Nu.__exportStar(h0(),Xr);Nu.__exportStar(wn(),Xr);Nu.__exportStar(Dp(),Xr)});var g0=S(ju=>{"use strict";Object.defineProperty(ju,"__esModule",{value:!0});ju.version=void 0;ju.version="2.84.0"});var D0=S(Kt=>{"use strict";Object.defineProperty(Kt,"__esModule",{value:!0});Kt.DEFAULT_REALTIME_OPTIONS=Kt.DEFAULT_AUTH_OPTIONS=Kt.DEFAULT_DB_OPTIONS=Kt.DEFAULT_GLOBAL_OPTIONS=Kt.DEFAULT_HEADERS=void 0;var SP=g0(),Na="";typeof Deno<"u"?Na="deno":typeof document<"u"?Na="web":typeof navigator<"u"&&navigator.product==="ReactNative"?Na="react-native":Na="node";Kt.DEFAULT_HEADERS={"X-Client-Info":`supabase-js-${Na}/${SP.version}`};Kt.DEFAULT_GLOBAL_OPTIONS={headers:Kt.DEFAULT_HEADERS};Kt.DEFAULT_DB_OPTIONS={schema:"public"};Kt.DEFAULT_AUTH_OPTIONS={autoRefreshToken:!0,persistSession:!0,detectSessionInUrl:!0,flowType:"implicit"};Kt.DEFAULT_REALTIME_OPTIONS={}});var y0=S(kr=>{"use strict";Object.defineProperty(kr,"__esModule",{value:!0});kr.fetchWithAuth=kr.resolveHeadersConstructor=kr.resolveFetch=void 0;var xP=t=>t?(...e)=>t(...e):(...e)=>fetch(...e);kr.resolveFetch=xP;var AP=()=>Headers;kr.resolveHeadersConstructor=AP;var FP=(t,e,r)=>{let n=(0,kr.resolveFetch)(r),o=(0,kr.resolveHeadersConstructor)();return async(i,a)=>{var s;let u=(s=await e())!==null&&s!==void 0?s:t,c=new o(a?.headers);return c.has("apikey")||c.set("apikey",t),c.has("Authorization")||c.set("Authorization",`Bearer ${u}`),n(i,Object.assign(Object.assign({},a),{headers:c}))}};kr.fetchWithAuth=FP});var w0=S(Cn=>{"use strict";Object.defineProperty(Cn,"__esModule",{value:!0});Cn.isBrowser=void 0;Cn.uuid=OP;Cn.ensureTrailingSlash=b0;Cn.applySettingDefaults=PP;Cn.validateSupabaseUrl=$P;function OP(){return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,function(t){var e=Math.random()*16|0,r=t=="x"?e:e&3|8;return r.toString(16)})}function b0(t){return t.endsWith("/")?t:t+"/"}var kP=()=>typeof window<"u";Cn.isBrowser=kP;function PP(t,e){var r,n;let{db:o,auth:i,realtime:a,global:s}=t,{db:u,auth:c,realtime:l,global:d}=e,p={db:Object.assign(Object.assign({},u),o),auth:Object.assign(Object.assign({},c),i),realtime:Object.assign(Object.assign({},l),a),storage:{},global:Object.assign(Object.assign(Object.assign({},d),s),{headers:Object.assign(Object.assign({},(r=d?.headers)!==null&&r!==void 0?r:{}),(n=s?.headers)!==null&&n!==void 0?n:{})}),accessToken:async()=>""};return t.accessToken?p.accessToken=t.accessToken:delete p.accessToken,p}function $P(t){let e=t?.trim();if(!e)throw new Error("supabaseUrl is required.");if(!e.match(/^https?:\/\//i))throw new Error("Invalid supabaseUrl: Must be a valid HTTP or HTTPS URL.");try{return new URL(b0(e))}catch{throw Error("Invalid supabaseUrl: Provided URL is malformed.")}}});var $p={};Gr($p,{AuthAdminApi:()=>vp,AuthApiError:()=>Cp,AuthClient:()=>wp,AuthError:()=>Er,AuthImplicitGrantRedirectError:()=>Ap,AuthInvalidCredentialsError:()=>xp,AuthInvalidTokenResponseError:()=>Sp,AuthPKCEGrantCodeExchangeError:()=>Fp,AuthRetryableError:()=>Ep,AuthSessionMissingError:()=>_p,AuthWeakPasswordError:()=>Op,GoTrueAdminApi:()=>Mu,GoTrueClient:()=>Uu,NavigatorLockAcquireTimeoutError:()=>kp,isAuthApiError:()=>LP,isAuthError:()=>BP,isAuthRetryableError:()=>NP,isAuthSessionMissingError:()=>jP,isAuthWeakPasswordError:()=>UP,lockInternals:()=>RP,navigatorLock:()=>TP,processLock:()=>IP});var Pp,v0,Uu,Mu,wp,vp,Er,Cp,Ep,_p,Sp,xp,Ap,Fp,Op,TP,IP,kp,RP,BP,LP,NP,jP,UP,Tp=rt(()=>{Pp=()=>Promise.resolve({data:{session:null,user:null},error:null}),v0={get:(t,e)=>{if(e==="constructor")return t.constructor;if(!(e==="then"||e==="catch"||e==="finally")&&typeof e!="symbol")return e==="getSession"?()=>Promise.resolve({data:{session:null,user:null},error:null}):e==="onAuthStateChange"?()=>({data:{subscription:{unsubscribe:()=>{}}},error:null}):Pp}},Uu=class{constructor(e){return this.options=e,new Proxy(this,v0)}},Mu=class{constructor(e){return this.options=e,new Proxy(this,v0)}},wp=class extends Uu{},vp=class extends Mu{},Er=class extends Error{},Cp=class extends Er{},Ep=class extends Er{},_p=class extends Er{},Sp=class extends Er{},xp=class extends Er{},Ap=class extends Er{},Fp=class extends Er{},Op=class extends Er{},TP=Pp,IP=Pp,kp=class extends Error{},RP={},BP=()=>!1,LP=()=>!1,NP=()=>!1,jP=()=>!1,UP=()=>!1});var C0=S(qu=>{"use strict";Object.defineProperty(qu,"__esModule",{value:!0});qu.SupabaseAuthClient=void 0;var MP=(Tp(),oe($p)),Ip=class extends MP.AuthClient{constructor(e){super(e)}};qu.SupabaseAuthClient=Ip});var Lp=S(Bp=>{"use strict";Object.defineProperty(Bp,"__esModule",{value:!0});var qP=gd(),HP=Td(),VP=(Bd(),oe(Rd)),zP=m0(),Hu=D0(),KP=y0(),E0=w0(),GP=C0(),Rp=class{constructor(e,r,n){var o,i,a;this.supabaseUrl=e,this.supabaseKey=r;let s=(0,E0.validateSupabaseUrl)(e);if(!r)throw new Error("supabaseKey is required.");this.realtimeUrl=new URL("realtime/v1",s),this.realtimeUrl.protocol=this.realtimeUrl.protocol.replace("http","ws"),this.authUrl=new URL("auth/v1",s),this.storageUrl=new URL("storage/v1",s),this.functionsUrl=new URL("functions/v1",s);let u=`sb-${s.hostname.split(".")[0]}-auth-token`,c={db:Hu.DEFAULT_DB_OPTIONS,realtime:Hu.DEFAULT_REALTIME_OPTIONS,auth:Object.assign(Object.assign({},Hu.DEFAULT_AUTH_OPTIONS),{storageKey:u}),global:Hu.DEFAULT_GLOBAL_OPTIONS},l=(0,E0.applySettingDefaults)(n??{},c);this.storageKey=(o=l.auth.storageKey)!==null&&o!==void 0?o:"",this.headers=(i=l.global.headers)!==null&&i!==void 0?i:{},l.accessToken?(this.accessToken=l.accessToken,this.auth=new Proxy({},{get:(d,p)=>{throw new Error(`@supabase/supabase-js: Supabase Client is configured with the accessToken option, accessing supabase.auth.${String(p)} is not possible`)}})):this.auth=this._initSupabaseAuthClient((a=l.auth)!==null&&a!==void 0?a:{},this.headers,l.global.fetch),this.fetch=(0,KP.fetchWithAuth)(r,this._getAccessToken.bind(this),l.global.fetch),this.realtime=this._initRealtimeClient(Object.assign({headers:this.headers,accessToken:this._getAccessToken.bind(this)},l.realtime)),this.accessToken&&this.accessToken().then(d=>this.realtime.setAuth(d)).catch(d=>console.warn("Failed to set initial Realtime auth token:",d)),this.rest=new HP.PostgrestClient(new URL("rest/v1",s).href,{headers:this.headers,schema:l.db.schema,fetch:this.fetch}),this.storage=new zP.StorageClient(this.storageUrl.href,this.headers,this.fetch,n?.storage),l.accessToken||this._listenForAuthEvents()}get functions(){return new qP.FunctionsClient(this.functionsUrl.href,{headers:this.headers,customFetch:this.fetch})}from(e){return this.rest.from(e)}schema(e){return this.rest.schema(e)}rpc(e,r={},n={head:!1,get:!1,count:void 0}){return this.rest.rpc(e,r,n)}channel(e,r={config:{}}){return this.realtime.channel(e,r)}getChannels(){return this.realtime.getChannels()}removeChannel(e){return this.realtime.removeChannel(e)}removeAllChannels(){return this.realtime.removeAllChannels()}async _getAccessToken(){var e,r;if(this.accessToken)return await this.accessToken();let{data:n}=await this.auth.getSession();return(r=(e=n.session)===null||e===void 0?void 0:e.access_token)!==null&&r!==void 0?r:this.supabaseKey}_initSupabaseAuthClient({autoRefreshToken:e,persistSession:r,detectSessionInUrl:n,storage:o,userStorage:i,storageKey:a,flowType:s,lock:u,debug:c,throwOnError:l},d,p){let h={Authorization:`Bearer ${this.supabaseKey}`,apikey:`${this.supabaseKey}`};return new GP.SupabaseAuthClient({url:this.authUrl.href,headers:Object.assign(Object.assign({},h),d),storageKey:a,autoRefreshToken:e,persistSession:r,detectSessionInUrl:n,storage:o,userStorage:i,flowType:s,lock:u,debug:c,throwOnError:l,fetch:p,hasCustomAuthorizationHeader:Object.keys(this.headers).some(m=>m.toLowerCase()==="authorization")})}_initRealtimeClient(e){return new VP.RealtimeClient(this.realtimeUrl.href,Object.assign(Object.assign({},e),{params:Object.assign({apikey:this.supabaseKey},e?.params)}))}_listenForAuthEvents(){return this.auth.onAuthStateChange((r,n)=>{this._handleTokenChanged(r,"CLIENT",n?.access_token)})}_handleTokenChanged(e,r,n){(e==="TOKEN_REFRESHED"||e==="SIGNED_IN")&&this.changedAccessToken!==n?(this.changedAccessToken=n,this.realtime.setAuth(n)):e==="SIGNED_OUT"&&(this.realtime.setAuth(),r=="STORAGE"&&this.auth.signOut(),this.changedAccessToken=void 0)}};Bp.default=Rp});var x0=S(Re=>{"use strict";var WP=Re&&Re.__createBinding||(Object.create?(function(t,e,r,n){n===void 0&&(n=r);var o=Object.getOwnPropertyDescriptor(e,r);(!o||("get"in o?!e.__esModule:o.writable||o.configurable))&&(o={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,n,o)}):(function(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]})),_0=Re&&Re.__exportStar||function(t,e){for(var r in t)r!=="default"&&!Object.prototype.hasOwnProperty.call(e,r)&&WP(e,t,r)},S0=Re&&Re.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(Re,"__esModule",{value:!0});Re.createClient=Re.SupabaseClient=Re.FunctionRegion=Re.FunctionsError=Re.FunctionsRelayError=Re.FunctionsFetchError=Re.FunctionsHttpError=Re.PostgrestError=void 0;var YP=S0(Lp());_0((Tp(),oe($p)),Re);var JP=Td();Object.defineProperty(Re,"PostgrestError",{enumerable:!0,get:function(){return JP.PostgrestError}});var ja=gd();Object.defineProperty(Re,"FunctionsHttpError",{enumerable:!0,get:function(){return ja.FunctionsHttpError}});Object.defineProperty(Re,"FunctionsFetchError",{enumerable:!0,get:function(){return ja.FunctionsFetchError}});Object.defineProperty(Re,"FunctionsRelayError",{enumerable:!0,get:function(){return ja.FunctionsRelayError}});Object.defineProperty(Re,"FunctionsError",{enumerable:!0,get:function(){return ja.FunctionsError}});Object.defineProperty(Re,"FunctionRegion",{enumerable:!0,get:function(){return ja.FunctionRegion}});_0((Bd(),oe(Rd)),Re);var XP=Lp();Object.defineProperty(Re,"SupabaseClient",{enumerable:!0,get:function(){return S0(XP).default}});var ZP=(t,e,r)=>new YP.default(t,e,r);Re.createClient=ZP;function QP(){if(typeof window<"u"||typeof process>"u")return!1;let t=process.version;if(t==null)return!1;let e=t.match(/^v(\d+)\./);return e?parseInt(e[1],10)<=18:!1}QP()&&console.warn("\u26A0\uFE0F Node.js 18 and below are deprecated and will no longer be supported in future versions of @supabase/supabase-js. Please upgrade to Node.js 20 or later. For more information, visit: https://github.com/orgs/supabase/discussions/37217")});var Np=S((XV,A0)=>{A0.exports={LOCHDR:30,LOCSIG:67324752,LOCVER:4,LOCFLG:6,LOCHOW:8,LOCTIM:10,LOCCRC:14,LOCSIZ:18,LOCLEN:22,LOCNAM:26,LOCEXT:28,EXTSIG:134695760,EXTHDR:16,EXTCRC:4,EXTSIZ:8,EXTLEN:12,CENHDR:46,CENSIG:33639248,CENVEM:4,CENVER:6,CENFLG:8,CENHOW:10,CENTIM:12,CENCRC:16,CENSIZ:20,CENLEN:24,CENNAM:28,CENEXT:30,CENCOM:32,CENDSK:34,CENATT:36,CENATX:38,CENOFF:42,ENDHDR:22,ENDSIG:101010256,ENDSUB:8,ENDTOT:10,ENDSIZ:12,ENDOFF:16,ENDCOM:20,END64HDR:20,END64SIG:117853008,END64START:4,END64OFF:8,END64NUMDISKS:16,ZIP64SIG:101075792,ZIP64HDR:56,ZIP64LEAD:12,ZIP64SIZE:4,ZIP64VEM:12,ZIP64VER:14,ZIP64DSK:16,ZIP64DSKDIR:20,ZIP64SUB:24,ZIP64TOT:32,ZIP64SIZB:40,ZIP64OFF:48,ZIP64EXTRA:56,STORED:0,SHRUNK:1,REDUCED1:2,REDUCED2:3,REDUCED3:4,REDUCED4:5,IMPLODED:6,DEFLATED:8,ENHANCED_DEFLATED:9,PKWARE:10,BZIP2:12,LZMA:14,IBM_TERSE:18,IBM_LZ77:19,AES_ENCRYPT:99,FLG_ENC:1,FLG_COMP1:2,FLG_COMP2:4,FLG_DESC:8,FLG_ENH:16,FLG_PATCH:32,FLG_STR:64,FLG_EFS:2048,FLG_MSK:4096,FILE:2,BUFFER:1,NONE:0,EF_ID:0,EF_SIZE:2,ID_ZIP64:1,ID_AVINFO:7,ID_PFS:8,ID_OS2:9,ID_NTFS:10,ID_OPENVMS:12,ID_UNIX:13,ID_FORK:14,ID_PATCH:15,ID_X509_PKCS7:20,ID_X509_CERTID_F:21,ID_X509_CERTID_C:22,ID_STRONGENC:23,ID_RECORD_MGT:24,ID_X509_PKCS7_RL:25,ID_IBM1:101,ID_IBM2:102,ID_POSZIP:18064,EF_ZIP64_OR_32:4294967295,EF_ZIP64_OR_16:65535,EF_ZIP64_SUNCOMP:0,EF_ZIP64_SCOMP:8,EF_ZIP64_RHO:16,EF_ZIP64_DSN:24}});var Vu=S(O0=>{var F0={INVALID_LOC:"Invalid LOC header (bad signature)",INVALID_CEN:"Invalid CEN header (bad signature)",INVALID_END:"Invalid END header (bad signature)",DESCRIPTOR_NOT_EXIST:"No descriptor present",DESCRIPTOR_UNKNOWN:"Unknown descriptor format",DESCRIPTOR_FAULTY:"Descriptor data is malformed",NO_DATA:"Nothing to decompress",BAD_CRC:"CRC32 checksum failed {0}",FILE_IN_THE_WAY:"There is a file in the way: {0}",UNKNOWN_METHOD:"Invalid/unsupported compression method",AVAIL_DATA:"inflate::Available inflate data did not terminate",INVALID_DISTANCE:"inflate::Invalid literal/length or distance code in fixed or dynamic block",TO_MANY_CODES:"inflate::Dynamic block code description: too many length or distance codes",INVALID_REPEAT_LEN:"inflate::Dynamic block code description: repeat more than specified lengths",INVALID_REPEAT_FIRST:"inflate::Dynamic block code description: repeat lengths with no first length",INCOMPLETE_CODES:"inflate::Dynamic block code description: code lengths codes incomplete",INVALID_DYN_DISTANCE:"inflate::Dynamic block code description: invalid distance code lengths",INVALID_CODES_LEN:"inflate::Dynamic block code description: invalid literal/length code lengths",INVALID_STORE_BLOCK:"inflate::Stored block length did not match one's complement",INVALID_BLOCK_TYPE:"inflate::Invalid block type (type == 3)",CANT_EXTRACT_FILE:"Could not extract the file",CANT_OVERRIDE:"Target file already exists",DISK_ENTRY_TOO_LARGE:"Number of disk entries is too large",NO_ZIP:"No zip file was loaded",NO_ENTRY:"Entry doesn't exist",DIRECTORY_CONTENT_ERROR:"A directory cannot have content",FILE_NOT_FOUND:'File not found: "{0}"',NOT_IMPLEMENTED:"Not implemented",INVALID_FILENAME:"Invalid filename",INVALID_FORMAT:"Invalid or unsupported zip format. No END header found",INVALID_PASS_PARAM:"Incompatible password parameter",WRONG_PASSWORD:"Wrong Password",COMMENT_TOO_LONG:"Comment is too long",EXTRA_FIELD_PARSE_ERROR:"Extra field parsing error"};function e$(t){return function(...e){return e.length&&(t=t.replace(/\{(\d)\}/g,(r,n)=>e[n]||"")),new Error("ADM-ZIP: "+t)}}for(let t of Object.keys(F0))O0[t]=e$(F0[t])});var I0=S((QV,T0)=>{var t$=require("fs"),nt=require("path"),k0=Np(),r$=Vu(),n$=typeof process=="object"&&process.platform==="win32",P0=t=>typeof t=="object"&&t!==null,$0=new Uint32Array(256).map((t,e)=>{for(let r=0;r<8;r++)(e&1)!==0?e=3988292384^e>>>1:e>>>=1;return e>>>0});function We(t){this.sep=nt.sep,this.fs=t$,P0(t)&&P0(t.fs)&&typeof t.fs.statSync=="function"&&(this.fs=t.fs)}T0.exports=We;We.prototype.makeDir=function(t){let e=this;function r(n){let o=n.split(e.sep)[0];n.split(e.sep).forEach(function(i){if(!(!i||i.substr(-1,1)===":")){o+=e.sep+i;var a;try{a=e.fs.statSync(o)}catch{e.fs.mkdirSync(o)}if(a&&a.isFile())throw r$.FILE_IN_THE_WAY(`"${o}"`)}})}r(t)};We.prototype.writeFileTo=function(t,e,r,n){let o=this;if(o.fs.existsSync(t)){if(!r)return!1;var i=o.fs.statSync(t);if(i.isDirectory())return!1}var a=nt.dirname(t);o.fs.existsSync(a)||o.makeDir(a);var s;try{s=o.fs.openSync(t,"w",438)}catch{o.fs.chmodSync(t,438),s=o.fs.openSync(t,"w",438)}if(s)try{o.fs.writeSync(s,e,0,e.length,0)}finally{o.fs.closeSync(s)}return o.fs.chmodSync(t,n||438),!0};We.prototype.writeFileToAsync=function(t,e,r,n,o){typeof n=="function"&&(o=n,n=void 0);let i=this;i.fs.exists(t,function(a){if(a&&!r)return o(!1);i.fs.stat(t,function(s,u){if(a&&u.isDirectory())return o(!1);var c=nt.dirname(t);i.fs.exists(c,function(l){l||i.makeDir(c),i.fs.open(t,"w",438,function(d,p){d?i.fs.chmod(t,438,function(){i.fs.open(t,"w",438,function(h,m){i.fs.write(m,e,0,e.length,0,function(){i.fs.close(m,function(){i.fs.chmod(t,n||438,function(){o(!0)})})})})}):p?i.fs.write(p,e,0,e.length,0,function(){i.fs.close(p,function(){i.fs.chmod(t,n||438,function(){o(!0)})})}):i.fs.chmod(t,n||438,function(){o(!0)})})})})})};We.prototype.findFiles=function(t){let e=this;function r(n,o,i){typeof o=="boolean"&&(i=o,o=void 0);let a=[];return e.fs.readdirSync(n).forEach(function(s){let u=nt.join(n,s),c=e.fs.statSync(u);(!o||o.test(u))&&a.push(nt.normalize(u)+(c.isDirectory()?e.sep:"")),c.isDirectory()&&i&&(a=a.concat(r(u,o,i)))}),a}return r(t,void 0,!0)};We.prototype.findFilesAsync=function(t,e){let r=this,n=[];r.fs.readdir(t,function(o,i){if(o)return e(o);let a=i.length;if(!a)return e(null,n);i.forEach(function(s){s=nt.join(t,s),r.fs.stat(s,function(u,c){if(u)return e(u);c&&(n.push(nt.normalize(s)+(c.isDirectory()?r.sep:"")),c.isDirectory()?r.findFilesAsync(s,function(l,d){if(l)return e(l);n=n.concat(d),--a||e(null,n)}):--a||e(null,n))})})})};We.prototype.getAttributes=function(){};We.prototype.setAttributes=function(){};We.crc32update=function(t,e){return $0[(t^e)&255]^t>>>8};We.crc32=function(t){typeof t=="string"&&(t=Buffer.from(t,"utf8"));let e=t.length,r=-1;for(let n=0;n<e;)r=We.crc32update(r,t[n++]);return~r>>>0};We.methodToString=function(t){switch(t){case k0.STORED:return"STORED ("+t+")";case k0.DEFLATED:return"DEFLATED ("+t+")";default:return"UNSUPPORTED ("+t+")"}};We.canonical=function(t){if(!t)return"";let e=nt.posix.normalize("/"+t.split("\\").join("/"));return nt.join(".",e)};We.zipnamefix=function(t){if(!t)return"";let e=nt.posix.normalize("/"+t.split("\\").join("/"));return nt.posix.join(".",e)};We.findLast=function(t,e){if(!Array.isArray(t))throw new TypeError("arr is not array");let r=t.length>>>0;for(let n=r-1;n>=0;n--)if(e(t[n],n,t))return t[n]};We.sanitize=function(t,e){t=nt.resolve(nt.normalize(t));for(var r=e.split("/"),n=0,o=r.length;n<o;n++){var i=nt.normalize(nt.join(t,r.slice(n,o).join(nt.sep)));if(i.indexOf(t)===0)return i}return nt.normalize(nt.join(t,nt.basename(e)))};We.toBuffer=function(e,r){return Buffer.isBuffer(e)?e:e instanceof Uint8Array?Buffer.from(e):typeof e=="string"?r(e):Buffer.alloc(0)};We.readBigUInt64LE=function(t,e){var r=Buffer.from(t.slice(e,e+8));return r.swap64(),parseInt(`0x${r.toString("hex")}`)};We.fromDOS2Date=function(t){return new Date((t>>25&127)+1980,Math.max((t>>21&15)-1,0),Math.max(t>>16&31,1),t>>11&31,t>>5&63,(t&31)<<1)};We.fromDate2DOS=function(t){let e=0,r=0;return t.getFullYear()>1979&&(e=(t.getFullYear()-1980&127)<<9|t.getMonth()+1<<5|t.getDate(),r=t.getHours()<<11|t.getMinutes()<<5|t.getSeconds()>>1),e<<16|r};We.isWin=n$;We.crcTable=$0});var B0=S((ez,R0)=>{var o$=require("path");R0.exports=function(t,{fs:e}){var r=t||"",n=i(),o=null;function i(){return{directory:!1,readonly:!1,hidden:!1,executable:!1,mtime:0,atime:0}}return r&&e.existsSync(r)?(o=e.statSync(r),n.directory=o.isDirectory(),n.mtime=o.mtime,n.atime=o.atime,n.executable=(73&o.mode)!==0,n.readonly=(128&o.mode)===0,n.hidden=o$.basename(r)[0]==="."):console.warn("Invalid path: "+r),{get directory(){return n.directory},get readOnly(){return n.readonly},get hidden(){return n.hidden},get mtime(){return n.mtime},get atime(){return n.atime},get executable(){return n.executable},decodeAttributes:function(){},encodeAttributes:function(){},toJSON:function(){return{path:r,isDirectory:n.directory,isReadOnly:n.readonly,isHidden:n.hidden,isExecutable:n.executable,mTime:n.mtime,aTime:n.atime}},toString:function(){return JSON.stringify(this.toJSON(),null," ")}}}});var N0=S((tz,L0)=>{L0.exports={efs:!0,encode:t=>Buffer.from(t,"utf8"),decode:t=>t.toString("utf8")}});var ii=S((rz,oi)=>{oi.exports=I0();oi.exports.Constants=Np();oi.exports.Errors=Vu();oi.exports.FileAttr=B0();oi.exports.decoder=N0()});var U0=S((nz,j0)=>{var En=ii(),Y=En.Constants;j0.exports=function(){var t=20,e=10,r=0,n=0,o=0,i=0,a=0,s=0,u=0,c=0,l=0,d=0,p=0,h=0,m=0;t|=En.isWin?2560:768,r|=Y.FLG_EFS;let b={extraLen:0},D=g=>Math.max(0,g)>>>0,C=g=>Math.max(0,g)&65535,E=g=>Math.max(0,g)&255;return o=En.fromDate2DOS(new Date),{get made(){return t},set made(g){t=g},get version(){return e},set version(g){e=g},get flags(){return r},set flags(g){r=g},get flags_efs(){return(r&Y.FLG_EFS)>0},set flags_efs(g){g?r|=Y.FLG_EFS:r&=~Y.FLG_EFS},get flags_desc(){return(r&Y.FLG_DESC)>0},set flags_desc(g){g?r|=Y.FLG_DESC:r&=~Y.FLG_DESC},get method(){return n},set method(g){switch(g){case Y.STORED:this.version=10;case Y.DEFLATED:default:this.version=20}n=g},get time(){return En.fromDOS2Date(this.timeval)},set time(g){this.timeval=En.fromDate2DOS(g)},get timeval(){return o},set timeval(g){o=D(g)},get timeHighByte(){return E(o>>>8)},get crc(){return i},set crc(g){i=D(g)},get compressedSize(){return a},set compressedSize(g){a=D(g)},get size(){return s},set size(g){s=D(g)},get fileNameLength(){return u},set fileNameLength(g){u=g},get extraLength(){return c},set extraLength(g){c=g},get extraLocalLength(){return b.extraLen},set extraLocalLength(g){b.extraLen=g},get commentLength(){return l},set commentLength(g){l=g},get diskNumStart(){return d},set diskNumStart(g){d=D(g)},get inAttr(){return p},set inAttr(g){p=D(g)},get attr(){return h},set attr(g){h=D(g)},get fileAttr(){return(h||0)>>16&4095},get offset(){return m},set offset(g){m=D(g)},get encrypted(){return(r&Y.FLG_ENC)===Y.FLG_ENC},get centralHeaderSize(){return Y.CENHDR+u+c+l},get realDataOffset(){return m+Y.LOCHDR+b.fnameLen+b.extraLen},get localHeader(){return b},loadLocalHeaderFromBinary:function(g){var _=g.slice(m,m+Y.LOCHDR);if(_.readUInt32LE(0)!==Y.LOCSIG)throw En.Errors.INVALID_LOC();b.version=_.readUInt16LE(Y.LOCVER),b.flags=_.readUInt16LE(Y.LOCFLG),b.method=_.readUInt16LE(Y.LOCHOW),b.time=_.readUInt32LE(Y.LOCTIM),b.crc=_.readUInt32LE(Y.LOCCRC),b.compressedSize=_.readUInt32LE(Y.LOCSIZ),b.size=_.readUInt32LE(Y.LOCLEN),b.fnameLen=_.readUInt16LE(Y.LOCNAM),b.extraLen=_.readUInt16LE(Y.LOCEXT);let x=m+Y.LOCHDR+b.fnameLen,$=x+b.extraLen;return g.slice(x,$)},loadFromBinary:function(g){if(g.length!==Y.CENHDR||g.readUInt32LE(0)!==Y.CENSIG)throw En.Errors.INVALID_CEN();t=g.readUInt16LE(Y.CENVEM),e=g.readUInt16LE(Y.CENVER),r=g.readUInt16LE(Y.CENFLG),n=g.readUInt16LE(Y.CENHOW),o=g.readUInt32LE(Y.CENTIM),i=g.readUInt32LE(Y.CENCRC),a=g.readUInt32LE(Y.CENSIZ),s=g.readUInt32LE(Y.CENLEN),u=g.readUInt16LE(Y.CENNAM),c=g.readUInt16LE(Y.CENEXT),l=g.readUInt16LE(Y.CENCOM),d=g.readUInt16LE(Y.CENDSK),p=g.readUInt16LE(Y.CENATT),h=g.readUInt32LE(Y.CENATX),m=g.readUInt32LE(Y.CENOFF)},localHeaderToBinary:function(){var g=Buffer.alloc(Y.LOCHDR);return g.writeUInt32LE(Y.LOCSIG,0),g.writeUInt16LE(e,Y.LOCVER),g.writeUInt16LE(r,Y.LOCFLG),g.writeUInt16LE(n,Y.LOCHOW),g.writeUInt32LE(o,Y.LOCTIM),g.writeUInt32LE(i,Y.LOCCRC),g.writeUInt32LE(a,Y.LOCSIZ),g.writeUInt32LE(s,Y.LOCLEN),g.writeUInt16LE(u,Y.LOCNAM),g.writeUInt16LE(b.extraLen,Y.LOCEXT),g},centralHeaderToBinary:function(){var g=Buffer.alloc(Y.CENHDR+u+c+l);return g.writeUInt32LE(Y.CENSIG,0),g.writeUInt16LE(t,Y.CENVEM),g.writeUInt16LE(e,Y.CENVER),g.writeUInt16LE(r,Y.CENFLG),g.writeUInt16LE(n,Y.CENHOW),g.writeUInt32LE(o,Y.CENTIM),g.writeUInt32LE(i,Y.CENCRC),g.writeUInt32LE(a,Y.CENSIZ),g.writeUInt32LE(s,Y.CENLEN),g.writeUInt16LE(u,Y.CENNAM),g.writeUInt16LE(c,Y.CENEXT),g.writeUInt16LE(l,Y.CENCOM),g.writeUInt16LE(d,Y.CENDSK),g.writeUInt16LE(p,Y.CENATT),g.writeUInt32LE(h,Y.CENATX),g.writeUInt32LE(m,Y.CENOFF),g},toJSON:function(){let g=function(_){return _+" bytes"};return{made:t,version:e,flags:r,method:En.methodToString(n),time:this.time,crc:"0x"+i.toString(16).toUpperCase(),compressedSize:g(a),size:g(s),fileNameLength:g(u),extraLength:g(c),commentLength:g(l),diskNumStart:d,inAttr:p,attr:h,offset:m,centralHeaderSize:g(Y.CENHDR+u+c+l)}},toString:function(){return JSON.stringify(this.toJSON(),null," ")}}}});var q0=S((oz,M0)=>{var ai=ii(),Ve=ai.Constants;M0.exports=function(){var t=0,e=0,r=0,n=0,o=0;return{get diskEntries(){return t},set diskEntries(i){t=e=i},get totalEntries(){return e},set totalEntries(i){e=t=i},get size(){return r},set size(i){r=i},get offset(){return n},set offset(i){n=i},get commentLength(){return o},set commentLength(i){o=i},get mainHeaderSize(){return Ve.ENDHDR+o},loadFromBinary:function(i){if((i.length!==Ve.ENDHDR||i.readUInt32LE(0)!==Ve.ENDSIG)&&(i.length<Ve.ZIP64HDR||i.readUInt32LE(0)!==Ve.ZIP64SIG))throw ai.Errors.INVALID_END();i.readUInt32LE(0)===Ve.ENDSIG?(t=i.readUInt16LE(Ve.ENDSUB),e=i.readUInt16LE(Ve.ENDTOT),r=i.readUInt32LE(Ve.ENDSIZ),n=i.readUInt32LE(Ve.ENDOFF),o=i.readUInt16LE(Ve.ENDCOM)):(t=ai.readBigUInt64LE(i,Ve.ZIP64SUB),e=ai.readBigUInt64LE(i,Ve.ZIP64TOT),r=ai.readBigUInt64LE(i,Ve.ZIP64SIZE),n=ai.readBigUInt64LE(i,Ve.ZIP64OFF),o=0)},toBinary:function(){var i=Buffer.alloc(Ve.ENDHDR+o);return i.writeUInt32LE(Ve.ENDSIG,0),i.writeUInt32LE(0,4),i.writeUInt16LE(t,Ve.ENDSUB),i.writeUInt16LE(e,Ve.ENDTOT),i.writeUInt32LE(r,Ve.ENDSIZ),i.writeUInt32LE(n,Ve.ENDOFF),i.writeUInt16LE(o,Ve.ENDCOM),i.fill(" ",Ve.ENDHDR),i},toJSON:function(){let i=function(a,s){let u=a.toString(16).toUpperCase();for(;u.length<s;)u="0"+u;return"0x"+u};return{diskEntries:t,totalEntries:e,size:r+" bytes",offset:i(n,4),commentLength:o}},toString:function(){return JSON.stringify(this.toJSON(),null," ")}}}});var Up=S(jp=>{jp.EntryHeader=U0();jp.MainHeader=q0()});var V0=S((az,H0)=>{H0.exports=function(t){var e=require("zlib"),r={chunkSize:(parseInt(t.length/1024)+1)*1024};return{deflate:function(){return e.deflateRawSync(t,r)},deflateAsync:function(n){var o=e.createDeflateRaw(r),i=[],a=0;o.on("data",function(s){i.push(s),a+=s.length}),o.on("end",function(){var s=Buffer.alloc(a),u=0;s.fill(0);for(var c=0;c<i.length;c++){var l=i[c];l.copy(s,u),u+=l.length}n&&n(s)}),o.end(t)}}}});var K0=S((sz,z0)=>{var i$=+(process.versions?process.versions.node:"").split(".")[0]||0;z0.exports=function(t,e){var r=require("zlib");let n=i$>=15&&e>0?{maxOutputLength:e}:{};return{inflate:function(){return r.inflateRawSync(t,n)},inflateAsync:function(o){var i=r.createInflateRaw(n),a=[],s=0;i.on("data",function(u){a.push(u),s+=u.length}),i.on("end",function(){var u=Buffer.alloc(s),c=0;u.fill(0);for(var l=0;l<a.length;l++){var d=a[l];d.copy(u,c),c+=d.length}o&&o(u)}),i.end(t)}}}});var X0=S((uz,J0)=>{"use strict";var{randomFillSync:G0}=require("crypto"),a$=Vu(),s$=new Uint32Array(256).map((t,e)=>{for(let r=0;r<8;r++)(e&1)!==0?e=e>>>1^3988292384:e>>>=1;return e>>>0}),Y0=(t,e)=>Math.imul(t,e)>>>0,W0=(t,e)=>s$[(t^e)&255]^t>>>8,Ua=()=>typeof G0=="function"?G0(Buffer.alloc(12)):Ua.node();Ua.node=()=>{let t=Buffer.alloc(12),e=t.length;for(let r=0;r<e;r++)t[r]=Math.random()*256&255;return t};var zu={genSalt:Ua};function Ku(t){let e=Buffer.isBuffer(t)?t:Buffer.from(t);this.keys=new Uint32Array([305419896,591751049,878082192]);for(let r=0;r<e.length;r++)this.updateKeys(e[r])}Ku.prototype.updateKeys=function(t){let e=this.keys;return e[0]=W0(e[0],t),e[1]+=e[0]&255,e[1]=Y0(e[1],134775813)+1,e[2]=W0(e[2],e[1]>>>24),t};Ku.prototype.next=function(){let t=(this.keys[2]|2)>>>0;return Y0(t,t^1)>>8&255};function u$(t){let e=new Ku(t);return function(r){let n=Buffer.alloc(r.length),o=0;for(let i of r)n[o++]=e.updateKeys(i^e.next());return n}}function c$(t){let e=new Ku(t);return function(r,n,o=0){n||(n=Buffer.alloc(r.length));for(let i of r){let a=e.next();n[o++]=i^a,e.updateKeys(i)}return n}}function l$(t,e,r){if(!t||!Buffer.isBuffer(t)||t.length<12)return Buffer.alloc(0);let n=u$(r),o=n(t.slice(0,12)),i=(e.flags&8)===8?e.timeHighByte:e.crc>>>24;if(o[11]!==i)throw a$.WRONG_PASSWORD();return n(t.slice(12))}function f$(t){Buffer.isBuffer(t)&&t.length>=12?zu.genSalt=function(){return t.slice(0,12)}:t==="node"?zu.genSalt=Ua.node:zu.genSalt=Ua}function d$(t,e,r,n=!1){t==null&&(t=Buffer.alloc(0)),Buffer.isBuffer(t)||(t=Buffer.from(t.toString()));let o=c$(r),i=zu.genSalt();i[11]=e.crc>>>24&255,n&&(i[10]=e.crc>>>16&255);let a=Buffer.alloc(t.length+12);return o(i,a),o(t,a,12)}J0.exports={decrypt:l$,encrypt:d$,_salter:f$}});var Z0=S(Gu=>{Gu.Deflater=V0();Gu.Inflater=K0();Gu.ZipCrypto=X0()});var qp=S((lz,Q0)=>{var Se=ii(),p$=Up(),Ye=Se.Constants,Mp=Z0();Q0.exports=function(t,e){var r=new p$.EntryHeader,n=Buffer.alloc(0),o=Buffer.alloc(0),i=!1,a=null,s=Buffer.alloc(0),u=Buffer.alloc(0),c=!0;let l=t,d=typeof l.decoder=="object"?l.decoder:Se.decoder;c=d.hasOwnProperty("efs")?d.efs:!1;function p(){return!e||!(e instanceof Uint8Array)?Buffer.alloc(0):(u=r.loadLocalHeaderFromBinary(e),e.slice(r.realDataOffset,r.realDataOffset+r.compressedSize))}function h(g){if(r.flags_desc){let _={},x=r.realDataOffset+r.compressedSize;if(e.readUInt32LE(x)==Ye.LOCSIG||e.readUInt32LE(x)==Ye.CENSIG)throw Se.Errors.DESCRIPTOR_NOT_EXIST();if(e.readUInt32LE(x)==Ye.EXTSIG)_.crc=e.readUInt32LE(x+Ye.EXTCRC),_.compressedSize=e.readUInt32LE(x+Ye.EXTSIZ),_.size=e.readUInt32LE(x+Ye.EXTLEN);else if(e.readUInt16LE(x+12)===19280)_.crc=e.readUInt32LE(x+Ye.EXTCRC-4),_.compressedSize=e.readUInt32LE(x+Ye.EXTSIZ-4),_.size=e.readUInt32LE(x+Ye.EXTLEN-4);else throw Se.Errors.DESCRIPTOR_UNKNOWN();if(_.compressedSize!==r.compressedSize||_.size!==r.size||_.crc!==r.crc)throw Se.Errors.DESCRIPTOR_FAULTY();if(Se.crc32(g)!==_.crc)return!1}else if(Se.crc32(g)!==r.localHeader.crc)return!1;return!0}function m(g,_,x){if(typeof _>"u"&&typeof g=="string"&&(x=g,g=void 0),i)return g&&_&&_(Buffer.alloc(0),Se.Errors.DIRECTORY_CONTENT_ERROR()),Buffer.alloc(0);var $=p();if($.length===0)return g&&_&&_($),$;if(r.encrypted){if(typeof x!="string"&&!Buffer.isBuffer(x))throw Se.Errors.INVALID_PASS_PARAM();$=Mp.ZipCrypto.decrypt($,r,x)}var O=Buffer.alloc(r.size);switch(r.method){case Se.Constants.STORED:if($.copy(O),h(O))return g&&_&&_(O),O;throw g&&_&&_(O,Se.Errors.BAD_CRC()),Se.Errors.BAD_CRC();case Se.Constants.DEFLATED:var B=new Mp.Inflater($,r.size);if(g)B.inflateAsync(function(T){T.copy(T,0),_&&(h(T)?_(T):_(T,Se.Errors.BAD_CRC()))});else{if(B.inflate(O).copy(O,0),!h(O))throw Se.Errors.BAD_CRC(`"${d.decode(n)}"`);return O}break;default:throw g&&_&&_(Buffer.alloc(0),Se.Errors.UNKNOWN_METHOD()),Se.Errors.UNKNOWN_METHOD()}}function b(g,_){if((!a||!a.length)&&Buffer.isBuffer(e))return g&&_&&_(p()),p();if(a.length&&!i){var x;switch(r.method){case Se.Constants.STORED:return r.compressedSize=r.size,x=Buffer.alloc(a.length),a.copy(x),g&&_&&_(x),x;default:case Se.Constants.DEFLATED:var $=new Mp.Deflater(a);if(g)$.deflateAsync(function(B){x=Buffer.alloc(B.length),r.compressedSize=B.length,B.copy(x),_&&_(x)});else{var O=$.deflate();return r.compressedSize=O.length,O}$=null;break}}else if(g&&_)_(Buffer.alloc(0));else return Buffer.alloc(0)}function D(g,_){return(g.readUInt32LE(_+4)<<4)+g.readUInt32LE(_)}function C(g){try{for(var _=0,x,$,O;_+4<g.length;)x=g.readUInt16LE(_),_+=2,$=g.readUInt16LE(_),_+=2,O=g.slice(_,_+$),_+=$,Ye.ID_ZIP64===x&&E(O)}catch{throw Se.Errors.EXTRA_FIELD_PARSE_ERROR()}}function E(g){var _,x,$,O;g.length>=Ye.EF_ZIP64_SCOMP&&(_=D(g,Ye.EF_ZIP64_SUNCOMP),r.size===Ye.EF_ZIP64_OR_32&&(r.size=_)),g.length>=Ye.EF_ZIP64_RHO&&(x=D(g,Ye.EF_ZIP64_SCOMP),r.compressedSize===Ye.EF_ZIP64_OR_32&&(r.compressedSize=x)),g.length>=Ye.EF_ZIP64_DSN&&($=D(g,Ye.EF_ZIP64_RHO),r.offset===Ye.EF_ZIP64_OR_32&&(r.offset=$)),g.length>=Ye.EF_ZIP64_DSN+4&&(O=g.readUInt32LE(Ye.EF_ZIP64_DSN),r.diskNumStart===Ye.EF_ZIP64_OR_16&&(r.diskNumStart=O))}return{get entryName(){return d.decode(n)},get rawEntryName(){return n},set entryName(g){n=Se.toBuffer(g,d.encode);var _=n[n.length-1];i=_===47||_===92,r.fileNameLength=n.length},get efs(){return typeof c=="function"?c(this.entryName):c},get extra(){return s},set extra(g){s=g,r.extraLength=g.length,C(g)},get comment(){return d.decode(o)},set comment(g){if(o=Se.toBuffer(g,d.encode),r.commentLength=o.length,o.length>65535)throw Se.Errors.COMMENT_TOO_LONG()},get name(){var g=d.decode(n);return i?g.substr(g.length-1).split("/").pop():g.split("/").pop()},get isDirectory(){return i},getCompressedData:function(){return b(!1,null)},getCompressedDataAsync:function(g){b(!0,g)},setData:function(g){a=Se.toBuffer(g,Se.decoder.encode),!i&&a.length?(r.size=a.length,r.method=Se.Constants.DEFLATED,r.crc=Se.crc32(g),r.changed=!0):r.method=Se.Constants.STORED},getData:function(g){return r.changed?a:m(!1,null,g)},getDataAsync:function(g,_){r.changed?g(a):m(!0,g,_)},set attr(g){r.attr=g},get attr(){return r.attr},set header(g){r.loadFromBinary(g)},get header(){return r},packCentralHeader:function(){r.flags_efs=this.efs,r.extraLength=s.length;var g=r.centralHeaderToBinary(),_=Se.Constants.CENHDR;return n.copy(g,_),_+=n.length,s.copy(g,_),_+=r.extraLength,o.copy(g,_),g},packLocalHeader:function(){let g=0;r.flags_efs=this.efs,r.extraLocalLength=u.length;let _=r.localHeaderToBinary(),x=Buffer.alloc(_.length+n.length+r.extraLocalLength);return _.copy(x,g),g+=_.length,n.copy(x,g),g+=n.length,u.copy(x,g),g+=u.length,x},toJSON:function(){let g=function(_){return"<"+(_&&_.length+" bytes buffer"||"null")+">"};return{entryName:this.entryName,name:this.name,comment:this.comment,isDirectory:this.isDirectory,header:r.toJSON(),compressedData:g(e),data:g(a)}},toString:function(){return JSON.stringify(this.toJSON(),null," ")}}}});var rb=S((fz,tb)=>{var eb=qp(),h$=Up(),pt=ii();tb.exports=function(t,e){var r=[],n={},o=Buffer.alloc(0),i=new h$.MainHeader,a=!1,s=null;let u=new Set,c=e,{noSort:l,decoder:d}=c;t?m(c.readEntries):a=!0;function p(){let D=new Set;for(let C of Object.keys(n)){let E=C.split("/");if(E.pop(),!!E.length)for(let g=0;g<E.length;g++){let _=E.slice(0,g+1).join("/")+"/";D.add(_)}}for(let C of D)if(!(C in n)){let E=new eb(c);E.entryName=C,E.attr=16,E.temporary=!0,r.push(E),n[E.entryName]=E,u.add(E)}}function h(){if(a=!0,n={},i.diskEntries>(t.length-i.offset)/pt.Constants.CENHDR)throw pt.Errors.DISK_ENTRY_TOO_LARGE();r=new Array(i.diskEntries);for(var D=i.offset,C=0;C<r.length;C++){var E=D,g=new eb(c,t);g.header=t.slice(E,E+=pt.Constants.CENHDR),g.entryName=t.slice(E,E+=g.header.fileNameLength),g.header.extraLength&&(g.extra=t.slice(E,E+=g.header.extraLength)),g.header.commentLength&&(g.comment=t.slice(E,E+g.header.commentLength)),D+=g.header.centralHeaderSize,r[C]=g,n[g.entryName]=g}u.clear(),p()}function m(D){var C=t.length-pt.Constants.ENDHDR,E=Math.max(0,C-65535),g=E,_=t.length,x=-1,$=0;for((typeof c.trailingSpace=="boolean"?c.trailingSpace:!1)&&(E=0),C;C>=g;C--)if(t[C]===80){if(t.readUInt32LE(C)===pt.Constants.ENDSIG){x=C,$=C,_=C+pt.Constants.ENDHDR,g=C-pt.Constants.END64HDR;continue}if(t.readUInt32LE(C)===pt.Constants.END64SIG){g=E;continue}if(t.readUInt32LE(C)===pt.Constants.ZIP64SIG){x=C,_=C+pt.readBigUInt64LE(t,C+pt.Constants.ZIP64SIZE)+pt.Constants.ZIP64LEAD;break}}if(x==-1)throw pt.Errors.INVALID_FORMAT();i.loadFromBinary(t.slice(x,_)),i.commentLength&&(o=t.slice($+pt.Constants.ENDHDR)),D&&h()}function b(){r.length>1&&!l&&r.sort((D,C)=>D.entryName.toLowerCase().localeCompare(C.entryName.toLowerCase()))}return{get entries(){return a||h(),r.filter(D=>!u.has(D))},get comment(){return d.decode(o)},set comment(D){o=pt.toBuffer(D,d.encode),i.commentLength=o.length},getEntryCount:function(){return a?r.length:i.diskEntries},forEach:function(D){this.entries.forEach(D)},getEntry:function(D){return a||h(),n[D]||null},setEntry:function(D){a||h(),r.push(D),n[D.entryName]=D,i.totalEntries=r.length},deleteFile:function(D,C=!0){a||h();let E=n[D];this.getEntryChildren(E,C).map(_=>_.entryName).forEach(this.deleteEntry)},deleteEntry:function(D){a||h();let C=n[D],E=r.indexOf(C);E>=0&&(r.splice(E,1),delete n[D],i.totalEntries=r.length)},getEntryChildren:function(D,C=!0){if(a||h(),typeof D=="object")if(D.isDirectory&&C){let E=[],g=D.entryName;for(let _ of r)_.entryName.startsWith(g)&&E.push(_);return E}else return[D];return[]},getChildCount:function(D){if(D&&D.isDirectory){let C=this.getEntryChildren(D);return C.includes(D)?C.length-1:C.length}return 0},compressToBuffer:function(){a||h(),b();let D=[],C=[],E=0,g=0;i.size=0,i.offset=0;let _=0;for(let O of this.entries){let B=O.getCompressedData();O.header.offset=g;let T=O.packLocalHeader(),N=T.length+B.length;g+=N,D.push(T),D.push(B);let F=O.packCentralHeader();C.push(F),i.size+=F.length,E+=N+F.length,_++}E+=i.mainHeaderSize,i.offset=g,i.totalEntries=_,g=0;let x=Buffer.alloc(E);for(let O of D)O.copy(x,g),g+=O.length;for(let O of C)O.copy(x,g),g+=O.length;let $=i.toBinary();return o&&o.copy($,pt.Constants.ENDHDR),$.copy(x,g),t=x,a=!1,x},toAsyncBuffer:function(D,C,E,g){try{a||h(),b();let _=[],x=[],$=0,O=0,B=0;i.size=0,i.offset=0;let T=function(N){if(N.length>0){let F=N.shift(),j=F.entryName+F.extra.toString();E&&E(j),F.getCompressedDataAsync(function(M){g&&g(j),F.header.offset=O;let z=F.packLocalHeader(),k=z.length+M.length;O+=k,_.push(z),_.push(M);let y=F.packCentralHeader();x.push(y),i.size+=y.length,$+=k+y.length,B++,T(N)})}else{$+=i.mainHeaderSize,i.offset=O,i.totalEntries=B,O=0;let F=Buffer.alloc($);_.forEach(function(M){M.copy(F,O),O+=M.length}),x.forEach(function(M){M.copy(F,O),O+=M.length});let j=i.toBinary();o&&o.copy(j,pt.Constants.ENDHDR),j.copy(F,O),t=F,a=!1,D(F)}};T(Array.from(this.entries))}catch(_){C(_)}}}}});var Hp=S((dz,ob)=>{var ze=ii(),Je=require("path"),m$=qp(),g$=rb(),Jn=(...t)=>ze.findLast(t,e=>typeof e=="boolean"),nb=(...t)=>ze.findLast(t,e=>typeof e=="string"),D$=(...t)=>ze.findLast(t,e=>typeof e=="function"),y$={noSort:!1,readEntries:!1,method:ze.Constants.NONE,fs:null};ob.exports=function(t,e){let r=null,n=Object.assign(Object.create(null),y$);t&&typeof t=="object"&&(t instanceof Uint8Array||(Object.assign(n,t),t=n.input?n.input:void 0,n.input&&delete n.input),Buffer.isBuffer(t)&&(r=t,n.method=ze.Constants.BUFFER,t=void 0)),Object.assign(n,e);let o=new ze(n);if((typeof n.decoder!="object"||typeof n.decoder.encode!="function"||typeof n.decoder.decode!="function")&&(n.decoder=ze.decoder),t&&typeof t=="string")if(o.fs.existsSync(t))n.method=ze.Constants.FILE,n.filename=t,r=o.fs.readFileSync(t);else throw ze.Errors.INVALID_FILENAME();let i=new g$(r,n),{canonical:a,sanitize:s,zipnamefix:u}=ze;function c(h){if(h&&i){var m;if(typeof h=="string"&&(m=i.getEntry(Je.posix.normalize(h))),typeof h=="object"&&typeof h.entryName<"u"&&typeof h.header<"u"&&(m=i.getEntry(h.entryName)),m)return m}return null}function l(h){let{join:m,normalize:b,sep:D}=Je.posix;return m(".",b(D+h.split("\\").join(D)+D))}function d(h){return h instanceof RegExp?(function(m){return function(b){return m.test(b)}})(h):typeof h!="function"?()=>!0:h}let p=(h,m)=>{let b=m.slice(-1);return b=b===o.sep?o.sep:"",Je.relative(h,m)+b};return{readFile:function(h,m){var b=c(h);return b&&b.getData(m)||null},childCount:function(h){let m=c(h);if(m)return i.getChildCount(m)},readFileAsync:function(h,m){var b=c(h);b?b.getDataAsync(m):m(null,"getEntry failed for:"+h)},readAsText:function(h,m){var b=c(h);if(b){var D=b.getData();if(D&&D.length)return D.toString(m||"utf8")}return""},readAsTextAsync:function(h,m,b){var D=c(h);D?D.getDataAsync(function(C,E){if(E){m(C,E);return}C&&C.length?m(C.toString(b||"utf8")):m("")}):m("")},deleteFile:function(h,m=!0){var b=c(h);b&&i.deleteFile(b.entryName,m)},deleteEntry:function(h){var m=c(h);m&&i.deleteEntry(m.entryName)},addZipComment:function(h){i.comment=h},getZipComment:function(){return i.comment||""},addZipEntryComment:function(h,m){var b=c(h);b&&(b.comment=m)},getZipEntryComment:function(h){var m=c(h);return m&&m.comment||""},updateFile:function(h,m){var b=c(h);b&&b.setData(m)},addLocalFile:function(h,m,b,D){if(o.fs.existsSync(h)){m=m?l(m):"";let C=Je.win32.basename(Je.win32.normalize(h));m+=b||C;let E=o.fs.statSync(h),g=E.isFile()?o.fs.readFileSync(h):Buffer.alloc(0);E.isDirectory()&&(m+=o.sep),this.addFile(m,g,D,E)}else throw ze.Errors.FILE_NOT_FOUND(h)},addLocalFileAsync:function(h,m){h=typeof h=="object"?h:{localPath:h};let b=Je.resolve(h.localPath),{comment:D}=h,{zipPath:C,zipName:E}=h,g=this;o.fs.stat(b,function(_,x){if(_)return m(_,!1);C=C?l(C):"";let $=Je.win32.basename(Je.win32.normalize(b));if(C+=E||$,x.isFile())o.fs.readFile(b,function(O,B){return O?m(O,!1):(g.addFile(C,B,D,x),setImmediate(m,void 0,!0))});else if(x.isDirectory())return C+=o.sep,g.addFile(C,Buffer.alloc(0),D,x),setImmediate(m,void 0,!0)})},addLocalFolder:function(h,m,b){if(b=d(b),m=m?l(m):"",h=Je.normalize(h),o.fs.existsSync(h)){let D=o.findFiles(h),C=this;if(D.length)for(let E of D){let g=Je.join(m,p(h,E));b(g)&&C.addLocalFile(E,Je.dirname(g))}}else throw ze.Errors.FILE_NOT_FOUND(h)},addLocalFolderAsync:function(h,m,b,D){D=d(D),b=b?l(b):"",h=Je.normalize(h);var C=this;o.fs.open(h,"r",function(E){if(E&&E.code==="ENOENT")m(void 0,ze.Errors.FILE_NOT_FOUND(h));else if(E)m(void 0,E);else{var g=o.findFiles(h),_=-1,x=function(){if(_+=1,_<g.length){var $=g[_],O=p(h,$).split("\\").join("/");O=O.normalize("NFD").replace(/[\u0300-\u036f]/g,"").replace(/[^\x20-\x7E]/g,""),D(O)?o.fs.stat($,function(B,T){B&&m(void 0,B),T.isFile()?o.fs.readFile($,function(N,F){N?m(void 0,N):(C.addFile(b+O,F,"",T),x())}):(C.addFile(b+O+"/",Buffer.alloc(0),"",T),x())}):process.nextTick(()=>{x()})}else m(!0,void 0)};x()}})},addLocalFolderAsync2:function(h,m){let b=this;h=typeof h=="object"?h:{localPath:h},localPath=Je.resolve(l(h.localPath));let{zipPath:D,filter:C,namefix:E}=h;C instanceof RegExp?C=(function(x){return function($){return x.test($)}})(C):typeof C!="function"&&(C=function(){return!0}),D=D?l(D):"",E=="latin1"&&(E=x=>x.normalize("NFD").replace(/[\u0300-\u036f]/g,"").replace(/[^\x20-\x7E]/g,"")),typeof E!="function"&&(E=x=>x);let g=x=>Je.join(D,E(p(localPath,x))),_=x=>Je.win32.basename(Je.win32.normalize(E(x)));o.fs.open(localPath,"r",function(x){x&&x.code==="ENOENT"?m(void 0,ze.Errors.FILE_NOT_FOUND(localPath)):x?m(void 0,x):o.findFilesAsync(localPath,function($,O){if($)return m($);O=O.filter(B=>C(g(B))),O.length||m(void 0,!1),setImmediate(O.reverse().reduce(function(B,T){return function(N,F){if(N||F===!1)return setImmediate(B,N,!1);b.addLocalFileAsync({localPath:T,zipPath:Je.dirname(g(T)),zipName:_(T)},B)}},m))})})},addLocalFolderPromise:function(h,m){return new Promise((b,D)=>{this.addLocalFolderAsync2(Object.assign({localPath:h},m),(C,E)=>{C&&D(C),E&&b(this)})})},addFile:function(h,m,b,D){h=u(h);let C=c(h),E=C!=null;E||(C=new m$(n),C.entryName=h),C.comment=b||"";let g=typeof D=="object"&&D instanceof o.fs.Stats;g&&(C.header.time=D.mtime);var _=C.isDirectory?16:0;let x=C.isDirectory?16384:32768;return g?x|=4095&D.mode:typeof D=="number"?x|=4095&D:x|=C.isDirectory?493:420,_=(_|x<<16)>>>0,C.attr=_,C.setData(m),E||i.setEntry(C),C},getEntries:function(h){return i.password=h,i?i.entries:[]},getEntry:function(h){return c(h)},getEntryCount:function(){return i.getEntryCount()},forEach:function(h){return i.forEach(h)},extractEntryTo:function(h,m,b,D,C,E){D=Jn(!1,D),C=Jn(!1,C),b=Jn(!0,b),E=nb(C,E);var g=c(h);if(!g)throw ze.Errors.NO_ENTRY();var _=a(g.entryName),x=s(m,E&&!g.isDirectory?E:b?_:Je.basename(_));if(g.isDirectory){var $=i.getEntryChildren(g);return $.forEach(function(T){if(T.isDirectory)return;var N=T.getData();if(!N)throw ze.Errors.CANT_EXTRACT_FILE();var F=a(T.entryName),j=s(m,b?F:Je.basename(F));let M=C?T.header.fileAttr:void 0;o.writeFileTo(j,N,D,M)}),!0}var O=g.getData(i.password);if(!O)throw ze.Errors.CANT_EXTRACT_FILE();if(o.fs.existsSync(x)&&!D)throw ze.Errors.CANT_OVERRIDE();let B=C?h.header.fileAttr:void 0;return o.writeFileTo(x,O,D,B),!0},test:function(h){if(!i)return!1;for(var m in i.entries)try{if(m.isDirectory)continue;var b=i.entries[m].getData(h);if(!b)return!1}catch{return!1}return!0},extractAllTo:function(h,m,b,D){if(b=Jn(!1,b),D=nb(b,D),m=Jn(!1,m),!i)throw ze.Errors.NO_ZIP();i.entries.forEach(function(C){var E=s(h,a(C.entryName));if(C.isDirectory){o.makeDir(E);return}var g=C.getData(D);if(!g)throw ze.Errors.CANT_EXTRACT_FILE();let _=b?C.header.fileAttr:void 0;o.writeFileTo(E,g,m,_);try{o.fs.utimesSync(E,C.header.time,C.header.time)}catch{throw ze.Errors.CANT_EXTRACT_FILE()}})},extractAllToAsync:function(h,m,b,D){if(D=D$(m,b,D),b=Jn(!1,b),m=Jn(!1,m),!D)return new Promise((x,$)=>{this.extractAllToAsync(h,m,b,function(O){O?$(O):x(this)})});if(!i){D(ze.Errors.NO_ZIP());return}h=Je.resolve(h);let C=x=>s(h,Je.normalize(a(x.entryName))),E=(x,$)=>new Error(x+': "'+$+'"'),g=[],_=[];i.entries.forEach(x=>{x.isDirectory?g.push(x):_.push(x)});for(let x of g){let $=C(x),O=b?x.header.fileAttr:void 0;try{o.makeDir($),O&&o.fs.chmodSync($,O),o.fs.utimesSync($,x.header.time,x.header.time)}catch{D(E("Unable to create folder",$))}}_.reverse().reduce(function(x,$){return function(O){if(O)x(O);else{let B=Je.normalize(a($.entryName)),T=s(h,B);$.getDataAsync(function(N,F){if(F)x(F);else if(!N)x(ze.Errors.CANT_EXTRACT_FILE());else{let j=b?$.header.fileAttr:void 0;o.writeFileToAsync(T,N,m,j,function(M){M||x(E("Unable to write file",T)),o.fs.utimes(T,$.header.time,$.header.time,function(z){z?x(E("Unable to set times",T)):x()})})}})}}},D)()},writeZip:function(h,m){if(arguments.length===1&&typeof h=="function"&&(m=h,h=""),!h&&n.filename&&(h=n.filename),!!h){var b=i.compressToBuffer();if(b){var D=o.writeFileTo(h,b,!0);typeof m=="function"&&m(D?null:new Error("failed"),"")}}},writeZipPromise:function(h,m){let{overwrite:b,perm:D}=Object.assign({overwrite:!0},m);return new Promise((C,E)=>{!h&&n.filename&&(h=n.filename),h||E("ADM-ZIP: ZIP File Name Missing"),this.toBufferPromise().then(g=>{let _=x=>x?C(x):E("ADM-ZIP: Wasn't able to write zip file");o.writeFileToAsync(h,g,b,D,_)},E)})},toBufferPromise:function(){return new Promise((h,m)=>{i.toAsyncBuffer(h,m)})},toBuffer:function(h,m,b,D){return typeof h=="function"?(i.toAsyncBuffer(h,m,b,D),null):i.compressToBuffer()}}}});var ub=S((pz,sb)=>{var ab={};sb.exports=ab;var ib={reset:[0,0],bold:[1,22],dim:[2,22],italic:[3,23],underline:[4,24],inverse:[7,27],hidden:[8,28],strikethrough:[9,29],black:[30,39],red:[31,39],green:[32,39],yellow:[33,39],blue:[34,39],magenta:[35,39],cyan:[36,39],white:[37,39],gray:[90,39],grey:[90,39],brightRed:[91,39],brightGreen:[92,39],brightYellow:[93,39],brightBlue:[94,39],brightMagenta:[95,39],brightCyan:[96,39],brightWhite:[97,39],bgBlack:[40,49],bgRed:[41,49],bgGreen:[42,49],bgYellow:[43,49],bgBlue:[44,49],bgMagenta:[45,49],bgCyan:[46,49],bgWhite:[47,49],bgGray:[100,49],bgGrey:[100,49],bgBrightRed:[101,49],bgBrightGreen:[102,49],bgBrightYellow:[103,49],bgBrightBlue:[104,49],bgBrightMagenta:[105,49],bgBrightCyan:[106,49],bgBrightWhite:[107,49],blackBG:[40,49],redBG:[41,49],greenBG:[42,49],yellowBG:[43,49],blueBG:[44,49],magentaBG:[45,49],cyanBG:[46,49],whiteBG:[47,49]};Object.keys(ib).forEach(function(t){var e=ib[t],r=ab[t]=[];r.open="\x1B["+e[0]+"m",r.close="\x1B["+e[1]+"m"})});var lb=S((hz,cb)=>{"use strict";cb.exports=function(t,e){e=e||process.argv;var r=e.indexOf("--"),n=/^-{1,2}/.test(t)?"":"--",o=e.indexOf(n+t);return o!==-1&&(r===-1?!0:o<r)}});var db=S((mz,fb)=>{"use strict";var b$=require("os"),_r=lb(),Ot=process.env,si=void 0;_r("no-color")||_r("no-colors")||_r("color=false")?si=!1:(_r("color")||_r("colors")||_r("color=true")||_r("color=always"))&&(si=!0);"FORCE_COLOR"in Ot&&(si=Ot.FORCE_COLOR.length===0||parseInt(Ot.FORCE_COLOR,10)!==0);function w$(t){return t===0?!1:{level:t,hasBasic:!0,has256:t>=2,has16m:t>=3}}function v$(t){if(si===!1)return 0;if(_r("color=16m")||_r("color=full")||_r("color=truecolor"))return 3;if(_r("color=256"))return 2;if(t&&!t.isTTY&&si!==!0)return 0;var e=si?1:0;if(process.platform==="win32"){var r=b$.release().split(".");return Number(process.versions.node.split(".")[0])>=8&&Number(r[0])>=10&&Number(r[2])>=10586?Number(r[2])>=14931?3:2:1}if("CI"in Ot)return["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI"].some(function(o){return o in Ot})||Ot.CI_NAME==="codeship"?1:e;if("TEAMCITY_VERSION"in Ot)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(Ot.TEAMCITY_VERSION)?1:0;if("TERM_PROGRAM"in Ot){var n=parseInt((Ot.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(Ot.TERM_PROGRAM){case"iTerm.app":return n>=3?3:2;case"Hyper":return 3;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(Ot.TERM)?2:/^screen|^xterm|^vt100|^rxvt|color|ansi|cygwin|linux/i.test(Ot.TERM)||"COLORTERM"in Ot?1:(Ot.TERM==="dumb",e)}function Vp(t){var e=v$(t);return w$(e)}fb.exports={supportsColor:Vp,stdout:Vp(process.stdout),stderr:Vp(process.stderr)}});var hb=S((gz,pb)=>{pb.exports=function(e,r){var n="";e=e||"Run the trap, drop the bass",e=e.split("");var o={a:["@","\u0104","\u023A","\u0245","\u0394","\u039B","\u0414"],b:["\xDF","\u0181","\u0243","\u026E","\u03B2","\u0E3F"],c:["\xA9","\u023B","\u03FE"],d:["\xD0","\u018A","\u0500","\u0501","\u0502","\u0503"],e:["\xCB","\u0115","\u018E","\u0258","\u03A3","\u03BE","\u04BC","\u0A6C"],f:["\u04FA"],g:["\u0262"],h:["\u0126","\u0195","\u04A2","\u04BA","\u04C7","\u050A"],i:["\u0F0F"],j:["\u0134"],k:["\u0138","\u04A0","\u04C3","\u051E"],l:["\u0139"],m:["\u028D","\u04CD","\u04CE","\u0520","\u0521","\u0D69"],n:["\xD1","\u014B","\u019D","\u0376","\u03A0","\u048A"],o:["\xD8","\xF5","\xF8","\u01FE","\u0298","\u047A","\u05DD","\u06DD","\u0E4F"],p:["\u01F7","\u048E"],q:["\u09CD"],r:["\xAE","\u01A6","\u0210","\u024C","\u0280","\u042F"],s:["\xA7","\u03DE","\u03DF","\u03E8"],t:["\u0141","\u0166","\u0373"],u:["\u01B1","\u054D"],v:["\u05D8"],w:["\u0428","\u0460","\u047C","\u0D70"],x:["\u04B2","\u04FE","\u04FC","\u04FD"],y:["\xA5","\u04B0","\u04CB"],z:["\u01B5","\u0240"]};return e.forEach(function(i){i=i.toLowerCase();var a=o[i]||[" "],s=Math.floor(Math.random()*a.length);typeof o[i]<"u"?n+=o[i][s]:n+=i}),n}});var gb=S((Dz,mb)=>{mb.exports=function(e,r){e=e||" he is here ";var n={up:["\u030D","\u030E","\u0304","\u0305","\u033F","\u0311","\u0306","\u0310","\u0352","\u0357","\u0351","\u0307","\u0308","\u030A","\u0342","\u0313","\u0308","\u034A","\u034B","\u034C","\u0303","\u0302","\u030C","\u0350","\u0300","\u0301","\u030B","\u030F","\u0312","\u0313","\u0314","\u033D","\u0309","\u0363","\u0364","\u0365","\u0366","\u0367","\u0368","\u0369","\u036A","\u036B","\u036C","\u036D","\u036E","\u036F","\u033E","\u035B","\u0346","\u031A"],down:["\u0316","\u0317","\u0318","\u0319","\u031C","\u031D","\u031E","\u031F","\u0320","\u0324","\u0325","\u0326","\u0329","\u032A","\u032B","\u032C","\u032D","\u032E","\u032F","\u0330","\u0331","\u0332","\u0333","\u0339","\u033A","\u033B","\u033C","\u0345","\u0347","\u0348","\u0349","\u034D","\u034E","\u0353","\u0354","\u0355","\u0356","\u0359","\u035A","\u0323"],mid:["\u0315","\u031B","\u0300","\u0301","\u0358","\u0321","\u0322","\u0327","\u0328","\u0334","\u0335","\u0336","\u035C","\u035D","\u035E","\u035F","\u0360","\u0362","\u0338","\u0337","\u0361"," \u0489"]},o=[].concat(n.up,n.down,n.mid);function i(u){var c=Math.floor(Math.random()*u);return c}function a(u){var c=!1;return o.filter(function(l){c=l===u}),c}function s(u,c){var l="",d,p;c=c||{},c.up=typeof c.up<"u"?c.up:!0,c.mid=typeof c.mid<"u"?c.mid:!0,c.down=typeof c.down<"u"?c.down:!0,c.size=typeof c.size<"u"?c.size:"maxi",u=u.split("");for(p in u)if(!a(p)){switch(l=l+u[p],d={up:0,down:0,mid:0},c.size){case"mini":d.up=i(8),d.mid=i(2),d.down=i(8);break;case"maxi":d.up=i(16)+3,d.mid=i(4)+1,d.down=i(64)+3;break;default:d.up=i(8)+1,d.mid=i(6)/2,d.down=i(8)+1;break}var h=["up","mid","down"];for(var m in h)for(var b=h[m],D=0;D<=d[b];D++)c[b]&&(l=l+n[b][i(n[b].length)])}return l}return s(e,r)}});var yb=S((yz,Db)=>{Db.exports=function(t){return function(e,r,n){if(e===" ")return e;switch(r%3){case 0:return t.red(e);case 1:return t.white(e);case 2:return t.blue(e)}}}});var wb=S((bz,bb)=>{bb.exports=function(t){return function(e,r,n){return r%2===0?e:t.inverse(e)}}});var Cb=S((wz,vb)=>{vb.exports=function(t){var e=["red","yellow","green","blue","magenta"];return function(r,n,o){return r===" "?r:t[e[n++%e.length]](r)}}});var _b=S((vz,Eb)=>{Eb.exports=function(t){var e=["underline","inverse","grey","yellow","red","green","blue","white","cyan","magenta","brightYellow","brightRed","brightGreen","brightBlue","brightWhite","brightCyan","brightMagenta"];return function(r,n,o){return r===" "?r:t[e[Math.round(Math.random()*(e.length-2))]](r)}}});var kb=S((Ez,Ob)=>{var le={};Ob.exports=le;le.themes={};var C$=require("util"),Xn=le.styles=ub(),xb=Object.defineProperties,E$=new RegExp(/[\r\n]+/g);le.supportsColor=db().supportsColor;typeof le.enabled>"u"&&(le.enabled=le.supportsColor()!==!1);le.enable=function(){le.enabled=!0};le.disable=function(){le.enabled=!1};le.stripColors=le.strip=function(t){return(""+t).replace(/\x1B\[\d+m/g,"")};var Cz=le.stylize=function(e,r){if(!le.enabled)return e+"";var n=Xn[r];return!n&&r in le?le[r](e):n.open+e+n.close},_$=/[|\\{}()[\]^$+*?.]/g,S$=function(t){if(typeof t!="string")throw new TypeError("Expected a string");return t.replace(_$,"\\$&")};function Ab(t){var e=function r(){return A$.apply(r,arguments)};return e._styles=t,e.__proto__=x$,e}var Fb=(function(){var t={};return Xn.grey=Xn.gray,Object.keys(Xn).forEach(function(e){Xn[e].closeRe=new RegExp(S$(Xn[e].close),"g"),t[e]={get:function(){return Ab(this._styles.concat(e))}}}),t})(),x$=xb(function(){},Fb);function A$(){var t=Array.prototype.slice.call(arguments),e=t.map(function(a){return a!=null&&a.constructor===String?a:C$.inspect(a)}).join(" ");if(!le.enabled||!e)return e;for(var r=e.indexOf(`
31
- `)!=-1,n=this._styles,o=n.length;o--;){var i=Xn[n[o]];e=i.open+e.replace(i.closeRe,i.open)+i.close,r&&(e=e.replace(E$,function(a){return i.close+a+i.open}))}return e}le.setTheme=function(t){if(typeof t=="string"){console.log("colors.setTheme now only accepts an object, not a string. If you are trying to set a theme from a file, it is now your (the caller's) responsibility to require the file. The old syntax looked like colors.setTheme(__dirname + '/../themes/generic-logging.js'); The new syntax looks like colors.setTheme(require(__dirname + '/../themes/generic-logging.js'));");return}for(var e in t)(function(r){le[r]=function(n){if(typeof t[r]=="object"){var o=n;for(var i in t[r])o=le[t[r][i]](o);return o}return le[t[r]](n)}})(e)};function F$(){var t={};return Object.keys(Fb).forEach(function(e){t[e]={get:function(){return Ab([e])}}}),t}var O$=function(e,r){var n=r.split("");return n=n.map(e),n.join("")};le.trap=hb();le.zalgo=gb();le.maps={};le.maps.america=yb()(le);le.maps.zebra=wb()(le);le.maps.rainbow=Cb()(le);le.maps.random=_b()(le);for(Sb in le.maps)(function(t){le[t]=function(e){return O$(le.maps[t],e)}})(Sb);var Sb;xb(le,F$())});var $b=S((_z,Pb)=>{var k$=kb();Pb.exports=k$});var Tb=S(zp=>{"use strict";zp.indent=function(e){return new Array(e+1).join(" ")};zp.getMaxIndexLength=function(t){var e=0;return Object.getOwnPropertyNames(t).forEach(function(r){t[r]!==void 0&&(e=Math.max(e,r.length))}),e}});var Ib=S((xz,P$)=>{P$.exports={author:"Rafael de Oleza <rafeca@gmail.com> (https://github.com/rafeca)",name:"prettyjson",description:"Package for formatting JSON data in a coloured YAML-style, perfect for CLI output",version:"1.2.5",homepage:"http://rafeca.com/prettyjson",keywords:["json","cli","formatting","colors"],repository:{type:"git",url:"https://github.com/rafeca/prettyjson.git"},bugs:{url:"https://github.com/rafeca/prettyjson/issues"},main:"./lib/prettyjson",files:["bin/prettyjson","lib/*.js"],license:"MIT",scripts:{test:"npm run jshint && mocha --reporter spec",testwin:"node ./node_modules/mocha/bin/mocha --reporter spec",jshint:"jshint lib/*.js test/*.js",coverage:"istanbul cover _mocha --report lcovonly -- -R spec",coveralls:"npm run coverage && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",changelog:"git log $(git describe --tags --abbrev=0)..HEAD --pretty='* %s' --first-parent"},bin:{prettyjson:"./bin/prettyjson"},dependencies:{colors:"1.4.0",minimist:"^1.2.0"},devDependencies:{coveralls:"^2.11.15",istanbul:"^0.4.5",jshint:"^2.9.4",mocha:"^3.1.2","mocha-lcov-reporter":"^1.2.0",should:"^11.1.1"}}});var Rb=S(Ma=>{"use strict";var Pr=$b(),_n=Tb(),$$=/[^\w\s\n\r\v\t\.,]/i;Ma.version=Ib().version;var Kp=function(t,e){return t!==void 0||e.renderUndefined},Wu=function(t,e,r){return!!(typeof t=="boolean"||typeof t=="number"||typeof t=="function"||t===null||t===void 0||t instanceof Date||typeof t=="string"&&t.indexOf(`
32
- `)===-1||r.inlineArrays&&!e&&Array.isArray(t)&&Wu(t[0],!0,r))},T$=function(t,e){if(e.noColor)return t;if(typeof t=="string")return e.stringColor?Pr[e.stringColor](t):t;var r=t+"";return t===!0?Pr.green(r):t===!1?Pr.red(r):t==null?Pr.grey(r):typeof t=="number"?t>=0?Pr[e.positiveNumberColor](r):Pr[e.negativeNumberColor](r):typeof t=="function"?"function() {}":Array.isArray(t)?t.join(", "):r},Gp=function(t,e){return t.multilineStringColor===null||t.noColor?e:Pr[t.multilineStringColor](e)},I$=function(t,e,r){var n=t.split(`
33
- `);return n=n.map(function(o){return _n.indent(e)+Gp(r,o)}),n.join(`
34
- `)},ui=function(t,e,r){if(typeof t=="string"&&t.match($$)&&e.escape&&(t=JSON.stringify(t)),!Kp(t,e))return[];if(Wu(t,!1,e))return[_n.indent(r)+T$(t,e)];if(typeof t=="string")return[_n.indent(r)+Gp(e,'"""'),I$(t,r+e.defaultIndentation,e),_n.indent(r)+Gp(e,'"""')];if(Array.isArray(t)){if(t.length===0)return[_n.indent(r)+e.emptyArrayMsg];var n=[];return t.forEach(function(s){if(Kp(s,e)){var u="- ";e.noColor||(u=Pr[e.dashColor](u)),u=_n.indent(r)+u,Wu(s,!1,e)?(u+=ui(s,e,0)[0],n.push(u)):(n.push(u),n.push.apply(n,ui(s,e,r+e.defaultIndentation)))}}),n}if(t instanceof Error)return ui({message:t.message,stack:t.stack.split(`
35
- `)},e,r);var o=e.noAlign?0:_n.getMaxIndexLength(t),i,a=[];return Object.getOwnPropertyNames(t).forEach(function(s){if(Kp(t[s],e))if(i=s+": ",e.noColor||(i=Pr[e.keysColor](i)),i=_n.indent(r)+i,Wu(t[s],!1,e)){var u=e.noAlign?0:o-s.length;i+=ui(t[s],e,u)[0],a.push(i)}else a.push(i),a.push.apply(a,ui(t[s],e,r+e.defaultIndentation))}),a};Ma.render=function(e,r,n){return n=n||0,r=r||{},r.emptyArrayMsg=r.emptyArrayMsg||"(empty array)",r.keysColor=r.keysColor||"green",r.dashColor=r.dashColor||"green",r.numberColor=r.numberColor||"blue",r.positiveNumberColor=r.positiveNumberColor||r.numberColor,r.negativeNumberColor=r.negativeNumberColor||r.numberColor,r.defaultIndentation=r.defaultIndentation||2,r.noColor=!!r.noColor,r.noAlign=!!r.noAlign,r.escape=!!r.escape,r.renderUndefined=!!r.renderUndefined,r.stringColor=r.stringColor||null,r.multilineStringColor=r.multilineStringColor||null,ui(e,r,n).join(`
30
+ ${h.stack}`)}else p=(l=i?.stack)!==null&&l!==void 0?l:"";return{error:{message:`${(d=i?.name)!==null&&d!==void 0?d:"FetchError"}: ${i?.message}`,details:p,hint:"",code:""},data:null,count:null,status:0,statusText:""}})),o.then(e,r)}returns(){return this}overrideTypes(){return this}};Ed.default=vd});var xd=S(Sd=>{"use strict";Object.defineProperty(Sd,"__esModule",{value:!0});var Dk=(he(),oe(pe)),yk=Dk.__importDefault(Cd()),_d=class extends yk.default{select(e){let r=!1,n=(e??"*").split("").map(o=>/\s/.test(o)&&!r?"":(o==='"'&&(r=!r),o)).join("");return this.url.searchParams.set("select",n),this.headers.append("Prefer","return=representation"),this}order(e,{ascending:r=!0,nullsFirst:n,foreignTable:o,referencedTable:i=o}={}){let a=i?`${i}.order`:"order",s=this.url.searchParams.get(a);return this.url.searchParams.set(a,`${s?`${s},`:""}${e}.${r?"asc":"desc"}${n===void 0?"":n?".nullsfirst":".nullslast"}`),this}limit(e,{foreignTable:r,referencedTable:n=r}={}){let o=typeof n>"u"?"limit":`${n}.limit`;return this.url.searchParams.set(o,`${e}`),this}range(e,r,{foreignTable:n,referencedTable:o=n}={}){let i=typeof o>"u"?"offset":`${o}.offset`,a=typeof o>"u"?"limit":`${o}.limit`;return this.url.searchParams.set(i,`${e}`),this.url.searchParams.set(a,`${r-e+1}`),this}abortSignal(e){return this.signal=e,this}single(){return this.headers.set("Accept","application/vnd.pgrst.object+json"),this}maybeSingle(){return this.method==="GET"?this.headers.set("Accept","application/json"):this.headers.set("Accept","application/vnd.pgrst.object+json"),this.isMaybeSingle=!0,this}csv(){return this.headers.set("Accept","text/csv"),this}geojson(){return this.headers.set("Accept","application/geo+json"),this}explain({analyze:e=!1,verbose:r=!1,settings:n=!1,buffers:o=!1,wal:i=!1,format:a="text"}={}){var s;let u=[e?"analyze":null,r?"verbose":null,n?"settings":null,o?"buffers":null,i?"wal":null].filter(Boolean).join("|"),c=(s=this.headers.get("Accept"))!==null&&s!==void 0?s:"application/json";return this.headers.set("Accept",`application/vnd.pgrst.plan+${a}; for="${c}"; options=${u};`),a==="json"?this:this}rollback(){return this.headers.append("Prefer","tx=rollback"),this}returns(){return this}maxAffected(e){return this.headers.append("Prefer","handling=strict"),this.headers.append("Prefer",`max-affected=${e}`),this}};Sd.default=_d});var vu=S(Od=>{"use strict";Object.defineProperty(Od,"__esModule",{value:!0});var bk=(he(),oe(pe)),wk=bk.__importDefault(xd()),vk=new RegExp("[,()]"),Ad=class extends wk.default{eq(e,r){return this.url.searchParams.append(e,`eq.${r}`),this}neq(e,r){return this.url.searchParams.append(e,`neq.${r}`),this}gt(e,r){return this.url.searchParams.append(e,`gt.${r}`),this}gte(e,r){return this.url.searchParams.append(e,`gte.${r}`),this}lt(e,r){return this.url.searchParams.append(e,`lt.${r}`),this}lte(e,r){return this.url.searchParams.append(e,`lte.${r}`),this}like(e,r){return this.url.searchParams.append(e,`like.${r}`),this}likeAllOf(e,r){return this.url.searchParams.append(e,`like(all).{${r.join(",")}}`),this}likeAnyOf(e,r){return this.url.searchParams.append(e,`like(any).{${r.join(",")}}`),this}ilike(e,r){return this.url.searchParams.append(e,`ilike.${r}`),this}ilikeAllOf(e,r){return this.url.searchParams.append(e,`ilike(all).{${r.join(",")}}`),this}ilikeAnyOf(e,r){return this.url.searchParams.append(e,`ilike(any).{${r.join(",")}}`),this}regexMatch(e,r){return this.url.searchParams.append(e,`match.${r}`),this}regexIMatch(e,r){return this.url.searchParams.append(e,`imatch.${r}`),this}is(e,r){return this.url.searchParams.append(e,`is.${r}`),this}isDistinct(e,r){return this.url.searchParams.append(e,`isdistinct.${r}`),this}in(e,r){let n=Array.from(new Set(r)).map(o=>typeof o=="string"&&vk.test(o)?`"${o}"`:`${o}`).join(",");return this.url.searchParams.append(e,`in.(${n})`),this}contains(e,r){return typeof r=="string"?this.url.searchParams.append(e,`cs.${r}`):Array.isArray(r)?this.url.searchParams.append(e,`cs.{${r.join(",")}}`):this.url.searchParams.append(e,`cs.${JSON.stringify(r)}`),this}containedBy(e,r){return typeof r=="string"?this.url.searchParams.append(e,`cd.${r}`):Array.isArray(r)?this.url.searchParams.append(e,`cd.{${r.join(",")}}`):this.url.searchParams.append(e,`cd.${JSON.stringify(r)}`),this}rangeGt(e,r){return this.url.searchParams.append(e,`sr.${r}`),this}rangeGte(e,r){return this.url.searchParams.append(e,`nxl.${r}`),this}rangeLt(e,r){return this.url.searchParams.append(e,`sl.${r}`),this}rangeLte(e,r){return this.url.searchParams.append(e,`nxr.${r}`),this}rangeAdjacent(e,r){return this.url.searchParams.append(e,`adj.${r}`),this}overlaps(e,r){return typeof r=="string"?this.url.searchParams.append(e,`ov.${r}`):this.url.searchParams.append(e,`ov.{${r.join(",")}}`),this}textSearch(e,r,{config:n,type:o}={}){let i="";o==="plain"?i="pl":o==="phrase"?i="ph":o==="websearch"&&(i="w");let a=n===void 0?"":`(${n})`;return this.url.searchParams.append(e,`${i}fts${a}.${r}`),this}match(e){return Object.entries(e).forEach(([r,n])=>{this.url.searchParams.append(r,`eq.${n}`)}),this}not(e,r,n){return this.url.searchParams.append(e,`not.${r}.${n}`),this}or(e,{foreignTable:r,referencedTable:n=r}={}){let o=n?`${n}.or`:"or";return this.url.searchParams.append(o,`(${e})`),this}filter(e,r,n){return this.url.searchParams.append(e,`${r}.${n}`),this}};Od.default=Ad});var Pd=S(kd=>{"use strict";Object.defineProperty(kd,"__esModule",{value:!0});var Ek=(he(),oe(pe)),Oa=Ek.__importDefault(vu()),Fd=class{constructor(e,{headers:r={},schema:n,fetch:o}){this.url=e,this.headers=new Headers(r),this.schema=n,this.fetch=o}select(e,r){let{head:n=!1,count:o}=r??{},i=n?"HEAD":"GET",a=!1,s=(e??"*").split("").map(u=>/\s/.test(u)&&!a?"":(u==='"'&&(a=!a),u)).join("");return this.url.searchParams.set("select",s),o&&this.headers.append("Prefer",`count=${o}`),new Oa.default({method:i,url:this.url,headers:this.headers,schema:this.schema,fetch:this.fetch})}insert(e,{count:r,defaultToNull:n=!0}={}){var o;let i="POST";if(r&&this.headers.append("Prefer",`count=${r}`),n||this.headers.append("Prefer","missing=default"),Array.isArray(e)){let a=e.reduce((s,u)=>s.concat(Object.keys(u)),[]);if(a.length>0){let s=[...new Set(a)].map(u=>`"${u}"`);this.url.searchParams.set("columns",s.join(","))}}return new Oa.default({method:i,url:this.url,headers:this.headers,schema:this.schema,body:e,fetch:(o=this.fetch)!==null&&o!==void 0?o:fetch})}upsert(e,{onConflict:r,ignoreDuplicates:n=!1,count:o,defaultToNull:i=!0}={}){var a;let s="POST";if(this.headers.append("Prefer",`resolution=${n?"ignore":"merge"}-duplicates`),r!==void 0&&this.url.searchParams.set("on_conflict",r),o&&this.headers.append("Prefer",`count=${o}`),i||this.headers.append("Prefer","missing=default"),Array.isArray(e)){let u=e.reduce((c,l)=>c.concat(Object.keys(l)),[]);if(u.length>0){let c=[...new Set(u)].map(l=>`"${l}"`);this.url.searchParams.set("columns",c.join(","))}}return new Oa.default({method:s,url:this.url,headers:this.headers,schema:this.schema,body:e,fetch:(a=this.fetch)!==null&&a!==void 0?a:fetch})}update(e,{count:r}={}){var n;let o="PATCH";return r&&this.headers.append("Prefer",`count=${r}`),new Oa.default({method:o,url:this.url,headers:this.headers,schema:this.schema,body:e,fetch:(n=this.fetch)!==null&&n!==void 0?n:fetch})}delete({count:e}={}){var r;let n="DELETE";return e&&this.headers.append("Prefer",`count=${e}`),new Oa.default({method:n,url:this.url,headers:this.headers,schema:this.schema,fetch:(r=this.fetch)!==null&&r!==void 0?r:fetch})}};kd.default=Fd});var Yy=S(Td=>{"use strict";Object.defineProperty(Td,"__esModule",{value:!0});var Wy=(he(),oe(pe)),Ck=Wy.__importDefault(Pd()),_k=Wy.__importDefault(vu()),$d=class t{constructor(e,{headers:r={},schema:n,fetch:o}={}){this.url=e,this.headers=new Headers(r),this.schemaName=n,this.fetch=o}from(e){if(!e||typeof e!="string"||e.trim()==="")throw new Error("Invalid relation name: relation must be a non-empty string.");let r=new URL(`${this.url}/${e}`);return new Ck.default(r,{headers:new Headers(this.headers),schema:this.schemaName,fetch:this.fetch})}schema(e){return new t(this.url,{headers:this.headers,schema:e,fetch:this.fetch})}rpc(e,r={},{head:n=!1,get:o=!1,count:i}={}){var a;let s,u=new URL(`${this.url}/rpc/${e}`),c;n||o?(s=n?"HEAD":"GET",Object.entries(r).filter(([d,p])=>p!==void 0).map(([d,p])=>[d,Array.isArray(p)?`{${p.join(",")}}`:`${p}`]).forEach(([d,p])=>{u.searchParams.append(d,p)})):(s="POST",c=r);let l=new Headers(this.headers);return i&&l.set("Prefer",`count=${i}`),new _k.default({method:s,url:u,headers:l,schema:this.schemaName,body:c,fetch:(a=this.fetch)!==null&&a!==void 0?a:fetch})}};Td.default=$d});var Id=S(At=>{"use strict";Object.defineProperty(At,"__esModule",{value:!0});At.PostgrestError=At.PostgrestBuilder=At.PostgrestTransformBuilder=At.PostgrestFilterBuilder=At.PostgrestQueryBuilder=At.PostgrestClient=void 0;var Yo=(he(),oe(pe)),Jy=Yo.__importDefault(Yy());At.PostgrestClient=Jy.default;var Xy=Yo.__importDefault(Pd());At.PostgrestQueryBuilder=Xy.default;var Zy=Yo.__importDefault(vu());At.PostgrestFilterBuilder=Zy.default;var Qy=Yo.__importDefault(xd());At.PostgrestTransformBuilder=Qy.default;var e0=Yo.__importDefault(Cd());At.PostgrestBuilder=e0.default;var t0=Yo.__importDefault(wd());At.PostgrestError=t0.default;At.default={PostgrestClient:Jy.default,PostgrestQueryBuilder:Xy.default,PostgrestFilterBuilder:Zy.default,PostgrestTransformBuilder:Qy.default,PostgrestBuilder:e0.default,PostgrestError:t0.default}});var Bd={};Gr(Bd,{RealtimeClient:()=>Rd});var Rd,Ld=rt(()=>{Rd=class{constructor(){}connect(){}disconnect(){}}});var wn=S(Jr=>{"use strict";Object.defineProperty(Jr,"__esModule",{value:!0});Jr.StorageUnknownError=Jr.StorageApiError=Jr.StorageError=void 0;Jr.isStorageError=Sk;var Fa=class extends Error{constructor(e){super(e),this.__isStorageError=!0,this.name="StorageError"}};Jr.StorageError=Fa;function Sk(t){return typeof t=="object"&&t!==null&&"__isStorageError"in t}var Nd=class extends Fa{constructor(e,r,n){super(e),this.name="StorageApiError",this.status=r,this.statusCode=n}toJSON(){return{name:this.name,message:this.message,status:this.status,statusCode:this.statusCode}}};Jr.StorageApiError=Nd;var jd=class extends Fa{constructor(e,r){super(e),this.name="StorageUnknownError",this.originalError=r}};Jr.StorageUnknownError=jd});var ka=S(nr=>{"use strict";Object.defineProperty(nr,"__esModule",{value:!0});nr.isPlainObject=nr.recursiveToCamel=nr.resolveResponse=nr.resolveFetch=void 0;var xk=t=>t?(...e)=>t(...e):(...e)=>fetch(...e);nr.resolveFetch=xk;var Ak=()=>Response;nr.resolveResponse=Ak;var Ok=t=>{if(Array.isArray(t))return t.map(r=>(0,nr.recursiveToCamel)(r));if(typeof t=="function"||t!==Object(t))return t;let e={};return Object.entries(t).forEach(([r,n])=>{let o=r.replace(/([-_][a-z])/gi,i=>i.toUpperCase().replace(/[-_]/g,""));e[o]=(0,nr.recursiveToCamel)(n)}),e};nr.recursiveToCamel=Ok;var Fk=t=>{if(typeof t!="object"||t===null)return!1;let e=Object.getPrototypeOf(t);return(e===null||e===Object.prototype||Object.getPrototypeOf(e)===null)&&!(Symbol.toStringTag in t)&&!(Symbol.iterator in t)};nr.isPlainObject=Fk});var Eu=S(Wn=>{"use strict";Object.defineProperty(Wn,"__esModule",{value:!0});Wn.get=$k;Wn.post=Tk;Wn.put=Ik;Wn.head=Rk;Wn.remove=Bk;var Gn=(he(),oe(pe)),Ud=wn(),r0=ka(),Md=t=>{var e;return t.msg||t.message||t.error_description||(typeof t.error=="string"?t.error:(e=t.error)===null||e===void 0?void 0:e.message)||JSON.stringify(t)},kk=(t,e,r)=>Gn.__awaiter(void 0,void 0,void 0,function*(){let n=yield(0,r0.resolveResponse)();t instanceof n&&!r?.noResolveJson?t.json().then(o=>{let i=t.status||500,a=o?.statusCode||i+"";e(new Ud.StorageApiError(Md(o),i,a))}).catch(o=>{e(new Ud.StorageUnknownError(Md(o),o))}):e(new Ud.StorageUnknownError(Md(t),t))}),Pk=(t,e,r,n)=>{let o={method:t,headers:e?.headers||{}};return t==="GET"||!n?o:((0,r0.isPlainObject)(n)?(o.headers=Object.assign({"Content-Type":"application/json"},e?.headers),o.body=JSON.stringify(n)):o.body=n,e?.duplex&&(o.duplex=e.duplex),Object.assign(Object.assign({},o),r))};function Pa(t,e,r,n,o,i){return Gn.__awaiter(this,void 0,void 0,function*(){return new Promise((a,s)=>{t(r,Pk(e,n,o,i)).then(u=>{if(!u.ok)throw u;return n?.noResolveJson?u:u.json()}).then(u=>a(u)).catch(u=>kk(u,s,n))})})}function $k(t,e,r,n){return Gn.__awaiter(this,void 0,void 0,function*(){return Pa(t,"GET",e,r,n)})}function Tk(t,e,r,n,o){return Gn.__awaiter(this,void 0,void 0,function*(){return Pa(t,"POST",e,n,o,r)})}function Ik(t,e,r,n,o){return Gn.__awaiter(this,void 0,void 0,function*(){return Pa(t,"PUT",e,n,o,r)})}function Rk(t,e,r,n){return Gn.__awaiter(this,void 0,void 0,function*(){return Pa(t,"HEAD",e,Object.assign(Object.assign({},r),{noResolveJson:!0}),n)})}function Bk(t,e,r,n,o){return Gn.__awaiter(this,void 0,void 0,function*(){return Pa(t,"DELETE",e,n,o,r)})}});var n0=S(Hd=>{"use strict";Object.defineProperty(Hd,"__esModule",{value:!0});var Lk=(he(),oe(pe)),Nk=wn(),qd=class{constructor(e,r){this.downloadFn=e,this.shouldThrowOnError=r}then(e,r){return this.execute().then(e,r)}execute(){return Lk.__awaiter(this,void 0,void 0,function*(){try{return{data:(yield this.downloadFn()).body,error:null}}catch(e){if(this.shouldThrowOnError)throw e;if((0,Nk.isStorageError)(e))return{data:null,error:e};throw e}})}};Hd.default=qd});var a0=S(zd=>{"use strict";var o0;Object.defineProperty(zd,"__esModule",{value:!0});var i0=(he(),oe(pe)),jk=wn(),Uk=i0.__importDefault(n0()),Vd=class{constructor(e,r){this.downloadFn=e,this.shouldThrowOnError=r,this[o0]="BlobDownloadBuilder",this.promise=null}asStream(){return new Uk.default(this.downloadFn,this.shouldThrowOnError)}then(e,r){return this.getPromise().then(e,r)}catch(e){return this.getPromise().catch(e)}finally(e){return this.getPromise().finally(e)}getPromise(){return this.promise||(this.promise=this.execute()),this.promise}execute(){return i0.__awaiter(this,void 0,void 0,function*(){try{return{data:yield(yield this.downloadFn()).blob(),error:null}}catch(e){if(this.shouldThrowOnError)throw e;if((0,jk.isStorageError)(e))return{data:null,error:e};throw e}})}};o0=Symbol.toStringTag;zd.default=Vd});var c0=S(Gd=>{"use strict";Object.defineProperty(Gd,"__esModule",{value:!0});var Ot=(he(),oe(pe)),Lt=wn(),Nt=Eu(),s0=ka(),Mk=Ot.__importDefault(a0()),qk={limit:100,offset:0,sortBy:{column:"name",order:"asc"}},u0={cacheControl:"3600",contentType:"text/plain;charset=UTF-8",upsert:!1},Kd=class{constructor(e,r={},n,o){this.shouldThrowOnError=!1,this.url=e,this.headers=r,this.bucketId=n,this.fetch=(0,s0.resolveFetch)(o)}throwOnError(){return this.shouldThrowOnError=!0,this}uploadOrUpdate(e,r,n,o){return Ot.__awaiter(this,void 0,void 0,function*(){try{let i,a=Object.assign(Object.assign({},u0),o),s=Object.assign(Object.assign({},this.headers),e==="POST"&&{"x-upsert":String(a.upsert)}),u=a.metadata;typeof Blob<"u"&&n instanceof Blob?(i=new FormData,i.append("cacheControl",a.cacheControl),u&&i.append("metadata",this.encodeMetadata(u)),i.append("",n)):typeof FormData<"u"&&n instanceof FormData?(i=n,i.has("cacheControl")||i.append("cacheControl",a.cacheControl),u&&!i.has("metadata")&&i.append("metadata",this.encodeMetadata(u))):(i=n,s["cache-control"]=`max-age=${a.cacheControl}`,s["content-type"]=a.contentType,u&&(s["x-metadata"]=this.toBase64(this.encodeMetadata(u))),(typeof ReadableStream<"u"&&i instanceof ReadableStream||i&&typeof i=="object"&&"pipe"in i&&typeof i.pipe=="function")&&!a.duplex&&(a.duplex="half")),o?.headers&&(s=Object.assign(Object.assign({},s),o.headers));let c=this._removeEmptyFolders(r),l=this._getFinalPath(c),d=yield(e=="PUT"?Nt.put:Nt.post)(this.fetch,`${this.url}/object/${l}`,i,Object.assign({headers:s},a?.duplex?{duplex:a.duplex}:{}));return{data:{path:c,id:d.Id,fullPath:d.Key},error:null}}catch(i){if(this.shouldThrowOnError)throw i;if((0,Lt.isStorageError)(i))return{data:null,error:i};throw i}})}upload(e,r,n){return Ot.__awaiter(this,void 0,void 0,function*(){return this.uploadOrUpdate("POST",e,r,n)})}uploadToSignedUrl(e,r,n,o){return Ot.__awaiter(this,void 0,void 0,function*(){let i=this._removeEmptyFolders(e),a=this._getFinalPath(i),s=new URL(this.url+`/object/upload/sign/${a}`);s.searchParams.set("token",r);try{let u,c=Object.assign({upsert:u0.upsert},o),l=Object.assign(Object.assign({},this.headers),{"x-upsert":String(c.upsert)});typeof Blob<"u"&&n instanceof Blob?(u=new FormData,u.append("cacheControl",c.cacheControl),u.append("",n)):typeof FormData<"u"&&n instanceof FormData?(u=n,u.append("cacheControl",c.cacheControl)):(u=n,l["cache-control"]=`max-age=${c.cacheControl}`,l["content-type"]=c.contentType);let d=yield(0,Nt.put)(this.fetch,s.toString(),u,{headers:l});return{data:{path:i,fullPath:d.Key},error:null}}catch(u){if(this.shouldThrowOnError)throw u;if((0,Lt.isStorageError)(u))return{data:null,error:u};throw u}})}createSignedUploadUrl(e,r){return Ot.__awaiter(this,void 0,void 0,function*(){try{let n=this._getFinalPath(e),o=Object.assign({},this.headers);r?.upsert&&(o["x-upsert"]="true");let i=yield(0,Nt.post)(this.fetch,`${this.url}/object/upload/sign/${n}`,{},{headers:o}),a=new URL(this.url+i.url),s=a.searchParams.get("token");if(!s)throw new Lt.StorageError("No token returned by API");return{data:{signedUrl:a.toString(),path:e,token:s},error:null}}catch(n){if(this.shouldThrowOnError)throw n;if((0,Lt.isStorageError)(n))return{data:null,error:n};throw n}})}update(e,r,n){return Ot.__awaiter(this,void 0,void 0,function*(){return this.uploadOrUpdate("PUT",e,r,n)})}move(e,r,n){return Ot.__awaiter(this,void 0,void 0,function*(){try{return{data:yield(0,Nt.post)(this.fetch,`${this.url}/object/move`,{bucketId:this.bucketId,sourceKey:e,destinationKey:r,destinationBucket:n?.destinationBucket},{headers:this.headers}),error:null}}catch(o){if(this.shouldThrowOnError)throw o;if((0,Lt.isStorageError)(o))return{data:null,error:o};throw o}})}copy(e,r,n){return Ot.__awaiter(this,void 0,void 0,function*(){try{return{data:{path:(yield(0,Nt.post)(this.fetch,`${this.url}/object/copy`,{bucketId:this.bucketId,sourceKey:e,destinationKey:r,destinationBucket:n?.destinationBucket},{headers:this.headers})).Key},error:null}}catch(o){if(this.shouldThrowOnError)throw o;if((0,Lt.isStorageError)(o))return{data:null,error:o};throw o}})}createSignedUrl(e,r,n){return Ot.__awaiter(this,void 0,void 0,function*(){try{let o=this._getFinalPath(e),i=yield(0,Nt.post)(this.fetch,`${this.url}/object/sign/${o}`,Object.assign({expiresIn:r},n?.transform?{transform:n.transform}:{}),{headers:this.headers}),a=n?.download?`&download=${n.download===!0?"":n.download}`:"";return i={signedUrl:encodeURI(`${this.url}${i.signedURL}${a}`)},{data:i,error:null}}catch(o){if(this.shouldThrowOnError)throw o;if((0,Lt.isStorageError)(o))return{data:null,error:o};throw o}})}createSignedUrls(e,r,n){return Ot.__awaiter(this,void 0,void 0,function*(){try{let o=yield(0,Nt.post)(this.fetch,`${this.url}/object/sign/${this.bucketId}`,{expiresIn:r,paths:e},{headers:this.headers}),i=n?.download?`&download=${n.download===!0?"":n.download}`:"";return{data:o.map(a=>Object.assign(Object.assign({},a),{signedUrl:a.signedURL?encodeURI(`${this.url}${a.signedURL}${i}`):null})),error:null}}catch(o){if(this.shouldThrowOnError)throw o;if((0,Lt.isStorageError)(o))return{data:null,error:o};throw o}})}download(e,r){let o=typeof r?.transform<"u"?"render/image/authenticated":"object",i=this.transformOptsToQueryString(r?.transform||{}),a=i?`?${i}`:"",s=this._getFinalPath(e),u=()=>(0,Nt.get)(this.fetch,`${this.url}/${o}/${s}${a}`,{headers:this.headers,noResolveJson:!0});return new Mk.default(u,this.shouldThrowOnError)}info(e){return Ot.__awaiter(this,void 0,void 0,function*(){let r=this._getFinalPath(e);try{let n=yield(0,Nt.get)(this.fetch,`${this.url}/object/info/${r}`,{headers:this.headers});return{data:(0,s0.recursiveToCamel)(n),error:null}}catch(n){if(this.shouldThrowOnError)throw n;if((0,Lt.isStorageError)(n))return{data:null,error:n};throw n}})}exists(e){return Ot.__awaiter(this,void 0,void 0,function*(){let r=this._getFinalPath(e);try{return yield(0,Nt.head)(this.fetch,`${this.url}/object/${r}`,{headers:this.headers}),{data:!0,error:null}}catch(n){if(this.shouldThrowOnError)throw n;if((0,Lt.isStorageError)(n)&&n instanceof Lt.StorageUnknownError){let o=n.originalError;if([400,404].includes(o?.status))return{data:!1,error:n}}throw n}})}getPublicUrl(e,r){let n=this._getFinalPath(e),o=[],i=r?.download?`download=${r.download===!0?"":r.download}`:"";i!==""&&o.push(i);let s=typeof r?.transform<"u"?"render/image":"object",u=this.transformOptsToQueryString(r?.transform||{});u!==""&&o.push(u);let c=o.join("&");return c!==""&&(c=`?${c}`),{data:{publicUrl:encodeURI(`${this.url}/${s}/public/${n}${c}`)}}}remove(e){return Ot.__awaiter(this,void 0,void 0,function*(){try{return{data:yield(0,Nt.remove)(this.fetch,`${this.url}/object/${this.bucketId}`,{prefixes:e},{headers:this.headers}),error:null}}catch(r){if(this.shouldThrowOnError)throw r;if((0,Lt.isStorageError)(r))return{data:null,error:r};throw r}})}list(e,r,n){return Ot.__awaiter(this,void 0,void 0,function*(){try{let o=Object.assign(Object.assign(Object.assign({},qk),r),{prefix:e||""});return{data:yield(0,Nt.post)(this.fetch,`${this.url}/object/list/${this.bucketId}`,o,{headers:this.headers},n),error:null}}catch(o){if(this.shouldThrowOnError)throw o;if((0,Lt.isStorageError)(o))return{data:null,error:o};throw o}})}listV2(e,r){return Ot.__awaiter(this,void 0,void 0,function*(){try{let n=Object.assign({},e);return{data:yield(0,Nt.post)(this.fetch,`${this.url}/object/list-v2/${this.bucketId}`,n,{headers:this.headers},r),error:null}}catch(n){if(this.shouldThrowOnError)throw n;if((0,Lt.isStorageError)(n))return{data:null,error:n};throw n}})}encodeMetadata(e){return JSON.stringify(e)}toBase64(e){return typeof Buffer<"u"?Buffer.from(e).toString("base64"):btoa(e)}_getFinalPath(e){return`${this.bucketId}/${e.replace(/^\/+/,"")}`}_removeEmptyFolders(e){return e.replace(/^\/|\/$/g,"").replace(/\/+/g,"/")}transformOptsToQueryString(e){let r=[];return e.width&&r.push(`width=${e.width}`),e.height&&r.push(`height=${e.height}`),e.resize&&r.push(`resize=${e.resize}`),e.format&&r.push(`format=${e.format}`),e.quality&&r.push(`quality=${e.quality}`),r.join("&")}};Gd.default=Kd});var Wd=S(Cu=>{"use strict";Object.defineProperty(Cu,"__esModule",{value:!0});Cu.version=void 0;Cu.version="2.84.0"});var Yd=S(_u=>{"use strict";Object.defineProperty(_u,"__esModule",{value:!0});_u.DEFAULT_HEADERS=void 0;var Hk=Wd();_u.DEFAULT_HEADERS={"X-Client-Info":`storage-js/${Hk.version}`}});var l0=S(Xd=>{"use strict";Object.defineProperty(Xd,"__esModule",{value:!0});var Jo=(he(),oe(pe)),Vk=Yd(),Xo=wn(),Zo=Eu(),zk=ka(),Jd=class{constructor(e,r={},n,o){this.shouldThrowOnError=!1;let i=new URL(e);o?.useNewHostname&&/supabase\.(co|in|red)$/.test(i.hostname)&&!i.hostname.includes("storage.supabase.")&&(i.hostname=i.hostname.replace("supabase.","storage.supabase.")),this.url=i.href.replace(/\/$/,""),this.headers=Object.assign(Object.assign({},Vk.DEFAULT_HEADERS),r),this.fetch=(0,zk.resolveFetch)(n)}throwOnError(){return this.shouldThrowOnError=!0,this}listBuckets(e){return Jo.__awaiter(this,void 0,void 0,function*(){try{let r=this.listBucketOptionsToQueryString(e);return{data:yield(0,Zo.get)(this.fetch,`${this.url}/bucket${r}`,{headers:this.headers}),error:null}}catch(r){if(this.shouldThrowOnError)throw r;if((0,Xo.isStorageError)(r))return{data:null,error:r};throw r}})}getBucket(e){return Jo.__awaiter(this,void 0,void 0,function*(){try{return{data:yield(0,Zo.get)(this.fetch,`${this.url}/bucket/${e}`,{headers:this.headers}),error:null}}catch(r){if(this.shouldThrowOnError)throw r;if((0,Xo.isStorageError)(r))return{data:null,error:r};throw r}})}createBucket(e){return Jo.__awaiter(this,arguments,void 0,function*(r,n={public:!1}){try{return{data:yield(0,Zo.post)(this.fetch,`${this.url}/bucket`,{id:r,name:r,type:n.type,public:n.public,file_size_limit:n.fileSizeLimit,allowed_mime_types:n.allowedMimeTypes},{headers:this.headers}),error:null}}catch(o){if(this.shouldThrowOnError)throw o;if((0,Xo.isStorageError)(o))return{data:null,error:o};throw o}})}updateBucket(e,r){return Jo.__awaiter(this,void 0,void 0,function*(){try{return{data:yield(0,Zo.put)(this.fetch,`${this.url}/bucket/${e}`,{id:e,name:e,public:r.public,file_size_limit:r.fileSizeLimit,allowed_mime_types:r.allowedMimeTypes},{headers:this.headers}),error:null}}catch(n){if(this.shouldThrowOnError)throw n;if((0,Xo.isStorageError)(n))return{data:null,error:n};throw n}})}emptyBucket(e){return Jo.__awaiter(this,void 0,void 0,function*(){try{return{data:yield(0,Zo.post)(this.fetch,`${this.url}/bucket/${e}/empty`,{},{headers:this.headers}),error:null}}catch(r){if(this.shouldThrowOnError)throw r;if((0,Xo.isStorageError)(r))return{data:null,error:r};throw r}})}deleteBucket(e){return Jo.__awaiter(this,void 0,void 0,function*(){try{return{data:yield(0,Zo.remove)(this.fetch,`${this.url}/bucket/${e}`,{},{headers:this.headers}),error:null}}catch(r){if(this.shouldThrowOnError)throw r;if((0,Xo.isStorageError)(r))return{data:null,error:r};throw r}})}listBucketOptionsToQueryString(e){let r={};return e&&("limit"in e&&(r.limit=String(e.limit)),"offset"in e&&(r.offset=String(e.offset)),e.search&&(r.search=e.search),e.sortColumn&&(r.sortColumn=e.sortColumn),e.sortOrder&&(r.sortOrder=e.sortOrder)),Object.keys(r).length>0?"?"+new URLSearchParams(r).toString():""}};Xd.default=Jd});var np=S(rp=>{"use strict";Object.defineProperty(rp,"__esModule",{value:!0});var Zd=(he(),oe(pe)),Kk=Yd(),Qd=wn(),ep=Eu(),Gk=ka(),tp=class{constructor(e,r={},n){this.shouldThrowOnError=!1,this.url=e.replace(/\/$/,""),this.headers=Object.assign(Object.assign({},Kk.DEFAULT_HEADERS),r),this.fetch=(0,Gk.resolveFetch)(n)}throwOnError(){return this.shouldThrowOnError=!0,this}createBucket(e){return Zd.__awaiter(this,void 0,void 0,function*(){try{return{data:yield(0,ep.post)(this.fetch,`${this.url}/bucket`,{name:e},{headers:this.headers}),error:null}}catch(r){if(this.shouldThrowOnError)throw r;if((0,Qd.isStorageError)(r))return{data:null,error:r};throw r}})}listBuckets(e){return Zd.__awaiter(this,void 0,void 0,function*(){try{let r=new URLSearchParams;e?.limit!==void 0&&r.set("limit",e.limit.toString()),e?.offset!==void 0&&r.set("offset",e.offset.toString()),e?.sortColumn&&r.set("sortColumn",e.sortColumn),e?.sortOrder&&r.set("sortOrder",e.sortOrder),e?.search&&r.set("search",e.search);let n=r.toString(),o=n?`${this.url}/bucket?${n}`:`${this.url}/bucket`;return{data:yield(0,ep.get)(this.fetch,o,{headers:this.headers}),error:null}}catch(r){if(this.shouldThrowOnError)throw r;if((0,Qd.isStorageError)(r))return{data:null,error:r};throw r}})}deleteBucket(e){return Zd.__awaiter(this,void 0,void 0,function*(){try{return{data:yield(0,ep.remove)(this.fetch,`${this.url}/bucket/${e}`,{},{headers:this.headers}),error:null}}catch(r){if(this.shouldThrowOnError)throw r;if((0,Qd.isStorageError)(r))return{data:null,error:r};throw r}})}};rp.default=tp});var xu=S(Su=>{"use strict";Object.defineProperty(Su,"__esModule",{value:!0});Su.DEFAULT_HEADERS=void 0;var Wk=Wd();Su.DEFAULT_HEADERS={"X-Client-Info":`storage-js/${Wk.version}`,"Content-Type":"application/json"}});var Qo=S(Er=>{"use strict";Object.defineProperty(Er,"__esModule",{value:!0});Er.StorageVectorsErrorCode=Er.StorageVectorsUnknownError=Er.StorageVectorsApiError=Er.StorageVectorsError=void 0;Er.isStorageVectorsError=Yk;var $a=class extends Error{constructor(e){super(e),this.__isStorageVectorsError=!0,this.name="StorageVectorsError"}};Er.StorageVectorsError=$a;function Yk(t){return typeof t=="object"&&t!==null&&"__isStorageVectorsError"in t}var op=class extends $a{constructor(e,r,n){super(e),this.name="StorageVectorsApiError",this.status=r,this.statusCode=n}toJSON(){return{name:this.name,message:this.message,status:this.status,statusCode:this.statusCode}}};Er.StorageVectorsApiError=op;var ip=class extends $a{constructor(e,r){super(e),this.name="StorageVectorsUnknownError",this.originalError=r}};Er.StorageVectorsUnknownError=ip;var f0;(function(t){t.InternalError="InternalError",t.S3VectorConflictException="S3VectorConflictException",t.S3VectorNotFoundException="S3VectorNotFoundException",t.S3VectorBucketNotEmpty="S3VectorBucketNotEmpty",t.S3VectorMaxBucketsExceeded="S3VectorMaxBucketsExceeded",t.S3VectorMaxIndexesExceeded="S3VectorMaxIndexesExceeded"})(f0||(Er.StorageVectorsErrorCode=f0={}))});var ei=S(or=>{"use strict";Object.defineProperty(or,"__esModule",{value:!0});or.validateVectorDimension=or.normalizeToFloat32=or.isPlainObject=or.resolveResponse=or.resolveFetch=void 0;var Jk=t=>t?(...e)=>t(...e):(...e)=>fetch(...e);or.resolveFetch=Jk;var Xk=()=>Response;or.resolveResponse=Xk;var Zk=t=>{if(typeof t!="object"||t===null)return!1;let e=Object.getPrototypeOf(t);return(e===null||e===Object.prototype||Object.getPrototypeOf(e)===null)&&!(Symbol.toStringTag in t)&&!(Symbol.iterator in t)};or.isPlainObject=Zk;var Qk=t=>Array.from(new Float32Array(t));or.normalizeToFloat32=Qk;var eP=(t,e)=>{if(e!==void 0&&t.float32.length!==e)throw new Error(`Vector dimension mismatch: expected ${e}, got ${t.float32.length}`)};or.validateVectorDimension=eP});var Fu=S(ri=>{"use strict";Object.defineProperty(ri,"__esModule",{value:!0});ri.get=oP;ri.post=iP;ri.put=aP;ri.remove=sP;var ti=(he(),oe(pe)),Au=Qo(),tP=ei(),d0=t=>t.msg||t.message||t.error_description||t.error||JSON.stringify(t),rP=(t,e,r)=>ti.__awaiter(void 0,void 0,void 0,function*(){if(t&&typeof t=="object"&&"status"in t&&"ok"in t&&typeof t.status=="number"&&!r?.noResolveJson){let o=t.status||500,i=t;if(typeof i.json=="function")i.json().then(a=>{let s=a?.statusCode||a?.code||o+"";e(new Au.StorageVectorsApiError(d0(a),o,s))}).catch(()=>{let a=o+"",s=i.statusText||`HTTP ${o} error`;e(new Au.StorageVectorsApiError(s,o,a))});else{let a=o+"",s=i.statusText||`HTTP ${o} error`;e(new Au.StorageVectorsApiError(s,o,a))}}else e(new Au.StorageVectorsUnknownError(d0(t),t))}),nP=(t,e,r,n)=>{let o={method:t,headers:e?.headers||{}};return t==="GET"||!n?o:((0,tP.isPlainObject)(n)?(o.headers=Object.assign({"Content-Type":"application/json"},e?.headers),o.body=JSON.stringify(n)):o.body=n,Object.assign(Object.assign({},o),r))};function Ou(t,e,r,n,o,i){return ti.__awaiter(this,void 0,void 0,function*(){return new Promise((a,s)=>{t(r,nP(e,n,o,i)).then(u=>{if(!u.ok)throw u;if(n?.noResolveJson)return u;let c=u.headers.get("content-type");return!c||!c.includes("application/json")?{}:u.json()}).then(u=>a(u)).catch(u=>rP(u,s,n))})})}function oP(t,e,r,n){return ti.__awaiter(this,void 0,void 0,function*(){return Ou(t,"GET",e,r,n)})}function iP(t,e,r,n,o){return ti.__awaiter(this,void 0,void 0,function*(){return Ou(t,"POST",e,n,o,r)})}function aP(t,e,r,n,o){return ti.__awaiter(this,void 0,void 0,function*(){return Ou(t,"PUT",e,n,o,r)})}function sP(t,e,r,n,o){return ti.__awaiter(this,void 0,void 0,function*(){return Ou(t,"DELETE",e,n,o,r)})}});var up=S(sp=>{"use strict";Object.defineProperty(sp,"__esModule",{value:!0});var ku=(he(),oe(pe)),uP=xu(),Pu=Qo(),$u=Fu(),cP=ei(),ap=class{constructor(e,r={},n){this.shouldThrowOnError=!1,this.url=e.replace(/\/$/,""),this.headers=Object.assign(Object.assign({},uP.DEFAULT_HEADERS),r),this.fetch=(0,cP.resolveFetch)(n)}throwOnError(){return this.shouldThrowOnError=!0,this}createIndex(e){return ku.__awaiter(this,void 0,void 0,function*(){try{return{data:(yield(0,$u.post)(this.fetch,`${this.url}/CreateIndex`,e,{headers:this.headers}))||{},error:null}}catch(r){if(this.shouldThrowOnError)throw r;if((0,Pu.isStorageVectorsError)(r))return{data:null,error:r};throw r}})}getIndex(e,r){return ku.__awaiter(this,void 0,void 0,function*(){try{return{data:yield(0,$u.post)(this.fetch,`${this.url}/GetIndex`,{vectorBucketName:e,indexName:r},{headers:this.headers}),error:null}}catch(n){if(this.shouldThrowOnError)throw n;if((0,Pu.isStorageVectorsError)(n))return{data:null,error:n};throw n}})}listIndexes(e){return ku.__awaiter(this,void 0,void 0,function*(){try{return{data:yield(0,$u.post)(this.fetch,`${this.url}/ListIndexes`,e,{headers:this.headers}),error:null}}catch(r){if(this.shouldThrowOnError)throw r;if((0,Pu.isStorageVectorsError)(r))return{data:null,error:r};throw r}})}deleteIndex(e,r){return ku.__awaiter(this,void 0,void 0,function*(){try{return{data:(yield(0,$u.post)(this.fetch,`${this.url}/DeleteIndex`,{vectorBucketName:e,indexName:r},{headers:this.headers}))||{},error:null}}catch(n){if(this.shouldThrowOnError)throw n;if((0,Pu.isStorageVectorsError)(n))return{data:null,error:n};throw n}})}};sp.default=ap});var fp=S(lp=>{"use strict";Object.defineProperty(lp,"__esModule",{value:!0});var Ta=(he(),oe(pe)),lP=xu(),Ia=Qo(),Ra=Fu(),fP=ei(),cp=class{constructor(e,r={},n){this.shouldThrowOnError=!1,this.url=e.replace(/\/$/,""),this.headers=Object.assign(Object.assign({},lP.DEFAULT_HEADERS),r),this.fetch=(0,fP.resolveFetch)(n)}throwOnError(){return this.shouldThrowOnError=!0,this}putVectors(e){return Ta.__awaiter(this,void 0,void 0,function*(){try{if(e.vectors.length<1||e.vectors.length>500)throw new Error("Vector batch size must be between 1 and 500 items");return{data:(yield(0,Ra.post)(this.fetch,`${this.url}/PutVectors`,e,{headers:this.headers}))||{},error:null}}catch(r){if(this.shouldThrowOnError)throw r;if((0,Ia.isStorageVectorsError)(r))return{data:null,error:r};throw r}})}getVectors(e){return Ta.__awaiter(this,void 0,void 0,function*(){try{return{data:yield(0,Ra.post)(this.fetch,`${this.url}/GetVectors`,e,{headers:this.headers}),error:null}}catch(r){if(this.shouldThrowOnError)throw r;if((0,Ia.isStorageVectorsError)(r))return{data:null,error:r};throw r}})}listVectors(e){return Ta.__awaiter(this,void 0,void 0,function*(){try{if(e.segmentCount!==void 0){if(e.segmentCount<1||e.segmentCount>16)throw new Error("segmentCount must be between 1 and 16");if(e.segmentIndex!==void 0&&(e.segmentIndex<0||e.segmentIndex>=e.segmentCount))throw new Error(`segmentIndex must be between 0 and ${e.segmentCount-1}`)}return{data:yield(0,Ra.post)(this.fetch,`${this.url}/ListVectors`,e,{headers:this.headers}),error:null}}catch(r){if(this.shouldThrowOnError)throw r;if((0,Ia.isStorageVectorsError)(r))return{data:null,error:r};throw r}})}queryVectors(e){return Ta.__awaiter(this,void 0,void 0,function*(){try{return{data:yield(0,Ra.post)(this.fetch,`${this.url}/QueryVectors`,e,{headers:this.headers}),error:null}}catch(r){if(this.shouldThrowOnError)throw r;if((0,Ia.isStorageVectorsError)(r))return{data:null,error:r};throw r}})}deleteVectors(e){return Ta.__awaiter(this,void 0,void 0,function*(){try{if(e.keys.length<1||e.keys.length>500)throw new Error("Keys batch size must be between 1 and 500 items");return{data:(yield(0,Ra.post)(this.fetch,`${this.url}/DeleteVectors`,e,{headers:this.headers}))||{},error:null}}catch(r){if(this.shouldThrowOnError)throw r;if((0,Ia.isStorageVectorsError)(r))return{data:null,error:r};throw r}})}};lp.default=cp});var hp=S(pp=>{"use strict";Object.defineProperty(pp,"__esModule",{value:!0});var Tu=(he(),oe(pe)),dP=xu(),Iu=Qo(),Ru=Fu(),pP=ei(),dp=class{constructor(e,r={},n){this.shouldThrowOnError=!1,this.url=e.replace(/\/$/,""),this.headers=Object.assign(Object.assign({},dP.DEFAULT_HEADERS),r),this.fetch=(0,pP.resolveFetch)(n)}throwOnError(){return this.shouldThrowOnError=!0,this}createBucket(e){return Tu.__awaiter(this,void 0,void 0,function*(){try{return{data:(yield(0,Ru.post)(this.fetch,`${this.url}/CreateVectorBucket`,{vectorBucketName:e},{headers:this.headers}))||{},error:null}}catch(r){if(this.shouldThrowOnError)throw r;if((0,Iu.isStorageVectorsError)(r))return{data:null,error:r};throw r}})}getBucket(e){return Tu.__awaiter(this,void 0,void 0,function*(){try{return{data:yield(0,Ru.post)(this.fetch,`${this.url}/GetVectorBucket`,{vectorBucketName:e},{headers:this.headers}),error:null}}catch(r){if(this.shouldThrowOnError)throw r;if((0,Iu.isStorageVectorsError)(r))return{data:null,error:r};throw r}})}listBuckets(){return Tu.__awaiter(this,arguments,void 0,function*(e={}){try{return{data:yield(0,Ru.post)(this.fetch,`${this.url}/ListVectorBuckets`,e,{headers:this.headers}),error:null}}catch(r){if(this.shouldThrowOnError)throw r;if((0,Iu.isStorageVectorsError)(r))return{data:null,error:r};throw r}})}deleteBucket(e){return Tu.__awaiter(this,void 0,void 0,function*(){try{return{data:(yield(0,Ru.post)(this.fetch,`${this.url}/DeleteVectorBucket`,{vectorBucketName:e},{headers:this.headers}))||{},error:null}}catch(r){if(this.shouldThrowOnError)throw r;if((0,Iu.isStorageVectorsError)(r))return{data:null,error:r};throw r}})}};pp.default=dp});var p0=S(vn=>{"use strict";Object.defineProperty(vn,"__esModule",{value:!0});vn.VectorIndexScope=vn.VectorBucketScope=vn.StorageVectorsClient=void 0;var ir=(he(),oe(pe)),hP=ir.__importDefault(up()),mP=ir.__importDefault(fp()),gP=ir.__importDefault(hp()),mp=class extends gP.default{constructor(e,r={}){super(e,r.headers||{},r.fetch)}from(e){return new Bu(this.url,this.headers,e,this.fetch)}};vn.StorageVectorsClient=mp;var Bu=class extends hP.default{constructor(e,r,n,o){super(e,r,o),this.vectorBucketName=n}createIndex(e){let r=Object.create(null,{createIndex:{get:()=>super.createIndex}});return ir.__awaiter(this,void 0,void 0,function*(){return r.createIndex.call(this,Object.assign(Object.assign({},e),{vectorBucketName:this.vectorBucketName}))})}listIndexes(){let e=Object.create(null,{listIndexes:{get:()=>super.listIndexes}});return ir.__awaiter(this,arguments,void 0,function*(r={}){return e.listIndexes.call(this,Object.assign(Object.assign({},r),{vectorBucketName:this.vectorBucketName}))})}getIndex(e){let r=Object.create(null,{getIndex:{get:()=>super.getIndex}});return ir.__awaiter(this,void 0,void 0,function*(){return r.getIndex.call(this,this.vectorBucketName,e)})}deleteIndex(e){let r=Object.create(null,{deleteIndex:{get:()=>super.deleteIndex}});return ir.__awaiter(this,void 0,void 0,function*(){return r.deleteIndex.call(this,this.vectorBucketName,e)})}index(e){return new Lu(this.url,this.headers,this.vectorBucketName,e,this.fetch)}};vn.VectorBucketScope=Bu;var Lu=class extends mP.default{constructor(e,r,n,o,i){super(e,r,i),this.vectorBucketName=n,this.indexName=o}putVectors(e){let r=Object.create(null,{putVectors:{get:()=>super.putVectors}});return ir.__awaiter(this,void 0,void 0,function*(){return r.putVectors.call(this,Object.assign(Object.assign({},e),{vectorBucketName:this.vectorBucketName,indexName:this.indexName}))})}getVectors(e){let r=Object.create(null,{getVectors:{get:()=>super.getVectors}});return ir.__awaiter(this,void 0,void 0,function*(){return r.getVectors.call(this,Object.assign(Object.assign({},e),{vectorBucketName:this.vectorBucketName,indexName:this.indexName}))})}listVectors(){let e=Object.create(null,{listVectors:{get:()=>super.listVectors}});return ir.__awaiter(this,arguments,void 0,function*(r={}){return e.listVectors.call(this,Object.assign(Object.assign({},r),{vectorBucketName:this.vectorBucketName,indexName:this.indexName}))})}queryVectors(e){let r=Object.create(null,{queryVectors:{get:()=>super.queryVectors}});return ir.__awaiter(this,void 0,void 0,function*(){return r.queryVectors.call(this,Object.assign(Object.assign({},e),{vectorBucketName:this.vectorBucketName,indexName:this.indexName}))})}deleteVectors(e){let r=Object.create(null,{deleteVectors:{get:()=>super.deleteVectors}});return ir.__awaiter(this,void 0,void 0,function*(){return r.deleteVectors.call(this,Object.assign(Object.assign({},e),{vectorBucketName:this.vectorBucketName,indexName:this.indexName}))})}};vn.VectorIndexScope=Lu});var yp=S(me=>{"use strict";Object.defineProperty(me,"__esModule",{value:!0});me.validateVectorDimension=me.normalizeToFloat32=me.isPlainObject=me.resolveResponse=me.resolveFetch=me.isStorageVectorsError=me.StorageVectorsErrorCode=me.StorageVectorsUnknownError=me.StorageVectorsApiError=me.StorageVectorsError=me.VectorDataApi=me.VectorIndexApi=me.VectorBucketApi=me.VectorIndexScope=me.VectorBucketScope=me.StorageVectorsClient=void 0;var gp=(he(),oe(pe)),Dp=p0();Object.defineProperty(me,"StorageVectorsClient",{enumerable:!0,get:function(){return Dp.StorageVectorsClient}});Object.defineProperty(me,"VectorBucketScope",{enumerable:!0,get:function(){return Dp.VectorBucketScope}});Object.defineProperty(me,"VectorIndexScope",{enumerable:!0,get:function(){return Dp.VectorIndexScope}});var DP=hp();Object.defineProperty(me,"VectorBucketApi",{enumerable:!0,get:function(){return gp.__importDefault(DP).default}});var yP=up();Object.defineProperty(me,"VectorIndexApi",{enumerable:!0,get:function(){return gp.__importDefault(yP).default}});var bP=fp();Object.defineProperty(me,"VectorDataApi",{enumerable:!0,get:function(){return gp.__importDefault(bP).default}});var Ba=Qo();Object.defineProperty(me,"StorageVectorsError",{enumerable:!0,get:function(){return Ba.StorageVectorsError}});Object.defineProperty(me,"StorageVectorsApiError",{enumerable:!0,get:function(){return Ba.StorageVectorsApiError}});Object.defineProperty(me,"StorageVectorsUnknownError",{enumerable:!0,get:function(){return Ba.StorageVectorsUnknownError}});Object.defineProperty(me,"StorageVectorsErrorCode",{enumerable:!0,get:function(){return Ba.StorageVectorsErrorCode}});Object.defineProperty(me,"isStorageVectorsError",{enumerable:!0,get:function(){return Ba.isStorageVectorsError}});var La=ei();Object.defineProperty(me,"resolveFetch",{enumerable:!0,get:function(){return La.resolveFetch}});Object.defineProperty(me,"resolveResponse",{enumerable:!0,get:function(){return La.resolveResponse}});Object.defineProperty(me,"isPlainObject",{enumerable:!0,get:function(){return La.isPlainObject}});Object.defineProperty(me,"normalizeToFloat32",{enumerable:!0,get:function(){return La.normalizeToFloat32}});Object.defineProperty(me,"validateVectorDimension",{enumerable:!0,get:function(){return La.validateVectorDimension}})});var h0=S(Nu=>{"use strict";Object.defineProperty(Nu,"__esModule",{value:!0});Nu.StorageClient=void 0;var wp=(he(),oe(pe)),wP=wp.__importDefault(c0()),vP=wp.__importDefault(l0()),EP=wp.__importDefault(np()),CP=yp(),bp=class extends vP.default{constructor(e,r={},n,o){super(e,r,n,o)}from(e){return new wP.default(this.url,this.headers,e,this.fetch)}get vectors(){return new CP.StorageVectorsClient(this.url+"/vector",{headers:this.headers,fetch:this.fetch})}get analytics(){return new EP.default(this.url+"/iceberg",this.headers,this.fetch)}};Nu.StorageClient=bp});var g0=S(m0=>{"use strict";Object.defineProperty(m0,"__esModule",{value:!0})});var D0=S(Xr=>{"use strict";Object.defineProperty(Xr,"__esModule",{value:!0});Xr.StorageAnalyticsClient=Xr.StorageClient=void 0;var ju=(he(),oe(pe)),_P=h0();Object.defineProperty(Xr,"StorageClient",{enumerable:!0,get:function(){return _P.StorageClient}});var SP=np();Object.defineProperty(Xr,"StorageAnalyticsClient",{enumerable:!0,get:function(){return ju.__importDefault(SP).default}});ju.__exportStar(g0(),Xr);ju.__exportStar(wn(),Xr);ju.__exportStar(yp(),Xr)});var y0=S(Uu=>{"use strict";Object.defineProperty(Uu,"__esModule",{value:!0});Uu.version=void 0;Uu.version="2.84.0"});var b0=S(Kt=>{"use strict";Object.defineProperty(Kt,"__esModule",{value:!0});Kt.DEFAULT_REALTIME_OPTIONS=Kt.DEFAULT_AUTH_OPTIONS=Kt.DEFAULT_DB_OPTIONS=Kt.DEFAULT_GLOBAL_OPTIONS=Kt.DEFAULT_HEADERS=void 0;var xP=y0(),Na="";typeof Deno<"u"?Na="deno":typeof document<"u"?Na="web":typeof navigator<"u"&&navigator.product==="ReactNative"?Na="react-native":Na="node";Kt.DEFAULT_HEADERS={"X-Client-Info":`supabase-js-${Na}/${xP.version}`};Kt.DEFAULT_GLOBAL_OPTIONS={headers:Kt.DEFAULT_HEADERS};Kt.DEFAULT_DB_OPTIONS={schema:"public"};Kt.DEFAULT_AUTH_OPTIONS={autoRefreshToken:!0,persistSession:!0,detectSessionInUrl:!0,flowType:"implicit"};Kt.DEFAULT_REALTIME_OPTIONS={}});var w0=S(kr=>{"use strict";Object.defineProperty(kr,"__esModule",{value:!0});kr.fetchWithAuth=kr.resolveHeadersConstructor=kr.resolveFetch=void 0;var AP=t=>t?(...e)=>t(...e):(...e)=>fetch(...e);kr.resolveFetch=AP;var OP=()=>Headers;kr.resolveHeadersConstructor=OP;var FP=(t,e,r)=>{let n=(0,kr.resolveFetch)(r),o=(0,kr.resolveHeadersConstructor)();return async(i,a)=>{var s;let u=(s=await e())!==null&&s!==void 0?s:t,c=new o(a?.headers);return c.has("apikey")||c.set("apikey",t),c.has("Authorization")||c.set("Authorization",`Bearer ${u}`),n(i,Object.assign(Object.assign({},a),{headers:c}))}};kr.fetchWithAuth=FP});var E0=S(En=>{"use strict";Object.defineProperty(En,"__esModule",{value:!0});En.isBrowser=void 0;En.uuid=kP;En.ensureTrailingSlash=v0;En.applySettingDefaults=$P;En.validateSupabaseUrl=TP;function kP(){return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,function(t){var e=Math.random()*16|0,r=t=="x"?e:e&3|8;return r.toString(16)})}function v0(t){return t.endsWith("/")?t:t+"/"}var PP=()=>typeof window<"u";En.isBrowser=PP;function $P(t,e){var r,n;let{db:o,auth:i,realtime:a,global:s}=t,{db:u,auth:c,realtime:l,global:d}=e,p={db:Object.assign(Object.assign({},u),o),auth:Object.assign(Object.assign({},c),i),realtime:Object.assign(Object.assign({},l),a),storage:{},global:Object.assign(Object.assign(Object.assign({},d),s),{headers:Object.assign(Object.assign({},(r=d?.headers)!==null&&r!==void 0?r:{}),(n=s?.headers)!==null&&n!==void 0?n:{})}),accessToken:async()=>""};return t.accessToken?p.accessToken=t.accessToken:delete p.accessToken,p}function TP(t){let e=t?.trim();if(!e)throw new Error("supabaseUrl is required.");if(!e.match(/^https?:\/\//i))throw new Error("Invalid supabaseUrl: Must be a valid HTTP or HTTPS URL.");try{return new URL(v0(e))}catch{throw Error("Invalid supabaseUrl: Provided URL is malformed.")}}});var Tp={};Gr(Tp,{AuthAdminApi:()=>Ep,AuthApiError:()=>Cp,AuthClient:()=>vp,AuthError:()=>Cr,AuthImplicitGrantRedirectError:()=>Op,AuthInvalidCredentialsError:()=>Ap,AuthInvalidTokenResponseError:()=>xp,AuthPKCEGrantCodeExchangeError:()=>Fp,AuthRetryableError:()=>_p,AuthSessionMissingError:()=>Sp,AuthWeakPasswordError:()=>kp,GoTrueAdminApi:()=>qu,GoTrueClient:()=>Mu,NavigatorLockAcquireTimeoutError:()=>Pp,isAuthApiError:()=>NP,isAuthError:()=>LP,isAuthRetryableError:()=>jP,isAuthSessionMissingError:()=>UP,isAuthWeakPasswordError:()=>MP,lockInternals:()=>BP,navigatorLock:()=>IP,processLock:()=>RP});var $p,C0,Mu,qu,vp,Ep,Cr,Cp,_p,Sp,xp,Ap,Op,Fp,kp,IP,RP,Pp,BP,LP,NP,jP,UP,MP,Ip=rt(()=>{$p=()=>Promise.resolve({data:{session:null,user:null},error:null}),C0={get:(t,e)=>{if(e==="constructor")return t.constructor;if(!(e==="then"||e==="catch"||e==="finally")&&typeof e!="symbol")return e==="getSession"?()=>Promise.resolve({data:{session:null,user:null},error:null}):e==="onAuthStateChange"?()=>({data:{subscription:{unsubscribe:()=>{}}},error:null}):$p}},Mu=class{constructor(e){return this.options=e,new Proxy(this,C0)}},qu=class{constructor(e){return this.options=e,new Proxy(this,C0)}},vp=class extends Mu{},Ep=class extends qu{},Cr=class extends Error{},Cp=class extends Cr{},_p=class extends Cr{},Sp=class extends Cr{},xp=class extends Cr{},Ap=class extends Cr{},Op=class extends Cr{},Fp=class extends Cr{},kp=class extends Cr{},IP=$p,RP=$p,Pp=class extends Error{},BP={},LP=()=>!1,NP=()=>!1,jP=()=>!1,UP=()=>!1,MP=()=>!1});var _0=S(Hu=>{"use strict";Object.defineProperty(Hu,"__esModule",{value:!0});Hu.SupabaseAuthClient=void 0;var qP=(Ip(),oe(Tp)),Rp=class extends qP.AuthClient{constructor(e){super(e)}};Hu.SupabaseAuthClient=Rp});var Np=S(Lp=>{"use strict";Object.defineProperty(Lp,"__esModule",{value:!0});var HP=Dd(),VP=Id(),zP=(Ld(),oe(Bd)),KP=D0(),Vu=b0(),GP=w0(),S0=E0(),WP=_0(),Bp=class{constructor(e,r,n){var o,i,a;this.supabaseUrl=e,this.supabaseKey=r;let s=(0,S0.validateSupabaseUrl)(e);if(!r)throw new Error("supabaseKey is required.");this.realtimeUrl=new URL("realtime/v1",s),this.realtimeUrl.protocol=this.realtimeUrl.protocol.replace("http","ws"),this.authUrl=new URL("auth/v1",s),this.storageUrl=new URL("storage/v1",s),this.functionsUrl=new URL("functions/v1",s);let u=`sb-${s.hostname.split(".")[0]}-auth-token`,c={db:Vu.DEFAULT_DB_OPTIONS,realtime:Vu.DEFAULT_REALTIME_OPTIONS,auth:Object.assign(Object.assign({},Vu.DEFAULT_AUTH_OPTIONS),{storageKey:u}),global:Vu.DEFAULT_GLOBAL_OPTIONS},l=(0,S0.applySettingDefaults)(n??{},c);this.storageKey=(o=l.auth.storageKey)!==null&&o!==void 0?o:"",this.headers=(i=l.global.headers)!==null&&i!==void 0?i:{},l.accessToken?(this.accessToken=l.accessToken,this.auth=new Proxy({},{get:(d,p)=>{throw new Error(`@supabase/supabase-js: Supabase Client is configured with the accessToken option, accessing supabase.auth.${String(p)} is not possible`)}})):this.auth=this._initSupabaseAuthClient((a=l.auth)!==null&&a!==void 0?a:{},this.headers,l.global.fetch),this.fetch=(0,GP.fetchWithAuth)(r,this._getAccessToken.bind(this),l.global.fetch),this.realtime=this._initRealtimeClient(Object.assign({headers:this.headers,accessToken:this._getAccessToken.bind(this)},l.realtime)),this.accessToken&&this.accessToken().then(d=>this.realtime.setAuth(d)).catch(d=>console.warn("Failed to set initial Realtime auth token:",d)),this.rest=new VP.PostgrestClient(new URL("rest/v1",s).href,{headers:this.headers,schema:l.db.schema,fetch:this.fetch}),this.storage=new KP.StorageClient(this.storageUrl.href,this.headers,this.fetch,n?.storage),l.accessToken||this._listenForAuthEvents()}get functions(){return new HP.FunctionsClient(this.functionsUrl.href,{headers:this.headers,customFetch:this.fetch})}from(e){return this.rest.from(e)}schema(e){return this.rest.schema(e)}rpc(e,r={},n={head:!1,get:!1,count:void 0}){return this.rest.rpc(e,r,n)}channel(e,r={config:{}}){return this.realtime.channel(e,r)}getChannels(){return this.realtime.getChannels()}removeChannel(e){return this.realtime.removeChannel(e)}removeAllChannels(){return this.realtime.removeAllChannels()}async _getAccessToken(){var e,r;if(this.accessToken)return await this.accessToken();let{data:n}=await this.auth.getSession();return(r=(e=n.session)===null||e===void 0?void 0:e.access_token)!==null&&r!==void 0?r:this.supabaseKey}_initSupabaseAuthClient({autoRefreshToken:e,persistSession:r,detectSessionInUrl:n,storage:o,userStorage:i,storageKey:a,flowType:s,lock:u,debug:c,throwOnError:l},d,p){let h={Authorization:`Bearer ${this.supabaseKey}`,apikey:`${this.supabaseKey}`};return new WP.SupabaseAuthClient({url:this.authUrl.href,headers:Object.assign(Object.assign({},h),d),storageKey:a,autoRefreshToken:e,persistSession:r,detectSessionInUrl:n,storage:o,userStorage:i,flowType:s,lock:u,debug:c,throwOnError:l,fetch:p,hasCustomAuthorizationHeader:Object.keys(this.headers).some(m=>m.toLowerCase()==="authorization")})}_initRealtimeClient(e){return new zP.RealtimeClient(this.realtimeUrl.href,Object.assign(Object.assign({},e),{params:Object.assign({apikey:this.supabaseKey},e?.params)}))}_listenForAuthEvents(){return this.auth.onAuthStateChange((r,n)=>{this._handleTokenChanged(r,"CLIENT",n?.access_token)})}_handleTokenChanged(e,r,n){(e==="TOKEN_REFRESHED"||e==="SIGNED_IN")&&this.changedAccessToken!==n?(this.changedAccessToken=n,this.realtime.setAuth(n)):e==="SIGNED_OUT"&&(this.realtime.setAuth(),r=="STORAGE"&&this.auth.signOut(),this.changedAccessToken=void 0)}};Lp.default=Bp});var O0=S(Re=>{"use strict";var YP=Re&&Re.__createBinding||(Object.create?(function(t,e,r,n){n===void 0&&(n=r);var o=Object.getOwnPropertyDescriptor(e,r);(!o||("get"in o?!e.__esModule:o.writable||o.configurable))&&(o={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,n,o)}):(function(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]})),x0=Re&&Re.__exportStar||function(t,e){for(var r in t)r!=="default"&&!Object.prototype.hasOwnProperty.call(e,r)&&YP(e,t,r)},A0=Re&&Re.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(Re,"__esModule",{value:!0});Re.createClient=Re.SupabaseClient=Re.FunctionRegion=Re.FunctionsError=Re.FunctionsRelayError=Re.FunctionsFetchError=Re.FunctionsHttpError=Re.PostgrestError=void 0;var JP=A0(Np());x0((Ip(),oe(Tp)),Re);var XP=Id();Object.defineProperty(Re,"PostgrestError",{enumerable:!0,get:function(){return XP.PostgrestError}});var ja=Dd();Object.defineProperty(Re,"FunctionsHttpError",{enumerable:!0,get:function(){return ja.FunctionsHttpError}});Object.defineProperty(Re,"FunctionsFetchError",{enumerable:!0,get:function(){return ja.FunctionsFetchError}});Object.defineProperty(Re,"FunctionsRelayError",{enumerable:!0,get:function(){return ja.FunctionsRelayError}});Object.defineProperty(Re,"FunctionsError",{enumerable:!0,get:function(){return ja.FunctionsError}});Object.defineProperty(Re,"FunctionRegion",{enumerable:!0,get:function(){return ja.FunctionRegion}});x0((Ld(),oe(Bd)),Re);var ZP=Np();Object.defineProperty(Re,"SupabaseClient",{enumerable:!0,get:function(){return A0(ZP).default}});var QP=(t,e,r)=>new JP.default(t,e,r);Re.createClient=QP;function e$(){if(typeof window<"u"||typeof process>"u")return!1;let t=process.version;if(t==null)return!1;let e=t.match(/^v(\d+)\./);return e?parseInt(e[1],10)<=18:!1}e$()&&console.warn("\u26A0\uFE0F Node.js 18 and below are deprecated and will no longer be supported in future versions of @supabase/supabase-js. Please upgrade to Node.js 20 or later. For more information, visit: https://github.com/orgs/supabase/discussions/37217")});var jp=S((ZV,F0)=>{F0.exports={LOCHDR:30,LOCSIG:67324752,LOCVER:4,LOCFLG:6,LOCHOW:8,LOCTIM:10,LOCCRC:14,LOCSIZ:18,LOCLEN:22,LOCNAM:26,LOCEXT:28,EXTSIG:134695760,EXTHDR:16,EXTCRC:4,EXTSIZ:8,EXTLEN:12,CENHDR:46,CENSIG:33639248,CENVEM:4,CENVER:6,CENFLG:8,CENHOW:10,CENTIM:12,CENCRC:16,CENSIZ:20,CENLEN:24,CENNAM:28,CENEXT:30,CENCOM:32,CENDSK:34,CENATT:36,CENATX:38,CENOFF:42,ENDHDR:22,ENDSIG:101010256,ENDSUB:8,ENDTOT:10,ENDSIZ:12,ENDOFF:16,ENDCOM:20,END64HDR:20,END64SIG:117853008,END64START:4,END64OFF:8,END64NUMDISKS:16,ZIP64SIG:101075792,ZIP64HDR:56,ZIP64LEAD:12,ZIP64SIZE:4,ZIP64VEM:12,ZIP64VER:14,ZIP64DSK:16,ZIP64DSKDIR:20,ZIP64SUB:24,ZIP64TOT:32,ZIP64SIZB:40,ZIP64OFF:48,ZIP64EXTRA:56,STORED:0,SHRUNK:1,REDUCED1:2,REDUCED2:3,REDUCED3:4,REDUCED4:5,IMPLODED:6,DEFLATED:8,ENHANCED_DEFLATED:9,PKWARE:10,BZIP2:12,LZMA:14,IBM_TERSE:18,IBM_LZ77:19,AES_ENCRYPT:99,FLG_ENC:1,FLG_COMP1:2,FLG_COMP2:4,FLG_DESC:8,FLG_ENH:16,FLG_PATCH:32,FLG_STR:64,FLG_EFS:2048,FLG_MSK:4096,FILE:2,BUFFER:1,NONE:0,EF_ID:0,EF_SIZE:2,ID_ZIP64:1,ID_AVINFO:7,ID_PFS:8,ID_OS2:9,ID_NTFS:10,ID_OPENVMS:12,ID_UNIX:13,ID_FORK:14,ID_PATCH:15,ID_X509_PKCS7:20,ID_X509_CERTID_F:21,ID_X509_CERTID_C:22,ID_STRONGENC:23,ID_RECORD_MGT:24,ID_X509_PKCS7_RL:25,ID_IBM1:101,ID_IBM2:102,ID_POSZIP:18064,EF_ZIP64_OR_32:4294967295,EF_ZIP64_OR_16:65535,EF_ZIP64_SUNCOMP:0,EF_ZIP64_SCOMP:8,EF_ZIP64_RHO:16,EF_ZIP64_DSN:24}});var zu=S(P0=>{var k0={INVALID_LOC:"Invalid LOC header (bad signature)",INVALID_CEN:"Invalid CEN header (bad signature)",INVALID_END:"Invalid END header (bad signature)",DESCRIPTOR_NOT_EXIST:"No descriptor present",DESCRIPTOR_UNKNOWN:"Unknown descriptor format",DESCRIPTOR_FAULTY:"Descriptor data is malformed",NO_DATA:"Nothing to decompress",BAD_CRC:"CRC32 checksum failed {0}",FILE_IN_THE_WAY:"There is a file in the way: {0}",UNKNOWN_METHOD:"Invalid/unsupported compression method",AVAIL_DATA:"inflate::Available inflate data did not terminate",INVALID_DISTANCE:"inflate::Invalid literal/length or distance code in fixed or dynamic block",TO_MANY_CODES:"inflate::Dynamic block code description: too many length or distance codes",INVALID_REPEAT_LEN:"inflate::Dynamic block code description: repeat more than specified lengths",INVALID_REPEAT_FIRST:"inflate::Dynamic block code description: repeat lengths with no first length",INCOMPLETE_CODES:"inflate::Dynamic block code description: code lengths codes incomplete",INVALID_DYN_DISTANCE:"inflate::Dynamic block code description: invalid distance code lengths",INVALID_CODES_LEN:"inflate::Dynamic block code description: invalid literal/length code lengths",INVALID_STORE_BLOCK:"inflate::Stored block length did not match one's complement",INVALID_BLOCK_TYPE:"inflate::Invalid block type (type == 3)",CANT_EXTRACT_FILE:"Could not extract the file",CANT_OVERRIDE:"Target file already exists",DISK_ENTRY_TOO_LARGE:"Number of disk entries is too large",NO_ZIP:"No zip file was loaded",NO_ENTRY:"Entry doesn't exist",DIRECTORY_CONTENT_ERROR:"A directory cannot have content",FILE_NOT_FOUND:'File not found: "{0}"',NOT_IMPLEMENTED:"Not implemented",INVALID_FILENAME:"Invalid filename",INVALID_FORMAT:"Invalid or unsupported zip format. No END header found",INVALID_PASS_PARAM:"Incompatible password parameter",WRONG_PASSWORD:"Wrong Password",COMMENT_TOO_LONG:"Comment is too long",EXTRA_FIELD_PARSE_ERROR:"Extra field parsing error"};function t$(t){return function(...e){return e.length&&(t=t.replace(/\{(\d)\}/g,(r,n)=>e[n]||"")),new Error("ADM-ZIP: "+t)}}for(let t of Object.keys(k0))P0[t]=t$(k0[t])});var B0=S((ez,R0)=>{var r$=require("fs"),nt=require("path"),$0=jp(),n$=zu(),o$=typeof process=="object"&&process.platform==="win32",T0=t=>typeof t=="object"&&t!==null,I0=new Uint32Array(256).map((t,e)=>{for(let r=0;r<8;r++)(e&1)!==0?e=3988292384^e>>>1:e>>>=1;return e>>>0});function We(t){this.sep=nt.sep,this.fs=r$,T0(t)&&T0(t.fs)&&typeof t.fs.statSync=="function"&&(this.fs=t.fs)}R0.exports=We;We.prototype.makeDir=function(t){let e=this;function r(n){let o=n.split(e.sep)[0];n.split(e.sep).forEach(function(i){if(!(!i||i.substr(-1,1)===":")){o+=e.sep+i;var a;try{a=e.fs.statSync(o)}catch{e.fs.mkdirSync(o)}if(a&&a.isFile())throw n$.FILE_IN_THE_WAY(`"${o}"`)}})}r(t)};We.prototype.writeFileTo=function(t,e,r,n){let o=this;if(o.fs.existsSync(t)){if(!r)return!1;var i=o.fs.statSync(t);if(i.isDirectory())return!1}var a=nt.dirname(t);o.fs.existsSync(a)||o.makeDir(a);var s;try{s=o.fs.openSync(t,"w",438)}catch{o.fs.chmodSync(t,438),s=o.fs.openSync(t,"w",438)}if(s)try{o.fs.writeSync(s,e,0,e.length,0)}finally{o.fs.closeSync(s)}return o.fs.chmodSync(t,n||438),!0};We.prototype.writeFileToAsync=function(t,e,r,n,o){typeof n=="function"&&(o=n,n=void 0);let i=this;i.fs.exists(t,function(a){if(a&&!r)return o(!1);i.fs.stat(t,function(s,u){if(a&&u.isDirectory())return o(!1);var c=nt.dirname(t);i.fs.exists(c,function(l){l||i.makeDir(c),i.fs.open(t,"w",438,function(d,p){d?i.fs.chmod(t,438,function(){i.fs.open(t,"w",438,function(h,m){i.fs.write(m,e,0,e.length,0,function(){i.fs.close(m,function(){i.fs.chmod(t,n||438,function(){o(!0)})})})})}):p?i.fs.write(p,e,0,e.length,0,function(){i.fs.close(p,function(){i.fs.chmod(t,n||438,function(){o(!0)})})}):i.fs.chmod(t,n||438,function(){o(!0)})})})})})};We.prototype.findFiles=function(t){let e=this;function r(n,o,i){typeof o=="boolean"&&(i=o,o=void 0);let a=[];return e.fs.readdirSync(n).forEach(function(s){let u=nt.join(n,s),c=e.fs.statSync(u);(!o||o.test(u))&&a.push(nt.normalize(u)+(c.isDirectory()?e.sep:"")),c.isDirectory()&&i&&(a=a.concat(r(u,o,i)))}),a}return r(t,void 0,!0)};We.prototype.findFilesAsync=function(t,e){let r=this,n=[];r.fs.readdir(t,function(o,i){if(o)return e(o);let a=i.length;if(!a)return e(null,n);i.forEach(function(s){s=nt.join(t,s),r.fs.stat(s,function(u,c){if(u)return e(u);c&&(n.push(nt.normalize(s)+(c.isDirectory()?r.sep:"")),c.isDirectory()?r.findFilesAsync(s,function(l,d){if(l)return e(l);n=n.concat(d),--a||e(null,n)}):--a||e(null,n))})})})};We.prototype.getAttributes=function(){};We.prototype.setAttributes=function(){};We.crc32update=function(t,e){return I0[(t^e)&255]^t>>>8};We.crc32=function(t){typeof t=="string"&&(t=Buffer.from(t,"utf8"));let e=t.length,r=-1;for(let n=0;n<e;)r=We.crc32update(r,t[n++]);return~r>>>0};We.methodToString=function(t){switch(t){case $0.STORED:return"STORED ("+t+")";case $0.DEFLATED:return"DEFLATED ("+t+")";default:return"UNSUPPORTED ("+t+")"}};We.canonical=function(t){if(!t)return"";let e=nt.posix.normalize("/"+t.split("\\").join("/"));return nt.join(".",e)};We.zipnamefix=function(t){if(!t)return"";let e=nt.posix.normalize("/"+t.split("\\").join("/"));return nt.posix.join(".",e)};We.findLast=function(t,e){if(!Array.isArray(t))throw new TypeError("arr is not array");let r=t.length>>>0;for(let n=r-1;n>=0;n--)if(e(t[n],n,t))return t[n]};We.sanitize=function(t,e){t=nt.resolve(nt.normalize(t));for(var r=e.split("/"),n=0,o=r.length;n<o;n++){var i=nt.normalize(nt.join(t,r.slice(n,o).join(nt.sep)));if(i.indexOf(t)===0)return i}return nt.normalize(nt.join(t,nt.basename(e)))};We.toBuffer=function(e,r){return Buffer.isBuffer(e)?e:e instanceof Uint8Array?Buffer.from(e):typeof e=="string"?r(e):Buffer.alloc(0)};We.readBigUInt64LE=function(t,e){var r=Buffer.from(t.slice(e,e+8));return r.swap64(),parseInt(`0x${r.toString("hex")}`)};We.fromDOS2Date=function(t){return new Date((t>>25&127)+1980,Math.max((t>>21&15)-1,0),Math.max(t>>16&31,1),t>>11&31,t>>5&63,(t&31)<<1)};We.fromDate2DOS=function(t){let e=0,r=0;return t.getFullYear()>1979&&(e=(t.getFullYear()-1980&127)<<9|t.getMonth()+1<<5|t.getDate(),r=t.getHours()<<11|t.getMinutes()<<5|t.getSeconds()>>1),e<<16|r};We.isWin=o$;We.crcTable=I0});var N0=S((tz,L0)=>{var i$=require("path");L0.exports=function(t,{fs:e}){var r=t||"",n=i(),o=null;function i(){return{directory:!1,readonly:!1,hidden:!1,executable:!1,mtime:0,atime:0}}return r&&e.existsSync(r)?(o=e.statSync(r),n.directory=o.isDirectory(),n.mtime=o.mtime,n.atime=o.atime,n.executable=(73&o.mode)!==0,n.readonly=(128&o.mode)===0,n.hidden=i$.basename(r)[0]==="."):console.warn("Invalid path: "+r),{get directory(){return n.directory},get readOnly(){return n.readonly},get hidden(){return n.hidden},get mtime(){return n.mtime},get atime(){return n.atime},get executable(){return n.executable},decodeAttributes:function(){},encodeAttributes:function(){},toJSON:function(){return{path:r,isDirectory:n.directory,isReadOnly:n.readonly,isHidden:n.hidden,isExecutable:n.executable,mTime:n.mtime,aTime:n.atime}},toString:function(){return JSON.stringify(this.toJSON(),null," ")}}}});var U0=S((rz,j0)=>{j0.exports={efs:!0,encode:t=>Buffer.from(t,"utf8"),decode:t=>t.toString("utf8")}});var oi=S((nz,ni)=>{ni.exports=B0();ni.exports.Constants=jp();ni.exports.Errors=zu();ni.exports.FileAttr=N0();ni.exports.decoder=U0()});var q0=S((oz,M0)=>{var Cn=oi(),Y=Cn.Constants;M0.exports=function(){var t=20,e=10,r=0,n=0,o=0,i=0,a=0,s=0,u=0,c=0,l=0,d=0,p=0,h=0,m=0;t|=Cn.isWin?2560:768,r|=Y.FLG_EFS;let b={extraLen:0},D=g=>Math.max(0,g)>>>0,E=g=>Math.max(0,g)&65535,C=g=>Math.max(0,g)&255;return o=Cn.fromDate2DOS(new Date),{get made(){return t},set made(g){t=g},get version(){return e},set version(g){e=g},get flags(){return r},set flags(g){r=g},get flags_efs(){return(r&Y.FLG_EFS)>0},set flags_efs(g){g?r|=Y.FLG_EFS:r&=~Y.FLG_EFS},get flags_desc(){return(r&Y.FLG_DESC)>0},set flags_desc(g){g?r|=Y.FLG_DESC:r&=~Y.FLG_DESC},get method(){return n},set method(g){switch(g){case Y.STORED:this.version=10;case Y.DEFLATED:default:this.version=20}n=g},get time(){return Cn.fromDOS2Date(this.timeval)},set time(g){this.timeval=Cn.fromDate2DOS(g)},get timeval(){return o},set timeval(g){o=D(g)},get timeHighByte(){return C(o>>>8)},get crc(){return i},set crc(g){i=D(g)},get compressedSize(){return a},set compressedSize(g){a=D(g)},get size(){return s},set size(g){s=D(g)},get fileNameLength(){return u},set fileNameLength(g){u=g},get extraLength(){return c},set extraLength(g){c=g},get extraLocalLength(){return b.extraLen},set extraLocalLength(g){b.extraLen=g},get commentLength(){return l},set commentLength(g){l=g},get diskNumStart(){return d},set diskNumStart(g){d=D(g)},get inAttr(){return p},set inAttr(g){p=D(g)},get attr(){return h},set attr(g){h=D(g)},get fileAttr(){return(h||0)>>16&4095},get offset(){return m},set offset(g){m=D(g)},get encrypted(){return(r&Y.FLG_ENC)===Y.FLG_ENC},get centralHeaderSize(){return Y.CENHDR+u+c+l},get realDataOffset(){return m+Y.LOCHDR+b.fnameLen+b.extraLen},get localHeader(){return b},loadLocalHeaderFromBinary:function(g){var _=g.slice(m,m+Y.LOCHDR);if(_.readUInt32LE(0)!==Y.LOCSIG)throw Cn.Errors.INVALID_LOC();b.version=_.readUInt16LE(Y.LOCVER),b.flags=_.readUInt16LE(Y.LOCFLG),b.method=_.readUInt16LE(Y.LOCHOW),b.time=_.readUInt32LE(Y.LOCTIM),b.crc=_.readUInt32LE(Y.LOCCRC),b.compressedSize=_.readUInt32LE(Y.LOCSIZ),b.size=_.readUInt32LE(Y.LOCLEN),b.fnameLen=_.readUInt16LE(Y.LOCNAM),b.extraLen=_.readUInt16LE(Y.LOCEXT);let x=m+Y.LOCHDR+b.fnameLen,$=x+b.extraLen;return g.slice(x,$)},loadFromBinary:function(g){if(g.length!==Y.CENHDR||g.readUInt32LE(0)!==Y.CENSIG)throw Cn.Errors.INVALID_CEN();t=g.readUInt16LE(Y.CENVEM),e=g.readUInt16LE(Y.CENVER),r=g.readUInt16LE(Y.CENFLG),n=g.readUInt16LE(Y.CENHOW),o=g.readUInt32LE(Y.CENTIM),i=g.readUInt32LE(Y.CENCRC),a=g.readUInt32LE(Y.CENSIZ),s=g.readUInt32LE(Y.CENLEN),u=g.readUInt16LE(Y.CENNAM),c=g.readUInt16LE(Y.CENEXT),l=g.readUInt16LE(Y.CENCOM),d=g.readUInt16LE(Y.CENDSK),p=g.readUInt16LE(Y.CENATT),h=g.readUInt32LE(Y.CENATX),m=g.readUInt32LE(Y.CENOFF)},localHeaderToBinary:function(){var g=Buffer.alloc(Y.LOCHDR);return g.writeUInt32LE(Y.LOCSIG,0),g.writeUInt16LE(e,Y.LOCVER),g.writeUInt16LE(r,Y.LOCFLG),g.writeUInt16LE(n,Y.LOCHOW),g.writeUInt32LE(o,Y.LOCTIM),g.writeUInt32LE(i,Y.LOCCRC),g.writeUInt32LE(a,Y.LOCSIZ),g.writeUInt32LE(s,Y.LOCLEN),g.writeUInt16LE(u,Y.LOCNAM),g.writeUInt16LE(b.extraLen,Y.LOCEXT),g},centralHeaderToBinary:function(){var g=Buffer.alloc(Y.CENHDR+u+c+l);return g.writeUInt32LE(Y.CENSIG,0),g.writeUInt16LE(t,Y.CENVEM),g.writeUInt16LE(e,Y.CENVER),g.writeUInt16LE(r,Y.CENFLG),g.writeUInt16LE(n,Y.CENHOW),g.writeUInt32LE(o,Y.CENTIM),g.writeUInt32LE(i,Y.CENCRC),g.writeUInt32LE(a,Y.CENSIZ),g.writeUInt32LE(s,Y.CENLEN),g.writeUInt16LE(u,Y.CENNAM),g.writeUInt16LE(c,Y.CENEXT),g.writeUInt16LE(l,Y.CENCOM),g.writeUInt16LE(d,Y.CENDSK),g.writeUInt16LE(p,Y.CENATT),g.writeUInt32LE(h,Y.CENATX),g.writeUInt32LE(m,Y.CENOFF),g},toJSON:function(){let g=function(_){return _+" bytes"};return{made:t,version:e,flags:r,method:Cn.methodToString(n),time:this.time,crc:"0x"+i.toString(16).toUpperCase(),compressedSize:g(a),size:g(s),fileNameLength:g(u),extraLength:g(c),commentLength:g(l),diskNumStart:d,inAttr:p,attr:h,offset:m,centralHeaderSize:g(Y.CENHDR+u+c+l)}},toString:function(){return JSON.stringify(this.toJSON(),null," ")}}}});var V0=S((iz,H0)=>{var ii=oi(),Ve=ii.Constants;H0.exports=function(){var t=0,e=0,r=0,n=0,o=0;return{get diskEntries(){return t},set diskEntries(i){t=e=i},get totalEntries(){return e},set totalEntries(i){e=t=i},get size(){return r},set size(i){r=i},get offset(){return n},set offset(i){n=i},get commentLength(){return o},set commentLength(i){o=i},get mainHeaderSize(){return Ve.ENDHDR+o},loadFromBinary:function(i){if((i.length!==Ve.ENDHDR||i.readUInt32LE(0)!==Ve.ENDSIG)&&(i.length<Ve.ZIP64HDR||i.readUInt32LE(0)!==Ve.ZIP64SIG))throw ii.Errors.INVALID_END();i.readUInt32LE(0)===Ve.ENDSIG?(t=i.readUInt16LE(Ve.ENDSUB),e=i.readUInt16LE(Ve.ENDTOT),r=i.readUInt32LE(Ve.ENDSIZ),n=i.readUInt32LE(Ve.ENDOFF),o=i.readUInt16LE(Ve.ENDCOM)):(t=ii.readBigUInt64LE(i,Ve.ZIP64SUB),e=ii.readBigUInt64LE(i,Ve.ZIP64TOT),r=ii.readBigUInt64LE(i,Ve.ZIP64SIZE),n=ii.readBigUInt64LE(i,Ve.ZIP64OFF),o=0)},toBinary:function(){var i=Buffer.alloc(Ve.ENDHDR+o);return i.writeUInt32LE(Ve.ENDSIG,0),i.writeUInt32LE(0,4),i.writeUInt16LE(t,Ve.ENDSUB),i.writeUInt16LE(e,Ve.ENDTOT),i.writeUInt32LE(r,Ve.ENDSIZ),i.writeUInt32LE(n,Ve.ENDOFF),i.writeUInt16LE(o,Ve.ENDCOM),i.fill(" ",Ve.ENDHDR),i},toJSON:function(){let i=function(a,s){let u=a.toString(16).toUpperCase();for(;u.length<s;)u="0"+u;return"0x"+u};return{diskEntries:t,totalEntries:e,size:r+" bytes",offset:i(n,4),commentLength:o}},toString:function(){return JSON.stringify(this.toJSON(),null," ")}}}});var Mp=S(Up=>{Up.EntryHeader=q0();Up.MainHeader=V0()});var K0=S((sz,z0)=>{z0.exports=function(t){var e=require("zlib"),r={chunkSize:(parseInt(t.length/1024)+1)*1024};return{deflate:function(){return e.deflateRawSync(t,r)},deflateAsync:function(n){var o=e.createDeflateRaw(r),i=[],a=0;o.on("data",function(s){i.push(s),a+=s.length}),o.on("end",function(){var s=Buffer.alloc(a),u=0;s.fill(0);for(var c=0;c<i.length;c++){var l=i[c];l.copy(s,u),u+=l.length}n&&n(s)}),o.end(t)}}}});var W0=S((uz,G0)=>{var a$=+(process.versions?process.versions.node:"").split(".")[0]||0;G0.exports=function(t,e){var r=require("zlib");let n=a$>=15&&e>0?{maxOutputLength:e}:{};return{inflate:function(){return r.inflateRawSync(t,n)},inflateAsync:function(o){var i=r.createInflateRaw(n),a=[],s=0;i.on("data",function(u){a.push(u),s+=u.length}),i.on("end",function(){var u=Buffer.alloc(s),c=0;u.fill(0);for(var l=0;l<a.length;l++){var d=a[l];d.copy(u,c),c+=d.length}o&&o(u)}),i.end(t)}}}});var Q0=S((cz,Z0)=>{"use strict";var{randomFillSync:Y0}=require("crypto"),s$=zu(),u$=new Uint32Array(256).map((t,e)=>{for(let r=0;r<8;r++)(e&1)!==0?e=e>>>1^3988292384:e>>>=1;return e>>>0}),X0=(t,e)=>Math.imul(t,e)>>>0,J0=(t,e)=>u$[(t^e)&255]^t>>>8,Ua=()=>typeof Y0=="function"?Y0(Buffer.alloc(12)):Ua.node();Ua.node=()=>{let t=Buffer.alloc(12),e=t.length;for(let r=0;r<e;r++)t[r]=Math.random()*256&255;return t};var Ku={genSalt:Ua};function Gu(t){let e=Buffer.isBuffer(t)?t:Buffer.from(t);this.keys=new Uint32Array([305419896,591751049,878082192]);for(let r=0;r<e.length;r++)this.updateKeys(e[r])}Gu.prototype.updateKeys=function(t){let e=this.keys;return e[0]=J0(e[0],t),e[1]+=e[0]&255,e[1]=X0(e[1],134775813)+1,e[2]=J0(e[2],e[1]>>>24),t};Gu.prototype.next=function(){let t=(this.keys[2]|2)>>>0;return X0(t,t^1)>>8&255};function c$(t){let e=new Gu(t);return function(r){let n=Buffer.alloc(r.length),o=0;for(let i of r)n[o++]=e.updateKeys(i^e.next());return n}}function l$(t){let e=new Gu(t);return function(r,n,o=0){n||(n=Buffer.alloc(r.length));for(let i of r){let a=e.next();n[o++]=i^a,e.updateKeys(i)}return n}}function f$(t,e,r){if(!t||!Buffer.isBuffer(t)||t.length<12)return Buffer.alloc(0);let n=c$(r),o=n(t.slice(0,12)),i=(e.flags&8)===8?e.timeHighByte:e.crc>>>24;if(o[11]!==i)throw s$.WRONG_PASSWORD();return n(t.slice(12))}function d$(t){Buffer.isBuffer(t)&&t.length>=12?Ku.genSalt=function(){return t.slice(0,12)}:t==="node"?Ku.genSalt=Ua.node:Ku.genSalt=Ua}function p$(t,e,r,n=!1){t==null&&(t=Buffer.alloc(0)),Buffer.isBuffer(t)||(t=Buffer.from(t.toString()));let o=l$(r),i=Ku.genSalt();i[11]=e.crc>>>24&255,n&&(i[10]=e.crc>>>16&255);let a=Buffer.alloc(t.length+12);return o(i,a),o(t,a,12)}Z0.exports={decrypt:f$,encrypt:p$,_salter:d$}});var eb=S(Wu=>{Wu.Deflater=K0();Wu.Inflater=W0();Wu.ZipCrypto=Q0()});var Hp=S((fz,tb)=>{var _e=oi(),h$=Mp(),Ye=_e.Constants,qp=eb();tb.exports=function(t,e){var r=new h$.EntryHeader,n=Buffer.alloc(0),o=Buffer.alloc(0),i=!1,a=null,s=Buffer.alloc(0),u=Buffer.alloc(0),c=!0;let l=t,d=typeof l.decoder=="object"?l.decoder:_e.decoder;c=d.hasOwnProperty("efs")?d.efs:!1;function p(){return!e||!(e instanceof Uint8Array)?Buffer.alloc(0):(u=r.loadLocalHeaderFromBinary(e),e.slice(r.realDataOffset,r.realDataOffset+r.compressedSize))}function h(g){if(r.flags_desc){let _={},x=r.realDataOffset+r.compressedSize;if(e.readUInt32LE(x)==Ye.LOCSIG||e.readUInt32LE(x)==Ye.CENSIG)throw _e.Errors.DESCRIPTOR_NOT_EXIST();if(e.readUInt32LE(x)==Ye.EXTSIG)_.crc=e.readUInt32LE(x+Ye.EXTCRC),_.compressedSize=e.readUInt32LE(x+Ye.EXTSIZ),_.size=e.readUInt32LE(x+Ye.EXTLEN);else if(e.readUInt16LE(x+12)===19280)_.crc=e.readUInt32LE(x+Ye.EXTCRC-4),_.compressedSize=e.readUInt32LE(x+Ye.EXTSIZ-4),_.size=e.readUInt32LE(x+Ye.EXTLEN-4);else throw _e.Errors.DESCRIPTOR_UNKNOWN();if(_.compressedSize!==r.compressedSize||_.size!==r.size||_.crc!==r.crc)throw _e.Errors.DESCRIPTOR_FAULTY();if(_e.crc32(g)!==_.crc)return!1}else if(_e.crc32(g)!==r.localHeader.crc)return!1;return!0}function m(g,_,x){if(typeof _>"u"&&typeof g=="string"&&(x=g,g=void 0),i)return g&&_&&_(Buffer.alloc(0),_e.Errors.DIRECTORY_CONTENT_ERROR()),Buffer.alloc(0);var $=p();if($.length===0)return g&&_&&_($),$;if(r.encrypted){if(typeof x!="string"&&!Buffer.isBuffer(x))throw _e.Errors.INVALID_PASS_PARAM();$=qp.ZipCrypto.decrypt($,r,x)}var P=Buffer.alloc(r.size);switch(r.method){case _e.Constants.STORED:if($.copy(P),h(P))return g&&_&&_(P),P;throw g&&_&&_(P,_e.Errors.BAD_CRC()),_e.Errors.BAD_CRC();case _e.Constants.DEFLATED:var B=new qp.Inflater($,r.size);if(g)B.inflateAsync(function(T){T.copy(T,0),_&&(h(T)?_(T):_(T,_e.Errors.BAD_CRC()))});else{if(B.inflate(P).copy(P,0),!h(P))throw _e.Errors.BAD_CRC(`"${d.decode(n)}"`);return P}break;default:throw g&&_&&_(Buffer.alloc(0),_e.Errors.UNKNOWN_METHOD()),_e.Errors.UNKNOWN_METHOD()}}function b(g,_){if((!a||!a.length)&&Buffer.isBuffer(e))return g&&_&&_(p()),p();if(a.length&&!i){var x;switch(r.method){case _e.Constants.STORED:return r.compressedSize=r.size,x=Buffer.alloc(a.length),a.copy(x),g&&_&&_(x),x;default:case _e.Constants.DEFLATED:var $=new qp.Deflater(a);if(g)$.deflateAsync(function(B){x=Buffer.alloc(B.length),r.compressedSize=B.length,B.copy(x),_&&_(x)});else{var P=$.deflate();return r.compressedSize=P.length,P}$=null;break}}else if(g&&_)_(Buffer.alloc(0));else return Buffer.alloc(0)}function D(g,_){return(g.readUInt32LE(_+4)<<4)+g.readUInt32LE(_)}function E(g){try{for(var _=0,x,$,P;_+4<g.length;)x=g.readUInt16LE(_),_+=2,$=g.readUInt16LE(_),_+=2,P=g.slice(_,_+$),_+=$,Ye.ID_ZIP64===x&&C(P)}catch{throw _e.Errors.EXTRA_FIELD_PARSE_ERROR()}}function C(g){var _,x,$,P;g.length>=Ye.EF_ZIP64_SCOMP&&(_=D(g,Ye.EF_ZIP64_SUNCOMP),r.size===Ye.EF_ZIP64_OR_32&&(r.size=_)),g.length>=Ye.EF_ZIP64_RHO&&(x=D(g,Ye.EF_ZIP64_SCOMP),r.compressedSize===Ye.EF_ZIP64_OR_32&&(r.compressedSize=x)),g.length>=Ye.EF_ZIP64_DSN&&($=D(g,Ye.EF_ZIP64_RHO),r.offset===Ye.EF_ZIP64_OR_32&&(r.offset=$)),g.length>=Ye.EF_ZIP64_DSN+4&&(P=g.readUInt32LE(Ye.EF_ZIP64_DSN),r.diskNumStart===Ye.EF_ZIP64_OR_16&&(r.diskNumStart=P))}return{get entryName(){return d.decode(n)},get rawEntryName(){return n},set entryName(g){n=_e.toBuffer(g,d.encode);var _=n[n.length-1];i=_===47||_===92,r.fileNameLength=n.length},get efs(){return typeof c=="function"?c(this.entryName):c},get extra(){return s},set extra(g){s=g,r.extraLength=g.length,E(g)},get comment(){return d.decode(o)},set comment(g){if(o=_e.toBuffer(g,d.encode),r.commentLength=o.length,o.length>65535)throw _e.Errors.COMMENT_TOO_LONG()},get name(){var g=d.decode(n);return i?g.substr(g.length-1).split("/").pop():g.split("/").pop()},get isDirectory(){return i},getCompressedData:function(){return b(!1,null)},getCompressedDataAsync:function(g){b(!0,g)},setData:function(g){a=_e.toBuffer(g,_e.decoder.encode),!i&&a.length?(r.size=a.length,r.method=_e.Constants.DEFLATED,r.crc=_e.crc32(g),r.changed=!0):r.method=_e.Constants.STORED},getData:function(g){return r.changed?a:m(!1,null,g)},getDataAsync:function(g,_){r.changed?g(a):m(!0,g,_)},set attr(g){r.attr=g},get attr(){return r.attr},set header(g){r.loadFromBinary(g)},get header(){return r},packCentralHeader:function(){r.flags_efs=this.efs,r.extraLength=s.length;var g=r.centralHeaderToBinary(),_=_e.Constants.CENHDR;return n.copy(g,_),_+=n.length,s.copy(g,_),_+=r.extraLength,o.copy(g,_),g},packLocalHeader:function(){let g=0;r.flags_efs=this.efs,r.extraLocalLength=u.length;let _=r.localHeaderToBinary(),x=Buffer.alloc(_.length+n.length+r.extraLocalLength);return _.copy(x,g),g+=_.length,n.copy(x,g),g+=n.length,u.copy(x,g),g+=u.length,x},toJSON:function(){let g=function(_){return"<"+(_&&_.length+" bytes buffer"||"null")+">"};return{entryName:this.entryName,name:this.name,comment:this.comment,isDirectory:this.isDirectory,header:r.toJSON(),compressedData:g(e),data:g(a)}},toString:function(){return JSON.stringify(this.toJSON(),null," ")}}}});var ob=S((dz,nb)=>{var rb=Hp(),m$=Mp(),pt=oi();nb.exports=function(t,e){var r=[],n={},o=Buffer.alloc(0),i=new m$.MainHeader,a=!1,s=null;let u=new Set,c=e,{noSort:l,decoder:d}=c;t?m(c.readEntries):a=!0;function p(){let D=new Set;for(let E of Object.keys(n)){let C=E.split("/");if(C.pop(),!!C.length)for(let g=0;g<C.length;g++){let _=C.slice(0,g+1).join("/")+"/";D.add(_)}}for(let E of D)if(!(E in n)){let C=new rb(c);C.entryName=E,C.attr=16,C.temporary=!0,r.push(C),n[C.entryName]=C,u.add(C)}}function h(){if(a=!0,n={},i.diskEntries>(t.length-i.offset)/pt.Constants.CENHDR)throw pt.Errors.DISK_ENTRY_TOO_LARGE();r=new Array(i.diskEntries);for(var D=i.offset,E=0;E<r.length;E++){var C=D,g=new rb(c,t);g.header=t.slice(C,C+=pt.Constants.CENHDR),g.entryName=t.slice(C,C+=g.header.fileNameLength),g.header.extraLength&&(g.extra=t.slice(C,C+=g.header.extraLength)),g.header.commentLength&&(g.comment=t.slice(C,C+g.header.commentLength)),D+=g.header.centralHeaderSize,r[E]=g,n[g.entryName]=g}u.clear(),p()}function m(D){var E=t.length-pt.Constants.ENDHDR,C=Math.max(0,E-65535),g=C,_=t.length,x=-1,$=0;for((typeof c.trailingSpace=="boolean"?c.trailingSpace:!1)&&(C=0),E;E>=g;E--)if(t[E]===80){if(t.readUInt32LE(E)===pt.Constants.ENDSIG){x=E,$=E,_=E+pt.Constants.ENDHDR,g=E-pt.Constants.END64HDR;continue}if(t.readUInt32LE(E)===pt.Constants.END64SIG){g=C;continue}if(t.readUInt32LE(E)===pt.Constants.ZIP64SIG){x=E,_=E+pt.readBigUInt64LE(t,E+pt.Constants.ZIP64SIZE)+pt.Constants.ZIP64LEAD;break}}if(x==-1)throw pt.Errors.INVALID_FORMAT();i.loadFromBinary(t.slice(x,_)),i.commentLength&&(o=t.slice($+pt.Constants.ENDHDR)),D&&h()}function b(){r.length>1&&!l&&r.sort((D,E)=>D.entryName.toLowerCase().localeCompare(E.entryName.toLowerCase()))}return{get entries(){return a||h(),r.filter(D=>!u.has(D))},get comment(){return d.decode(o)},set comment(D){o=pt.toBuffer(D,d.encode),i.commentLength=o.length},getEntryCount:function(){return a?r.length:i.diskEntries},forEach:function(D){this.entries.forEach(D)},getEntry:function(D){return a||h(),n[D]||null},setEntry:function(D){a||h(),r.push(D),n[D.entryName]=D,i.totalEntries=r.length},deleteFile:function(D,E=!0){a||h();let C=n[D];this.getEntryChildren(C,E).map(_=>_.entryName).forEach(this.deleteEntry)},deleteEntry:function(D){a||h();let E=n[D],C=r.indexOf(E);C>=0&&(r.splice(C,1),delete n[D],i.totalEntries=r.length)},getEntryChildren:function(D,E=!0){if(a||h(),typeof D=="object")if(D.isDirectory&&E){let C=[],g=D.entryName;for(let _ of r)_.entryName.startsWith(g)&&C.push(_);return C}else return[D];return[]},getChildCount:function(D){if(D&&D.isDirectory){let E=this.getEntryChildren(D);return E.includes(D)?E.length-1:E.length}return 0},compressToBuffer:function(){a||h(),b();let D=[],E=[],C=0,g=0;i.size=0,i.offset=0;let _=0;for(let P of this.entries){let B=P.getCompressedData();P.header.offset=g;let T=P.packLocalHeader(),N=T.length+B.length;g+=N,D.push(T),D.push(B);let O=P.packCentralHeader();E.push(O),i.size+=O.length,C+=N+O.length,_++}C+=i.mainHeaderSize,i.offset=g,i.totalEntries=_,g=0;let x=Buffer.alloc(C);for(let P of D)P.copy(x,g),g+=P.length;for(let P of E)P.copy(x,g),g+=P.length;let $=i.toBinary();return o&&o.copy($,pt.Constants.ENDHDR),$.copy(x,g),t=x,a=!1,x},toAsyncBuffer:function(D,E,C,g){try{a||h(),b();let _=[],x=[],$=0,P=0,B=0;i.size=0,i.offset=0;let T=function(N){if(N.length>0){let O=N.shift(),j=O.entryName+O.extra.toString();C&&C(j),O.getCompressedDataAsync(function(M){g&&g(j),O.header.offset=P;let z=O.packLocalHeader(),F=z.length+M.length;P+=F,_.push(z),_.push(M);let y=O.packCentralHeader();x.push(y),i.size+=y.length,$+=F+y.length,B++,T(N)})}else{$+=i.mainHeaderSize,i.offset=P,i.totalEntries=B,P=0;let O=Buffer.alloc($);_.forEach(function(M){M.copy(O,P),P+=M.length}),x.forEach(function(M){M.copy(O,P),P+=M.length});let j=i.toBinary();o&&o.copy(j,pt.Constants.ENDHDR),j.copy(O,P),t=O,a=!1,D(O)}};T(Array.from(this.entries))}catch(_){E(_)}}}}});var Vp=S((pz,ab)=>{var ze=oi(),Je=require("path"),g$=Hp(),D$=ob(),Yn=(...t)=>ze.findLast(t,e=>typeof e=="boolean"),ib=(...t)=>ze.findLast(t,e=>typeof e=="string"),y$=(...t)=>ze.findLast(t,e=>typeof e=="function"),b$={noSort:!1,readEntries:!1,method:ze.Constants.NONE,fs:null};ab.exports=function(t,e){let r=null,n=Object.assign(Object.create(null),b$);t&&typeof t=="object"&&(t instanceof Uint8Array||(Object.assign(n,t),t=n.input?n.input:void 0,n.input&&delete n.input),Buffer.isBuffer(t)&&(r=t,n.method=ze.Constants.BUFFER,t=void 0)),Object.assign(n,e);let o=new ze(n);if((typeof n.decoder!="object"||typeof n.decoder.encode!="function"||typeof n.decoder.decode!="function")&&(n.decoder=ze.decoder),t&&typeof t=="string")if(o.fs.existsSync(t))n.method=ze.Constants.FILE,n.filename=t,r=o.fs.readFileSync(t);else throw ze.Errors.INVALID_FILENAME();let i=new D$(r,n),{canonical:a,sanitize:s,zipnamefix:u}=ze;function c(h){if(h&&i){var m;if(typeof h=="string"&&(m=i.getEntry(Je.posix.normalize(h))),typeof h=="object"&&typeof h.entryName<"u"&&typeof h.header<"u"&&(m=i.getEntry(h.entryName)),m)return m}return null}function l(h){let{join:m,normalize:b,sep:D}=Je.posix;return m(".",b(D+h.split("\\").join(D)+D))}function d(h){return h instanceof RegExp?(function(m){return function(b){return m.test(b)}})(h):typeof h!="function"?()=>!0:h}let p=(h,m)=>{let b=m.slice(-1);return b=b===o.sep?o.sep:"",Je.relative(h,m)+b};return{readFile:function(h,m){var b=c(h);return b&&b.getData(m)||null},childCount:function(h){let m=c(h);if(m)return i.getChildCount(m)},readFileAsync:function(h,m){var b=c(h);b?b.getDataAsync(m):m(null,"getEntry failed for:"+h)},readAsText:function(h,m){var b=c(h);if(b){var D=b.getData();if(D&&D.length)return D.toString(m||"utf8")}return""},readAsTextAsync:function(h,m,b){var D=c(h);D?D.getDataAsync(function(E,C){if(C){m(E,C);return}E&&E.length?m(E.toString(b||"utf8")):m("")}):m("")},deleteFile:function(h,m=!0){var b=c(h);b&&i.deleteFile(b.entryName,m)},deleteEntry:function(h){var m=c(h);m&&i.deleteEntry(m.entryName)},addZipComment:function(h){i.comment=h},getZipComment:function(){return i.comment||""},addZipEntryComment:function(h,m){var b=c(h);b&&(b.comment=m)},getZipEntryComment:function(h){var m=c(h);return m&&m.comment||""},updateFile:function(h,m){var b=c(h);b&&b.setData(m)},addLocalFile:function(h,m,b,D){if(o.fs.existsSync(h)){m=m?l(m):"";let E=Je.win32.basename(Je.win32.normalize(h));m+=b||E;let C=o.fs.statSync(h),g=C.isFile()?o.fs.readFileSync(h):Buffer.alloc(0);C.isDirectory()&&(m+=o.sep),this.addFile(m,g,D,C)}else throw ze.Errors.FILE_NOT_FOUND(h)},addLocalFileAsync:function(h,m){h=typeof h=="object"?h:{localPath:h};let b=Je.resolve(h.localPath),{comment:D}=h,{zipPath:E,zipName:C}=h,g=this;o.fs.stat(b,function(_,x){if(_)return m(_,!1);E=E?l(E):"";let $=Je.win32.basename(Je.win32.normalize(b));if(E+=C||$,x.isFile())o.fs.readFile(b,function(P,B){return P?m(P,!1):(g.addFile(E,B,D,x),setImmediate(m,void 0,!0))});else if(x.isDirectory())return E+=o.sep,g.addFile(E,Buffer.alloc(0),D,x),setImmediate(m,void 0,!0)})},addLocalFolder:function(h,m,b){if(b=d(b),m=m?l(m):"",h=Je.normalize(h),o.fs.existsSync(h)){let D=o.findFiles(h),E=this;if(D.length)for(let C of D){let g=Je.join(m,p(h,C));b(g)&&E.addLocalFile(C,Je.dirname(g))}}else throw ze.Errors.FILE_NOT_FOUND(h)},addLocalFolderAsync:function(h,m,b,D){D=d(D),b=b?l(b):"",h=Je.normalize(h);var E=this;o.fs.open(h,"r",function(C){if(C&&C.code==="ENOENT")m(void 0,ze.Errors.FILE_NOT_FOUND(h));else if(C)m(void 0,C);else{var g=o.findFiles(h),_=-1,x=function(){if(_+=1,_<g.length){var $=g[_],P=p(h,$).split("\\").join("/");P=P.normalize("NFD").replace(/[\u0300-\u036f]/g,"").replace(/[^\x20-\x7E]/g,""),D(P)?o.fs.stat($,function(B,T){B&&m(void 0,B),T.isFile()?o.fs.readFile($,function(N,O){N?m(void 0,N):(E.addFile(b+P,O,"",T),x())}):(E.addFile(b+P+"/",Buffer.alloc(0),"",T),x())}):process.nextTick(()=>{x()})}else m(!0,void 0)};x()}})},addLocalFolderAsync2:function(h,m){let b=this;h=typeof h=="object"?h:{localPath:h},localPath=Je.resolve(l(h.localPath));let{zipPath:D,filter:E,namefix:C}=h;E instanceof RegExp?E=(function(x){return function($){return x.test($)}})(E):typeof E!="function"&&(E=function(){return!0}),D=D?l(D):"",C=="latin1"&&(C=x=>x.normalize("NFD").replace(/[\u0300-\u036f]/g,"").replace(/[^\x20-\x7E]/g,"")),typeof C!="function"&&(C=x=>x);let g=x=>Je.join(D,C(p(localPath,x))),_=x=>Je.win32.basename(Je.win32.normalize(C(x)));o.fs.open(localPath,"r",function(x){x&&x.code==="ENOENT"?m(void 0,ze.Errors.FILE_NOT_FOUND(localPath)):x?m(void 0,x):o.findFilesAsync(localPath,function($,P){if($)return m($);P=P.filter(B=>E(g(B))),P.length||m(void 0,!1),setImmediate(P.reverse().reduce(function(B,T){return function(N,O){if(N||O===!1)return setImmediate(B,N,!1);b.addLocalFileAsync({localPath:T,zipPath:Je.dirname(g(T)),zipName:_(T)},B)}},m))})})},addLocalFolderPromise:function(h,m){return new Promise((b,D)=>{this.addLocalFolderAsync2(Object.assign({localPath:h},m),(E,C)=>{E&&D(E),C&&b(this)})})},addFile:function(h,m,b,D){h=u(h);let E=c(h),C=E!=null;C||(E=new g$(n),E.entryName=h),E.comment=b||"";let g=typeof D=="object"&&D instanceof o.fs.Stats;g&&(E.header.time=D.mtime);var _=E.isDirectory?16:0;let x=E.isDirectory?16384:32768;return g?x|=4095&D.mode:typeof D=="number"?x|=4095&D:x|=E.isDirectory?493:420,_=(_|x<<16)>>>0,E.attr=_,E.setData(m),C||i.setEntry(E),E},getEntries:function(h){return i.password=h,i?i.entries:[]},getEntry:function(h){return c(h)},getEntryCount:function(){return i.getEntryCount()},forEach:function(h){return i.forEach(h)},extractEntryTo:function(h,m,b,D,E,C){D=Yn(!1,D),E=Yn(!1,E),b=Yn(!0,b),C=ib(E,C);var g=c(h);if(!g)throw ze.Errors.NO_ENTRY();var _=a(g.entryName),x=s(m,C&&!g.isDirectory?C:b?_:Je.basename(_));if(g.isDirectory){var $=i.getEntryChildren(g);return $.forEach(function(T){if(T.isDirectory)return;var N=T.getData();if(!N)throw ze.Errors.CANT_EXTRACT_FILE();var O=a(T.entryName),j=s(m,b?O:Je.basename(O));let M=E?T.header.fileAttr:void 0;o.writeFileTo(j,N,D,M)}),!0}var P=g.getData(i.password);if(!P)throw ze.Errors.CANT_EXTRACT_FILE();if(o.fs.existsSync(x)&&!D)throw ze.Errors.CANT_OVERRIDE();let B=E?h.header.fileAttr:void 0;return o.writeFileTo(x,P,D,B),!0},test:function(h){if(!i)return!1;for(var m in i.entries)try{if(m.isDirectory)continue;var b=i.entries[m].getData(h);if(!b)return!1}catch{return!1}return!0},extractAllTo:function(h,m,b,D){if(b=Yn(!1,b),D=ib(b,D),m=Yn(!1,m),!i)throw ze.Errors.NO_ZIP();i.entries.forEach(function(E){var C=s(h,a(E.entryName));if(E.isDirectory){o.makeDir(C);return}var g=E.getData(D);if(!g)throw ze.Errors.CANT_EXTRACT_FILE();let _=b?E.header.fileAttr:void 0;o.writeFileTo(C,g,m,_);try{o.fs.utimesSync(C,E.header.time,E.header.time)}catch{throw ze.Errors.CANT_EXTRACT_FILE()}})},extractAllToAsync:function(h,m,b,D){if(D=y$(m,b,D),b=Yn(!1,b),m=Yn(!1,m),!D)return new Promise((x,$)=>{this.extractAllToAsync(h,m,b,function(P){P?$(P):x(this)})});if(!i){D(ze.Errors.NO_ZIP());return}h=Je.resolve(h);let E=x=>s(h,Je.normalize(a(x.entryName))),C=(x,$)=>new Error(x+': "'+$+'"'),g=[],_=[];i.entries.forEach(x=>{x.isDirectory?g.push(x):_.push(x)});for(let x of g){let $=E(x),P=b?x.header.fileAttr:void 0;try{o.makeDir($),P&&o.fs.chmodSync($,P),o.fs.utimesSync($,x.header.time,x.header.time)}catch{D(C("Unable to create folder",$))}}_.reverse().reduce(function(x,$){return function(P){if(P)x(P);else{let B=Je.normalize(a($.entryName)),T=s(h,B);$.getDataAsync(function(N,O){if(O)x(O);else if(!N)x(ze.Errors.CANT_EXTRACT_FILE());else{let j=b?$.header.fileAttr:void 0;o.writeFileToAsync(T,N,m,j,function(M){M||x(C("Unable to write file",T)),o.fs.utimes(T,$.header.time,$.header.time,function(z){z?x(C("Unable to set times",T)):x()})})}})}}},D)()},writeZip:function(h,m){if(arguments.length===1&&typeof h=="function"&&(m=h,h=""),!h&&n.filename&&(h=n.filename),!!h){var b=i.compressToBuffer();if(b){var D=o.writeFileTo(h,b,!0);typeof m=="function"&&m(D?null:new Error("failed"),"")}}},writeZipPromise:function(h,m){let{overwrite:b,perm:D}=Object.assign({overwrite:!0},m);return new Promise((E,C)=>{!h&&n.filename&&(h=n.filename),h||C("ADM-ZIP: ZIP File Name Missing"),this.toBufferPromise().then(g=>{let _=x=>x?E(x):C("ADM-ZIP: Wasn't able to write zip file");o.writeFileToAsync(h,g,b,D,_)},C)})},toBufferPromise:function(){return new Promise((h,m)=>{i.toAsyncBuffer(h,m)})},toBuffer:function(h,m,b,D){return typeof h=="function"?(i.toAsyncBuffer(h,m,b,D),null):i.compressToBuffer()}}}});var lb=S((hz,cb)=>{var ub={};cb.exports=ub;var sb={reset:[0,0],bold:[1,22],dim:[2,22],italic:[3,23],underline:[4,24],inverse:[7,27],hidden:[8,28],strikethrough:[9,29],black:[30,39],red:[31,39],green:[32,39],yellow:[33,39],blue:[34,39],magenta:[35,39],cyan:[36,39],white:[37,39],gray:[90,39],grey:[90,39],brightRed:[91,39],brightGreen:[92,39],brightYellow:[93,39],brightBlue:[94,39],brightMagenta:[95,39],brightCyan:[96,39],brightWhite:[97,39],bgBlack:[40,49],bgRed:[41,49],bgGreen:[42,49],bgYellow:[43,49],bgBlue:[44,49],bgMagenta:[45,49],bgCyan:[46,49],bgWhite:[47,49],bgGray:[100,49],bgGrey:[100,49],bgBrightRed:[101,49],bgBrightGreen:[102,49],bgBrightYellow:[103,49],bgBrightBlue:[104,49],bgBrightMagenta:[105,49],bgBrightCyan:[106,49],bgBrightWhite:[107,49],blackBG:[40,49],redBG:[41,49],greenBG:[42,49],yellowBG:[43,49],blueBG:[44,49],magentaBG:[45,49],cyanBG:[46,49],whiteBG:[47,49]};Object.keys(sb).forEach(function(t){var e=sb[t],r=ub[t]=[];r.open="\x1B["+e[0]+"m",r.close="\x1B["+e[1]+"m"})});var db=S((mz,fb)=>{"use strict";fb.exports=function(t,e){e=e||process.argv;var r=e.indexOf("--"),n=/^-{1,2}/.test(t)?"":"--",o=e.indexOf(n+t);return o!==-1&&(r===-1?!0:o<r)}});var hb=S((gz,pb)=>{"use strict";var w$=require("os"),_r=db(),Ft=process.env,ai=void 0;_r("no-color")||_r("no-colors")||_r("color=false")?ai=!1:(_r("color")||_r("colors")||_r("color=true")||_r("color=always"))&&(ai=!0);"FORCE_COLOR"in Ft&&(ai=Ft.FORCE_COLOR.length===0||parseInt(Ft.FORCE_COLOR,10)!==0);function v$(t){return t===0?!1:{level:t,hasBasic:!0,has256:t>=2,has16m:t>=3}}function E$(t){if(ai===!1)return 0;if(_r("color=16m")||_r("color=full")||_r("color=truecolor"))return 3;if(_r("color=256"))return 2;if(t&&!t.isTTY&&ai!==!0)return 0;var e=ai?1:0;if(process.platform==="win32"){var r=w$.release().split(".");return Number(process.versions.node.split(".")[0])>=8&&Number(r[0])>=10&&Number(r[2])>=10586?Number(r[2])>=14931?3:2:1}if("CI"in Ft)return["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI"].some(function(o){return o in Ft})||Ft.CI_NAME==="codeship"?1:e;if("TEAMCITY_VERSION"in Ft)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(Ft.TEAMCITY_VERSION)?1:0;if("TERM_PROGRAM"in Ft){var n=parseInt((Ft.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(Ft.TERM_PROGRAM){case"iTerm.app":return n>=3?3:2;case"Hyper":return 3;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(Ft.TERM)?2:/^screen|^xterm|^vt100|^rxvt|color|ansi|cygwin|linux/i.test(Ft.TERM)||"COLORTERM"in Ft?1:(Ft.TERM==="dumb",e)}function zp(t){var e=E$(t);return v$(e)}pb.exports={supportsColor:zp,stdout:zp(process.stdout),stderr:zp(process.stderr)}});var gb=S((Dz,mb)=>{mb.exports=function(e,r){var n="";e=e||"Run the trap, drop the bass",e=e.split("");var o={a:["@","\u0104","\u023A","\u0245","\u0394","\u039B","\u0414"],b:["\xDF","\u0181","\u0243","\u026E","\u03B2","\u0E3F"],c:["\xA9","\u023B","\u03FE"],d:["\xD0","\u018A","\u0500","\u0501","\u0502","\u0503"],e:["\xCB","\u0115","\u018E","\u0258","\u03A3","\u03BE","\u04BC","\u0A6C"],f:["\u04FA"],g:["\u0262"],h:["\u0126","\u0195","\u04A2","\u04BA","\u04C7","\u050A"],i:["\u0F0F"],j:["\u0134"],k:["\u0138","\u04A0","\u04C3","\u051E"],l:["\u0139"],m:["\u028D","\u04CD","\u04CE","\u0520","\u0521","\u0D69"],n:["\xD1","\u014B","\u019D","\u0376","\u03A0","\u048A"],o:["\xD8","\xF5","\xF8","\u01FE","\u0298","\u047A","\u05DD","\u06DD","\u0E4F"],p:["\u01F7","\u048E"],q:["\u09CD"],r:["\xAE","\u01A6","\u0210","\u024C","\u0280","\u042F"],s:["\xA7","\u03DE","\u03DF","\u03E8"],t:["\u0141","\u0166","\u0373"],u:["\u01B1","\u054D"],v:["\u05D8"],w:["\u0428","\u0460","\u047C","\u0D70"],x:["\u04B2","\u04FE","\u04FC","\u04FD"],y:["\xA5","\u04B0","\u04CB"],z:["\u01B5","\u0240"]};return e.forEach(function(i){i=i.toLowerCase();var a=o[i]||[" "],s=Math.floor(Math.random()*a.length);typeof o[i]<"u"?n+=o[i][s]:n+=i}),n}});var yb=S((yz,Db)=>{Db.exports=function(e,r){e=e||" he is here ";var n={up:["\u030D","\u030E","\u0304","\u0305","\u033F","\u0311","\u0306","\u0310","\u0352","\u0357","\u0351","\u0307","\u0308","\u030A","\u0342","\u0313","\u0308","\u034A","\u034B","\u034C","\u0303","\u0302","\u030C","\u0350","\u0300","\u0301","\u030B","\u030F","\u0312","\u0313","\u0314","\u033D","\u0309","\u0363","\u0364","\u0365","\u0366","\u0367","\u0368","\u0369","\u036A","\u036B","\u036C","\u036D","\u036E","\u036F","\u033E","\u035B","\u0346","\u031A"],down:["\u0316","\u0317","\u0318","\u0319","\u031C","\u031D","\u031E","\u031F","\u0320","\u0324","\u0325","\u0326","\u0329","\u032A","\u032B","\u032C","\u032D","\u032E","\u032F","\u0330","\u0331","\u0332","\u0333","\u0339","\u033A","\u033B","\u033C","\u0345","\u0347","\u0348","\u0349","\u034D","\u034E","\u0353","\u0354","\u0355","\u0356","\u0359","\u035A","\u0323"],mid:["\u0315","\u031B","\u0300","\u0301","\u0358","\u0321","\u0322","\u0327","\u0328","\u0334","\u0335","\u0336","\u035C","\u035D","\u035E","\u035F","\u0360","\u0362","\u0338","\u0337","\u0361"," \u0489"]},o=[].concat(n.up,n.down,n.mid);function i(u){var c=Math.floor(Math.random()*u);return c}function a(u){var c=!1;return o.filter(function(l){c=l===u}),c}function s(u,c){var l="",d,p;c=c||{},c.up=typeof c.up<"u"?c.up:!0,c.mid=typeof c.mid<"u"?c.mid:!0,c.down=typeof c.down<"u"?c.down:!0,c.size=typeof c.size<"u"?c.size:"maxi",u=u.split("");for(p in u)if(!a(p)){switch(l=l+u[p],d={up:0,down:0,mid:0},c.size){case"mini":d.up=i(8),d.mid=i(2),d.down=i(8);break;case"maxi":d.up=i(16)+3,d.mid=i(4)+1,d.down=i(64)+3;break;default:d.up=i(8)+1,d.mid=i(6)/2,d.down=i(8)+1;break}var h=["up","mid","down"];for(var m in h)for(var b=h[m],D=0;D<=d[b];D++)c[b]&&(l=l+n[b][i(n[b].length)])}return l}return s(e,r)}});var wb=S((bz,bb)=>{bb.exports=function(t){return function(e,r,n){if(e===" ")return e;switch(r%3){case 0:return t.red(e);case 1:return t.white(e);case 2:return t.blue(e)}}}});var Eb=S((wz,vb)=>{vb.exports=function(t){return function(e,r,n){return r%2===0?e:t.inverse(e)}}});var _b=S((vz,Cb)=>{Cb.exports=function(t){var e=["red","yellow","green","blue","magenta"];return function(r,n,o){return r===" "?r:t[e[n++%e.length]](r)}}});var xb=S((Ez,Sb)=>{Sb.exports=function(t){var e=["underline","inverse","grey","yellow","red","green","blue","white","cyan","magenta","brightYellow","brightRed","brightGreen","brightBlue","brightWhite","brightCyan","brightMagenta"];return function(r,n,o){return r===" "?r:t[e[Math.round(Math.random()*(e.length-2))]](r)}}});var $b=S((_z,Pb)=>{var le={};Pb.exports=le;le.themes={};var C$=require("util"),Jn=le.styles=lb(),Ob=Object.defineProperties,_$=new RegExp(/[\r\n]+/g);le.supportsColor=hb().supportsColor;typeof le.enabled>"u"&&(le.enabled=le.supportsColor()!==!1);le.enable=function(){le.enabled=!0};le.disable=function(){le.enabled=!1};le.stripColors=le.strip=function(t){return(""+t).replace(/\x1B\[\d+m/g,"")};var Cz=le.stylize=function(e,r){if(!le.enabled)return e+"";var n=Jn[r];return!n&&r in le?le[r](e):n.open+e+n.close},S$=/[|\\{}()[\]^$+*?.]/g,x$=function(t){if(typeof t!="string")throw new TypeError("Expected a string");return t.replace(S$,"\\$&")};function Fb(t){var e=function r(){return O$.apply(r,arguments)};return e._styles=t,e.__proto__=A$,e}var kb=(function(){var t={};return Jn.grey=Jn.gray,Object.keys(Jn).forEach(function(e){Jn[e].closeRe=new RegExp(x$(Jn[e].close),"g"),t[e]={get:function(){return Fb(this._styles.concat(e))}}}),t})(),A$=Ob(function(){},kb);function O$(){var t=Array.prototype.slice.call(arguments),e=t.map(function(a){return a!=null&&a.constructor===String?a:C$.inspect(a)}).join(" ");if(!le.enabled||!e)return e;for(var r=e.indexOf(`
31
+ `)!=-1,n=this._styles,o=n.length;o--;){var i=Jn[n[o]];e=i.open+e.replace(i.closeRe,i.open)+i.close,r&&(e=e.replace(_$,function(a){return i.close+a+i.open}))}return e}le.setTheme=function(t){if(typeof t=="string"){console.log("colors.setTheme now only accepts an object, not a string. If you are trying to set a theme from a file, it is now your (the caller's) responsibility to require the file. The old syntax looked like colors.setTheme(__dirname + '/../themes/generic-logging.js'); The new syntax looks like colors.setTheme(require(__dirname + '/../themes/generic-logging.js'));");return}for(var e in t)(function(r){le[r]=function(n){if(typeof t[r]=="object"){var o=n;for(var i in t[r])o=le[t[r][i]](o);return o}return le[t[r]](n)}})(e)};function F$(){var t={};return Object.keys(kb).forEach(function(e){t[e]={get:function(){return Fb([e])}}}),t}var k$=function(e,r){var n=r.split("");return n=n.map(e),n.join("")};le.trap=gb();le.zalgo=yb();le.maps={};le.maps.america=wb()(le);le.maps.zebra=Eb()(le);le.maps.rainbow=_b()(le);le.maps.random=xb()(le);for(Ab in le.maps)(function(t){le[t]=function(e){return k$(le.maps[t],e)}})(Ab);var Ab;Ob(le,F$())});var Ib=S((Sz,Tb)=>{var P$=$b();Tb.exports=P$});var Rb=S(Kp=>{"use strict";Kp.indent=function(e){return new Array(e+1).join(" ")};Kp.getMaxIndexLength=function(t){var e=0;return Object.getOwnPropertyNames(t).forEach(function(r){t[r]!==void 0&&(e=Math.max(e,r.length))}),e}});var Bb=S((Az,$$)=>{$$.exports={author:"Rafael de Oleza <rafeca@gmail.com> (https://github.com/rafeca)",name:"prettyjson",description:"Package for formatting JSON data in a coloured YAML-style, perfect for CLI output",version:"1.2.5",homepage:"http://rafeca.com/prettyjson",keywords:["json","cli","formatting","colors"],repository:{type:"git",url:"https://github.com/rafeca/prettyjson.git"},bugs:{url:"https://github.com/rafeca/prettyjson/issues"},main:"./lib/prettyjson",files:["bin/prettyjson","lib/*.js"],license:"MIT",scripts:{test:"npm run jshint && mocha --reporter spec",testwin:"node ./node_modules/mocha/bin/mocha --reporter spec",jshint:"jshint lib/*.js test/*.js",coverage:"istanbul cover _mocha --report lcovonly -- -R spec",coveralls:"npm run coverage && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",changelog:"git log $(git describe --tags --abbrev=0)..HEAD --pretty='* %s' --first-parent"},bin:{prettyjson:"./bin/prettyjson"},dependencies:{colors:"1.4.0",minimist:"^1.2.0"},devDependencies:{coveralls:"^2.11.15",istanbul:"^0.4.5",jshint:"^2.9.4",mocha:"^3.1.2","mocha-lcov-reporter":"^1.2.0",should:"^11.1.1"}}});var Lb=S(Ma=>{"use strict";var Pr=Ib(),_n=Rb(),T$=/[^\w\s\n\r\v\t\.,]/i;Ma.version=Bb().version;var Gp=function(t,e){return t!==void 0||e.renderUndefined},Yu=function(t,e,r){return!!(typeof t=="boolean"||typeof t=="number"||typeof t=="function"||t===null||t===void 0||t instanceof Date||typeof t=="string"&&t.indexOf(`
32
+ `)===-1||r.inlineArrays&&!e&&Array.isArray(t)&&Yu(t[0],!0,r))},I$=function(t,e){if(e.noColor)return t;if(typeof t=="string")return e.stringColor?Pr[e.stringColor](t):t;var r=t+"";return t===!0?Pr.green(r):t===!1?Pr.red(r):t==null?Pr.grey(r):typeof t=="number"?t>=0?Pr[e.positiveNumberColor](r):Pr[e.negativeNumberColor](r):typeof t=="function"?"function() {}":Array.isArray(t)?t.join(", "):r},Wp=function(t,e){return t.multilineStringColor===null||t.noColor?e:Pr[t.multilineStringColor](e)},R$=function(t,e,r){var n=t.split(`
33
+ `);return n=n.map(function(o){return _n.indent(e)+Wp(r,o)}),n.join(`
34
+ `)},si=function(t,e,r){if(typeof t=="string"&&t.match(T$)&&e.escape&&(t=JSON.stringify(t)),!Gp(t,e))return[];if(Yu(t,!1,e))return[_n.indent(r)+I$(t,e)];if(typeof t=="string")return[_n.indent(r)+Wp(e,'"""'),R$(t,r+e.defaultIndentation,e),_n.indent(r)+Wp(e,'"""')];if(Array.isArray(t)){if(t.length===0)return[_n.indent(r)+e.emptyArrayMsg];var n=[];return t.forEach(function(s){if(Gp(s,e)){var u="- ";e.noColor||(u=Pr[e.dashColor](u)),u=_n.indent(r)+u,Yu(s,!1,e)?(u+=si(s,e,0)[0],n.push(u)):(n.push(u),n.push.apply(n,si(s,e,r+e.defaultIndentation)))}}),n}if(t instanceof Error)return si({message:t.message,stack:t.stack.split(`
35
+ `)},e,r);var o=e.noAlign?0:_n.getMaxIndexLength(t),i,a=[];return Object.getOwnPropertyNames(t).forEach(function(s){if(Gp(t[s],e))if(i=s+": ",e.noColor||(i=Pr[e.keysColor](i)),i=_n.indent(r)+i,Yu(t[s],!1,e)){var u=e.noAlign?0:o-s.length;i+=si(t[s],e,u)[0],a.push(i)}else a.push(i),a.push.apply(a,si(t[s],e,r+e.defaultIndentation))}),a};Ma.render=function(e,r,n){return n=n||0,r=r||{},r.emptyArrayMsg=r.emptyArrayMsg||"(empty array)",r.keysColor=r.keysColor||"green",r.dashColor=r.dashColor||"green",r.numberColor=r.numberColor||"blue",r.positiveNumberColor=r.positiveNumberColor||r.numberColor,r.negativeNumberColor=r.negativeNumberColor||r.numberColor,r.defaultIndentation=r.defaultIndentation||2,r.noColor=!!r.noColor,r.noAlign=!!r.noAlign,r.escape=!!r.escape,r.renderUndefined=!!r.renderUndefined,r.stringColor=r.stringColor||null,r.multilineStringColor=r.multilineStringColor||null,si(e,r,n).join(`
36
36
  `)};Ma.renderString=function(e,r,n){var o="",i;if(typeof e!="string"||e==="")return"";if(e[0]!=="{"&&e[0]!=="["){var a;e.indexOf("{")===-1?a=e.indexOf("["):e.indexOf("[")===-1||e.indexOf("{")<e.indexOf("[")?a=e.indexOf("{"):a=e.indexOf("["),o+=e.substr(0,a)+`
37
- `,e=e.substr(a)}try{i=JSON.parse(e)}catch{return Pr.red("Error:")+" Not valid JSON!"}return o+=Ma.render(i,r,n),o}});var Jp=S(Yu=>{"use strict";Object.defineProperty(Yu,"__esModule",{value:!0});Yu.default=void 0;function ci(t){"@babel/helpers - typeof";return ci=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(e){return typeof e}:function(e){return e&&typeof Symbol=="function"&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},ci(t)}function Bb(t,e){for(var r=0;r<e.length;r++){var n=e[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,B$(n.key),n)}}function R$(t,e,r){return e&&Bb(t.prototype,e),r&&Bb(t,r),Object.defineProperty(t,"prototype",{writable:!1}),t}function B$(t){var e=L$(t,"string");return ci(e)=="symbol"?e:e+""}function L$(t,e){if(ci(t)!="object"||!t)return t;var r=t[Symbol.toPrimitive];if(r!==void 0){var n=r.call(t,e||"default");if(ci(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(t)}function N$(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function j$(t,e,r){return e=Ha(e),U$(t,Yp()?Reflect.construct(e,r||[],Ha(t).constructor):e.apply(t,r))}function U$(t,e){if(e&&(ci(e)==="object"||typeof e=="function"))return e;if(e!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return M$(t)}function M$(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function q$(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&qa(t,e)}function Wp(t){var e=typeof Map=="function"?new Map:void 0;return Wp=function(n){if(n===null||!V$(n))return n;if(typeof n!="function")throw new TypeError("Super expression must either be null or a function");if(typeof e<"u"){if(e.has(n))return e.get(n);e.set(n,o)}function o(){return H$(n,arguments,Ha(this).constructor)}return o.prototype=Object.create(n.prototype,{constructor:{value:o,enumerable:!1,writable:!0,configurable:!0}}),qa(o,n)},Wp(t)}function H$(t,e,r){if(Yp())return Reflect.construct.apply(null,arguments);var n=[null];n.push.apply(n,e);var o=new(t.bind.apply(t,n));return r&&qa(o,r.prototype),o}function Yp(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(Yp=function(){return!!t})()}function V$(t){try{return Function.toString.call(t).indexOf("[native code]")!==-1}catch{return typeof t=="function"}}function qa(t,e){return qa=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,o){return n.__proto__=o,n},qa(t,e)}function Ha(t){return Ha=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},Ha(t)}var z$=(function(t){function e(r){var n,o=arguments.length>1&&arguments[1]!==void 0?arguments[1]:null,i=arguments.length>2&&arguments[2]!==void 0?arguments[2]:null,a=arguments.length>3&&arguments[3]!==void 0?arguments[3]:null;if(N$(this,e),n=j$(this,e,[r]),n.originalRequest=i,n.originalResponse=a,n.causingError=o,o!=null&&(r+=", caused by ".concat(o.toString())),i!=null){var s=i.getHeader("X-Request-ID")||"n/a",u=i.getMethod(),c=i.getURL(),l=a?a.getStatus():"n/a",d=a?a.getBody()||"":"n/a";r+=", originated from request (method: ".concat(u,", url: ").concat(c,", response code: ").concat(l,", response text: ").concat(d,", request id: ").concat(s,")")}return n.message=r,n}return q$(e,t),R$(e)})(Wp(Error)),Fz=Yu.default=z$});var Xp=S(Ju=>{"use strict";Object.defineProperty(Ju,"__esModule",{value:!0});Ju.enableDebugLog=K$;Ju.log=G$;var Lb=!1;function K$(){Lb=!0}function G$(t){Lb&&console.log(t)}});var jb=S(Xu=>{"use strict";Object.defineProperty(Xu,"__esModule",{value:!0});Xu.default=void 0;function Va(t){"@babel/helpers - typeof";return Va=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(e){return typeof e}:function(e){return e&&typeof Symbol=="function"&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},Va(t)}function W$(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Nb(t,e){for(var r=0;r<e.length;r++){var n=e[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,J$(n.key),n)}}function Y$(t,e,r){return e&&Nb(t.prototype,e),r&&Nb(t,r),Object.defineProperty(t,"prototype",{writable:!1}),t}function J$(t){var e=X$(t,"string");return Va(e)=="symbol"?e:e+""}function X$(t,e){if(Va(t)!="object"||!t)return t;var r=t[Symbol.toPrimitive];if(r!==void 0){var n=r.call(t,e||"default");if(Va(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(t)}var Pz=Xu.default=(function(){function t(){W$(this,t)}return Y$(t,[{key:"listAllUploads",value:function(){return Promise.resolve([])}},{key:"findUploadsByFingerprint",value:function(r){return Promise.resolve([])}},{key:"removeUpload",value:function(r){return Promise.resolve()}},{key:"addUpload",value:function(r,n){return Promise.resolve(null)}}])})()});var Ub=S((Zp,Qp)=>{(function(t,e){typeof Zp=="object"&&typeof Qp<"u"?Qp.exports=e():typeof define=="function"&&define.amd?define(e):(function(){var r=t.Base64,n=e();n.noConflict=function(){return t.Base64=r,n},t.Meteor&&(Base64=n),t.Base64=n})()})(typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:Zp,function(){"use strict";var t="3.7.8",e=t,r=typeof Buffer=="function",n=typeof TextDecoder=="function"?new TextDecoder:void 0,o=typeof TextEncoder=="function"?new TextEncoder:void 0,i="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",a=Array.prototype.slice.call(i),s=(function(I){var L={};return I.forEach(function(te,V){return L[te]=V}),L})(a),u=/^(?:[A-Za-z\d+\/]{4})*?(?:[A-Za-z\d+\/]{2}(?:==)?|[A-Za-z\d+\/]{3}=?)?$/,c=String.fromCharCode.bind(String),l=typeof Uint8Array.from=="function"?Uint8Array.from.bind(Uint8Array):function(I){return new Uint8Array(Array.prototype.slice.call(I,0))},d=function(I){return I.replace(/=/g,"").replace(/[+\/]/g,function(L){return L=="+"?"-":"_"})},p=function(I){return I.replace(/[^A-Za-z0-9\+\/]/g,"")},h=function(I){for(var L,te,V,se,mr="",G=I.length%3,_e=0;_e<I.length;){if((te=I.charCodeAt(_e++))>255||(V=I.charCodeAt(_e++))>255||(se=I.charCodeAt(_e++))>255)throw new TypeError("invalid character found");L=te<<16|V<<8|se,mr+=a[L>>18&63]+a[L>>12&63]+a[L>>6&63]+a[L&63]}return G?mr.slice(0,G-3)+"===".substring(G):mr},m=typeof btoa=="function"?function(I){return btoa(I)}:r?function(I){return Buffer.from(I,"binary").toString("base64")}:h,b=r?function(I){return Buffer.from(I).toString("base64")}:function(I){for(var L=4096,te=[],V=0,se=I.length;V<se;V+=L)te.push(c.apply(null,I.subarray(V,V+L)));return m(te.join(""))},D=function(I,L){return L===void 0&&(L=!1),L?d(b(I)):b(I)},C=function(I){if(I.length<2){var L=I.charCodeAt(0);return L<128?I:L<2048?c(192|L>>>6)+c(128|L&63):c(224|L>>>12&15)+c(128|L>>>6&63)+c(128|L&63)}else{var L=65536+(I.charCodeAt(0)-55296)*1024+(I.charCodeAt(1)-56320);return c(240|L>>>18&7)+c(128|L>>>12&63)+c(128|L>>>6&63)+c(128|L&63)}},E=/[\uD800-\uDBFF][\uDC00-\uDFFFF]|[^\x00-\x7F]/g,g=function(I){return I.replace(E,C)},_=r?function(I){return Buffer.from(I,"utf8").toString("base64")}:o?function(I){return b(o.encode(I))}:function(I){return m(g(I))},x=function(I,L){return L===void 0&&(L=!1),L?d(_(I)):_(I)},$=function(I){return x(I,!0)},O=/[\xC0-\xDF][\x80-\xBF]|[\xE0-\xEF][\x80-\xBF]{2}|[\xF0-\xF7][\x80-\xBF]{3}/g,B=function(I){switch(I.length){case 4:var L=(7&I.charCodeAt(0))<<18|(63&I.charCodeAt(1))<<12|(63&I.charCodeAt(2))<<6|63&I.charCodeAt(3),te=L-65536;return c((te>>>10)+55296)+c((te&1023)+56320);case 3:return c((15&I.charCodeAt(0))<<12|(63&I.charCodeAt(1))<<6|63&I.charCodeAt(2));default:return c((31&I.charCodeAt(0))<<6|63&I.charCodeAt(1))}},T=function(I){return I.replace(O,B)},N=function(I){if(I=I.replace(/\s+/g,""),!u.test(I))throw new TypeError("malformed base64.");I+="==".slice(2-(I.length&3));for(var L,te,V,se=[],mr=0;mr<I.length;)L=s[I.charAt(mr++)]<<18|s[I.charAt(mr++)]<<12|(te=s[I.charAt(mr++)])<<6|(V=s[I.charAt(mr++)]),te===64?se.push(c(L>>16&255)):V===64?se.push(c(L>>16&255,L>>8&255)):se.push(c(L>>16&255,L>>8&255,L&255));return se.join("")},F=typeof atob=="function"?function(I){return atob(p(I))}:r?function(I){return Buffer.from(I,"base64").toString("binary")}:N,j=r?function(I){return l(Buffer.from(I,"base64"))}:function(I){return l(F(I).split("").map(function(L){return L.charCodeAt(0)}))},M=function(I){return j(k(I))},z=r?function(I){return Buffer.from(I,"base64").toString("utf8")}:n?function(I){return n.decode(j(I))}:function(I){return T(F(I))},k=function(I){return p(I.replace(/[-_]/g,function(L){return L=="-"?"+":"/"}))},y=function(I){return z(k(I))},w=function(I){if(typeof I!="string")return!1;var L=I.replace(/\s+/g,"").replace(/={0,2}$/,"");return!/[^\s0-9a-zA-Z\+/]/.test(L)||!/[^\s0-9a-zA-Z\-_]/.test(L)},v=function(I){return{value:I,enumerable:!1,writable:!0,configurable:!0}},A=function(){var I=function(L,te){return Object.defineProperty(String.prototype,L,v(te))};I("fromBase64",function(){return y(this)}),I("toBase64",function(L){return x(this,L)}),I("toBase64URI",function(){return x(this,!0)}),I("toBase64URL",function(){return x(this,!0)}),I("toUint8Array",function(){return M(this)})},R=function(){var I=function(L,te){return Object.defineProperty(Uint8Array.prototype,L,v(te))};I("toBase64",function(L){return D(this,L)}),I("toBase64URI",function(){return D(this,!0)}),I("toBase64URL",function(){return D(this,!0)})},P=function(){A(),R()},q={version:t,VERSION:e,atob:F,atobPolyfill:N,btoa:m,btoaPolyfill:h,fromBase64:y,toBase64:x,encode:x,encodeURI:$,encodeURL:$,utob:g,btou:T,decode:y,isValid:w,fromUint8Array:D,toUint8Array:M,extendString:A,extendUint8Array:R,extendBuiltins:P};return q.Base64={},Object.keys(q).forEach(function(I){return q.Base64[I]=q[I]}),q})});var qb=S((Tz,Mb)=>{"use strict";Mb.exports=function(e,r){if(r=r.split(":")[0],e=+e,!e)return!1;switch(r){case"http":case"ws":return e!==80;case"https":case"wss":return e!==443;case"ftp":return e!==21;case"gopher":return e!==70;case"file":return!1}return e!==0}});var zb=S(eh=>{"use strict";var Z$=Object.prototype.hasOwnProperty,Q$;function Hb(t){try{return decodeURIComponent(t.replace(/\+/g," "))}catch{return null}}function Vb(t){try{return encodeURIComponent(t)}catch{return null}}function e3(t){for(var e=/([^=?#&]+)=?([^&]*)/g,r={},n;n=e.exec(t);){var o=Hb(n[1]),i=Hb(n[2]);o===null||i===null||o in r||(r[o]=i)}return r}function t3(t,e){e=e||"";var r=[],n,o;typeof e!="string"&&(e="?");for(o in t)if(Z$.call(t,o)){if(n=t[o],!n&&(n===null||n===Q$||isNaN(n))&&(n=""),o=Vb(o),n=Vb(n),o===null||n===null)continue;r.push(o+"="+n)}return r.length?e+r.join("&"):""}eh.stringify=t3;eh.parse=e3});var Qb=S((Rz,Zb)=>{"use strict";var Gb=qb(),Zu=zb(),r3=/^[\x00-\x20\u00a0\u1680\u2000-\u200a\u2028\u2029\u202f\u205f\u3000\ufeff]+/,Wb=/[\n\r\t]/g,n3=/^[A-Za-z][A-Za-z0-9+-.]*:\/\//,Yb=/:\d+$/,o3=/^([a-z][a-z0-9.+-]*:)?(\/\/)?([\\/]+)?([\S\s]*)/i,i3=/^[a-zA-Z]:/;function rh(t){return(t||"").toString().replace(r3,"")}var th=[["#","hash"],["?","query"],function(e,r){return $r(r.protocol)?e.replace(/\\/g,"/"):e},["/","pathname"],["@","auth",1],[NaN,"host",void 0,1,1],[/:(\d*)$/,"port",void 0,1],[NaN,"hostname",void 0,1,1]],Kb={hash:1,query:1};function Jb(t){var e;typeof window<"u"?e=window:typeof global<"u"?e=global:typeof self<"u"?e=self:e={};var r=e.location||{};t=t||r;var n={},o=typeof t,i;if(t.protocol==="blob:")n=new Tr(unescape(t.pathname),{});else if(o==="string"){n=new Tr(t,{});for(i in Kb)delete n[i]}else if(o==="object"){for(i in t)i in Kb||(n[i]=t[i]);n.slashes===void 0&&(n.slashes=n3.test(t.href))}return n}function $r(t){return t==="file:"||t==="ftp:"||t==="http:"||t==="https:"||t==="ws:"||t==="wss:"}function Xb(t,e){t=rh(t),t=t.replace(Wb,""),e=e||{};var r=o3.exec(t),n=r[1]?r[1].toLowerCase():"",o=!!r[2],i=!!r[3],a=0,s;return o?i?(s=r[2]+r[3]+r[4],a=r[2].length+r[3].length):(s=r[2]+r[4],a=r[2].length):i?(s=r[3]+r[4],a=r[3].length):s=r[4],n==="file:"?a>=2&&(s=s.slice(2)):$r(n)?s=r[4]:n?o&&(s=s.slice(2)):a>=2&&$r(e.protocol)&&(s=r[4]),{protocol:n,slashes:o||$r(n),slashesCount:a,rest:s}}function a3(t,e){if(t==="")return e;for(var r=(e||"/").split("/").slice(0,-1).concat(t.split("/")),n=r.length,o=r[n-1],i=!1,a=0;n--;)r[n]==="."?r.splice(n,1):r[n]===".."?(r.splice(n,1),a++):a&&(n===0&&(i=!0),r.splice(n,1),a--);return i&&r.unshift(""),(o==="."||o==="..")&&r.push(""),r.join("/")}function Tr(t,e,r){if(t=rh(t),t=t.replace(Wb,""),!(this instanceof Tr))return new Tr(t,e,r);var n,o,i,a,s,u,c=th.slice(),l=typeof e,d=this,p=0;for(l!=="object"&&l!=="string"&&(r=e,e=null),r&&typeof r!="function"&&(r=Zu.parse),e=Jb(e),o=Xb(t||"",e),n=!o.protocol&&!o.slashes,d.slashes=o.slashes||n&&e.slashes,d.protocol=o.protocol||e.protocol||"",t=o.rest,(o.protocol==="file:"&&(o.slashesCount!==2||i3.test(t))||!o.slashes&&(o.protocol||o.slashesCount<2||!$r(d.protocol)))&&(c[3]=[/(.*)/,"pathname"]);p<c.length;p++){if(a=c[p],typeof a=="function"){t=a(t,d);continue}i=a[0],u=a[1],i!==i?d[u]=t:typeof i=="string"?(s=i==="@"?t.lastIndexOf(i):t.indexOf(i),~s&&(typeof a[2]=="number"?(d[u]=t.slice(0,s),t=t.slice(s+a[2])):(d[u]=t.slice(s),t=t.slice(0,s)))):(s=i.exec(t))&&(d[u]=s[1],t=t.slice(0,s.index)),d[u]=d[u]||n&&a[3]&&e[u]||"",a[4]&&(d[u]=d[u].toLowerCase())}r&&(d.query=r(d.query)),n&&e.slashes&&d.pathname.charAt(0)!=="/"&&(d.pathname!==""||e.pathname!=="")&&(d.pathname=a3(d.pathname,e.pathname)),d.pathname.charAt(0)!=="/"&&$r(d.protocol)&&(d.pathname="/"+d.pathname),Gb(d.port,d.protocol)||(d.host=d.hostname,d.port=""),d.username=d.password="",d.auth&&(s=d.auth.indexOf(":"),~s?(d.username=d.auth.slice(0,s),d.username=encodeURIComponent(decodeURIComponent(d.username)),d.password=d.auth.slice(s+1),d.password=encodeURIComponent(decodeURIComponent(d.password))):d.username=encodeURIComponent(decodeURIComponent(d.auth)),d.auth=d.password?d.username+":"+d.password:d.username),d.origin=d.protocol!=="file:"&&$r(d.protocol)&&d.host?d.protocol+"//"+d.host:"null",d.href=d.toString()}function s3(t,e,r){var n=this;switch(t){case"query":typeof e=="string"&&e.length&&(e=(r||Zu.parse)(e)),n[t]=e;break;case"port":n[t]=e,Gb(e,n.protocol)?e&&(n.host=n.hostname+":"+e):(n.host=n.hostname,n[t]="");break;case"hostname":n[t]=e,n.port&&(e+=":"+n.port),n.host=e;break;case"host":n[t]=e,Yb.test(e)?(e=e.split(":"),n.port=e.pop(),n.hostname=e.join(":")):(n.hostname=e,n.port="");break;case"protocol":n.protocol=e.toLowerCase(),n.slashes=!r;break;case"pathname":case"hash":if(e){var o=t==="pathname"?"/":"#";n[t]=e.charAt(0)!==o?o+e:e}else n[t]=e;break;case"username":case"password":n[t]=encodeURIComponent(e);break;case"auth":var i=e.indexOf(":");~i?(n.username=e.slice(0,i),n.username=encodeURIComponent(decodeURIComponent(n.username)),n.password=e.slice(i+1),n.password=encodeURIComponent(decodeURIComponent(n.password))):n.username=encodeURIComponent(decodeURIComponent(e))}for(var a=0;a<th.length;a++){var s=th[a];s[4]&&(n[s[1]]=n[s[1]].toLowerCase())}return n.auth=n.password?n.username+":"+n.password:n.username,n.origin=n.protocol!=="file:"&&$r(n.protocol)&&n.host?n.protocol+"//"+n.host:"null",n.href=n.toString(),n}function u3(t){(!t||typeof t!="function")&&(t=Zu.stringify);var e,r=this,n=r.host,o=r.protocol;o&&o.charAt(o.length-1)!==":"&&(o+=":");var i=o+(r.protocol&&r.slashes||$r(r.protocol)?"//":"");return r.username?(i+=r.username,r.password&&(i+=":"+r.password),i+="@"):r.password?(i+=":"+r.password,i+="@"):r.protocol!=="file:"&&$r(r.protocol)&&!n&&r.pathname!=="/"&&(i+="@"),(n[n.length-1]===":"||Yb.test(r.hostname)&&!r.port)&&(n+=":"),i+=n+r.pathname,e=typeof r.query=="object"?t(r.query):r.query,e&&(i+=e.charAt(0)!=="?"?"?"+e:e),r.hash&&(i+=r.hash),i}Tr.prototype={set:s3,toString:u3};Tr.extractProtocol=Xb;Tr.location=Jb;Tr.trimLeft=rh;Tr.qs=Zu;Zb.exports=Tr});var ew=S(nh=>{"use strict";Object.defineProperty(nh,"__esModule",{value:!0});nh.default=c3;function c3(){return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,function(t){var e=Math.random()*16|0,r=t==="x"?e:e&3|8;return r.toString(16)})}});var mw=S(rc=>{"use strict";Object.defineProperty(rc,"__esModule",{value:!0});rc.default=void 0;var l3=Ub(),f3=ah(Qb()),Qu=ah(Jp()),Zn=Xp(),d3=ah(ew());function ah(t){return t&&t.__esModule?t:{default:t}}function oh(){"use strict";oh=function(){return e};var t,e={},r=Object.prototype,n=r.hasOwnProperty,o=Object.defineProperty||function(y,w,v){y[w]=v.value},i=typeof Symbol=="function"?Symbol:{},a=i.iterator||"@@iterator",s=i.asyncIterator||"@@asyncIterator",u=i.toStringTag||"@@toStringTag";function c(y,w,v){return Object.defineProperty(y,w,{value:v,enumerable:!0,configurable:!0,writable:!0}),y[w]}try{c({},"")}catch{c=function(v,A,R){return v[A]=R}}function l(y,w,v,A){var R=w&&w.prototype instanceof C?w:C,P=Object.create(R.prototype),q=new z(A||[]);return o(P,"_invoke",{value:N(y,v,q)}),P}function d(y,w,v){try{return{type:"normal",arg:y.call(w,v)}}catch(A){return{type:"throw",arg:A}}}e.wrap=l;var p="suspendedStart",h="suspendedYield",m="executing",b="completed",D={};function C(){}function E(){}function g(){}var _={};c(_,a,function(){return this});var x=Object.getPrototypeOf,$=x&&x(x(k([])));$&&$!==r&&n.call($,a)&&(_=$);var O=g.prototype=C.prototype=Object.create(_);function B(y){["next","throw","return"].forEach(function(w){c(y,w,function(v){return this._invoke(w,v)})})}function T(y,w){function v(R,P,q,I){var L=d(y[R],y,P);if(L.type!=="throw"){var te=L.arg,V=te.value;return V&&Qn(V)=="object"&&n.call(V,"__await")?w.resolve(V.__await).then(function(se){v("next",se,q,I)},function(se){v("throw",se,q,I)}):w.resolve(V).then(function(se){te.value=se,q(te)},function(se){return v("throw",se,q,I)})}I(L.arg)}var A;o(this,"_invoke",{value:function(P,q){function I(){return new w(function(L,te){v(P,q,L,te)})}return A=A?A.then(I,I):I()}})}function N(y,w,v){var A=p;return function(R,P){if(A===m)throw Error("Generator is already running");if(A===b){if(R==="throw")throw P;return{value:t,done:!0}}for(v.method=R,v.arg=P;;){var q=v.delegate;if(q){var I=F(q,v);if(I){if(I===D)continue;return I}}if(v.method==="next")v.sent=v._sent=v.arg;else if(v.method==="throw"){if(A===p)throw A=b,v.arg;v.dispatchException(v.arg)}else v.method==="return"&&v.abrupt("return",v.arg);A=m;var L=d(y,w,v);if(L.type==="normal"){if(A=v.done?b:h,L.arg===D)continue;return{value:L.arg,done:v.done}}L.type==="throw"&&(A=b,v.method="throw",v.arg=L.arg)}}}function F(y,w){var v=w.method,A=y.iterator[v];if(A===t)return w.delegate=null,v==="throw"&&y.iterator.return&&(w.method="return",w.arg=t,F(y,w),w.method==="throw")||v!=="return"&&(w.method="throw",w.arg=new TypeError("The iterator does not provide a '"+v+"' method")),D;var R=d(A,y.iterator,w.arg);if(R.type==="throw")return w.method="throw",w.arg=R.arg,w.delegate=null,D;var P=R.arg;return P?P.done?(w[y.resultName]=P.value,w.next=y.nextLoc,w.method!=="return"&&(w.method="next",w.arg=t),w.delegate=null,D):P:(w.method="throw",w.arg=new TypeError("iterator result is not an object"),w.delegate=null,D)}function j(y){var w={tryLoc:y[0]};1 in y&&(w.catchLoc=y[1]),2 in y&&(w.finallyLoc=y[2],w.afterLoc=y[3]),this.tryEntries.push(w)}function M(y){var w=y.completion||{};w.type="normal",delete w.arg,y.completion=w}function z(y){this.tryEntries=[{tryLoc:"root"}],y.forEach(j,this),this.reset(!0)}function k(y){if(y||y===""){var w=y[a];if(w)return w.call(y);if(typeof y.next=="function")return y;if(!isNaN(y.length)){var v=-1,A=function R(){for(;++v<y.length;)if(n.call(y,v))return R.value=y[v],R.done=!1,R;return R.value=t,R.done=!0,R};return A.next=A}}throw new TypeError(Qn(y)+" is not iterable")}return E.prototype=g,o(O,"constructor",{value:g,configurable:!0}),o(g,"constructor",{value:E,configurable:!0}),E.displayName=c(g,u,"GeneratorFunction"),e.isGeneratorFunction=function(y){var w=typeof y=="function"&&y.constructor;return!!w&&(w===E||(w.displayName||w.name)==="GeneratorFunction")},e.mark=function(y){return Object.setPrototypeOf?Object.setPrototypeOf(y,g):(y.__proto__=g,c(y,u,"GeneratorFunction")),y.prototype=Object.create(O),y},e.awrap=function(y){return{__await:y}},B(T.prototype),c(T.prototype,s,function(){return this}),e.AsyncIterator=T,e.async=function(y,w,v,A,R){R===void 0&&(R=Promise);var P=new T(l(y,w,v,A),R);return e.isGeneratorFunction(w)?P:P.next().then(function(q){return q.done?q.value:P.next()})},B(O),c(O,u,"Generator"),c(O,a,function(){return this}),c(O,"toString",function(){return"[object Generator]"}),e.keys=function(y){var w=Object(y),v=[];for(var A in w)v.push(A);return v.reverse(),function R(){for(;v.length;){var P=v.pop();if(P in w)return R.value=P,R.done=!1,R}return R.done=!0,R}},e.values=k,z.prototype={constructor:z,reset:function(w){if(this.prev=0,this.next=0,this.sent=this._sent=t,this.done=!1,this.delegate=null,this.method="next",this.arg=t,this.tryEntries.forEach(M),!w)for(var v in this)v.charAt(0)==="t"&&n.call(this,v)&&!isNaN(+v.slice(1))&&(this[v]=t)},stop:function(){this.done=!0;var w=this.tryEntries[0].completion;if(w.type==="throw")throw w.arg;return this.rval},dispatchException:function(w){if(this.done)throw w;var v=this;function A(te,V){return q.type="throw",q.arg=w,v.next=te,V&&(v.method="next",v.arg=t),!!V}for(var R=this.tryEntries.length-1;R>=0;--R){var P=this.tryEntries[R],q=P.completion;if(P.tryLoc==="root")return A("end");if(P.tryLoc<=this.prev){var I=n.call(P,"catchLoc"),L=n.call(P,"finallyLoc");if(I&&L){if(this.prev<P.catchLoc)return A(P.catchLoc,!0);if(this.prev<P.finallyLoc)return A(P.finallyLoc)}else if(I){if(this.prev<P.catchLoc)return A(P.catchLoc,!0)}else{if(!L)throw Error("try statement without catch or finally");if(this.prev<P.finallyLoc)return A(P.finallyLoc)}}}},abrupt:function(w,v){for(var A=this.tryEntries.length-1;A>=0;--A){var R=this.tryEntries[A];if(R.tryLoc<=this.prev&&n.call(R,"finallyLoc")&&this.prev<R.finallyLoc){var P=R;break}}P&&(w==="break"||w==="continue")&&P.tryLoc<=v&&v<=P.finallyLoc&&(P=null);var q=P?P.completion:{};return q.type=w,q.arg=v,P?(this.method="next",this.next=P.finallyLoc,D):this.complete(q)},complete:function(w,v){if(w.type==="throw")throw w.arg;return w.type==="break"||w.type==="continue"?this.next=w.arg:w.type==="return"?(this.rval=this.arg=w.arg,this.method="return",this.next="end"):w.type==="normal"&&v&&(this.next=v),D},finish:function(w){for(var v=this.tryEntries.length-1;v>=0;--v){var A=this.tryEntries[v];if(A.finallyLoc===w)return this.complete(A.completion,A.afterLoc),M(A),D}},catch:function(w){for(var v=this.tryEntries.length-1;v>=0;--v){var A=this.tryEntries[v];if(A.tryLoc===w){var R=A.completion;if(R.type==="throw"){var P=R.arg;M(A)}return P}}throw Error("illegal catch attempt")},delegateYield:function(w,v,A){return this.delegate={iterator:k(w),resultName:v,nextLoc:A},this.method==="next"&&(this.arg=t),D}},e}function tw(t,e,r,n,o,i,a){try{var s=t[i](a),u=s.value}catch(c){r(c);return}s.done?e(u):Promise.resolve(u).then(n,o)}function p3(t){return function(){var e=this,r=arguments;return new Promise(function(n,o){var i=t.apply(e,r);function a(u){tw(i,n,o,a,s,"next",u)}function s(u){tw(i,n,o,a,s,"throw",u)}a(void 0)})}}function lw(t,e){return g3(t)||m3(t,e)||fw(t,e)||h3()}function h3(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
38
- In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function m3(t,e){var r=t==null?null:typeof Symbol<"u"&&t[Symbol.iterator]||t["@@iterator"];if(r!=null){var n,o,i,a,s=[],u=!0,c=!1;try{if(i=(r=r.call(t)).next,e===0){if(Object(r)!==r)return;u=!1}else for(;!(u=(n=i.call(r)).done)&&(s.push(n.value),s.length!==e);u=!0);}catch(l){c=!0,o=l}finally{try{if(!u&&r.return!=null&&(a=r.return(),Object(a)!==a))return}finally{if(c)throw o}}return s}}function g3(t){if(Array.isArray(t))return t}function Qn(t){"@babel/helpers - typeof";return Qn=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(e){return typeof e}:function(e){return e&&typeof Symbol=="function"&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},Qn(t)}function D3(t,e){var r=typeof Symbol<"u"&&t[Symbol.iterator]||t["@@iterator"];if(!r){if(Array.isArray(t)||(r=fw(t))||e&&t&&typeof t.length=="number"){r&&(t=r);var n=0,o=function(){};return{s:o,n:function(){return n>=t.length?{done:!0}:{done:!1,value:t[n++]}},e:function(c){throw c},f:o}}throw new TypeError(`Invalid attempt to iterate non-iterable instance.
39
- In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}var i=!0,a=!1,s;return{s:function(){r=r.call(t)},n:function(){var c=r.next();return i=c.done,c},e:function(c){a=!0,s=c},f:function(){try{!i&&r.return!=null&&r.return()}finally{if(a)throw s}}}}function fw(t,e){if(t){if(typeof t=="string")return rw(t,e);var r=Object.prototype.toString.call(t).slice(8,-1);if(r==="Object"&&t.constructor&&(r=t.constructor.name),r==="Map"||r==="Set")return Array.from(t);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return rw(t,e)}}function rw(t,e){(e==null||e>t.length)&&(e=t.length);for(var r=0,n=new Array(e);r<e;r++)n[r]=t[r];return n}function nw(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter(function(o){return Object.getOwnPropertyDescriptor(t,o).enumerable})),r.push.apply(r,n)}return r}function li(t){for(var e=1;e<arguments.length;e++){var r=arguments[e]!=null?arguments[e]:{};e%2?nw(Object(r),!0).forEach(function(n){y3(t,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):nw(Object(r)).forEach(function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(r,n))})}return t}function y3(t,e,r){return e=dw(e),e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}function b3(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function ow(t,e){for(var r=0;r<e.length;r++){var n=e[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,dw(n.key),n)}}function w3(t,e,r){return e&&ow(t.prototype,e),r&&ow(t,r),Object.defineProperty(t,"prototype",{writable:!1}),t}function dw(t){var e=v3(t,"string");return Qn(e)=="symbol"?e:e+""}function v3(t,e){if(Qn(t)!="object"||!t)return t;var r=t[Symbol.toPrimitive];if(r!==void 0){var n=r.call(t,e||"default");if(Qn(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(t)}var ec="tus-v1",tc="ietf-draft-03",za="ietf-draft-05",C3={endpoint:null,uploadUrl:null,metadata:{},metadataForPartialUploads:{},fingerprint:null,uploadSize:null,onProgress:null,onChunkComplete:null,onSuccess:null,onError:null,onUploadUrlAvailable:null,overridePatchMethod:!1,headers:{},addRequestId:!1,onBeforeRequest:null,onAfterResponse:null,onShouldRetry:hw,chunkSize:Number.POSITIVE_INFINITY,retryDelays:[0,1e3,3e3,5e3],parallelUploads:1,parallelUploadBoundaries:null,storeFingerprintForResuming:!0,removeFingerprintOnSuccess:!1,uploadLengthDeferred:!1,uploadDataDuringCreation:!1,urlStorage:null,fileReader:null,httpStack:null,protocol:ec},pw=(function(){function t(e,r){b3(this,t),"resume"in r&&console.log("tus: The `resume` option has been removed in tus-js-client v2. Please use the URL storage API instead."),this.options=r,this.options.chunkSize=Number(this.options.chunkSize),this._urlStorage=this.options.urlStorage,this.file=e,this.url=null,this._req=null,this._fingerprint=null,this._urlStorageKey=null,this._offset=null,this._aborted=!1,this._size=null,this._source=null,this._retryAttempt=0,this._retryTimeout=null,this._offsetBeforeRetry=0,this._parallelUploads=null,this._parallelUploadUrls=null}return w3(t,[{key:"findPreviousUploads",value:function(){var r=this;return this.options.fingerprint(this.file,this.options).then(function(n){return r._urlStorage.findUploadsByFingerprint(n)})}},{key:"resumeFromPreviousUpload",value:function(r){this.url=r.uploadUrl||null,this._parallelUploadUrls=r.parallelUploadUrls||null,this._urlStorageKey=r.urlStorageKey}},{key:"start",value:function(){var r=this,n=this.file;if(!n){this._emitError(new Error("tus: no file or stream to upload provided"));return}if(![ec,tc,za].includes(this.options.protocol)){this._emitError(new Error("tus: unsupported protocol ".concat(this.options.protocol)));return}if(!this.options.endpoint&&!this.options.uploadUrl&&!this.url){this._emitError(new Error("tus: neither an endpoint or an upload URL is provided"));return}var o=this.options.retryDelays;if(o!=null&&Object.prototype.toString.call(o)!=="[object Array]"){this._emitError(new Error("tus: the `retryDelays` option must either be an array or null"));return}if(this.options.parallelUploads>1)for(var i=0,a=["uploadUrl","uploadSize","uploadLengthDeferred"];i<a.length;i++){var s=a[i];if(this.options[s]){this._emitError(new Error("tus: cannot use the ".concat(s," option when parallelUploads is enabled")));return}}if(this.options.parallelUploadBoundaries){if(this.options.parallelUploads<=1){this._emitError(new Error("tus: cannot use the `parallelUploadBoundaries` option when `parallelUploads` is disabled"));return}if(this.options.parallelUploads!==this.options.parallelUploadBoundaries.length){this._emitError(new Error("tus: the `parallelUploadBoundaries` must have the same length as the value of `parallelUploads`"));return}}this.options.fingerprint(n,this.options).then(function(u){return u==null?(0,Zn.log)("No fingerprint was calculated meaning that the upload cannot be stored in the URL storage."):(0,Zn.log)("Calculated fingerprint: ".concat(u)),r._fingerprint=u,r._source?r._source:r.options.fileReader.openFile(n,r.options.chunkSize)}).then(function(u){if(r._source=u,r.options.uploadLengthDeferred)r._size=null;else if(r.options.uploadSize!=null){if(r._size=Number(r.options.uploadSize),Number.isNaN(r._size)){r._emitError(new Error("tus: cannot convert `uploadSize` option into a number"));return}}else if(r._size=r._source.size,r._size==null){r._emitError(new Error("tus: cannot automatically derive upload's size from input. Specify it manually using the `uploadSize` option or use the `uploadLengthDeferred` option"));return}r.options.parallelUploads>1||r._parallelUploadUrls!=null?r._startParallelUpload():r._startSingleUpload()}).catch(function(u){r._emitError(u)})}},{key:"_startParallelUpload",value:function(){var r,n=this,o=this._size,i=0;this._parallelUploads=[];var a=this._parallelUploadUrls!=null?this._parallelUploadUrls.length:this.options.parallelUploads,s=(r=this.options.parallelUploadBoundaries)!==null&&r!==void 0?r:_3(this._source.size,a);this._parallelUploadUrls&&s.forEach(function(l,d){l.uploadUrl=n._parallelUploadUrls[d]||null}),this._parallelUploadUrls=new Array(s.length);var u=s.map(function(l,d){var p=0;return n._source.slice(l.start,l.end).then(function(h){var m=h.value;return new Promise(function(b,D){var C=li(li({},n.options),{},{uploadUrl:l.uploadUrl||null,storeFingerprintForResuming:!1,removeFingerprintOnSuccess:!1,parallelUploads:1,parallelUploadBoundaries:null,metadata:n.options.metadataForPartialUploads,headers:li(li({},n.options.headers),{},{"Upload-Concat":"partial"}),onSuccess:b,onError:D,onProgress:function(_){i=i-p+_,p=_,n._emitProgress(i,o)},onUploadUrlAvailable:function(){n._parallelUploadUrls[d]=E.url,n._parallelUploadUrls.filter(function(_){return!!_}).length===s.length&&n._saveUploadInUrlStorage()}}),E=new t(m,C);E.start(),n._parallelUploads.push(E)})})}),c;Promise.all(u).then(function(){c=n._openRequest("POST",n.options.endpoint),c.setHeader("Upload-Concat","final;".concat(n._parallelUploadUrls.join(" ")));var l=iw(n.options.metadata);return l!==""&&c.setHeader("Upload-Metadata",l),n._sendRequest(c,null)}).then(function(l){if(!fi(l.getStatus(),200)){n._emitHttpError(c,l,"tus: unexpected response while creating upload");return}var d=l.getHeader("Location");if(d==null){n._emitHttpError(c,l,"tus: invalid or missing Location header");return}n.url=cw(n.options.endpoint,d),(0,Zn.log)("Created upload at ".concat(n.url)),n._emitSuccess(l)}).catch(function(l){n._emitError(l)})}},{key:"_startSingleUpload",value:function(){if(this._aborted=!1,this.url!=null){(0,Zn.log)("Resuming upload from previous URL: ".concat(this.url)),this._resumeUpload();return}if(this.options.uploadUrl!=null){(0,Zn.log)("Resuming upload from provided URL: ".concat(this.options.uploadUrl)),this.url=this.options.uploadUrl,this._resumeUpload();return}(0,Zn.log)("Creating a new upload"),this._createUpload()}},{key:"abort",value:function(r){var n=this;if(this._parallelUploads!=null){var o=D3(this._parallelUploads),i;try{for(o.s();!(i=o.n()).done;){var a=i.value;a.abort(r)}}catch(s){o.e(s)}finally{o.f()}}return this._req!==null&&this._req.abort(),this._aborted=!0,this._retryTimeout!=null&&(clearTimeout(this._retryTimeout),this._retryTimeout=null),!r||this.url==null?Promise.resolve():t.terminate(this.url,this.options).then(function(){return n._removeFromUrlStorage()})}},{key:"_emitHttpError",value:function(r,n,o,i){this._emitError(new Qu.default(o,i,r,n))}},{key:"_emitError",value:function(r){var n=this;if(!this._aborted){if(this.options.retryDelays!=null){var o=this._offset!=null&&this._offset>this._offsetBeforeRetry;if(o&&(this._retryAttempt=0),uw(r,this._retryAttempt,this.options)){var i=this.options.retryDelays[this._retryAttempt++];this._offsetBeforeRetry=this._offset,this._retryTimeout=setTimeout(function(){n.start()},i);return}}if(typeof this.options.onError=="function")this.options.onError(r);else throw r}}},{key:"_emitSuccess",value:function(r){this.options.removeFingerprintOnSuccess&&this._removeFromUrlStorage(),typeof this.options.onSuccess=="function"&&this.options.onSuccess({lastResponse:r})}},{key:"_emitProgress",value:function(r,n){typeof this.options.onProgress=="function"&&this.options.onProgress(r,n)}},{key:"_emitChunkComplete",value:function(r,n,o){typeof this.options.onChunkComplete=="function"&&this.options.onChunkComplete(r,n,o)}},{key:"_createUpload",value:function(){var r=this;if(!this.options.endpoint){this._emitError(new Error("tus: unable to create upload because no endpoint is provided"));return}var n=this._openRequest("POST",this.options.endpoint);this.options.uploadLengthDeferred?n.setHeader("Upload-Defer-Length","1"):n.setHeader("Upload-Length","".concat(this._size));var o=iw(this.options.metadata);o!==""&&n.setHeader("Upload-Metadata",o);var i;this.options.uploadDataDuringCreation&&!this.options.uploadLengthDeferred?(this._offset=0,i=this._addChunkToRequest(n)):((this.options.protocol===tc||this.options.protocol===za)&&n.setHeader("Upload-Complete","?0"),i=this._sendRequest(n,null)),i.then(function(a){if(!fi(a.getStatus(),200)){r._emitHttpError(n,a,"tus: unexpected response while creating upload");return}var s=a.getHeader("Location");if(s==null){r._emitHttpError(n,a,"tus: invalid or missing Location header");return}if(r.url=cw(r.options.endpoint,s),(0,Zn.log)("Created upload at ".concat(r.url)),typeof r.options.onUploadUrlAvailable=="function"&&r.options.onUploadUrlAvailable(),r._size===0){r._emitSuccess(a),r._source.close();return}r._saveUploadInUrlStorage().then(function(){r.options.uploadDataDuringCreation?r._handleUploadResponse(n,a):(r._offset=0,r._performUpload())})}).catch(function(a){r._emitHttpError(n,null,"tus: failed to create upload",a)})}},{key:"_resumeUpload",value:function(){var r=this,n=this._openRequest("HEAD",this.url),o=this._sendRequest(n,null);o.then(function(i){var a=i.getStatus();if(!fi(a,200)){if(a===423){r._emitHttpError(n,i,"tus: upload is currently locked; retry later");return}if(fi(a,400)&&r._removeFromUrlStorage(),!r.options.endpoint){r._emitHttpError(n,i,"tus: unable to resume upload (new upload cannot be created without an endpoint)");return}r.url=null,r._createUpload();return}var s=Number.parseInt(i.getHeader("Upload-Offset"),10);if(Number.isNaN(s)){r._emitHttpError(n,i,"tus: invalid or missing offset value");return}var u=Number.parseInt(i.getHeader("Upload-Length"),10);if(Number.isNaN(u)&&!r.options.uploadLengthDeferred&&r.options.protocol===ec){r._emitHttpError(n,i,"tus: invalid or missing length value");return}typeof r.options.onUploadUrlAvailable=="function"&&r.options.onUploadUrlAvailable(),r._saveUploadInUrlStorage().then(function(){if(s===u){r._emitProgress(u,u),r._emitSuccess(i);return}r._offset=s,r._performUpload()})}).catch(function(i){r._emitHttpError(n,null,"tus: failed to resume upload",i)})}},{key:"_performUpload",value:function(){var r=this;if(!this._aborted){var n;this.options.overridePatchMethod?(n=this._openRequest("POST",this.url),n.setHeader("X-HTTP-Method-Override","PATCH")):n=this._openRequest("PATCH",this.url),n.setHeader("Upload-Offset","".concat(this._offset));var o=this._addChunkToRequest(n);o.then(function(i){if(!fi(i.getStatus(),200)){r._emitHttpError(n,i,"tus: unexpected response while uploading chunk");return}r._handleUploadResponse(n,i)}).catch(function(i){r._aborted||r._emitHttpError(n,null,"tus: failed to upload chunk at offset ".concat(r._offset),i)})}}},{key:"_addChunkToRequest",value:function(r){var n=this,o=this._offset,i=this._offset+this.options.chunkSize;return r.setProgressHandler(function(a){n._emitProgress(o+a,n._size)}),this.options.protocol===ec?r.setHeader("Content-Type","application/offset+octet-stream"):this.options.protocol===za&&r.setHeader("Content-Type","application/partial-upload"),(i===Number.POSITIVE_INFINITY||i>this._size)&&!this.options.uploadLengthDeferred&&(i=this._size),this._source.slice(o,i).then(function(a){var s=a.value,u=a.done,c=s!=null&&s.size?s.size:0;n.options.uploadLengthDeferred&&u&&(n._size=n._offset+c,r.setHeader("Upload-Length","".concat(n._size)));var l=n._offset+c;return!n.options.uploadLengthDeferred&&u&&l!==n._size?Promise.reject(new Error("upload was configured with a size of ".concat(n._size," bytes, but the source is done after ").concat(l," bytes"))):s===null?n._sendRequest(r):((n.options.protocol===tc||n.options.protocol===za)&&r.setHeader("Upload-Complete",u?"?1":"?0"),n._emitProgress(n._offset,n._size),n._sendRequest(r,s))})}},{key:"_handleUploadResponse",value:function(r,n){var o=Number.parseInt(n.getHeader("Upload-Offset"),10);if(Number.isNaN(o)){this._emitHttpError(r,n,"tus: invalid or missing offset value");return}if(this._emitProgress(o,this._size),this._emitChunkComplete(o-this._offset,o,this._size),this._offset=o,o===this._size){this._emitSuccess(n),this._source.close();return}this._performUpload()}},{key:"_openRequest",value:function(r,n){var o=aw(r,n,this.options);return this._req=o,o}},{key:"_removeFromUrlStorage",value:function(){var r=this;this._urlStorageKey&&(this._urlStorage.removeUpload(this._urlStorageKey).catch(function(n){r._emitError(n)}),this._urlStorageKey=null)}},{key:"_saveUploadInUrlStorage",value:function(){var r=this;if(!this.options.storeFingerprintForResuming||!this._fingerprint||this._urlStorageKey!==null)return Promise.resolve();var n={size:this._size,metadata:this.options.metadata,creationTime:new Date().toString()};return this._parallelUploads?n.parallelUploadUrls=this._parallelUploadUrls:n.uploadUrl=this.url,this._urlStorage.addUpload(this._fingerprint,n).then(function(o){r._urlStorageKey=o})}},{key:"_sendRequest",value:function(r){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:null;return sw(r,n,this.options)}}],[{key:"terminate",value:function(r){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},o=aw("DELETE",r,n);return sw(o,null,n).then(function(i){if(i.getStatus()!==204)throw new Qu.default("tus: unexpected response while terminating upload",null,o,i)}).catch(function(i){if(i instanceof Qu.default||(i=new Qu.default("tus: failed to terminate upload",i,o,null)),!uw(i,0,n))throw i;var a=n.retryDelays[0],s=n.retryDelays.slice(1),u=li(li({},n),{},{retryDelays:s});return new Promise(function(c){return setTimeout(c,a)}).then(function(){return t.terminate(r,u)})})}}])})();function iw(t){return Object.entries(t).map(function(e){var r=lw(e,2),n=r[0],o=r[1];return"".concat(n," ").concat(l3.Base64.encode(String(o)))}).join(",")}function fi(t,e){return t>=e&&t<e+100}function aw(t,e,r){var n=r.httpStack.createRequest(t,e);r.protocol===tc?n.setHeader("Upload-Draft-Interop-Version","5"):r.protocol===za?n.setHeader("Upload-Draft-Interop-Version","6"):n.setHeader("Tus-Resumable","1.0.0");for(var o=r.headers||{},i=0,a=Object.entries(o);i<a.length;i++){var s=lw(a[i],2),u=s[0],c=s[1];n.setHeader(u,c)}if(r.addRequestId){var l=(0,d3.default)();n.setHeader("X-Request-ID",l)}return n}function sw(t,e,r){return ih.apply(this,arguments)}function ih(){return ih=p3(oh().mark(function t(e,r,n){var o;return oh().wrap(function(a){for(;;)switch(a.prev=a.next){case 0:if(typeof n.onBeforeRequest!="function"){a.next=3;break}return a.next=3,n.onBeforeRequest(e);case 3:return a.next=5,e.send(r);case 5:if(o=a.sent,typeof n.onAfterResponse!="function"){a.next=9;break}return a.next=9,n.onAfterResponse(e,o);case 9:return a.abrupt("return",o);case 10:case"end":return a.stop()}},t)})),ih.apply(this,arguments)}function E3(){var t=!0;return typeof navigator<"u"&&navigator.onLine===!1&&(t=!1),t}function uw(t,e,r){return r.retryDelays==null||e>=r.retryDelays.length||t.originalRequest==null?!1:r&&typeof r.onShouldRetry=="function"?r.onShouldRetry(t,e,r):hw(t)}function hw(t){var e=t.originalResponse?t.originalResponse.getStatus():0;return(!fi(e,400)||e===409||e===423)&&E3()}function cw(t,e){return new f3.default(e,t).toString()}function _3(t,e){for(var r=Math.floor(t/e),n=[],o=0;o<e;o++)n.push({start:r*o,end:r*(o+1)});return n[e-1].end=t,n}pw.defaultOptions=C3;var Lz=rc.default=pw});var Dw=S((jz,gw)=>{"use strict";var Ir=t=>t!==null&&typeof t=="object"&&typeof t.pipe=="function";Ir.writable=t=>Ir(t)&&t.writable!==!1&&typeof t._write=="function"&&typeof t._writableState=="object";Ir.readable=t=>Ir(t)&&t.readable!==!1&&typeof t._read=="function"&&typeof t._readableState=="object";Ir.duplex=t=>Ir.writable(t)&&Ir.readable(t);Ir.transform=t=>Ir.duplex(t)&&typeof t._transform=="function";gw.exports=Ir});var bw=S(nc=>{"use strict";Object.defineProperty(nc,"__esModule",{value:!0});nc.default=void 0;function Ka(t){"@babel/helpers - typeof";return Ka=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(e){return typeof e}:function(e){return e&&typeof Symbol=="function"&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},Ka(t)}function S3(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function yw(t,e){for(var r=0;r<e.length;r++){var n=e[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,A3(n.key),n)}}function x3(t,e,r){return e&&yw(t.prototype,e),r&&yw(t,r),Object.defineProperty(t,"prototype",{writable:!1}),t}function A3(t){var e=F3(t,"string");return Ka(e)=="symbol"?e:e+""}function F3(t,e){if(Ka(t)!="object"||!t)return t;var r=t[Symbol.toPrimitive];if(r!==void 0){var n=r.call(t,e||"default");if(Ka(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(t)}var Uz=nc.default=(function(){function t(e){S3(this,t),this._buffer=e,this.size=e.length}return x3(t,[{key:"slice",value:function(r,n){var o=this._buffer.slice(r,n);o.size=o.length;var i=n>=this.size;return Promise.resolve({value:o,done:i})}},{key:"close",value:function(){}}])})()});var Ew=S(ch=>{"use strict";Object.defineProperty(ch,"__esModule",{value:!0});ch.default=I3;var Cw=require("fs");function eo(t){"@babel/helpers - typeof";return eo=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(e){return typeof e}:function(e){return e&&typeof Symbol=="function"&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},eo(t)}function sh(){"use strict";sh=function(){return e};var t,e={},r=Object.prototype,n=r.hasOwnProperty,o=Object.defineProperty||function(y,w,v){y[w]=v.value},i=typeof Symbol=="function"?Symbol:{},a=i.iterator||"@@iterator",s=i.asyncIterator||"@@asyncIterator",u=i.toStringTag||"@@toStringTag";function c(y,w,v){return Object.defineProperty(y,w,{value:v,enumerable:!0,configurable:!0,writable:!0}),y[w]}try{c({},"")}catch{c=function(v,A,R){return v[A]=R}}function l(y,w,v,A){var R=w&&w.prototype instanceof C?w:C,P=Object.create(R.prototype),q=new z(A||[]);return o(P,"_invoke",{value:N(y,v,q)}),P}function d(y,w,v){try{return{type:"normal",arg:y.call(w,v)}}catch(A){return{type:"throw",arg:A}}}e.wrap=l;var p="suspendedStart",h="suspendedYield",m="executing",b="completed",D={};function C(){}function E(){}function g(){}var _={};c(_,a,function(){return this});var x=Object.getPrototypeOf,$=x&&x(x(k([])));$&&$!==r&&n.call($,a)&&(_=$);var O=g.prototype=C.prototype=Object.create(_);function B(y){["next","throw","return"].forEach(function(w){c(y,w,function(v){return this._invoke(w,v)})})}function T(y,w){function v(R,P,q,I){var L=d(y[R],y,P);if(L.type!=="throw"){var te=L.arg,V=te.value;return V&&eo(V)=="object"&&n.call(V,"__await")?w.resolve(V.__await).then(function(se){v("next",se,q,I)},function(se){v("throw",se,q,I)}):w.resolve(V).then(function(se){te.value=se,q(te)},function(se){return v("throw",se,q,I)})}I(L.arg)}var A;o(this,"_invoke",{value:function(P,q){function I(){return new w(function(L,te){v(P,q,L,te)})}return A=A?A.then(I,I):I()}})}function N(y,w,v){var A=p;return function(R,P){if(A===m)throw Error("Generator is already running");if(A===b){if(R==="throw")throw P;return{value:t,done:!0}}for(v.method=R,v.arg=P;;){var q=v.delegate;if(q){var I=F(q,v);if(I){if(I===D)continue;return I}}if(v.method==="next")v.sent=v._sent=v.arg;else if(v.method==="throw"){if(A===p)throw A=b,v.arg;v.dispatchException(v.arg)}else v.method==="return"&&v.abrupt("return",v.arg);A=m;var L=d(y,w,v);if(L.type==="normal"){if(A=v.done?b:h,L.arg===D)continue;return{value:L.arg,done:v.done}}L.type==="throw"&&(A=b,v.method="throw",v.arg=L.arg)}}}function F(y,w){var v=w.method,A=y.iterator[v];if(A===t)return w.delegate=null,v==="throw"&&y.iterator.return&&(w.method="return",w.arg=t,F(y,w),w.method==="throw")||v!=="return"&&(w.method="throw",w.arg=new TypeError("The iterator does not provide a '"+v+"' method")),D;var R=d(A,y.iterator,w.arg);if(R.type==="throw")return w.method="throw",w.arg=R.arg,w.delegate=null,D;var P=R.arg;return P?P.done?(w[y.resultName]=P.value,w.next=y.nextLoc,w.method!=="return"&&(w.method="next",w.arg=t),w.delegate=null,D):P:(w.method="throw",w.arg=new TypeError("iterator result is not an object"),w.delegate=null,D)}function j(y){var w={tryLoc:y[0]};1 in y&&(w.catchLoc=y[1]),2 in y&&(w.finallyLoc=y[2],w.afterLoc=y[3]),this.tryEntries.push(w)}function M(y){var w=y.completion||{};w.type="normal",delete w.arg,y.completion=w}function z(y){this.tryEntries=[{tryLoc:"root"}],y.forEach(j,this),this.reset(!0)}function k(y){if(y||y===""){var w=y[a];if(w)return w.call(y);if(typeof y.next=="function")return y;if(!isNaN(y.length)){var v=-1,A=function R(){for(;++v<y.length;)if(n.call(y,v))return R.value=y[v],R.done=!1,R;return R.value=t,R.done=!0,R};return A.next=A}}throw new TypeError(eo(y)+" is not iterable")}return E.prototype=g,o(O,"constructor",{value:g,configurable:!0}),o(g,"constructor",{value:E,configurable:!0}),E.displayName=c(g,u,"GeneratorFunction"),e.isGeneratorFunction=function(y){var w=typeof y=="function"&&y.constructor;return!!w&&(w===E||(w.displayName||w.name)==="GeneratorFunction")},e.mark=function(y){return Object.setPrototypeOf?Object.setPrototypeOf(y,g):(y.__proto__=g,c(y,u,"GeneratorFunction")),y.prototype=Object.create(O),y},e.awrap=function(y){return{__await:y}},B(T.prototype),c(T.prototype,s,function(){return this}),e.AsyncIterator=T,e.async=function(y,w,v,A,R){R===void 0&&(R=Promise);var P=new T(l(y,w,v,A),R);return e.isGeneratorFunction(w)?P:P.next().then(function(q){return q.done?q.value:P.next()})},B(O),c(O,u,"Generator"),c(O,a,function(){return this}),c(O,"toString",function(){return"[object Generator]"}),e.keys=function(y){var w=Object(y),v=[];for(var A in w)v.push(A);return v.reverse(),function R(){for(;v.length;){var P=v.pop();if(P in w)return R.value=P,R.done=!1,R}return R.done=!0,R}},e.values=k,z.prototype={constructor:z,reset:function(w){if(this.prev=0,this.next=0,this.sent=this._sent=t,this.done=!1,this.delegate=null,this.method="next",this.arg=t,this.tryEntries.forEach(M),!w)for(var v in this)v.charAt(0)==="t"&&n.call(this,v)&&!isNaN(+v.slice(1))&&(this[v]=t)},stop:function(){this.done=!0;var w=this.tryEntries[0].completion;if(w.type==="throw")throw w.arg;return this.rval},dispatchException:function(w){if(this.done)throw w;var v=this;function A(te,V){return q.type="throw",q.arg=w,v.next=te,V&&(v.method="next",v.arg=t),!!V}for(var R=this.tryEntries.length-1;R>=0;--R){var P=this.tryEntries[R],q=P.completion;if(P.tryLoc==="root")return A("end");if(P.tryLoc<=this.prev){var I=n.call(P,"catchLoc"),L=n.call(P,"finallyLoc");if(I&&L){if(this.prev<P.catchLoc)return A(P.catchLoc,!0);if(this.prev<P.finallyLoc)return A(P.finallyLoc)}else if(I){if(this.prev<P.catchLoc)return A(P.catchLoc,!0)}else{if(!L)throw Error("try statement without catch or finally");if(this.prev<P.finallyLoc)return A(P.finallyLoc)}}}},abrupt:function(w,v){for(var A=this.tryEntries.length-1;A>=0;--A){var R=this.tryEntries[A];if(R.tryLoc<=this.prev&&n.call(R,"finallyLoc")&&this.prev<R.finallyLoc){var P=R;break}}P&&(w==="break"||w==="continue")&&P.tryLoc<=v&&v<=P.finallyLoc&&(P=null);var q=P?P.completion:{};return q.type=w,q.arg=v,P?(this.method="next",this.next=P.finallyLoc,D):this.complete(q)},complete:function(w,v){if(w.type==="throw")throw w.arg;return w.type==="break"||w.type==="continue"?this.next=w.arg:w.type==="return"?(this.rval=this.arg=w.arg,this.method="return",this.next="end"):w.type==="normal"&&v&&(this.next=v),D},finish:function(w){for(var v=this.tryEntries.length-1;v>=0;--v){var A=this.tryEntries[v];if(A.finallyLoc===w)return this.complete(A.completion,A.afterLoc),M(A),D}},catch:function(w){for(var v=this.tryEntries.length-1;v>=0;--v){var A=this.tryEntries[v];if(A.tryLoc===w){var R=A.completion;if(R.type==="throw"){var P=R.arg;M(A)}return P}}throw Error("illegal catch attempt")},delegateYield:function(w,v,A){return this.delegate={iterator:k(w),resultName:v,nextLoc:A},this.method==="next"&&(this.arg=t),D}},e}function O3(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function ww(t,e){for(var r=0;r<e.length;r++){var n=e[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,P3(n.key),n)}}function k3(t,e,r){return e&&ww(t.prototype,e),r&&ww(t,r),Object.defineProperty(t,"prototype",{writable:!1}),t}function P3(t){var e=$3(t,"string");return eo(e)=="symbol"?e:e+""}function $3(t,e){if(eo(t)!="object"||!t)return t;var r=t[Symbol.toPrimitive];if(r!==void 0){var n=r.call(t,e||"default");if(eo(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(t)}function vw(t,e,r,n,o,i,a){try{var s=t[i](a),u=s.value}catch(c){r(c);return}s.done?e(u):Promise.resolve(u).then(n,o)}function T3(t){return function(){var e=this,r=arguments;return new Promise(function(n,o){var i=t.apply(e,r);function a(u){vw(i,n,o,a,s,"next",u)}function s(u){vw(i,n,o,a,s,"throw",u)}a(void 0)})}}function I3(t){return uh.apply(this,arguments)}function uh(){return uh=T3(sh().mark(function t(e){var r,n,o,i,a,s,u;return sh().wrap(function(l){for(;;)switch(l.prev=l.next){case 0:return n=e.path.toString(),l.next=3,Cw.promises.stat(n);case 3:return o=l.sent,i=o.size,a=(r=e.start)!==null&&r!==void 0?r:0,s=Number.isFinite(e.end)?e.end+1:i,u=s-a,l.abrupt("return",new R3(e,n,u));case 9:case"end":return l.stop()}},t)})),uh.apply(this,arguments)}var R3=(function(){function t(e,r,n){O3(this,t),this._stream=e,this._path=r,this.size=n}return k3(t,[{key:"slice",value:function(r,n){var o,i=(o=this._stream.start)!==null&&o!==void 0?o:0,a=(0,Cw.createReadStream)(this._path,{start:i+r,end:i+n-1,autoClose:!0});a.size=Math.min(n-r,this.size);var s=a.size>=this.size;return Promise.resolve({value:a,done:s})}},{key:"close",value:function(){this._stream.destroy()}}])})()});var fh=S(oc=>{"use strict";Object.defineProperty(oc,"__esModule",{value:!0});oc.default=void 0;function to(t){"@babel/helpers - typeof";return to=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(e){return typeof e}:function(e){return e&&typeof Symbol=="function"&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},to(t)}function Ga(){"use strict";Ga=function(){return e};var t,e={},r=Object.prototype,n=r.hasOwnProperty,o=Object.defineProperty||function(y,w,v){y[w]=v.value},i=typeof Symbol=="function"?Symbol:{},a=i.iterator||"@@iterator",s=i.asyncIterator||"@@asyncIterator",u=i.toStringTag||"@@toStringTag";function c(y,w,v){return Object.defineProperty(y,w,{value:v,enumerable:!0,configurable:!0,writable:!0}),y[w]}try{c({},"")}catch{c=function(v,A,R){return v[A]=R}}function l(y,w,v,A){var R=w&&w.prototype instanceof C?w:C,P=Object.create(R.prototype),q=new z(A||[]);return o(P,"_invoke",{value:N(y,v,q)}),P}function d(y,w,v){try{return{type:"normal",arg:y.call(w,v)}}catch(A){return{type:"throw",arg:A}}}e.wrap=l;var p="suspendedStart",h="suspendedYield",m="executing",b="completed",D={};function C(){}function E(){}function g(){}var _={};c(_,a,function(){return this});var x=Object.getPrototypeOf,$=x&&x(x(k([])));$&&$!==r&&n.call($,a)&&(_=$);var O=g.prototype=C.prototype=Object.create(_);function B(y){["next","throw","return"].forEach(function(w){c(y,w,function(v){return this._invoke(w,v)})})}function T(y,w){function v(R,P,q,I){var L=d(y[R],y,P);if(L.type!=="throw"){var te=L.arg,V=te.value;return V&&to(V)=="object"&&n.call(V,"__await")?w.resolve(V.__await).then(function(se){v("next",se,q,I)},function(se){v("throw",se,q,I)}):w.resolve(V).then(function(se){te.value=se,q(te)},function(se){return v("throw",se,q,I)})}I(L.arg)}var A;o(this,"_invoke",{value:function(P,q){function I(){return new w(function(L,te){v(P,q,L,te)})}return A=A?A.then(I,I):I()}})}function N(y,w,v){var A=p;return function(R,P){if(A===m)throw Error("Generator is already running");if(A===b){if(R==="throw")throw P;return{value:t,done:!0}}for(v.method=R,v.arg=P;;){var q=v.delegate;if(q){var I=F(q,v);if(I){if(I===D)continue;return I}}if(v.method==="next")v.sent=v._sent=v.arg;else if(v.method==="throw"){if(A===p)throw A=b,v.arg;v.dispatchException(v.arg)}else v.method==="return"&&v.abrupt("return",v.arg);A=m;var L=d(y,w,v);if(L.type==="normal"){if(A=v.done?b:h,L.arg===D)continue;return{value:L.arg,done:v.done}}L.type==="throw"&&(A=b,v.method="throw",v.arg=L.arg)}}}function F(y,w){var v=w.method,A=y.iterator[v];if(A===t)return w.delegate=null,v==="throw"&&y.iterator.return&&(w.method="return",w.arg=t,F(y,w),w.method==="throw")||v!=="return"&&(w.method="throw",w.arg=new TypeError("The iterator does not provide a '"+v+"' method")),D;var R=d(A,y.iterator,w.arg);if(R.type==="throw")return w.method="throw",w.arg=R.arg,w.delegate=null,D;var P=R.arg;return P?P.done?(w[y.resultName]=P.value,w.next=y.nextLoc,w.method!=="return"&&(w.method="next",w.arg=t),w.delegate=null,D):P:(w.method="throw",w.arg=new TypeError("iterator result is not an object"),w.delegate=null,D)}function j(y){var w={tryLoc:y[0]};1 in y&&(w.catchLoc=y[1]),2 in y&&(w.finallyLoc=y[2],w.afterLoc=y[3]),this.tryEntries.push(w)}function M(y){var w=y.completion||{};w.type="normal",delete w.arg,y.completion=w}function z(y){this.tryEntries=[{tryLoc:"root"}],y.forEach(j,this),this.reset(!0)}function k(y){if(y||y===""){var w=y[a];if(w)return w.call(y);if(typeof y.next=="function")return y;if(!isNaN(y.length)){var v=-1,A=function R(){for(;++v<y.length;)if(n.call(y,v))return R.value=y[v],R.done=!1,R;return R.value=t,R.done=!0,R};return A.next=A}}throw new TypeError(to(y)+" is not iterable")}return E.prototype=g,o(O,"constructor",{value:g,configurable:!0}),o(g,"constructor",{value:E,configurable:!0}),E.displayName=c(g,u,"GeneratorFunction"),e.isGeneratorFunction=function(y){var w=typeof y=="function"&&y.constructor;return!!w&&(w===E||(w.displayName||w.name)==="GeneratorFunction")},e.mark=function(y){return Object.setPrototypeOf?Object.setPrototypeOf(y,g):(y.__proto__=g,c(y,u,"GeneratorFunction")),y.prototype=Object.create(O),y},e.awrap=function(y){return{__await:y}},B(T.prototype),c(T.prototype,s,function(){return this}),e.AsyncIterator=T,e.async=function(y,w,v,A,R){R===void 0&&(R=Promise);var P=new T(l(y,w,v,A),R);return e.isGeneratorFunction(w)?P:P.next().then(function(q){return q.done?q.value:P.next()})},B(O),c(O,u,"Generator"),c(O,a,function(){return this}),c(O,"toString",function(){return"[object Generator]"}),e.keys=function(y){var w=Object(y),v=[];for(var A in w)v.push(A);return v.reverse(),function R(){for(;v.length;){var P=v.pop();if(P in w)return R.value=P,R.done=!1,R}return R.done=!0,R}},e.values=k,z.prototype={constructor:z,reset:function(w){if(this.prev=0,this.next=0,this.sent=this._sent=t,this.done=!1,this.delegate=null,this.method="next",this.arg=t,this.tryEntries.forEach(M),!w)for(var v in this)v.charAt(0)==="t"&&n.call(this,v)&&!isNaN(+v.slice(1))&&(this[v]=t)},stop:function(){this.done=!0;var w=this.tryEntries[0].completion;if(w.type==="throw")throw w.arg;return this.rval},dispatchException:function(w){if(this.done)throw w;var v=this;function A(te,V){return q.type="throw",q.arg=w,v.next=te,V&&(v.method="next",v.arg=t),!!V}for(var R=this.tryEntries.length-1;R>=0;--R){var P=this.tryEntries[R],q=P.completion;if(P.tryLoc==="root")return A("end");if(P.tryLoc<=this.prev){var I=n.call(P,"catchLoc"),L=n.call(P,"finallyLoc");if(I&&L){if(this.prev<P.catchLoc)return A(P.catchLoc,!0);if(this.prev<P.finallyLoc)return A(P.finallyLoc)}else if(I){if(this.prev<P.catchLoc)return A(P.catchLoc,!0)}else{if(!L)throw Error("try statement without catch or finally");if(this.prev<P.finallyLoc)return A(P.finallyLoc)}}}},abrupt:function(w,v){for(var A=this.tryEntries.length-1;A>=0;--A){var R=this.tryEntries[A];if(R.tryLoc<=this.prev&&n.call(R,"finallyLoc")&&this.prev<R.finallyLoc){var P=R;break}}P&&(w==="break"||w==="continue")&&P.tryLoc<=v&&v<=P.finallyLoc&&(P=null);var q=P?P.completion:{};return q.type=w,q.arg=v,P?(this.method="next",this.next=P.finallyLoc,D):this.complete(q)},complete:function(w,v){if(w.type==="throw")throw w.arg;return w.type==="break"||w.type==="continue"?this.next=w.arg:w.type==="return"?(this.rval=this.arg=w.arg,this.method="return",this.next="end"):w.type==="normal"&&v&&(this.next=v),D},finish:function(w){for(var v=this.tryEntries.length-1;v>=0;--v){var A=this.tryEntries[v];if(A.finallyLoc===w)return this.complete(A.completion,A.afterLoc),M(A),D}},catch:function(w){for(var v=this.tryEntries.length-1;v>=0;--v){var A=this.tryEntries[v];if(A.tryLoc===w){var R=A.completion;if(R.type==="throw"){var P=R.arg;M(A)}return P}}throw Error("illegal catch attempt")},delegateYield:function(w,v,A){return this.delegate={iterator:k(w),resultName:v,nextLoc:A},this.method==="next"&&(this.arg=t),D}},e}function B3(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function _w(t,e){for(var r=0;r<e.length;r++){var n=e[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,N3(n.key),n)}}function L3(t,e,r){return e&&_w(t.prototype,e),r&&_w(t,r),Object.defineProperty(t,"prototype",{writable:!1}),t}function N3(t){var e=j3(t,"string");return to(e)=="symbol"?e:e+""}function j3(t,e){if(to(t)!="object"||!t)return t;var r=t[Symbol.toPrimitive];if(r!==void 0){var n=r.call(t,e||"default");if(to(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(t)}function Sw(t,e,r,n,o,i,a){try{var s=t[i](a),u=s.value}catch(c){r(c);return}s.done?e(u):Promise.resolve(u).then(n,o)}function xw(t){return function(){var e=this,r=arguments;return new Promise(function(n,o){var i=t.apply(e,r);function a(u){Sw(i,n,o,a,s,"next",u)}function s(u){Sw(i,n,o,a,s,"throw",u)}a(void 0)})}}function U3(t,e){return lh.apply(this,arguments)}function lh(){return lh=xw(Ga().mark(function t(e,r){return Ga().wrap(function(o){for(;;)switch(o.prev=o.next){case 0:return o.abrupt("return",new Promise(function(i,a){var s=function(l){e.off("readable",u),a(l)},u=function c(){var l=e.read(r);l!==null&&(e.off("error",s),e.off("readable",c),i(l))};e.once("error",s),e.on("readable",u)}));case 1:case"end":return o.stop()}},t)})),lh.apply(this,arguments)}var Hz=oc.default=(function(){function t(e){var r=this;B3(this,t),this._stream=e,this.size=null,this._buf=Buffer.alloc(0),this._bufPos=0,this._ended=!1,this._error=null,e.pause(),e.on("end",function(){r._ended=!0}),e.on("error",function(n){r._error=n})}return L3(t,[{key:"slice",value:(function(){var e=xw(Ga().mark(function n(o,i){var a,s,u,c,l;return Ga().wrap(function(p){for(;;)switch(p.prev=p.next){case 0:if(!(o<this._bufPos)){p.next=2;break}throw new Error("cannot slice from position which we already seeked away");case 2:if(!(o>this._bufPos+this._buf.length)){p.next=4;break}throw new Error("slice start is outside of buffer (currently not implemented)");case 4:if(!this._error){p.next=6;break}throw this._error;case 6:if(o<this._bufPos+this._buf.length?(s=o-this._bufPos,u=Math.min(this._buf.length,i-this._bufPos),a=this._buf.slice(s,u)):a=Buffer.alloc(0),!this._ended){p.next=10;break}return a.size=a.length,p.abrupt("return",{value:a,done:!0});case 10:if(c=i-o,!(c>a.length)){p.next=16;break}return p.next=14,U3(this._stream,c-a.length);case 14:l=p.sent,a=Buffer.concat([a,l]);case 16:return this._buf=a,this._bufPos=o,a.size=a.length,p.abrupt("return",{value:a,done:this._ended});case 20:case"end":return p.stop()}},n,this)}));function r(n,o){return e.apply(this,arguments)}return r})()},{key:"close",value:function(){this._stream.destroy()}}])})()});var Fw=S(ac=>{"use strict";Object.defineProperty(ac,"__esModule",{value:!0});ac.default=void 0;var M3=require("fs"),q3=ic(Dw()),H3=ic(bw()),V3=ic(Ew()),z3=ic(fh());function ic(t){return t&&t.__esModule?t:{default:t}}function Wa(t){"@babel/helpers - typeof";return Wa=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(e){return typeof e}:function(e){return e&&typeof Symbol=="function"&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},Wa(t)}function K3(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Aw(t,e){for(var r=0;r<e.length;r++){var n=e[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,W3(n.key),n)}}function G3(t,e,r){return e&&Aw(t.prototype,e),r&&Aw(t,r),Object.defineProperty(t,"prototype",{writable:!1}),t}function W3(t){var e=Y3(t,"string");return Wa(e)=="symbol"?e:e+""}function Y3(t,e){if(Wa(t)!="object"||!t)return t;var r=t[Symbol.toPrimitive];if(r!==void 0){var n=r.call(t,e||"default");if(Wa(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(t)}var zz=ac.default=(function(){function t(){K3(this,t)}return G3(t,[{key:"openFile",value:function(r,n){return Buffer.isBuffer(r)?Promise.resolve(new H3.default(r)):r instanceof M3.ReadStream&&r.path!=null?(0,V3.default)(r):q3.default.readable(r)?(n=Number(n),Number.isFinite(n)?Promise.resolve(new z3.default(r)):Promise.reject(new Error("cannot create source for stream without a finite value for the `chunkSize` option; specify a chunkSize to control the memory consumption"))):Promise.reject(new Error("source object may only be an instance of Buffer or Readable in this environment"))}}])})()});var $w=S(dh=>{"use strict";Object.defineProperty(dh,"__esModule",{value:!0});dh.default=Z3;var J3=require("crypto"),Ow=Pw(require("fs")),X3=Pw(require("path"));function kw(t){if(typeof WeakMap!="function")return null;var e=new WeakMap,r=new WeakMap;return(kw=function(n){return n?r:e})(t)}function Pw(t,e){if(!e&&t&&t.__esModule)return t;if(t===null||typeof t!="object"&&typeof t!="function")return{default:t};var r=kw(e);if(r&&r.has(t))return r.get(t);var n={__proto__:null},o=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var i in t)if(i!=="default"&&{}.hasOwnProperty.call(t,i)){var a=o?Object.getOwnPropertyDescriptor(t,i):null;a&&(a.get||a.set)?Object.defineProperty(n,i,a):n[i]=t[i]}return n.default=t,r&&r.set(t,n),n}function Z3(t,e){if(Buffer.isBuffer(t)){var r=65536,n=t.slice(0,Math.min(r,t.length)),o=(0,J3.createHash)("md5").update(n).digest("hex"),i=["node-buffer",o,t.length,e.endpoint].join("-");return Promise.resolve(i)}return t instanceof Ow.ReadStream&&t.path!=null?new Promise(function(a,s){var u=X3.resolve(t.path);Ow.stat(t.path,function(c,l){if(c){s(c);return}var d=["node-file",u,l.size,l.mtime.getTime(),e.endpoint].join("-");a(d)})}):Promise.resolve(null)}});var Lw=S((Wz,Bw)=>{var Rw="Expected a function",Tw=NaN,Q3="[object Symbol]",eT=/^\s+|\s+$/g,tT=/^[-+]0x[0-9a-f]+$/i,rT=/^0b[01]+$/i,nT=/^0o[0-7]+$/i,oT=parseInt,iT=typeof global=="object"&&global&&global.Object===Object&&global,aT=typeof self=="object"&&self&&self.Object===Object&&self,sT=iT||aT||Function("return this")(),uT=Object.prototype,cT=uT.toString,lT=Math.max,fT=Math.min,ph=function(){return sT.Date.now()};function dT(t,e,r){var n,o,i,a,s,u,c=0,l=!1,d=!1,p=!0;if(typeof t!="function")throw new TypeError(Rw);e=Iw(e)||0,sc(r)&&(l=!!r.leading,d="maxWait"in r,i=d?lT(Iw(r.maxWait)||0,e):i,p="trailing"in r?!!r.trailing:p);function h($){var O=n,B=o;return n=o=void 0,c=$,a=t.apply(B,O),a}function m($){return c=$,s=setTimeout(C,e),l?h($):a}function b($){var O=$-u,B=$-c,T=e-O;return d?fT(T,i-B):T}function D($){var O=$-u,B=$-c;return u===void 0||O>=e||O<0||d&&B>=i}function C(){var $=ph();if(D($))return E($);s=setTimeout(C,b($))}function E($){return s=void 0,p&&n?h($):(n=o=void 0,a)}function g(){s!==void 0&&clearTimeout(s),c=0,n=u=o=s=void 0}function _(){return s===void 0?a:E(ph())}function x(){var $=ph(),O=D($);if(n=arguments,o=this,u=$,O){if(s===void 0)return m(u);if(d)return s=setTimeout(C,e),h(u)}return s===void 0&&(s=setTimeout(C,e)),a}return x.cancel=g,x.flush=_,x}function pT(t,e,r){var n=!0,o=!0;if(typeof t!="function")throw new TypeError(Rw);return sc(r)&&(n="leading"in r?!!r.leading:n,o="trailing"in r?!!r.trailing:o),dT(t,e,{leading:n,maxWait:e,trailing:o})}function sc(t){var e=typeof t;return!!t&&(e=="object"||e=="function")}function hT(t){return!!t&&typeof t=="object"}function mT(t){return typeof t=="symbol"||hT(t)&&cT.call(t)==Q3}function Iw(t){if(typeof t=="number")return t;if(mT(t))return Tw;if(sc(t)){var e=typeof t.valueOf=="function"?t.valueOf():t;t=sc(e)?e+"":e}if(typeof t!="string")return t===0?t:+t;t=t.replace(eT,"");var r=rT.test(t);return r||nT.test(t)?oT(t.slice(2),r?2:8):tT.test(t)?Tw:+t}Bw.exports=pT});var Kw=S(fc=>{"use strict";Object.defineProperty(fc,"__esModule",{value:!0});fc.default=void 0;var gT=Hw(require("http")),DT=Hw(require("https")),Uw=require("stream"),yT=require("url"),Mw=bT(Lw());function bT(t){return t&&t.__esModule?t:{default:t}}function qw(t){if(typeof WeakMap!="function")return null;var e=new WeakMap,r=new WeakMap;return(qw=function(n){return n?r:e})(t)}function Hw(t,e){if(!e&&t&&t.__esModule)return t;if(t===null||typeof t!="object"&&typeof t!="function")return{default:t};var r=qw(e);if(r&&r.has(t))return r.get(t);var n={__proto__:null},o=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var i in t)if(i!=="default"&&{}.hasOwnProperty.call(t,i)){var a=o?Object.getOwnPropertyDescriptor(t,i):null;a&&(a.get||a.set)?Object.defineProperty(n,i,a):n[i]=t[i]}return n.default=t,r&&r.set(t,n),n}function wT(t,e,r){return e=uc(e),vT(t,Vw()?Reflect.construct(e,r||[],uc(t).constructor):e.apply(t,r))}function vT(t,e){if(e&&(di(e)==="object"||typeof e=="function"))return e;if(e!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return CT(t)}function CT(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function Vw(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(Vw=function(){return!!t})()}function uc(t){return uc=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},uc(t)}function ET(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&hh(t,e)}function hh(t,e){return hh=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,o){return n.__proto__=o,n},hh(t,e)}function Nw(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter(function(o){return Object.getOwnPropertyDescriptor(t,o).enumerable})),r.push.apply(r,n)}return r}function Ya(t){for(var e=1;e<arguments.length;e++){var r=arguments[e]!=null?arguments[e]:{};e%2?Nw(Object(r),!0).forEach(function(n){_T(t,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):Nw(Object(r)).forEach(function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(r,n))})}return t}function _T(t,e,r){return e=zw(e),e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}function di(t){"@babel/helpers - typeof";return di=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(e){return typeof e}:function(e){return e&&typeof Symbol=="function"&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},di(t)}function cc(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function jw(t,e){for(var r=0;r<e.length;r++){var n=e[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,zw(n.key),n)}}function lc(t,e,r){return e&&jw(t.prototype,e),r&&jw(t,r),Object.defineProperty(t,"prototype",{writable:!1}),t}function zw(t){var e=ST(t,"string");return di(e)=="symbol"?e:e+""}function ST(t,e){if(di(t)!="object"||!t)return t;var r=t[Symbol.toPrimitive];if(r!==void 0){var n=r.call(t,e||"default");if(di(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(t)}var Yz=fc.default=(function(){function t(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};cc(this,t),this._requestOptions=e}return lc(t,[{key:"createRequest",value:function(r,n){return new xT(r,n,this._requestOptions)}},{key:"getName",value:function(){return"NodeHttpStack"}}])})(),xT=(function(){function t(e,r,n){cc(this,t),this._method=e,this._url=r,this._headers={},this._request=null,this._progressHandler=function(){},this._requestOptions=n||{}}return lc(t,[{key:"getMethod",value:function(){return this._method}},{key:"getURL",value:function(){return this._url}},{key:"setHeader",value:function(r,n){this._headers[r]=n}},{key:"getHeader",value:function(r){return this._headers[r]}},{key:"setProgressHandler",value:function(r){this._progressHandler=r}},{key:"send",value:function(){var r=this,n=arguments.length>0&&arguments[0]!==void 0?arguments[0]:null;return new Promise(function(o,i){var a=Ya(Ya(Ya({},(0,yT.parse)(r._url)),r._requestOptions),{},{method:r._method,headers:Ya(Ya({},r._requestOptions.headers||{}),r._headers)});n!=null&&n.size&&(a.headers["Content-Length"]=n.size);var s=a.protocol==="https:"?DT:gT;r._request=s.request(a);var u=r._request;u.on("response",function(c){var l=[];c.on("data",function(d){l.push(d)}),c.on("end",function(){var d=Buffer.concat(l).toString("utf8");o(new AT(c,d))})}),u.on("error",function(c){i(c)}),n instanceof Uw.Readable?n.pipe(new FT(r._progressHandler)).pipe(u):n instanceof Uint8Array?OT(u,n,r._progressHandler):u.end(n)})}},{key:"abort",value:function(){return this._request!==null&&this._request.abort(),Promise.resolve()}},{key:"getUnderlyingObject",value:function(){return this._request}}])})(),AT=(function(){function t(e,r){cc(this,t),this._response=e,this._body=r}return lc(t,[{key:"getStatus",value:function(){return this._response.statusCode}},{key:"getHeader",value:function(r){return this._response.headers[r.toLowerCase()]}},{key:"getBody",value:function(){return this._body}},{key:"getUnderlyingObject",value:function(){return this._response}}])})(),FT=(function(t){function e(r){var n;return cc(this,e),n=wT(this,e),n._onprogress=(0,Mw.default)(r,100,{leading:!0,trailing:!1}),n._position=0,n}return ET(e,t),lc(e,[{key:"_transform",value:function(n,o,i){this._position+=n.length,this._onprogress(this._position),i(null,n)}}])})(Uw.Transform),OT=function(e,r,n){n=(0,Mw.default)(n,100,{leading:!0,trailing:!1});var o=0;function i(){var a=Math.min(e.writableHighWaterMark,r.length-o),s=r.subarray(o,o+a);o+=s.length;var u=e.write(s);u?o<r.length?i():e.end():(e.once("drain",i),n(o))}i()}});var Gw=S(mh=>{"use strict";mh.expectReceive=function(t,e,r){var n;r.root(t,e,r),n=this.message,t.hasOwnProperty("expected")&&(n+=" Expected "+t.expected+"."),t.hasOwnProperty("received")&&(n+=" Received: "+t.received+"."),this.message=n};mh.root=function(t,e,r){var n=this,o,i={stackLength:Error.stackTraceLimit,rootOnly:!0},a="",s=Error.stackTraceLimit,u;function c(){u[0]=n.toString(),n.stack=u.join(`
37
+ `,e=e.substr(a)}try{i=JSON.parse(e)}catch{return Pr.red("Error:")+" Not valid JSON!"}return o+=Ma.render(i,r,n),o}});var Xp=S(Ju=>{"use strict";Object.defineProperty(Ju,"__esModule",{value:!0});Ju.default=void 0;function ui(t){"@babel/helpers - typeof";return ui=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(e){return typeof e}:function(e){return e&&typeof Symbol=="function"&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},ui(t)}function Nb(t,e){for(var r=0;r<e.length;r++){var n=e[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,L$(n.key),n)}}function B$(t,e,r){return e&&Nb(t.prototype,e),r&&Nb(t,r),Object.defineProperty(t,"prototype",{writable:!1}),t}function L$(t){var e=N$(t,"string");return ui(e)=="symbol"?e:e+""}function N$(t,e){if(ui(t)!="object"||!t)return t;var r=t[Symbol.toPrimitive];if(r!==void 0){var n=r.call(t,e||"default");if(ui(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(t)}function j$(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function U$(t,e,r){return e=Ha(e),M$(t,Jp()?Reflect.construct(e,r||[],Ha(t).constructor):e.apply(t,r))}function M$(t,e){if(e&&(ui(e)==="object"||typeof e=="function"))return e;if(e!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return q$(t)}function q$(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function H$(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&qa(t,e)}function Yp(t){var e=typeof Map=="function"?new Map:void 0;return Yp=function(n){if(n===null||!z$(n))return n;if(typeof n!="function")throw new TypeError("Super expression must either be null or a function");if(typeof e<"u"){if(e.has(n))return e.get(n);e.set(n,o)}function o(){return V$(n,arguments,Ha(this).constructor)}return o.prototype=Object.create(n.prototype,{constructor:{value:o,enumerable:!1,writable:!0,configurable:!0}}),qa(o,n)},Yp(t)}function V$(t,e,r){if(Jp())return Reflect.construct.apply(null,arguments);var n=[null];n.push.apply(n,e);var o=new(t.bind.apply(t,n));return r&&qa(o,r.prototype),o}function Jp(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(Jp=function(){return!!t})()}function z$(t){try{return Function.toString.call(t).indexOf("[native code]")!==-1}catch{return typeof t=="function"}}function qa(t,e){return qa=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,o){return n.__proto__=o,n},qa(t,e)}function Ha(t){return Ha=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},Ha(t)}var K$=(function(t){function e(r){var n,o=arguments.length>1&&arguments[1]!==void 0?arguments[1]:null,i=arguments.length>2&&arguments[2]!==void 0?arguments[2]:null,a=arguments.length>3&&arguments[3]!==void 0?arguments[3]:null;if(j$(this,e),n=U$(this,e,[r]),n.originalRequest=i,n.originalResponse=a,n.causingError=o,o!=null&&(r+=", caused by ".concat(o.toString())),i!=null){var s=i.getHeader("X-Request-ID")||"n/a",u=i.getMethod(),c=i.getURL(),l=a?a.getStatus():"n/a",d=a?a.getBody()||"":"n/a";r+=", originated from request (method: ".concat(u,", url: ").concat(c,", response code: ").concat(l,", response text: ").concat(d,", request id: ").concat(s,")")}return n.message=r,n}return H$(e,t),B$(e)})(Yp(Error)),Fz=Ju.default=K$});var Zp=S(Xu=>{"use strict";Object.defineProperty(Xu,"__esModule",{value:!0});Xu.enableDebugLog=G$;Xu.log=W$;var jb=!1;function G$(){jb=!0}function W$(t){jb&&console.log(t)}});var Mb=S(Zu=>{"use strict";Object.defineProperty(Zu,"__esModule",{value:!0});Zu.default=void 0;function Va(t){"@babel/helpers - typeof";return Va=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(e){return typeof e}:function(e){return e&&typeof Symbol=="function"&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},Va(t)}function Y$(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Ub(t,e){for(var r=0;r<e.length;r++){var n=e[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,X$(n.key),n)}}function J$(t,e,r){return e&&Ub(t.prototype,e),r&&Ub(t,r),Object.defineProperty(t,"prototype",{writable:!1}),t}function X$(t){var e=Z$(t,"string");return Va(e)=="symbol"?e:e+""}function Z$(t,e){if(Va(t)!="object"||!t)return t;var r=t[Symbol.toPrimitive];if(r!==void 0){var n=r.call(t,e||"default");if(Va(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(t)}var $z=Zu.default=(function(){function t(){Y$(this,t)}return J$(t,[{key:"listAllUploads",value:function(){return Promise.resolve([])}},{key:"findUploadsByFingerprint",value:function(r){return Promise.resolve([])}},{key:"removeUpload",value:function(r){return Promise.resolve()}},{key:"addUpload",value:function(r,n){return Promise.resolve(null)}}])})()});var qb=S((Qp,eh)=>{(function(t,e){typeof Qp=="object"&&typeof eh<"u"?eh.exports=e():typeof define=="function"&&define.amd?define(e):(function(){var r=t.Base64,n=e();n.noConflict=function(){return t.Base64=r,n},t.Meteor&&(Base64=n),t.Base64=n})()})(typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:Qp,function(){"use strict";var t="3.7.8",e=t,r=typeof Buffer=="function",n=typeof TextDecoder=="function"?new TextDecoder:void 0,o=typeof TextEncoder=="function"?new TextEncoder:void 0,i="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",a=Array.prototype.slice.call(i),s=(function(I){var L={};return I.forEach(function(te,V){return L[te]=V}),L})(a),u=/^(?:[A-Za-z\d+\/]{4})*?(?:[A-Za-z\d+\/]{2}(?:==)?|[A-Za-z\d+\/]{3}=?)?$/,c=String.fromCharCode.bind(String),l=typeof Uint8Array.from=="function"?Uint8Array.from.bind(Uint8Array):function(I){return new Uint8Array(Array.prototype.slice.call(I,0))},d=function(I){return I.replace(/=/g,"").replace(/[+\/]/g,function(L){return L=="+"?"-":"_"})},p=function(I){return I.replace(/[^A-Za-z0-9\+\/]/g,"")},h=function(I){for(var L,te,V,se,mr="",G=I.length%3,Ce=0;Ce<I.length;){if((te=I.charCodeAt(Ce++))>255||(V=I.charCodeAt(Ce++))>255||(se=I.charCodeAt(Ce++))>255)throw new TypeError("invalid character found");L=te<<16|V<<8|se,mr+=a[L>>18&63]+a[L>>12&63]+a[L>>6&63]+a[L&63]}return G?mr.slice(0,G-3)+"===".substring(G):mr},m=typeof btoa=="function"?function(I){return btoa(I)}:r?function(I){return Buffer.from(I,"binary").toString("base64")}:h,b=r?function(I){return Buffer.from(I).toString("base64")}:function(I){for(var L=4096,te=[],V=0,se=I.length;V<se;V+=L)te.push(c.apply(null,I.subarray(V,V+L)));return m(te.join(""))},D=function(I,L){return L===void 0&&(L=!1),L?d(b(I)):b(I)},E=function(I){if(I.length<2){var L=I.charCodeAt(0);return L<128?I:L<2048?c(192|L>>>6)+c(128|L&63):c(224|L>>>12&15)+c(128|L>>>6&63)+c(128|L&63)}else{var L=65536+(I.charCodeAt(0)-55296)*1024+(I.charCodeAt(1)-56320);return c(240|L>>>18&7)+c(128|L>>>12&63)+c(128|L>>>6&63)+c(128|L&63)}},C=/[\uD800-\uDBFF][\uDC00-\uDFFFF]|[^\x00-\x7F]/g,g=function(I){return I.replace(C,E)},_=r?function(I){return Buffer.from(I,"utf8").toString("base64")}:o?function(I){return b(o.encode(I))}:function(I){return m(g(I))},x=function(I,L){return L===void 0&&(L=!1),L?d(_(I)):_(I)},$=function(I){return x(I,!0)},P=/[\xC0-\xDF][\x80-\xBF]|[\xE0-\xEF][\x80-\xBF]{2}|[\xF0-\xF7][\x80-\xBF]{3}/g,B=function(I){switch(I.length){case 4:var L=(7&I.charCodeAt(0))<<18|(63&I.charCodeAt(1))<<12|(63&I.charCodeAt(2))<<6|63&I.charCodeAt(3),te=L-65536;return c((te>>>10)+55296)+c((te&1023)+56320);case 3:return c((15&I.charCodeAt(0))<<12|(63&I.charCodeAt(1))<<6|63&I.charCodeAt(2));default:return c((31&I.charCodeAt(0))<<6|63&I.charCodeAt(1))}},T=function(I){return I.replace(P,B)},N=function(I){if(I=I.replace(/\s+/g,""),!u.test(I))throw new TypeError("malformed base64.");I+="==".slice(2-(I.length&3));for(var L,te,V,se=[],mr=0;mr<I.length;)L=s[I.charAt(mr++)]<<18|s[I.charAt(mr++)]<<12|(te=s[I.charAt(mr++)])<<6|(V=s[I.charAt(mr++)]),te===64?se.push(c(L>>16&255)):V===64?se.push(c(L>>16&255,L>>8&255)):se.push(c(L>>16&255,L>>8&255,L&255));return se.join("")},O=typeof atob=="function"?function(I){return atob(p(I))}:r?function(I){return Buffer.from(I,"base64").toString("binary")}:N,j=r?function(I){return l(Buffer.from(I,"base64"))}:function(I){return l(O(I).split("").map(function(L){return L.charCodeAt(0)}))},M=function(I){return j(F(I))},z=r?function(I){return Buffer.from(I,"base64").toString("utf8")}:n?function(I){return n.decode(j(I))}:function(I){return T(O(I))},F=function(I){return p(I.replace(/[-_]/g,function(L){return L=="-"?"+":"/"}))},y=function(I){return z(F(I))},w=function(I){if(typeof I!="string")return!1;var L=I.replace(/\s+/g,"").replace(/={0,2}$/,"");return!/[^\s0-9a-zA-Z\+/]/.test(L)||!/[^\s0-9a-zA-Z\-_]/.test(L)},v=function(I){return{value:I,enumerable:!1,writable:!0,configurable:!0}},A=function(){var I=function(L,te){return Object.defineProperty(String.prototype,L,v(te))};I("fromBase64",function(){return y(this)}),I("toBase64",function(L){return x(this,L)}),I("toBase64URI",function(){return x(this,!0)}),I("toBase64URL",function(){return x(this,!0)}),I("toUint8Array",function(){return M(this)})},R=function(){var I=function(L,te){return Object.defineProperty(Uint8Array.prototype,L,v(te))};I("toBase64",function(L){return D(this,L)}),I("toBase64URI",function(){return D(this,!0)}),I("toBase64URL",function(){return D(this,!0)})},k=function(){A(),R()},q={version:t,VERSION:e,atob:O,atobPolyfill:N,btoa:m,btoaPolyfill:h,fromBase64:y,toBase64:x,encode:x,encodeURI:$,encodeURL:$,utob:g,btou:T,decode:y,isValid:w,fromUint8Array:D,toUint8Array:M,extendString:A,extendUint8Array:R,extendBuiltins:k};return q.Base64={},Object.keys(q).forEach(function(I){return q.Base64[I]=q[I]}),q})});var Vb=S((Iz,Hb)=>{"use strict";Hb.exports=function(e,r){if(r=r.split(":")[0],e=+e,!e)return!1;switch(r){case"http":case"ws":return e!==80;case"https":case"wss":return e!==443;case"ftp":return e!==21;case"gopher":return e!==70;case"file":return!1}return e!==0}});var Gb=S(th=>{"use strict";var Q$=Object.prototype.hasOwnProperty,e3;function zb(t){try{return decodeURIComponent(t.replace(/\+/g," "))}catch{return null}}function Kb(t){try{return encodeURIComponent(t)}catch{return null}}function t3(t){for(var e=/([^=?#&]+)=?([^&]*)/g,r={},n;n=e.exec(t);){var o=zb(n[1]),i=zb(n[2]);o===null||i===null||o in r||(r[o]=i)}return r}function r3(t,e){e=e||"";var r=[],n,o;typeof e!="string"&&(e="?");for(o in t)if(Q$.call(t,o)){if(n=t[o],!n&&(n===null||n===e3||isNaN(n))&&(n=""),o=Kb(o),n=Kb(n),o===null||n===null)continue;r.push(o+"="+n)}return r.length?e+r.join("&"):""}th.stringify=r3;th.parse=t3});var tw=S((Bz,ew)=>{"use strict";var Yb=Vb(),Qu=Gb(),n3=/^[\x00-\x20\u00a0\u1680\u2000-\u200a\u2028\u2029\u202f\u205f\u3000\ufeff]+/,Jb=/[\n\r\t]/g,o3=/^[A-Za-z][A-Za-z0-9+-.]*:\/\//,Xb=/:\d+$/,i3=/^([a-z][a-z0-9.+-]*:)?(\/\/)?([\\/]+)?([\S\s]*)/i,a3=/^[a-zA-Z]:/;function nh(t){return(t||"").toString().replace(n3,"")}var rh=[["#","hash"],["?","query"],function(e,r){return $r(r.protocol)?e.replace(/\\/g,"/"):e},["/","pathname"],["@","auth",1],[NaN,"host",void 0,1,1],[/:(\d*)$/,"port",void 0,1],[NaN,"hostname",void 0,1,1]],Wb={hash:1,query:1};function Zb(t){var e;typeof window<"u"?e=window:typeof global<"u"?e=global:typeof self<"u"?e=self:e={};var r=e.location||{};t=t||r;var n={},o=typeof t,i;if(t.protocol==="blob:")n=new Tr(unescape(t.pathname),{});else if(o==="string"){n=new Tr(t,{});for(i in Wb)delete n[i]}else if(o==="object"){for(i in t)i in Wb||(n[i]=t[i]);n.slashes===void 0&&(n.slashes=o3.test(t.href))}return n}function $r(t){return t==="file:"||t==="ftp:"||t==="http:"||t==="https:"||t==="ws:"||t==="wss:"}function Qb(t,e){t=nh(t),t=t.replace(Jb,""),e=e||{};var r=i3.exec(t),n=r[1]?r[1].toLowerCase():"",o=!!r[2],i=!!r[3],a=0,s;return o?i?(s=r[2]+r[3]+r[4],a=r[2].length+r[3].length):(s=r[2]+r[4],a=r[2].length):i?(s=r[3]+r[4],a=r[3].length):s=r[4],n==="file:"?a>=2&&(s=s.slice(2)):$r(n)?s=r[4]:n?o&&(s=s.slice(2)):a>=2&&$r(e.protocol)&&(s=r[4]),{protocol:n,slashes:o||$r(n),slashesCount:a,rest:s}}function s3(t,e){if(t==="")return e;for(var r=(e||"/").split("/").slice(0,-1).concat(t.split("/")),n=r.length,o=r[n-1],i=!1,a=0;n--;)r[n]==="."?r.splice(n,1):r[n]===".."?(r.splice(n,1),a++):a&&(n===0&&(i=!0),r.splice(n,1),a--);return i&&r.unshift(""),(o==="."||o==="..")&&r.push(""),r.join("/")}function Tr(t,e,r){if(t=nh(t),t=t.replace(Jb,""),!(this instanceof Tr))return new Tr(t,e,r);var n,o,i,a,s,u,c=rh.slice(),l=typeof e,d=this,p=0;for(l!=="object"&&l!=="string"&&(r=e,e=null),r&&typeof r!="function"&&(r=Qu.parse),e=Zb(e),o=Qb(t||"",e),n=!o.protocol&&!o.slashes,d.slashes=o.slashes||n&&e.slashes,d.protocol=o.protocol||e.protocol||"",t=o.rest,(o.protocol==="file:"&&(o.slashesCount!==2||a3.test(t))||!o.slashes&&(o.protocol||o.slashesCount<2||!$r(d.protocol)))&&(c[3]=[/(.*)/,"pathname"]);p<c.length;p++){if(a=c[p],typeof a=="function"){t=a(t,d);continue}i=a[0],u=a[1],i!==i?d[u]=t:typeof i=="string"?(s=i==="@"?t.lastIndexOf(i):t.indexOf(i),~s&&(typeof a[2]=="number"?(d[u]=t.slice(0,s),t=t.slice(s+a[2])):(d[u]=t.slice(s),t=t.slice(0,s)))):(s=i.exec(t))&&(d[u]=s[1],t=t.slice(0,s.index)),d[u]=d[u]||n&&a[3]&&e[u]||"",a[4]&&(d[u]=d[u].toLowerCase())}r&&(d.query=r(d.query)),n&&e.slashes&&d.pathname.charAt(0)!=="/"&&(d.pathname!==""||e.pathname!=="")&&(d.pathname=s3(d.pathname,e.pathname)),d.pathname.charAt(0)!=="/"&&$r(d.protocol)&&(d.pathname="/"+d.pathname),Yb(d.port,d.protocol)||(d.host=d.hostname,d.port=""),d.username=d.password="",d.auth&&(s=d.auth.indexOf(":"),~s?(d.username=d.auth.slice(0,s),d.username=encodeURIComponent(decodeURIComponent(d.username)),d.password=d.auth.slice(s+1),d.password=encodeURIComponent(decodeURIComponent(d.password))):d.username=encodeURIComponent(decodeURIComponent(d.auth)),d.auth=d.password?d.username+":"+d.password:d.username),d.origin=d.protocol!=="file:"&&$r(d.protocol)&&d.host?d.protocol+"//"+d.host:"null",d.href=d.toString()}function u3(t,e,r){var n=this;switch(t){case"query":typeof e=="string"&&e.length&&(e=(r||Qu.parse)(e)),n[t]=e;break;case"port":n[t]=e,Yb(e,n.protocol)?e&&(n.host=n.hostname+":"+e):(n.host=n.hostname,n[t]="");break;case"hostname":n[t]=e,n.port&&(e+=":"+n.port),n.host=e;break;case"host":n[t]=e,Xb.test(e)?(e=e.split(":"),n.port=e.pop(),n.hostname=e.join(":")):(n.hostname=e,n.port="");break;case"protocol":n.protocol=e.toLowerCase(),n.slashes=!r;break;case"pathname":case"hash":if(e){var o=t==="pathname"?"/":"#";n[t]=e.charAt(0)!==o?o+e:e}else n[t]=e;break;case"username":case"password":n[t]=encodeURIComponent(e);break;case"auth":var i=e.indexOf(":");~i?(n.username=e.slice(0,i),n.username=encodeURIComponent(decodeURIComponent(n.username)),n.password=e.slice(i+1),n.password=encodeURIComponent(decodeURIComponent(n.password))):n.username=encodeURIComponent(decodeURIComponent(e))}for(var a=0;a<rh.length;a++){var s=rh[a];s[4]&&(n[s[1]]=n[s[1]].toLowerCase())}return n.auth=n.password?n.username+":"+n.password:n.username,n.origin=n.protocol!=="file:"&&$r(n.protocol)&&n.host?n.protocol+"//"+n.host:"null",n.href=n.toString(),n}function c3(t){(!t||typeof t!="function")&&(t=Qu.stringify);var e,r=this,n=r.host,o=r.protocol;o&&o.charAt(o.length-1)!==":"&&(o+=":");var i=o+(r.protocol&&r.slashes||$r(r.protocol)?"//":"");return r.username?(i+=r.username,r.password&&(i+=":"+r.password),i+="@"):r.password?(i+=":"+r.password,i+="@"):r.protocol!=="file:"&&$r(r.protocol)&&!n&&r.pathname!=="/"&&(i+="@"),(n[n.length-1]===":"||Xb.test(r.hostname)&&!r.port)&&(n+=":"),i+=n+r.pathname,e=typeof r.query=="object"?t(r.query):r.query,e&&(i+=e.charAt(0)!=="?"?"?"+e:e),r.hash&&(i+=r.hash),i}Tr.prototype={set:u3,toString:c3};Tr.extractProtocol=Qb;Tr.location=Zb;Tr.trimLeft=nh;Tr.qs=Qu;ew.exports=Tr});var rw=S(oh=>{"use strict";Object.defineProperty(oh,"__esModule",{value:!0});oh.default=l3;function l3(){return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,function(t){var e=Math.random()*16|0,r=t==="x"?e:e&3|8;return r.toString(16)})}});var Dw=S(nc=>{"use strict";Object.defineProperty(nc,"__esModule",{value:!0});nc.default=void 0;var f3=qb(),d3=sh(tw()),ec=sh(Xp()),Xn=Zp(),p3=sh(rw());function sh(t){return t&&t.__esModule?t:{default:t}}function ih(){"use strict";ih=function(){return e};var t,e={},r=Object.prototype,n=r.hasOwnProperty,o=Object.defineProperty||function(y,w,v){y[w]=v.value},i=typeof Symbol=="function"?Symbol:{},a=i.iterator||"@@iterator",s=i.asyncIterator||"@@asyncIterator",u=i.toStringTag||"@@toStringTag";function c(y,w,v){return Object.defineProperty(y,w,{value:v,enumerable:!0,configurable:!0,writable:!0}),y[w]}try{c({},"")}catch{c=function(v,A,R){return v[A]=R}}function l(y,w,v,A){var R=w&&w.prototype instanceof E?w:E,k=Object.create(R.prototype),q=new z(A||[]);return o(k,"_invoke",{value:N(y,v,q)}),k}function d(y,w,v){try{return{type:"normal",arg:y.call(w,v)}}catch(A){return{type:"throw",arg:A}}}e.wrap=l;var p="suspendedStart",h="suspendedYield",m="executing",b="completed",D={};function E(){}function C(){}function g(){}var _={};c(_,a,function(){return this});var x=Object.getPrototypeOf,$=x&&x(x(F([])));$&&$!==r&&n.call($,a)&&(_=$);var P=g.prototype=E.prototype=Object.create(_);function B(y){["next","throw","return"].forEach(function(w){c(y,w,function(v){return this._invoke(w,v)})})}function T(y,w){function v(R,k,q,I){var L=d(y[R],y,k);if(L.type!=="throw"){var te=L.arg,V=te.value;return V&&Zn(V)=="object"&&n.call(V,"__await")?w.resolve(V.__await).then(function(se){v("next",se,q,I)},function(se){v("throw",se,q,I)}):w.resolve(V).then(function(se){te.value=se,q(te)},function(se){return v("throw",se,q,I)})}I(L.arg)}var A;o(this,"_invoke",{value:function(k,q){function I(){return new w(function(L,te){v(k,q,L,te)})}return A=A?A.then(I,I):I()}})}function N(y,w,v){var A=p;return function(R,k){if(A===m)throw Error("Generator is already running");if(A===b){if(R==="throw")throw k;return{value:t,done:!0}}for(v.method=R,v.arg=k;;){var q=v.delegate;if(q){var I=O(q,v);if(I){if(I===D)continue;return I}}if(v.method==="next")v.sent=v._sent=v.arg;else if(v.method==="throw"){if(A===p)throw A=b,v.arg;v.dispatchException(v.arg)}else v.method==="return"&&v.abrupt("return",v.arg);A=m;var L=d(y,w,v);if(L.type==="normal"){if(A=v.done?b:h,L.arg===D)continue;return{value:L.arg,done:v.done}}L.type==="throw"&&(A=b,v.method="throw",v.arg=L.arg)}}}function O(y,w){var v=w.method,A=y.iterator[v];if(A===t)return w.delegate=null,v==="throw"&&y.iterator.return&&(w.method="return",w.arg=t,O(y,w),w.method==="throw")||v!=="return"&&(w.method="throw",w.arg=new TypeError("The iterator does not provide a '"+v+"' method")),D;var R=d(A,y.iterator,w.arg);if(R.type==="throw")return w.method="throw",w.arg=R.arg,w.delegate=null,D;var k=R.arg;return k?k.done?(w[y.resultName]=k.value,w.next=y.nextLoc,w.method!=="return"&&(w.method="next",w.arg=t),w.delegate=null,D):k:(w.method="throw",w.arg=new TypeError("iterator result is not an object"),w.delegate=null,D)}function j(y){var w={tryLoc:y[0]};1 in y&&(w.catchLoc=y[1]),2 in y&&(w.finallyLoc=y[2],w.afterLoc=y[3]),this.tryEntries.push(w)}function M(y){var w=y.completion||{};w.type="normal",delete w.arg,y.completion=w}function z(y){this.tryEntries=[{tryLoc:"root"}],y.forEach(j,this),this.reset(!0)}function F(y){if(y||y===""){var w=y[a];if(w)return w.call(y);if(typeof y.next=="function")return y;if(!isNaN(y.length)){var v=-1,A=function R(){for(;++v<y.length;)if(n.call(y,v))return R.value=y[v],R.done=!1,R;return R.value=t,R.done=!0,R};return A.next=A}}throw new TypeError(Zn(y)+" is not iterable")}return C.prototype=g,o(P,"constructor",{value:g,configurable:!0}),o(g,"constructor",{value:C,configurable:!0}),C.displayName=c(g,u,"GeneratorFunction"),e.isGeneratorFunction=function(y){var w=typeof y=="function"&&y.constructor;return!!w&&(w===C||(w.displayName||w.name)==="GeneratorFunction")},e.mark=function(y){return Object.setPrototypeOf?Object.setPrototypeOf(y,g):(y.__proto__=g,c(y,u,"GeneratorFunction")),y.prototype=Object.create(P),y},e.awrap=function(y){return{__await:y}},B(T.prototype),c(T.prototype,s,function(){return this}),e.AsyncIterator=T,e.async=function(y,w,v,A,R){R===void 0&&(R=Promise);var k=new T(l(y,w,v,A),R);return e.isGeneratorFunction(w)?k:k.next().then(function(q){return q.done?q.value:k.next()})},B(P),c(P,u,"Generator"),c(P,a,function(){return this}),c(P,"toString",function(){return"[object Generator]"}),e.keys=function(y){var w=Object(y),v=[];for(var A in w)v.push(A);return v.reverse(),function R(){for(;v.length;){var k=v.pop();if(k in w)return R.value=k,R.done=!1,R}return R.done=!0,R}},e.values=F,z.prototype={constructor:z,reset:function(w){if(this.prev=0,this.next=0,this.sent=this._sent=t,this.done=!1,this.delegate=null,this.method="next",this.arg=t,this.tryEntries.forEach(M),!w)for(var v in this)v.charAt(0)==="t"&&n.call(this,v)&&!isNaN(+v.slice(1))&&(this[v]=t)},stop:function(){this.done=!0;var w=this.tryEntries[0].completion;if(w.type==="throw")throw w.arg;return this.rval},dispatchException:function(w){if(this.done)throw w;var v=this;function A(te,V){return q.type="throw",q.arg=w,v.next=te,V&&(v.method="next",v.arg=t),!!V}for(var R=this.tryEntries.length-1;R>=0;--R){var k=this.tryEntries[R],q=k.completion;if(k.tryLoc==="root")return A("end");if(k.tryLoc<=this.prev){var I=n.call(k,"catchLoc"),L=n.call(k,"finallyLoc");if(I&&L){if(this.prev<k.catchLoc)return A(k.catchLoc,!0);if(this.prev<k.finallyLoc)return A(k.finallyLoc)}else if(I){if(this.prev<k.catchLoc)return A(k.catchLoc,!0)}else{if(!L)throw Error("try statement without catch or finally");if(this.prev<k.finallyLoc)return A(k.finallyLoc)}}}},abrupt:function(w,v){for(var A=this.tryEntries.length-1;A>=0;--A){var R=this.tryEntries[A];if(R.tryLoc<=this.prev&&n.call(R,"finallyLoc")&&this.prev<R.finallyLoc){var k=R;break}}k&&(w==="break"||w==="continue")&&k.tryLoc<=v&&v<=k.finallyLoc&&(k=null);var q=k?k.completion:{};return q.type=w,q.arg=v,k?(this.method="next",this.next=k.finallyLoc,D):this.complete(q)},complete:function(w,v){if(w.type==="throw")throw w.arg;return w.type==="break"||w.type==="continue"?this.next=w.arg:w.type==="return"?(this.rval=this.arg=w.arg,this.method="return",this.next="end"):w.type==="normal"&&v&&(this.next=v),D},finish:function(w){for(var v=this.tryEntries.length-1;v>=0;--v){var A=this.tryEntries[v];if(A.finallyLoc===w)return this.complete(A.completion,A.afterLoc),M(A),D}},catch:function(w){for(var v=this.tryEntries.length-1;v>=0;--v){var A=this.tryEntries[v];if(A.tryLoc===w){var R=A.completion;if(R.type==="throw"){var k=R.arg;M(A)}return k}}throw Error("illegal catch attempt")},delegateYield:function(w,v,A){return this.delegate={iterator:F(w),resultName:v,nextLoc:A},this.method==="next"&&(this.arg=t),D}},e}function nw(t,e,r,n,o,i,a){try{var s=t[i](a),u=s.value}catch(c){r(c);return}s.done?e(u):Promise.resolve(u).then(n,o)}function h3(t){return function(){var e=this,r=arguments;return new Promise(function(n,o){var i=t.apply(e,r);function a(u){nw(i,n,o,a,s,"next",u)}function s(u){nw(i,n,o,a,s,"throw",u)}a(void 0)})}}function dw(t,e){return D3(t)||g3(t,e)||pw(t,e)||m3()}function m3(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
38
+ In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function g3(t,e){var r=t==null?null:typeof Symbol<"u"&&t[Symbol.iterator]||t["@@iterator"];if(r!=null){var n,o,i,a,s=[],u=!0,c=!1;try{if(i=(r=r.call(t)).next,e===0){if(Object(r)!==r)return;u=!1}else for(;!(u=(n=i.call(r)).done)&&(s.push(n.value),s.length!==e);u=!0);}catch(l){c=!0,o=l}finally{try{if(!u&&r.return!=null&&(a=r.return(),Object(a)!==a))return}finally{if(c)throw o}}return s}}function D3(t){if(Array.isArray(t))return t}function Zn(t){"@babel/helpers - typeof";return Zn=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(e){return typeof e}:function(e){return e&&typeof Symbol=="function"&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},Zn(t)}function y3(t,e){var r=typeof Symbol<"u"&&t[Symbol.iterator]||t["@@iterator"];if(!r){if(Array.isArray(t)||(r=pw(t))||e&&t&&typeof t.length=="number"){r&&(t=r);var n=0,o=function(){};return{s:o,n:function(){return n>=t.length?{done:!0}:{done:!1,value:t[n++]}},e:function(c){throw c},f:o}}throw new TypeError(`Invalid attempt to iterate non-iterable instance.
39
+ In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}var i=!0,a=!1,s;return{s:function(){r=r.call(t)},n:function(){var c=r.next();return i=c.done,c},e:function(c){a=!0,s=c},f:function(){try{!i&&r.return!=null&&r.return()}finally{if(a)throw s}}}}function pw(t,e){if(t){if(typeof t=="string")return ow(t,e);var r=Object.prototype.toString.call(t).slice(8,-1);if(r==="Object"&&t.constructor&&(r=t.constructor.name),r==="Map"||r==="Set")return Array.from(t);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return ow(t,e)}}function ow(t,e){(e==null||e>t.length)&&(e=t.length);for(var r=0,n=new Array(e);r<e;r++)n[r]=t[r];return n}function iw(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter(function(o){return Object.getOwnPropertyDescriptor(t,o).enumerable})),r.push.apply(r,n)}return r}function ci(t){for(var e=1;e<arguments.length;e++){var r=arguments[e]!=null?arguments[e]:{};e%2?iw(Object(r),!0).forEach(function(n){b3(t,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):iw(Object(r)).forEach(function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(r,n))})}return t}function b3(t,e,r){return e=hw(e),e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}function w3(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function aw(t,e){for(var r=0;r<e.length;r++){var n=e[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,hw(n.key),n)}}function v3(t,e,r){return e&&aw(t.prototype,e),r&&aw(t,r),Object.defineProperty(t,"prototype",{writable:!1}),t}function hw(t){var e=E3(t,"string");return Zn(e)=="symbol"?e:e+""}function E3(t,e){if(Zn(t)!="object"||!t)return t;var r=t[Symbol.toPrimitive];if(r!==void 0){var n=r.call(t,e||"default");if(Zn(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(t)}var tc="tus-v1",rc="ietf-draft-03",za="ietf-draft-05",C3={endpoint:null,uploadUrl:null,metadata:{},metadataForPartialUploads:{},fingerprint:null,uploadSize:null,onProgress:null,onChunkComplete:null,onSuccess:null,onError:null,onUploadUrlAvailable:null,overridePatchMethod:!1,headers:{},addRequestId:!1,onBeforeRequest:null,onAfterResponse:null,onShouldRetry:gw,chunkSize:Number.POSITIVE_INFINITY,retryDelays:[0,1e3,3e3,5e3],parallelUploads:1,parallelUploadBoundaries:null,storeFingerprintForResuming:!0,removeFingerprintOnSuccess:!1,uploadLengthDeferred:!1,uploadDataDuringCreation:!1,urlStorage:null,fileReader:null,httpStack:null,protocol:tc},mw=(function(){function t(e,r){w3(this,t),"resume"in r&&console.log("tus: The `resume` option has been removed in tus-js-client v2. Please use the URL storage API instead."),this.options=r,this.options.chunkSize=Number(this.options.chunkSize),this._urlStorage=this.options.urlStorage,this.file=e,this.url=null,this._req=null,this._fingerprint=null,this._urlStorageKey=null,this._offset=null,this._aborted=!1,this._size=null,this._source=null,this._retryAttempt=0,this._retryTimeout=null,this._offsetBeforeRetry=0,this._parallelUploads=null,this._parallelUploadUrls=null}return v3(t,[{key:"findPreviousUploads",value:function(){var r=this;return this.options.fingerprint(this.file,this.options).then(function(n){return r._urlStorage.findUploadsByFingerprint(n)})}},{key:"resumeFromPreviousUpload",value:function(r){this.url=r.uploadUrl||null,this._parallelUploadUrls=r.parallelUploadUrls||null,this._urlStorageKey=r.urlStorageKey}},{key:"start",value:function(){var r=this,n=this.file;if(!n){this._emitError(new Error("tus: no file or stream to upload provided"));return}if(![tc,rc,za].includes(this.options.protocol)){this._emitError(new Error("tus: unsupported protocol ".concat(this.options.protocol)));return}if(!this.options.endpoint&&!this.options.uploadUrl&&!this.url){this._emitError(new Error("tus: neither an endpoint or an upload URL is provided"));return}var o=this.options.retryDelays;if(o!=null&&Object.prototype.toString.call(o)!=="[object Array]"){this._emitError(new Error("tus: the `retryDelays` option must either be an array or null"));return}if(this.options.parallelUploads>1)for(var i=0,a=["uploadUrl","uploadSize","uploadLengthDeferred"];i<a.length;i++){var s=a[i];if(this.options[s]){this._emitError(new Error("tus: cannot use the ".concat(s," option when parallelUploads is enabled")));return}}if(this.options.parallelUploadBoundaries){if(this.options.parallelUploads<=1){this._emitError(new Error("tus: cannot use the `parallelUploadBoundaries` option when `parallelUploads` is disabled"));return}if(this.options.parallelUploads!==this.options.parallelUploadBoundaries.length){this._emitError(new Error("tus: the `parallelUploadBoundaries` must have the same length as the value of `parallelUploads`"));return}}this.options.fingerprint(n,this.options).then(function(u){return u==null?(0,Xn.log)("No fingerprint was calculated meaning that the upload cannot be stored in the URL storage."):(0,Xn.log)("Calculated fingerprint: ".concat(u)),r._fingerprint=u,r._source?r._source:r.options.fileReader.openFile(n,r.options.chunkSize)}).then(function(u){if(r._source=u,r.options.uploadLengthDeferred)r._size=null;else if(r.options.uploadSize!=null){if(r._size=Number(r.options.uploadSize),Number.isNaN(r._size)){r._emitError(new Error("tus: cannot convert `uploadSize` option into a number"));return}}else if(r._size=r._source.size,r._size==null){r._emitError(new Error("tus: cannot automatically derive upload's size from input. Specify it manually using the `uploadSize` option or use the `uploadLengthDeferred` option"));return}r.options.parallelUploads>1||r._parallelUploadUrls!=null?r._startParallelUpload():r._startSingleUpload()}).catch(function(u){r._emitError(u)})}},{key:"_startParallelUpload",value:function(){var r,n=this,o=this._size,i=0;this._parallelUploads=[];var a=this._parallelUploadUrls!=null?this._parallelUploadUrls.length:this.options.parallelUploads,s=(r=this.options.parallelUploadBoundaries)!==null&&r!==void 0?r:S3(this._source.size,a);this._parallelUploadUrls&&s.forEach(function(l,d){l.uploadUrl=n._parallelUploadUrls[d]||null}),this._parallelUploadUrls=new Array(s.length);var u=s.map(function(l,d){var p=0;return n._source.slice(l.start,l.end).then(function(h){var m=h.value;return new Promise(function(b,D){var E=ci(ci({},n.options),{},{uploadUrl:l.uploadUrl||null,storeFingerprintForResuming:!1,removeFingerprintOnSuccess:!1,parallelUploads:1,parallelUploadBoundaries:null,metadata:n.options.metadataForPartialUploads,headers:ci(ci({},n.options.headers),{},{"Upload-Concat":"partial"}),onSuccess:b,onError:D,onProgress:function(_){i=i-p+_,p=_,n._emitProgress(i,o)},onUploadUrlAvailable:function(){n._parallelUploadUrls[d]=C.url,n._parallelUploadUrls.filter(function(_){return!!_}).length===s.length&&n._saveUploadInUrlStorage()}}),C=new t(m,E);C.start(),n._parallelUploads.push(C)})})}),c;Promise.all(u).then(function(){c=n._openRequest("POST",n.options.endpoint),c.setHeader("Upload-Concat","final;".concat(n._parallelUploadUrls.join(" ")));var l=sw(n.options.metadata);return l!==""&&c.setHeader("Upload-Metadata",l),n._sendRequest(c,null)}).then(function(l){if(!li(l.getStatus(),200)){n._emitHttpError(c,l,"tus: unexpected response while creating upload");return}var d=l.getHeader("Location");if(d==null){n._emitHttpError(c,l,"tus: invalid or missing Location header");return}n.url=fw(n.options.endpoint,d),(0,Xn.log)("Created upload at ".concat(n.url)),n._emitSuccess(l)}).catch(function(l){n._emitError(l)})}},{key:"_startSingleUpload",value:function(){if(this._aborted=!1,this.url!=null){(0,Xn.log)("Resuming upload from previous URL: ".concat(this.url)),this._resumeUpload();return}if(this.options.uploadUrl!=null){(0,Xn.log)("Resuming upload from provided URL: ".concat(this.options.uploadUrl)),this.url=this.options.uploadUrl,this._resumeUpload();return}(0,Xn.log)("Creating a new upload"),this._createUpload()}},{key:"abort",value:function(r){var n=this;if(this._parallelUploads!=null){var o=y3(this._parallelUploads),i;try{for(o.s();!(i=o.n()).done;){var a=i.value;a.abort(r)}}catch(s){o.e(s)}finally{o.f()}}return this._req!==null&&this._req.abort(),this._aborted=!0,this._retryTimeout!=null&&(clearTimeout(this._retryTimeout),this._retryTimeout=null),!r||this.url==null?Promise.resolve():t.terminate(this.url,this.options).then(function(){return n._removeFromUrlStorage()})}},{key:"_emitHttpError",value:function(r,n,o,i){this._emitError(new ec.default(o,i,r,n))}},{key:"_emitError",value:function(r){var n=this;if(!this._aborted){if(this.options.retryDelays!=null){var o=this._offset!=null&&this._offset>this._offsetBeforeRetry;if(o&&(this._retryAttempt=0),lw(r,this._retryAttempt,this.options)){var i=this.options.retryDelays[this._retryAttempt++];this._offsetBeforeRetry=this._offset,this._retryTimeout=setTimeout(function(){n.start()},i);return}}if(typeof this.options.onError=="function")this.options.onError(r);else throw r}}},{key:"_emitSuccess",value:function(r){this.options.removeFingerprintOnSuccess&&this._removeFromUrlStorage(),typeof this.options.onSuccess=="function"&&this.options.onSuccess({lastResponse:r})}},{key:"_emitProgress",value:function(r,n){typeof this.options.onProgress=="function"&&this.options.onProgress(r,n)}},{key:"_emitChunkComplete",value:function(r,n,o){typeof this.options.onChunkComplete=="function"&&this.options.onChunkComplete(r,n,o)}},{key:"_createUpload",value:function(){var r=this;if(!this.options.endpoint){this._emitError(new Error("tus: unable to create upload because no endpoint is provided"));return}var n=this._openRequest("POST",this.options.endpoint);this.options.uploadLengthDeferred?n.setHeader("Upload-Defer-Length","1"):n.setHeader("Upload-Length","".concat(this._size));var o=sw(this.options.metadata);o!==""&&n.setHeader("Upload-Metadata",o);var i;this.options.uploadDataDuringCreation&&!this.options.uploadLengthDeferred?(this._offset=0,i=this._addChunkToRequest(n)):((this.options.protocol===rc||this.options.protocol===za)&&n.setHeader("Upload-Complete","?0"),i=this._sendRequest(n,null)),i.then(function(a){if(!li(a.getStatus(),200)){r._emitHttpError(n,a,"tus: unexpected response while creating upload");return}var s=a.getHeader("Location");if(s==null){r._emitHttpError(n,a,"tus: invalid or missing Location header");return}if(r.url=fw(r.options.endpoint,s),(0,Xn.log)("Created upload at ".concat(r.url)),typeof r.options.onUploadUrlAvailable=="function"&&r.options.onUploadUrlAvailable(),r._size===0){r._emitSuccess(a),r._source.close();return}r._saveUploadInUrlStorage().then(function(){r.options.uploadDataDuringCreation?r._handleUploadResponse(n,a):(r._offset=0,r._performUpload())})}).catch(function(a){r._emitHttpError(n,null,"tus: failed to create upload",a)})}},{key:"_resumeUpload",value:function(){var r=this,n=this._openRequest("HEAD",this.url),o=this._sendRequest(n,null);o.then(function(i){var a=i.getStatus();if(!li(a,200)){if(a===423){r._emitHttpError(n,i,"tus: upload is currently locked; retry later");return}if(li(a,400)&&r._removeFromUrlStorage(),!r.options.endpoint){r._emitHttpError(n,i,"tus: unable to resume upload (new upload cannot be created without an endpoint)");return}r.url=null,r._createUpload();return}var s=Number.parseInt(i.getHeader("Upload-Offset"),10);if(Number.isNaN(s)){r._emitHttpError(n,i,"tus: invalid or missing offset value");return}var u=Number.parseInt(i.getHeader("Upload-Length"),10);if(Number.isNaN(u)&&!r.options.uploadLengthDeferred&&r.options.protocol===tc){r._emitHttpError(n,i,"tus: invalid or missing length value");return}typeof r.options.onUploadUrlAvailable=="function"&&r.options.onUploadUrlAvailable(),r._saveUploadInUrlStorage().then(function(){if(s===u){r._emitProgress(u,u),r._emitSuccess(i);return}r._offset=s,r._performUpload()})}).catch(function(i){r._emitHttpError(n,null,"tus: failed to resume upload",i)})}},{key:"_performUpload",value:function(){var r=this;if(!this._aborted){var n;this.options.overridePatchMethod?(n=this._openRequest("POST",this.url),n.setHeader("X-HTTP-Method-Override","PATCH")):n=this._openRequest("PATCH",this.url),n.setHeader("Upload-Offset","".concat(this._offset));var o=this._addChunkToRequest(n);o.then(function(i){if(!li(i.getStatus(),200)){r._emitHttpError(n,i,"tus: unexpected response while uploading chunk");return}r._handleUploadResponse(n,i)}).catch(function(i){r._aborted||r._emitHttpError(n,null,"tus: failed to upload chunk at offset ".concat(r._offset),i)})}}},{key:"_addChunkToRequest",value:function(r){var n=this,o=this._offset,i=this._offset+this.options.chunkSize;return r.setProgressHandler(function(a){n._emitProgress(o+a,n._size)}),this.options.protocol===tc?r.setHeader("Content-Type","application/offset+octet-stream"):this.options.protocol===za&&r.setHeader("Content-Type","application/partial-upload"),(i===Number.POSITIVE_INFINITY||i>this._size)&&!this.options.uploadLengthDeferred&&(i=this._size),this._source.slice(o,i).then(function(a){var s=a.value,u=a.done,c=s!=null&&s.size?s.size:0;n.options.uploadLengthDeferred&&u&&(n._size=n._offset+c,r.setHeader("Upload-Length","".concat(n._size)));var l=n._offset+c;return!n.options.uploadLengthDeferred&&u&&l!==n._size?Promise.reject(new Error("upload was configured with a size of ".concat(n._size," bytes, but the source is done after ").concat(l," bytes"))):s===null?n._sendRequest(r):((n.options.protocol===rc||n.options.protocol===za)&&r.setHeader("Upload-Complete",u?"?1":"?0"),n._emitProgress(n._offset,n._size),n._sendRequest(r,s))})}},{key:"_handleUploadResponse",value:function(r,n){var o=Number.parseInt(n.getHeader("Upload-Offset"),10);if(Number.isNaN(o)){this._emitHttpError(r,n,"tus: invalid or missing offset value");return}if(this._emitProgress(o,this._size),this._emitChunkComplete(o-this._offset,o,this._size),this._offset=o,o===this._size){this._emitSuccess(n),this._source.close();return}this._performUpload()}},{key:"_openRequest",value:function(r,n){var o=uw(r,n,this.options);return this._req=o,o}},{key:"_removeFromUrlStorage",value:function(){var r=this;this._urlStorageKey&&(this._urlStorage.removeUpload(this._urlStorageKey).catch(function(n){r._emitError(n)}),this._urlStorageKey=null)}},{key:"_saveUploadInUrlStorage",value:function(){var r=this;if(!this.options.storeFingerprintForResuming||!this._fingerprint||this._urlStorageKey!==null)return Promise.resolve();var n={size:this._size,metadata:this.options.metadata,creationTime:new Date().toString()};return this._parallelUploads?n.parallelUploadUrls=this._parallelUploadUrls:n.uploadUrl=this.url,this._urlStorage.addUpload(this._fingerprint,n).then(function(o){r._urlStorageKey=o})}},{key:"_sendRequest",value:function(r){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:null;return cw(r,n,this.options)}}],[{key:"terminate",value:function(r){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},o=uw("DELETE",r,n);return cw(o,null,n).then(function(i){if(i.getStatus()!==204)throw new ec.default("tus: unexpected response while terminating upload",null,o,i)}).catch(function(i){if(i instanceof ec.default||(i=new ec.default("tus: failed to terminate upload",i,o,null)),!lw(i,0,n))throw i;var a=n.retryDelays[0],s=n.retryDelays.slice(1),u=ci(ci({},n),{},{retryDelays:s});return new Promise(function(c){return setTimeout(c,a)}).then(function(){return t.terminate(r,u)})})}}])})();function sw(t){return Object.entries(t).map(function(e){var r=dw(e,2),n=r[0],o=r[1];return"".concat(n," ").concat(f3.Base64.encode(String(o)))}).join(",")}function li(t,e){return t>=e&&t<e+100}function uw(t,e,r){var n=r.httpStack.createRequest(t,e);r.protocol===rc?n.setHeader("Upload-Draft-Interop-Version","5"):r.protocol===za?n.setHeader("Upload-Draft-Interop-Version","6"):n.setHeader("Tus-Resumable","1.0.0");for(var o=r.headers||{},i=0,a=Object.entries(o);i<a.length;i++){var s=dw(a[i],2),u=s[0],c=s[1];n.setHeader(u,c)}if(r.addRequestId){var l=(0,p3.default)();n.setHeader("X-Request-ID",l)}return n}function cw(t,e,r){return ah.apply(this,arguments)}function ah(){return ah=h3(ih().mark(function t(e,r,n){var o;return ih().wrap(function(a){for(;;)switch(a.prev=a.next){case 0:if(typeof n.onBeforeRequest!="function"){a.next=3;break}return a.next=3,n.onBeforeRequest(e);case 3:return a.next=5,e.send(r);case 5:if(o=a.sent,typeof n.onAfterResponse!="function"){a.next=9;break}return a.next=9,n.onAfterResponse(e,o);case 9:return a.abrupt("return",o);case 10:case"end":return a.stop()}},t)})),ah.apply(this,arguments)}function _3(){var t=!0;return typeof navigator<"u"&&navigator.onLine===!1&&(t=!1),t}function lw(t,e,r){return r.retryDelays==null||e>=r.retryDelays.length||t.originalRequest==null?!1:r&&typeof r.onShouldRetry=="function"?r.onShouldRetry(t,e,r):gw(t)}function gw(t){var e=t.originalResponse?t.originalResponse.getStatus():0;return(!li(e,400)||e===409||e===423)&&_3()}function fw(t,e){return new d3.default(e,t).toString()}function S3(t,e){for(var r=Math.floor(t/e),n=[],o=0;o<e;o++)n.push({start:r*o,end:r*(o+1)});return n[e-1].end=t,n}mw.defaultOptions=C3;var Nz=nc.default=mw});var bw=S((Uz,yw)=>{"use strict";var Ir=t=>t!==null&&typeof t=="object"&&typeof t.pipe=="function";Ir.writable=t=>Ir(t)&&t.writable!==!1&&typeof t._write=="function"&&typeof t._writableState=="object";Ir.readable=t=>Ir(t)&&t.readable!==!1&&typeof t._read=="function"&&typeof t._readableState=="object";Ir.duplex=t=>Ir.writable(t)&&Ir.readable(t);Ir.transform=t=>Ir.duplex(t)&&typeof t._transform=="function";yw.exports=Ir});var vw=S(oc=>{"use strict";Object.defineProperty(oc,"__esModule",{value:!0});oc.default=void 0;function Ka(t){"@babel/helpers - typeof";return Ka=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(e){return typeof e}:function(e){return e&&typeof Symbol=="function"&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},Ka(t)}function x3(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function ww(t,e){for(var r=0;r<e.length;r++){var n=e[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,O3(n.key),n)}}function A3(t,e,r){return e&&ww(t.prototype,e),r&&ww(t,r),Object.defineProperty(t,"prototype",{writable:!1}),t}function O3(t){var e=F3(t,"string");return Ka(e)=="symbol"?e:e+""}function F3(t,e){if(Ka(t)!="object"||!t)return t;var r=t[Symbol.toPrimitive];if(r!==void 0){var n=r.call(t,e||"default");if(Ka(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(t)}var Mz=oc.default=(function(){function t(e){x3(this,t),this._buffer=e,this.size=e.length}return A3(t,[{key:"slice",value:function(r,n){var o=this._buffer.slice(r,n);o.size=o.length;var i=n>=this.size;return Promise.resolve({value:o,done:i})}},{key:"close",value:function(){}}])})()});var Sw=S(lh=>{"use strict";Object.defineProperty(lh,"__esModule",{value:!0});lh.default=R3;var _w=require("fs");function Qn(t){"@babel/helpers - typeof";return Qn=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(e){return typeof e}:function(e){return e&&typeof Symbol=="function"&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},Qn(t)}function uh(){"use strict";uh=function(){return e};var t,e={},r=Object.prototype,n=r.hasOwnProperty,o=Object.defineProperty||function(y,w,v){y[w]=v.value},i=typeof Symbol=="function"?Symbol:{},a=i.iterator||"@@iterator",s=i.asyncIterator||"@@asyncIterator",u=i.toStringTag||"@@toStringTag";function c(y,w,v){return Object.defineProperty(y,w,{value:v,enumerable:!0,configurable:!0,writable:!0}),y[w]}try{c({},"")}catch{c=function(v,A,R){return v[A]=R}}function l(y,w,v,A){var R=w&&w.prototype instanceof E?w:E,k=Object.create(R.prototype),q=new z(A||[]);return o(k,"_invoke",{value:N(y,v,q)}),k}function d(y,w,v){try{return{type:"normal",arg:y.call(w,v)}}catch(A){return{type:"throw",arg:A}}}e.wrap=l;var p="suspendedStart",h="suspendedYield",m="executing",b="completed",D={};function E(){}function C(){}function g(){}var _={};c(_,a,function(){return this});var x=Object.getPrototypeOf,$=x&&x(x(F([])));$&&$!==r&&n.call($,a)&&(_=$);var P=g.prototype=E.prototype=Object.create(_);function B(y){["next","throw","return"].forEach(function(w){c(y,w,function(v){return this._invoke(w,v)})})}function T(y,w){function v(R,k,q,I){var L=d(y[R],y,k);if(L.type!=="throw"){var te=L.arg,V=te.value;return V&&Qn(V)=="object"&&n.call(V,"__await")?w.resolve(V.__await).then(function(se){v("next",se,q,I)},function(se){v("throw",se,q,I)}):w.resolve(V).then(function(se){te.value=se,q(te)},function(se){return v("throw",se,q,I)})}I(L.arg)}var A;o(this,"_invoke",{value:function(k,q){function I(){return new w(function(L,te){v(k,q,L,te)})}return A=A?A.then(I,I):I()}})}function N(y,w,v){var A=p;return function(R,k){if(A===m)throw Error("Generator is already running");if(A===b){if(R==="throw")throw k;return{value:t,done:!0}}for(v.method=R,v.arg=k;;){var q=v.delegate;if(q){var I=O(q,v);if(I){if(I===D)continue;return I}}if(v.method==="next")v.sent=v._sent=v.arg;else if(v.method==="throw"){if(A===p)throw A=b,v.arg;v.dispatchException(v.arg)}else v.method==="return"&&v.abrupt("return",v.arg);A=m;var L=d(y,w,v);if(L.type==="normal"){if(A=v.done?b:h,L.arg===D)continue;return{value:L.arg,done:v.done}}L.type==="throw"&&(A=b,v.method="throw",v.arg=L.arg)}}}function O(y,w){var v=w.method,A=y.iterator[v];if(A===t)return w.delegate=null,v==="throw"&&y.iterator.return&&(w.method="return",w.arg=t,O(y,w),w.method==="throw")||v!=="return"&&(w.method="throw",w.arg=new TypeError("The iterator does not provide a '"+v+"' method")),D;var R=d(A,y.iterator,w.arg);if(R.type==="throw")return w.method="throw",w.arg=R.arg,w.delegate=null,D;var k=R.arg;return k?k.done?(w[y.resultName]=k.value,w.next=y.nextLoc,w.method!=="return"&&(w.method="next",w.arg=t),w.delegate=null,D):k:(w.method="throw",w.arg=new TypeError("iterator result is not an object"),w.delegate=null,D)}function j(y){var w={tryLoc:y[0]};1 in y&&(w.catchLoc=y[1]),2 in y&&(w.finallyLoc=y[2],w.afterLoc=y[3]),this.tryEntries.push(w)}function M(y){var w=y.completion||{};w.type="normal",delete w.arg,y.completion=w}function z(y){this.tryEntries=[{tryLoc:"root"}],y.forEach(j,this),this.reset(!0)}function F(y){if(y||y===""){var w=y[a];if(w)return w.call(y);if(typeof y.next=="function")return y;if(!isNaN(y.length)){var v=-1,A=function R(){for(;++v<y.length;)if(n.call(y,v))return R.value=y[v],R.done=!1,R;return R.value=t,R.done=!0,R};return A.next=A}}throw new TypeError(Qn(y)+" is not iterable")}return C.prototype=g,o(P,"constructor",{value:g,configurable:!0}),o(g,"constructor",{value:C,configurable:!0}),C.displayName=c(g,u,"GeneratorFunction"),e.isGeneratorFunction=function(y){var w=typeof y=="function"&&y.constructor;return!!w&&(w===C||(w.displayName||w.name)==="GeneratorFunction")},e.mark=function(y){return Object.setPrototypeOf?Object.setPrototypeOf(y,g):(y.__proto__=g,c(y,u,"GeneratorFunction")),y.prototype=Object.create(P),y},e.awrap=function(y){return{__await:y}},B(T.prototype),c(T.prototype,s,function(){return this}),e.AsyncIterator=T,e.async=function(y,w,v,A,R){R===void 0&&(R=Promise);var k=new T(l(y,w,v,A),R);return e.isGeneratorFunction(w)?k:k.next().then(function(q){return q.done?q.value:k.next()})},B(P),c(P,u,"Generator"),c(P,a,function(){return this}),c(P,"toString",function(){return"[object Generator]"}),e.keys=function(y){var w=Object(y),v=[];for(var A in w)v.push(A);return v.reverse(),function R(){for(;v.length;){var k=v.pop();if(k in w)return R.value=k,R.done=!1,R}return R.done=!0,R}},e.values=F,z.prototype={constructor:z,reset:function(w){if(this.prev=0,this.next=0,this.sent=this._sent=t,this.done=!1,this.delegate=null,this.method="next",this.arg=t,this.tryEntries.forEach(M),!w)for(var v in this)v.charAt(0)==="t"&&n.call(this,v)&&!isNaN(+v.slice(1))&&(this[v]=t)},stop:function(){this.done=!0;var w=this.tryEntries[0].completion;if(w.type==="throw")throw w.arg;return this.rval},dispatchException:function(w){if(this.done)throw w;var v=this;function A(te,V){return q.type="throw",q.arg=w,v.next=te,V&&(v.method="next",v.arg=t),!!V}for(var R=this.tryEntries.length-1;R>=0;--R){var k=this.tryEntries[R],q=k.completion;if(k.tryLoc==="root")return A("end");if(k.tryLoc<=this.prev){var I=n.call(k,"catchLoc"),L=n.call(k,"finallyLoc");if(I&&L){if(this.prev<k.catchLoc)return A(k.catchLoc,!0);if(this.prev<k.finallyLoc)return A(k.finallyLoc)}else if(I){if(this.prev<k.catchLoc)return A(k.catchLoc,!0)}else{if(!L)throw Error("try statement without catch or finally");if(this.prev<k.finallyLoc)return A(k.finallyLoc)}}}},abrupt:function(w,v){for(var A=this.tryEntries.length-1;A>=0;--A){var R=this.tryEntries[A];if(R.tryLoc<=this.prev&&n.call(R,"finallyLoc")&&this.prev<R.finallyLoc){var k=R;break}}k&&(w==="break"||w==="continue")&&k.tryLoc<=v&&v<=k.finallyLoc&&(k=null);var q=k?k.completion:{};return q.type=w,q.arg=v,k?(this.method="next",this.next=k.finallyLoc,D):this.complete(q)},complete:function(w,v){if(w.type==="throw")throw w.arg;return w.type==="break"||w.type==="continue"?this.next=w.arg:w.type==="return"?(this.rval=this.arg=w.arg,this.method="return",this.next="end"):w.type==="normal"&&v&&(this.next=v),D},finish:function(w){for(var v=this.tryEntries.length-1;v>=0;--v){var A=this.tryEntries[v];if(A.finallyLoc===w)return this.complete(A.completion,A.afterLoc),M(A),D}},catch:function(w){for(var v=this.tryEntries.length-1;v>=0;--v){var A=this.tryEntries[v];if(A.tryLoc===w){var R=A.completion;if(R.type==="throw"){var k=R.arg;M(A)}return k}}throw Error("illegal catch attempt")},delegateYield:function(w,v,A){return this.delegate={iterator:F(w),resultName:v,nextLoc:A},this.method==="next"&&(this.arg=t),D}},e}function k3(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Ew(t,e){for(var r=0;r<e.length;r++){var n=e[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,$3(n.key),n)}}function P3(t,e,r){return e&&Ew(t.prototype,e),r&&Ew(t,r),Object.defineProperty(t,"prototype",{writable:!1}),t}function $3(t){var e=T3(t,"string");return Qn(e)=="symbol"?e:e+""}function T3(t,e){if(Qn(t)!="object"||!t)return t;var r=t[Symbol.toPrimitive];if(r!==void 0){var n=r.call(t,e||"default");if(Qn(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(t)}function Cw(t,e,r,n,o,i,a){try{var s=t[i](a),u=s.value}catch(c){r(c);return}s.done?e(u):Promise.resolve(u).then(n,o)}function I3(t){return function(){var e=this,r=arguments;return new Promise(function(n,o){var i=t.apply(e,r);function a(u){Cw(i,n,o,a,s,"next",u)}function s(u){Cw(i,n,o,a,s,"throw",u)}a(void 0)})}}function R3(t){return ch.apply(this,arguments)}function ch(){return ch=I3(uh().mark(function t(e){var r,n,o,i,a,s,u;return uh().wrap(function(l){for(;;)switch(l.prev=l.next){case 0:return n=e.path.toString(),l.next=3,_w.promises.stat(n);case 3:return o=l.sent,i=o.size,a=(r=e.start)!==null&&r!==void 0?r:0,s=Number.isFinite(e.end)?e.end+1:i,u=s-a,l.abrupt("return",new B3(e,n,u));case 9:case"end":return l.stop()}},t)})),ch.apply(this,arguments)}var B3=(function(){function t(e,r,n){k3(this,t),this._stream=e,this._path=r,this.size=n}return P3(t,[{key:"slice",value:function(r,n){var o,i=(o=this._stream.start)!==null&&o!==void 0?o:0,a=(0,_w.createReadStream)(this._path,{start:i+r,end:i+n-1,autoClose:!0});a.size=Math.min(n-r,this.size);var s=a.size>=this.size;return Promise.resolve({value:a,done:s})}},{key:"close",value:function(){this._stream.destroy()}}])})()});var dh=S(ic=>{"use strict";Object.defineProperty(ic,"__esModule",{value:!0});ic.default=void 0;function eo(t){"@babel/helpers - typeof";return eo=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(e){return typeof e}:function(e){return e&&typeof Symbol=="function"&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},eo(t)}function Ga(){"use strict";Ga=function(){return e};var t,e={},r=Object.prototype,n=r.hasOwnProperty,o=Object.defineProperty||function(y,w,v){y[w]=v.value},i=typeof Symbol=="function"?Symbol:{},a=i.iterator||"@@iterator",s=i.asyncIterator||"@@asyncIterator",u=i.toStringTag||"@@toStringTag";function c(y,w,v){return Object.defineProperty(y,w,{value:v,enumerable:!0,configurable:!0,writable:!0}),y[w]}try{c({},"")}catch{c=function(v,A,R){return v[A]=R}}function l(y,w,v,A){var R=w&&w.prototype instanceof E?w:E,k=Object.create(R.prototype),q=new z(A||[]);return o(k,"_invoke",{value:N(y,v,q)}),k}function d(y,w,v){try{return{type:"normal",arg:y.call(w,v)}}catch(A){return{type:"throw",arg:A}}}e.wrap=l;var p="suspendedStart",h="suspendedYield",m="executing",b="completed",D={};function E(){}function C(){}function g(){}var _={};c(_,a,function(){return this});var x=Object.getPrototypeOf,$=x&&x(x(F([])));$&&$!==r&&n.call($,a)&&(_=$);var P=g.prototype=E.prototype=Object.create(_);function B(y){["next","throw","return"].forEach(function(w){c(y,w,function(v){return this._invoke(w,v)})})}function T(y,w){function v(R,k,q,I){var L=d(y[R],y,k);if(L.type!=="throw"){var te=L.arg,V=te.value;return V&&eo(V)=="object"&&n.call(V,"__await")?w.resolve(V.__await).then(function(se){v("next",se,q,I)},function(se){v("throw",se,q,I)}):w.resolve(V).then(function(se){te.value=se,q(te)},function(se){return v("throw",se,q,I)})}I(L.arg)}var A;o(this,"_invoke",{value:function(k,q){function I(){return new w(function(L,te){v(k,q,L,te)})}return A=A?A.then(I,I):I()}})}function N(y,w,v){var A=p;return function(R,k){if(A===m)throw Error("Generator is already running");if(A===b){if(R==="throw")throw k;return{value:t,done:!0}}for(v.method=R,v.arg=k;;){var q=v.delegate;if(q){var I=O(q,v);if(I){if(I===D)continue;return I}}if(v.method==="next")v.sent=v._sent=v.arg;else if(v.method==="throw"){if(A===p)throw A=b,v.arg;v.dispatchException(v.arg)}else v.method==="return"&&v.abrupt("return",v.arg);A=m;var L=d(y,w,v);if(L.type==="normal"){if(A=v.done?b:h,L.arg===D)continue;return{value:L.arg,done:v.done}}L.type==="throw"&&(A=b,v.method="throw",v.arg=L.arg)}}}function O(y,w){var v=w.method,A=y.iterator[v];if(A===t)return w.delegate=null,v==="throw"&&y.iterator.return&&(w.method="return",w.arg=t,O(y,w),w.method==="throw")||v!=="return"&&(w.method="throw",w.arg=new TypeError("The iterator does not provide a '"+v+"' method")),D;var R=d(A,y.iterator,w.arg);if(R.type==="throw")return w.method="throw",w.arg=R.arg,w.delegate=null,D;var k=R.arg;return k?k.done?(w[y.resultName]=k.value,w.next=y.nextLoc,w.method!=="return"&&(w.method="next",w.arg=t),w.delegate=null,D):k:(w.method="throw",w.arg=new TypeError("iterator result is not an object"),w.delegate=null,D)}function j(y){var w={tryLoc:y[0]};1 in y&&(w.catchLoc=y[1]),2 in y&&(w.finallyLoc=y[2],w.afterLoc=y[3]),this.tryEntries.push(w)}function M(y){var w=y.completion||{};w.type="normal",delete w.arg,y.completion=w}function z(y){this.tryEntries=[{tryLoc:"root"}],y.forEach(j,this),this.reset(!0)}function F(y){if(y||y===""){var w=y[a];if(w)return w.call(y);if(typeof y.next=="function")return y;if(!isNaN(y.length)){var v=-1,A=function R(){for(;++v<y.length;)if(n.call(y,v))return R.value=y[v],R.done=!1,R;return R.value=t,R.done=!0,R};return A.next=A}}throw new TypeError(eo(y)+" is not iterable")}return C.prototype=g,o(P,"constructor",{value:g,configurable:!0}),o(g,"constructor",{value:C,configurable:!0}),C.displayName=c(g,u,"GeneratorFunction"),e.isGeneratorFunction=function(y){var w=typeof y=="function"&&y.constructor;return!!w&&(w===C||(w.displayName||w.name)==="GeneratorFunction")},e.mark=function(y){return Object.setPrototypeOf?Object.setPrototypeOf(y,g):(y.__proto__=g,c(y,u,"GeneratorFunction")),y.prototype=Object.create(P),y},e.awrap=function(y){return{__await:y}},B(T.prototype),c(T.prototype,s,function(){return this}),e.AsyncIterator=T,e.async=function(y,w,v,A,R){R===void 0&&(R=Promise);var k=new T(l(y,w,v,A),R);return e.isGeneratorFunction(w)?k:k.next().then(function(q){return q.done?q.value:k.next()})},B(P),c(P,u,"Generator"),c(P,a,function(){return this}),c(P,"toString",function(){return"[object Generator]"}),e.keys=function(y){var w=Object(y),v=[];for(var A in w)v.push(A);return v.reverse(),function R(){for(;v.length;){var k=v.pop();if(k in w)return R.value=k,R.done=!1,R}return R.done=!0,R}},e.values=F,z.prototype={constructor:z,reset:function(w){if(this.prev=0,this.next=0,this.sent=this._sent=t,this.done=!1,this.delegate=null,this.method="next",this.arg=t,this.tryEntries.forEach(M),!w)for(var v in this)v.charAt(0)==="t"&&n.call(this,v)&&!isNaN(+v.slice(1))&&(this[v]=t)},stop:function(){this.done=!0;var w=this.tryEntries[0].completion;if(w.type==="throw")throw w.arg;return this.rval},dispatchException:function(w){if(this.done)throw w;var v=this;function A(te,V){return q.type="throw",q.arg=w,v.next=te,V&&(v.method="next",v.arg=t),!!V}for(var R=this.tryEntries.length-1;R>=0;--R){var k=this.tryEntries[R],q=k.completion;if(k.tryLoc==="root")return A("end");if(k.tryLoc<=this.prev){var I=n.call(k,"catchLoc"),L=n.call(k,"finallyLoc");if(I&&L){if(this.prev<k.catchLoc)return A(k.catchLoc,!0);if(this.prev<k.finallyLoc)return A(k.finallyLoc)}else if(I){if(this.prev<k.catchLoc)return A(k.catchLoc,!0)}else{if(!L)throw Error("try statement without catch or finally");if(this.prev<k.finallyLoc)return A(k.finallyLoc)}}}},abrupt:function(w,v){for(var A=this.tryEntries.length-1;A>=0;--A){var R=this.tryEntries[A];if(R.tryLoc<=this.prev&&n.call(R,"finallyLoc")&&this.prev<R.finallyLoc){var k=R;break}}k&&(w==="break"||w==="continue")&&k.tryLoc<=v&&v<=k.finallyLoc&&(k=null);var q=k?k.completion:{};return q.type=w,q.arg=v,k?(this.method="next",this.next=k.finallyLoc,D):this.complete(q)},complete:function(w,v){if(w.type==="throw")throw w.arg;return w.type==="break"||w.type==="continue"?this.next=w.arg:w.type==="return"?(this.rval=this.arg=w.arg,this.method="return",this.next="end"):w.type==="normal"&&v&&(this.next=v),D},finish:function(w){for(var v=this.tryEntries.length-1;v>=0;--v){var A=this.tryEntries[v];if(A.finallyLoc===w)return this.complete(A.completion,A.afterLoc),M(A),D}},catch:function(w){for(var v=this.tryEntries.length-1;v>=0;--v){var A=this.tryEntries[v];if(A.tryLoc===w){var R=A.completion;if(R.type==="throw"){var k=R.arg;M(A)}return k}}throw Error("illegal catch attempt")},delegateYield:function(w,v,A){return this.delegate={iterator:F(w),resultName:v,nextLoc:A},this.method==="next"&&(this.arg=t),D}},e}function L3(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function xw(t,e){for(var r=0;r<e.length;r++){var n=e[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,j3(n.key),n)}}function N3(t,e,r){return e&&xw(t.prototype,e),r&&xw(t,r),Object.defineProperty(t,"prototype",{writable:!1}),t}function j3(t){var e=U3(t,"string");return eo(e)=="symbol"?e:e+""}function U3(t,e){if(eo(t)!="object"||!t)return t;var r=t[Symbol.toPrimitive];if(r!==void 0){var n=r.call(t,e||"default");if(eo(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(t)}function Aw(t,e,r,n,o,i,a){try{var s=t[i](a),u=s.value}catch(c){r(c);return}s.done?e(u):Promise.resolve(u).then(n,o)}function Ow(t){return function(){var e=this,r=arguments;return new Promise(function(n,o){var i=t.apply(e,r);function a(u){Aw(i,n,o,a,s,"next",u)}function s(u){Aw(i,n,o,a,s,"throw",u)}a(void 0)})}}function M3(t,e){return fh.apply(this,arguments)}function fh(){return fh=Ow(Ga().mark(function t(e,r){return Ga().wrap(function(o){for(;;)switch(o.prev=o.next){case 0:return o.abrupt("return",new Promise(function(i,a){var s=function(l){e.off("readable",u),a(l)},u=function c(){var l=e.read(r);l!==null&&(e.off("error",s),e.off("readable",c),i(l))};e.once("error",s),e.on("readable",u)}));case 1:case"end":return o.stop()}},t)})),fh.apply(this,arguments)}var Vz=ic.default=(function(){function t(e){var r=this;L3(this,t),this._stream=e,this.size=null,this._buf=Buffer.alloc(0),this._bufPos=0,this._ended=!1,this._error=null,e.pause(),e.on("end",function(){r._ended=!0}),e.on("error",function(n){r._error=n})}return N3(t,[{key:"slice",value:(function(){var e=Ow(Ga().mark(function n(o,i){var a,s,u,c,l;return Ga().wrap(function(p){for(;;)switch(p.prev=p.next){case 0:if(!(o<this._bufPos)){p.next=2;break}throw new Error("cannot slice from position which we already seeked away");case 2:if(!(o>this._bufPos+this._buf.length)){p.next=4;break}throw new Error("slice start is outside of buffer (currently not implemented)");case 4:if(!this._error){p.next=6;break}throw this._error;case 6:if(o<this._bufPos+this._buf.length?(s=o-this._bufPos,u=Math.min(this._buf.length,i-this._bufPos),a=this._buf.slice(s,u)):a=Buffer.alloc(0),!this._ended){p.next=10;break}return a.size=a.length,p.abrupt("return",{value:a,done:!0});case 10:if(c=i-o,!(c>a.length)){p.next=16;break}return p.next=14,M3(this._stream,c-a.length);case 14:l=p.sent,a=Buffer.concat([a,l]);case 16:return this._buf=a,this._bufPos=o,a.size=a.length,p.abrupt("return",{value:a,done:this._ended});case 20:case"end":return p.stop()}},n,this)}));function r(n,o){return e.apply(this,arguments)}return r})()},{key:"close",value:function(){this._stream.destroy()}}])})()});var kw=S(sc=>{"use strict";Object.defineProperty(sc,"__esModule",{value:!0});sc.default=void 0;var q3=require("fs"),H3=ac(bw()),V3=ac(vw()),z3=ac(Sw()),K3=ac(dh());function ac(t){return t&&t.__esModule?t:{default:t}}function Wa(t){"@babel/helpers - typeof";return Wa=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(e){return typeof e}:function(e){return e&&typeof Symbol=="function"&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},Wa(t)}function G3(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Fw(t,e){for(var r=0;r<e.length;r++){var n=e[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,Y3(n.key),n)}}function W3(t,e,r){return e&&Fw(t.prototype,e),r&&Fw(t,r),Object.defineProperty(t,"prototype",{writable:!1}),t}function Y3(t){var e=J3(t,"string");return Wa(e)=="symbol"?e:e+""}function J3(t,e){if(Wa(t)!="object"||!t)return t;var r=t[Symbol.toPrimitive];if(r!==void 0){var n=r.call(t,e||"default");if(Wa(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(t)}var Kz=sc.default=(function(){function t(){G3(this,t)}return W3(t,[{key:"openFile",value:function(r,n){return Buffer.isBuffer(r)?Promise.resolve(new V3.default(r)):r instanceof q3.ReadStream&&r.path!=null?(0,z3.default)(r):H3.default.readable(r)?(n=Number(n),Number.isFinite(n)?Promise.resolve(new K3.default(r)):Promise.reject(new Error("cannot create source for stream without a finite value for the `chunkSize` option; specify a chunkSize to control the memory consumption"))):Promise.reject(new Error("source object may only be an instance of Buffer or Readable in this environment"))}}])})()});var Iw=S(ph=>{"use strict";Object.defineProperty(ph,"__esModule",{value:!0});ph.default=Q3;var X3=require("crypto"),Pw=Tw(require("fs")),Z3=Tw(require("path"));function $w(t){if(typeof WeakMap!="function")return null;var e=new WeakMap,r=new WeakMap;return($w=function(n){return n?r:e})(t)}function Tw(t,e){if(!e&&t&&t.__esModule)return t;if(t===null||typeof t!="object"&&typeof t!="function")return{default:t};var r=$w(e);if(r&&r.has(t))return r.get(t);var n={__proto__:null},o=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var i in t)if(i!=="default"&&{}.hasOwnProperty.call(t,i)){var a=o?Object.getOwnPropertyDescriptor(t,i):null;a&&(a.get||a.set)?Object.defineProperty(n,i,a):n[i]=t[i]}return n.default=t,r&&r.set(t,n),n}function Q3(t,e){if(Buffer.isBuffer(t)){var r=65536,n=t.slice(0,Math.min(r,t.length)),o=(0,X3.createHash)("md5").update(n).digest("hex"),i=["node-buffer",o,t.length,e.endpoint].join("-");return Promise.resolve(i)}return t instanceof Pw.ReadStream&&t.path!=null?new Promise(function(a,s){var u=Z3.resolve(t.path);Pw.stat(t.path,function(c,l){if(c){s(c);return}var d=["node-file",u,l.size,l.mtime.getTime(),e.endpoint].join("-");a(d)})}):Promise.resolve(null)}});var jw=S((Yz,Nw)=>{var Lw="Expected a function",Rw=NaN,eT="[object Symbol]",tT=/^\s+|\s+$/g,rT=/^[-+]0x[0-9a-f]+$/i,nT=/^0b[01]+$/i,oT=/^0o[0-7]+$/i,iT=parseInt,aT=typeof global=="object"&&global&&global.Object===Object&&global,sT=typeof self=="object"&&self&&self.Object===Object&&self,uT=aT||sT||Function("return this")(),cT=Object.prototype,lT=cT.toString,fT=Math.max,dT=Math.min,hh=function(){return uT.Date.now()};function pT(t,e,r){var n,o,i,a,s,u,c=0,l=!1,d=!1,p=!0;if(typeof t!="function")throw new TypeError(Lw);e=Bw(e)||0,uc(r)&&(l=!!r.leading,d="maxWait"in r,i=d?fT(Bw(r.maxWait)||0,e):i,p="trailing"in r?!!r.trailing:p);function h($){var P=n,B=o;return n=o=void 0,c=$,a=t.apply(B,P),a}function m($){return c=$,s=setTimeout(E,e),l?h($):a}function b($){var P=$-u,B=$-c,T=e-P;return d?dT(T,i-B):T}function D($){var P=$-u,B=$-c;return u===void 0||P>=e||P<0||d&&B>=i}function E(){var $=hh();if(D($))return C($);s=setTimeout(E,b($))}function C($){return s=void 0,p&&n?h($):(n=o=void 0,a)}function g(){s!==void 0&&clearTimeout(s),c=0,n=u=o=s=void 0}function _(){return s===void 0?a:C(hh())}function x(){var $=hh(),P=D($);if(n=arguments,o=this,u=$,P){if(s===void 0)return m(u);if(d)return s=setTimeout(E,e),h(u)}return s===void 0&&(s=setTimeout(E,e)),a}return x.cancel=g,x.flush=_,x}function hT(t,e,r){var n=!0,o=!0;if(typeof t!="function")throw new TypeError(Lw);return uc(r)&&(n="leading"in r?!!r.leading:n,o="trailing"in r?!!r.trailing:o),pT(t,e,{leading:n,maxWait:e,trailing:o})}function uc(t){var e=typeof t;return!!t&&(e=="object"||e=="function")}function mT(t){return!!t&&typeof t=="object"}function gT(t){return typeof t=="symbol"||mT(t)&&lT.call(t)==eT}function Bw(t){if(typeof t=="number")return t;if(gT(t))return Rw;if(uc(t)){var e=typeof t.valueOf=="function"?t.valueOf():t;t=uc(e)?e+"":e}if(typeof t!="string")return t===0?t:+t;t=t.replace(tT,"");var r=nT.test(t);return r||oT.test(t)?iT(t.slice(2),r?2:8):rT.test(t)?Rw:+t}Nw.exports=hT});var Ww=S(dc=>{"use strict";Object.defineProperty(dc,"__esModule",{value:!0});dc.default=void 0;var DT=zw(require("http")),yT=zw(require("https")),qw=require("stream"),bT=require("url"),Hw=wT(jw());function wT(t){return t&&t.__esModule?t:{default:t}}function Vw(t){if(typeof WeakMap!="function")return null;var e=new WeakMap,r=new WeakMap;return(Vw=function(n){return n?r:e})(t)}function zw(t,e){if(!e&&t&&t.__esModule)return t;if(t===null||typeof t!="object"&&typeof t!="function")return{default:t};var r=Vw(e);if(r&&r.has(t))return r.get(t);var n={__proto__:null},o=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var i in t)if(i!=="default"&&{}.hasOwnProperty.call(t,i)){var a=o?Object.getOwnPropertyDescriptor(t,i):null;a&&(a.get||a.set)?Object.defineProperty(n,i,a):n[i]=t[i]}return n.default=t,r&&r.set(t,n),n}function vT(t,e,r){return e=cc(e),ET(t,Kw()?Reflect.construct(e,r||[],cc(t).constructor):e.apply(t,r))}function ET(t,e){if(e&&(fi(e)==="object"||typeof e=="function"))return e;if(e!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return CT(t)}function CT(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function Kw(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(Kw=function(){return!!t})()}function cc(t){return cc=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},cc(t)}function _T(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&mh(t,e)}function mh(t,e){return mh=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,o){return n.__proto__=o,n},mh(t,e)}function Uw(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter(function(o){return Object.getOwnPropertyDescriptor(t,o).enumerable})),r.push.apply(r,n)}return r}function Ya(t){for(var e=1;e<arguments.length;e++){var r=arguments[e]!=null?arguments[e]:{};e%2?Uw(Object(r),!0).forEach(function(n){ST(t,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):Uw(Object(r)).forEach(function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(r,n))})}return t}function ST(t,e,r){return e=Gw(e),e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}function fi(t){"@babel/helpers - typeof";return fi=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(e){return typeof e}:function(e){return e&&typeof Symbol=="function"&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},fi(t)}function lc(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Mw(t,e){for(var r=0;r<e.length;r++){var n=e[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,Gw(n.key),n)}}function fc(t,e,r){return e&&Mw(t.prototype,e),r&&Mw(t,r),Object.defineProperty(t,"prototype",{writable:!1}),t}function Gw(t){var e=xT(t,"string");return fi(e)=="symbol"?e:e+""}function xT(t,e){if(fi(t)!="object"||!t)return t;var r=t[Symbol.toPrimitive];if(r!==void 0){var n=r.call(t,e||"default");if(fi(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(t)}var Jz=dc.default=(function(){function t(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};lc(this,t),this._requestOptions=e}return fc(t,[{key:"createRequest",value:function(r,n){return new AT(r,n,this._requestOptions)}},{key:"getName",value:function(){return"NodeHttpStack"}}])})(),AT=(function(){function t(e,r,n){lc(this,t),this._method=e,this._url=r,this._headers={},this._request=null,this._progressHandler=function(){},this._requestOptions=n||{}}return fc(t,[{key:"getMethod",value:function(){return this._method}},{key:"getURL",value:function(){return this._url}},{key:"setHeader",value:function(r,n){this._headers[r]=n}},{key:"getHeader",value:function(r){return this._headers[r]}},{key:"setProgressHandler",value:function(r){this._progressHandler=r}},{key:"send",value:function(){var r=this,n=arguments.length>0&&arguments[0]!==void 0?arguments[0]:null;return new Promise(function(o,i){var a=Ya(Ya(Ya({},(0,bT.parse)(r._url)),r._requestOptions),{},{method:r._method,headers:Ya(Ya({},r._requestOptions.headers||{}),r._headers)});n!=null&&n.size&&(a.headers["Content-Length"]=n.size);var s=a.protocol==="https:"?yT:DT;r._request=s.request(a);var u=r._request;u.on("response",function(c){var l=[];c.on("data",function(d){l.push(d)}),c.on("end",function(){var d=Buffer.concat(l).toString("utf8");o(new OT(c,d))})}),u.on("error",function(c){i(c)}),n instanceof qw.Readable?n.pipe(new FT(r._progressHandler)).pipe(u):n instanceof Uint8Array?kT(u,n,r._progressHandler):u.end(n)})}},{key:"abort",value:function(){return this._request!==null&&this._request.abort(),Promise.resolve()}},{key:"getUnderlyingObject",value:function(){return this._request}}])})(),OT=(function(){function t(e,r){lc(this,t),this._response=e,this._body=r}return fc(t,[{key:"getStatus",value:function(){return this._response.statusCode}},{key:"getHeader",value:function(r){return this._response.headers[r.toLowerCase()]}},{key:"getBody",value:function(){return this._body}},{key:"getUnderlyingObject",value:function(){return this._response}}])})(),FT=(function(t){function e(r){var n;return lc(this,e),n=vT(this,e),n._onprogress=(0,Hw.default)(r,100,{leading:!0,trailing:!1}),n._position=0,n}return _T(e,t),fc(e,[{key:"_transform",value:function(n,o,i){this._position+=n.length,this._onprogress(this._position),i(null,n)}}])})(qw.Transform),kT=function(e,r,n){n=(0,Hw.default)(n,100,{leading:!0,trailing:!1});var o=0;function i(){var a=Math.min(e.writableHighWaterMark,r.length-o),s=r.subarray(o,o+a);o+=s.length;var u=e.write(s);u?o<r.length?i():e.end():(e.once("drain",i),n(o))}i()}});var Yw=S(gh=>{"use strict";gh.expectReceive=function(t,e,r){var n;r.root(t,e,r),n=this.message,t.hasOwnProperty("expected")&&(n+=" Expected "+t.expected+"."),t.hasOwnProperty("received")&&(n+=" Received: "+t.received+"."),this.message=n};gh.root=function(t,e,r){var n=this,o,i={stackLength:Error.stackTraceLimit,rootOnly:!0},a="",s=Error.stackTraceLimit,u;function c(){u[0]=n.toString(),n.stack=u.join(`
40
40
  `)}(!e||typeof e!="object")&&(e={}),e.hasOwnProperty("stackLength")&&typeof e.stackLength=="number"&&!isNaN(e.stackLength)&&e.stackLength>=0&&(i.stackLength=e.stackLength),e.hasOwnProperty("rootOnly")||(i.rootOnly=e.rootOnly),(!i.rootOnly||this.CustomError.parent===Error)&&(Object.keys(t).forEach(function(l){switch(l){case"code":o=t.code||void 0;break;case"message":a=t.message||"";break;default:n[l]=t[l]}}),Error.stackTraceLimit=i.stackLength+2,u=new Error().stack.split(`
41
41
  `),u.splice(0,3),u.unshift(""),Error.stackTraceLimit=s,this.stack=u.join(`
42
- `),Object.defineProperty(this,"code",{configurable:!0,enumerable:!0,get:function(){return o},set:function(l){o=l,c()}}),Object.defineProperty(this,"message",{configurable:!0,enumerable:!0,get:function(){return a},set:function(l){a=l,c()}}),c())}});var Jw=S((Zz,Yw)=>{"use strict";Yw.exports=ro;ro.factory=Gw();var yh=ro("CustomError");yh.order=ro(yh,{message:"Arguments out of order.",code:"EOARG"});function ro(t,e,r,n){var o,i;return e=dc(arguments,1,Error,Ww,[gh,pc]),r=dc(arguments,2,{},gh,[pc]),n=dc(arguments,3,Dh,pc,[]),t=dc(arguments,0,e===Error?"Error":e.prototype.CustomError.name,kT,[Ww,gh,pc]),i=e===Error,i&&n===Dh&&(n=ro.factory.root),o=function(a,s){var u,c,l,d,p,h;if(!(this instanceof o))return new o(a,s);for(delete this.constructor.name,Object.defineProperty(this.constructor,"name",{enumerable:!1,configurable:!0,value:t,writable:!1}),typeof a=="string"&&(a={message:a}),a||(a={}),c=this.CustomError.chain.slice(0).reverse().map(function(m){return m.properties}),c.push(a),c.unshift({}),h=Object.assign.apply(Object,c),u=this,l={},Object.keys(ro.factory).forEach(function(m){l[m]=function(b,D){ro.factory[m].call(u,b,D,l)}}),d=this.CustomError.chain.length-1;d>=0;d--)p=this.CustomError.chain[d],p.factory!==Dh&&p.factory.call(this,h,s,l)},o.prototype=Object.create(e.prototype),o.prototype.constructor=o,o.prototype.name=t,o.prototype.CustomError={chain:i?[]:e.prototype.CustomError.chain.slice(0),factory:n,name:t,parent:e,properties:r},o.prototype.CustomError.chain.unshift(o.prototype.CustomError),o.prototype.toString=function(){var a=this.CustomError.chain[this.CustomError.chain.length-1].name;return this.code&&(a+=" "+this.code),this.message&&(a+=": "+this.message),a},o}function dc(t,e,r,n,o){var i=-1,a=-1,s,u,c=e<t.length?e:t.length,l;for(s=0;s<=c;s++){if(l=t[s],i===-1)for(u=0;u<o.length;u++)o[u](l)&&(i=s);a===-1&&n(l)&&(a=s)}if(a!==-1&&i!==-1&&i<a)throw new yh.order;return a!==-1?t[a]:r}function pc(t){return typeof t=="function"&&t!==Error&&!t.prototype.CustomError}function kT(t){return typeof t=="string"}function Ww(t){return typeof t=="function"&&(t===Error||t.prototype.CustomError)}function gh(t){return t&&typeof t=="object"}function Dh(){}});var Zw=S((Qz,Xw)=>{Xw.exports=Jw()});var nv=S((no,pi)=>{var PT=1/0,$T="[object Symbol]",Ja={function:!0,object:!0},TT=Ja[typeof no]&&no&&!no.nodeType?no:void 0,IT=Ja[typeof pi]&&pi&&!pi.nodeType?pi:void 0,RT=hc(TT&&IT&&typeof global=="object"&&global),BT=hc(Ja[typeof self]&&self),Qw=hc(Ja[typeof window]&&window),bh=hc(Ja[typeof no]&&no),LT=RT||Qw!==(bh&&bh.window)&&Qw||BT||bh||Function("return this")();function hc(t){return t&&t.Object===Object?t:null}var NT=Object.prototype,jT=NT.toString,ev=LT.Symbol,tv=ev?ev.prototype:void 0,rv=tv?tv.toString:void 0;function UT(t){if(typeof t=="string")return t;if(qT(t))return rv?rv.call(t):"";var e=t+"";return e=="0"&&1/t==-PT?"-0":e}function MT(t){return!!t&&typeof t=="object"}function qT(t){return typeof t=="symbol"||MT(t)&&jT.call(t)==$T}pi.exports=UT});var lv=S((oo,hi)=>{var HT=nv(),VT="Expected a function",iv="__lodash_hash_undefined__",zT="[object Function]",KT="[object GeneratorFunction]",GT=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]/g,WT=/[\\^$.*+?()[\]{}|]/g,YT=/\\(\\)?/g,JT=/^\[object .+?Constructor\]$/,Za={function:!0,object:!0},XT=Za[typeof oo]&&oo&&!oo.nodeType?oo:void 0,ZT=Za[typeof hi]&&hi&&!hi.nodeType?hi:void 0,QT=mc(XT&&ZT&&typeof global=="object"&&global),eI=mc(Za[typeof self]&&self),ov=mc(Za[typeof window]&&window),wh=mc(Za[typeof oo]&&oo),tI=QT||ov!==(wh&&wh.window)&&ov||eI||wh||Function("return this")();function mc(t){return t&&t.Object===Object?t:null}function rI(t){var e=!1;if(t!=null&&typeof t.toString!="function")try{e=!!(t+"")}catch{}return e}var nI=Array.prototype,av=Object.prototype,sv=Function.prototype.toString,vh=av.hasOwnProperty,oI=av.toString,iI=RegExp("^"+sv.call(vh).replace(WT,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),aI=nI.splice,sI=uv(tI,"Map"),Xa=uv(Object,"create");function io(t){var e=-1,r=t?t.length:0;for(this.clear();++e<r;){var n=t[e];this.set(n[0],n[1])}}function uI(){this.__data__=Xa?Xa(null):{}}function cI(t){return this.has(t)&&delete this.__data__[t]}function lI(t){var e=this.__data__;if(Xa){var r=e[t];return r===iv?void 0:r}return vh.call(e,t)?e[t]:void 0}function fI(t){var e=this.__data__;return Xa?e[t]!==void 0:vh.call(e,t)}function dI(t,e){var r=this.__data__;return r[t]=Xa&&e===void 0?iv:e,this}io.prototype.clear=uI;io.prototype.delete=cI;io.prototype.get=lI;io.prototype.has=fI;io.prototype.set=dI;function mi(t){var e=-1,r=t?t.length:0;for(this.clear();++e<r;){var n=t[e];this.set(n[0],n[1])}}function pI(){this.__data__=[]}function hI(t){var e=this.__data__,r=gc(e,t);if(r<0)return!1;var n=e.length-1;return r==n?e.pop():aI.call(e,r,1),!0}function mI(t){var e=this.__data__,r=gc(e,t);return r<0?void 0:e[r][1]}function gI(t){return gc(this.__data__,t)>-1}function DI(t,e){var r=this.__data__,n=gc(r,t);return n<0?r.push([t,e]):r[n][1]=e,this}mi.prototype.clear=pI;mi.prototype.delete=hI;mi.prototype.get=mI;mi.prototype.has=gI;mi.prototype.set=DI;function ao(t){var e=-1,r=t?t.length:0;for(this.clear();++e<r;){var n=t[e];this.set(n[0],n[1])}}function yI(){this.__data__={hash:new io,map:new(sI||mi),string:new io}}function bI(t){return Dc(this,t).delete(t)}function wI(t){return Dc(this,t).get(t)}function vI(t){return Dc(this,t).has(t)}function CI(t,e){return Dc(this,t).set(t,e),this}ao.prototype.clear=yI;ao.prototype.delete=bI;ao.prototype.get=wI;ao.prototype.has=vI;ao.prototype.set=CI;function gc(t,e){for(var r=t.length;r--;)if(xI(t[r][0],e))return r;return-1}function Dc(t,e){var r=t.__data__;return EI(e)?r[typeof e=="string"?"string":"hash"]:r.map}function uv(t,e){var r=t[e];return FI(r)?r:void 0}function EI(t){var e=typeof t;return e=="string"||e=="number"||e=="symbol"||e=="boolean"?t!=="__proto__":t===null}var _I=Ch(function(t){var e=[];return OI(t).replace(GT,function(r,n,o,i){e.push(o?i.replace(YT,"$1"):n||r)}),e});function SI(t){if(t!=null){try{return sv.call(t)}catch{}try{return t+""}catch{}}return""}function Ch(t,e){if(typeof t!="function"||e&&typeof e!="function")throw new TypeError(VT);var r=function(){var n=arguments,o=e?e.apply(this,n):n[0],i=r.cache;if(i.has(o))return i.get(o);var a=t.apply(this,n);return r.cache=i.set(o,a),a};return r.cache=new(Ch.Cache||ao),r}Ch.Cache=ao;function xI(t,e){return t===e||t!==t&&e!==e}function AI(t){var e=cv(t)?oI.call(t):"";return e==zT||e==KT}function cv(t){var e=typeof t;return!!t&&(e=="object"||e=="function")}function FI(t){if(!cv(t))return!1;var e=AI(t)||rI(t)?iI:JT;return e.test(SI(t))}function OI(t){return t==null?"":HT(t)}hi.exports=_I});var Uv=S((so,Di)=>{var kI=lv(),PI=200,Th="__lodash_hash_undefined__",Cc=1,yi=2,$I=1/0,gv=9007199254740991,yc="[object Arguments]",Sh="[object Array]",Dv="[object Boolean]",yv="[object Date]",bv="[object Error]",wv="[object Function]",TI="[object GeneratorFunction]",Qa="[object Map]",vv="[object Number]",gi="[object Object]",fv="[object Promise]",Cv="[object RegExp]",es="[object Set]",Ih="[object String]",Ev="[object Symbol]",xh="[object WeakMap]",_v="[object ArrayBuffer]",bc="[object DataView]",II="[object Float32Array]",RI="[object Float64Array]",BI="[object Int8Array]",LI="[object Int16Array]",NI="[object Int32Array]",jI="[object Uint8Array]",UI="[object Uint8ClampedArray]",MI="[object Uint16Array]",qI="[object Uint32Array]",HI=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,VI=/^\w*$/,zI=/[\\^$.*+?()[\]{}|]/g,KI=/^\[object .+?Constructor\]$/,GI=/^(?:0|[1-9]\d*)$/,Le={};Le[II]=Le[RI]=Le[BI]=Le[LI]=Le[NI]=Le[jI]=Le[UI]=Le[MI]=Le[qI]=!0;Le[yc]=Le[Sh]=Le[_v]=Le[Dv]=Le[bc]=Le[yv]=Le[bv]=Le[wv]=Le[Qa]=Le[vv]=Le[gi]=Le[Cv]=Le[es]=Le[Ih]=Le[xh]=!1;var rs={function:!0,object:!0},WI=rs[typeof so]&&so&&!so.nodeType?so:void 0,YI=rs[typeof Di]&&Di&&!Di.nodeType?Di:void 0,JI=Ec(WI&&YI&&typeof global=="object"&&global),XI=Ec(rs[typeof self]&&self),dv=Ec(rs[typeof window]&&window),Eh=Ec(rs[typeof so]&&so),lo=JI||dv!==(Eh&&Eh.window)&&dv||XI||Eh||Function("return this")();function ZI(t,e){for(var r=-1,n=t.length,o=Array(n);++r<n;)o[r]=e(t[r],r,t);return o}function QI(t,e){for(var r=-1,n=t.length;++r<n;)if(e(t[r],r,t))return!0;return!1}function eR(t,e){for(var r=-1,n=Array(t);++r<t;)n[r]=e(r);return n}function tR(t,e){return ZI(e,function(r){return[r,t[r]]})}function Ec(t){return t&&t.Object===Object?t:null}function Ah(t){var e=!1;if(t!=null&&typeof t.toString!="function")try{e=!!(t+"")}catch{}return e}function Sv(t){var e=-1,r=Array(t.size);return t.forEach(function(n,o){r[++e]=[o,n]}),r}function rR(t){var e=-1,r=Array(t.size);return t.forEach(function(n){r[++e]=n}),r}function nR(t){var e=-1,r=Array(t.size);return t.forEach(function(n){r[++e]=[n,n]}),r}var oR=Array.prototype,_c=Object.prototype,xv=Function.prototype.toString,uo=_c.hasOwnProperty,fo=_c.toString,iR=RegExp("^"+xv.call(uo).replace(zI,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),pv=lo.Symbol,hv=lo.Uint8Array,aR=_c.propertyIsEnumerable,sR=oR.splice,uR=Object.getPrototypeOf,cR=Object.keys,Fh=bi(lo,"DataView"),wc=bi(lo,"Map"),Oh=bi(lo,"Promise"),kh=bi(lo,"Set"),Ph=bi(lo,"WeakMap"),ts=bi(Object,"create"),lR=ho(Fh),fR=ho(wc),dR=ho(Oh),pR=ho(kh),hR=ho(Ph),mv=pv?pv.prototype:void 0,_h=mv?mv.valueOf:void 0;function co(t){var e=-1,r=t?t.length:0;for(this.clear();++e<r;){var n=t[e];this.set(n[0],n[1])}}function mR(){this.__data__=ts?ts(null):{}}function gR(t){return this.has(t)&&delete this.__data__[t]}function DR(t){var e=this.__data__;if(ts){var r=e[t];return r===Th?void 0:r}return uo.call(e,t)?e[t]:void 0}function yR(t){var e=this.__data__;return ts?e[t]!==void 0:uo.call(e,t)}function bR(t,e){var r=this.__data__;return r[t]=ts&&e===void 0?Th:e,this}co.prototype.clear=mR;co.prototype.delete=gR;co.prototype.get=DR;co.prototype.has=yR;co.prototype.set=bR;function en(t){var e=-1,r=t?t.length:0;for(this.clear();++e<r;){var n=t[e];this.set(n[0],n[1])}}function wR(){this.__data__=[]}function vR(t){var e=this.__data__,r=Sc(e,t);if(r<0)return!1;var n=e.length-1;return r==n?e.pop():sR.call(e,r,1),!0}function CR(t){var e=this.__data__,r=Sc(e,t);return r<0?void 0:e[r][1]}function ER(t){return Sc(this.__data__,t)>-1}function _R(t,e){var r=this.__data__,n=Sc(r,t);return n<0?r.push([t,e]):r[n][1]=e,this}en.prototype.clear=wR;en.prototype.delete=vR;en.prototype.get=CR;en.prototype.has=ER;en.prototype.set=_R;function po(t){var e=-1,r=t?t.length:0;for(this.clear();++e<r;){var n=t[e];this.set(n[0],n[1])}}function SR(){this.__data__={hash:new co,map:new(wc||en),string:new co}}function xR(t){return xc(this,t).delete(t)}function AR(t){return xc(this,t).get(t)}function FR(t){return xc(this,t).has(t)}function OR(t,e){return xc(this,t).set(t,e),this}po.prototype.clear=SR;po.prototype.delete=xR;po.prototype.get=AR;po.prototype.has=FR;po.prototype.set=OR;function vc(t){var e=-1,r=t?t.length:0;for(this.__data__=new po;++e<r;)this.add(t[e])}function kR(t){return this.__data__.set(t,Th),this}function PR(t){return this.__data__.has(t)}vc.prototype.add=vc.prototype.push=kR;vc.prototype.has=PR;function Qr(t){this.__data__=new en(t)}function $R(){this.__data__=new en}function TR(t){return this.__data__.delete(t)}function IR(t){return this.__data__.get(t)}function RR(t){return this.__data__.has(t)}function BR(t,e){var r=this.__data__;return r instanceof en&&r.__data__.length==PI&&(r=this.__data__=new po(r.__data__)),r.set(t,e),this}Qr.prototype.clear=$R;Qr.prototype.delete=TR;Qr.prototype.get=IR;Qr.prototype.has=RR;Qr.prototype.set=BR;function Sc(t,e){for(var r=t.length;r--;)if(tB(t[r][0],e))return r;return-1}function Av(t,e){e=Ac(e,t)?[e]:kv(e);for(var r=0,n=e.length;t!=null&&r<n;)t=t[Fc(e[r++])];return r&&r==n?t:void 0}function Fv(t,e){return uo.call(t,e)||typeof t=="object"&&e in t&&JR(t)===null}function LR(t,e){return e in Object(t)}function Rh(t,e,r,n,o){return t===e?!0:t==null||e==null||!kc(t)&&!ns(e)?t!==t&&e!==e:NR(t,e,Rh,r,n,o)}function NR(t,e,r,n,o,i){var a=Sn(t),s=Sn(e),u=Sh,c=Sh;a||(u=Zr(t),u=u==yc?gi:u),s||(c=Zr(e),c=c==yc?gi:c);var l=u==gi&&!Ah(t),d=c==gi&&!Ah(e),p=u==c;if(p&&!l)return i||(i=new Qr),a||oB(t)?Pv(t,e,r,n,o,i):KR(t,e,u,r,n,o,i);if(!(o&yi)){var h=l&&uo.call(t,"__wrapped__"),m=d&&uo.call(e,"__wrapped__");if(h||m){var b=h?t.value():t,D=m?e.value():e;return i||(i=new Qr),r(b,D,n,o,i)}}return p?(i||(i=new Qr),GR(t,e,r,n,o,i)):!1}function jR(t,e,r,n){var o=r.length,i=o,a=!n;if(t==null)return!i;for(t=Object(t);o--;){var s=r[o];if(a&&s[2]?s[1]!==t[s[0]]:!(s[0]in t))return!1}for(;++o<i;){s=r[o];var u=s[0],c=t[u],l=s[1];if(a&&s[2]){if(c===void 0&&!(u in t))return!1}else{var d=new Qr;if(n)var p=n(c,l,u,t,e,d);if(!(p===void 0?Rh(l,c,n,Cc|yi,d):p))return!1}}return!0}function UR(t){return typeof t=="function"?t:t==null?uB:typeof t=="object"?Sn(t)?HR(t[0],t[1]):qR(t):cB(t)}function MR(t){return cR(Object(t))}function qR(t){var e=YR(t);return e.length==1&&e[0][2]?Iv(e[0][0],e[0][1]):function(r){return r===t||jR(r,t,e)}}function HR(t,e){return Ac(t)&&Tv(e)?Iv(Fc(t),e):function(r){var n=iB(r,t);return n===void 0&&n===e?aB(r,t):Rh(e,n,void 0,Cc|yi)}}function Ov(t){return function(e){return e?.[t]}}function VR(t){return function(e){return Av(e,t)}}function kv(t){return Sn(t)?t:kI(t)}function zR(t){return function(e){var r=Zr(e);return r==Qa?Sv(e):r==es?nR(e):tR(e,t(e))}}function Pv(t,e,r,n,o,i){var a=o&yi,s=t.length,u=e.length;if(s!=u&&!(a&&u>s))return!1;var c=i.get(t);if(c)return c==e;var l=-1,d=!0,p=o&Cc?new vc:void 0;for(i.set(t,e);++l<s;){var h=t[l],m=e[l];if(n)var b=a?n(m,h,l,e,t,i):n(h,m,l,t,e,i);if(b!==void 0){if(b)continue;d=!1;break}if(p){if(!QI(e,function(D,C){if(!p.has(C)&&(h===D||r(h,D,n,o,i)))return p.add(C)})){d=!1;break}}else if(!(h===m||r(h,m,n,o,i))){d=!1;break}}return i.delete(t),d}function KR(t,e,r,n,o,i,a){switch(r){case bc:if(t.byteLength!=e.byteLength||t.byteOffset!=e.byteOffset)return!1;t=t.buffer,e=e.buffer;case _v:return!(t.byteLength!=e.byteLength||!n(new hv(t),new hv(e)));case Dv:case yv:return+t==+e;case bv:return t.name==e.name&&t.message==e.message;case vv:return t!=+t?e!=+e:t==+e;case Cv:case Ih:return t==e+"";case Qa:var s=Sv;case es:var u=i&yi;if(s||(s=rR),t.size!=e.size&&!u)return!1;var c=a.get(t);return c?c==e:(i|=Cc,a.set(t,e),Pv(s(t),s(e),n,o,i,a));case Ev:if(_h)return _h.call(t)==_h.call(e)}return!1}function GR(t,e,r,n,o,i){var a=o&yi,s=$h(t),u=s.length,c=$h(e),l=c.length;if(u!=l&&!a)return!1;for(var d=u;d--;){var p=s[d];if(!(a?p in e:Fv(e,p)))return!1}var h=i.get(t);if(h)return h==e;var m=!0;i.set(t,e);for(var b=a;++d<u;){p=s[d];var D=t[p],C=e[p];if(n)var E=a?n(C,D,p,e,t,i):n(D,C,p,t,e,i);if(!(E===void 0?D===C||r(D,C,n,o,i):E)){m=!1;break}b||(b=p=="constructor")}if(m&&!b){var g=t.constructor,_=e.constructor;g!=_&&"constructor"in t&&"constructor"in e&&!(typeof g=="function"&&g instanceof g&&typeof _=="function"&&_ instanceof _)&&(m=!1)}return i.delete(t),m}var WR=Ov("length");function xc(t,e){var r=t.__data__;return QR(e)?r[typeof e=="string"?"string":"hash"]:r.map}function YR(t){for(var e=sB(t),r=e.length;r--;)e[r][2]=Tv(e[r][1]);return e}function bi(t,e){var r=t[e];return nB(r)?r:void 0}function JR(t){return uR(Object(t))}function Zr(t){return fo.call(t)}(Fh&&Zr(new Fh(new ArrayBuffer(1)))!=bc||wc&&Zr(new wc)!=Qa||Oh&&Zr(Oh.resolve())!=fv||kh&&Zr(new kh)!=es||Ph&&Zr(new Ph)!=xh)&&(Zr=function(t){var e=fo.call(t),r=e==gi?t.constructor:void 0,n=r?ho(r):void 0;if(n)switch(n){case lR:return bc;case fR:return Qa;case dR:return fv;case pR:return es;case hR:return xh}return e});function XR(t,e,r){e=Ac(e,t)?[e]:kv(e);for(var n,o=-1,a=e.length;++o<a;){var i=Fc(e[o]);if(!(n=t!=null&&r(t,i)))break;t=t[i]}if(n)return n;var a=t?t.length:0;return!!a&&Oc(a)&&$v(i,a)&&(Sn(t)||Nv(t)||Rv(t))}function ZR(t){var e=t?t.length:void 0;return Oc(e)&&(Sn(t)||Nv(t)||Rv(t))?eR(e,String):null}function $v(t,e){return e=e??gv,!!e&&(typeof t=="number"||GI.test(t))&&t>-1&&t%1==0&&t<e}function Ac(t,e){if(Sn(t))return!1;var r=typeof t;return r=="number"||r=="symbol"||r=="boolean"||t==null||jv(t)?!0:VI.test(t)||!HI.test(t)||e!=null&&t in Object(e)}function QR(t){var e=typeof t;return e=="string"||e=="number"||e=="symbol"||e=="boolean"?t!=="__proto__":t===null}function eB(t){var e=t&&t.constructor,r=typeof e=="function"&&e.prototype||_c;return t===r}function Tv(t){return t===t&&!kc(t)}function Iv(t,e){return function(r){return r==null?!1:r[t]===e&&(e!==void 0||t in Object(r))}}function Fc(t){if(typeof t=="string"||jv(t))return t;var e=t+"";return e=="0"&&1/t==-$I?"-0":e}function ho(t){if(t!=null){try{return xv.call(t)}catch{}try{return t+""}catch{}}return""}function tB(t,e){return t===e||t!==t&&e!==e}function Rv(t){return rB(t)&&uo.call(t,"callee")&&(!aR.call(t,"callee")||fo.call(t)==yc)}var Sn=Array.isArray;function Bv(t){return t!=null&&Oc(WR(t))&&!Lv(t)}function rB(t){return ns(t)&&Bv(t)}function Lv(t){var e=kc(t)?fo.call(t):"";return e==wv||e==TI}function Oc(t){return typeof t=="number"&&t>-1&&t%1==0&&t<=gv}function kc(t){var e=typeof t;return!!t&&(e=="object"||e=="function")}function ns(t){return!!t&&typeof t=="object"}function nB(t){if(!kc(t))return!1;var e=Lv(t)||Ah(t)?iR:KI;return e.test(ho(t))}function Nv(t){return typeof t=="string"||!Sn(t)&&ns(t)&&fo.call(t)==Ih}function jv(t){return typeof t=="symbol"||ns(t)&&fo.call(t)==Ev}function oB(t){return ns(t)&&Oc(t.length)&&!!Le[fo.call(t)]}function iB(t,e,r){var n=t==null?void 0:Av(t,e);return n===void 0?r:n}function aB(t,e){return t!=null&&XR(t,e,LR)}function $h(t){var e=eB(t);if(!(e||Bv(t)))return MR(t);var r=ZR(t),n=!!r,o=r||[],i=o.length;for(var a in t)Fv(t,a)&&!(n&&(a=="length"||$v(a,i)))&&!(e&&a=="constructor")&&o.push(a);return o}var sB=zR($h);function uB(t){return t}function cB(t){return Ac(t)?Ov(Fc(t)):VR(t)}Di.exports=UR});var zv=S((mo,wi)=>{var lB=1/0,fB="[object Function]",dB="[object GeneratorFunction]",pB=/[\\^$.*+?()[\]{}|]/g,hB=/^\[object .+?Constructor\]$/,os={function:!0,object:!0},mB=os[typeof mo]&&mo&&!mo.nodeType?mo:void 0,gB=os[typeof wi]&&wi&&!wi.nodeType?wi:void 0,DB=Pc(mB&&gB&&typeof global=="object"&&global),yB=Pc(os[typeof self]&&self),Mv=Pc(os[typeof window]&&window),Bh=Pc(os[typeof mo]&&mo),bB=DB||Mv!==(Bh&&Bh.window)&&Mv||yB||Bh||Function("return this")();function Pc(t){return t&&t.Object===Object?t:null}function wB(t){var e=!1;if(t!=null&&typeof t.toString!="function")try{e=!!(t+"")}catch{}return e}function vB(t){var e=-1,r=Array(t.size);return t.forEach(function(n){r[++e]=n}),r}var qv=Object.prototype,Hv=Function.prototype.toString,CB=qv.hasOwnProperty,EB=qv.toString,_B=RegExp("^"+Hv.call(CB).replace(pB,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),Lh=xB(bB,"Set"),SB=Lh&&1/vB(new Lh([,-0]))[1]==lB?function(t){return new Lh(t)}:kB;function xB(t,e){var r=t[e];return OB(r)?r:void 0}function AB(t){if(t!=null){try{return Hv.call(t)}catch{}try{return t+""}catch{}}return""}function FB(t){var e=Vv(t)?EB.call(t):"";return e==fB||e==dB}function Vv(t){var e=typeof t;return!!t&&(e=="object"||e=="function")}function OB(t){if(!Vv(t))return!1;var e=FB(t)||wB(t)?_B:hB;return e.test(AB(t))}function kB(){}wi.exports=SB});var Gv=S((go,vi)=>{var is={function:!0,object:!0},PB=is[typeof go]&&go&&!go.nodeType?go:void 0,$B=is[typeof vi]&&vi&&!vi.nodeType?vi:void 0,TB=$c(PB&&$B&&typeof global=="object"&&global),IB=$c(is[typeof self]&&self),Kv=$c(is[typeof window]&&window),Nh=$c(is[typeof go]&&go),RB=TB||Kv!==(Nh&&Nh.window)&&Kv||IB||Nh||Function("return this")();function $c(t){return t&&t.Object===Object?t:null}vi.exports=RB});var Qv=S((eK,Zv)=>{var BB=zv(),LB=Gv(),NB=200,jh="__lodash_hash_undefined__",jB="[object Function]",UB="[object GeneratorFunction]",MB=/[\\^$.*+?()[\]{}|]/g,qB=/^\[object .+?Constructor\]$/;function HB(t,e){return!!t.length&&zB(t,e,0)>-1}function VB(t,e,r){for(var n=-1,o=t.length;++n<o;)if(r(e,t[n]))return!0;return!1}function zB(t,e,r){if(e!==e)return GB(t,r);for(var n=r-1,o=t.length;++n<o;)if(t[n]===e)return n;return-1}function KB(t,e){return t.has(e)}function GB(t,e,r){for(var n=t.length,o=e+(r?0:-1);r?o--:++o<n;){var i=t[o];if(i!==i)return o}return-1}function WB(t){var e=!1;if(t!=null&&typeof t.toString!="function")try{e=!!(t+"")}catch{}return e}function YB(t){var e=-1,r=Array(t.size);return t.forEach(function(n){r[++e]=n}),r}var JB=Array.prototype,Wv=Object.prototype,Yv=Function.prototype.toString,Uh=Wv.hasOwnProperty,XB=Wv.toString,ZB=RegExp("^"+Yv.call(Uh).replace(MB,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),QB=JB.splice,e6=Jv(LB,"Map"),as=Jv(Object,"create");function Do(t){var e=-1,r=t?t.length:0;for(this.clear();++e<r;){var n=t[e];this.set(n[0],n[1])}}function t6(){this.__data__=as?as(null):{}}function r6(t){return this.has(t)&&delete this.__data__[t]}function n6(t){var e=this.__data__;if(as){var r=e[t];return r===jh?void 0:r}return Uh.call(e,t)?e[t]:void 0}function o6(t){var e=this.__data__;return as?e[t]!==void 0:Uh.call(e,t)}function i6(t,e){var r=this.__data__;return r[t]=as&&e===void 0?jh:e,this}Do.prototype.clear=t6;Do.prototype.delete=r6;Do.prototype.get=n6;Do.prototype.has=o6;Do.prototype.set=i6;function Ci(t){var e=-1,r=t?t.length:0;for(this.clear();++e<r;){var n=t[e];this.set(n[0],n[1])}}function a6(){this.__data__=[]}function s6(t){var e=this.__data__,r=Ic(e,t);if(r<0)return!1;var n=e.length-1;return r==n?e.pop():QB.call(e,r,1),!0}function u6(t){var e=this.__data__,r=Ic(e,t);return r<0?void 0:e[r][1]}function c6(t){return Ic(this.__data__,t)>-1}function l6(t,e){var r=this.__data__,n=Ic(r,t);return n<0?r.push([t,e]):r[n][1]=e,this}Ci.prototype.clear=a6;Ci.prototype.delete=s6;Ci.prototype.get=u6;Ci.prototype.has=c6;Ci.prototype.set=l6;function Ei(t){var e=-1,r=t?t.length:0;for(this.clear();++e<r;){var n=t[e];this.set(n[0],n[1])}}function f6(){this.__data__={hash:new Do,map:new(e6||Ci),string:new Do}}function d6(t){return Rc(this,t).delete(t)}function p6(t){return Rc(this,t).get(t)}function h6(t){return Rc(this,t).has(t)}function m6(t,e){return Rc(this,t).set(t,e),this}Ei.prototype.clear=f6;Ei.prototype.delete=d6;Ei.prototype.get=p6;Ei.prototype.has=h6;Ei.prototype.set=m6;function Tc(t){var e=-1,r=t?t.length:0;for(this.__data__=new Ei;++e<r;)this.add(t[e])}function g6(t){return this.__data__.set(t,jh),this}function D6(t){return this.__data__.has(t)}Tc.prototype.add=Tc.prototype.push=g6;Tc.prototype.has=D6;function Ic(t,e){for(var r=t.length;r--;)if(v6(t[r][0],e))return r;return-1}function y6(t,e,r){var n=-1,o=HB,i=t.length,a=!0,s=[],u=s;if(r)a=!1,o=VB;else if(i>=NB){var c=e?null:BB(t);if(c)return YB(c);a=!1,o=KB,u=new Tc}else u=e?[]:s;e:for(;++n<i;){var l=t[n],d=e?e(l):l;if(l=r||l!==0?l:0,a&&d===d){for(var p=u.length;p--;)if(u[p]===d)continue e;e&&u.push(d),s.push(l)}else o(u,d,r)||(u!==s&&u.push(d),s.push(l))}return s}function Rc(t,e){var r=t.__data__;return b6(e)?r[typeof e=="string"?"string":"hash"]:r.map}function Jv(t,e){var r=t[e];return E6(r)?r:void 0}function b6(t){var e=typeof t;return e=="string"||e=="number"||e=="symbol"||e=="boolean"?t!=="__proto__":t===null}function w6(t){if(t!=null){try{return Yv.call(t)}catch{}try{return t+""}catch{}}return""}function v6(t,e){return t===e||t!==t&&e!==e}function C6(t){var e=Xv(t)?XB.call(t):"";return e==jB||e==UB}function Xv(t){var e=typeof t;return!!t&&(e=="object"||e=="function")}function E6(t){if(!Xv(t))return!1;var e=C6(t)||WB(t)?ZB:qB;return e.test(w6(t))}Zv.exports=y6});var tC=S((tK,eC)=>{var _6=Uv(),S6=Qv();function x6(t,e){return t&&t.length?S6(t,_6(e)):[]}eC.exports=x6});var nC=S((rK,rC)=>{"use strict";var A6=Zw(),F6=tC(),O6=A6("MultiError");rC.exports=Mh;function Mh(t){if(!(this instanceof Mh))return new Mh(t);if(t=Array.isArray(t)?t:[t],t=F6(t,function(r){return r.stack}),t.length===1)return t[0];var e=new O6({message:t.map(function(r){return r.message}).join("; "),errors:t.reduce(function(r,n){return r.concat(n.errors||n)},[])});return e.__defineGetter__("stack",function(){return t.map(function(r){return r.stack}).join(`
42
+ `),Object.defineProperty(this,"code",{configurable:!0,enumerable:!0,get:function(){return o},set:function(l){o=l,c()}}),Object.defineProperty(this,"message",{configurable:!0,enumerable:!0,get:function(){return a},set:function(l){a=l,c()}}),c())}});var Zw=S((Qz,Xw)=>{"use strict";Xw.exports=to;to.factory=Yw();var bh=to("CustomError");bh.order=to(bh,{message:"Arguments out of order.",code:"EOARG"});function to(t,e,r,n){var o,i;return e=pc(arguments,1,Error,Jw,[Dh,hc]),r=pc(arguments,2,{},Dh,[hc]),n=pc(arguments,3,yh,hc,[]),t=pc(arguments,0,e===Error?"Error":e.prototype.CustomError.name,PT,[Jw,Dh,hc]),i=e===Error,i&&n===yh&&(n=to.factory.root),o=function(a,s){var u,c,l,d,p,h;if(!(this instanceof o))return new o(a,s);for(delete this.constructor.name,Object.defineProperty(this.constructor,"name",{enumerable:!1,configurable:!0,value:t,writable:!1}),typeof a=="string"&&(a={message:a}),a||(a={}),c=this.CustomError.chain.slice(0).reverse().map(function(m){return m.properties}),c.push(a),c.unshift({}),h=Object.assign.apply(Object,c),u=this,l={},Object.keys(to.factory).forEach(function(m){l[m]=function(b,D){to.factory[m].call(u,b,D,l)}}),d=this.CustomError.chain.length-1;d>=0;d--)p=this.CustomError.chain[d],p.factory!==yh&&p.factory.call(this,h,s,l)},o.prototype=Object.create(e.prototype),o.prototype.constructor=o,o.prototype.name=t,o.prototype.CustomError={chain:i?[]:e.prototype.CustomError.chain.slice(0),factory:n,name:t,parent:e,properties:r},o.prototype.CustomError.chain.unshift(o.prototype.CustomError),o.prototype.toString=function(){var a=this.CustomError.chain[this.CustomError.chain.length-1].name;return this.code&&(a+=" "+this.code),this.message&&(a+=": "+this.message),a},o}function pc(t,e,r,n,o){var i=-1,a=-1,s,u,c=e<t.length?e:t.length,l;for(s=0;s<=c;s++){if(l=t[s],i===-1)for(u=0;u<o.length;u++)o[u](l)&&(i=s);a===-1&&n(l)&&(a=s)}if(a!==-1&&i!==-1&&i<a)throw new bh.order;return a!==-1?t[a]:r}function hc(t){return typeof t=="function"&&t!==Error&&!t.prototype.CustomError}function PT(t){return typeof t=="string"}function Jw(t){return typeof t=="function"&&(t===Error||t.prototype.CustomError)}function Dh(t){return t&&typeof t=="object"}function yh(){}});var ev=S((eK,Qw)=>{Qw.exports=Zw()});var iv=S((ro,di)=>{var $T=1/0,TT="[object Symbol]",Ja={function:!0,object:!0},IT=Ja[typeof ro]&&ro&&!ro.nodeType?ro:void 0,RT=Ja[typeof di]&&di&&!di.nodeType?di:void 0,BT=mc(IT&&RT&&typeof global=="object"&&global),LT=mc(Ja[typeof self]&&self),tv=mc(Ja[typeof window]&&window),wh=mc(Ja[typeof ro]&&ro),NT=BT||tv!==(wh&&wh.window)&&tv||LT||wh||Function("return this")();function mc(t){return t&&t.Object===Object?t:null}var jT=Object.prototype,UT=jT.toString,rv=NT.Symbol,nv=rv?rv.prototype:void 0,ov=nv?nv.toString:void 0;function MT(t){if(typeof t=="string")return t;if(HT(t))return ov?ov.call(t):"";var e=t+"";return e=="0"&&1/t==-$T?"-0":e}function qT(t){return!!t&&typeof t=="object"}function HT(t){return typeof t=="symbol"||qT(t)&&UT.call(t)==TT}di.exports=MT});var dv=S((no,pi)=>{var VT=iv(),zT="Expected a function",sv="__lodash_hash_undefined__",KT="[object Function]",GT="[object GeneratorFunction]",WT=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]/g,YT=/[\\^$.*+?()[\]{}|]/g,JT=/\\(\\)?/g,XT=/^\[object .+?Constructor\]$/,Za={function:!0,object:!0},ZT=Za[typeof no]&&no&&!no.nodeType?no:void 0,QT=Za[typeof pi]&&pi&&!pi.nodeType?pi:void 0,eI=gc(ZT&&QT&&typeof global=="object"&&global),tI=gc(Za[typeof self]&&self),av=gc(Za[typeof window]&&window),vh=gc(Za[typeof no]&&no),rI=eI||av!==(vh&&vh.window)&&av||tI||vh||Function("return this")();function gc(t){return t&&t.Object===Object?t:null}function nI(t){var e=!1;if(t!=null&&typeof t.toString!="function")try{e=!!(t+"")}catch{}return e}var oI=Array.prototype,uv=Object.prototype,cv=Function.prototype.toString,Eh=uv.hasOwnProperty,iI=uv.toString,aI=RegExp("^"+cv.call(Eh).replace(YT,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),sI=oI.splice,uI=lv(rI,"Map"),Xa=lv(Object,"create");function oo(t){var e=-1,r=t?t.length:0;for(this.clear();++e<r;){var n=t[e];this.set(n[0],n[1])}}function cI(){this.__data__=Xa?Xa(null):{}}function lI(t){return this.has(t)&&delete this.__data__[t]}function fI(t){var e=this.__data__;if(Xa){var r=e[t];return r===sv?void 0:r}return Eh.call(e,t)?e[t]:void 0}function dI(t){var e=this.__data__;return Xa?e[t]!==void 0:Eh.call(e,t)}function pI(t,e){var r=this.__data__;return r[t]=Xa&&e===void 0?sv:e,this}oo.prototype.clear=cI;oo.prototype.delete=lI;oo.prototype.get=fI;oo.prototype.has=dI;oo.prototype.set=pI;function hi(t){var e=-1,r=t?t.length:0;for(this.clear();++e<r;){var n=t[e];this.set(n[0],n[1])}}function hI(){this.__data__=[]}function mI(t){var e=this.__data__,r=Dc(e,t);if(r<0)return!1;var n=e.length-1;return r==n?e.pop():sI.call(e,r,1),!0}function gI(t){var e=this.__data__,r=Dc(e,t);return r<0?void 0:e[r][1]}function DI(t){return Dc(this.__data__,t)>-1}function yI(t,e){var r=this.__data__,n=Dc(r,t);return n<0?r.push([t,e]):r[n][1]=e,this}hi.prototype.clear=hI;hi.prototype.delete=mI;hi.prototype.get=gI;hi.prototype.has=DI;hi.prototype.set=yI;function io(t){var e=-1,r=t?t.length:0;for(this.clear();++e<r;){var n=t[e];this.set(n[0],n[1])}}function bI(){this.__data__={hash:new oo,map:new(uI||hi),string:new oo}}function wI(t){return yc(this,t).delete(t)}function vI(t){return yc(this,t).get(t)}function EI(t){return yc(this,t).has(t)}function CI(t,e){return yc(this,t).set(t,e),this}io.prototype.clear=bI;io.prototype.delete=wI;io.prototype.get=vI;io.prototype.has=EI;io.prototype.set=CI;function Dc(t,e){for(var r=t.length;r--;)if(AI(t[r][0],e))return r;return-1}function yc(t,e){var r=t.__data__;return _I(e)?r[typeof e=="string"?"string":"hash"]:r.map}function lv(t,e){var r=t[e];return FI(r)?r:void 0}function _I(t){var e=typeof t;return e=="string"||e=="number"||e=="symbol"||e=="boolean"?t!=="__proto__":t===null}var SI=Ch(function(t){var e=[];return kI(t).replace(WT,function(r,n,o,i){e.push(o?i.replace(JT,"$1"):n||r)}),e});function xI(t){if(t!=null){try{return cv.call(t)}catch{}try{return t+""}catch{}}return""}function Ch(t,e){if(typeof t!="function"||e&&typeof e!="function")throw new TypeError(zT);var r=function(){var n=arguments,o=e?e.apply(this,n):n[0],i=r.cache;if(i.has(o))return i.get(o);var a=t.apply(this,n);return r.cache=i.set(o,a),a};return r.cache=new(Ch.Cache||io),r}Ch.Cache=io;function AI(t,e){return t===e||t!==t&&e!==e}function OI(t){var e=fv(t)?iI.call(t):"";return e==KT||e==GT}function fv(t){var e=typeof t;return!!t&&(e=="object"||e=="function")}function FI(t){if(!fv(t))return!1;var e=OI(t)||nI(t)?aI:XT;return e.test(xI(t))}function kI(t){return t==null?"":VT(t)}pi.exports=SI});var qv=S((ao,gi)=>{var PI=dv(),$I=200,Ih="__lodash_hash_undefined__",Cc=1,Di=2,TI=1/0,yv=9007199254740991,bc="[object Arguments]",xh="[object Array]",bv="[object Boolean]",wv="[object Date]",vv="[object Error]",Ev="[object Function]",II="[object GeneratorFunction]",Qa="[object Map]",Cv="[object Number]",mi="[object Object]",pv="[object Promise]",_v="[object RegExp]",es="[object Set]",Rh="[object String]",Sv="[object Symbol]",Ah="[object WeakMap]",xv="[object ArrayBuffer]",wc="[object DataView]",RI="[object Float32Array]",BI="[object Float64Array]",LI="[object Int8Array]",NI="[object Int16Array]",jI="[object Int32Array]",UI="[object Uint8Array]",MI="[object Uint8ClampedArray]",qI="[object Uint16Array]",HI="[object Uint32Array]",VI=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,zI=/^\w*$/,KI=/[\\^$.*+?()[\]{}|]/g,GI=/^\[object .+?Constructor\]$/,WI=/^(?:0|[1-9]\d*)$/,Le={};Le[RI]=Le[BI]=Le[LI]=Le[NI]=Le[jI]=Le[UI]=Le[MI]=Le[qI]=Le[HI]=!0;Le[bc]=Le[xh]=Le[xv]=Le[bv]=Le[wc]=Le[wv]=Le[vv]=Le[Ev]=Le[Qa]=Le[Cv]=Le[mi]=Le[_v]=Le[es]=Le[Rh]=Le[Ah]=!1;var rs={function:!0,object:!0},YI=rs[typeof ao]&&ao&&!ao.nodeType?ao:void 0,JI=rs[typeof gi]&&gi&&!gi.nodeType?gi:void 0,XI=_c(YI&&JI&&typeof global=="object"&&global),ZI=_c(rs[typeof self]&&self),hv=_c(rs[typeof window]&&window),_h=_c(rs[typeof ao]&&ao),co=XI||hv!==(_h&&_h.window)&&hv||ZI||_h||Function("return this")();function QI(t,e){for(var r=-1,n=t.length,o=Array(n);++r<n;)o[r]=e(t[r],r,t);return o}function eR(t,e){for(var r=-1,n=t.length;++r<n;)if(e(t[r],r,t))return!0;return!1}function tR(t,e){for(var r=-1,n=Array(t);++r<t;)n[r]=e(r);return n}function rR(t,e){return QI(e,function(r){return[r,t[r]]})}function _c(t){return t&&t.Object===Object?t:null}function Oh(t){var e=!1;if(t!=null&&typeof t.toString!="function")try{e=!!(t+"")}catch{}return e}function Av(t){var e=-1,r=Array(t.size);return t.forEach(function(n,o){r[++e]=[o,n]}),r}function nR(t){var e=-1,r=Array(t.size);return t.forEach(function(n){r[++e]=n}),r}function oR(t){var e=-1,r=Array(t.size);return t.forEach(function(n){r[++e]=[n,n]}),r}var iR=Array.prototype,Sc=Object.prototype,Ov=Function.prototype.toString,so=Sc.hasOwnProperty,lo=Sc.toString,aR=RegExp("^"+Ov.call(so).replace(KI,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),mv=co.Symbol,gv=co.Uint8Array,sR=Sc.propertyIsEnumerable,uR=iR.splice,cR=Object.getPrototypeOf,lR=Object.keys,Fh=yi(co,"DataView"),vc=yi(co,"Map"),kh=yi(co,"Promise"),Ph=yi(co,"Set"),$h=yi(co,"WeakMap"),ts=yi(Object,"create"),fR=po(Fh),dR=po(vc),pR=po(kh),hR=po(Ph),mR=po($h),Dv=mv?mv.prototype:void 0,Sh=Dv?Dv.valueOf:void 0;function uo(t){var e=-1,r=t?t.length:0;for(this.clear();++e<r;){var n=t[e];this.set(n[0],n[1])}}function gR(){this.__data__=ts?ts(null):{}}function DR(t){return this.has(t)&&delete this.__data__[t]}function yR(t){var e=this.__data__;if(ts){var r=e[t];return r===Ih?void 0:r}return so.call(e,t)?e[t]:void 0}function bR(t){var e=this.__data__;return ts?e[t]!==void 0:so.call(e,t)}function wR(t,e){var r=this.__data__;return r[t]=ts&&e===void 0?Ih:e,this}uo.prototype.clear=gR;uo.prototype.delete=DR;uo.prototype.get=yR;uo.prototype.has=bR;uo.prototype.set=wR;function en(t){var e=-1,r=t?t.length:0;for(this.clear();++e<r;){var n=t[e];this.set(n[0],n[1])}}function vR(){this.__data__=[]}function ER(t){var e=this.__data__,r=xc(e,t);if(r<0)return!1;var n=e.length-1;return r==n?e.pop():uR.call(e,r,1),!0}function CR(t){var e=this.__data__,r=xc(e,t);return r<0?void 0:e[r][1]}function _R(t){return xc(this.__data__,t)>-1}function SR(t,e){var r=this.__data__,n=xc(r,t);return n<0?r.push([t,e]):r[n][1]=e,this}en.prototype.clear=vR;en.prototype.delete=ER;en.prototype.get=CR;en.prototype.has=_R;en.prototype.set=SR;function fo(t){var e=-1,r=t?t.length:0;for(this.clear();++e<r;){var n=t[e];this.set(n[0],n[1])}}function xR(){this.__data__={hash:new uo,map:new(vc||en),string:new uo}}function AR(t){return Ac(this,t).delete(t)}function OR(t){return Ac(this,t).get(t)}function FR(t){return Ac(this,t).has(t)}function kR(t,e){return Ac(this,t).set(t,e),this}fo.prototype.clear=xR;fo.prototype.delete=AR;fo.prototype.get=OR;fo.prototype.has=FR;fo.prototype.set=kR;function Ec(t){var e=-1,r=t?t.length:0;for(this.__data__=new fo;++e<r;)this.add(t[e])}function PR(t){return this.__data__.set(t,Ih),this}function $R(t){return this.__data__.has(t)}Ec.prototype.add=Ec.prototype.push=PR;Ec.prototype.has=$R;function Qr(t){this.__data__=new en(t)}function TR(){this.__data__=new en}function IR(t){return this.__data__.delete(t)}function RR(t){return this.__data__.get(t)}function BR(t){return this.__data__.has(t)}function LR(t,e){var r=this.__data__;return r instanceof en&&r.__data__.length==$I&&(r=this.__data__=new fo(r.__data__)),r.set(t,e),this}Qr.prototype.clear=TR;Qr.prototype.delete=IR;Qr.prototype.get=RR;Qr.prototype.has=BR;Qr.prototype.set=LR;function xc(t,e){for(var r=t.length;r--;)if(rB(t[r][0],e))return r;return-1}function Fv(t,e){e=Oc(e,t)?[e]:$v(e);for(var r=0,n=e.length;t!=null&&r<n;)t=t[Fc(e[r++])];return r&&r==n?t:void 0}function kv(t,e){return so.call(t,e)||typeof t=="object"&&e in t&&XR(t)===null}function NR(t,e){return e in Object(t)}function Bh(t,e,r,n,o){return t===e?!0:t==null||e==null||!Pc(t)&&!ns(e)?t!==t&&e!==e:jR(t,e,Bh,r,n,o)}function jR(t,e,r,n,o,i){var a=Sn(t),s=Sn(e),u=xh,c=xh;a||(u=Zr(t),u=u==bc?mi:u),s||(c=Zr(e),c=c==bc?mi:c);var l=u==mi&&!Oh(t),d=c==mi&&!Oh(e),p=u==c;if(p&&!l)return i||(i=new Qr),a||iB(t)?Tv(t,e,r,n,o,i):GR(t,e,u,r,n,o,i);if(!(o&Di)){var h=l&&so.call(t,"__wrapped__"),m=d&&so.call(e,"__wrapped__");if(h||m){var b=h?t.value():t,D=m?e.value():e;return i||(i=new Qr),r(b,D,n,o,i)}}return p?(i||(i=new Qr),WR(t,e,r,n,o,i)):!1}function UR(t,e,r,n){var o=r.length,i=o,a=!n;if(t==null)return!i;for(t=Object(t);o--;){var s=r[o];if(a&&s[2]?s[1]!==t[s[0]]:!(s[0]in t))return!1}for(;++o<i;){s=r[o];var u=s[0],c=t[u],l=s[1];if(a&&s[2]){if(c===void 0&&!(u in t))return!1}else{var d=new Qr;if(n)var p=n(c,l,u,t,e,d);if(!(p===void 0?Bh(l,c,n,Cc|Di,d):p))return!1}}return!0}function MR(t){return typeof t=="function"?t:t==null?cB:typeof t=="object"?Sn(t)?VR(t[0],t[1]):HR(t):lB(t)}function qR(t){return lR(Object(t))}function HR(t){var e=JR(t);return e.length==1&&e[0][2]?Bv(e[0][0],e[0][1]):function(r){return r===t||UR(r,t,e)}}function VR(t,e){return Oc(t)&&Rv(e)?Bv(Fc(t),e):function(r){var n=aB(r,t);return n===void 0&&n===e?sB(r,t):Bh(e,n,void 0,Cc|Di)}}function Pv(t){return function(e){return e?.[t]}}function zR(t){return function(e){return Fv(e,t)}}function $v(t){return Sn(t)?t:PI(t)}function KR(t){return function(e){var r=Zr(e);return r==Qa?Av(e):r==es?oR(e):rR(e,t(e))}}function Tv(t,e,r,n,o,i){var a=o&Di,s=t.length,u=e.length;if(s!=u&&!(a&&u>s))return!1;var c=i.get(t);if(c)return c==e;var l=-1,d=!0,p=o&Cc?new Ec:void 0;for(i.set(t,e);++l<s;){var h=t[l],m=e[l];if(n)var b=a?n(m,h,l,e,t,i):n(h,m,l,t,e,i);if(b!==void 0){if(b)continue;d=!1;break}if(p){if(!eR(e,function(D,E){if(!p.has(E)&&(h===D||r(h,D,n,o,i)))return p.add(E)})){d=!1;break}}else if(!(h===m||r(h,m,n,o,i))){d=!1;break}}return i.delete(t),d}function GR(t,e,r,n,o,i,a){switch(r){case wc:if(t.byteLength!=e.byteLength||t.byteOffset!=e.byteOffset)return!1;t=t.buffer,e=e.buffer;case xv:return!(t.byteLength!=e.byteLength||!n(new gv(t),new gv(e)));case bv:case wv:return+t==+e;case vv:return t.name==e.name&&t.message==e.message;case Cv:return t!=+t?e!=+e:t==+e;case _v:case Rh:return t==e+"";case Qa:var s=Av;case es:var u=i&Di;if(s||(s=nR),t.size!=e.size&&!u)return!1;var c=a.get(t);return c?c==e:(i|=Cc,a.set(t,e),Tv(s(t),s(e),n,o,i,a));case Sv:if(Sh)return Sh.call(t)==Sh.call(e)}return!1}function WR(t,e,r,n,o,i){var a=o&Di,s=Th(t),u=s.length,c=Th(e),l=c.length;if(u!=l&&!a)return!1;for(var d=u;d--;){var p=s[d];if(!(a?p in e:kv(e,p)))return!1}var h=i.get(t);if(h)return h==e;var m=!0;i.set(t,e);for(var b=a;++d<u;){p=s[d];var D=t[p],E=e[p];if(n)var C=a?n(E,D,p,e,t,i):n(D,E,p,t,e,i);if(!(C===void 0?D===E||r(D,E,n,o,i):C)){m=!1;break}b||(b=p=="constructor")}if(m&&!b){var g=t.constructor,_=e.constructor;g!=_&&"constructor"in t&&"constructor"in e&&!(typeof g=="function"&&g instanceof g&&typeof _=="function"&&_ instanceof _)&&(m=!1)}return i.delete(t),m}var YR=Pv("length");function Ac(t,e){var r=t.__data__;return eB(e)?r[typeof e=="string"?"string":"hash"]:r.map}function JR(t){for(var e=uB(t),r=e.length;r--;)e[r][2]=Rv(e[r][1]);return e}function yi(t,e){var r=t[e];return oB(r)?r:void 0}function XR(t){return cR(Object(t))}function Zr(t){return lo.call(t)}(Fh&&Zr(new Fh(new ArrayBuffer(1)))!=wc||vc&&Zr(new vc)!=Qa||kh&&Zr(kh.resolve())!=pv||Ph&&Zr(new Ph)!=es||$h&&Zr(new $h)!=Ah)&&(Zr=function(t){var e=lo.call(t),r=e==mi?t.constructor:void 0,n=r?po(r):void 0;if(n)switch(n){case fR:return wc;case dR:return Qa;case pR:return pv;case hR:return es;case mR:return Ah}return e});function ZR(t,e,r){e=Oc(e,t)?[e]:$v(e);for(var n,o=-1,a=e.length;++o<a;){var i=Fc(e[o]);if(!(n=t!=null&&r(t,i)))break;t=t[i]}if(n)return n;var a=t?t.length:0;return!!a&&kc(a)&&Iv(i,a)&&(Sn(t)||Uv(t)||Lv(t))}function QR(t){var e=t?t.length:void 0;return kc(e)&&(Sn(t)||Uv(t)||Lv(t))?tR(e,String):null}function Iv(t,e){return e=e??yv,!!e&&(typeof t=="number"||WI.test(t))&&t>-1&&t%1==0&&t<e}function Oc(t,e){if(Sn(t))return!1;var r=typeof t;return r=="number"||r=="symbol"||r=="boolean"||t==null||Mv(t)?!0:zI.test(t)||!VI.test(t)||e!=null&&t in Object(e)}function eB(t){var e=typeof t;return e=="string"||e=="number"||e=="symbol"||e=="boolean"?t!=="__proto__":t===null}function tB(t){var e=t&&t.constructor,r=typeof e=="function"&&e.prototype||Sc;return t===r}function Rv(t){return t===t&&!Pc(t)}function Bv(t,e){return function(r){return r==null?!1:r[t]===e&&(e!==void 0||t in Object(r))}}function Fc(t){if(typeof t=="string"||Mv(t))return t;var e=t+"";return e=="0"&&1/t==-TI?"-0":e}function po(t){if(t!=null){try{return Ov.call(t)}catch{}try{return t+""}catch{}}return""}function rB(t,e){return t===e||t!==t&&e!==e}function Lv(t){return nB(t)&&so.call(t,"callee")&&(!sR.call(t,"callee")||lo.call(t)==bc)}var Sn=Array.isArray;function Nv(t){return t!=null&&kc(YR(t))&&!jv(t)}function nB(t){return ns(t)&&Nv(t)}function jv(t){var e=Pc(t)?lo.call(t):"";return e==Ev||e==II}function kc(t){return typeof t=="number"&&t>-1&&t%1==0&&t<=yv}function Pc(t){var e=typeof t;return!!t&&(e=="object"||e=="function")}function ns(t){return!!t&&typeof t=="object"}function oB(t){if(!Pc(t))return!1;var e=jv(t)||Oh(t)?aR:GI;return e.test(po(t))}function Uv(t){return typeof t=="string"||!Sn(t)&&ns(t)&&lo.call(t)==Rh}function Mv(t){return typeof t=="symbol"||ns(t)&&lo.call(t)==Sv}function iB(t){return ns(t)&&kc(t.length)&&!!Le[lo.call(t)]}function aB(t,e,r){var n=t==null?void 0:Fv(t,e);return n===void 0?r:n}function sB(t,e){return t!=null&&ZR(t,e,NR)}function Th(t){var e=tB(t);if(!(e||Nv(t)))return qR(t);var r=QR(t),n=!!r,o=r||[],i=o.length;for(var a in t)kv(t,a)&&!(n&&(a=="length"||Iv(a,i)))&&!(e&&a=="constructor")&&o.push(a);return o}var uB=KR(Th);function cB(t){return t}function lB(t){return Oc(t)?Pv(Fc(t)):zR(t)}gi.exports=MR});var Gv=S((ho,bi)=>{var fB=1/0,dB="[object Function]",pB="[object GeneratorFunction]",hB=/[\\^$.*+?()[\]{}|]/g,mB=/^\[object .+?Constructor\]$/,os={function:!0,object:!0},gB=os[typeof ho]&&ho&&!ho.nodeType?ho:void 0,DB=os[typeof bi]&&bi&&!bi.nodeType?bi:void 0,yB=$c(gB&&DB&&typeof global=="object"&&global),bB=$c(os[typeof self]&&self),Hv=$c(os[typeof window]&&window),Lh=$c(os[typeof ho]&&ho),wB=yB||Hv!==(Lh&&Lh.window)&&Hv||bB||Lh||Function("return this")();function $c(t){return t&&t.Object===Object?t:null}function vB(t){var e=!1;if(t!=null&&typeof t.toString!="function")try{e=!!(t+"")}catch{}return e}function EB(t){var e=-1,r=Array(t.size);return t.forEach(function(n){r[++e]=n}),r}var Vv=Object.prototype,zv=Function.prototype.toString,CB=Vv.hasOwnProperty,_B=Vv.toString,SB=RegExp("^"+zv.call(CB).replace(hB,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),Nh=AB(wB,"Set"),xB=Nh&&1/EB(new Nh([,-0]))[1]==fB?function(t){return new Nh(t)}:PB;function AB(t,e){var r=t[e];return kB(r)?r:void 0}function OB(t){if(t!=null){try{return zv.call(t)}catch{}try{return t+""}catch{}}return""}function FB(t){var e=Kv(t)?_B.call(t):"";return e==dB||e==pB}function Kv(t){var e=typeof t;return!!t&&(e=="object"||e=="function")}function kB(t){if(!Kv(t))return!1;var e=FB(t)||vB(t)?SB:mB;return e.test(OB(t))}function PB(){}bi.exports=xB});var Yv=S((mo,wi)=>{var is={function:!0,object:!0},$B=is[typeof mo]&&mo&&!mo.nodeType?mo:void 0,TB=is[typeof wi]&&wi&&!wi.nodeType?wi:void 0,IB=Tc($B&&TB&&typeof global=="object"&&global),RB=Tc(is[typeof self]&&self),Wv=Tc(is[typeof window]&&window),jh=Tc(is[typeof mo]&&mo),BB=IB||Wv!==(jh&&jh.window)&&Wv||RB||jh||Function("return this")();function Tc(t){return t&&t.Object===Object?t:null}wi.exports=BB});var tE=S((tK,eE)=>{var LB=Gv(),NB=Yv(),jB=200,Uh="__lodash_hash_undefined__",UB="[object Function]",MB="[object GeneratorFunction]",qB=/[\\^$.*+?()[\]{}|]/g,HB=/^\[object .+?Constructor\]$/;function VB(t,e){return!!t.length&&KB(t,e,0)>-1}function zB(t,e,r){for(var n=-1,o=t.length;++n<o;)if(r(e,t[n]))return!0;return!1}function KB(t,e,r){if(e!==e)return WB(t,r);for(var n=r-1,o=t.length;++n<o;)if(t[n]===e)return n;return-1}function GB(t,e){return t.has(e)}function WB(t,e,r){for(var n=t.length,o=e+(r?0:-1);r?o--:++o<n;){var i=t[o];if(i!==i)return o}return-1}function YB(t){var e=!1;if(t!=null&&typeof t.toString!="function")try{e=!!(t+"")}catch{}return e}function JB(t){var e=-1,r=Array(t.size);return t.forEach(function(n){r[++e]=n}),r}var XB=Array.prototype,Jv=Object.prototype,Xv=Function.prototype.toString,Mh=Jv.hasOwnProperty,ZB=Jv.toString,QB=RegExp("^"+Xv.call(Mh).replace(qB,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),e6=XB.splice,t6=Zv(NB,"Map"),as=Zv(Object,"create");function go(t){var e=-1,r=t?t.length:0;for(this.clear();++e<r;){var n=t[e];this.set(n[0],n[1])}}function r6(){this.__data__=as?as(null):{}}function n6(t){return this.has(t)&&delete this.__data__[t]}function o6(t){var e=this.__data__;if(as){var r=e[t];return r===Uh?void 0:r}return Mh.call(e,t)?e[t]:void 0}function i6(t){var e=this.__data__;return as?e[t]!==void 0:Mh.call(e,t)}function a6(t,e){var r=this.__data__;return r[t]=as&&e===void 0?Uh:e,this}go.prototype.clear=r6;go.prototype.delete=n6;go.prototype.get=o6;go.prototype.has=i6;go.prototype.set=a6;function vi(t){var e=-1,r=t?t.length:0;for(this.clear();++e<r;){var n=t[e];this.set(n[0],n[1])}}function s6(){this.__data__=[]}function u6(t){var e=this.__data__,r=Rc(e,t);if(r<0)return!1;var n=e.length-1;return r==n?e.pop():e6.call(e,r,1),!0}function c6(t){var e=this.__data__,r=Rc(e,t);return r<0?void 0:e[r][1]}function l6(t){return Rc(this.__data__,t)>-1}function f6(t,e){var r=this.__data__,n=Rc(r,t);return n<0?r.push([t,e]):r[n][1]=e,this}vi.prototype.clear=s6;vi.prototype.delete=u6;vi.prototype.get=c6;vi.prototype.has=l6;vi.prototype.set=f6;function Ei(t){var e=-1,r=t?t.length:0;for(this.clear();++e<r;){var n=t[e];this.set(n[0],n[1])}}function d6(){this.__data__={hash:new go,map:new(t6||vi),string:new go}}function p6(t){return Bc(this,t).delete(t)}function h6(t){return Bc(this,t).get(t)}function m6(t){return Bc(this,t).has(t)}function g6(t,e){return Bc(this,t).set(t,e),this}Ei.prototype.clear=d6;Ei.prototype.delete=p6;Ei.prototype.get=h6;Ei.prototype.has=m6;Ei.prototype.set=g6;function Ic(t){var e=-1,r=t?t.length:0;for(this.__data__=new Ei;++e<r;)this.add(t[e])}function D6(t){return this.__data__.set(t,Uh),this}function y6(t){return this.__data__.has(t)}Ic.prototype.add=Ic.prototype.push=D6;Ic.prototype.has=y6;function Rc(t,e){for(var r=t.length;r--;)if(E6(t[r][0],e))return r;return-1}function b6(t,e,r){var n=-1,o=VB,i=t.length,a=!0,s=[],u=s;if(r)a=!1,o=zB;else if(i>=jB){var c=e?null:LB(t);if(c)return JB(c);a=!1,o=GB,u=new Ic}else u=e?[]:s;e:for(;++n<i;){var l=t[n],d=e?e(l):l;if(l=r||l!==0?l:0,a&&d===d){for(var p=u.length;p--;)if(u[p]===d)continue e;e&&u.push(d),s.push(l)}else o(u,d,r)||(u!==s&&u.push(d),s.push(l))}return s}function Bc(t,e){var r=t.__data__;return w6(e)?r[typeof e=="string"?"string":"hash"]:r.map}function Zv(t,e){var r=t[e];return _6(r)?r:void 0}function w6(t){var e=typeof t;return e=="string"||e=="number"||e=="symbol"||e=="boolean"?t!=="__proto__":t===null}function v6(t){if(t!=null){try{return Xv.call(t)}catch{}try{return t+""}catch{}}return""}function E6(t,e){return t===e||t!==t&&e!==e}function C6(t){var e=Qv(t)?ZB.call(t):"";return e==UB||e==MB}function Qv(t){var e=typeof t;return!!t&&(e=="object"||e=="function")}function _6(t){if(!Qv(t))return!1;var e=C6(t)||YB(t)?QB:HB;return e.test(v6(t))}eE.exports=b6});var nE=S((rK,rE)=>{var S6=qv(),x6=tE();function A6(t,e){return t&&t.length?x6(t,S6(e)):[]}rE.exports=A6});var iE=S((nK,oE)=>{"use strict";var O6=ev(),F6=nE(),k6=O6("MultiError");oE.exports=qh;function qh(t){if(!(this instanceof qh))return new qh(t);if(t=Array.isArray(t)?t:[t],t=F6(t,function(r){return r.stack}),t.length===1)return t[0];var e=new k6({message:t.map(function(r){return r.message}).join("; "),errors:t.reduce(function(r,n){return r.concat(n.errors||n)},[])});return e.__defineGetter__("stack",function(){return t.map(function(r){return r.stack}).join(`
43
43
 
44
44
  `)}),e.__defineSetter__("stack",function(r){return[r].concat(e.stack).join(`
45
45
 
46
- `)}),e}});var iC=S((nK,oC)=>{var xn=require("constants"),k6=process.cwd,Bc=null,P6=process.env.GRACEFUL_FS_PLATFORM||process.platform;process.cwd=function(){return Bc||(Bc=k6.call(process)),Bc};try{process.cwd()}catch{}typeof process.chdir=="function"&&(qh=process.chdir,process.chdir=function(t){Bc=null,qh.call(process,t)},Object.setPrototypeOf&&Object.setPrototypeOf(process.chdir,qh));var qh;oC.exports=$6;function $6(t){xn.hasOwnProperty("O_SYMLINK")&&process.version.match(/^v0\.6\.[0-2]|^v0\.5\./)&&e(t),t.lutimes||r(t),t.chown=i(t.chown),t.fchown=i(t.fchown),t.lchown=i(t.lchown),t.chmod=n(t.chmod),t.fchmod=n(t.fchmod),t.lchmod=n(t.lchmod),t.chownSync=a(t.chownSync),t.fchownSync=a(t.fchownSync),t.lchownSync=a(t.lchownSync),t.chmodSync=o(t.chmodSync),t.fchmodSync=o(t.fchmodSync),t.lchmodSync=o(t.lchmodSync),t.stat=s(t.stat),t.fstat=s(t.fstat),t.lstat=s(t.lstat),t.statSync=u(t.statSync),t.fstatSync=u(t.fstatSync),t.lstatSync=u(t.lstatSync),t.chmod&&!t.lchmod&&(t.lchmod=function(l,d,p){p&&process.nextTick(p)},t.lchmodSync=function(){}),t.chown&&!t.lchown&&(t.lchown=function(l,d,p,h){h&&process.nextTick(h)},t.lchownSync=function(){}),P6==="win32"&&(t.rename=typeof t.rename!="function"?t.rename:(function(l){function d(p,h,m){var b=Date.now(),D=0;l(p,h,function C(E){if(E&&(E.code==="EACCES"||E.code==="EPERM"||E.code==="EBUSY")&&Date.now()-b<6e4){setTimeout(function(){t.stat(h,function(g,_){g&&g.code==="ENOENT"?l(p,h,C):m(E)})},D),D<100&&(D+=10);return}m&&m(E)})}return Object.setPrototypeOf&&Object.setPrototypeOf(d,l),d})(t.rename)),t.read=typeof t.read!="function"?t.read:(function(l){function d(p,h,m,b,D,C){var E;if(C&&typeof C=="function"){var g=0;E=function(_,x,$){if(_&&_.code==="EAGAIN"&&g<10)return g++,l.call(t,p,h,m,b,D,E);C.apply(this,arguments)}}return l.call(t,p,h,m,b,D,E)}return Object.setPrototypeOf&&Object.setPrototypeOf(d,l),d})(t.read),t.readSync=typeof t.readSync!="function"?t.readSync:(function(l){return function(d,p,h,m,b){for(var D=0;;)try{return l.call(t,d,p,h,m,b)}catch(C){if(C.code==="EAGAIN"&&D<10){D++;continue}throw C}}})(t.readSync);function e(l){l.lchmod=function(d,p,h){l.open(d,xn.O_WRONLY|xn.O_SYMLINK,p,function(m,b){if(m){h&&h(m);return}l.fchmod(b,p,function(D){l.close(b,function(C){h&&h(D||C)})})})},l.lchmodSync=function(d,p){var h=l.openSync(d,xn.O_WRONLY|xn.O_SYMLINK,p),m=!0,b;try{b=l.fchmodSync(h,p),m=!1}finally{if(m)try{l.closeSync(h)}catch{}else l.closeSync(h)}return b}}function r(l){xn.hasOwnProperty("O_SYMLINK")&&l.futimes?(l.lutimes=function(d,p,h,m){l.open(d,xn.O_SYMLINK,function(b,D){if(b){m&&m(b);return}l.futimes(D,p,h,function(C){l.close(D,function(E){m&&m(C||E)})})})},l.lutimesSync=function(d,p,h){var m=l.openSync(d,xn.O_SYMLINK),b,D=!0;try{b=l.futimesSync(m,p,h),D=!1}finally{if(D)try{l.closeSync(m)}catch{}else l.closeSync(m)}return b}):l.futimes&&(l.lutimes=function(d,p,h,m){m&&process.nextTick(m)},l.lutimesSync=function(){})}function n(l){return l&&function(d,p,h){return l.call(t,d,p,function(m){c(m)&&(m=null),h&&h.apply(this,arguments)})}}function o(l){return l&&function(d,p){try{return l.call(t,d,p)}catch(h){if(!c(h))throw h}}}function i(l){return l&&function(d,p,h,m){return l.call(t,d,p,h,function(b){c(b)&&(b=null),m&&m.apply(this,arguments)})}}function a(l){return l&&function(d,p,h){try{return l.call(t,d,p,h)}catch(m){if(!c(m))throw m}}}function s(l){return l&&function(d,p,h){typeof p=="function"&&(h=p,p=null);function m(b,D){D&&(D.uid<0&&(D.uid+=4294967296),D.gid<0&&(D.gid+=4294967296)),h&&h.apply(this,arguments)}return p?l.call(t,d,p,m):l.call(t,d,m)}}function u(l){return l&&function(d,p){var h=p?l.call(t,d,p):l.call(t,d);return h&&(h.uid<0&&(h.uid+=4294967296),h.gid<0&&(h.gid+=4294967296)),h}}function c(l){if(!l||l.code==="ENOSYS")return!0;var d=!process.getuid||process.getuid()!==0;return!!(d&&(l.code==="EINVAL"||l.code==="EPERM"))}}});var uC=S((oK,sC)=>{var aC=require("stream").Stream;sC.exports=T6;function T6(t){return{ReadStream:e,WriteStream:r};function e(n,o){if(!(this instanceof e))return new e(n,o);aC.call(this);var i=this;this.path=n,this.fd=null,this.readable=!0,this.paused=!1,this.flags="r",this.mode=438,this.bufferSize=64*1024,o=o||{};for(var a=Object.keys(o),s=0,u=a.length;s<u;s++){var c=a[s];this[c]=o[c]}if(this.encoding&&this.setEncoding(this.encoding),this.start!==void 0){if(typeof this.start!="number")throw TypeError("start must be a Number");if(this.end===void 0)this.end=1/0;else if(typeof this.end!="number")throw TypeError("end must be a Number");if(this.start>this.end)throw new Error("start must be <= end");this.pos=this.start}if(this.fd!==null){process.nextTick(function(){i._read()});return}t.open(this.path,this.flags,this.mode,function(l,d){if(l){i.emit("error",l),i.readable=!1;return}i.fd=d,i.emit("open",d),i._read()})}function r(n,o){if(!(this instanceof r))return new r(n,o);aC.call(this),this.path=n,this.fd=null,this.writable=!0,this.flags="w",this.encoding="binary",this.mode=438,this.bytesWritten=0,o=o||{};for(var i=Object.keys(o),a=0,s=i.length;a<s;a++){var u=i[a];this[u]=o[u]}if(this.start!==void 0){if(typeof this.start!="number")throw TypeError("start must be a Number");if(this.start<0)throw new Error("start must be >= zero");this.pos=this.start}this.busy=!1,this._queue=[],this.fd===null&&(this._open=t.open,this._queue.push([this._open,this.path,this.flags,this.mode,void 0]),this.flush())}}});var lC=S((iK,cC)=>{"use strict";cC.exports=R6;var I6=Object.getPrototypeOf||function(t){return t.__proto__};function R6(t){if(t===null||typeof t!="object")return t;if(t instanceof Object)var e={__proto__:I6(t)};else var e=Object.create(null);return Object.getOwnPropertyNames(t).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(t,r))}),e}});var An=S((aK,zh)=>{var Ke=require("fs"),B6=iC(),L6=uC(),N6=lC(),Lc=require("util"),ht,jc;typeof Symbol=="function"&&typeof Symbol.for=="function"?(ht=Symbol.for("graceful-fs.queue"),jc=Symbol.for("graceful-fs.previous")):(ht="___graceful-fs.queue",jc="___graceful-fs.previous");function j6(){}function pC(t,e){Object.defineProperty(t,ht,{get:function(){return e}})}var yo=j6;Lc.debuglog?yo=Lc.debuglog("gfs4"):/\bgfs4\b/i.test(process.env.NODE_DEBUG||"")&&(yo=function(){var t=Lc.format.apply(Lc,arguments);t="GFS4: "+t.split(/\n/).join(`
47
- GFS4: `),console.error(t)});Ke[ht]||(fC=global[ht]||[],pC(Ke,fC),Ke.close=(function(t){function e(r,n){return t.call(Ke,r,function(o){o||dC(),typeof n=="function"&&n.apply(this,arguments)})}return Object.defineProperty(e,jc,{value:t}),e})(Ke.close),Ke.closeSync=(function(t){function e(r){t.apply(Ke,arguments),dC()}return Object.defineProperty(e,jc,{value:t}),e})(Ke.closeSync),/\bgfs4\b/i.test(process.env.NODE_DEBUG||"")&&process.on("exit",function(){yo(Ke[ht]),require("assert").equal(Ke[ht].length,0)}));var fC;global[ht]||pC(global,Ke[ht]);zh.exports=Hh(N6(Ke));process.env.TEST_GRACEFUL_FS_GLOBAL_PATCH&&!Ke.__patched&&(zh.exports=Hh(Ke),Ke.__patched=!0);function Hh(t){B6(t),t.gracefulify=Hh,t.createReadStream=x,t.createWriteStream=$;var e=t.readFile;t.readFile=r;function r(T,N,F){return typeof N=="function"&&(F=N,N=null),j(T,N,F);function j(M,z,k,y){return e(M,z,function(w){w&&(w.code==="EMFILE"||w.code==="ENFILE")?_i([j,[M,z,k],w,y||Date.now(),Date.now()]):typeof k=="function"&&k.apply(this,arguments)})}}var n=t.writeFile;t.writeFile=o;function o(T,N,F,j){return typeof F=="function"&&(j=F,F=null),M(T,N,F,j);function M(z,k,y,w,v){return n(z,k,y,function(A){A&&(A.code==="EMFILE"||A.code==="ENFILE")?_i([M,[z,k,y,w],A,v||Date.now(),Date.now()]):typeof w=="function"&&w.apply(this,arguments)})}}var i=t.appendFile;i&&(t.appendFile=a);function a(T,N,F,j){return typeof F=="function"&&(j=F,F=null),M(T,N,F,j);function M(z,k,y,w,v){return i(z,k,y,function(A){A&&(A.code==="EMFILE"||A.code==="ENFILE")?_i([M,[z,k,y,w],A,v||Date.now(),Date.now()]):typeof w=="function"&&w.apply(this,arguments)})}}var s=t.copyFile;s&&(t.copyFile=u);function u(T,N,F,j){return typeof F=="function"&&(j=F,F=0),M(T,N,F,j);function M(z,k,y,w,v){return s(z,k,y,function(A){A&&(A.code==="EMFILE"||A.code==="ENFILE")?_i([M,[z,k,y,w],A,v||Date.now(),Date.now()]):typeof w=="function"&&w.apply(this,arguments)})}}var c=t.readdir;t.readdir=d;var l=/^v[0-5]\./;function d(T,N,F){typeof N=="function"&&(F=N,N=null);var j=l.test(process.version)?function(k,y,w,v){return c(k,M(k,y,w,v))}:function(k,y,w,v){return c(k,y,M(k,y,w,v))};return j(T,N,F);function M(z,k,y,w){return function(v,A){v&&(v.code==="EMFILE"||v.code==="ENFILE")?_i([j,[z,k,y],v,w||Date.now(),Date.now()]):(A&&A.sort&&A.sort(),typeof y=="function"&&y.call(this,v,A))}}}if(process.version.substr(0,4)==="v0.8"){var p=L6(t);C=p.ReadStream,g=p.WriteStream}var h=t.ReadStream;h&&(C.prototype=Object.create(h.prototype),C.prototype.open=E);var m=t.WriteStream;m&&(g.prototype=Object.create(m.prototype),g.prototype.open=_),Object.defineProperty(t,"ReadStream",{get:function(){return C},set:function(T){C=T},enumerable:!0,configurable:!0}),Object.defineProperty(t,"WriteStream",{get:function(){return g},set:function(T){g=T},enumerable:!0,configurable:!0});var b=C;Object.defineProperty(t,"FileReadStream",{get:function(){return b},set:function(T){b=T},enumerable:!0,configurable:!0});var D=g;Object.defineProperty(t,"FileWriteStream",{get:function(){return D},set:function(T){D=T},enumerable:!0,configurable:!0});function C(T,N){return this instanceof C?(h.apply(this,arguments),this):C.apply(Object.create(C.prototype),arguments)}function E(){var T=this;B(T.path,T.flags,T.mode,function(N,F){N?(T.autoClose&&T.destroy(),T.emit("error",N)):(T.fd=F,T.emit("open",F),T.read())})}function g(T,N){return this instanceof g?(m.apply(this,arguments),this):g.apply(Object.create(g.prototype),arguments)}function _(){var T=this;B(T.path,T.flags,T.mode,function(N,F){N?(T.destroy(),T.emit("error",N)):(T.fd=F,T.emit("open",F))})}function x(T,N){return new t.ReadStream(T,N)}function $(T,N){return new t.WriteStream(T,N)}var O=t.open;t.open=B;function B(T,N,F,j){return typeof F=="function"&&(j=F,F=null),M(T,N,F,j);function M(z,k,y,w,v){return O(z,k,y,function(A,R){A&&(A.code==="EMFILE"||A.code==="ENFILE")?_i([M,[z,k,y,w],A,v||Date.now(),Date.now()]):typeof w=="function"&&w.apply(this,arguments)})}}return t}function _i(t){yo("ENQUEUE",t[0].name,t[1]),Ke[ht].push(t),Vh()}var Nc;function dC(){for(var t=Date.now(),e=0;e<Ke[ht].length;++e)Ke[ht][e].length>2&&(Ke[ht][e][3]=t,Ke[ht][e][4]=t);Vh()}function Vh(){if(clearTimeout(Nc),Nc=void 0,Ke[ht].length!==0){var t=Ke[ht].shift(),e=t[0],r=t[1],n=t[2],o=t[3],i=t[4];if(o===void 0)yo("RETRY",e.name,r),e.apply(null,r);else if(Date.now()-o>=6e4){yo("TIMEOUT",e.name,r);var a=r.pop();typeof a=="function"&&a.call(null,n)}else{var s=Date.now()-i,u=Math.max(i-o,1),c=Math.min(u*1.2,100);s>=c?(yo("RETRY",e.name,r),e.apply(null,r.concat([o]))):Ke[ht].push(t)}Nc===void 0&&(Nc=setTimeout(Vh,0))}}});var mC=S((sK,hC)=>{function ar(t,e){typeof e=="boolean"&&(e={forever:e}),this._originalTimeouts=JSON.parse(JSON.stringify(t)),this._timeouts=t,this._options=e||{},this._maxRetryTime=e&&e.maxRetryTime||1/0,this._fn=null,this._errors=[],this._attempts=1,this._operationTimeout=null,this._operationTimeoutCb=null,this._timeout=null,this._operationStart=null,this._options.forever&&(this._cachedTimeouts=this._timeouts.slice(0))}hC.exports=ar;ar.prototype.reset=function(){this._attempts=1,this._timeouts=this._originalTimeouts};ar.prototype.stop=function(){this._timeout&&clearTimeout(this._timeout),this._timeouts=[],this._cachedTimeouts=null};ar.prototype.retry=function(t){if(this._timeout&&clearTimeout(this._timeout),!t)return!1;var e=new Date().getTime();if(t&&e-this._operationStart>=this._maxRetryTime)return this._errors.unshift(new Error("RetryOperation timeout occurred")),!1;this._errors.push(t);var r=this._timeouts.shift();if(r===void 0)if(this._cachedTimeouts)this._errors.splice(this._errors.length-1,this._errors.length),this._timeouts=this._cachedTimeouts.slice(0),r=this._timeouts.shift();else return!1;var n=this,o=setTimeout(function(){n._attempts++,n._operationTimeoutCb&&(n._timeout=setTimeout(function(){n._operationTimeoutCb(n._attempts)},n._operationTimeout),n._options.unref&&n._timeout.unref()),n._fn(n._attempts)},r);return this._options.unref&&o.unref(),!0};ar.prototype.attempt=function(t,e){this._fn=t,e&&(e.timeout&&(this._operationTimeout=e.timeout),e.cb&&(this._operationTimeoutCb=e.cb));var r=this;this._operationTimeoutCb&&(this._timeout=setTimeout(function(){r._operationTimeoutCb()},r._operationTimeout)),this._operationStart=new Date().getTime(),this._fn(this._attempts)};ar.prototype.try=function(t){console.log("Using RetryOperation.try() is deprecated"),this.attempt(t)};ar.prototype.start=function(t){console.log("Using RetryOperation.start() is deprecated"),this.attempt(t)};ar.prototype.start=ar.prototype.try;ar.prototype.errors=function(){return this._errors};ar.prototype.attempts=function(){return this._attempts};ar.prototype.mainError=function(){if(this._errors.length===0)return null;for(var t={},e=null,r=0,n=0;n<this._errors.length;n++){var o=this._errors[n],i=o.message,a=(t[i]||0)+1;t[i]=a,a>=r&&(e=o,r=a)}return e}});var gC=S(bo=>{var U6=mC();bo.operation=function(t){var e=bo.timeouts(t);return new U6(e,{forever:t&&t.forever,unref:t&&t.unref,maxRetryTime:t&&t.maxRetryTime})};bo.timeouts=function(t){if(t instanceof Array)return[].concat(t);var e={retries:10,factor:2,minTimeout:1*1e3,maxTimeout:1/0,randomize:!1};for(var r in t)e[r]=t[r];if(e.minTimeout>e.maxTimeout)throw new Error("minTimeout is greater than maxTimeout");for(var n=[],o=0;o<e.retries;o++)n.push(this.createTimeout(o,e));return t&&t.forever&&!n.length&&n.push(this.createTimeout(o,e)),n.sort(function(i,a){return i-a}),n};bo.createTimeout=function(t,e){var r=e.randomize?Math.random()+1:1,n=Math.round(r*e.minTimeout*Math.pow(e.factor,t));return n=Math.min(n,e.maxTimeout),n};bo.wrap=function(t,e,r){if(e instanceof Array&&(r=e,e=null),!r){r=[];for(var n in t)typeof t[n]=="function"&&r.push(n)}for(var o=0;o<r.length;o++){var i=r[o],a=t[i];t[i]=function(u){var c=bo.operation(e),l=Array.prototype.slice.call(arguments,1),d=l.pop();l.push(function(p){c.retry(p)||(p&&(arguments[0]=c.mainError()),d.apply(this,arguments))}),c.attempt(function(){u.apply(t,l)})}.bind(t,a),t[i].options=e}}});var yC=S((cK,DC)=>{DC.exports=gC()});var bC=S((lK,Uc)=>{Uc.exports=["SIGABRT","SIGALRM","SIGHUP","SIGINT","SIGTERM"];process.platform!=="win32"&&Uc.exports.push("SIGVTALRM","SIGXCPU","SIGXFSZ","SIGUSR2","SIGTRAP","SIGSYS","SIGQUIT","SIGIOT");process.platform==="linux"&&Uc.exports.push("SIGIO","SIGPOLL","SIGPWR","SIGSTKFLT","SIGUNUSED")});var Wh=S((fK,Ai)=>{var Ue=global.process,wo=function(t){return t&&typeof t=="object"&&typeof t.removeListener=="function"&&typeof t.emit=="function"&&typeof t.reallyExit=="function"&&typeof t.listeners=="function"&&typeof t.kill=="function"&&typeof t.pid=="number"&&typeof t.on=="function"};wo(Ue)?(wC=require("assert"),Si=bC(),vC=/^win/i.test(Ue.platform),ss=require("events"),typeof ss!="function"&&(ss=ss.EventEmitter),Ue.__signal_exit_emitter__?it=Ue.__signal_exit_emitter__:(it=Ue.__signal_exit_emitter__=new ss,it.count=0,it.emitted={}),it.infinite||(it.setMaxListeners(1/0),it.infinite=!0),Ai.exports=function(t,e){if(!wo(global.process))return function(){};wC.equal(typeof t,"function","a callback must be provided for exit handler"),xi===!1&&Kh();var r="exit";e&&e.alwaysLast&&(r="afterexit");var n=function(){it.removeListener(r,t),it.listeners("exit").length===0&&it.listeners("afterexit").length===0&&Mc()};return it.on(r,t),n},Mc=function(){!xi||!wo(global.process)||(xi=!1,Si.forEach(function(e){try{Ue.removeListener(e,qc[e])}catch{}}),Ue.emit=Hc,Ue.reallyExit=Gh,it.count-=1)},Ai.exports.unload=Mc,vo=function(e,r,n){it.emitted[e]||(it.emitted[e]=!0,it.emit(e,r,n))},qc={},Si.forEach(function(t){qc[t]=function(){if(wo(global.process)){var r=Ue.listeners(t);r.length===it.count&&(Mc(),vo("exit",null,t),vo("afterexit",null,t),vC&&t==="SIGHUP"&&(t="SIGINT"),Ue.kill(Ue.pid,t))}}}),Ai.exports.signals=function(){return Si},xi=!1,Kh=function(){xi||!wo(global.process)||(xi=!0,it.count+=1,Si=Si.filter(function(e){try{return Ue.on(e,qc[e]),!0}catch{return!1}}),Ue.emit=EC,Ue.reallyExit=CC)},Ai.exports.load=Kh,Gh=Ue.reallyExit,CC=function(e){wo(global.process)&&(Ue.exitCode=e||0,vo("exit",Ue.exitCode,null),vo("afterexit",Ue.exitCode,null),Gh.call(Ue,Ue.exitCode))},Hc=Ue.emit,EC=function(e,r){if(e==="exit"&&wo(global.process)){r!==void 0&&(Ue.exitCode=r);var n=Hc.apply(this,arguments);return vo("exit",Ue.exitCode,null),vo("afterexit",Ue.exitCode,null),n}else return Hc.apply(this,arguments)}):Ai.exports=function(){return function(){}};var wC,Si,vC,ss,it,Mc,vo,qc,xi,Kh,Gh,CC,Hc,EC});var SC=S((dK,Yh)=>{"use strict";var _C=Symbol();function M6(t,e,r){let n=e[_C];if(n)return e.stat(t,(i,a)=>{if(i)return r(i);r(null,a.mtime,n)});let o=new Date(Math.ceil(Date.now()/1e3)*1e3+5);e.utimes(t,o,o,i=>{if(i)return r(i);e.stat(t,(a,s)=>{if(a)return r(a);let u=s.mtime.getTime()%1e3===0?"s":"ms";Object.defineProperty(e,_C,{value:u}),r(null,s.mtime,u)})})}function q6(t){let e=Date.now();return t==="s"&&(e=Math.ceil(e/1e3)*1e3),new Date(e)}Yh.exports.probe=M6;Yh.exports.getMtime=q6});var kC=S((pK,cs)=>{"use strict";var H6=require("path"),Zh=An(),V6=yC(),z6=Wh(),xC=SC(),tn={};function us(t,e){return e.lockfilePath||`${t}.lock`}function Qh(t,e,r){if(!e.realpath)return r(null,H6.resolve(t));e.fs.realpath(t,r)}function Xh(t,e,r){let n=us(t,e);e.fs.mkdir(n,o=>{if(!o)return xC.probe(n,e.fs,(i,a,s)=>{if(i)return e.fs.rmdir(n,()=>{}),r(i);r(null,a,s)});if(o.code!=="EEXIST")return r(o);if(e.stale<=0)return r(Object.assign(new Error("Lock file is already being held"),{code:"ELOCKED",file:t}));e.fs.stat(n,(i,a)=>{if(i)return i.code==="ENOENT"?Xh(t,{...e,stale:0},r):r(i);if(!AC(a,e))return r(Object.assign(new Error("Lock file is already being held"),{code:"ELOCKED",file:t}));FC(t,e,s=>{if(s)return r(s);Xh(t,{...e,stale:0},r)})})})}function AC(t,e){return t.mtime.getTime()<Date.now()-e.stale}function FC(t,e,r){e.fs.rmdir(us(t,e),n=>{if(n&&n.code!=="ENOENT")return r(n);r()})}function Vc(t,e){let r=tn[t];r.updateTimeout||(r.updateDelay=r.updateDelay||e.update,r.updateTimeout=setTimeout(()=>{r.updateTimeout=null,e.fs.stat(r.lockfilePath,(n,o)=>{let i=r.lastUpdate+e.stale<Date.now();if(n)return n.code==="ENOENT"||i?Jh(t,r,Object.assign(n,{code:"ECOMPROMISED"})):(r.updateDelay=1e3,Vc(t,e));if(!(r.mtime.getTime()===o.mtime.getTime()))return Jh(t,r,Object.assign(new Error("Unable to update lock within the stale threshold"),{code:"ECOMPROMISED"}));let s=xC.getMtime(r.mtimePrecision);e.fs.utimes(r.lockfilePath,s,s,u=>{let c=r.lastUpdate+e.stale<Date.now();if(!r.released){if(u)return u.code==="ENOENT"||c?Jh(t,r,Object.assign(u,{code:"ECOMPROMISED"})):(r.updateDelay=1e3,Vc(t,e));r.mtime=s,r.lastUpdate=Date.now(),r.updateDelay=null,Vc(t,e)}})})},r.updateDelay),r.updateTimeout.unref&&r.updateTimeout.unref())}function Jh(t,e,r){e.released=!0,e.updateTimeout&&clearTimeout(e.updateTimeout),tn[t]===e&&delete tn[t],e.options.onCompromised(r)}function K6(t,e,r){e={stale:1e4,update:null,realpath:!0,retries:0,fs:Zh,onCompromised:n=>{throw n},...e},e.retries=e.retries||0,e.retries=typeof e.retries=="number"?{retries:e.retries}:e.retries,e.stale=Math.max(e.stale||0,2e3),e.update=e.update==null?e.stale/2:e.update||0,e.update=Math.max(Math.min(e.update,e.stale/2),1e3),Qh(t,e,(n,o)=>{if(n)return r(n);let i=V6.operation(e.retries);i.attempt(()=>{Xh(o,e,(a,s,u)=>{if(i.retry(a))return;if(a)return r(i.mainError());let c=tn[o]={lockfilePath:us(o,e),mtime:s,mtimePrecision:u,options:e,lastUpdate:Date.now()};Vc(o,e),r(null,l=>{if(c.released)return l&&l(Object.assign(new Error("Lock is already released"),{code:"ERELEASED"}));OC(o,{...e,realpath:!1},l)})})})})}function OC(t,e,r){e={fs:Zh,realpath:!0,...e},Qh(t,e,(n,o)=>{if(n)return r(n);let i=tn[o];if(!i)return r(Object.assign(new Error("Lock is not acquired/owned by you"),{code:"ENOTACQUIRED"}));i.updateTimeout&&clearTimeout(i.updateTimeout),i.released=!0,delete tn[o],FC(o,e,r)})}function G6(t,e,r){e={stale:1e4,realpath:!0,fs:Zh,...e},e.stale=Math.max(e.stale||0,2e3),Qh(t,e,(n,o)=>{if(n)return r(n);e.fs.stat(us(o,e),(i,a)=>i?i.code==="ENOENT"?r(null,!1):r(i):r(null,!AC(a,e)))})}function W6(){return tn}z6(()=>{for(let t in tn){let e=tn[t].options;try{e.fs.rmdirSync(us(t,e))}catch{}}});cs.exports.lock=K6;cs.exports.unlock=OC;cs.exports.check=G6;cs.exports.getLocks=W6});var $C=S((hK,PC)=>{"use strict";var Y6=An();function J6(t){let e=["mkdir","realpath","stat","rmdir","utimes"],r={...t};return e.forEach(n=>{r[n]=(...o)=>{let i=o.pop(),a;try{a=t[`${n}Sync`](...o)}catch(s){return i(s)}i(null,a)}}),r}function X6(t){return(...e)=>new Promise((r,n)=>{e.push((o,i)=>{o?n(o):r(i)}),t(...e)})}function Z6(t){return(...e)=>{let r,n;if(e.push((o,i)=>{r=o,n=i}),t(...e),r)throw r;return n}}function Q6(t){if(t={...t},t.fs=J6(t.fs||Y6),typeof t.retries=="number"&&t.retries>0||t.retries&&typeof t.retries.retries=="number"&&t.retries.retries>0)throw Object.assign(new Error("Cannot use retries with the sync api"),{code:"ESYNC"});return t}PC.exports={toPromise:X6,toSync:Z6,toSyncOptions:Q6}});var IC=S((mK,Fn)=>{"use strict";var Fi=kC(),{toPromise:zc,toSync:Kc,toSyncOptions:em}=$C();async function TC(t,e){let r=await zc(Fi.lock)(t,e);return zc(r)}function e8(t,e){let r=Kc(Fi.lock)(t,em(e));return Kc(r)}function t8(t,e){return zc(Fi.unlock)(t,e)}function r8(t,e){return Kc(Fi.unlock)(t,em(e))}function n8(t,e){return zc(Fi.check)(t,e)}function o8(t,e){return Kc(Fi.check)(t,em(e))}Fn.exports=TC;Fn.exports.lock=TC;Fn.exports.unlock=t8;Fn.exports.lockSync=e8;Fn.exports.unlockSync=r8;Fn.exports.check=n8;Fn.exports.checkSync=o8});var jC=S(Oi=>{"use strict";Object.defineProperty(Oi,"__esModule",{value:!0});Oi.canStoreURLs=Oi.FileUrlStorage=void 0;var RC=require("fs"),i8=s8(nC()),BC=a8(IC());function NC(t){if(typeof WeakMap!="function")return null;var e=new WeakMap,r=new WeakMap;return(NC=function(n){return n?r:e})(t)}function a8(t,e){if(!e&&t&&t.__esModule)return t;if(t===null||typeof t!="object"&&typeof t!="function")return{default:t};var r=NC(e);if(r&&r.has(t))return r.get(t);var n={__proto__:null},o=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var i in t)if(i!=="default"&&{}.hasOwnProperty.call(t,i)){var a=o?Object.getOwnPropertyDescriptor(t,i):null;a&&(a.get||a.set)?Object.defineProperty(n,i,a):n[i]=t[i]}return n.default=t,r&&r.set(t,n),n}function s8(t){return t&&t.__esModule?t:{default:t}}function ls(t){"@babel/helpers - typeof";return ls=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(e){return typeof e}:function(e){return e&&typeof Symbol=="function"&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},ls(t)}function u8(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function LC(t,e){for(var r=0;r<e.length;r++){var n=e[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,l8(n.key),n)}}function c8(t,e,r){return e&&LC(t.prototype,e),r&&LC(t,r),Object.defineProperty(t,"prototype",{writable:!1}),t}function l8(t){var e=f8(t,"string");return ls(e)=="symbol"?e:e+""}function f8(t,e){if(ls(t)!="object"||!t)return t;var r=t[Symbol.toPrimitive];if(r!==void 0){var n=r.call(t,e||"default");if(ls(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(t)}var gK=Oi.canStoreURLs=!0,DK=Oi.FileUrlStorage=(function(){function t(e){u8(this,t),this.path=e}return c8(t,[{key:"findAllUploads",value:function(){var r=this;return new Promise(function(n,o){r._getItems("tus::",function(i,a){i?o(i):n(a)})})}},{key:"findUploadsByFingerprint",value:function(r){var n=this;return new Promise(function(o,i){n._getItems("tus::".concat(r),function(a,s){a?i(a):o(s)})})}},{key:"removeUpload",value:function(r){var n=this;return new Promise(function(o,i){n._removeItem(r,function(a){a?i(a):o()})})}},{key:"addUpload",value:function(r,n){var o=this,i=Math.round(Math.random()*1e12),a="tus::".concat(r,"::").concat(i);return new Promise(function(s,u){o._setItem(a,n,function(c){c?u(c):s(a)})})}},{key:"_setItem",value:function(r,n,o){var i=this;BC.lock(this.path,this._lockfileOptions()).then(function(a){o=i._releaseAndCb(a,o),i._getData(function(s,u){if(s){o(s);return}u[r]=n,i._writeData(u,function(c){return o(c)})})}).catch(o)}},{key:"_getItems",value:function(r,n){this._getData(function(o,i){if(o){n(o);return}var a=Object.keys(i).filter(function(s){return s.startsWith(r)}).map(function(s){var u=i[s];return u.urlStorageKey=s,u});n(null,a)})}},{key:"_removeItem",value:function(r,n){var o=this;BC.lock(this.path,this._lockfileOptions()).then(function(i){n=o._releaseAndCb(i,n),o._getData(function(a,s){if(a){n(a);return}delete s[r],o._writeData(s,function(u){return n(u)})})}).catch(n)}},{key:"_lockfileOptions",value:function(){return{realpath:!1,retries:{retries:5,minTimeout:20}}}},{key:"_releaseAndCb",value:function(r,n){return function(o){if(o){r().then(function(){return n(o)}).catch(function(i){return n((0,i8.default)([o,i]))});return}r().then(n).catch(n)}}},{key:"_writeData",value:function(r,n){var o={encoding:"utf8",mode:432,flag:"w"};(0,RC.writeFile)(this.path,JSON.stringify(r),o,function(i){return n(i)})}},{key:"_getData",value:function(r){(0,RC.readFile)(this.path,"utf8",function(n,o){if(n){n.code==="ENOENT"?r(null,{}):r(n);return}try{o=o.trim().length?JSON.parse(o):{}}catch(i){r(i);return}r(null,o)})}}])})()});var Wc=S(jt=>{"use strict";Object.defineProperty(jt,"__esModule",{value:!0});Object.defineProperty(jt,"DefaultHttpStack",{enumerable:!0,get:function(){return HC.default}});Object.defineProperty(jt,"DetailedError",{enumerable:!0,get:function(){return d8.default}});Object.defineProperty(jt,"FileUrlStorage",{enumerable:!0,get:function(){return VC.FileUrlStorage}});Object.defineProperty(jt,"StreamSource",{enumerable:!0,get:function(){return D8.default}});jt.Upload=void 0;Object.defineProperty(jt,"canStoreURLs",{enumerable:!0,get:function(){return VC.canStoreURLs}});jt.defaultOptions=void 0;Object.defineProperty(jt,"enableDebugLog",{enumerable:!0,get:function(){return p8.enableDebugLog}});jt.isSupported=void 0;var d8=Co(Jp()),p8=Xp(),h8=Co(jb()),tm=Co(mw()),m8=Co(Fw()),g8=Co($w()),HC=Co(Kw()),D8=Co(fh()),VC=jC();function Co(t){return t&&t.__esModule?t:{default:t}}function Pi(t){"@babel/helpers - typeof";return Pi=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(e){return typeof e}:function(e){return e&&typeof Symbol=="function"&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},Pi(t)}function y8(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function UC(t,e){for(var r=0;r<e.length;r++){var n=e[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,KC(n.key),n)}}function b8(t,e,r){return e&&UC(t.prototype,e),r&&UC(t,r),Object.defineProperty(t,"prototype",{writable:!1}),t}function w8(t,e,r){return e=Gc(e),v8(t,zC()?Reflect.construct(e,r||[],Gc(t).constructor):e.apply(t,r))}function v8(t,e){if(e&&(Pi(e)==="object"||typeof e=="function"))return e;if(e!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return C8(t)}function C8(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function zC(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(zC=function(){return!!t})()}function Gc(t){return Gc=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},Gc(t)}function E8(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&rm(t,e)}function rm(t,e){return rm=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,o){return n.__proto__=o,n},rm(t,e)}function MC(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter(function(o){return Object.getOwnPropertyDescriptor(t,o).enumerable})),r.push.apply(r,n)}return r}function ki(t){for(var e=1;e<arguments.length;e++){var r=arguments[e]!=null?arguments[e]:{};e%2?MC(Object(r),!0).forEach(function(n){_8(t,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):MC(Object(r)).forEach(function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(r,n))})}return t}function _8(t,e,r){return e=KC(e),e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}function KC(t){var e=S8(t,"string");return Pi(e)=="symbol"?e:e+""}function S8(t,e){if(Pi(t)!="object"||!t)return t;var r=t[Symbol.toPrimitive];if(r!==void 0){var n=r.call(t,e||"default");if(Pi(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(t)}var qC=jt.defaultOptions=ki(ki({},tm.default.defaultOptions),{},{httpStack:new HC.default,fileReader:new m8.default,urlStorage:new h8.default,fingerprint:g8.default}),bK=jt.Upload=(function(t){function e(){var r=arguments.length>0&&arguments[0]!==void 0?arguments[0]:null,n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return y8(this,e),n=ki(ki({},qC),n),w8(this,e,[r,n])}return E8(e,t),b8(e,null,[{key:"terminate",value:function(n){var o=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return o=ki(ki({},qC),o),tm.default.terminate(n,o)}}])})(tm.default),wK=jt.isSupported=!0});var XC=S((BK,JC)=>{var $i=1e3,Ti=$i*60,Ii=Ti*60,Eo=Ii*24,I8=Eo*7,R8=Eo*365.25;JC.exports=function(t,e){e=e||{};var r=typeof t;if(r==="string"&&t.length>0)return B8(t);if(r==="number"&&isFinite(t))return e.long?N8(t):L8(t);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(t))};function B8(t){if(t=String(t),!(t.length>100)){var e=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(t);if(e){var r=parseFloat(e[1]),n=(e[2]||"ms").toLowerCase();switch(n){case"years":case"year":case"yrs":case"yr":case"y":return r*R8;case"weeks":case"week":case"w":return r*I8;case"days":case"day":case"d":return r*Eo;case"hours":case"hour":case"hrs":case"hr":case"h":return r*Ii;case"minutes":case"minute":case"mins":case"min":case"m":return r*Ti;case"seconds":case"second":case"secs":case"sec":case"s":return r*$i;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return r;default:return}}}}function L8(t){var e=Math.abs(t);return e>=Eo?Math.round(t/Eo)+"d":e>=Ii?Math.round(t/Ii)+"h":e>=Ti?Math.round(t/Ti)+"m":e>=$i?Math.round(t/$i)+"s":t+"ms"}function N8(t){var e=Math.abs(t);return e>=Eo?Jc(t,e,Eo,"day"):e>=Ii?Jc(t,e,Ii,"hour"):e>=Ti?Jc(t,e,Ti,"minute"):e>=$i?Jc(t,e,$i,"second"):t+" ms"}function Jc(t,e,r,n){var o=e>=r*1.5;return Math.round(t/r)+" "+n+(o?"s":"")}});var im=S((LK,ZC)=>{function j8(t){r.debug=r,r.default=r,r.coerce=u,r.disable=a,r.enable=o,r.enabled=s,r.humanize=XC(),r.destroy=c,Object.keys(t).forEach(l=>{r[l]=t[l]}),r.names=[],r.skips=[],r.formatters={};function e(l){let d=0;for(let p=0;p<l.length;p++)d=(d<<5)-d+l.charCodeAt(p),d|=0;return r.colors[Math.abs(d)%r.colors.length]}r.selectColor=e;function r(l){let d,p=null,h,m;function b(...D){if(!b.enabled)return;let C=b,E=Number(new Date),g=E-(d||E);C.diff=g,C.prev=d,C.curr=E,d=E,D[0]=r.coerce(D[0]),typeof D[0]!="string"&&D.unshift("%O");let _=0;D[0]=D[0].replace(/%([a-zA-Z%])/g,($,O)=>{if($==="%%")return"%";_++;let B=r.formatters[O];if(typeof B=="function"){let T=D[_];$=B.call(C,T),D.splice(_,1),_--}return $}),r.formatArgs.call(C,D),(C.log||r.log).apply(C,D)}return b.namespace=l,b.useColors=r.useColors(),b.color=r.selectColor(l),b.extend=n,b.destroy=r.destroy,Object.defineProperty(b,"enabled",{enumerable:!0,configurable:!1,get:()=>p!==null?p:(h!==r.namespaces&&(h=r.namespaces,m=r.enabled(l)),m),set:D=>{p=D}}),typeof r.init=="function"&&r.init(b),b}function n(l,d){let p=r(this.namespace+(typeof d>"u"?":":d)+l);return p.log=this.log,p}function o(l){r.save(l),r.namespaces=l,r.names=[],r.skips=[];let d=(typeof l=="string"?l:"").trim().replace(/\s+/g,",").split(",").filter(Boolean);for(let p of d)p[0]==="-"?r.skips.push(p.slice(1)):r.names.push(p)}function i(l,d){let p=0,h=0,m=-1,b=0;for(;p<l.length;)if(h<d.length&&(d[h]===l[p]||d[h]==="*"))d[h]==="*"?(m=h,b=p,h++):(p++,h++);else if(m!==-1)h=m+1,b++,p=b;else return!1;for(;h<d.length&&d[h]==="*";)h++;return h===d.length}function a(){let l=[...r.names,...r.skips.map(d=>"-"+d)].join(",");return r.enable(""),l}function s(l){for(let d of r.skips)if(i(l,d))return!1;for(let d of r.names)if(i(l,d))return!0;return!1}function u(l){return l instanceof Error?l.stack||l.message:l}function c(){console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.")}return r.enable(r.load()),r}ZC.exports=j8});var QC=S((Ut,Xc)=>{Ut.formatArgs=M8;Ut.save=q8;Ut.load=H8;Ut.useColors=U8;Ut.storage=V8();Ut.destroy=(()=>{let t=!1;return()=>{t||(t=!0,console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."))}})();Ut.colors=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"];function U8(){if(typeof window<"u"&&window.process&&(window.process.type==="renderer"||window.process.__nwjs))return!0;if(typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/))return!1;let t;return typeof document<"u"&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||typeof window<"u"&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||typeof navigator<"u"&&navigator.userAgent&&(t=navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/))&&parseInt(t[1],10)>=31||typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/)}function M8(t){if(t[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+t[0]+(this.useColors?"%c ":" ")+"+"+Xc.exports.humanize(this.diff),!this.useColors)return;let e="color: "+this.color;t.splice(1,0,e,"color: inherit");let r=0,n=0;t[0].replace(/%[a-zA-Z%]/g,o=>{o!=="%%"&&(r++,o==="%c"&&(n=r))}),t.splice(n,0,e)}Ut.log=console.debug||console.log||(()=>{});function q8(t){try{t?Ut.storage.setItem("debug",t):Ut.storage.removeItem("debug")}catch{}}function H8(){let t;try{t=Ut.storage.getItem("debug")||Ut.storage.getItem("DEBUG")}catch{}return!t&&typeof process<"u"&&"env"in process&&(t=process.env.DEBUG),t}function V8(){try{return localStorage}catch{}}Xc.exports=im()(Ut);var{formatters:z8}=Xc.exports;z8.j=function(t){try{return JSON.stringify(t)}catch(e){return"[UnexpectedJSONParseError]: "+e.message}}});var tE=S((NK,eE)=>{"use strict";eE.exports=(t,e=process.argv)=>{let r=t.startsWith("-")?"":t.length===1?"-":"--",n=e.indexOf(r+t),o=e.indexOf("--");return n!==-1&&(o===-1||n<o)}});var oE=S((jK,nE)=>{"use strict";var K8=require("os"),rE=require("tty"),cr=tE(),{env:st}=process,On;cr("no-color")||cr("no-colors")||cr("color=false")||cr("color=never")?On=0:(cr("color")||cr("colors")||cr("color=true")||cr("color=always"))&&(On=1);"FORCE_COLOR"in st&&(st.FORCE_COLOR==="true"?On=1:st.FORCE_COLOR==="false"?On=0:On=st.FORCE_COLOR.length===0?1:Math.min(parseInt(st.FORCE_COLOR,10),3));function am(t){return t===0?!1:{level:t,hasBasic:!0,has256:t>=2,has16m:t>=3}}function sm(t,e){if(On===0)return 0;if(cr("color=16m")||cr("color=full")||cr("color=truecolor"))return 3;if(cr("color=256"))return 2;if(t&&!e&&On===void 0)return 0;let r=On||0;if(st.TERM==="dumb")return r;if(process.platform==="win32"){let n=K8.release().split(".");return Number(n[0])>=10&&Number(n[2])>=10586?Number(n[2])>=14931?3:2:1}if("CI"in st)return["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI","GITHUB_ACTIONS","BUILDKITE"].some(n=>n in st)||st.CI_NAME==="codeship"?1:r;if("TEAMCITY_VERSION"in st)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(st.TEAMCITY_VERSION)?1:0;if(st.COLORTERM==="truecolor")return 3;if("TERM_PROGRAM"in st){let n=parseInt((st.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(st.TERM_PROGRAM){case"iTerm.app":return n>=3?3:2;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(st.TERM)?2:/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(st.TERM)||"COLORTERM"in st?1:r}function G8(t){let e=sm(t,t&&t.isTTY);return am(e)}nE.exports={supportsColor:G8,stdout:am(sm(!0,rE.isatty(1))),stderr:am(sm(!0,rE.isatty(2)))}});var aE=S((ut,Qc)=>{var W8=require("tty"),Zc=require("util");ut.init=tL;ut.log=Z8;ut.formatArgs=J8;ut.save=Q8;ut.load=eL;ut.useColors=Y8;ut.destroy=Zc.deprecate(()=>{},"Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.");ut.colors=[6,2,3,4,5,1];try{let t=oE();t&&(t.stderr||t).level>=2&&(ut.colors=[20,21,26,27,32,33,38,39,40,41,42,43,44,45,56,57,62,63,68,69,74,75,76,77,78,79,80,81,92,93,98,99,112,113,128,129,134,135,148,149,160,161,162,163,164,165,166,167,168,169,170,171,172,173,178,179,184,185,196,197,198,199,200,201,202,203,204,205,206,207,208,209,214,215,220,221])}catch{}ut.inspectOpts=Object.keys(process.env).filter(t=>/^debug_/i.test(t)).reduce((t,e)=>{let r=e.substring(6).toLowerCase().replace(/_([a-z])/g,(o,i)=>i.toUpperCase()),n=process.env[e];return/^(yes|on|true|enabled)$/i.test(n)?n=!0:/^(no|off|false|disabled)$/i.test(n)?n=!1:n==="null"?n=null:n=Number(n),t[r]=n,t},{});function Y8(){return"colors"in ut.inspectOpts?!!ut.inspectOpts.colors:W8.isatty(process.stderr.fd)}function J8(t){let{namespace:e,useColors:r}=this;if(r){let n=this.color,o="\x1B[3"+(n<8?n:"8;5;"+n),i=` ${o};1m${e} \x1B[0m`;t[0]=i+t[0].split(`
46
+ `)}),e}});var sE=S((oK,aE)=>{var xn=require("constants"),P6=process.cwd,Lc=null,$6=process.env.GRACEFUL_FS_PLATFORM||process.platform;process.cwd=function(){return Lc||(Lc=P6.call(process)),Lc};try{process.cwd()}catch{}typeof process.chdir=="function"&&(Hh=process.chdir,process.chdir=function(t){Lc=null,Hh.call(process,t)},Object.setPrototypeOf&&Object.setPrototypeOf(process.chdir,Hh));var Hh;aE.exports=T6;function T6(t){xn.hasOwnProperty("O_SYMLINK")&&process.version.match(/^v0\.6\.[0-2]|^v0\.5\./)&&e(t),t.lutimes||r(t),t.chown=i(t.chown),t.fchown=i(t.fchown),t.lchown=i(t.lchown),t.chmod=n(t.chmod),t.fchmod=n(t.fchmod),t.lchmod=n(t.lchmod),t.chownSync=a(t.chownSync),t.fchownSync=a(t.fchownSync),t.lchownSync=a(t.lchownSync),t.chmodSync=o(t.chmodSync),t.fchmodSync=o(t.fchmodSync),t.lchmodSync=o(t.lchmodSync),t.stat=s(t.stat),t.fstat=s(t.fstat),t.lstat=s(t.lstat),t.statSync=u(t.statSync),t.fstatSync=u(t.fstatSync),t.lstatSync=u(t.lstatSync),t.chmod&&!t.lchmod&&(t.lchmod=function(l,d,p){p&&process.nextTick(p)},t.lchmodSync=function(){}),t.chown&&!t.lchown&&(t.lchown=function(l,d,p,h){h&&process.nextTick(h)},t.lchownSync=function(){}),$6==="win32"&&(t.rename=typeof t.rename!="function"?t.rename:(function(l){function d(p,h,m){var b=Date.now(),D=0;l(p,h,function E(C){if(C&&(C.code==="EACCES"||C.code==="EPERM"||C.code==="EBUSY")&&Date.now()-b<6e4){setTimeout(function(){t.stat(h,function(g,_){g&&g.code==="ENOENT"?l(p,h,E):m(C)})},D),D<100&&(D+=10);return}m&&m(C)})}return Object.setPrototypeOf&&Object.setPrototypeOf(d,l),d})(t.rename)),t.read=typeof t.read!="function"?t.read:(function(l){function d(p,h,m,b,D,E){var C;if(E&&typeof E=="function"){var g=0;C=function(_,x,$){if(_&&_.code==="EAGAIN"&&g<10)return g++,l.call(t,p,h,m,b,D,C);E.apply(this,arguments)}}return l.call(t,p,h,m,b,D,C)}return Object.setPrototypeOf&&Object.setPrototypeOf(d,l),d})(t.read),t.readSync=typeof t.readSync!="function"?t.readSync:(function(l){return function(d,p,h,m,b){for(var D=0;;)try{return l.call(t,d,p,h,m,b)}catch(E){if(E.code==="EAGAIN"&&D<10){D++;continue}throw E}}})(t.readSync);function e(l){l.lchmod=function(d,p,h){l.open(d,xn.O_WRONLY|xn.O_SYMLINK,p,function(m,b){if(m){h&&h(m);return}l.fchmod(b,p,function(D){l.close(b,function(E){h&&h(D||E)})})})},l.lchmodSync=function(d,p){var h=l.openSync(d,xn.O_WRONLY|xn.O_SYMLINK,p),m=!0,b;try{b=l.fchmodSync(h,p),m=!1}finally{if(m)try{l.closeSync(h)}catch{}else l.closeSync(h)}return b}}function r(l){xn.hasOwnProperty("O_SYMLINK")&&l.futimes?(l.lutimes=function(d,p,h,m){l.open(d,xn.O_SYMLINK,function(b,D){if(b){m&&m(b);return}l.futimes(D,p,h,function(E){l.close(D,function(C){m&&m(E||C)})})})},l.lutimesSync=function(d,p,h){var m=l.openSync(d,xn.O_SYMLINK),b,D=!0;try{b=l.futimesSync(m,p,h),D=!1}finally{if(D)try{l.closeSync(m)}catch{}else l.closeSync(m)}return b}):l.futimes&&(l.lutimes=function(d,p,h,m){m&&process.nextTick(m)},l.lutimesSync=function(){})}function n(l){return l&&function(d,p,h){return l.call(t,d,p,function(m){c(m)&&(m=null),h&&h.apply(this,arguments)})}}function o(l){return l&&function(d,p){try{return l.call(t,d,p)}catch(h){if(!c(h))throw h}}}function i(l){return l&&function(d,p,h,m){return l.call(t,d,p,h,function(b){c(b)&&(b=null),m&&m.apply(this,arguments)})}}function a(l){return l&&function(d,p,h){try{return l.call(t,d,p,h)}catch(m){if(!c(m))throw m}}}function s(l){return l&&function(d,p,h){typeof p=="function"&&(h=p,p=null);function m(b,D){D&&(D.uid<0&&(D.uid+=4294967296),D.gid<0&&(D.gid+=4294967296)),h&&h.apply(this,arguments)}return p?l.call(t,d,p,m):l.call(t,d,m)}}function u(l){return l&&function(d,p){var h=p?l.call(t,d,p):l.call(t,d);return h&&(h.uid<0&&(h.uid+=4294967296),h.gid<0&&(h.gid+=4294967296)),h}}function c(l){if(!l||l.code==="ENOSYS")return!0;var d=!process.getuid||process.getuid()!==0;return!!(d&&(l.code==="EINVAL"||l.code==="EPERM"))}}});var lE=S((iK,cE)=>{var uE=require("stream").Stream;cE.exports=I6;function I6(t){return{ReadStream:e,WriteStream:r};function e(n,o){if(!(this instanceof e))return new e(n,o);uE.call(this);var i=this;this.path=n,this.fd=null,this.readable=!0,this.paused=!1,this.flags="r",this.mode=438,this.bufferSize=64*1024,o=o||{};for(var a=Object.keys(o),s=0,u=a.length;s<u;s++){var c=a[s];this[c]=o[c]}if(this.encoding&&this.setEncoding(this.encoding),this.start!==void 0){if(typeof this.start!="number")throw TypeError("start must be a Number");if(this.end===void 0)this.end=1/0;else if(typeof this.end!="number")throw TypeError("end must be a Number");if(this.start>this.end)throw new Error("start must be <= end");this.pos=this.start}if(this.fd!==null){process.nextTick(function(){i._read()});return}t.open(this.path,this.flags,this.mode,function(l,d){if(l){i.emit("error",l),i.readable=!1;return}i.fd=d,i.emit("open",d),i._read()})}function r(n,o){if(!(this instanceof r))return new r(n,o);uE.call(this),this.path=n,this.fd=null,this.writable=!0,this.flags="w",this.encoding="binary",this.mode=438,this.bytesWritten=0,o=o||{};for(var i=Object.keys(o),a=0,s=i.length;a<s;a++){var u=i[a];this[u]=o[u]}if(this.start!==void 0){if(typeof this.start!="number")throw TypeError("start must be a Number");if(this.start<0)throw new Error("start must be >= zero");this.pos=this.start}this.busy=!1,this._queue=[],this.fd===null&&(this._open=t.open,this._queue.push([this._open,this.path,this.flags,this.mode,void 0]),this.flush())}}});var dE=S((aK,fE)=>{"use strict";fE.exports=B6;var R6=Object.getPrototypeOf||function(t){return t.__proto__};function B6(t){if(t===null||typeof t!="object")return t;if(t instanceof Object)var e={__proto__:R6(t)};else var e=Object.create(null);return Object.getOwnPropertyNames(t).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(t,r))}),e}});var An=S((sK,Kh)=>{var Ke=require("fs"),L6=sE(),N6=lE(),j6=dE(),Nc=require("util"),ht,Uc;typeof Symbol=="function"&&typeof Symbol.for=="function"?(ht=Symbol.for("graceful-fs.queue"),Uc=Symbol.for("graceful-fs.previous")):(ht="___graceful-fs.queue",Uc="___graceful-fs.previous");function U6(){}function mE(t,e){Object.defineProperty(t,ht,{get:function(){return e}})}var Do=U6;Nc.debuglog?Do=Nc.debuglog("gfs4"):/\bgfs4\b/i.test(process.env.NODE_DEBUG||"")&&(Do=function(){var t=Nc.format.apply(Nc,arguments);t="GFS4: "+t.split(/\n/).join(`
47
+ GFS4: `),console.error(t)});Ke[ht]||(pE=global[ht]||[],mE(Ke,pE),Ke.close=(function(t){function e(r,n){return t.call(Ke,r,function(o){o||hE(),typeof n=="function"&&n.apply(this,arguments)})}return Object.defineProperty(e,Uc,{value:t}),e})(Ke.close),Ke.closeSync=(function(t){function e(r){t.apply(Ke,arguments),hE()}return Object.defineProperty(e,Uc,{value:t}),e})(Ke.closeSync),/\bgfs4\b/i.test(process.env.NODE_DEBUG||"")&&process.on("exit",function(){Do(Ke[ht]),require("assert").equal(Ke[ht].length,0)}));var pE;global[ht]||mE(global,Ke[ht]);Kh.exports=Vh(j6(Ke));process.env.TEST_GRACEFUL_FS_GLOBAL_PATCH&&!Ke.__patched&&(Kh.exports=Vh(Ke),Ke.__patched=!0);function Vh(t){L6(t),t.gracefulify=Vh,t.createReadStream=x,t.createWriteStream=$;var e=t.readFile;t.readFile=r;function r(T,N,O){return typeof N=="function"&&(O=N,N=null),j(T,N,O);function j(M,z,F,y){return e(M,z,function(w){w&&(w.code==="EMFILE"||w.code==="ENFILE")?Ci([j,[M,z,F],w,y||Date.now(),Date.now()]):typeof F=="function"&&F.apply(this,arguments)})}}var n=t.writeFile;t.writeFile=o;function o(T,N,O,j){return typeof O=="function"&&(j=O,O=null),M(T,N,O,j);function M(z,F,y,w,v){return n(z,F,y,function(A){A&&(A.code==="EMFILE"||A.code==="ENFILE")?Ci([M,[z,F,y,w],A,v||Date.now(),Date.now()]):typeof w=="function"&&w.apply(this,arguments)})}}var i=t.appendFile;i&&(t.appendFile=a);function a(T,N,O,j){return typeof O=="function"&&(j=O,O=null),M(T,N,O,j);function M(z,F,y,w,v){return i(z,F,y,function(A){A&&(A.code==="EMFILE"||A.code==="ENFILE")?Ci([M,[z,F,y,w],A,v||Date.now(),Date.now()]):typeof w=="function"&&w.apply(this,arguments)})}}var s=t.copyFile;s&&(t.copyFile=u);function u(T,N,O,j){return typeof O=="function"&&(j=O,O=0),M(T,N,O,j);function M(z,F,y,w,v){return s(z,F,y,function(A){A&&(A.code==="EMFILE"||A.code==="ENFILE")?Ci([M,[z,F,y,w],A,v||Date.now(),Date.now()]):typeof w=="function"&&w.apply(this,arguments)})}}var c=t.readdir;t.readdir=d;var l=/^v[0-5]\./;function d(T,N,O){typeof N=="function"&&(O=N,N=null);var j=l.test(process.version)?function(F,y,w,v){return c(F,M(F,y,w,v))}:function(F,y,w,v){return c(F,y,M(F,y,w,v))};return j(T,N,O);function M(z,F,y,w){return function(v,A){v&&(v.code==="EMFILE"||v.code==="ENFILE")?Ci([j,[z,F,y],v,w||Date.now(),Date.now()]):(A&&A.sort&&A.sort(),typeof y=="function"&&y.call(this,v,A))}}}if(process.version.substr(0,4)==="v0.8"){var p=N6(t);E=p.ReadStream,g=p.WriteStream}var h=t.ReadStream;h&&(E.prototype=Object.create(h.prototype),E.prototype.open=C);var m=t.WriteStream;m&&(g.prototype=Object.create(m.prototype),g.prototype.open=_),Object.defineProperty(t,"ReadStream",{get:function(){return E},set:function(T){E=T},enumerable:!0,configurable:!0}),Object.defineProperty(t,"WriteStream",{get:function(){return g},set:function(T){g=T},enumerable:!0,configurable:!0});var b=E;Object.defineProperty(t,"FileReadStream",{get:function(){return b},set:function(T){b=T},enumerable:!0,configurable:!0});var D=g;Object.defineProperty(t,"FileWriteStream",{get:function(){return D},set:function(T){D=T},enumerable:!0,configurable:!0});function E(T,N){return this instanceof E?(h.apply(this,arguments),this):E.apply(Object.create(E.prototype),arguments)}function C(){var T=this;B(T.path,T.flags,T.mode,function(N,O){N?(T.autoClose&&T.destroy(),T.emit("error",N)):(T.fd=O,T.emit("open",O),T.read())})}function g(T,N){return this instanceof g?(m.apply(this,arguments),this):g.apply(Object.create(g.prototype),arguments)}function _(){var T=this;B(T.path,T.flags,T.mode,function(N,O){N?(T.destroy(),T.emit("error",N)):(T.fd=O,T.emit("open",O))})}function x(T,N){return new t.ReadStream(T,N)}function $(T,N){return new t.WriteStream(T,N)}var P=t.open;t.open=B;function B(T,N,O,j){return typeof O=="function"&&(j=O,O=null),M(T,N,O,j);function M(z,F,y,w,v){return P(z,F,y,function(A,R){A&&(A.code==="EMFILE"||A.code==="ENFILE")?Ci([M,[z,F,y,w],A,v||Date.now(),Date.now()]):typeof w=="function"&&w.apply(this,arguments)})}}return t}function Ci(t){Do("ENQUEUE",t[0].name,t[1]),Ke[ht].push(t),zh()}var jc;function hE(){for(var t=Date.now(),e=0;e<Ke[ht].length;++e)Ke[ht][e].length>2&&(Ke[ht][e][3]=t,Ke[ht][e][4]=t);zh()}function zh(){if(clearTimeout(jc),jc=void 0,Ke[ht].length!==0){var t=Ke[ht].shift(),e=t[0],r=t[1],n=t[2],o=t[3],i=t[4];if(o===void 0)Do("RETRY",e.name,r),e.apply(null,r);else if(Date.now()-o>=6e4){Do("TIMEOUT",e.name,r);var a=r.pop();typeof a=="function"&&a.call(null,n)}else{var s=Date.now()-i,u=Math.max(i-o,1),c=Math.min(u*1.2,100);s>=c?(Do("RETRY",e.name,r),e.apply(null,r.concat([o]))):Ke[ht].push(t)}jc===void 0&&(jc=setTimeout(zh,0))}}});var DE=S((uK,gE)=>{function ar(t,e){typeof e=="boolean"&&(e={forever:e}),this._originalTimeouts=JSON.parse(JSON.stringify(t)),this._timeouts=t,this._options=e||{},this._maxRetryTime=e&&e.maxRetryTime||1/0,this._fn=null,this._errors=[],this._attempts=1,this._operationTimeout=null,this._operationTimeoutCb=null,this._timeout=null,this._operationStart=null,this._options.forever&&(this._cachedTimeouts=this._timeouts.slice(0))}gE.exports=ar;ar.prototype.reset=function(){this._attempts=1,this._timeouts=this._originalTimeouts};ar.prototype.stop=function(){this._timeout&&clearTimeout(this._timeout),this._timeouts=[],this._cachedTimeouts=null};ar.prototype.retry=function(t){if(this._timeout&&clearTimeout(this._timeout),!t)return!1;var e=new Date().getTime();if(t&&e-this._operationStart>=this._maxRetryTime)return this._errors.unshift(new Error("RetryOperation timeout occurred")),!1;this._errors.push(t);var r=this._timeouts.shift();if(r===void 0)if(this._cachedTimeouts)this._errors.splice(this._errors.length-1,this._errors.length),this._timeouts=this._cachedTimeouts.slice(0),r=this._timeouts.shift();else return!1;var n=this,o=setTimeout(function(){n._attempts++,n._operationTimeoutCb&&(n._timeout=setTimeout(function(){n._operationTimeoutCb(n._attempts)},n._operationTimeout),n._options.unref&&n._timeout.unref()),n._fn(n._attempts)},r);return this._options.unref&&o.unref(),!0};ar.prototype.attempt=function(t,e){this._fn=t,e&&(e.timeout&&(this._operationTimeout=e.timeout),e.cb&&(this._operationTimeoutCb=e.cb));var r=this;this._operationTimeoutCb&&(this._timeout=setTimeout(function(){r._operationTimeoutCb()},r._operationTimeout)),this._operationStart=new Date().getTime(),this._fn(this._attempts)};ar.prototype.try=function(t){console.log("Using RetryOperation.try() is deprecated"),this.attempt(t)};ar.prototype.start=function(t){console.log("Using RetryOperation.start() is deprecated"),this.attempt(t)};ar.prototype.start=ar.prototype.try;ar.prototype.errors=function(){return this._errors};ar.prototype.attempts=function(){return this._attempts};ar.prototype.mainError=function(){if(this._errors.length===0)return null;for(var t={},e=null,r=0,n=0;n<this._errors.length;n++){var o=this._errors[n],i=o.message,a=(t[i]||0)+1;t[i]=a,a>=r&&(e=o,r=a)}return e}});var yE=S(yo=>{var M6=DE();yo.operation=function(t){var e=yo.timeouts(t);return new M6(e,{forever:t&&t.forever,unref:t&&t.unref,maxRetryTime:t&&t.maxRetryTime})};yo.timeouts=function(t){if(t instanceof Array)return[].concat(t);var e={retries:10,factor:2,minTimeout:1*1e3,maxTimeout:1/0,randomize:!1};for(var r in t)e[r]=t[r];if(e.minTimeout>e.maxTimeout)throw new Error("minTimeout is greater than maxTimeout");for(var n=[],o=0;o<e.retries;o++)n.push(this.createTimeout(o,e));return t&&t.forever&&!n.length&&n.push(this.createTimeout(o,e)),n.sort(function(i,a){return i-a}),n};yo.createTimeout=function(t,e){var r=e.randomize?Math.random()+1:1,n=Math.round(r*e.minTimeout*Math.pow(e.factor,t));return n=Math.min(n,e.maxTimeout),n};yo.wrap=function(t,e,r){if(e instanceof Array&&(r=e,e=null),!r){r=[];for(var n in t)typeof t[n]=="function"&&r.push(n)}for(var o=0;o<r.length;o++){var i=r[o],a=t[i];t[i]=function(u){var c=yo.operation(e),l=Array.prototype.slice.call(arguments,1),d=l.pop();l.push(function(p){c.retry(p)||(p&&(arguments[0]=c.mainError()),d.apply(this,arguments))}),c.attempt(function(){u.apply(t,l)})}.bind(t,a),t[i].options=e}}});var wE=S((lK,bE)=>{bE.exports=yE()});var vE=S((fK,Mc)=>{Mc.exports=["SIGABRT","SIGALRM","SIGHUP","SIGINT","SIGTERM"];process.platform!=="win32"&&Mc.exports.push("SIGVTALRM","SIGXCPU","SIGXFSZ","SIGUSR2","SIGTRAP","SIGSYS","SIGQUIT","SIGIOT");process.platform==="linux"&&Mc.exports.push("SIGIO","SIGPOLL","SIGPWR","SIGSTKFLT","SIGUNUSED")});var Yh=S((dK,xi)=>{var Ue=global.process,bo=function(t){return t&&typeof t=="object"&&typeof t.removeListener=="function"&&typeof t.emit=="function"&&typeof t.reallyExit=="function"&&typeof t.listeners=="function"&&typeof t.kill=="function"&&typeof t.pid=="number"&&typeof t.on=="function"};bo(Ue)?(EE=require("assert"),_i=vE(),CE=/^win/i.test(Ue.platform),ss=require("events"),typeof ss!="function"&&(ss=ss.EventEmitter),Ue.__signal_exit_emitter__?it=Ue.__signal_exit_emitter__:(it=Ue.__signal_exit_emitter__=new ss,it.count=0,it.emitted={}),it.infinite||(it.setMaxListeners(1/0),it.infinite=!0),xi.exports=function(t,e){if(!bo(global.process))return function(){};EE.equal(typeof t,"function","a callback must be provided for exit handler"),Si===!1&&Gh();var r="exit";e&&e.alwaysLast&&(r="afterexit");var n=function(){it.removeListener(r,t),it.listeners("exit").length===0&&it.listeners("afterexit").length===0&&qc()};return it.on(r,t),n},qc=function(){!Si||!bo(global.process)||(Si=!1,_i.forEach(function(e){try{Ue.removeListener(e,Hc[e])}catch{}}),Ue.emit=Vc,Ue.reallyExit=Wh,it.count-=1)},xi.exports.unload=qc,wo=function(e,r,n){it.emitted[e]||(it.emitted[e]=!0,it.emit(e,r,n))},Hc={},_i.forEach(function(t){Hc[t]=function(){if(bo(global.process)){var r=Ue.listeners(t);r.length===it.count&&(qc(),wo("exit",null,t),wo("afterexit",null,t),CE&&t==="SIGHUP"&&(t="SIGINT"),Ue.kill(Ue.pid,t))}}}),xi.exports.signals=function(){return _i},Si=!1,Gh=function(){Si||!bo(global.process)||(Si=!0,it.count+=1,_i=_i.filter(function(e){try{return Ue.on(e,Hc[e]),!0}catch{return!1}}),Ue.emit=SE,Ue.reallyExit=_E)},xi.exports.load=Gh,Wh=Ue.reallyExit,_E=function(e){bo(global.process)&&(Ue.exitCode=e||0,wo("exit",Ue.exitCode,null),wo("afterexit",Ue.exitCode,null),Wh.call(Ue,Ue.exitCode))},Vc=Ue.emit,SE=function(e,r){if(e==="exit"&&bo(global.process)){r!==void 0&&(Ue.exitCode=r);var n=Vc.apply(this,arguments);return wo("exit",Ue.exitCode,null),wo("afterexit",Ue.exitCode,null),n}else return Vc.apply(this,arguments)}):xi.exports=function(){return function(){}};var EE,_i,CE,ss,it,qc,wo,Hc,Si,Gh,Wh,_E,Vc,SE});var AE=S((pK,Jh)=>{"use strict";var xE=Symbol();function q6(t,e,r){let n=e[xE];if(n)return e.stat(t,(i,a)=>{if(i)return r(i);r(null,a.mtime,n)});let o=new Date(Math.ceil(Date.now()/1e3)*1e3+5);e.utimes(t,o,o,i=>{if(i)return r(i);e.stat(t,(a,s)=>{if(a)return r(a);let u=s.mtime.getTime()%1e3===0?"s":"ms";Object.defineProperty(e,xE,{value:u}),r(null,s.mtime,u)})})}function H6(t){let e=Date.now();return t==="s"&&(e=Math.ceil(e/1e3)*1e3),new Date(e)}Jh.exports.probe=q6;Jh.exports.getMtime=H6});var $E=S((hK,cs)=>{"use strict";var V6=require("path"),Qh=An(),z6=wE(),K6=Yh(),OE=AE(),tn={};function us(t,e){return e.lockfilePath||`${t}.lock`}function em(t,e,r){if(!e.realpath)return r(null,V6.resolve(t));e.fs.realpath(t,r)}function Zh(t,e,r){let n=us(t,e);e.fs.mkdir(n,o=>{if(!o)return OE.probe(n,e.fs,(i,a,s)=>{if(i)return e.fs.rmdir(n,()=>{}),r(i);r(null,a,s)});if(o.code!=="EEXIST")return r(o);if(e.stale<=0)return r(Object.assign(new Error("Lock file is already being held"),{code:"ELOCKED",file:t}));e.fs.stat(n,(i,a)=>{if(i)return i.code==="ENOENT"?Zh(t,{...e,stale:0},r):r(i);if(!FE(a,e))return r(Object.assign(new Error("Lock file is already being held"),{code:"ELOCKED",file:t}));kE(t,e,s=>{if(s)return r(s);Zh(t,{...e,stale:0},r)})})})}function FE(t,e){return t.mtime.getTime()<Date.now()-e.stale}function kE(t,e,r){e.fs.rmdir(us(t,e),n=>{if(n&&n.code!=="ENOENT")return r(n);r()})}function zc(t,e){let r=tn[t];r.updateTimeout||(r.updateDelay=r.updateDelay||e.update,r.updateTimeout=setTimeout(()=>{r.updateTimeout=null,e.fs.stat(r.lockfilePath,(n,o)=>{let i=r.lastUpdate+e.stale<Date.now();if(n)return n.code==="ENOENT"||i?Xh(t,r,Object.assign(n,{code:"ECOMPROMISED"})):(r.updateDelay=1e3,zc(t,e));if(!(r.mtime.getTime()===o.mtime.getTime()))return Xh(t,r,Object.assign(new Error("Unable to update lock within the stale threshold"),{code:"ECOMPROMISED"}));let s=OE.getMtime(r.mtimePrecision);e.fs.utimes(r.lockfilePath,s,s,u=>{let c=r.lastUpdate+e.stale<Date.now();if(!r.released){if(u)return u.code==="ENOENT"||c?Xh(t,r,Object.assign(u,{code:"ECOMPROMISED"})):(r.updateDelay=1e3,zc(t,e));r.mtime=s,r.lastUpdate=Date.now(),r.updateDelay=null,zc(t,e)}})})},r.updateDelay),r.updateTimeout.unref&&r.updateTimeout.unref())}function Xh(t,e,r){e.released=!0,e.updateTimeout&&clearTimeout(e.updateTimeout),tn[t]===e&&delete tn[t],e.options.onCompromised(r)}function G6(t,e,r){e={stale:1e4,update:null,realpath:!0,retries:0,fs:Qh,onCompromised:n=>{throw n},...e},e.retries=e.retries||0,e.retries=typeof e.retries=="number"?{retries:e.retries}:e.retries,e.stale=Math.max(e.stale||0,2e3),e.update=e.update==null?e.stale/2:e.update||0,e.update=Math.max(Math.min(e.update,e.stale/2),1e3),em(t,e,(n,o)=>{if(n)return r(n);let i=z6.operation(e.retries);i.attempt(()=>{Zh(o,e,(a,s,u)=>{if(i.retry(a))return;if(a)return r(i.mainError());let c=tn[o]={lockfilePath:us(o,e),mtime:s,mtimePrecision:u,options:e,lastUpdate:Date.now()};zc(o,e),r(null,l=>{if(c.released)return l&&l(Object.assign(new Error("Lock is already released"),{code:"ERELEASED"}));PE(o,{...e,realpath:!1},l)})})})})}function PE(t,e,r){e={fs:Qh,realpath:!0,...e},em(t,e,(n,o)=>{if(n)return r(n);let i=tn[o];if(!i)return r(Object.assign(new Error("Lock is not acquired/owned by you"),{code:"ENOTACQUIRED"}));i.updateTimeout&&clearTimeout(i.updateTimeout),i.released=!0,delete tn[o],kE(o,e,r)})}function W6(t,e,r){e={stale:1e4,realpath:!0,fs:Qh,...e},e.stale=Math.max(e.stale||0,2e3),em(t,e,(n,o)=>{if(n)return r(n);e.fs.stat(us(o,e),(i,a)=>i?i.code==="ENOENT"?r(null,!1):r(i):r(null,!FE(a,e)))})}function Y6(){return tn}K6(()=>{for(let t in tn){let e=tn[t].options;try{e.fs.rmdirSync(us(t,e))}catch{}}});cs.exports.lock=G6;cs.exports.unlock=PE;cs.exports.check=W6;cs.exports.getLocks=Y6});var IE=S((mK,TE)=>{"use strict";var J6=An();function X6(t){let e=["mkdir","realpath","stat","rmdir","utimes"],r={...t};return e.forEach(n=>{r[n]=(...o)=>{let i=o.pop(),a;try{a=t[`${n}Sync`](...o)}catch(s){return i(s)}i(null,a)}}),r}function Z6(t){return(...e)=>new Promise((r,n)=>{e.push((o,i)=>{o?n(o):r(i)}),t(...e)})}function Q6(t){return(...e)=>{let r,n;if(e.push((o,i)=>{r=o,n=i}),t(...e),r)throw r;return n}}function e8(t){if(t={...t},t.fs=X6(t.fs||J6),typeof t.retries=="number"&&t.retries>0||t.retries&&typeof t.retries.retries=="number"&&t.retries.retries>0)throw Object.assign(new Error("Cannot use retries with the sync api"),{code:"ESYNC"});return t}TE.exports={toPromise:Z6,toSync:Q6,toSyncOptions:e8}});var BE=S((gK,On)=>{"use strict";var Ai=$E(),{toPromise:Kc,toSync:Gc,toSyncOptions:tm}=IE();async function RE(t,e){let r=await Kc(Ai.lock)(t,e);return Kc(r)}function t8(t,e){let r=Gc(Ai.lock)(t,tm(e));return Gc(r)}function r8(t,e){return Kc(Ai.unlock)(t,e)}function n8(t,e){return Gc(Ai.unlock)(t,tm(e))}function o8(t,e){return Kc(Ai.check)(t,e)}function i8(t,e){return Gc(Ai.check)(t,tm(e))}On.exports=RE;On.exports.lock=RE;On.exports.unlock=r8;On.exports.lockSync=t8;On.exports.unlockSync=n8;On.exports.check=o8;On.exports.checkSync=i8});var ME=S(Oi=>{"use strict";Object.defineProperty(Oi,"__esModule",{value:!0});Oi.canStoreURLs=Oi.FileUrlStorage=void 0;var LE=require("fs"),a8=u8(iE()),NE=s8(BE());function UE(t){if(typeof WeakMap!="function")return null;var e=new WeakMap,r=new WeakMap;return(UE=function(n){return n?r:e})(t)}function s8(t,e){if(!e&&t&&t.__esModule)return t;if(t===null||typeof t!="object"&&typeof t!="function")return{default:t};var r=UE(e);if(r&&r.has(t))return r.get(t);var n={__proto__:null},o=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var i in t)if(i!=="default"&&{}.hasOwnProperty.call(t,i)){var a=o?Object.getOwnPropertyDescriptor(t,i):null;a&&(a.get||a.set)?Object.defineProperty(n,i,a):n[i]=t[i]}return n.default=t,r&&r.set(t,n),n}function u8(t){return t&&t.__esModule?t:{default:t}}function ls(t){"@babel/helpers - typeof";return ls=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(e){return typeof e}:function(e){return e&&typeof Symbol=="function"&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},ls(t)}function c8(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function jE(t,e){for(var r=0;r<e.length;r++){var n=e[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,f8(n.key),n)}}function l8(t,e,r){return e&&jE(t.prototype,e),r&&jE(t,r),Object.defineProperty(t,"prototype",{writable:!1}),t}function f8(t){var e=d8(t,"string");return ls(e)=="symbol"?e:e+""}function d8(t,e){if(ls(t)!="object"||!t)return t;var r=t[Symbol.toPrimitive];if(r!==void 0){var n=r.call(t,e||"default");if(ls(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(t)}var DK=Oi.canStoreURLs=!0,yK=Oi.FileUrlStorage=(function(){function t(e){c8(this,t),this.path=e}return l8(t,[{key:"findAllUploads",value:function(){var r=this;return new Promise(function(n,o){r._getItems("tus::",function(i,a){i?o(i):n(a)})})}},{key:"findUploadsByFingerprint",value:function(r){var n=this;return new Promise(function(o,i){n._getItems("tus::".concat(r),function(a,s){a?i(a):o(s)})})}},{key:"removeUpload",value:function(r){var n=this;return new Promise(function(o,i){n._removeItem(r,function(a){a?i(a):o()})})}},{key:"addUpload",value:function(r,n){var o=this,i=Math.round(Math.random()*1e12),a="tus::".concat(r,"::").concat(i);return new Promise(function(s,u){o._setItem(a,n,function(c){c?u(c):s(a)})})}},{key:"_setItem",value:function(r,n,o){var i=this;NE.lock(this.path,this._lockfileOptions()).then(function(a){o=i._releaseAndCb(a,o),i._getData(function(s,u){if(s){o(s);return}u[r]=n,i._writeData(u,function(c){return o(c)})})}).catch(o)}},{key:"_getItems",value:function(r,n){this._getData(function(o,i){if(o){n(o);return}var a=Object.keys(i).filter(function(s){return s.startsWith(r)}).map(function(s){var u=i[s];return u.urlStorageKey=s,u});n(null,a)})}},{key:"_removeItem",value:function(r,n){var o=this;NE.lock(this.path,this._lockfileOptions()).then(function(i){n=o._releaseAndCb(i,n),o._getData(function(a,s){if(a){n(a);return}delete s[r],o._writeData(s,function(u){return n(u)})})}).catch(n)}},{key:"_lockfileOptions",value:function(){return{realpath:!1,retries:{retries:5,minTimeout:20}}}},{key:"_releaseAndCb",value:function(r,n){return function(o){if(o){r().then(function(){return n(o)}).catch(function(i){return n((0,a8.default)([o,i]))});return}r().then(n).catch(n)}}},{key:"_writeData",value:function(r,n){var o={encoding:"utf8",mode:432,flag:"w"};(0,LE.writeFile)(this.path,JSON.stringify(r),o,function(i){return n(i)})}},{key:"_getData",value:function(r){(0,LE.readFile)(this.path,"utf8",function(n,o){if(n){n.code==="ENOENT"?r(null,{}):r(n);return}try{o=o.trim().length?JSON.parse(o):{}}catch(i){r(i);return}r(null,o)})}}])})()});var Yc=S(jt=>{"use strict";Object.defineProperty(jt,"__esModule",{value:!0});Object.defineProperty(jt,"DefaultHttpStack",{enumerable:!0,get:function(){return zE.default}});Object.defineProperty(jt,"DetailedError",{enumerable:!0,get:function(){return p8.default}});Object.defineProperty(jt,"FileUrlStorage",{enumerable:!0,get:function(){return KE.FileUrlStorage}});Object.defineProperty(jt,"StreamSource",{enumerable:!0,get:function(){return y8.default}});jt.Upload=void 0;Object.defineProperty(jt,"canStoreURLs",{enumerable:!0,get:function(){return KE.canStoreURLs}});jt.defaultOptions=void 0;Object.defineProperty(jt,"enableDebugLog",{enumerable:!0,get:function(){return h8.enableDebugLog}});jt.isSupported=void 0;var p8=vo(Xp()),h8=Zp(),m8=vo(Mb()),rm=vo(Dw()),g8=vo(kw()),D8=vo(Iw()),zE=vo(Ww()),y8=vo(dh()),KE=ME();function vo(t){return t&&t.__esModule?t:{default:t}}function ki(t){"@babel/helpers - typeof";return ki=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(e){return typeof e}:function(e){return e&&typeof Symbol=="function"&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},ki(t)}function b8(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function qE(t,e){for(var r=0;r<e.length;r++){var n=e[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,WE(n.key),n)}}function w8(t,e,r){return e&&qE(t.prototype,e),r&&qE(t,r),Object.defineProperty(t,"prototype",{writable:!1}),t}function v8(t,e,r){return e=Wc(e),E8(t,GE()?Reflect.construct(e,r||[],Wc(t).constructor):e.apply(t,r))}function E8(t,e){if(e&&(ki(e)==="object"||typeof e=="function"))return e;if(e!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return C8(t)}function C8(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function GE(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(GE=function(){return!!t})()}function Wc(t){return Wc=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},Wc(t)}function _8(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&nm(t,e)}function nm(t,e){return nm=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,o){return n.__proto__=o,n},nm(t,e)}function HE(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter(function(o){return Object.getOwnPropertyDescriptor(t,o).enumerable})),r.push.apply(r,n)}return r}function Fi(t){for(var e=1;e<arguments.length;e++){var r=arguments[e]!=null?arguments[e]:{};e%2?HE(Object(r),!0).forEach(function(n){S8(t,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):HE(Object(r)).forEach(function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(r,n))})}return t}function S8(t,e,r){return e=WE(e),e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}function WE(t){var e=x8(t,"string");return ki(e)=="symbol"?e:e+""}function x8(t,e){if(ki(t)!="object"||!t)return t;var r=t[Symbol.toPrimitive];if(r!==void 0){var n=r.call(t,e||"default");if(ki(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(t)}var VE=jt.defaultOptions=Fi(Fi({},rm.default.defaultOptions),{},{httpStack:new zE.default,fileReader:new g8.default,urlStorage:new m8.default,fingerprint:D8.default}),wK=jt.Upload=(function(t){function e(){var r=arguments.length>0&&arguments[0]!==void 0?arguments[0]:null,n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return b8(this,e),n=Fi(Fi({},VE),n),v8(this,e,[r,n])}return _8(e,t),w8(e,null,[{key:"terminate",value:function(n){var o=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return o=Fi(Fi({},VE),o),rm.default.terminate(n,o)}}])})(rm.default),vK=jt.isSupported=!0});var QE=S((LK,ZE)=>{var Pi=1e3,$i=Pi*60,Ti=$i*60,Eo=Ti*24,R8=Eo*7,B8=Eo*365.25;ZE.exports=function(t,e){e=e||{};var r=typeof t;if(r==="string"&&t.length>0)return L8(t);if(r==="number"&&isFinite(t))return e.long?j8(t):N8(t);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(t))};function L8(t){if(t=String(t),!(t.length>100)){var e=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(t);if(e){var r=parseFloat(e[1]),n=(e[2]||"ms").toLowerCase();switch(n){case"years":case"year":case"yrs":case"yr":case"y":return r*B8;case"weeks":case"week":case"w":return r*R8;case"days":case"day":case"d":return r*Eo;case"hours":case"hour":case"hrs":case"hr":case"h":return r*Ti;case"minutes":case"minute":case"mins":case"min":case"m":return r*$i;case"seconds":case"second":case"secs":case"sec":case"s":return r*Pi;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return r;default:return}}}}function N8(t){var e=Math.abs(t);return e>=Eo?Math.round(t/Eo)+"d":e>=Ti?Math.round(t/Ti)+"h":e>=$i?Math.round(t/$i)+"m":e>=Pi?Math.round(t/Pi)+"s":t+"ms"}function j8(t){var e=Math.abs(t);return e>=Eo?Xc(t,e,Eo,"day"):e>=Ti?Xc(t,e,Ti,"hour"):e>=$i?Xc(t,e,$i,"minute"):e>=Pi?Xc(t,e,Pi,"second"):t+" ms"}function Xc(t,e,r,n){var o=e>=r*1.5;return Math.round(t/r)+" "+n+(o?"s":"")}});var am=S((NK,eC)=>{function U8(t){r.debug=r,r.default=r,r.coerce=u,r.disable=a,r.enable=o,r.enabled=s,r.humanize=QE(),r.destroy=c,Object.keys(t).forEach(l=>{r[l]=t[l]}),r.names=[],r.skips=[],r.formatters={};function e(l){let d=0;for(let p=0;p<l.length;p++)d=(d<<5)-d+l.charCodeAt(p),d|=0;return r.colors[Math.abs(d)%r.colors.length]}r.selectColor=e;function r(l){let d,p=null,h,m;function b(...D){if(!b.enabled)return;let E=b,C=Number(new Date),g=C-(d||C);E.diff=g,E.prev=d,E.curr=C,d=C,D[0]=r.coerce(D[0]),typeof D[0]!="string"&&D.unshift("%O");let _=0;D[0]=D[0].replace(/%([a-zA-Z%])/g,($,P)=>{if($==="%%")return"%";_++;let B=r.formatters[P];if(typeof B=="function"){let T=D[_];$=B.call(E,T),D.splice(_,1),_--}return $}),r.formatArgs.call(E,D),(E.log||r.log).apply(E,D)}return b.namespace=l,b.useColors=r.useColors(),b.color=r.selectColor(l),b.extend=n,b.destroy=r.destroy,Object.defineProperty(b,"enabled",{enumerable:!0,configurable:!1,get:()=>p!==null?p:(h!==r.namespaces&&(h=r.namespaces,m=r.enabled(l)),m),set:D=>{p=D}}),typeof r.init=="function"&&r.init(b),b}function n(l,d){let p=r(this.namespace+(typeof d>"u"?":":d)+l);return p.log=this.log,p}function o(l){r.save(l),r.namespaces=l,r.names=[],r.skips=[];let d=(typeof l=="string"?l:"").trim().replace(/\s+/g,",").split(",").filter(Boolean);for(let p of d)p[0]==="-"?r.skips.push(p.slice(1)):r.names.push(p)}function i(l,d){let p=0,h=0,m=-1,b=0;for(;p<l.length;)if(h<d.length&&(d[h]===l[p]||d[h]==="*"))d[h]==="*"?(m=h,b=p,h++):(p++,h++);else if(m!==-1)h=m+1,b++,p=b;else return!1;for(;h<d.length&&d[h]==="*";)h++;return h===d.length}function a(){let l=[...r.names,...r.skips.map(d=>"-"+d)].join(",");return r.enable(""),l}function s(l){for(let d of r.skips)if(i(l,d))return!1;for(let d of r.names)if(i(l,d))return!0;return!1}function u(l){return l instanceof Error?l.stack||l.message:l}function c(){console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.")}return r.enable(r.load()),r}eC.exports=U8});var tC=S((Ut,Zc)=>{Ut.formatArgs=q8;Ut.save=H8;Ut.load=V8;Ut.useColors=M8;Ut.storage=z8();Ut.destroy=(()=>{let t=!1;return()=>{t||(t=!0,console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."))}})();Ut.colors=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"];function M8(){if(typeof window<"u"&&window.process&&(window.process.type==="renderer"||window.process.__nwjs))return!0;if(typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/))return!1;let t;return typeof document<"u"&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||typeof window<"u"&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||typeof navigator<"u"&&navigator.userAgent&&(t=navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/))&&parseInt(t[1],10)>=31||typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/)}function q8(t){if(t[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+t[0]+(this.useColors?"%c ":" ")+"+"+Zc.exports.humanize(this.diff),!this.useColors)return;let e="color: "+this.color;t.splice(1,0,e,"color: inherit");let r=0,n=0;t[0].replace(/%[a-zA-Z%]/g,o=>{o!=="%%"&&(r++,o==="%c"&&(n=r))}),t.splice(n,0,e)}Ut.log=console.debug||console.log||(()=>{});function H8(t){try{t?Ut.storage.setItem("debug",t):Ut.storage.removeItem("debug")}catch{}}function V8(){let t;try{t=Ut.storage.getItem("debug")||Ut.storage.getItem("DEBUG")}catch{}return!t&&typeof process<"u"&&"env"in process&&(t=process.env.DEBUG),t}function z8(){try{return localStorage}catch{}}Zc.exports=am()(Ut);var{formatters:K8}=Zc.exports;K8.j=function(t){try{return JSON.stringify(t)}catch(e){return"[UnexpectedJSONParseError]: "+e.message}}});var nC=S((jK,rC)=>{"use strict";rC.exports=(t,e=process.argv)=>{let r=t.startsWith("-")?"":t.length===1?"-":"--",n=e.indexOf(r+t),o=e.indexOf("--");return n!==-1&&(o===-1||n<o)}});var aC=S((UK,iC)=>{"use strict";var G8=require("os"),oC=require("tty"),cr=nC(),{env:st}=process,Fn;cr("no-color")||cr("no-colors")||cr("color=false")||cr("color=never")?Fn=0:(cr("color")||cr("colors")||cr("color=true")||cr("color=always"))&&(Fn=1);"FORCE_COLOR"in st&&(st.FORCE_COLOR==="true"?Fn=1:st.FORCE_COLOR==="false"?Fn=0:Fn=st.FORCE_COLOR.length===0?1:Math.min(parseInt(st.FORCE_COLOR,10),3));function sm(t){return t===0?!1:{level:t,hasBasic:!0,has256:t>=2,has16m:t>=3}}function um(t,e){if(Fn===0)return 0;if(cr("color=16m")||cr("color=full")||cr("color=truecolor"))return 3;if(cr("color=256"))return 2;if(t&&!e&&Fn===void 0)return 0;let r=Fn||0;if(st.TERM==="dumb")return r;if(process.platform==="win32"){let n=G8.release().split(".");return Number(n[0])>=10&&Number(n[2])>=10586?Number(n[2])>=14931?3:2:1}if("CI"in st)return["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI","GITHUB_ACTIONS","BUILDKITE"].some(n=>n in st)||st.CI_NAME==="codeship"?1:r;if("TEAMCITY_VERSION"in st)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(st.TEAMCITY_VERSION)?1:0;if(st.COLORTERM==="truecolor")return 3;if("TERM_PROGRAM"in st){let n=parseInt((st.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(st.TERM_PROGRAM){case"iTerm.app":return n>=3?3:2;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(st.TERM)?2:/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(st.TERM)||"COLORTERM"in st?1:r}function W8(t){let e=um(t,t&&t.isTTY);return sm(e)}iC.exports={supportsColor:W8,stdout:sm(um(!0,oC.isatty(1))),stderr:sm(um(!0,oC.isatty(2)))}});var uC=S((ut,el)=>{var Y8=require("tty"),Qc=require("util");ut.init=rL;ut.log=Q8;ut.formatArgs=X8;ut.save=eL;ut.load=tL;ut.useColors=J8;ut.destroy=Qc.deprecate(()=>{},"Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.");ut.colors=[6,2,3,4,5,1];try{let t=aC();t&&(t.stderr||t).level>=2&&(ut.colors=[20,21,26,27,32,33,38,39,40,41,42,43,44,45,56,57,62,63,68,69,74,75,76,77,78,79,80,81,92,93,98,99,112,113,128,129,134,135,148,149,160,161,162,163,164,165,166,167,168,169,170,171,172,173,178,179,184,185,196,197,198,199,200,201,202,203,204,205,206,207,208,209,214,215,220,221])}catch{}ut.inspectOpts=Object.keys(process.env).filter(t=>/^debug_/i.test(t)).reduce((t,e)=>{let r=e.substring(6).toLowerCase().replace(/_([a-z])/g,(o,i)=>i.toUpperCase()),n=process.env[e];return/^(yes|on|true|enabled)$/i.test(n)?n=!0:/^(no|off|false|disabled)$/i.test(n)?n=!1:n==="null"?n=null:n=Number(n),t[r]=n,t},{});function J8(){return"colors"in ut.inspectOpts?!!ut.inspectOpts.colors:Y8.isatty(process.stderr.fd)}function X8(t){let{namespace:e,useColors:r}=this;if(r){let n=this.color,o="\x1B[3"+(n<8?n:"8;5;"+n),i=` ${o};1m${e} \x1B[0m`;t[0]=i+t[0].split(`
48
48
  `).join(`
49
- `+i),t.push(o+"m+"+Qc.exports.humanize(this.diff)+"\x1B[0m")}else t[0]=X8()+e+" "+t[0]}function X8(){return ut.inspectOpts.hideDate?"":new Date().toISOString()+" "}function Z8(...t){return process.stderr.write(Zc.formatWithOptions(ut.inspectOpts,...t)+`
50
- `)}function Q8(t){t?process.env.DEBUG=t:delete process.env.DEBUG}function eL(){return process.env.DEBUG}function tL(t){t.inspectOpts={};let e=Object.keys(ut.inspectOpts);for(let r=0;r<e.length;r++)t.inspectOpts[e[r]]=ut.inspectOpts[e[r]]}Qc.exports=im()(ut);var{formatters:iE}=Qc.exports;iE.o=function(t){return this.inspectOpts.colors=this.useColors,Zc.inspect(t,this.inspectOpts).split(`
51
- `).map(e=>e.trim()).join(" ")};iE.O=function(t){return this.inspectOpts.colors=this.useColors,Zc.inspect(t,this.inspectOpts)}});var cm=S((UK,um)=>{typeof process>"u"||process.type==="renderer"||process.browser===!0||process.__nwjs?um.exports=QC():um.exports=aE()});var ct=S(lm=>{"use strict";lm.fromCallback=function(t){return Object.defineProperty(function(...e){if(typeof e[e.length-1]=="function")t.apply(this,e);else return new Promise((r,n)=>{e.push((o,i)=>o!=null?n(o):r(i)),t.apply(this,e)})},"name",{value:t.name})};lm.fromPromise=function(t){return Object.defineProperty(function(...e){let r=e[e.length-1];if(typeof r!="function")return t.apply(this,e);e.pop(),t.apply(this,e).then(n=>r(null,n),r)},"name",{value:t.name})}});var Pt=S(nn=>{"use strict";var sE=ct().fromCallback,kt=An(),rL=["access","appendFile","chmod","chown","close","copyFile","cp","fchmod","fchown","fdatasync","fstat","fsync","ftruncate","futimes","glob","lchmod","lchown","lutimes","link","lstat","mkdir","mkdtemp","open","opendir","readdir","readFile","readlink","realpath","rename","rm","rmdir","stat","statfs","symlink","truncate","unlink","utimes","writeFile"].filter(t=>typeof kt[t]=="function");Object.assign(nn,kt);rL.forEach(t=>{nn[t]=sE(kt[t])});nn.exists=function(t,e){return typeof e=="function"?kt.exists(t,e):new Promise(r=>kt.exists(t,r))};nn.read=function(t,e,r,n,o,i){return typeof i=="function"?kt.read(t,e,r,n,o,i):new Promise((a,s)=>{kt.read(t,e,r,n,o,(u,c,l)=>{if(u)return s(u);a({bytesRead:c,buffer:l})})})};nn.write=function(t,e,...r){return typeof r[r.length-1]=="function"?kt.write(t,e,...r):new Promise((n,o)=>{kt.write(t,e,...r,(i,a,s)=>{if(i)return o(i);n({bytesWritten:a,buffer:s})})})};nn.readv=function(t,e,...r){return typeof r[r.length-1]=="function"?kt.readv(t,e,...r):new Promise((n,o)=>{kt.readv(t,e,...r,(i,a,s)=>{if(i)return o(i);n({bytesRead:a,buffers:s})})})};nn.writev=function(t,e,...r){return typeof r[r.length-1]=="function"?kt.writev(t,e,...r):new Promise((n,o)=>{kt.writev(t,e,...r,(i,a,s)=>{if(i)return o(i);n({bytesWritten:a,buffers:s})})})};typeof kt.realpath.native=="function"?nn.realpath.native=sE(kt.realpath.native):process.emitWarning("fs.realpath.native is not a function. Is fs being monkey-patched?","Warning","fs-extra-WARN0003")});var cE=S((HK,uE)=>{"use strict";var nL=require("path");uE.exports.checkPath=function(e){if(process.platform==="win32"&&/[<>:"|?*]/.test(e.replace(nL.parse(e).root,""))){let n=new Error(`Path contains invalid characters: ${e}`);throw n.code="EINVAL",n}}});var pE=S((VK,fm)=>{"use strict";var lE=Pt(),{checkPath:fE}=cE(),dE=t=>{let e={mode:511};return typeof t=="number"?t:{...e,...t}.mode};fm.exports.makeDir=async(t,e)=>(fE(t),lE.mkdir(t,{mode:dE(e),recursive:!0}));fm.exports.makeDirSync=(t,e)=>(fE(t),lE.mkdirSync(t,{mode:dE(e),recursive:!0}))});var Sr=S((zK,hE)=>{"use strict";var oL=ct().fromPromise,{makeDir:iL,makeDirSync:dm}=pE(),pm=oL(iL);hE.exports={mkdirs:pm,mkdirsSync:dm,mkdirp:pm,mkdirpSync:dm,ensureDir:pm,ensureDirSync:dm}});var kn=S((KK,gE)=>{"use strict";var aL=ct().fromPromise,mE=Pt();function sL(t){return mE.access(t).then(()=>!0).catch(()=>!1)}gE.exports={pathExists:aL(sL),pathExistsSync:mE.existsSync}});var hm=S((GK,DE)=>{"use strict";var Ri=Pt(),uL=ct().fromPromise;async function cL(t,e,r){let n=await Ri.open(t,"r+"),o=null;try{await Ri.futimes(n,e,r)}finally{try{await Ri.close(n)}catch(i){o=i}}if(o)throw o}function lL(t,e,r){let n=Ri.openSync(t,"r+");return Ri.futimesSync(n,e,r),Ri.closeSync(n)}DE.exports={utimesMillis:uL(cL),utimesMillisSync:lL}});var _o=S((WK,vE)=>{"use strict";var Bi=Pt(),lt=require("path"),yE=ct().fromPromise;function fL(t,e,r){let n=r.dereference?o=>Bi.stat(o,{bigint:!0}):o=>Bi.lstat(o,{bigint:!0});return Promise.all([n(t),n(e).catch(o=>{if(o.code==="ENOENT")return null;throw o})]).then(([o,i])=>({srcStat:o,destStat:i}))}function dL(t,e,r){let n,o=r.dereference?a=>Bi.statSync(a,{bigint:!0}):a=>Bi.lstatSync(a,{bigint:!0}),i=o(t);try{n=o(e)}catch(a){if(a.code==="ENOENT")return{srcStat:i,destStat:null};throw a}return{srcStat:i,destStat:n}}async function pL(t,e,r,n){let{srcStat:o,destStat:i}=await fL(t,e,n);if(i){if(fs(o,i)){let a=lt.basename(t),s=lt.basename(e);if(r==="move"&&a!==s&&a.toLowerCase()===s.toLowerCase())return{srcStat:o,destStat:i,isChangingCase:!0};throw new Error("Source and destination must not be the same.")}if(o.isDirectory()&&!i.isDirectory())throw new Error(`Cannot overwrite non-directory '${e}' with directory '${t}'.`);if(!o.isDirectory()&&i.isDirectory())throw new Error(`Cannot overwrite directory '${e}' with non-directory '${t}'.`)}if(o.isDirectory()&&mm(t,e))throw new Error(el(t,e,r));return{srcStat:o,destStat:i}}function hL(t,e,r,n){let{srcStat:o,destStat:i}=dL(t,e,n);if(i){if(fs(o,i)){let a=lt.basename(t),s=lt.basename(e);if(r==="move"&&a!==s&&a.toLowerCase()===s.toLowerCase())return{srcStat:o,destStat:i,isChangingCase:!0};throw new Error("Source and destination must not be the same.")}if(o.isDirectory()&&!i.isDirectory())throw new Error(`Cannot overwrite non-directory '${e}' with directory '${t}'.`);if(!o.isDirectory()&&i.isDirectory())throw new Error(`Cannot overwrite directory '${e}' with non-directory '${t}'.`)}if(o.isDirectory()&&mm(t,e))throw new Error(el(t,e,r));return{srcStat:o,destStat:i}}async function bE(t,e,r,n){let o=lt.resolve(lt.dirname(t)),i=lt.resolve(lt.dirname(r));if(i===o||i===lt.parse(i).root)return;let a;try{a=await Bi.stat(i,{bigint:!0})}catch(s){if(s.code==="ENOENT")return;throw s}if(fs(e,a))throw new Error(el(t,r,n));return bE(t,e,i,n)}function wE(t,e,r,n){let o=lt.resolve(lt.dirname(t)),i=lt.resolve(lt.dirname(r));if(i===o||i===lt.parse(i).root)return;let a;try{a=Bi.statSync(i,{bigint:!0})}catch(s){if(s.code==="ENOENT")return;throw s}if(fs(e,a))throw new Error(el(t,r,n));return wE(t,e,i,n)}function fs(t,e){return e.ino!==void 0&&e.dev!==void 0&&e.ino===t.ino&&e.dev===t.dev}function mm(t,e){let r=lt.resolve(t).split(lt.sep).filter(o=>o),n=lt.resolve(e).split(lt.sep).filter(o=>o);return r.every((o,i)=>n[i]===o)}function el(t,e,r){return`Cannot ${r} '${t}' to a subdirectory of itself, '${e}'.`}vE.exports={checkPaths:yE(pL),checkPathsSync:hL,checkParentPaths:yE(bE),checkParentPathsSync:wE,isSrcSubdir:mm,areIdentical:fs}});var EE=S((YK,CE)=>{"use strict";async function mL(t,e){let r=[];for await(let n of t)r.push(e(n).then(()=>null,o=>o??new Error("unknown error")));await Promise.all(r.map(n=>n.then(o=>{if(o!==null)throw o})))}CE.exports={asyncIteratorConcurrentProcess:mL}});var FE=S((JK,AE)=>{"use strict";var bt=Pt(),ds=require("path"),{mkdirs:gL}=Sr(),{pathExists:DL}=kn(),{utimesMillis:yL}=hm(),ps=_o(),{asyncIteratorConcurrentProcess:bL}=EE();async function wL(t,e,r={}){typeof r=="function"&&(r={filter:r}),r.clobber="clobber"in r?!!r.clobber:!0,r.overwrite="overwrite"in r?!!r.overwrite:r.clobber,r.preserveTimestamps&&process.arch==="ia32"&&process.emitWarning(`Using the preserveTimestamps option in 32-bit node is not recommended;
49
+ `+i),t.push(o+"m+"+el.exports.humanize(this.diff)+"\x1B[0m")}else t[0]=Z8()+e+" "+t[0]}function Z8(){return ut.inspectOpts.hideDate?"":new Date().toISOString()+" "}function Q8(...t){return process.stderr.write(Qc.formatWithOptions(ut.inspectOpts,...t)+`
50
+ `)}function eL(t){t?process.env.DEBUG=t:delete process.env.DEBUG}function tL(){return process.env.DEBUG}function rL(t){t.inspectOpts={};let e=Object.keys(ut.inspectOpts);for(let r=0;r<e.length;r++)t.inspectOpts[e[r]]=ut.inspectOpts[e[r]]}el.exports=am()(ut);var{formatters:sC}=el.exports;sC.o=function(t){return this.inspectOpts.colors=this.useColors,Qc.inspect(t,this.inspectOpts).split(`
51
+ `).map(e=>e.trim()).join(" ")};sC.O=function(t){return this.inspectOpts.colors=this.useColors,Qc.inspect(t,this.inspectOpts)}});var lm=S((MK,cm)=>{typeof process>"u"||process.type==="renderer"||process.browser===!0||process.__nwjs?cm.exports=tC():cm.exports=uC()});var ct=S(fm=>{"use strict";fm.fromCallback=function(t){return Object.defineProperty(function(...e){if(typeof e[e.length-1]=="function")t.apply(this,e);else return new Promise((r,n)=>{e.push((o,i)=>o!=null?n(o):r(i)),t.apply(this,e)})},"name",{value:t.name})};fm.fromPromise=function(t){return Object.defineProperty(function(...e){let r=e[e.length-1];if(typeof r!="function")return t.apply(this,e);e.pop(),t.apply(this,e).then(n=>r(null,n),r)},"name",{value:t.name})}});var Pt=S(nn=>{"use strict";var cC=ct().fromCallback,kt=An(),nL=["access","appendFile","chmod","chown","close","copyFile","cp","fchmod","fchown","fdatasync","fstat","fsync","ftruncate","futimes","glob","lchmod","lchown","lutimes","link","lstat","mkdir","mkdtemp","open","opendir","readdir","readFile","readlink","realpath","rename","rm","rmdir","stat","statfs","symlink","truncate","unlink","utimes","writeFile"].filter(t=>typeof kt[t]=="function");Object.assign(nn,kt);nL.forEach(t=>{nn[t]=cC(kt[t])});nn.exists=function(t,e){return typeof e=="function"?kt.exists(t,e):new Promise(r=>kt.exists(t,r))};nn.read=function(t,e,r,n,o,i){return typeof i=="function"?kt.read(t,e,r,n,o,i):new Promise((a,s)=>{kt.read(t,e,r,n,o,(u,c,l)=>{if(u)return s(u);a({bytesRead:c,buffer:l})})})};nn.write=function(t,e,...r){return typeof r[r.length-1]=="function"?kt.write(t,e,...r):new Promise((n,o)=>{kt.write(t,e,...r,(i,a,s)=>{if(i)return o(i);n({bytesWritten:a,buffer:s})})})};nn.readv=function(t,e,...r){return typeof r[r.length-1]=="function"?kt.readv(t,e,...r):new Promise((n,o)=>{kt.readv(t,e,...r,(i,a,s)=>{if(i)return o(i);n({bytesRead:a,buffers:s})})})};nn.writev=function(t,e,...r){return typeof r[r.length-1]=="function"?kt.writev(t,e,...r):new Promise((n,o)=>{kt.writev(t,e,...r,(i,a,s)=>{if(i)return o(i);n({bytesWritten:a,buffers:s})})})};typeof kt.realpath.native=="function"?nn.realpath.native=cC(kt.realpath.native):process.emitWarning("fs.realpath.native is not a function. Is fs being monkey-patched?","Warning","fs-extra-WARN0003")});var fC=S((VK,lC)=>{"use strict";var oL=require("path");lC.exports.checkPath=function(e){if(process.platform==="win32"&&/[<>:"|?*]/.test(e.replace(oL.parse(e).root,""))){let n=new Error(`Path contains invalid characters: ${e}`);throw n.code="EINVAL",n}}});var mC=S((zK,dm)=>{"use strict";var dC=Pt(),{checkPath:pC}=fC(),hC=t=>{let e={mode:511};return typeof t=="number"?t:{...e,...t}.mode};dm.exports.makeDir=async(t,e)=>(pC(t),dC.mkdir(t,{mode:hC(e),recursive:!0}));dm.exports.makeDirSync=(t,e)=>(pC(t),dC.mkdirSync(t,{mode:hC(e),recursive:!0}))});var Sr=S((KK,gC)=>{"use strict";var iL=ct().fromPromise,{makeDir:aL,makeDirSync:pm}=mC(),hm=iL(aL);gC.exports={mkdirs:hm,mkdirsSync:pm,mkdirp:hm,mkdirpSync:pm,ensureDir:hm,ensureDirSync:pm}});var kn=S((GK,yC)=>{"use strict";var sL=ct().fromPromise,DC=Pt();function uL(t){return DC.access(t).then(()=>!0).catch(()=>!1)}yC.exports={pathExists:sL(uL),pathExistsSync:DC.existsSync}});var mm=S((WK,bC)=>{"use strict";var Ii=Pt(),cL=ct().fromPromise;async function lL(t,e,r){let n=await Ii.open(t,"r+"),o=null;try{await Ii.futimes(n,e,r)}finally{try{await Ii.close(n)}catch(i){o=i}}if(o)throw o}function fL(t,e,r){let n=Ii.openSync(t,"r+");return Ii.futimesSync(n,e,r),Ii.closeSync(n)}bC.exports={utimesMillis:cL(lL),utimesMillisSync:fL}});var Co=S((YK,CC)=>{"use strict";var Ri=Pt(),lt=require("path"),wC=ct().fromPromise;function dL(t,e,r){let n=r.dereference?o=>Ri.stat(o,{bigint:!0}):o=>Ri.lstat(o,{bigint:!0});return Promise.all([n(t),n(e).catch(o=>{if(o.code==="ENOENT")return null;throw o})]).then(([o,i])=>({srcStat:o,destStat:i}))}function pL(t,e,r){let n,o=r.dereference?a=>Ri.statSync(a,{bigint:!0}):a=>Ri.lstatSync(a,{bigint:!0}),i=o(t);try{n=o(e)}catch(a){if(a.code==="ENOENT")return{srcStat:i,destStat:null};throw a}return{srcStat:i,destStat:n}}async function hL(t,e,r,n){let{srcStat:o,destStat:i}=await dL(t,e,n);if(i){if(fs(o,i)){let a=lt.basename(t),s=lt.basename(e);if(r==="move"&&a!==s&&a.toLowerCase()===s.toLowerCase())return{srcStat:o,destStat:i,isChangingCase:!0};throw new Error("Source and destination must not be the same.")}if(o.isDirectory()&&!i.isDirectory())throw new Error(`Cannot overwrite non-directory '${e}' with directory '${t}'.`);if(!o.isDirectory()&&i.isDirectory())throw new Error(`Cannot overwrite directory '${e}' with non-directory '${t}'.`)}if(o.isDirectory()&&gm(t,e))throw new Error(tl(t,e,r));return{srcStat:o,destStat:i}}function mL(t,e,r,n){let{srcStat:o,destStat:i}=pL(t,e,n);if(i){if(fs(o,i)){let a=lt.basename(t),s=lt.basename(e);if(r==="move"&&a!==s&&a.toLowerCase()===s.toLowerCase())return{srcStat:o,destStat:i,isChangingCase:!0};throw new Error("Source and destination must not be the same.")}if(o.isDirectory()&&!i.isDirectory())throw new Error(`Cannot overwrite non-directory '${e}' with directory '${t}'.`);if(!o.isDirectory()&&i.isDirectory())throw new Error(`Cannot overwrite directory '${e}' with non-directory '${t}'.`)}if(o.isDirectory()&&gm(t,e))throw new Error(tl(t,e,r));return{srcStat:o,destStat:i}}async function vC(t,e,r,n){let o=lt.resolve(lt.dirname(t)),i=lt.resolve(lt.dirname(r));if(i===o||i===lt.parse(i).root)return;let a;try{a=await Ri.stat(i,{bigint:!0})}catch(s){if(s.code==="ENOENT")return;throw s}if(fs(e,a))throw new Error(tl(t,r,n));return vC(t,e,i,n)}function EC(t,e,r,n){let o=lt.resolve(lt.dirname(t)),i=lt.resolve(lt.dirname(r));if(i===o||i===lt.parse(i).root)return;let a;try{a=Ri.statSync(i,{bigint:!0})}catch(s){if(s.code==="ENOENT")return;throw s}if(fs(e,a))throw new Error(tl(t,r,n));return EC(t,e,i,n)}function fs(t,e){return e.ino!==void 0&&e.dev!==void 0&&e.ino===t.ino&&e.dev===t.dev}function gm(t,e){let r=lt.resolve(t).split(lt.sep).filter(o=>o),n=lt.resolve(e).split(lt.sep).filter(o=>o);return r.every((o,i)=>n[i]===o)}function tl(t,e,r){return`Cannot ${r} '${t}' to a subdirectory of itself, '${e}'.`}CC.exports={checkPaths:wC(hL),checkPathsSync:mL,checkParentPaths:wC(vC),checkParentPathsSync:EC,isSrcSubdir:gm,areIdentical:fs}});var SC=S((JK,_C)=>{"use strict";async function gL(t,e){let r=[];for await(let n of t)r.push(e(n).then(()=>null,o=>o??new Error("unknown error")));await Promise.all(r.map(n=>n.then(o=>{if(o!==null)throw o})))}_C.exports={asyncIteratorConcurrentProcess:gL}});var kC=S((XK,FC)=>{"use strict";var bt=Pt(),ds=require("path"),{mkdirs:DL}=Sr(),{pathExists:yL}=kn(),{utimesMillis:bL}=mm(),ps=Co(),{asyncIteratorConcurrentProcess:wL}=SC();async function vL(t,e,r={}){typeof r=="function"&&(r={filter:r}),r.clobber="clobber"in r?!!r.clobber:!0,r.overwrite="overwrite"in r?!!r.overwrite:r.clobber,r.preserveTimestamps&&process.arch==="ia32"&&process.emitWarning(`Using the preserveTimestamps option in 32-bit node is not recommended;
52
52
 
53
- see https://github.com/jprichardson/node-fs-extra/issues/269`,"Warning","fs-extra-WARN0001");let{srcStat:n,destStat:o}=await ps.checkPaths(t,e,"copy",r);if(await ps.checkParentPaths(t,n,e,"copy"),!await SE(t,e,r))return;let a=ds.dirname(e);await DL(a)||await gL(a),await xE(o,t,e,r)}async function SE(t,e,r){return r.filter?r.filter(t,e):!0}async function xE(t,e,r,n){let i=await(n.dereference?bt.stat:bt.lstat)(e);if(i.isDirectory())return _L(i,t,e,r,n);if(i.isFile()||i.isCharacterDevice()||i.isBlockDevice())return vL(i,t,e,r,n);if(i.isSymbolicLink())return SL(t,e,r,n);throw i.isSocket()?new Error(`Cannot copy a socket file: ${e}`):i.isFIFO()?new Error(`Cannot copy a FIFO pipe: ${e}`):new Error(`Unknown file: ${e}`)}async function vL(t,e,r,n,o){if(!e)return _E(t,r,n,o);if(o.overwrite)return await bt.unlink(n),_E(t,r,n,o);if(o.errorOnExist)throw new Error(`'${n}' already exists`)}async function _E(t,e,r,n){if(await bt.copyFile(e,r),n.preserveTimestamps){CL(t.mode)&&await EL(r,t.mode);let o=await bt.stat(e);await yL(r,o.atime,o.mtime)}return bt.chmod(r,t.mode)}function CL(t){return(t&128)===0}function EL(t,e){return bt.chmod(t,e|128)}async function _L(t,e,r,n,o){e||await bt.mkdir(n),await bL(await bt.opendir(r),async i=>{let a=ds.join(r,i.name),s=ds.join(n,i.name);if(await SE(a,s,o)){let{destStat:c}=await ps.checkPaths(a,s,"copy",o);await xE(c,a,s,o)}}),e||await bt.chmod(n,t.mode)}async function SL(t,e,r,n){let o=await bt.readlink(e);if(n.dereference&&(o=ds.resolve(process.cwd(),o)),!t)return bt.symlink(o,r);let i=null;try{i=await bt.readlink(r)}catch(a){if(a.code==="EINVAL"||a.code==="UNKNOWN")return bt.symlink(o,r);throw a}if(n.dereference&&(i=ds.resolve(process.cwd(),i)),ps.isSrcSubdir(o,i))throw new Error(`Cannot copy '${o}' to a subdirectory of itself, '${i}'.`);if(ps.isSrcSubdir(i,o))throw new Error(`Cannot overwrite '${i}' with '${o}'.`);return await bt.unlink(r),bt.symlink(o,r)}AE.exports=wL});var TE=S((XK,$E)=>{"use strict";var $t=An(),hs=require("path"),xL=Sr().mkdirsSync,AL=hm().utimesMillisSync,ms=_o();function FL(t,e,r){typeof r=="function"&&(r={filter:r}),r=r||{},r.clobber="clobber"in r?!!r.clobber:!0,r.overwrite="overwrite"in r?!!r.overwrite:r.clobber,r.preserveTimestamps&&process.arch==="ia32"&&process.emitWarning(`Using the preserveTimestamps option in 32-bit node is not recommended;
53
+ see https://github.com/jprichardson/node-fs-extra/issues/269`,"Warning","fs-extra-WARN0001");let{srcStat:n,destStat:o}=await ps.checkPaths(t,e,"copy",r);if(await ps.checkParentPaths(t,n,e,"copy"),!await AC(t,e,r))return;let a=ds.dirname(e);await yL(a)||await DL(a),await OC(o,t,e,r)}async function AC(t,e,r){return r.filter?r.filter(t,e):!0}async function OC(t,e,r,n){let i=await(n.dereference?bt.stat:bt.lstat)(e);if(i.isDirectory())return SL(i,t,e,r,n);if(i.isFile()||i.isCharacterDevice()||i.isBlockDevice())return EL(i,t,e,r,n);if(i.isSymbolicLink())return xL(t,e,r,n);throw i.isSocket()?new Error(`Cannot copy a socket file: ${e}`):i.isFIFO()?new Error(`Cannot copy a FIFO pipe: ${e}`):new Error(`Unknown file: ${e}`)}async function EL(t,e,r,n,o){if(!e)return xC(t,r,n,o);if(o.overwrite)return await bt.unlink(n),xC(t,r,n,o);if(o.errorOnExist)throw new Error(`'${n}' already exists`)}async function xC(t,e,r,n){if(await bt.copyFile(e,r),n.preserveTimestamps){CL(t.mode)&&await _L(r,t.mode);let o=await bt.stat(e);await bL(r,o.atime,o.mtime)}return bt.chmod(r,t.mode)}function CL(t){return(t&128)===0}function _L(t,e){return bt.chmod(t,e|128)}async function SL(t,e,r,n,o){e||await bt.mkdir(n),await wL(await bt.opendir(r),async i=>{let a=ds.join(r,i.name),s=ds.join(n,i.name);if(await AC(a,s,o)){let{destStat:c}=await ps.checkPaths(a,s,"copy",o);await OC(c,a,s,o)}}),e||await bt.chmod(n,t.mode)}async function xL(t,e,r,n){let o=await bt.readlink(e);if(n.dereference&&(o=ds.resolve(process.cwd(),o)),!t)return bt.symlink(o,r);let i=null;try{i=await bt.readlink(r)}catch(a){if(a.code==="EINVAL"||a.code==="UNKNOWN")return bt.symlink(o,r);throw a}if(n.dereference&&(i=ds.resolve(process.cwd(),i)),ps.isSrcSubdir(o,i))throw new Error(`Cannot copy '${o}' to a subdirectory of itself, '${i}'.`);if(ps.isSrcSubdir(i,o))throw new Error(`Cannot overwrite '${i}' with '${o}'.`);return await bt.unlink(r),bt.symlink(o,r)}FC.exports=vL});var RC=S((ZK,IC)=>{"use strict";var $t=An(),hs=require("path"),AL=Sr().mkdirsSync,OL=mm().utimesMillisSync,ms=Co();function FL(t,e,r){typeof r=="function"&&(r={filter:r}),r=r||{},r.clobber="clobber"in r?!!r.clobber:!0,r.overwrite="overwrite"in r?!!r.overwrite:r.clobber,r.preserveTimestamps&&process.arch==="ia32"&&process.emitWarning(`Using the preserveTimestamps option in 32-bit node is not recommended;
54
54
 
55
- see https://github.com/jprichardson/node-fs-extra/issues/269`,"Warning","fs-extra-WARN0002");let{srcStat:n,destStat:o}=ms.checkPathsSync(t,e,"copy",r);if(ms.checkParentPathsSync(t,n,e,"copy"),r.filter&&!r.filter(t,e))return;let i=hs.dirname(e);return $t.existsSync(i)||xL(i),OE(o,t,e,r)}function OE(t,e,r,n){let i=(n.dereference?$t.statSync:$t.lstatSync)(e);if(i.isDirectory())return RL(i,t,e,r,n);if(i.isFile()||i.isCharacterDevice()||i.isBlockDevice())return OL(i,t,e,r,n);if(i.isSymbolicLink())return NL(t,e,r,n);throw i.isSocket()?new Error(`Cannot copy a socket file: ${e}`):i.isFIFO()?new Error(`Cannot copy a FIFO pipe: ${e}`):new Error(`Unknown file: ${e}`)}function OL(t,e,r,n,o){return e?kL(t,r,n,o):kE(t,r,n,o)}function kL(t,e,r,n){if(n.overwrite)return $t.unlinkSync(r),kE(t,e,r,n);if(n.errorOnExist)throw new Error(`'${r}' already exists`)}function kE(t,e,r,n){return $t.copyFileSync(e,r),n.preserveTimestamps&&PL(t.mode,e,r),gm(r,t.mode)}function PL(t,e,r){return $L(t)&&TL(r,t),IL(e,r)}function $L(t){return(t&128)===0}function TL(t,e){return gm(t,e|128)}function gm(t,e){return $t.chmodSync(t,e)}function IL(t,e){let r=$t.statSync(t);return AL(e,r.atime,r.mtime)}function RL(t,e,r,n,o){return e?PE(r,n,o):BL(t.mode,r,n,o)}function BL(t,e,r,n){return $t.mkdirSync(r),PE(e,r,n),gm(r,t)}function PE(t,e,r){let n=$t.opendirSync(t);try{let o;for(;(o=n.readSync())!==null;)LL(o.name,t,e,r)}finally{n.closeSync()}}function LL(t,e,r,n){let o=hs.join(e,t),i=hs.join(r,t);if(n.filter&&!n.filter(o,i))return;let{destStat:a}=ms.checkPathsSync(o,i,"copy",n);return OE(a,o,i,n)}function NL(t,e,r,n){let o=$t.readlinkSync(e);if(n.dereference&&(o=hs.resolve(process.cwd(),o)),t){let i;try{i=$t.readlinkSync(r)}catch(a){if(a.code==="EINVAL"||a.code==="UNKNOWN")return $t.symlinkSync(o,r);throw a}if(n.dereference&&(i=hs.resolve(process.cwd(),i)),ms.isSrcSubdir(o,i))throw new Error(`Cannot copy '${o}' to a subdirectory of itself, '${i}'.`);if(ms.isSrcSubdir(i,o))throw new Error(`Cannot overwrite '${i}' with '${o}'.`);return jL(o,r)}else return $t.symlinkSync(o,r)}function jL(t,e){return $t.unlinkSync(e),$t.symlinkSync(t,e)}$E.exports=FL});var tl=S((ZK,IE)=>{"use strict";var UL=ct().fromPromise;IE.exports={copy:UL(FE()),copySync:TE()}});var gs=S((QK,BE)=>{"use strict";var RE=An(),ML=ct().fromCallback;function qL(t,e){RE.rm(t,{recursive:!0,force:!0},e)}function HL(t){RE.rmSync(t,{recursive:!0,force:!0})}BE.exports={remove:ML(qL),removeSync:HL}});var VE=S((eG,HE)=>{"use strict";var VL=ct().fromPromise,jE=Pt(),UE=require("path"),ME=Sr(),qE=gs(),LE=VL(async function(e){let r;try{r=await jE.readdir(e)}catch{return ME.mkdirs(e)}return Promise.all(r.map(n=>qE.remove(UE.join(e,n))))});function NE(t){let e;try{e=jE.readdirSync(t)}catch{return ME.mkdirsSync(t)}e.forEach(r=>{r=UE.join(t,r),qE.removeSync(r)})}HE.exports={emptyDirSync:NE,emptydirSync:NE,emptyDir:LE,emptydir:LE}});var WE=S((tG,GE)=>{"use strict";var zL=ct().fromPromise,zE=require("path"),on=Pt(),KE=Sr();async function KL(t){let e;try{e=await on.stat(t)}catch{}if(e&&e.isFile())return;let r=zE.dirname(t),n=null;try{n=await on.stat(r)}catch(o){if(o.code==="ENOENT"){await KE.mkdirs(r),await on.writeFile(t,"");return}else throw o}n.isDirectory()?await on.writeFile(t,""):await on.readdir(r)}function GL(t){let e;try{e=on.statSync(t)}catch{}if(e&&e.isFile())return;let r=zE.dirname(t);try{on.statSync(r).isDirectory()||on.readdirSync(r)}catch(n){if(n&&n.code==="ENOENT")KE.mkdirsSync(r);else throw n}on.writeFileSync(t,"")}GE.exports={createFile:zL(KL),createFileSync:GL}});var QE=S((rG,ZE)=>{"use strict";var WL=ct().fromPromise,YE=require("path"),Pn=Pt(),JE=Sr(),{pathExists:YL}=kn(),{areIdentical:XE}=_o();async function JL(t,e){let r;try{r=await Pn.lstat(e)}catch{}let n;try{n=await Pn.lstat(t)}catch(a){throw a.message=a.message.replace("lstat","ensureLink"),a}if(r&&XE(n,r))return;let o=YE.dirname(e);await YL(o)||await JE.mkdirs(o),await Pn.link(t,e)}function XL(t,e){let r;try{r=Pn.lstatSync(e)}catch{}try{let i=Pn.lstatSync(t);if(r&&XE(i,r))return}catch(i){throw i.message=i.message.replace("lstat","ensureLink"),i}let n=YE.dirname(e);return Pn.existsSync(n)||JE.mkdirsSync(n),Pn.linkSync(t,e)}ZE.exports={createLink:WL(JL),createLinkSync:XL}});var t_=S((nG,e_)=>{"use strict";var $n=require("path"),Ds=Pt(),{pathExists:ZL}=kn(),QL=ct().fromPromise;async function eN(t,e){if($n.isAbsolute(t)){try{await Ds.lstat(t)}catch(i){throw i.message=i.message.replace("lstat","ensureSymlink"),i}return{toCwd:t,toDst:t}}let r=$n.dirname(e),n=$n.join(r,t);if(await ZL(n))return{toCwd:n,toDst:t};try{await Ds.lstat(t)}catch(i){throw i.message=i.message.replace("lstat","ensureSymlink"),i}return{toCwd:t,toDst:$n.relative(r,t)}}function tN(t,e){if($n.isAbsolute(t)){if(!Ds.existsSync(t))throw new Error("absolute srcpath does not exist");return{toCwd:t,toDst:t}}let r=$n.dirname(e),n=$n.join(r,t);if(Ds.existsSync(n))return{toCwd:n,toDst:t};if(!Ds.existsSync(t))throw new Error("relative srcpath does not exist");return{toCwd:t,toDst:$n.relative(r,t)}}e_.exports={symlinkPaths:QL(eN),symlinkPathsSync:tN}});var o_=S((oG,n_)=>{"use strict";var r_=Pt(),rN=ct().fromPromise;async function nN(t,e){if(e)return e;let r;try{r=await r_.lstat(t)}catch{return"file"}return r&&r.isDirectory()?"dir":"file"}function oN(t,e){if(e)return e;let r;try{r=r_.lstatSync(t)}catch{return"file"}return r&&r.isDirectory()?"dir":"file"}n_.exports={symlinkType:rN(nN),symlinkTypeSync:oN}});var u_=S((iG,s_)=>{"use strict";var iN=ct().fromPromise,i_=require("path"),Rr=Pt(),{mkdirs:aN,mkdirsSync:sN}=Sr(),{symlinkPaths:uN,symlinkPathsSync:cN}=t_(),{symlinkType:lN,symlinkTypeSync:fN}=o_(),{pathExists:dN}=kn(),{areIdentical:a_}=_o();async function pN(t,e,r){let n;try{n=await Rr.lstat(e)}catch{}if(n&&n.isSymbolicLink()){let[s,u]=await Promise.all([Rr.stat(t),Rr.stat(e)]);if(a_(s,u))return}let o=await uN(t,e);t=o.toDst;let i=await lN(o.toCwd,r),a=i_.dirname(e);return await dN(a)||await aN(a),Rr.symlink(t,e,i)}function hN(t,e,r){let n;try{n=Rr.lstatSync(e)}catch{}if(n&&n.isSymbolicLink()){let s=Rr.statSync(t),u=Rr.statSync(e);if(a_(s,u))return}let o=cN(t,e);t=o.toDst,r=fN(o.toCwd,r);let i=i_.dirname(e);return Rr.existsSync(i)||sN(i),Rr.symlinkSync(t,e,r)}s_.exports={createSymlink:iN(pN),createSymlinkSync:hN}});var g_=S((aG,m_)=>{"use strict";var{createFile:c_,createFileSync:l_}=WE(),{createLink:f_,createLinkSync:d_}=QE(),{createSymlink:p_,createSymlinkSync:h_}=u_();m_.exports={createFile:c_,createFileSync:l_,ensureFile:c_,ensureFileSync:l_,createLink:f_,createLinkSync:d_,ensureLink:f_,ensureLinkSync:d_,createSymlink:p_,createSymlinkSync:h_,ensureSymlink:p_,ensureSymlinkSync:h_}});var rl=S((sG,D_)=>{function mN(t,{EOL:e=`
56
- `,finalEOL:r=!0,replacer:n=null,spaces:o}={}){let i=r?e:"";return JSON.stringify(t,n,o).replace(/\n/g,e)+i}function gN(t){return Buffer.isBuffer(t)&&(t=t.toString("utf8")),t.replace(/^\uFEFF/,"")}D_.exports={stringify:mN,stripBom:gN}});var v_=S((uG,w_)=>{var Li;try{Li=An()}catch{Li=require("fs")}var nl=ct(),{stringify:y_,stripBom:b_}=rl();async function DN(t,e={}){typeof e=="string"&&(e={encoding:e});let r=e.fs||Li,n="throws"in e?e.throws:!0,o=await nl.fromCallback(r.readFile)(t,e);o=b_(o);let i;try{i=JSON.parse(o,e?e.reviver:null)}catch(a){if(n)throw a.message=`${t}: ${a.message}`,a;return null}return i}var yN=nl.fromPromise(DN);function bN(t,e={}){typeof e=="string"&&(e={encoding:e});let r=e.fs||Li,n="throws"in e?e.throws:!0;try{let o=r.readFileSync(t,e);return o=b_(o),JSON.parse(o,e.reviver)}catch(o){if(n)throw o.message=`${t}: ${o.message}`,o;return null}}async function wN(t,e,r={}){let n=r.fs||Li,o=y_(e,r);await nl.fromCallback(n.writeFile)(t,o,r)}var vN=nl.fromPromise(wN);function CN(t,e,r={}){let n=r.fs||Li,o=y_(e,r);return n.writeFileSync(t,o,r)}w_.exports={readFile:yN,readFileSync:bN,writeFile:vN,writeFileSync:CN}});var E_=S((cG,C_)=>{"use strict";var ol=v_();C_.exports={readJson:ol.readFile,readJsonSync:ol.readFileSync,writeJson:ol.writeFile,writeJsonSync:ol.writeFileSync}});var il=S((lG,x_)=>{"use strict";var EN=ct().fromPromise,Dm=Pt(),__=require("path"),S_=Sr(),_N=kn().pathExists;async function SN(t,e,r="utf-8"){let n=__.dirname(t);return await _N(n)||await S_.mkdirs(n),Dm.writeFile(t,e,r)}function xN(t,...e){let r=__.dirname(t);Dm.existsSync(r)||S_.mkdirsSync(r),Dm.writeFileSync(t,...e)}x_.exports={outputFile:EN(SN),outputFileSync:xN}});var F_=S((fG,A_)=>{"use strict";var{stringify:AN}=rl(),{outputFile:FN}=il();async function ON(t,e,r={}){let n=AN(e,r);await FN(t,n,r)}A_.exports=ON});var k_=S((dG,O_)=>{"use strict";var{stringify:kN}=rl(),{outputFileSync:PN}=il();function $N(t,e,r){let n=kN(e,r);PN(t,n,r)}O_.exports=$N});var $_=S((pG,P_)=>{"use strict";var TN=ct().fromPromise,Tt=E_();Tt.outputJson=TN(F_());Tt.outputJsonSync=k_();Tt.outputJSON=Tt.outputJson;Tt.outputJSONSync=Tt.outputJsonSync;Tt.writeJSON=Tt.writeJson;Tt.writeJSONSync=Tt.writeJsonSync;Tt.readJSON=Tt.readJson;Tt.readJSONSync=Tt.readJsonSync;P_.exports=Tt});var L_=S((hG,B_)=>{"use strict";var IN=Pt(),T_=require("path"),{copy:RN}=tl(),{remove:R_}=gs(),{mkdirp:BN}=Sr(),{pathExists:LN}=kn(),I_=_o();async function NN(t,e,r={}){let n=r.overwrite||r.clobber||!1,{srcStat:o,isChangingCase:i=!1}=await I_.checkPaths(t,e,"move",r);await I_.checkParentPaths(t,o,e,"move");let a=T_.dirname(e);return T_.parse(a).root!==a&&await BN(a),jN(t,e,n,i)}async function jN(t,e,r,n){if(!n){if(r)await R_(e);else if(await LN(e))throw new Error("dest already exists.")}try{await IN.rename(t,e)}catch(o){if(o.code!=="EXDEV")throw o;await UN(t,e,r)}}async function UN(t,e,r){return await RN(t,e,{overwrite:r,errorOnExist:!0,preserveTimestamps:!0}),R_(t)}B_.exports=NN});var q_=S((mG,M_)=>{"use strict";var j_=An(),bm=require("path"),MN=tl().copySync,U_=gs().removeSync,qN=Sr().mkdirpSync,N_=_o();function HN(t,e,r){r=r||{};let n=r.overwrite||r.clobber||!1,{srcStat:o,isChangingCase:i=!1}=N_.checkPathsSync(t,e,"move",r);return N_.checkParentPathsSync(t,o,e,"move"),VN(e)||qN(bm.dirname(e)),zN(t,e,n,i)}function VN(t){let e=bm.dirname(t);return bm.parse(e).root===e}function zN(t,e,r,n){if(n)return ym(t,e,r);if(r)return U_(e),ym(t,e,r);if(j_.existsSync(e))throw new Error("dest already exists.");return ym(t,e,r)}function ym(t,e,r){try{j_.renameSync(t,e)}catch(n){if(n.code!=="EXDEV")throw n;return KN(t,e,r)}}function KN(t,e,r){return MN(t,e,{overwrite:r,errorOnExist:!0,preserveTimestamps:!0}),U_(t)}M_.exports=HN});var V_=S((gG,H_)=>{"use strict";var GN=ct().fromPromise;H_.exports={move:GN(L_()),moveSync:q_()}});var Ni=S((DG,z_)=>{"use strict";z_.exports={...Pt(),...tl(),...VE(),...g_(),...$_(),...Sr(),...V_(),...il(),...kn(),...gs()}});var Z_=S((yG,X_)=>{"use strict";var wm,G_,W_,Y_,J_=!0;typeof process<"u"&&({FORCE_COLOR:wm,NODE_DISABLE_COLORS:G_,NO_COLOR:W_,TERM:Y_}=process.env||{},J_=process.stdout&&process.stdout.isTTY);var xe={enabled:!G_&&W_==null&&Y_!=="dumb"&&(wm!=null&&wm!=="0"||J_),reset:Be(0,0),bold:Be(1,22),dim:Be(2,22),italic:Be(3,23),underline:Be(4,24),inverse:Be(7,27),hidden:Be(8,28),strikethrough:Be(9,29),black:Be(30,39),red:Be(31,39),green:Be(32,39),yellow:Be(33,39),blue:Be(34,39),magenta:Be(35,39),cyan:Be(36,39),white:Be(37,39),gray:Be(90,39),grey:Be(90,39),bgBlack:Be(40,49),bgRed:Be(41,49),bgGreen:Be(42,49),bgYellow:Be(43,49),bgBlue:Be(44,49),bgMagenta:Be(45,49),bgCyan:Be(46,49),bgWhite:Be(47,49)};function K_(t,e){let r=0,n,o="",i="";for(;r<t.length;r++)n=t[r],o+=n.open,i+=n.close,~e.indexOf(n.close)&&(e=e.replace(n.rgx,n.close+n.open));return o+e+i}function WN(t,e){let r={has:t,keys:e};return r.reset=xe.reset.bind(r),r.bold=xe.bold.bind(r),r.dim=xe.dim.bind(r),r.italic=xe.italic.bind(r),r.underline=xe.underline.bind(r),r.inverse=xe.inverse.bind(r),r.hidden=xe.hidden.bind(r),r.strikethrough=xe.strikethrough.bind(r),r.black=xe.black.bind(r),r.red=xe.red.bind(r),r.green=xe.green.bind(r),r.yellow=xe.yellow.bind(r),r.blue=xe.blue.bind(r),r.magenta=xe.magenta.bind(r),r.cyan=xe.cyan.bind(r),r.white=xe.white.bind(r),r.gray=xe.gray.bind(r),r.grey=xe.grey.bind(r),r.bgBlack=xe.bgBlack.bind(r),r.bgRed=xe.bgRed.bind(r),r.bgGreen=xe.bgGreen.bind(r),r.bgYellow=xe.bgYellow.bind(r),r.bgBlue=xe.bgBlue.bind(r),r.bgMagenta=xe.bgMagenta.bind(r),r.bgCyan=xe.bgCyan.bind(r),r.bgWhite=xe.bgWhite.bind(r),r}function Be(t,e){let r={open:`\x1B[${t}m`,close:`\x1B[${e}m`,rgx:new RegExp(`\\x1b\\[${e}m`,"g")};return function(n){return this!==void 0&&this.has!==void 0?(~this.has.indexOf(t)||(this.has.push(t),this.keys.push(r)),n===void 0?this:xe.enabled?K_(this.keys,n+""):n+""):n===void 0?WN([t],[r]):xe.enabled?K_([r],n+""):n+""}}X_.exports=xe});var ji=S(Ze=>{"use strict";Object.defineProperty(Ze,"__esModule",{value:!0});Ze.ancillary=Ze.failure=Ze.success=Ze.input=Ze.weak=Ze.strong=void 0;var YN=(he(),oe(pe)),Br=YN.__importDefault(Z_());Ze.strong=Br.default.bold;Ze.weak=Br.default.dim;Ze.input=Br.default.cyan;Ze.success=Br.default.green;Ze.failure=Br.default.red;Ze.ancillary=Br.default.cyan;var JN={strong:Ze.strong,weak:Ze.weak,input:Ze.input,success:Ze.success,failure:Ze.failure,ancillary:Ze.ancillary,log:{DEBUG:Br.default.magenta,INFO:Br.default.cyan,WARN:Br.default.yellow,ERROR:Br.default.red}};Ze.default=JN});var vm=S(al=>{"use strict";Object.defineProperty(al,"__esModule",{value:!0});al.EscapeCode=void 0;var xr="\x1B[",ft=class{};al.EscapeCode=ft;ft.cursorLeft=()=>`${xr}G`;ft.cursorUp=(t=1)=>`${xr}${t}A`;ft.cursorDown=(t=1)=>`${xr}${t}B`;ft.cursorForward=(t=1)=>`${xr}${t}C`;ft.cursorBackward=(t=1)=>`${xr}${t}D`;ft.cursorHide=()=>`${xr}?25l`;ft.cursorShow=()=>`${xr}?25h`;ft.eraseLine=()=>`${xr}2K`;ft.eraseLines=t=>{let e="";for(let r=0;r<t;r++)e+=ft.eraseLine(),r<t-1&&(e+=ft.cursorUp());return`${e}${ft.cursorLeft()}`};ft.eraseUp=()=>`${xr}1J`;ft.eraseDown=()=>`${xr}J`;ft.eraseScreen=()=>`${xr}2J`});var eS=S(sl=>{"use strict";Object.defineProperty(sl,"__esModule",{value:!0});sl.Cursor=void 0;var XN=(he(),oe(pe)),ZN=XN.__importDefault(Wh()),Q_=vm(),Ui=class t{static show(){t.stream.isTTY&&(t._isVisible=!0,t.stream.write(Q_.EscapeCode.cursorShow()))}static hide(){t.stream.isTTY&&(t._listenerAttached||((0,ZN.default)(()=>{t.show()}),t._listenerAttached=!0),t._isVisible=!1,t.stream.write(Q_.EscapeCode.cursorHide()))}static toggle(){t._isVisible?t.hide():t.show()}};sl.Cursor=Ui;Ui.stream=process.stderr;Ui._isVisible=!0;Ui._listenerAttached=!1});var Em=S((CG,Cm)=>{"use strict";var tS=t=>Number.isNaN(t)?!1:t>=4352&&(t<=4447||t===9001||t===9002||11904<=t&&t<=12871&&t!==12351||12880<=t&&t<=19903||19968<=t&&t<=42182||43360<=t&&t<=43388||44032<=t&&t<=55203||63744<=t&&t<=64255||65040<=t&&t<=65049||65072<=t&&t<=65131||65281<=t&&t<=65376||65504<=t&&t<=65510||110592<=t&&t<=110593||127488<=t&&t<=127569||131072<=t&&t<=262141);Cm.exports=tS;Cm.exports.default=tS});var oS=S((EG,nS)=>{"use strict";var rS="[\uD800-\uDBFF][\uDC00-\uDFFF]",QN=t=>t&&t.exact?new RegExp(`^${rS}$`):new RegExp(rS,"g");nS.exports=QN});var aS=S((_G,iS)=>{"use strict";iS.exports={aliceblue:[240,248,255],antiquewhite:[250,235,215],aqua:[0,255,255],aquamarine:[127,255,212],azure:[240,255,255],beige:[245,245,220],bisque:[255,228,196],black:[0,0,0],blanchedalmond:[255,235,205],blue:[0,0,255],blueviolet:[138,43,226],brown:[165,42,42],burlywood:[222,184,135],cadetblue:[95,158,160],chartreuse:[127,255,0],chocolate:[210,105,30],coral:[255,127,80],cornflowerblue:[100,149,237],cornsilk:[255,248,220],crimson:[220,20,60],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgoldenrod:[184,134,11],darkgray:[169,169,169],darkgreen:[0,100,0],darkgrey:[169,169,169],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkseagreen:[143,188,143],darkslateblue:[72,61,139],darkslategray:[47,79,79],darkslategrey:[47,79,79],darkturquoise:[0,206,209],darkviolet:[148,0,211],deeppink:[255,20,147],deepskyblue:[0,191,255],dimgray:[105,105,105],dimgrey:[105,105,105],dodgerblue:[30,144,255],firebrick:[178,34,34],floralwhite:[255,250,240],forestgreen:[34,139,34],fuchsia:[255,0,255],gainsboro:[220,220,220],ghostwhite:[248,248,255],gold:[255,215,0],goldenrod:[218,165,32],gray:[128,128,128],green:[0,128,0],greenyellow:[173,255,47],grey:[128,128,128],honeydew:[240,255,240],hotpink:[255,105,180],indianred:[205,92,92],indigo:[75,0,130],ivory:[255,255,240],khaki:[240,230,140],lavender:[230,230,250],lavenderblush:[255,240,245],lawngreen:[124,252,0],lemonchiffon:[255,250,205],lightblue:[173,216,230],lightcoral:[240,128,128],lightcyan:[224,255,255],lightgoldenrodyellow:[250,250,210],lightgray:[211,211,211],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightsalmon:[255,160,122],lightseagreen:[32,178,170],lightskyblue:[135,206,250],lightslategray:[119,136,153],lightslategrey:[119,136,153],lightsteelblue:[176,196,222],lightyellow:[255,255,224],lime:[0,255,0],limegreen:[50,205,50],linen:[250,240,230],magenta:[255,0,255],maroon:[128,0,0],mediumaquamarine:[102,205,170],mediumblue:[0,0,205],mediumorchid:[186,85,211],mediumpurple:[147,112,219],mediumseagreen:[60,179,113],mediumslateblue:[123,104,238],mediumspringgreen:[0,250,154],mediumturquoise:[72,209,204],mediumvioletred:[199,21,133],midnightblue:[25,25,112],mintcream:[245,255,250],mistyrose:[255,228,225],moccasin:[255,228,181],navajowhite:[255,222,173],navy:[0,0,128],oldlace:[253,245,230],olive:[128,128,0],olivedrab:[107,142,35],orange:[255,165,0],orangered:[255,69,0],orchid:[218,112,214],palegoldenrod:[238,232,170],palegreen:[152,251,152],paleturquoise:[175,238,238],palevioletred:[219,112,147],papayawhip:[255,239,213],peachpuff:[255,218,185],peru:[205,133,63],pink:[255,192,203],plum:[221,160,221],powderblue:[176,224,230],purple:[128,0,128],rebeccapurple:[102,51,153],red:[255,0,0],rosybrown:[188,143,143],royalblue:[65,105,225],saddlebrown:[139,69,19],salmon:[250,128,114],sandybrown:[244,164,96],seagreen:[46,139,87],seashell:[255,245,238],sienna:[160,82,45],silver:[192,192,192],skyblue:[135,206,235],slateblue:[106,90,205],slategray:[112,128,144],slategrey:[112,128,144],snow:[255,250,250],springgreen:[0,255,127],steelblue:[70,130,180],tan:[210,180,140],teal:[0,128,128],thistle:[216,191,216],tomato:[255,99,71],turquoise:[64,224,208],violet:[238,130,238],wheat:[245,222,179],white:[255,255,255],whitesmoke:[245,245,245],yellow:[255,255,0],yellowgreen:[154,205,50]}});var _m=S((SG,uS)=>{var ys=aS(),sS={};for(let t of Object.keys(ys))sS[ys[t]]=t;var Z={rgb:{channels:3,labels:"rgb"},hsl:{channels:3,labels:"hsl"},hsv:{channels:3,labels:"hsv"},hwb:{channels:3,labels:"hwb"},cmyk:{channels:4,labels:"cmyk"},xyz:{channels:3,labels:"xyz"},lab:{channels:3,labels:"lab"},lch:{channels:3,labels:"lch"},hex:{channels:1,labels:["hex"]},keyword:{channels:1,labels:["keyword"]},ansi16:{channels:1,labels:["ansi16"]},ansi256:{channels:1,labels:["ansi256"]},hcg:{channels:3,labels:["h","c","g"]},apple:{channels:3,labels:["r16","g16","b16"]},gray:{channels:1,labels:["gray"]}};uS.exports=Z;for(let t of Object.keys(Z)){if(!("channels"in Z[t]))throw new Error("missing channels property: "+t);if(!("labels"in Z[t]))throw new Error("missing channel labels property: "+t);if(Z[t].labels.length!==Z[t].channels)throw new Error("channel and label counts mismatch: "+t);let{channels:e,labels:r}=Z[t];delete Z[t].channels,delete Z[t].labels,Object.defineProperty(Z[t],"channels",{value:e}),Object.defineProperty(Z[t],"labels",{value:r})}Z.rgb.hsl=function(t){let e=t[0]/255,r=t[1]/255,n=t[2]/255,o=Math.min(e,r,n),i=Math.max(e,r,n),a=i-o,s,u;i===o?s=0:e===i?s=(r-n)/a:r===i?s=2+(n-e)/a:n===i&&(s=4+(e-r)/a),s=Math.min(s*60,360),s<0&&(s+=360);let c=(o+i)/2;return i===o?u=0:c<=.5?u=a/(i+o):u=a/(2-i-o),[s,u*100,c*100]};Z.rgb.hsv=function(t){let e,r,n,o,i,a=t[0]/255,s=t[1]/255,u=t[2]/255,c=Math.max(a,s,u),l=c-Math.min(a,s,u),d=function(p){return(c-p)/6/l+1/2};return l===0?(o=0,i=0):(i=l/c,e=d(a),r=d(s),n=d(u),a===c?o=n-r:s===c?o=1/3+e-n:u===c&&(o=2/3+r-e),o<0?o+=1:o>1&&(o-=1)),[o*360,i*100,c*100]};Z.rgb.hwb=function(t){let e=t[0],r=t[1],n=t[2],o=Z.rgb.hsl(t)[0],i=1/255*Math.min(e,Math.min(r,n));return n=1-1/255*Math.max(e,Math.max(r,n)),[o,i*100,n*100]};Z.rgb.cmyk=function(t){let e=t[0]/255,r=t[1]/255,n=t[2]/255,o=Math.min(1-e,1-r,1-n),i=(1-e-o)/(1-o)||0,a=(1-r-o)/(1-o)||0,s=(1-n-o)/(1-o)||0;return[i*100,a*100,s*100,o*100]};function ej(t,e){return(t[0]-e[0])**2+(t[1]-e[1])**2+(t[2]-e[2])**2}Z.rgb.keyword=function(t){let e=sS[t];if(e)return e;let r=1/0,n;for(let o of Object.keys(ys)){let i=ys[o],a=ej(t,i);a<r&&(r=a,n=o)}return n};Z.keyword.rgb=function(t){return ys[t]};Z.rgb.xyz=function(t){let e=t[0]/255,r=t[1]/255,n=t[2]/255;e=e>.04045?((e+.055)/1.055)**2.4:e/12.92,r=r>.04045?((r+.055)/1.055)**2.4:r/12.92,n=n>.04045?((n+.055)/1.055)**2.4:n/12.92;let o=e*.4124+r*.3576+n*.1805,i=e*.2126+r*.7152+n*.0722,a=e*.0193+r*.1192+n*.9505;return[o*100,i*100,a*100]};Z.rgb.lab=function(t){let e=Z.rgb.xyz(t),r=e[0],n=e[1],o=e[2];r/=95.047,n/=100,o/=108.883,r=r>.008856?r**(1/3):7.787*r+16/116,n=n>.008856?n**(1/3):7.787*n+16/116,o=o>.008856?o**(1/3):7.787*o+16/116;let i=116*n-16,a=500*(r-n),s=200*(n-o);return[i,a,s]};Z.hsl.rgb=function(t){let e=t[0]/360,r=t[1]/100,n=t[2]/100,o,i,a;if(r===0)return a=n*255,[a,a,a];n<.5?o=n*(1+r):o=n+r-n*r;let s=2*n-o,u=[0,0,0];for(let c=0;c<3;c++)i=e+1/3*-(c-1),i<0&&i++,i>1&&i--,6*i<1?a=s+(o-s)*6*i:2*i<1?a=o:3*i<2?a=s+(o-s)*(2/3-i)*6:a=s,u[c]=a*255;return u};Z.hsl.hsv=function(t){let e=t[0],r=t[1]/100,n=t[2]/100,o=r,i=Math.max(n,.01);n*=2,r*=n<=1?n:2-n,o*=i<=1?i:2-i;let a=(n+r)/2,s=n===0?2*o/(i+o):2*r/(n+r);return[e,s*100,a*100]};Z.hsv.rgb=function(t){let e=t[0]/60,r=t[1]/100,n=t[2]/100,o=Math.floor(e)%6,i=e-Math.floor(e),a=255*n*(1-r),s=255*n*(1-r*i),u=255*n*(1-r*(1-i));switch(n*=255,o){case 0:return[n,u,a];case 1:return[s,n,a];case 2:return[a,n,u];case 3:return[a,s,n];case 4:return[u,a,n];case 5:return[n,a,s]}};Z.hsv.hsl=function(t){let e=t[0],r=t[1]/100,n=t[2]/100,o=Math.max(n,.01),i,a;a=(2-r)*n;let s=(2-r)*o;return i=r*o,i/=s<=1?s:2-s,i=i||0,a/=2,[e,i*100,a*100]};Z.hwb.rgb=function(t){let e=t[0]/360,r=t[1]/100,n=t[2]/100,o=r+n,i;o>1&&(r/=o,n/=o);let a=Math.floor(6*e),s=1-n;i=6*e-a,(a&1)!==0&&(i=1-i);let u=r+i*(s-r),c,l,d;switch(a){default:case 6:case 0:c=s,l=u,d=r;break;case 1:c=u,l=s,d=r;break;case 2:c=r,l=s,d=u;break;case 3:c=r,l=u,d=s;break;case 4:c=u,l=r,d=s;break;case 5:c=s,l=r,d=u;break}return[c*255,l*255,d*255]};Z.cmyk.rgb=function(t){let e=t[0]/100,r=t[1]/100,n=t[2]/100,o=t[3]/100,i=1-Math.min(1,e*(1-o)+o),a=1-Math.min(1,r*(1-o)+o),s=1-Math.min(1,n*(1-o)+o);return[i*255,a*255,s*255]};Z.xyz.rgb=function(t){let e=t[0]/100,r=t[1]/100,n=t[2]/100,o,i,a;return o=e*3.2406+r*-1.5372+n*-.4986,i=e*-.9689+r*1.8758+n*.0415,a=e*.0557+r*-.204+n*1.057,o=o>.0031308?1.055*o**(1/2.4)-.055:o*12.92,i=i>.0031308?1.055*i**(1/2.4)-.055:i*12.92,a=a>.0031308?1.055*a**(1/2.4)-.055:a*12.92,o=Math.min(Math.max(0,o),1),i=Math.min(Math.max(0,i),1),a=Math.min(Math.max(0,a),1),[o*255,i*255,a*255]};Z.xyz.lab=function(t){let e=t[0],r=t[1],n=t[2];e/=95.047,r/=100,n/=108.883,e=e>.008856?e**(1/3):7.787*e+16/116,r=r>.008856?r**(1/3):7.787*r+16/116,n=n>.008856?n**(1/3):7.787*n+16/116;let o=116*r-16,i=500*(e-r),a=200*(r-n);return[o,i,a]};Z.lab.xyz=function(t){let e=t[0],r=t[1],n=t[2],o,i,a;i=(e+16)/116,o=r/500+i,a=i-n/200;let s=i**3,u=o**3,c=a**3;return i=s>.008856?s:(i-16/116)/7.787,o=u>.008856?u:(o-16/116)/7.787,a=c>.008856?c:(a-16/116)/7.787,o*=95.047,i*=100,a*=108.883,[o,i,a]};Z.lab.lch=function(t){let e=t[0],r=t[1],n=t[2],o;o=Math.atan2(n,r)*360/2/Math.PI,o<0&&(o+=360);let a=Math.sqrt(r*r+n*n);return[e,a,o]};Z.lch.lab=function(t){let e=t[0],r=t[1],o=t[2]/360*2*Math.PI,i=r*Math.cos(o),a=r*Math.sin(o);return[e,i,a]};Z.rgb.ansi16=function(t,e=null){let[r,n,o]=t,i=e===null?Z.rgb.hsv(t)[2]:e;if(i=Math.round(i/50),i===0)return 30;let a=30+(Math.round(o/255)<<2|Math.round(n/255)<<1|Math.round(r/255));return i===2&&(a+=60),a};Z.hsv.ansi16=function(t){return Z.rgb.ansi16(Z.hsv.rgb(t),t[2])};Z.rgb.ansi256=function(t){let e=t[0],r=t[1],n=t[2];return e===r&&r===n?e<8?16:e>248?231:Math.round((e-8)/247*24)+232:16+36*Math.round(e/255*5)+6*Math.round(r/255*5)+Math.round(n/255*5)};Z.ansi16.rgb=function(t){let e=t%10;if(e===0||e===7)return t>50&&(e+=3.5),e=e/10.5*255,[e,e,e];let r=(~~(t>50)+1)*.5,n=(e&1)*r*255,o=(e>>1&1)*r*255,i=(e>>2&1)*r*255;return[n,o,i]};Z.ansi256.rgb=function(t){if(t>=232){let i=(t-232)*10+8;return[i,i,i]}t-=16;let e,r=Math.floor(t/36)/5*255,n=Math.floor((e=t%36)/6)/5*255,o=e%6/5*255;return[r,n,o]};Z.rgb.hex=function(t){let r=(((Math.round(t[0])&255)<<16)+((Math.round(t[1])&255)<<8)+(Math.round(t[2])&255)).toString(16).toUpperCase();return"000000".substring(r.length)+r};Z.hex.rgb=function(t){let e=t.toString(16).match(/[a-f0-9]{6}|[a-f0-9]{3}/i);if(!e)return[0,0,0];let r=e[0];e[0].length===3&&(r=r.split("").map(s=>s+s).join(""));let n=parseInt(r,16),o=n>>16&255,i=n>>8&255,a=n&255;return[o,i,a]};Z.rgb.hcg=function(t){let e=t[0]/255,r=t[1]/255,n=t[2]/255,o=Math.max(Math.max(e,r),n),i=Math.min(Math.min(e,r),n),a=o-i,s,u;return a<1?s=i/(1-a):s=0,a<=0?u=0:o===e?u=(r-n)/a%6:o===r?u=2+(n-e)/a:u=4+(e-r)/a,u/=6,u%=1,[u*360,a*100,s*100]};Z.hsl.hcg=function(t){let e=t[1]/100,r=t[2]/100,n=r<.5?2*e*r:2*e*(1-r),o=0;return n<1&&(o=(r-.5*n)/(1-n)),[t[0],n*100,o*100]};Z.hsv.hcg=function(t){let e=t[1]/100,r=t[2]/100,n=e*r,o=0;return n<1&&(o=(r-n)/(1-n)),[t[0],n*100,o*100]};Z.hcg.rgb=function(t){let e=t[0]/360,r=t[1]/100,n=t[2]/100;if(r===0)return[n*255,n*255,n*255];let o=[0,0,0],i=e%1*6,a=i%1,s=1-a,u=0;switch(Math.floor(i)){case 0:o[0]=1,o[1]=a,o[2]=0;break;case 1:o[0]=s,o[1]=1,o[2]=0;break;case 2:o[0]=0,o[1]=1,o[2]=a;break;case 3:o[0]=0,o[1]=s,o[2]=1;break;case 4:o[0]=a,o[1]=0,o[2]=1;break;default:o[0]=1,o[1]=0,o[2]=s}return u=(1-r)*n,[(r*o[0]+u)*255,(r*o[1]+u)*255,(r*o[2]+u)*255]};Z.hcg.hsv=function(t){let e=t[1]/100,r=t[2]/100,n=e+r*(1-e),o=0;return n>0&&(o=e/n),[t[0],o*100,n*100]};Z.hcg.hsl=function(t){let e=t[1]/100,n=t[2]/100*(1-e)+.5*e,o=0;return n>0&&n<.5?o=e/(2*n):n>=.5&&n<1&&(o=e/(2*(1-n))),[t[0],o*100,n*100]};Z.hcg.hwb=function(t){let e=t[1]/100,r=t[2]/100,n=e+r*(1-e);return[t[0],(n-e)*100,(1-n)*100]};Z.hwb.hcg=function(t){let e=t[1]/100,n=1-t[2]/100,o=n-e,i=0;return o<1&&(i=(n-o)/(1-o)),[t[0],o*100,i*100]};Z.apple.rgb=function(t){return[t[0]/65535*255,t[1]/65535*255,t[2]/65535*255]};Z.rgb.apple=function(t){return[t[0]/255*65535,t[1]/255*65535,t[2]/255*65535]};Z.gray.rgb=function(t){return[t[0]/100*255,t[0]/100*255,t[0]/100*255]};Z.gray.hsl=function(t){return[0,0,t[0]]};Z.gray.hsv=Z.gray.hsl;Z.gray.hwb=function(t){return[0,100,t[0]]};Z.gray.cmyk=function(t){return[0,0,0,t[0]]};Z.gray.lab=function(t){return[t[0],0,0]};Z.gray.hex=function(t){let e=Math.round(t[0]/100*255)&255,n=((e<<16)+(e<<8)+e).toString(16).toUpperCase();return"000000".substring(n.length)+n};Z.rgb.gray=function(t){return[(t[0]+t[1]+t[2])/3/255*100]}});var lS=S((xG,cS)=>{var ul=_m();function tj(){let t={},e=Object.keys(ul);for(let r=e.length,n=0;n<r;n++)t[e[n]]={distance:-1,parent:null};return t}function rj(t){let e=tj(),r=[t];for(e[t].distance=0;r.length;){let n=r.pop(),o=Object.keys(ul[n]);for(let i=o.length,a=0;a<i;a++){let s=o[a],u=e[s];u.distance===-1&&(u.distance=e[n].distance+1,u.parent=n,r.unshift(s))}}return e}function nj(t,e){return function(r){return e(t(r))}}function oj(t,e){let r=[e[t].parent,t],n=ul[e[t].parent][t],o=e[t].parent;for(;e[o].parent;)r.unshift(e[o].parent),n=nj(ul[e[o].parent][o],n),o=e[o].parent;return n.conversion=r,n}cS.exports=function(t){let e=rj(t),r={},n=Object.keys(e);for(let o=n.length,i=0;i<o;i++){let a=n[i];e[a].parent!==null&&(r[a]=oj(a,e))}return r}});var dS=S((AG,fS)=>{var Sm=_m(),ij=lS(),Mi={},aj=Object.keys(Sm);function sj(t){let e=function(...r){let n=r[0];return n==null?n:(n.length>1&&(r=n),t(r))};return"conversion"in t&&(e.conversion=t.conversion),e}function uj(t){let e=function(...r){let n=r[0];if(n==null)return n;n.length>1&&(r=n);let o=t(r);if(typeof o=="object")for(let i=o.length,a=0;a<i;a++)o[a]=Math.round(o[a]);return o};return"conversion"in t&&(e.conversion=t.conversion),e}aj.forEach(t=>{Mi[t]={},Object.defineProperty(Mi[t],"channels",{value:Sm[t].channels}),Object.defineProperty(Mi[t],"labels",{value:Sm[t].labels});let e=ij(t);Object.keys(e).forEach(n=>{let o=e[n];Mi[t][n]=uj(o),Mi[t][n].raw=sj(o)})});fS.exports=Mi});var Am=S((FG,DS)=>{"use strict";var pS=(t,e)=>(...r)=>`\x1B[${t(...r)+e}m`,hS=(t,e)=>(...r)=>{let n=t(...r);return`\x1B[${38+e};5;${n}m`},mS=(t,e)=>(...r)=>{let n=t(...r);return`\x1B[${38+e};2;${n[0]};${n[1]};${n[2]}m`},cl=t=>t,gS=(t,e,r)=>[t,e,r],qi=(t,e,r)=>{Object.defineProperty(t,e,{get:()=>{let n=r();return Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0}),n},enumerable:!0,configurable:!0})},xm,Hi=(t,e,r,n)=>{xm===void 0&&(xm=dS());let o=n?10:0,i={};for(let[a,s]of Object.entries(xm)){let u=a==="ansi16"?"ansi":a;a===e?i[u]=t(r,o):typeof s=="object"&&(i[u]=t(s[e],o))}return i};function cj(){let t=new Map,e={modifier:{reset:[0,0],bold:[1,22],dim:[2,22],italic:[3,23],underline:[4,24],inverse:[7,27],hidden:[8,28],strikethrough:[9,29]},color:{black:[30,39],red:[31,39],green:[32,39],yellow:[33,39],blue:[34,39],magenta:[35,39],cyan:[36,39],white:[37,39],blackBright:[90,39],redBright:[91,39],greenBright:[92,39],yellowBright:[93,39],blueBright:[94,39],magentaBright:[95,39],cyanBright:[96,39],whiteBright:[97,39]},bgColor:{bgBlack:[40,49],bgRed:[41,49],bgGreen:[42,49],bgYellow:[43,49],bgBlue:[44,49],bgMagenta:[45,49],bgCyan:[46,49],bgWhite:[47,49],bgBlackBright:[100,49],bgRedBright:[101,49],bgGreenBright:[102,49],bgYellowBright:[103,49],bgBlueBright:[104,49],bgMagentaBright:[105,49],bgCyanBright:[106,49],bgWhiteBright:[107,49]}};e.color.gray=e.color.blackBright,e.bgColor.bgGray=e.bgColor.bgBlackBright,e.color.grey=e.color.blackBright,e.bgColor.bgGrey=e.bgColor.bgBlackBright;for(let[r,n]of Object.entries(e)){for(let[o,i]of Object.entries(n))e[o]={open:`\x1B[${i[0]}m`,close:`\x1B[${i[1]}m`},n[o]=e[o],t.set(i[0],i[1]);Object.defineProperty(e,r,{value:n,enumerable:!1})}return Object.defineProperty(e,"codes",{value:t,enumerable:!1}),e.color.close="\x1B[39m",e.bgColor.close="\x1B[49m",qi(e.color,"ansi",()=>Hi(pS,"ansi16",cl,!1)),qi(e.color,"ansi256",()=>Hi(hS,"ansi256",cl,!1)),qi(e.color,"ansi16m",()=>Hi(mS,"rgb",gS,!1)),qi(e.bgColor,"ansi",()=>Hi(pS,"ansi16",cl,!0)),qi(e.bgColor,"ansi256",()=>Hi(hS,"ansi256",cl,!0)),qi(e.bgColor,"ansi16m",()=>Hi(mS,"rgb",gS,!0)),e}Object.defineProperty(DS,"exports",{enumerable:!0,get:cj})});var CS=S((OG,vS)=>{"use strict";var lj=Em(),fj=oS(),yS=Am(),wS=["\x1B","\x9B"],ll=t=>`${wS[0]}[${t}m`,bS=(t,e,r)=>{let n=[];t=[...t];for(let o of t){let i=o;o.includes(";")&&(o=o.split(";")[0][0]+"0");let a=yS.codes.get(Number.parseInt(o,10));if(a){let s=t.indexOf(a.toString());s===-1?n.push(ll(e?a:i)):t.splice(s,1)}else if(e){n.push(ll(0));break}else n.push(ll(i))}if(e&&(n=n.filter((o,i)=>n.indexOf(o)===i),r!==void 0)){let o=ll(yS.codes.get(Number.parseInt(r,10)));n=n.reduce((i,a)=>a===o?[a,...i]:[...i,a],[])}return n.join("")};vS.exports=(t,e,r)=>{let n=[...t],o=[],i=typeof r=="number"?r:n.length,a=!1,s,u=0,c="";for(let[l,d]of n.entries()){let p=!1;if(wS.includes(d)){let h=/\d[^m]*/.exec(t.slice(l,l+18));s=h&&h.length>0?h[0]:void 0,u<i&&(a=!0,s!==void 0&&o.push(s))}else a&&d==="m"&&(a=!1,p=!0);if(!a&&!p&&u++,!fj({exact:!0}).test(d)&&lj(d.codePointAt())&&(u++,typeof r!="number"&&i++),u>e&&u<=i)c+=d;else if(u===e&&!a&&s!==void 0)c=bS(o);else if(u>=i){c+=bS(o,!0,s);break}}return c}});var _S=S((kG,ES)=>{"use strict";ES.exports=({onlyFirst:t=!1}={})=>{let e=["[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]+)*|[a-zA-Z\\d]+(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]*)*)?\\u0007)","(?:(?:\\d{1,4}(?:;\\d{0,4})*)?[\\dA-PR-TZcf-ntqry=><~]))"].join("|");return new RegExp(e,t?void 0:"g")}});var fl=S((PG,SS)=>{"use strict";var dj=_S();SS.exports=t=>typeof t=="string"?t.replace(dj(),""):t});var AS=S(($G,xS)=>{"use strict";xS.exports=function(){return/\uD83C\uDFF4\uDB40\uDC67\uDB40\uDC62(?:\uDB40\uDC65\uDB40\uDC6E\uDB40\uDC67|\uDB40\uDC73\uDB40\uDC63\uDB40\uDC74|\uDB40\uDC77\uDB40\uDC6C\uDB40\uDC73)\uDB40\uDC7F|\uD83D\uDC68(?:\uD83C\uDFFC\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68\uD83C\uDFFB|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFE])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFD])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFC])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83D\uDC68|(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D[\uDC66\uDC67])|[\u2695\u2696\u2708]\uFE0F|\uD83D[\uDC66\uDC67]|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|(?:\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708])\uFE0F|\uD83C\uDFFB\u200D(?:\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C[\uDFFB-\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFB\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFC\u200D\uD83E\uDD1D\u200D\uD83D\uDC69)\uD83C\uDFFB|\uD83E\uDDD1(?:\uD83C\uDFFF\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1(?:\uD83C[\uDFFB-\uDFFF])|\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1)|(?:\uD83E\uDDD1\uD83C\uDFFE\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFF\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB-\uDFFE])|(?:\uD83E\uDDD1\uD83C\uDFFC\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFD\u200D\uD83E\uDD1D\u200D\uD83D\uDC69)(?:\uD83C[\uDFFB\uDFFC])|\uD83D\uDC69(?:\uD83C\uDFFE\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFB\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFC-\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|(?:\uD83E\uDDD1\uD83C\uDFFD\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFE\u200D\uD83E\uDD1D\u200D\uD83D\uDC69)(?:\uD83C[\uDFFB-\uDFFD])|\uD83D\uDC69\u200D\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D[\uDC66\uDC67])|(?:\uD83D\uDC41\uFE0F\u200D\uD83D\uDDE8|\uD83D\uDC69(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])|(?:(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)\uFE0F|\uD83D\uDC6F|\uD83E[\uDD3C\uDDDE\uDDDF])\u200D[\u2640\u2642]|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uD83C[\uDFFB-\uDFFF])\u200D[\u2640\u2642]|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD6-\uDDDD])(?:(?:\uD83C[\uDFFB-\uDFFF])\u200D[\u2640\u2642]|\u200D[\u2640\u2642])|\uD83C\uDFF4\u200D\u2620)\uFE0F|\uD83D\uDC69\u200D\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|\uD83C\uDFF3\uFE0F\u200D\uD83C\uDF08|\uD83D\uDC15\u200D\uD83E\uDDBA|\uD83D\uDC69\u200D\uD83D\uDC66|\uD83D\uDC69\u200D\uD83D\uDC67|\uD83C\uDDFD\uD83C\uDDF0|\uD83C\uDDF4\uD83C\uDDF2|\uD83C\uDDF6\uD83C\uDDE6|[#\*0-9]\uFE0F\u20E3|\uD83C\uDDE7(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF])|\uD83C\uDDF9(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF])|\uD83C\uDDEA(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA])|\uD83E\uDDD1(?:\uD83C[\uDFFB-\uDFFF])|\uD83C\uDDF7(?:\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC])|\uD83D\uDC69(?:\uD83C[\uDFFB-\uDFFF])|\uD83C\uDDF2(?:\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF])|\uD83C\uDDE6(?:\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF])|\uD83C\uDDF0(?:\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF])|\uD83C\uDDED(?:\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA])|\uD83C\uDDE9(?:\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF])|\uD83C\uDDFE(?:\uD83C[\uDDEA\uDDF9])|\uD83C\uDDEC(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE])|\uD83C\uDDF8(?:\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF])|\uD83C\uDDEB(?:\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7])|\uD83C\uDDF5(?:\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE])|\uD83C\uDDFB(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA])|\uD83C\uDDF3(?:\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF])|\uD83C\uDDE8(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF5\uDDF7\uDDFA-\uDDFF])|\uD83C\uDDF1(?:\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE])|\uD83C\uDDFF(?:\uD83C[\uDDE6\uDDF2\uDDFC])|\uD83C\uDDFC(?:\uD83C[\uDDEB\uDDF8])|\uD83C\uDDFA(?:\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF])|\uD83C\uDDEE(?:\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9])|\uD83C\uDDEF(?:\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5])|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD6-\uDDDD])(?:\uD83C[\uDFFB-\uDFFF])|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uD83C[\uDFFB-\uDFFF])|(?:[\u261D\u270A-\u270D]|\uD83C[\uDF85\uDFC2\uDFC7]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC70\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDCAA\uDD74\uDD7A\uDD90\uDD95\uDD96\uDE4C\uDE4F\uDEC0\uDECC]|\uD83E[\uDD0F\uDD18-\uDD1C\uDD1E\uDD1F\uDD30-\uDD36\uDDB5\uDDB6\uDDBB\uDDD2-\uDDD5])(?:\uD83C[\uDFFB-\uDFFF])|(?:[\u231A\u231B\u23E9-\u23EC\u23F0\u23F3\u25FD\u25FE\u2614\u2615\u2648-\u2653\u267F\u2693\u26A1\u26AA\u26AB\u26BD\u26BE\u26C4\u26C5\u26CE\u26D4\u26EA\u26F2\u26F3\u26F5\u26FA\u26FD\u2705\u270A\u270B\u2728\u274C\u274E\u2753-\u2755\u2757\u2795-\u2797\u27B0\u27BF\u2B1B\u2B1C\u2B50\u2B55]|\uD83C[\uDC04\uDCCF\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF7C\uDF7E-\uDF93\uDFA0-\uDFCA\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF4\uDFF8-\uDFFF]|\uD83D[\uDC00-\uDC3E\uDC40\uDC42-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDD7A\uDD95\uDD96\uDDA4\uDDFB-\uDE4F\uDE80-\uDEC5\uDECC\uDED0-\uDED2\uDED5\uDEEB\uDEEC\uDEF4-\uDEFA\uDFE0-\uDFEB]|\uD83E[\uDD0D-\uDD3A\uDD3C-\uDD45\uDD47-\uDD71\uDD73-\uDD76\uDD7A-\uDDA2\uDDA5-\uDDAA\uDDAE-\uDDCA\uDDCD-\uDDFF\uDE70-\uDE73\uDE78-\uDE7A\uDE80-\uDE82\uDE90-\uDE95])|(?:[#\*0-9\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23E9-\u23F3\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB-\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u261D\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692-\u2697\u2699\u269B\u269C\u26A0\u26A1\u26AA\u26AB\u26B0\u26B1\u26BD\u26BE\u26C4\u26C5\u26C8\u26CE\u26CF\u26D1\u26D3\u26D4\u26E9\u26EA\u26F0-\u26F5\u26F7-\u26FA\u26FD\u2702\u2705\u2708-\u270D\u270F\u2712\u2714\u2716\u271D\u2721\u2728\u2733\u2734\u2744\u2747\u274C\u274E\u2753-\u2755\u2757\u2763\u2764\u2795-\u2797\u27A1\u27B0\u27BF\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B50\u2B55\u3030\u303D\u3297\u3299]|\uD83C[\uDC04\uDCCF\uDD70\uDD71\uDD7E\uDD7F\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE02\uDE1A\uDE2F\uDE32-\uDE3A\uDE50\uDE51\uDF00-\uDF21\uDF24-\uDF93\uDF96\uDF97\uDF99-\uDF9B\uDF9E-\uDFF0\uDFF3-\uDFF5\uDFF7-\uDFFF]|\uD83D[\uDC00-\uDCFD\uDCFF-\uDD3D\uDD49-\uDD4E\uDD50-\uDD67\uDD6F\uDD70\uDD73-\uDD7A\uDD87\uDD8A-\uDD8D\uDD90\uDD95\uDD96\uDDA4\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA-\uDE4F\uDE80-\uDEC5\uDECB-\uDED2\uDED5\uDEE0-\uDEE5\uDEE9\uDEEB\uDEEC\uDEF0\uDEF3-\uDEFA\uDFE0-\uDFEB]|\uD83E[\uDD0D-\uDD3A\uDD3C-\uDD45\uDD47-\uDD71\uDD73-\uDD76\uDD7A-\uDDA2\uDDA5-\uDDAA\uDDAE-\uDDCA\uDDCD-\uDDFF\uDE70-\uDE73\uDE78-\uDE7A\uDE80-\uDE82\uDE90-\uDE95])\uFE0F|(?:[\u261D\u26F9\u270A-\u270D]|\uD83C[\uDF85\uDFC2-\uDFC4\uDFC7\uDFCA-\uDFCC]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66-\uDC78\uDC7C\uDC81-\uDC83\uDC85-\uDC87\uDC8F\uDC91\uDCAA\uDD74\uDD75\uDD7A\uDD90\uDD95\uDD96\uDE45-\uDE47\uDE4B-\uDE4F\uDEA3\uDEB4-\uDEB6\uDEC0\uDECC]|\uD83E[\uDD0F\uDD18-\uDD1F\uDD26\uDD30-\uDD39\uDD3C-\uDD3E\uDDB5\uDDB6\uDDB8\uDDB9\uDDBB\uDDCD-\uDDCF\uDDD1-\uDDDD])/g}});var Om=S((TG,Fm)=>{"use strict";var pj=fl(),hj=Em(),mj=AS(),FS=t=>{if(typeof t!="string"||t.length===0||(t=pj(t),t.length===0))return 0;t=t.replace(mj()," ");let e=0;for(let r=0;r<t.length;r++){let n=t.codePointAt(r);n<=31||n>=127&&n<=159||n>=768&&n<=879||(n>65535&&r++,e+=hj(n)?2:1)}return e};Fm.exports=FS;Fm.exports.default=FS});var IS=S((IG,TS)=>{"use strict";var bs=Om(),gj=fl(),Dj=Am(),dl=new Set(["\x1B","\x9B"]),yj=39,Pm="\x07",PS="[",bj="]",$S="m",$m=`${bj}8;;`,OS=t=>`${dl.values().next().value}${PS}${t}${$S}`,kS=t=>`${dl.values().next().value}${$m}${t}${Pm}`,wj=t=>t.split(" ").map(e=>bs(e)),km=(t,e,r)=>{let n=[...e],o=!1,i=!1,a=bs(gj(t[t.length-1]));for(let[s,u]of n.entries()){let c=bs(u);if(a+c<=r?t[t.length-1]+=u:(t.push(u),a=0),dl.has(u)&&(o=!0,i=n.slice(s+1).join("").startsWith($m)),o){i?u===Pm&&(o=!1,i=!1):u===$S&&(o=!1);continue}a+=c,a===r&&s<n.length-1&&(t.push(""),a=0)}!a&&t[t.length-1].length>0&&t.length>1&&(t[t.length-2]+=t.pop())},vj=t=>{let e=t.split(" "),r=e.length;for(;r>0&&!(bs(e[r-1])>0);)r--;return r===e.length?t:e.slice(0,r).join(" ")+e.slice(r).join("")},Cj=(t,e,r={})=>{if(r.trim!==!1&&t.trim()==="")return"";let n="",o,i,a=wj(t),s=[""];for(let[c,l]of t.split(" ").entries()){r.trim!==!1&&(s[s.length-1]=s[s.length-1].trimStart());let d=bs(s[s.length-1]);if(c!==0&&(d>=e&&(r.wordWrap===!1||r.trim===!1)&&(s.push(""),d=0),(d>0||r.trim===!1)&&(s[s.length-1]+=" ",d++)),r.hard&&a[c]>e){let p=e-d,h=1+Math.floor((a[c]-p-1)/e);Math.floor((a[c]-1)/e)<h&&s.push(""),km(s,l,e);continue}if(d+a[c]>e&&d>0&&a[c]>0){if(r.wordWrap===!1&&d<e){km(s,l,e);continue}s.push("")}if(d+a[c]>e&&r.wordWrap===!1){km(s,l,e);continue}s[s.length-1]+=l}r.trim!==!1&&(s=s.map(vj));let u=[...s.join(`
57
- `)];for(let[c,l]of u.entries()){if(n+=l,dl.has(l)){let{groups:p}=new RegExp(`(?:\\${PS}(?<code>\\d+)m|\\${$m}(?<uri>.*)${Pm})`).exec(u.slice(c).join(""))||{groups:{}};if(p.code!==void 0){let h=Number.parseFloat(p.code);o=h===yj?void 0:h}else p.uri!==void 0&&(i=p.uri.length===0?void 0:p.uri)}let d=Dj.codes.get(Number(o));u[c+1]===`
58
- `?(i&&(n+=kS("")),o&&d&&(n+=OS(d))):l===`
59
- `&&(o&&d&&(n+=OS(o)),i&&(n+=kS(i)))}return n};TS.exports=(t,e,r)=>String(t).normalize().replace(/\r\n/g,`
55
+ see https://github.com/jprichardson/node-fs-extra/issues/269`,"Warning","fs-extra-WARN0002");let{srcStat:n,destStat:o}=ms.checkPathsSync(t,e,"copy",r);if(ms.checkParentPathsSync(t,n,e,"copy"),r.filter&&!r.filter(t,e))return;let i=hs.dirname(e);return $t.existsSync(i)||AL(i),PC(o,t,e,r)}function PC(t,e,r,n){let i=(n.dereference?$t.statSync:$t.lstatSync)(e);if(i.isDirectory())return BL(i,t,e,r,n);if(i.isFile()||i.isCharacterDevice()||i.isBlockDevice())return kL(i,t,e,r,n);if(i.isSymbolicLink())return jL(t,e,r,n);throw i.isSocket()?new Error(`Cannot copy a socket file: ${e}`):i.isFIFO()?new Error(`Cannot copy a FIFO pipe: ${e}`):new Error(`Unknown file: ${e}`)}function kL(t,e,r,n,o){return e?PL(t,r,n,o):$C(t,r,n,o)}function PL(t,e,r,n){if(n.overwrite)return $t.unlinkSync(r),$C(t,e,r,n);if(n.errorOnExist)throw new Error(`'${r}' already exists`)}function $C(t,e,r,n){return $t.copyFileSync(e,r),n.preserveTimestamps&&$L(t.mode,e,r),Dm(r,t.mode)}function $L(t,e,r){return TL(t)&&IL(r,t),RL(e,r)}function TL(t){return(t&128)===0}function IL(t,e){return Dm(t,e|128)}function Dm(t,e){return $t.chmodSync(t,e)}function RL(t,e){let r=$t.statSync(t);return OL(e,r.atime,r.mtime)}function BL(t,e,r,n,o){return e?TC(r,n,o):LL(t.mode,r,n,o)}function LL(t,e,r,n){return $t.mkdirSync(r),TC(e,r,n),Dm(r,t)}function TC(t,e,r){let n=$t.opendirSync(t);try{let o;for(;(o=n.readSync())!==null;)NL(o.name,t,e,r)}finally{n.closeSync()}}function NL(t,e,r,n){let o=hs.join(e,t),i=hs.join(r,t);if(n.filter&&!n.filter(o,i))return;let{destStat:a}=ms.checkPathsSync(o,i,"copy",n);return PC(a,o,i,n)}function jL(t,e,r,n){let o=$t.readlinkSync(e);if(n.dereference&&(o=hs.resolve(process.cwd(),o)),t){let i;try{i=$t.readlinkSync(r)}catch(a){if(a.code==="EINVAL"||a.code==="UNKNOWN")return $t.symlinkSync(o,r);throw a}if(n.dereference&&(i=hs.resolve(process.cwd(),i)),ms.isSrcSubdir(o,i))throw new Error(`Cannot copy '${o}' to a subdirectory of itself, '${i}'.`);if(ms.isSrcSubdir(i,o))throw new Error(`Cannot overwrite '${i}' with '${o}'.`);return UL(o,r)}else return $t.symlinkSync(o,r)}function UL(t,e){return $t.unlinkSync(e),$t.symlinkSync(t,e)}IC.exports=FL});var rl=S((QK,BC)=>{"use strict";var ML=ct().fromPromise;BC.exports={copy:ML(kC()),copySync:RC()}});var gs=S((eG,NC)=>{"use strict";var LC=An(),qL=ct().fromCallback;function HL(t,e){LC.rm(t,{recursive:!0,force:!0},e)}function VL(t){LC.rmSync(t,{recursive:!0,force:!0})}NC.exports={remove:qL(HL),removeSync:VL}});var KC=S((tG,zC)=>{"use strict";var zL=ct().fromPromise,MC=Pt(),qC=require("path"),HC=Sr(),VC=gs(),jC=zL(async function(e){let r;try{r=await MC.readdir(e)}catch{return HC.mkdirs(e)}return Promise.all(r.map(n=>VC.remove(qC.join(e,n))))});function UC(t){let e;try{e=MC.readdirSync(t)}catch{return HC.mkdirsSync(t)}e.forEach(r=>{r=qC.join(t,r),VC.removeSync(r)})}zC.exports={emptyDirSync:UC,emptydirSync:UC,emptyDir:jC,emptydir:jC}});var JC=S((rG,YC)=>{"use strict";var KL=ct().fromPromise,GC=require("path"),on=Pt(),WC=Sr();async function GL(t){let e;try{e=await on.stat(t)}catch{}if(e&&e.isFile())return;let r=GC.dirname(t),n=null;try{n=await on.stat(r)}catch(o){if(o.code==="ENOENT"){await WC.mkdirs(r),await on.writeFile(t,"");return}else throw o}n.isDirectory()?await on.writeFile(t,""):await on.readdir(r)}function WL(t){let e;try{e=on.statSync(t)}catch{}if(e&&e.isFile())return;let r=GC.dirname(t);try{on.statSync(r).isDirectory()||on.readdirSync(r)}catch(n){if(n&&n.code==="ENOENT")WC.mkdirsSync(r);else throw n}on.writeFileSync(t,"")}YC.exports={createFile:KL(GL),createFileSync:WL}});var t_=S((nG,e_)=>{"use strict";var YL=ct().fromPromise,XC=require("path"),Pn=Pt(),ZC=Sr(),{pathExists:JL}=kn(),{areIdentical:QC}=Co();async function XL(t,e){let r;try{r=await Pn.lstat(e)}catch{}let n;try{n=await Pn.lstat(t)}catch(a){throw a.message=a.message.replace("lstat","ensureLink"),a}if(r&&QC(n,r))return;let o=XC.dirname(e);await JL(o)||await ZC.mkdirs(o),await Pn.link(t,e)}function ZL(t,e){let r;try{r=Pn.lstatSync(e)}catch{}try{let i=Pn.lstatSync(t);if(r&&QC(i,r))return}catch(i){throw i.message=i.message.replace("lstat","ensureLink"),i}let n=XC.dirname(e);return Pn.existsSync(n)||ZC.mkdirsSync(n),Pn.linkSync(t,e)}e_.exports={createLink:YL(XL),createLinkSync:ZL}});var n_=S((oG,r_)=>{"use strict";var $n=require("path"),Ds=Pt(),{pathExists:QL}=kn(),eN=ct().fromPromise;async function tN(t,e){if($n.isAbsolute(t)){try{await Ds.lstat(t)}catch(i){throw i.message=i.message.replace("lstat","ensureSymlink"),i}return{toCwd:t,toDst:t}}let r=$n.dirname(e),n=$n.join(r,t);if(await QL(n))return{toCwd:n,toDst:t};try{await Ds.lstat(t)}catch(i){throw i.message=i.message.replace("lstat","ensureSymlink"),i}return{toCwd:t,toDst:$n.relative(r,t)}}function rN(t,e){if($n.isAbsolute(t)){if(!Ds.existsSync(t))throw new Error("absolute srcpath does not exist");return{toCwd:t,toDst:t}}let r=$n.dirname(e),n=$n.join(r,t);if(Ds.existsSync(n))return{toCwd:n,toDst:t};if(!Ds.existsSync(t))throw new Error("relative srcpath does not exist");return{toCwd:t,toDst:$n.relative(r,t)}}r_.exports={symlinkPaths:eN(tN),symlinkPathsSync:rN}});var a_=S((iG,i_)=>{"use strict";var o_=Pt(),nN=ct().fromPromise;async function oN(t,e){if(e)return e;let r;try{r=await o_.lstat(t)}catch{return"file"}return r&&r.isDirectory()?"dir":"file"}function iN(t,e){if(e)return e;let r;try{r=o_.lstatSync(t)}catch{return"file"}return r&&r.isDirectory()?"dir":"file"}i_.exports={symlinkType:nN(oN),symlinkTypeSync:iN}});var l_=S((aG,c_)=>{"use strict";var aN=ct().fromPromise,s_=require("path"),Rr=Pt(),{mkdirs:sN,mkdirsSync:uN}=Sr(),{symlinkPaths:cN,symlinkPathsSync:lN}=n_(),{symlinkType:fN,symlinkTypeSync:dN}=a_(),{pathExists:pN}=kn(),{areIdentical:u_}=Co();async function hN(t,e,r){let n;try{n=await Rr.lstat(e)}catch{}if(n&&n.isSymbolicLink()){let[s,u]=await Promise.all([Rr.stat(t),Rr.stat(e)]);if(u_(s,u))return}let o=await cN(t,e);t=o.toDst;let i=await fN(o.toCwd,r),a=s_.dirname(e);return await pN(a)||await sN(a),Rr.symlink(t,e,i)}function mN(t,e,r){let n;try{n=Rr.lstatSync(e)}catch{}if(n&&n.isSymbolicLink()){let s=Rr.statSync(t),u=Rr.statSync(e);if(u_(s,u))return}let o=lN(t,e);t=o.toDst,r=dN(o.toCwd,r);let i=s_.dirname(e);return Rr.existsSync(i)||uN(i),Rr.symlinkSync(t,e,r)}c_.exports={createSymlink:aN(hN),createSymlinkSync:mN}});var y_=S((sG,D_)=>{"use strict";var{createFile:f_,createFileSync:d_}=JC(),{createLink:p_,createLinkSync:h_}=t_(),{createSymlink:m_,createSymlinkSync:g_}=l_();D_.exports={createFile:f_,createFileSync:d_,ensureFile:f_,ensureFileSync:d_,createLink:p_,createLinkSync:h_,ensureLink:p_,ensureLinkSync:h_,createSymlink:m_,createSymlinkSync:g_,ensureSymlink:m_,ensureSymlinkSync:g_}});var nl=S((uG,b_)=>{function gN(t,{EOL:e=`
56
+ `,finalEOL:r=!0,replacer:n=null,spaces:o}={}){let i=r?e:"";return JSON.stringify(t,n,o).replace(/\n/g,e)+i}function DN(t){return Buffer.isBuffer(t)&&(t=t.toString("utf8")),t.replace(/^\uFEFF/,"")}b_.exports={stringify:gN,stripBom:DN}});var C_=S((cG,E_)=>{var Bi;try{Bi=An()}catch{Bi=require("fs")}var ol=ct(),{stringify:w_,stripBom:v_}=nl();async function yN(t,e={}){typeof e=="string"&&(e={encoding:e});let r=e.fs||Bi,n="throws"in e?e.throws:!0,o=await ol.fromCallback(r.readFile)(t,e);o=v_(o);let i;try{i=JSON.parse(o,e?e.reviver:null)}catch(a){if(n)throw a.message=`${t}: ${a.message}`,a;return null}return i}var bN=ol.fromPromise(yN);function wN(t,e={}){typeof e=="string"&&(e={encoding:e});let r=e.fs||Bi,n="throws"in e?e.throws:!0;try{let o=r.readFileSync(t,e);return o=v_(o),JSON.parse(o,e.reviver)}catch(o){if(n)throw o.message=`${t}: ${o.message}`,o;return null}}async function vN(t,e,r={}){let n=r.fs||Bi,o=w_(e,r);await ol.fromCallback(n.writeFile)(t,o,r)}var EN=ol.fromPromise(vN);function CN(t,e,r={}){let n=r.fs||Bi,o=w_(e,r);return n.writeFileSync(t,o,r)}E_.exports={readFile:bN,readFileSync:wN,writeFile:EN,writeFileSync:CN}});var S_=S((lG,__)=>{"use strict";var il=C_();__.exports={readJson:il.readFile,readJsonSync:il.readFileSync,writeJson:il.writeFile,writeJsonSync:il.writeFileSync}});var al=S((fG,O_)=>{"use strict";var _N=ct().fromPromise,ym=Pt(),x_=require("path"),A_=Sr(),SN=kn().pathExists;async function xN(t,e,r="utf-8"){let n=x_.dirname(t);return await SN(n)||await A_.mkdirs(n),ym.writeFile(t,e,r)}function AN(t,...e){let r=x_.dirname(t);ym.existsSync(r)||A_.mkdirsSync(r),ym.writeFileSync(t,...e)}O_.exports={outputFile:_N(xN),outputFileSync:AN}});var k_=S((dG,F_)=>{"use strict";var{stringify:ON}=nl(),{outputFile:FN}=al();async function kN(t,e,r={}){let n=ON(e,r);await FN(t,n,r)}F_.exports=kN});var $_=S((pG,P_)=>{"use strict";var{stringify:PN}=nl(),{outputFileSync:$N}=al();function TN(t,e,r){let n=PN(e,r);$N(t,n,r)}P_.exports=TN});var I_=S((hG,T_)=>{"use strict";var IN=ct().fromPromise,Tt=S_();Tt.outputJson=IN(k_());Tt.outputJsonSync=$_();Tt.outputJSON=Tt.outputJson;Tt.outputJSONSync=Tt.outputJsonSync;Tt.writeJSON=Tt.writeJson;Tt.writeJSONSync=Tt.writeJsonSync;Tt.readJSON=Tt.readJson;Tt.readJSONSync=Tt.readJsonSync;T_.exports=Tt});var j_=S((mG,N_)=>{"use strict";var RN=Pt(),R_=require("path"),{copy:BN}=rl(),{remove:L_}=gs(),{mkdirp:LN}=Sr(),{pathExists:NN}=kn(),B_=Co();async function jN(t,e,r={}){let n=r.overwrite||r.clobber||!1,{srcStat:o,isChangingCase:i=!1}=await B_.checkPaths(t,e,"move",r);await B_.checkParentPaths(t,o,e,"move");let a=R_.dirname(e);return R_.parse(a).root!==a&&await LN(a),UN(t,e,n,i)}async function UN(t,e,r,n){if(!n){if(r)await L_(e);else if(await NN(e))throw new Error("dest already exists.")}try{await RN.rename(t,e)}catch(o){if(o.code!=="EXDEV")throw o;await MN(t,e,r)}}async function MN(t,e,r){return await BN(t,e,{overwrite:r,errorOnExist:!0,preserveTimestamps:!0}),L_(t)}N_.exports=jN});var V_=S((gG,H_)=>{"use strict";var M_=An(),wm=require("path"),qN=rl().copySync,q_=gs().removeSync,HN=Sr().mkdirpSync,U_=Co();function VN(t,e,r){r=r||{};let n=r.overwrite||r.clobber||!1,{srcStat:o,isChangingCase:i=!1}=U_.checkPathsSync(t,e,"move",r);return U_.checkParentPathsSync(t,o,e,"move"),zN(e)||HN(wm.dirname(e)),KN(t,e,n,i)}function zN(t){let e=wm.dirname(t);return wm.parse(e).root===e}function KN(t,e,r,n){if(n)return bm(t,e,r);if(r)return q_(e),bm(t,e,r);if(M_.existsSync(e))throw new Error("dest already exists.");return bm(t,e,r)}function bm(t,e,r){try{M_.renameSync(t,e)}catch(n){if(n.code!=="EXDEV")throw n;return GN(t,e,r)}}function GN(t,e,r){return qN(t,e,{overwrite:r,errorOnExist:!0,preserveTimestamps:!0}),q_(t)}H_.exports=VN});var K_=S((DG,z_)=>{"use strict";var WN=ct().fromPromise;z_.exports={move:WN(j_()),moveSync:V_()}});var Li=S((yG,G_)=>{"use strict";G_.exports={...Pt(),...rl(),...KC(),...y_(),...I_(),...Sr(),...K_(),...al(),...kn(),...gs()}});var eS=S((bG,Q_)=>{"use strict";var vm,Y_,J_,X_,Z_=!0;typeof process<"u"&&({FORCE_COLOR:vm,NODE_DISABLE_COLORS:Y_,NO_COLOR:J_,TERM:X_}=process.env||{},Z_=process.stdout&&process.stdout.isTTY);var Se={enabled:!Y_&&J_==null&&X_!=="dumb"&&(vm!=null&&vm!=="0"||Z_),reset:Be(0,0),bold:Be(1,22),dim:Be(2,22),italic:Be(3,23),underline:Be(4,24),inverse:Be(7,27),hidden:Be(8,28),strikethrough:Be(9,29),black:Be(30,39),red:Be(31,39),green:Be(32,39),yellow:Be(33,39),blue:Be(34,39),magenta:Be(35,39),cyan:Be(36,39),white:Be(37,39),gray:Be(90,39),grey:Be(90,39),bgBlack:Be(40,49),bgRed:Be(41,49),bgGreen:Be(42,49),bgYellow:Be(43,49),bgBlue:Be(44,49),bgMagenta:Be(45,49),bgCyan:Be(46,49),bgWhite:Be(47,49)};function W_(t,e){let r=0,n,o="",i="";for(;r<t.length;r++)n=t[r],o+=n.open,i+=n.close,~e.indexOf(n.close)&&(e=e.replace(n.rgx,n.close+n.open));return o+e+i}function YN(t,e){let r={has:t,keys:e};return r.reset=Se.reset.bind(r),r.bold=Se.bold.bind(r),r.dim=Se.dim.bind(r),r.italic=Se.italic.bind(r),r.underline=Se.underline.bind(r),r.inverse=Se.inverse.bind(r),r.hidden=Se.hidden.bind(r),r.strikethrough=Se.strikethrough.bind(r),r.black=Se.black.bind(r),r.red=Se.red.bind(r),r.green=Se.green.bind(r),r.yellow=Se.yellow.bind(r),r.blue=Se.blue.bind(r),r.magenta=Se.magenta.bind(r),r.cyan=Se.cyan.bind(r),r.white=Se.white.bind(r),r.gray=Se.gray.bind(r),r.grey=Se.grey.bind(r),r.bgBlack=Se.bgBlack.bind(r),r.bgRed=Se.bgRed.bind(r),r.bgGreen=Se.bgGreen.bind(r),r.bgYellow=Se.bgYellow.bind(r),r.bgBlue=Se.bgBlue.bind(r),r.bgMagenta=Se.bgMagenta.bind(r),r.bgCyan=Se.bgCyan.bind(r),r.bgWhite=Se.bgWhite.bind(r),r}function Be(t,e){let r={open:`\x1B[${t}m`,close:`\x1B[${e}m`,rgx:new RegExp(`\\x1b\\[${e}m`,"g")};return function(n){return this!==void 0&&this.has!==void 0?(~this.has.indexOf(t)||(this.has.push(t),this.keys.push(r)),n===void 0?this:Se.enabled?W_(this.keys,n+""):n+""):n===void 0?YN([t],[r]):Se.enabled?W_([r],n+""):n+""}}Q_.exports=Se});var Ni=S(Ze=>{"use strict";Object.defineProperty(Ze,"__esModule",{value:!0});Ze.ancillary=Ze.failure=Ze.success=Ze.input=Ze.weak=Ze.strong=void 0;var JN=(he(),oe(pe)),Br=JN.__importDefault(eS());Ze.strong=Br.default.bold;Ze.weak=Br.default.dim;Ze.input=Br.default.cyan;Ze.success=Br.default.green;Ze.failure=Br.default.red;Ze.ancillary=Br.default.cyan;var XN={strong:Ze.strong,weak:Ze.weak,input:Ze.input,success:Ze.success,failure:Ze.failure,ancillary:Ze.ancillary,log:{DEBUG:Br.default.magenta,INFO:Br.default.cyan,WARN:Br.default.yellow,ERROR:Br.default.red}};Ze.default=XN});var Em=S(sl=>{"use strict";Object.defineProperty(sl,"__esModule",{value:!0});sl.EscapeCode=void 0;var xr="\x1B[",ft=class{};sl.EscapeCode=ft;ft.cursorLeft=()=>`${xr}G`;ft.cursorUp=(t=1)=>`${xr}${t}A`;ft.cursorDown=(t=1)=>`${xr}${t}B`;ft.cursorForward=(t=1)=>`${xr}${t}C`;ft.cursorBackward=(t=1)=>`${xr}${t}D`;ft.cursorHide=()=>`${xr}?25l`;ft.cursorShow=()=>`${xr}?25h`;ft.eraseLine=()=>`${xr}2K`;ft.eraseLines=t=>{let e="";for(let r=0;r<t;r++)e+=ft.eraseLine(),r<t-1&&(e+=ft.cursorUp());return`${e}${ft.cursorLeft()}`};ft.eraseUp=()=>`${xr}1J`;ft.eraseDown=()=>`${xr}J`;ft.eraseScreen=()=>`${xr}2J`});var rS=S(ul=>{"use strict";Object.defineProperty(ul,"__esModule",{value:!0});ul.Cursor=void 0;var ZN=(he(),oe(pe)),QN=ZN.__importDefault(Yh()),tS=Em(),ji=class t{static show(){t.stream.isTTY&&(t._isVisible=!0,t.stream.write(tS.EscapeCode.cursorShow()))}static hide(){t.stream.isTTY&&(t._listenerAttached||((0,QN.default)(()=>{t.show()}),t._listenerAttached=!0),t._isVisible=!1,t.stream.write(tS.EscapeCode.cursorHide()))}static toggle(){t._isVisible?t.hide():t.show()}};ul.Cursor=ji;ji.stream=process.stderr;ji._isVisible=!0;ji._listenerAttached=!1});var _m=S((CG,Cm)=>{"use strict";var nS=t=>Number.isNaN(t)?!1:t>=4352&&(t<=4447||t===9001||t===9002||11904<=t&&t<=12871&&t!==12351||12880<=t&&t<=19903||19968<=t&&t<=42182||43360<=t&&t<=43388||44032<=t&&t<=55203||63744<=t&&t<=64255||65040<=t&&t<=65049||65072<=t&&t<=65131||65281<=t&&t<=65376||65504<=t&&t<=65510||110592<=t&&t<=110593||127488<=t&&t<=127569||131072<=t&&t<=262141);Cm.exports=nS;Cm.exports.default=nS});var aS=S((_G,iS)=>{"use strict";var oS="[\uD800-\uDBFF][\uDC00-\uDFFF]",ej=t=>t&&t.exact?new RegExp(`^${oS}$`):new RegExp(oS,"g");iS.exports=ej});var uS=S((SG,sS)=>{"use strict";sS.exports={aliceblue:[240,248,255],antiquewhite:[250,235,215],aqua:[0,255,255],aquamarine:[127,255,212],azure:[240,255,255],beige:[245,245,220],bisque:[255,228,196],black:[0,0,0],blanchedalmond:[255,235,205],blue:[0,0,255],blueviolet:[138,43,226],brown:[165,42,42],burlywood:[222,184,135],cadetblue:[95,158,160],chartreuse:[127,255,0],chocolate:[210,105,30],coral:[255,127,80],cornflowerblue:[100,149,237],cornsilk:[255,248,220],crimson:[220,20,60],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgoldenrod:[184,134,11],darkgray:[169,169,169],darkgreen:[0,100,0],darkgrey:[169,169,169],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkseagreen:[143,188,143],darkslateblue:[72,61,139],darkslategray:[47,79,79],darkslategrey:[47,79,79],darkturquoise:[0,206,209],darkviolet:[148,0,211],deeppink:[255,20,147],deepskyblue:[0,191,255],dimgray:[105,105,105],dimgrey:[105,105,105],dodgerblue:[30,144,255],firebrick:[178,34,34],floralwhite:[255,250,240],forestgreen:[34,139,34],fuchsia:[255,0,255],gainsboro:[220,220,220],ghostwhite:[248,248,255],gold:[255,215,0],goldenrod:[218,165,32],gray:[128,128,128],green:[0,128,0],greenyellow:[173,255,47],grey:[128,128,128],honeydew:[240,255,240],hotpink:[255,105,180],indianred:[205,92,92],indigo:[75,0,130],ivory:[255,255,240],khaki:[240,230,140],lavender:[230,230,250],lavenderblush:[255,240,245],lawngreen:[124,252,0],lemonchiffon:[255,250,205],lightblue:[173,216,230],lightcoral:[240,128,128],lightcyan:[224,255,255],lightgoldenrodyellow:[250,250,210],lightgray:[211,211,211],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightsalmon:[255,160,122],lightseagreen:[32,178,170],lightskyblue:[135,206,250],lightslategray:[119,136,153],lightslategrey:[119,136,153],lightsteelblue:[176,196,222],lightyellow:[255,255,224],lime:[0,255,0],limegreen:[50,205,50],linen:[250,240,230],magenta:[255,0,255],maroon:[128,0,0],mediumaquamarine:[102,205,170],mediumblue:[0,0,205],mediumorchid:[186,85,211],mediumpurple:[147,112,219],mediumseagreen:[60,179,113],mediumslateblue:[123,104,238],mediumspringgreen:[0,250,154],mediumturquoise:[72,209,204],mediumvioletred:[199,21,133],midnightblue:[25,25,112],mintcream:[245,255,250],mistyrose:[255,228,225],moccasin:[255,228,181],navajowhite:[255,222,173],navy:[0,0,128],oldlace:[253,245,230],olive:[128,128,0],olivedrab:[107,142,35],orange:[255,165,0],orangered:[255,69,0],orchid:[218,112,214],palegoldenrod:[238,232,170],palegreen:[152,251,152],paleturquoise:[175,238,238],palevioletred:[219,112,147],papayawhip:[255,239,213],peachpuff:[255,218,185],peru:[205,133,63],pink:[255,192,203],plum:[221,160,221],powderblue:[176,224,230],purple:[128,0,128],rebeccapurple:[102,51,153],red:[255,0,0],rosybrown:[188,143,143],royalblue:[65,105,225],saddlebrown:[139,69,19],salmon:[250,128,114],sandybrown:[244,164,96],seagreen:[46,139,87],seashell:[255,245,238],sienna:[160,82,45],silver:[192,192,192],skyblue:[135,206,235],slateblue:[106,90,205],slategray:[112,128,144],slategrey:[112,128,144],snow:[255,250,250],springgreen:[0,255,127],steelblue:[70,130,180],tan:[210,180,140],teal:[0,128,128],thistle:[216,191,216],tomato:[255,99,71],turquoise:[64,224,208],violet:[238,130,238],wheat:[245,222,179],white:[255,255,255],whitesmoke:[245,245,245],yellow:[255,255,0],yellowgreen:[154,205,50]}});var Sm=S((xG,lS)=>{var ys=uS(),cS={};for(let t of Object.keys(ys))cS[ys[t]]=t;var Z={rgb:{channels:3,labels:"rgb"},hsl:{channels:3,labels:"hsl"},hsv:{channels:3,labels:"hsv"},hwb:{channels:3,labels:"hwb"},cmyk:{channels:4,labels:"cmyk"},xyz:{channels:3,labels:"xyz"},lab:{channels:3,labels:"lab"},lch:{channels:3,labels:"lch"},hex:{channels:1,labels:["hex"]},keyword:{channels:1,labels:["keyword"]},ansi16:{channels:1,labels:["ansi16"]},ansi256:{channels:1,labels:["ansi256"]},hcg:{channels:3,labels:["h","c","g"]},apple:{channels:3,labels:["r16","g16","b16"]},gray:{channels:1,labels:["gray"]}};lS.exports=Z;for(let t of Object.keys(Z)){if(!("channels"in Z[t]))throw new Error("missing channels property: "+t);if(!("labels"in Z[t]))throw new Error("missing channel labels property: "+t);if(Z[t].labels.length!==Z[t].channels)throw new Error("channel and label counts mismatch: "+t);let{channels:e,labels:r}=Z[t];delete Z[t].channels,delete Z[t].labels,Object.defineProperty(Z[t],"channels",{value:e}),Object.defineProperty(Z[t],"labels",{value:r})}Z.rgb.hsl=function(t){let e=t[0]/255,r=t[1]/255,n=t[2]/255,o=Math.min(e,r,n),i=Math.max(e,r,n),a=i-o,s,u;i===o?s=0:e===i?s=(r-n)/a:r===i?s=2+(n-e)/a:n===i&&(s=4+(e-r)/a),s=Math.min(s*60,360),s<0&&(s+=360);let c=(o+i)/2;return i===o?u=0:c<=.5?u=a/(i+o):u=a/(2-i-o),[s,u*100,c*100]};Z.rgb.hsv=function(t){let e,r,n,o,i,a=t[0]/255,s=t[1]/255,u=t[2]/255,c=Math.max(a,s,u),l=c-Math.min(a,s,u),d=function(p){return(c-p)/6/l+1/2};return l===0?(o=0,i=0):(i=l/c,e=d(a),r=d(s),n=d(u),a===c?o=n-r:s===c?o=1/3+e-n:u===c&&(o=2/3+r-e),o<0?o+=1:o>1&&(o-=1)),[o*360,i*100,c*100]};Z.rgb.hwb=function(t){let e=t[0],r=t[1],n=t[2],o=Z.rgb.hsl(t)[0],i=1/255*Math.min(e,Math.min(r,n));return n=1-1/255*Math.max(e,Math.max(r,n)),[o,i*100,n*100]};Z.rgb.cmyk=function(t){let e=t[0]/255,r=t[1]/255,n=t[2]/255,o=Math.min(1-e,1-r,1-n),i=(1-e-o)/(1-o)||0,a=(1-r-o)/(1-o)||0,s=(1-n-o)/(1-o)||0;return[i*100,a*100,s*100,o*100]};function tj(t,e){return(t[0]-e[0])**2+(t[1]-e[1])**2+(t[2]-e[2])**2}Z.rgb.keyword=function(t){let e=cS[t];if(e)return e;let r=1/0,n;for(let o of Object.keys(ys)){let i=ys[o],a=tj(t,i);a<r&&(r=a,n=o)}return n};Z.keyword.rgb=function(t){return ys[t]};Z.rgb.xyz=function(t){let e=t[0]/255,r=t[1]/255,n=t[2]/255;e=e>.04045?((e+.055)/1.055)**2.4:e/12.92,r=r>.04045?((r+.055)/1.055)**2.4:r/12.92,n=n>.04045?((n+.055)/1.055)**2.4:n/12.92;let o=e*.4124+r*.3576+n*.1805,i=e*.2126+r*.7152+n*.0722,a=e*.0193+r*.1192+n*.9505;return[o*100,i*100,a*100]};Z.rgb.lab=function(t){let e=Z.rgb.xyz(t),r=e[0],n=e[1],o=e[2];r/=95.047,n/=100,o/=108.883,r=r>.008856?r**(1/3):7.787*r+16/116,n=n>.008856?n**(1/3):7.787*n+16/116,o=o>.008856?o**(1/3):7.787*o+16/116;let i=116*n-16,a=500*(r-n),s=200*(n-o);return[i,a,s]};Z.hsl.rgb=function(t){let e=t[0]/360,r=t[1]/100,n=t[2]/100,o,i,a;if(r===0)return a=n*255,[a,a,a];n<.5?o=n*(1+r):o=n+r-n*r;let s=2*n-o,u=[0,0,0];for(let c=0;c<3;c++)i=e+1/3*-(c-1),i<0&&i++,i>1&&i--,6*i<1?a=s+(o-s)*6*i:2*i<1?a=o:3*i<2?a=s+(o-s)*(2/3-i)*6:a=s,u[c]=a*255;return u};Z.hsl.hsv=function(t){let e=t[0],r=t[1]/100,n=t[2]/100,o=r,i=Math.max(n,.01);n*=2,r*=n<=1?n:2-n,o*=i<=1?i:2-i;let a=(n+r)/2,s=n===0?2*o/(i+o):2*r/(n+r);return[e,s*100,a*100]};Z.hsv.rgb=function(t){let e=t[0]/60,r=t[1]/100,n=t[2]/100,o=Math.floor(e)%6,i=e-Math.floor(e),a=255*n*(1-r),s=255*n*(1-r*i),u=255*n*(1-r*(1-i));switch(n*=255,o){case 0:return[n,u,a];case 1:return[s,n,a];case 2:return[a,n,u];case 3:return[a,s,n];case 4:return[u,a,n];case 5:return[n,a,s]}};Z.hsv.hsl=function(t){let e=t[0],r=t[1]/100,n=t[2]/100,o=Math.max(n,.01),i,a;a=(2-r)*n;let s=(2-r)*o;return i=r*o,i/=s<=1?s:2-s,i=i||0,a/=2,[e,i*100,a*100]};Z.hwb.rgb=function(t){let e=t[0]/360,r=t[1]/100,n=t[2]/100,o=r+n,i;o>1&&(r/=o,n/=o);let a=Math.floor(6*e),s=1-n;i=6*e-a,(a&1)!==0&&(i=1-i);let u=r+i*(s-r),c,l,d;switch(a){default:case 6:case 0:c=s,l=u,d=r;break;case 1:c=u,l=s,d=r;break;case 2:c=r,l=s,d=u;break;case 3:c=r,l=u,d=s;break;case 4:c=u,l=r,d=s;break;case 5:c=s,l=r,d=u;break}return[c*255,l*255,d*255]};Z.cmyk.rgb=function(t){let e=t[0]/100,r=t[1]/100,n=t[2]/100,o=t[3]/100,i=1-Math.min(1,e*(1-o)+o),a=1-Math.min(1,r*(1-o)+o),s=1-Math.min(1,n*(1-o)+o);return[i*255,a*255,s*255]};Z.xyz.rgb=function(t){let e=t[0]/100,r=t[1]/100,n=t[2]/100,o,i,a;return o=e*3.2406+r*-1.5372+n*-.4986,i=e*-.9689+r*1.8758+n*.0415,a=e*.0557+r*-.204+n*1.057,o=o>.0031308?1.055*o**(1/2.4)-.055:o*12.92,i=i>.0031308?1.055*i**(1/2.4)-.055:i*12.92,a=a>.0031308?1.055*a**(1/2.4)-.055:a*12.92,o=Math.min(Math.max(0,o),1),i=Math.min(Math.max(0,i),1),a=Math.min(Math.max(0,a),1),[o*255,i*255,a*255]};Z.xyz.lab=function(t){let e=t[0],r=t[1],n=t[2];e/=95.047,r/=100,n/=108.883,e=e>.008856?e**(1/3):7.787*e+16/116,r=r>.008856?r**(1/3):7.787*r+16/116,n=n>.008856?n**(1/3):7.787*n+16/116;let o=116*r-16,i=500*(e-r),a=200*(r-n);return[o,i,a]};Z.lab.xyz=function(t){let e=t[0],r=t[1],n=t[2],o,i,a;i=(e+16)/116,o=r/500+i,a=i-n/200;let s=i**3,u=o**3,c=a**3;return i=s>.008856?s:(i-16/116)/7.787,o=u>.008856?u:(o-16/116)/7.787,a=c>.008856?c:(a-16/116)/7.787,o*=95.047,i*=100,a*=108.883,[o,i,a]};Z.lab.lch=function(t){let e=t[0],r=t[1],n=t[2],o;o=Math.atan2(n,r)*360/2/Math.PI,o<0&&(o+=360);let a=Math.sqrt(r*r+n*n);return[e,a,o]};Z.lch.lab=function(t){let e=t[0],r=t[1],o=t[2]/360*2*Math.PI,i=r*Math.cos(o),a=r*Math.sin(o);return[e,i,a]};Z.rgb.ansi16=function(t,e=null){let[r,n,o]=t,i=e===null?Z.rgb.hsv(t)[2]:e;if(i=Math.round(i/50),i===0)return 30;let a=30+(Math.round(o/255)<<2|Math.round(n/255)<<1|Math.round(r/255));return i===2&&(a+=60),a};Z.hsv.ansi16=function(t){return Z.rgb.ansi16(Z.hsv.rgb(t),t[2])};Z.rgb.ansi256=function(t){let e=t[0],r=t[1],n=t[2];return e===r&&r===n?e<8?16:e>248?231:Math.round((e-8)/247*24)+232:16+36*Math.round(e/255*5)+6*Math.round(r/255*5)+Math.round(n/255*5)};Z.ansi16.rgb=function(t){let e=t%10;if(e===0||e===7)return t>50&&(e+=3.5),e=e/10.5*255,[e,e,e];let r=(~~(t>50)+1)*.5,n=(e&1)*r*255,o=(e>>1&1)*r*255,i=(e>>2&1)*r*255;return[n,o,i]};Z.ansi256.rgb=function(t){if(t>=232){let i=(t-232)*10+8;return[i,i,i]}t-=16;let e,r=Math.floor(t/36)/5*255,n=Math.floor((e=t%36)/6)/5*255,o=e%6/5*255;return[r,n,o]};Z.rgb.hex=function(t){let r=(((Math.round(t[0])&255)<<16)+((Math.round(t[1])&255)<<8)+(Math.round(t[2])&255)).toString(16).toUpperCase();return"000000".substring(r.length)+r};Z.hex.rgb=function(t){let e=t.toString(16).match(/[a-f0-9]{6}|[a-f0-9]{3}/i);if(!e)return[0,0,0];let r=e[0];e[0].length===3&&(r=r.split("").map(s=>s+s).join(""));let n=parseInt(r,16),o=n>>16&255,i=n>>8&255,a=n&255;return[o,i,a]};Z.rgb.hcg=function(t){let e=t[0]/255,r=t[1]/255,n=t[2]/255,o=Math.max(Math.max(e,r),n),i=Math.min(Math.min(e,r),n),a=o-i,s,u;return a<1?s=i/(1-a):s=0,a<=0?u=0:o===e?u=(r-n)/a%6:o===r?u=2+(n-e)/a:u=4+(e-r)/a,u/=6,u%=1,[u*360,a*100,s*100]};Z.hsl.hcg=function(t){let e=t[1]/100,r=t[2]/100,n=r<.5?2*e*r:2*e*(1-r),o=0;return n<1&&(o=(r-.5*n)/(1-n)),[t[0],n*100,o*100]};Z.hsv.hcg=function(t){let e=t[1]/100,r=t[2]/100,n=e*r,o=0;return n<1&&(o=(r-n)/(1-n)),[t[0],n*100,o*100]};Z.hcg.rgb=function(t){let e=t[0]/360,r=t[1]/100,n=t[2]/100;if(r===0)return[n*255,n*255,n*255];let o=[0,0,0],i=e%1*6,a=i%1,s=1-a,u=0;switch(Math.floor(i)){case 0:o[0]=1,o[1]=a,o[2]=0;break;case 1:o[0]=s,o[1]=1,o[2]=0;break;case 2:o[0]=0,o[1]=1,o[2]=a;break;case 3:o[0]=0,o[1]=s,o[2]=1;break;case 4:o[0]=a,o[1]=0,o[2]=1;break;default:o[0]=1,o[1]=0,o[2]=s}return u=(1-r)*n,[(r*o[0]+u)*255,(r*o[1]+u)*255,(r*o[2]+u)*255]};Z.hcg.hsv=function(t){let e=t[1]/100,r=t[2]/100,n=e+r*(1-e),o=0;return n>0&&(o=e/n),[t[0],o*100,n*100]};Z.hcg.hsl=function(t){let e=t[1]/100,n=t[2]/100*(1-e)+.5*e,o=0;return n>0&&n<.5?o=e/(2*n):n>=.5&&n<1&&(o=e/(2*(1-n))),[t[0],o*100,n*100]};Z.hcg.hwb=function(t){let e=t[1]/100,r=t[2]/100,n=e+r*(1-e);return[t[0],(n-e)*100,(1-n)*100]};Z.hwb.hcg=function(t){let e=t[1]/100,n=1-t[2]/100,o=n-e,i=0;return o<1&&(i=(n-o)/(1-o)),[t[0],o*100,i*100]};Z.apple.rgb=function(t){return[t[0]/65535*255,t[1]/65535*255,t[2]/65535*255]};Z.rgb.apple=function(t){return[t[0]/255*65535,t[1]/255*65535,t[2]/255*65535]};Z.gray.rgb=function(t){return[t[0]/100*255,t[0]/100*255,t[0]/100*255]};Z.gray.hsl=function(t){return[0,0,t[0]]};Z.gray.hsv=Z.gray.hsl;Z.gray.hwb=function(t){return[0,100,t[0]]};Z.gray.cmyk=function(t){return[0,0,0,t[0]]};Z.gray.lab=function(t){return[t[0],0,0]};Z.gray.hex=function(t){let e=Math.round(t[0]/100*255)&255,n=((e<<16)+(e<<8)+e).toString(16).toUpperCase();return"000000".substring(n.length)+n};Z.rgb.gray=function(t){return[(t[0]+t[1]+t[2])/3/255*100]}});var dS=S((AG,fS)=>{var cl=Sm();function rj(){let t={},e=Object.keys(cl);for(let r=e.length,n=0;n<r;n++)t[e[n]]={distance:-1,parent:null};return t}function nj(t){let e=rj(),r=[t];for(e[t].distance=0;r.length;){let n=r.pop(),o=Object.keys(cl[n]);for(let i=o.length,a=0;a<i;a++){let s=o[a],u=e[s];u.distance===-1&&(u.distance=e[n].distance+1,u.parent=n,r.unshift(s))}}return e}function oj(t,e){return function(r){return e(t(r))}}function ij(t,e){let r=[e[t].parent,t],n=cl[e[t].parent][t],o=e[t].parent;for(;e[o].parent;)r.unshift(e[o].parent),n=oj(cl[e[o].parent][o],n),o=e[o].parent;return n.conversion=r,n}fS.exports=function(t){let e=nj(t),r={},n=Object.keys(e);for(let o=n.length,i=0;i<o;i++){let a=n[i];e[a].parent!==null&&(r[a]=ij(a,e))}return r}});var hS=S((OG,pS)=>{var xm=Sm(),aj=dS(),Ui={},sj=Object.keys(xm);function uj(t){let e=function(...r){let n=r[0];return n==null?n:(n.length>1&&(r=n),t(r))};return"conversion"in t&&(e.conversion=t.conversion),e}function cj(t){let e=function(...r){let n=r[0];if(n==null)return n;n.length>1&&(r=n);let o=t(r);if(typeof o=="object")for(let i=o.length,a=0;a<i;a++)o[a]=Math.round(o[a]);return o};return"conversion"in t&&(e.conversion=t.conversion),e}sj.forEach(t=>{Ui[t]={},Object.defineProperty(Ui[t],"channels",{value:xm[t].channels}),Object.defineProperty(Ui[t],"labels",{value:xm[t].labels});let e=aj(t);Object.keys(e).forEach(n=>{let o=e[n];Ui[t][n]=cj(o),Ui[t][n].raw=uj(o)})});pS.exports=Ui});var Om=S((FG,bS)=>{"use strict";var mS=(t,e)=>(...r)=>`\x1B[${t(...r)+e}m`,gS=(t,e)=>(...r)=>{let n=t(...r);return`\x1B[${38+e};5;${n}m`},DS=(t,e)=>(...r)=>{let n=t(...r);return`\x1B[${38+e};2;${n[0]};${n[1]};${n[2]}m`},ll=t=>t,yS=(t,e,r)=>[t,e,r],Mi=(t,e,r)=>{Object.defineProperty(t,e,{get:()=>{let n=r();return Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0}),n},enumerable:!0,configurable:!0})},Am,qi=(t,e,r,n)=>{Am===void 0&&(Am=hS());let o=n?10:0,i={};for(let[a,s]of Object.entries(Am)){let u=a==="ansi16"?"ansi":a;a===e?i[u]=t(r,o):typeof s=="object"&&(i[u]=t(s[e],o))}return i};function lj(){let t=new Map,e={modifier:{reset:[0,0],bold:[1,22],dim:[2,22],italic:[3,23],underline:[4,24],inverse:[7,27],hidden:[8,28],strikethrough:[9,29]},color:{black:[30,39],red:[31,39],green:[32,39],yellow:[33,39],blue:[34,39],magenta:[35,39],cyan:[36,39],white:[37,39],blackBright:[90,39],redBright:[91,39],greenBright:[92,39],yellowBright:[93,39],blueBright:[94,39],magentaBright:[95,39],cyanBright:[96,39],whiteBright:[97,39]},bgColor:{bgBlack:[40,49],bgRed:[41,49],bgGreen:[42,49],bgYellow:[43,49],bgBlue:[44,49],bgMagenta:[45,49],bgCyan:[46,49],bgWhite:[47,49],bgBlackBright:[100,49],bgRedBright:[101,49],bgGreenBright:[102,49],bgYellowBright:[103,49],bgBlueBright:[104,49],bgMagentaBright:[105,49],bgCyanBright:[106,49],bgWhiteBright:[107,49]}};e.color.gray=e.color.blackBright,e.bgColor.bgGray=e.bgColor.bgBlackBright,e.color.grey=e.color.blackBright,e.bgColor.bgGrey=e.bgColor.bgBlackBright;for(let[r,n]of Object.entries(e)){for(let[o,i]of Object.entries(n))e[o]={open:`\x1B[${i[0]}m`,close:`\x1B[${i[1]}m`},n[o]=e[o],t.set(i[0],i[1]);Object.defineProperty(e,r,{value:n,enumerable:!1})}return Object.defineProperty(e,"codes",{value:t,enumerable:!1}),e.color.close="\x1B[39m",e.bgColor.close="\x1B[49m",Mi(e.color,"ansi",()=>qi(mS,"ansi16",ll,!1)),Mi(e.color,"ansi256",()=>qi(gS,"ansi256",ll,!1)),Mi(e.color,"ansi16m",()=>qi(DS,"rgb",yS,!1)),Mi(e.bgColor,"ansi",()=>qi(mS,"ansi16",ll,!0)),Mi(e.bgColor,"ansi256",()=>qi(gS,"ansi256",ll,!0)),Mi(e.bgColor,"ansi16m",()=>qi(DS,"rgb",yS,!0)),e}Object.defineProperty(bS,"exports",{enumerable:!0,get:lj})});var _S=S((kG,CS)=>{"use strict";var fj=_m(),dj=aS(),wS=Om(),ES=["\x1B","\x9B"],fl=t=>`${ES[0]}[${t}m`,vS=(t,e,r)=>{let n=[];t=[...t];for(let o of t){let i=o;o.includes(";")&&(o=o.split(";")[0][0]+"0");let a=wS.codes.get(Number.parseInt(o,10));if(a){let s=t.indexOf(a.toString());s===-1?n.push(fl(e?a:i)):t.splice(s,1)}else if(e){n.push(fl(0));break}else n.push(fl(i))}if(e&&(n=n.filter((o,i)=>n.indexOf(o)===i),r!==void 0)){let o=fl(wS.codes.get(Number.parseInt(r,10)));n=n.reduce((i,a)=>a===o?[a,...i]:[...i,a],[])}return n.join("")};CS.exports=(t,e,r)=>{let n=[...t],o=[],i=typeof r=="number"?r:n.length,a=!1,s,u=0,c="";for(let[l,d]of n.entries()){let p=!1;if(ES.includes(d)){let h=/\d[^m]*/.exec(t.slice(l,l+18));s=h&&h.length>0?h[0]:void 0,u<i&&(a=!0,s!==void 0&&o.push(s))}else a&&d==="m"&&(a=!1,p=!0);if(!a&&!p&&u++,!dj({exact:!0}).test(d)&&fj(d.codePointAt())&&(u++,typeof r!="number"&&i++),u>e&&u<=i)c+=d;else if(u===e&&!a&&s!==void 0)c=vS(o);else if(u>=i){c+=vS(o,!0,s);break}}return c}});var xS=S((PG,SS)=>{"use strict";SS.exports=({onlyFirst:t=!1}={})=>{let e=["[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]+)*|[a-zA-Z\\d]+(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]*)*)?\\u0007)","(?:(?:\\d{1,4}(?:;\\d{0,4})*)?[\\dA-PR-TZcf-ntqry=><~]))"].join("|");return new RegExp(e,t?void 0:"g")}});var dl=S(($G,AS)=>{"use strict";var pj=xS();AS.exports=t=>typeof t=="string"?t.replace(pj(),""):t});var FS=S((TG,OS)=>{"use strict";OS.exports=function(){return/\uD83C\uDFF4\uDB40\uDC67\uDB40\uDC62(?:\uDB40\uDC65\uDB40\uDC6E\uDB40\uDC67|\uDB40\uDC73\uDB40\uDC63\uDB40\uDC74|\uDB40\uDC77\uDB40\uDC6C\uDB40\uDC73)\uDB40\uDC7F|\uD83D\uDC68(?:\uD83C\uDFFC\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68\uD83C\uDFFB|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFE])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFD])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFC])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83D\uDC68|(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D[\uDC66\uDC67])|[\u2695\u2696\u2708]\uFE0F|\uD83D[\uDC66\uDC67]|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|(?:\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708])\uFE0F|\uD83C\uDFFB\u200D(?:\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C[\uDFFB-\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFB\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFC\u200D\uD83E\uDD1D\u200D\uD83D\uDC69)\uD83C\uDFFB|\uD83E\uDDD1(?:\uD83C\uDFFF\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1(?:\uD83C[\uDFFB-\uDFFF])|\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1)|(?:\uD83E\uDDD1\uD83C\uDFFE\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFF\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB-\uDFFE])|(?:\uD83E\uDDD1\uD83C\uDFFC\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFD\u200D\uD83E\uDD1D\u200D\uD83D\uDC69)(?:\uD83C[\uDFFB\uDFFC])|\uD83D\uDC69(?:\uD83C\uDFFE\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFB\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFC-\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|(?:\uD83E\uDDD1\uD83C\uDFFD\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFE\u200D\uD83E\uDD1D\u200D\uD83D\uDC69)(?:\uD83C[\uDFFB-\uDFFD])|\uD83D\uDC69\u200D\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D[\uDC66\uDC67])|(?:\uD83D\uDC41\uFE0F\u200D\uD83D\uDDE8|\uD83D\uDC69(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])|(?:(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)\uFE0F|\uD83D\uDC6F|\uD83E[\uDD3C\uDDDE\uDDDF])\u200D[\u2640\u2642]|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uD83C[\uDFFB-\uDFFF])\u200D[\u2640\u2642]|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD6-\uDDDD])(?:(?:\uD83C[\uDFFB-\uDFFF])\u200D[\u2640\u2642]|\u200D[\u2640\u2642])|\uD83C\uDFF4\u200D\u2620)\uFE0F|\uD83D\uDC69\u200D\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|\uD83C\uDFF3\uFE0F\u200D\uD83C\uDF08|\uD83D\uDC15\u200D\uD83E\uDDBA|\uD83D\uDC69\u200D\uD83D\uDC66|\uD83D\uDC69\u200D\uD83D\uDC67|\uD83C\uDDFD\uD83C\uDDF0|\uD83C\uDDF4\uD83C\uDDF2|\uD83C\uDDF6\uD83C\uDDE6|[#\*0-9]\uFE0F\u20E3|\uD83C\uDDE7(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF])|\uD83C\uDDF9(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF])|\uD83C\uDDEA(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA])|\uD83E\uDDD1(?:\uD83C[\uDFFB-\uDFFF])|\uD83C\uDDF7(?:\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC])|\uD83D\uDC69(?:\uD83C[\uDFFB-\uDFFF])|\uD83C\uDDF2(?:\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF])|\uD83C\uDDE6(?:\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF])|\uD83C\uDDF0(?:\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF])|\uD83C\uDDED(?:\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA])|\uD83C\uDDE9(?:\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF])|\uD83C\uDDFE(?:\uD83C[\uDDEA\uDDF9])|\uD83C\uDDEC(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE])|\uD83C\uDDF8(?:\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF])|\uD83C\uDDEB(?:\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7])|\uD83C\uDDF5(?:\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE])|\uD83C\uDDFB(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA])|\uD83C\uDDF3(?:\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF])|\uD83C\uDDE8(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF5\uDDF7\uDDFA-\uDDFF])|\uD83C\uDDF1(?:\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE])|\uD83C\uDDFF(?:\uD83C[\uDDE6\uDDF2\uDDFC])|\uD83C\uDDFC(?:\uD83C[\uDDEB\uDDF8])|\uD83C\uDDFA(?:\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF])|\uD83C\uDDEE(?:\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9])|\uD83C\uDDEF(?:\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5])|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD6-\uDDDD])(?:\uD83C[\uDFFB-\uDFFF])|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uD83C[\uDFFB-\uDFFF])|(?:[\u261D\u270A-\u270D]|\uD83C[\uDF85\uDFC2\uDFC7]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC70\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDCAA\uDD74\uDD7A\uDD90\uDD95\uDD96\uDE4C\uDE4F\uDEC0\uDECC]|\uD83E[\uDD0F\uDD18-\uDD1C\uDD1E\uDD1F\uDD30-\uDD36\uDDB5\uDDB6\uDDBB\uDDD2-\uDDD5])(?:\uD83C[\uDFFB-\uDFFF])|(?:[\u231A\u231B\u23E9-\u23EC\u23F0\u23F3\u25FD\u25FE\u2614\u2615\u2648-\u2653\u267F\u2693\u26A1\u26AA\u26AB\u26BD\u26BE\u26C4\u26C5\u26CE\u26D4\u26EA\u26F2\u26F3\u26F5\u26FA\u26FD\u2705\u270A\u270B\u2728\u274C\u274E\u2753-\u2755\u2757\u2795-\u2797\u27B0\u27BF\u2B1B\u2B1C\u2B50\u2B55]|\uD83C[\uDC04\uDCCF\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF7C\uDF7E-\uDF93\uDFA0-\uDFCA\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF4\uDFF8-\uDFFF]|\uD83D[\uDC00-\uDC3E\uDC40\uDC42-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDD7A\uDD95\uDD96\uDDA4\uDDFB-\uDE4F\uDE80-\uDEC5\uDECC\uDED0-\uDED2\uDED5\uDEEB\uDEEC\uDEF4-\uDEFA\uDFE0-\uDFEB]|\uD83E[\uDD0D-\uDD3A\uDD3C-\uDD45\uDD47-\uDD71\uDD73-\uDD76\uDD7A-\uDDA2\uDDA5-\uDDAA\uDDAE-\uDDCA\uDDCD-\uDDFF\uDE70-\uDE73\uDE78-\uDE7A\uDE80-\uDE82\uDE90-\uDE95])|(?:[#\*0-9\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23E9-\u23F3\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB-\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u261D\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692-\u2697\u2699\u269B\u269C\u26A0\u26A1\u26AA\u26AB\u26B0\u26B1\u26BD\u26BE\u26C4\u26C5\u26C8\u26CE\u26CF\u26D1\u26D3\u26D4\u26E9\u26EA\u26F0-\u26F5\u26F7-\u26FA\u26FD\u2702\u2705\u2708-\u270D\u270F\u2712\u2714\u2716\u271D\u2721\u2728\u2733\u2734\u2744\u2747\u274C\u274E\u2753-\u2755\u2757\u2763\u2764\u2795-\u2797\u27A1\u27B0\u27BF\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B50\u2B55\u3030\u303D\u3297\u3299]|\uD83C[\uDC04\uDCCF\uDD70\uDD71\uDD7E\uDD7F\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE02\uDE1A\uDE2F\uDE32-\uDE3A\uDE50\uDE51\uDF00-\uDF21\uDF24-\uDF93\uDF96\uDF97\uDF99-\uDF9B\uDF9E-\uDFF0\uDFF3-\uDFF5\uDFF7-\uDFFF]|\uD83D[\uDC00-\uDCFD\uDCFF-\uDD3D\uDD49-\uDD4E\uDD50-\uDD67\uDD6F\uDD70\uDD73-\uDD7A\uDD87\uDD8A-\uDD8D\uDD90\uDD95\uDD96\uDDA4\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA-\uDE4F\uDE80-\uDEC5\uDECB-\uDED2\uDED5\uDEE0-\uDEE5\uDEE9\uDEEB\uDEEC\uDEF0\uDEF3-\uDEFA\uDFE0-\uDFEB]|\uD83E[\uDD0D-\uDD3A\uDD3C-\uDD45\uDD47-\uDD71\uDD73-\uDD76\uDD7A-\uDDA2\uDDA5-\uDDAA\uDDAE-\uDDCA\uDDCD-\uDDFF\uDE70-\uDE73\uDE78-\uDE7A\uDE80-\uDE82\uDE90-\uDE95])\uFE0F|(?:[\u261D\u26F9\u270A-\u270D]|\uD83C[\uDF85\uDFC2-\uDFC4\uDFC7\uDFCA-\uDFCC]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66-\uDC78\uDC7C\uDC81-\uDC83\uDC85-\uDC87\uDC8F\uDC91\uDCAA\uDD74\uDD75\uDD7A\uDD90\uDD95\uDD96\uDE45-\uDE47\uDE4B-\uDE4F\uDEA3\uDEB4-\uDEB6\uDEC0\uDECC]|\uD83E[\uDD0F\uDD18-\uDD1F\uDD26\uDD30-\uDD39\uDD3C-\uDD3E\uDDB5\uDDB6\uDDB8\uDDB9\uDDBB\uDDCD-\uDDCF\uDDD1-\uDDDD])/g}});var km=S((IG,Fm)=>{"use strict";var hj=dl(),mj=_m(),gj=FS(),kS=t=>{if(typeof t!="string"||t.length===0||(t=hj(t),t.length===0))return 0;t=t.replace(gj()," ");let e=0;for(let r=0;r<t.length;r++){let n=t.codePointAt(r);n<=31||n>=127&&n<=159||n>=768&&n<=879||(n>65535&&r++,e+=mj(n)?2:1)}return e};Fm.exports=kS;Fm.exports.default=kS});var BS=S((RG,RS)=>{"use strict";var bs=km(),Dj=dl(),yj=Om(),pl=new Set(["\x1B","\x9B"]),bj=39,$m="\x07",TS="[",wj="]",IS="m",Tm=`${wj}8;;`,PS=t=>`${pl.values().next().value}${TS}${t}${IS}`,$S=t=>`${pl.values().next().value}${Tm}${t}${$m}`,vj=t=>t.split(" ").map(e=>bs(e)),Pm=(t,e,r)=>{let n=[...e],o=!1,i=!1,a=bs(Dj(t[t.length-1]));for(let[s,u]of n.entries()){let c=bs(u);if(a+c<=r?t[t.length-1]+=u:(t.push(u),a=0),pl.has(u)&&(o=!0,i=n.slice(s+1).join("").startsWith(Tm)),o){i?u===$m&&(o=!1,i=!1):u===IS&&(o=!1);continue}a+=c,a===r&&s<n.length-1&&(t.push(""),a=0)}!a&&t[t.length-1].length>0&&t.length>1&&(t[t.length-2]+=t.pop())},Ej=t=>{let e=t.split(" "),r=e.length;for(;r>0&&!(bs(e[r-1])>0);)r--;return r===e.length?t:e.slice(0,r).join(" ")+e.slice(r).join("")},Cj=(t,e,r={})=>{if(r.trim!==!1&&t.trim()==="")return"";let n="",o,i,a=vj(t),s=[""];for(let[c,l]of t.split(" ").entries()){r.trim!==!1&&(s[s.length-1]=s[s.length-1].trimStart());let d=bs(s[s.length-1]);if(c!==0&&(d>=e&&(r.wordWrap===!1||r.trim===!1)&&(s.push(""),d=0),(d>0||r.trim===!1)&&(s[s.length-1]+=" ",d++)),r.hard&&a[c]>e){let p=e-d,h=1+Math.floor((a[c]-p-1)/e);Math.floor((a[c]-1)/e)<h&&s.push(""),Pm(s,l,e);continue}if(d+a[c]>e&&d>0&&a[c]>0){if(r.wordWrap===!1&&d<e){Pm(s,l,e);continue}s.push("")}if(d+a[c]>e&&r.wordWrap===!1){Pm(s,l,e);continue}s[s.length-1]+=l}r.trim!==!1&&(s=s.map(Ej));let u=[...s.join(`
57
+ `)];for(let[c,l]of u.entries()){if(n+=l,pl.has(l)){let{groups:p}=new RegExp(`(?:\\${TS}(?<code>\\d+)m|\\${Tm}(?<uri>.*)${$m})`).exec(u.slice(c).join(""))||{groups:{}};if(p.code!==void 0){let h=Number.parseFloat(p.code);o=h===bj?void 0:h}else p.uri!==void 0&&(i=p.uri.length===0?void 0:p.uri)}let d=yj.codes.get(Number(o));u[c+1]===`
58
+ `?(i&&(n+=$S("")),o&&d&&(n+=PS(d))):l===`
59
+ `&&(o&&d&&(n+=PS(o)),i&&(n+=$S(i)))}return n};RS.exports=(t,e,r)=>String(t).normalize().replace(/\r\n/g,`
60
60
  `).split(`
61
61
  `).map(n=>Cj(n,e,r)).join(`
62
- `)});var LS=S((RG,BS)=>{"use strict";var Ej=require("os"),RS=Ej.homedir();BS.exports=t=>{if(typeof t!="string")throw new TypeError(`Expected a string, got ${typeof t}`);return RS?t.replace(/^~(?=$|\/|\\)/,RS):t}});var HS=S(Ge=>{"use strict";Object.defineProperty(Ge,"__esModule",{value:!0});Ge.columnar=Ge.generateFillSpaceStringList=Ge.expandPath=Ge.prettyPath=Ge.wordWrap=Ge.indent=Ge.TTY_WIDTH=Ge.stripAnsi=Ge.stringWidth=Ge.sliceAnsi=void 0;var NS=(he(),oe(pe)),_j=NS.__importStar(require("os")),an=NS.__importStar(require("path")),jS=CS();Ge.sliceAnsi=jS;var pl=Om();Ge.stringWidth=pl;var Sj=fl();Ge.stripAnsi=Sj;var xj=IS(),Aj=LS(),Fj=80,Oj=120;Ge.TTY_WIDTH=process.stdout.columns?Math.max(Fj,Math.min(process.stdout.columns,Oj)):1/0;function US(t=4){return" ".repeat(t)}Ge.indent=US;function kj(t,{width:e=Ge.TTY_WIDTH,indentation:r=0,append:n=""}){return xj(t,e-r-n.length,{trim:!0}).split(`
62
+ `)});var jS=S((BG,NS)=>{"use strict";var _j=require("os"),LS=_j.homedir();NS.exports=t=>{if(typeof t!="string")throw new TypeError(`Expected a string, got ${typeof t}`);return LS?t.replace(/^~(?=$|\/|\\)/,LS):t}});var zS=S(Ge=>{"use strict";Object.defineProperty(Ge,"__esModule",{value:!0});Ge.columnar=Ge.generateFillSpaceStringList=Ge.expandPath=Ge.prettyPath=Ge.wordWrap=Ge.indent=Ge.TTY_WIDTH=Ge.stripAnsi=Ge.stringWidth=Ge.sliceAnsi=void 0;var US=(he(),oe(pe)),Sj=US.__importStar(require("os")),an=US.__importStar(require("path")),MS=_S();Ge.sliceAnsi=MS;var hl=km();Ge.stringWidth=hl;var xj=dl();Ge.stripAnsi=xj;var Aj=BS(),Oj=jS(),Fj=80,kj=120;Ge.TTY_WIDTH=process.stdout.columns?Math.max(Fj,Math.min(process.stdout.columns,kj)):1/0;function qS(t=4){return" ".repeat(t)}Ge.indent=qS;function Pj(t,{width:e=Ge.TTY_WIDTH,indentation:r=0,append:n=""}){return Aj(t,e-r-n.length,{trim:!0}).split(`
63
63
  `).join(`${n}
64
- ${US(r)}`)}Ge.wordWrap=kj;function Pj(t){t=MS(t);let e=process.cwd(),r=an.dirname(t),n=_j.homedir(),o=Math.abs(r.split(an.sep).length-e.split(an.sep).length);if(e===r)return"."+an.sep+an.basename(t);if(r.startsWith(e))return"."+an.sep+t.substring(e.length+1);if(o<=2){let i=an.relative(e,t);return i||"."}else{if(t===n)return"~";if(t.indexOf(n)===0)return"~"+an.sep+t.substring(n.length+1)}return t}Ge.prettyPath=Pj;function MS(t){return an.resolve(Aj(t))}Ge.expandPath=MS;function qS(t,e=1,r=" "){e<2&&(e=2);let n=Math.max(...t.map(a=>pl(a))),o=n>e?n+1:e,i=r.repeat(o);return t.map(a=>jS(i,0,o-pl(a)))}Ge.generateFillSpaceStringList=qS;function $j(t,{hsep:e="-",vsep:r="|",headers:n}){let o=!!n;if(!t[0])return"";let i=n?n.length:t[0].length,a=n?n.map(l=>[l]):t[0].map(()=>[]);for(let l of t){let d=0,p=l.map(h=>{let m=h.split(`
65
- `);return d=Math.max(d,m.length),m});for(let h in l)a[h]&&a[h].push(...p[h],...Array(d-p[h].length).fill(""))}let s=a.map((l,d)=>{if(d<i-1){let p=qS(l);return l.map((h,m)=>`${h}${p[m]}${r===""?"":`${r} `}`)}else return l}),u=0,c=s.reduce((l,d)=>l.map((p,h)=>{let m=l[h]+d[h];return u=Math.max(u,pl(m)),m}));return o&&e!==""&&c.splice(1,0,e.repeat(u)),c.join(`
66
- `)}Ge.columnar=$j});var VS=S(lr=>{"use strict";Object.defineProperty(lr,"__esModule",{value:!0});lr.TERMINAL_INFO=lr.CI_ENVIRONMENT_VARIABLES_DETECTED=lr.CI_ENVIRONMENT_VARIABLES=void 0;var Tj=(he(),oe(pe)),Ij=cm(),Rj=Tj.__importStar(require("os")),Bj=(0,Ij.debug)("ionic:utils-terminal:info");lr.CI_ENVIRONMENT_VARIABLES=["CI","BUILD_ID","BUILD_NUMBER","BITBUCKET_COMMIT","CODEBUILD_BUILD_ARN","GITHUB_ACTIONS"];lr.CI_ENVIRONMENT_VARIABLES_DETECTED=lr.CI_ENVIRONMENT_VARIABLES.filter(t=>!!process.env[t]);function Lj(){let{shell:t}=Rj.userInfo();return t||(process.env.SHELL?process.env.SHELL:process.platform==="darwin"?"/bin/bash":process.platform==="win32"?process.env.COMSPEC?process.env.COMSPEC:"cmd.exe":"/bin/sh")}lr.CI_ENVIRONMENT_VARIABLES_DETECTED.length>0&&Bj(`Environment variables for CI detected: ${lr.CI_ENVIRONMENT_VARIABLES_DETECTED.join(", ")}`);lr.TERMINAL_INFO=Object.freeze({ci:lr.CI_ENVIRONMENT_VARIABLES_DETECTED.length>0,shell:Lj(),tty:!!(process.stdin.isTTY&&process.stdout.isTTY&&process.stderr.isTTY),windows:process.platform==="win32"||!!(process.env.OSTYPE&&/^(msys|cygwin)$/.test(process.env.OSTYPE)||process.env.MSYSTEM&&/^MINGW(32|64)$/.test(process.env.MSYSTEM))})});var Tm=S(Vi=>{"use strict";Object.defineProperty(Vi,"__esModule",{value:!0});var hl=(he(),oe(pe));hl.__exportStar(vm(),Vi);hl.__exportStar(eS(),Vi);hl.__exportStar(HS(),Vi);hl.__exportStar(VS(),Vi)});var gl=S(Lr=>{"use strict";Object.defineProperty(Lr,"__esModule",{value:!0});Lr.isFatal=Lr.fatal=Lr.FatalException=Lr.BaseException=void 0;var ml=class extends Error{constructor(e,r){super(e),this.message=e,this.code=r}};Lr.BaseException=ml;var ws=class extends ml{constructor(e,r=1){super(e,"FATAL"),this.message=e,this.exitCode=r}};Lr.FatalException=ws;function Nj(t){throw new ws(t)}Lr.fatal=Nj;function jj(t){return t&&t instanceof ws}Lr.isFatal=jj});var Bm={};Gr(Bm,{LOGGER_LEVELS:()=>Gj,Logger:()=>Rm,NO_COLORS:()=>zS,StreamOutputStrategy:()=>Dl,TTYOutputStrategy:()=>Im,TTY_WIDTH:()=>Uj,createDefaultLogger:()=>Kj,indent:()=>Mj,sliceAnsi:()=>qj,stringWidth:()=>Hj,stripAnsi:()=>Vj,wordWrap:()=>zj});var Uj,Mj,qj,Hj,Vj,zj,Kj,zS,Dl,Im,Rm,Gj,Lm=rt(()=>{Uj=80,Mj=t=>t,qj=t=>t,Hj=t=>t.length,Vj=t=>t,zj=t=>t,Kj=()=>({info:console.log,warn:console.warn,error:console.error,debug:console.debug}),zS={},Dl=class{constructor(){this.colors=zS,this.stream=process.stdout}},Im=class extends Dl{constructor(e){super(),this.options=e}},Rm=class{constructor(){}info(){}warn(){}error(){}debug(){}},Gj={DEBUG:"DEBUG",INFO:"INFO",WARN:"WARN",ERROR:"ERROR"}});var GS=S(So=>{"use strict";Object.defineProperty(So,"__esModule",{value:!0});So.isInteractive=So.checkInteractive=void 0;var Wj=(he(),oe(pe)),KS=Tm(),Yj=Wj.__importDefault(ji()),Jj=vs(),Xj=(...t)=>(0,So.isInteractive)()?!0:t.length?t.filter(e=>!e).length?(Jj.logger.error(`Non-interactive shell detected.
67
- Run the command with ${Yj.default.input("--help")} to see a list of arguments that must be provided.`),!1):!0:!1;So.checkInteractive=Xj;var Zj=()=>KS.TERMINAL_INFO.tty&&!KS.TERMINAL_INFO.ci;So.isInteractive=Zj});var yl={};Gr(yl,{default:()=>WS});function WS(){throw new Error("Prompts are not supported in this CLI build")}var bl=rt(()=>{});var vs=S(Mt=>{"use strict";Object.defineProperty(Mt,"__esModule",{value:!0});Mt.logSuccess=Mt.logPrompt=Mt.logger=Mt.output=void 0;var Nm=(he(),oe(pe)),xo=(Lm(),oe(Bm)),Ao=Nm.__importDefault(ji()),Qj=GS(),YS={colors:Ao.default,stream:process.argv.includes("--json")?process.stderr:process.stdout};Mt.output=(0,Qj.isInteractive)()?new xo.TTYOutputStrategy(YS):new xo.StreamOutputStrategy(YS);Mt.logger=(0,xo.createDefaultLogger)({output:Mt.output,formatterOptions:{titleize:!1,tags:new Map([[xo.LOGGER_LEVELS.DEBUG,Ao.default.log.DEBUG("[debug]")],[xo.LOGGER_LEVELS.INFO,Ao.default.log.INFO("[info]")],[xo.LOGGER_LEVELS.WARN,Ao.default.log.WARN("[warn]")],[xo.LOGGER_LEVELS.ERROR,Ao.default.log.ERROR("[error]")]])}});async function e4(t,e){let{wordWrap:r}=await Promise.resolve().then(()=>Nm.__importStar((Lm(),oe(Bm)))),{prompt:n}=await Promise.resolve().then(()=>Nm.__importStar((bl(),oe(yl))));return Mt.logger.log({msg:`${Ao.default.input("[?]")} ${r(t,{indentation:4})}`,logger:Mt.logger,format:!1}),n(e,{onCancel:()=>process.exit(1)})}Mt.logPrompt=e4;function t4(t){Mt.logger.msg(`${Ao.default.success("[success]")} ${t}`)}Mt.logSuccess=t4});var wl=S(zi=>{"use strict";Object.defineProperty(zi,"__esModule",{value:!0});zi.resolveNode=zi.requireTS=void 0;var r4=require("fs"),n4=Ni(),o4=require("path"),i4=(t,e)=>{let r=(0,o4.resolve)(e);delete require.cache[r],require.extensions[".ts"]=(o,i)=>{var a;let s=(0,n4.readFileSync)(i,"utf8");i.endsWith(".ts")?s=t.transpileModule(s,{fileName:i,compilerOptions:{module:t.ModuleKind.CommonJS,moduleResolution:t.ModuleResolutionKind.NodeJs,esModuleInterop:!0,strict:!0,target:t.ScriptTarget.ES2017},reportDiagnostics:!0}).outputText:s=s.replace(/export\s+\w+\s+(\w+)/gm,"exports.$1"),(a=o._compile)===null||a===void 0||a.call(o,s,i)};let n=require(r);return delete require.extensions[".ts"],n};zi.requireTS=i4;function a4(t,...e){try{return require.resolve(e.join("/"),{paths:[t]})}catch{let n=[t,"node_modules",...e].join("/");return(0,r4.existsSync)(n)?n:null}}zi.resolveNode=a4});var JS={};Gr(JS,{default:()=>s4});var s4,XS=rt(()=>{s4={}});var ZS=S(Nr=>{"use strict";Object.defineProperty(Nr,"__esModule",{value:!0});Nr.buildXmlElement=Nr.writeXML=Nr.parseXML=Nr.readXML=void 0;var u4=(he(),oe(pe)),c4=Ni(),Cs=u4.__importDefault((XS(),oe(JS)));async function l4(t){var e;try{let r=await(0,c4.readFile)(t,{encoding:"utf-8"});try{return await Cs.default.parseStringPromise(r)}catch(n){throw`Error parsing: ${t}, ${(e=n.stack)!==null&&e!==void 0?e:n}`}}catch{throw`Unable to read: ${t}`}}Nr.readXML=l4;function f4(t,e){let r=e!==void 0?new Cs.default.Parser({...e}):new Cs.default.Parser,n;return r.parseString(t,(o,i)=>{o||(n=i)}),n}Nr.parseXML=f4;async function d4(t){return new Promise(e=>{let n=new Cs.default.Builder({headless:!0,explicitRoot:!1,rootName:"deleteme"}).buildObject(t);n=n.replace("<deleteme>","").replace("</deleteme>",""),e(n)})}Nr.writeXML=d4;function p4(t,e){return new Cs.default.Builder({headless:!0,explicitRoot:!1,rootName:e}).buildObject(t)}Nr.buildXmlElement=p4});var nx=S(Oe=>{"use strict";Object.defineProperty(Oe,"__esModule",{value:!0});Oe.getAllElements=Oe.getFilePath=Oe.getAssets=Oe.getJSModules=Oe.getPluginType=Oe.getPlatformElement=Oe.getPluginPlatform=Oe.printPlugins=Oe.fixName=Oe.getDependencies=Oe.resolvePlugin=Oe.getPlugins=Oe.getIncludedPluginPackages=void 0;var h4=(he(),oe(pe)),m4=Ni(),jm=require("path"),Ki=h4.__importDefault(ji()),g4=gl(),D4=vs(),QS=wl(),y4=ZS();function ex(t,e){var r,n,o,i;let{extConfig:a}=t.app;switch(e){case"android":return(n=(r=a.android)===null||r===void 0?void 0:r.includePlugins)!==null&&n!==void 0?n:a.includePlugins;case"ios":return(i=(o=a.ios)===null||o===void 0?void 0:o.includePlugins)!==null&&i!==void 0?i:a.includePlugins}}Oe.getIncludedPluginPackages=ex;async function b4(t,e){var r;let n=(r=ex(t,e))!==null&&r!==void 0?r:rx(t);return(await Promise.all(n.map(async i=>tx(t,i)))).filter(i=>!!i)}Oe.getPlugins=b4;async function tx(t,e){try{let r=(0,QS.resolveNode)(t.app.rootDir,e,"package.json");r||(0,g4.fatal)(`Unable to find ${Ki.default.strong(`node_modules/${e}`)}.
68
- Are you sure ${Ki.default.strong(e)} is installed?`);let n=(0,jm.dirname)(r),o=await(0,m4.readJSON)(r);if(!o)return null;if(o.capacitor)return{id:e,name:Um(e),version:o.version,rootPath:n,repository:o.repository,manifest:o.capacitor};let i=(0,jm.join)(n,"plugin.xml"),a=await(0,y4.readXML)(i);return{id:e,name:Um(e),version:o.version,rootPath:n,repository:o.repository,xml:a.plugin}}catch{}return null}Oe.resolvePlugin=tx;function rx(t){var e,r;return[...Object.keys((e=t.app.package.dependencies)!==null&&e!==void 0?e:{}),...Object.keys((r=t.app.package.devDependencies)!==null&&r!==void 0?r:{})]}Oe.getDependencies=rx;function Um(t){return t=t.replace(/\//g,"_").replace(/-/g,"_").replace(/@/g,"").replace(/_\w/g,e=>e[1].toUpperCase()),t.charAt(0).toUpperCase()+t.slice(1)}Oe.fixName=Um;function w4(t,e,r="capacitor"){if(t.length===0)return;let n,o=t.length===1?"":"s";switch(r){case"cordova":n=`Found ${t.length} Cordova plugin${o} for ${Ki.default.strong(e)}:
69
- `;break;case"incompatible":n=`Found ${t.length} incompatible Cordova plugin${o} for ${Ki.default.strong(e)}, skipped install:
70
- `;break;case"capacitor":n=`Found ${t.length} Capacitor plugin${o} for ${Ki.default.strong(e)}:
71
- `;break}n+=t.map(i=>`${i.id}${Ki.default.weak(`@${i.version}`)}`).join(`
72
- `),D4.logger.info(n)}Oe.printPlugins=w4;function Mm(t,e){return t.xml.platform?t.xml.platform.filter(function(o){return o.$.name===e})[0]:[]}Oe.getPluginPlatform=Mm;function v4(t,e,r){let n=Mm(t,e);if(n){let o=n[r];if(o)return o}return[]}Oe.getPlatformElement=v4;function C4(t,e){var r,n,o,i;switch(e){case"ios":return(n=(r=t.ios)===null||r===void 0?void 0:r.type)!==null&&n!==void 0?n:0;case"android":return(i=(o=t.android)===null||o===void 0?void 0:o.type)!==null&&i!==void 0?i:0}return 0}Oe.getPluginType=C4;function E4(t,e){return qm(t,e,"js-module")}Oe.getJSModules=E4;function _4(t,e){return qm(t,e,"asset")}Oe.getAssets=_4;function S4(t,e,r){if(r.startsWith("node_modules")){let n=r.split("/").slice(1);n[0].startsWith("@")&&(n=[n[0]+"/"+n[1],...n.slice(2)]);let o=(0,QS.resolveNode)(t.app.rootDir,...n);if(!o)throw new Error(`Can't resolve module ${n[0]}`);return o}return(0,jm.join)(e.rootPath,r)}Oe.getFilePath=S4;function qm(t,e,r){let n=[];t.xml[r]&&(n=n.concat(t.xml[r]));let o=Mm(t,e);return o?.[r]&&(n=n.concat(o[r])),n}Oe.getAllElements=qm});var ox={};Gr(ox,{default:()=>x4});var x4,ix=rt(()=>{x4={}});var vl=S(Tn=>{"use strict";Object.defineProperty(Tn,"__esModule",{value:!0});Tn.isInstalled=Tn.getCommandOutput=Tn.runCommand=void 0;var Hm=(ix(),oe(ox));async function ax(t,e,r={}){let n=new Hm.Subprocess(t,e,r);try{return await n.output()}catch(o){throw o instanceof Hm.SubprocessError?o.output?o.output:o.cause?`${o.message} ${o.cause.toString()}`:o.code?o.code:"Unknown error":o}}Tn.runCommand=ax;async function A4(t,e,r={}){try{return(await ax(t,e,r)).trim()}catch{return null}}Tn.getCommandOutput=A4;async function F4(t){try{await(0,Hm.which)(t)}catch{return!1}return!0}Tn.isInstalled=F4});var sx={};Gr(sx,{Comparator:()=>rU,Range:()=>eU,SemVer:()=>tU,clean:()=>$4,coerce:()=>Q4,compare:()=>L4,diff:()=>O4,eq:()=>M4,gt:()=>j4,gte:()=>H4,gtr:()=>J4,inc:()=>T4,intersects:()=>Z4,lt:()=>U4,lte:()=>V4,ltr:()=>X4,major:()=>I4,maxSatisfying:()=>K4,minSatisfying:()=>G4,minor:()=>R4,neq:()=>q4,outside:()=>Y4,parse:()=>k4,patch:()=>B4,rcompare:()=>N4,satisfies:()=>z4,valid:()=>P4,validRange:()=>W4});var O4,k4,P4,$4,T4,I4,R4,B4,L4,N4,j4,U4,M4,q4,H4,V4,z4,K4,G4,W4,Y4,J4,X4,Z4,Q4,eU,tU,rU,ux=rt(()=>{O4=()=>null,k4=()=>null,P4=()=>null,$4=()=>null,T4=()=>null,I4=()=>null,R4=()=>null,B4=()=>null,L4=()=>0,N4=()=>0,j4=()=>!1,U4=()=>!1,M4=()=>!1,q4=()=>!0,H4=()=>!1,V4=()=>!1,z4=()=>!1,K4=()=>null,G4=()=>null,W4=()=>null,Y4=()=>!1,J4=()=>!1,X4=()=>!1,Z4=()=>!1,Q4=()=>null,eU=class{},tU=class{},rU=class{}});var wx=S(J=>{"use strict";Object.defineProperty(J,"__esModule",{value:!0});J.parseApkNameFromFlavor=J.checkJDKMajorVersion=J.resolvePlatform=J.checkPlatformVersions=J.getAddedPlatforms=J.getPlatformTargetName=J.promptForPlatformTarget=J.promptForPlatform=J.isValidEnterprisePlatform=J.getKnownEnterprisePlatforms=J.isValidCommunityPlatform=J.getKnownCommunityPlatforms=J.isValidPlatform=J.getKnownPlatforms=J.selectPlatforms=J.getProjectPlatformDirectory=J.getCLIVersion=J.getCoreVersion=J.getCapacitorPackageVersion=J.requireCapacitorPackage=J.getCapacitorPackage=J.runTask=J.runPlatformHook=J.runHooks=J.wait=J.checkAppName=J.checkAppId=J.checkAppDir=J.checkAppConfig=J.checkCapacitorPlatform=J.checkPackage=J.checkWebDir=J.check=void 0;var _s=(he(),oe(pe)),cx=Tm(),In=Ni(),Fo=require("path"),ke=_s.__importDefault(ji()),Gi=gl(),fx=vs(),nU=nx(),lx=uu(),Es=wl(),oU=vl();async function iU(t){let r=(await Promise.all(t.map(n=>n()))).filter(n=>n!=null);if(r.length>0)throw r.join(`
73
- `)}J.check=iU;async function aU(t){var e;return!((e=t.app.extConfig.server)===null||e===void 0)&&e.url?null:["",".","..","../","./"].includes(t.app.webDir)?`"${t.app.webDir}" is not a valid value for webDir`:await(0,In.pathExists)(t.app.webDirAbs)?await(0,In.pathExists)((0,Fo.join)(t.app.webDirAbs,"index.html"))?null:`The web assets directory (${ke.default.strong((0,cx.prettyPath)(t.app.webDirAbs))}) must contain an ${ke.default.strong("index.html")} file.
74
- It will be the entry point for the web portion of the Capacitor app.`:`Could not find the web assets directory: ${ke.default.strong((0,cx.prettyPath)(t.app.webDirAbs))}.
75
- Please create it and make sure it has an ${ke.default.strong("index.html")} file. You can change the path of this directory in ${ke.default.strong(t.app.extConfigName)} (${ke.default.input("webDir")} option). You may need to compile the web assets for your app (typically ${ke.default.input("npm run build")}). More info: ${ke.default.strong("https://capacitorjs.com/docs/basics/workflow#sync-your-project")}`}J.checkWebDir=aU;async function sU(){return await(0,In.pathExists)("package.json")||await(0,In.pathExists)("project.json")?null:`The Capacitor CLI needs to run at the root of an npm package or in a valid NX monorepo.
64
+ ${qS(r)}`)}Ge.wordWrap=Pj;function $j(t){t=HS(t);let e=process.cwd(),r=an.dirname(t),n=Sj.homedir(),o=Math.abs(r.split(an.sep).length-e.split(an.sep).length);if(e===r)return"."+an.sep+an.basename(t);if(r.startsWith(e))return"."+an.sep+t.substring(e.length+1);if(o<=2){let i=an.relative(e,t);return i||"."}else{if(t===n)return"~";if(t.indexOf(n)===0)return"~"+an.sep+t.substring(n.length+1)}return t}Ge.prettyPath=$j;function HS(t){return an.resolve(Oj(t))}Ge.expandPath=HS;function VS(t,e=1,r=" "){e<2&&(e=2);let n=Math.max(...t.map(a=>hl(a))),o=n>e?n+1:e,i=r.repeat(o);return t.map(a=>MS(i,0,o-hl(a)))}Ge.generateFillSpaceStringList=VS;function Tj(t,{hsep:e="-",vsep:r="|",headers:n}){let o=!!n;if(!t[0])return"";let i=n?n.length:t[0].length,a=n?n.map(l=>[l]):t[0].map(()=>[]);for(let l of t){let d=0,p=l.map(h=>{let m=h.split(`
65
+ `);return d=Math.max(d,m.length),m});for(let h in l)a[h]&&a[h].push(...p[h],...Array(d-p[h].length).fill(""))}let s=a.map((l,d)=>{if(d<i-1){let p=VS(l);return l.map((h,m)=>`${h}${p[m]}${r===""?"":`${r} `}`)}else return l}),u=0,c=s.reduce((l,d)=>l.map((p,h)=>{let m=l[h]+d[h];return u=Math.max(u,hl(m)),m}));return o&&e!==""&&c.splice(1,0,e.repeat(u)),c.join(`
66
+ `)}Ge.columnar=Tj});var KS=S(lr=>{"use strict";Object.defineProperty(lr,"__esModule",{value:!0});lr.TERMINAL_INFO=lr.CI_ENVIRONMENT_VARIABLES_DETECTED=lr.CI_ENVIRONMENT_VARIABLES=void 0;var Ij=(he(),oe(pe)),Rj=lm(),Bj=Ij.__importStar(require("os")),Lj=(0,Rj.debug)("ionic:utils-terminal:info");lr.CI_ENVIRONMENT_VARIABLES=["CI","BUILD_ID","BUILD_NUMBER","BITBUCKET_COMMIT","CODEBUILD_BUILD_ARN","GITHUB_ACTIONS"];lr.CI_ENVIRONMENT_VARIABLES_DETECTED=lr.CI_ENVIRONMENT_VARIABLES.filter(t=>!!process.env[t]);function Nj(){let{shell:t}=Bj.userInfo();return t||(process.env.SHELL?process.env.SHELL:process.platform==="darwin"?"/bin/bash":process.platform==="win32"?process.env.COMSPEC?process.env.COMSPEC:"cmd.exe":"/bin/sh")}lr.CI_ENVIRONMENT_VARIABLES_DETECTED.length>0&&Lj(`Environment variables for CI detected: ${lr.CI_ENVIRONMENT_VARIABLES_DETECTED.join(", ")}`);lr.TERMINAL_INFO=Object.freeze({ci:lr.CI_ENVIRONMENT_VARIABLES_DETECTED.length>0,shell:Nj(),tty:!!(process.stdin.isTTY&&process.stdout.isTTY&&process.stderr.isTTY),windows:process.platform==="win32"||!!(process.env.OSTYPE&&/^(msys|cygwin)$/.test(process.env.OSTYPE)||process.env.MSYSTEM&&/^MINGW(32|64)$/.test(process.env.MSYSTEM))})});var Im=S(Hi=>{"use strict";Object.defineProperty(Hi,"__esModule",{value:!0});var ml=(he(),oe(pe));ml.__exportStar(Em(),Hi);ml.__exportStar(rS(),Hi);ml.__exportStar(zS(),Hi);ml.__exportStar(KS(),Hi)});var Dl=S(Lr=>{"use strict";Object.defineProperty(Lr,"__esModule",{value:!0});Lr.isFatal=Lr.fatal=Lr.FatalException=Lr.BaseException=void 0;var gl=class extends Error{constructor(e,r){super(e),this.message=e,this.code=r}};Lr.BaseException=gl;var ws=class extends gl{constructor(e,r=1){super(e,"FATAL"),this.message=e,this.exitCode=r}};Lr.FatalException=ws;function jj(t){throw new ws(t)}Lr.fatal=jj;function Uj(t){return t&&t instanceof ws}Lr.isFatal=Uj});var Lm={};Gr(Lm,{LOGGER_LEVELS:()=>Wj,Logger:()=>Bm,NO_COLORS:()=>GS,StreamOutputStrategy:()=>yl,TTYOutputStrategy:()=>Rm,TTY_WIDTH:()=>Mj,createDefaultLogger:()=>Gj,indent:()=>qj,sliceAnsi:()=>Hj,stringWidth:()=>Vj,stripAnsi:()=>zj,wordWrap:()=>Kj});var Mj,qj,Hj,Vj,zj,Kj,Gj,GS,yl,Rm,Bm,Wj,Nm=rt(()=>{Mj=80,qj=t=>t,Hj=t=>t,Vj=t=>t.length,zj=t=>t,Kj=t=>t,Gj=()=>({info:console.log,warn:console.warn,error:console.error,debug:console.debug}),GS={},yl=class{constructor(){this.colors=GS,this.stream=process.stdout}},Rm=class extends yl{constructor(e){super(),this.options=e}},Bm=class{constructor(){}info(){}warn(){}error(){}debug(){}},Wj={DEBUG:"DEBUG",INFO:"INFO",WARN:"WARN",ERROR:"ERROR"}});var YS=S(_o=>{"use strict";Object.defineProperty(_o,"__esModule",{value:!0});_o.isInteractive=_o.checkInteractive=void 0;var Yj=(he(),oe(pe)),WS=Im(),Jj=Yj.__importDefault(Ni()),Xj=vs(),Zj=(...t)=>(0,_o.isInteractive)()?!0:t.length?t.filter(e=>!e).length?(Xj.logger.error(`Non-interactive shell detected.
67
+ Run the command with ${Jj.default.input("--help")} to see a list of arguments that must be provided.`),!1):!0:!1;_o.checkInteractive=Zj;var Qj=()=>WS.TERMINAL_INFO.tty&&!WS.TERMINAL_INFO.ci;_o.isInteractive=Qj});var bl={};Gr(bl,{default:()=>JS});function JS(){throw new Error("Prompts are not supported in this CLI build")}var wl=rt(()=>{});var vs=S(Mt=>{"use strict";Object.defineProperty(Mt,"__esModule",{value:!0});Mt.logSuccess=Mt.logPrompt=Mt.logger=Mt.output=void 0;var jm=(he(),oe(pe)),So=(Nm(),oe(Lm)),xo=jm.__importDefault(Ni()),e4=YS(),XS={colors:xo.default,stream:process.argv.includes("--json")?process.stderr:process.stdout};Mt.output=(0,e4.isInteractive)()?new So.TTYOutputStrategy(XS):new So.StreamOutputStrategy(XS);Mt.logger=(0,So.createDefaultLogger)({output:Mt.output,formatterOptions:{titleize:!1,tags:new Map([[So.LOGGER_LEVELS.DEBUG,xo.default.log.DEBUG("[debug]")],[So.LOGGER_LEVELS.INFO,xo.default.log.INFO("[info]")],[So.LOGGER_LEVELS.WARN,xo.default.log.WARN("[warn]")],[So.LOGGER_LEVELS.ERROR,xo.default.log.ERROR("[error]")]])}});async function t4(t,e){let{wordWrap:r}=await Promise.resolve().then(()=>jm.__importStar((Nm(),oe(Lm)))),{prompt:n}=await Promise.resolve().then(()=>jm.__importStar((wl(),oe(bl))));return Mt.logger.log({msg:`${xo.default.input("[?]")} ${r(t,{indentation:4})}`,logger:Mt.logger,format:!1}),n(e,{onCancel:()=>process.exit(1)})}Mt.logPrompt=t4;function r4(t){Mt.logger.msg(`${xo.default.success("[success]")} ${t}`)}Mt.logSuccess=r4});var vl=S(Vi=>{"use strict";Object.defineProperty(Vi,"__esModule",{value:!0});Vi.resolveNode=Vi.requireTS=void 0;var n4=require("fs"),o4=Li(),i4=require("path"),a4=(t,e)=>{let r=(0,i4.resolve)(e);delete require.cache[r],require.extensions[".ts"]=(o,i)=>{var a;let s=(0,o4.readFileSync)(i,"utf8");i.endsWith(".ts")?s=t.transpileModule(s,{fileName:i,compilerOptions:{module:t.ModuleKind.CommonJS,moduleResolution:t.ModuleResolutionKind.NodeJs,esModuleInterop:!0,strict:!0,target:t.ScriptTarget.ES2017},reportDiagnostics:!0}).outputText:s=s.replace(/export\s+\w+\s+(\w+)/gm,"exports.$1"),(a=o._compile)===null||a===void 0||a.call(o,s,i)};let n=require(r);return delete require.extensions[".ts"],n};Vi.requireTS=a4;function s4(t,...e){try{return require.resolve(e.join("/"),{paths:[t]})}catch{let n=[t,"node_modules",...e].join("/");return(0,n4.existsSync)(n)?n:null}}Vi.resolveNode=s4});var ZS={};Gr(ZS,{default:()=>u4});var u4,QS=rt(()=>{u4={}});var ex=S(Nr=>{"use strict";Object.defineProperty(Nr,"__esModule",{value:!0});Nr.buildXmlElement=Nr.writeXML=Nr.parseXML=Nr.readXML=void 0;var c4=(he(),oe(pe)),l4=Li(),Es=c4.__importDefault((QS(),oe(ZS)));async function f4(t){var e;try{let r=await(0,l4.readFile)(t,{encoding:"utf-8"});try{return await Es.default.parseStringPromise(r)}catch(n){throw`Error parsing: ${t}, ${(e=n.stack)!==null&&e!==void 0?e:n}`}}catch{throw`Unable to read: ${t}`}}Nr.readXML=f4;function d4(t,e){let r=e!==void 0?new Es.default.Parser({...e}):new Es.default.Parser,n;return r.parseString(t,(o,i)=>{o||(n=i)}),n}Nr.parseXML=d4;async function p4(t){return new Promise(e=>{let n=new Es.default.Builder({headless:!0,explicitRoot:!1,rootName:"deleteme"}).buildObject(t);n=n.replace("<deleteme>","").replace("</deleteme>",""),e(n)})}Nr.writeXML=p4;function h4(t,e){return new Es.default.Builder({headless:!0,explicitRoot:!1,rootName:e}).buildObject(t)}Nr.buildXmlElement=h4});var ix=S(Fe=>{"use strict";Object.defineProperty(Fe,"__esModule",{value:!0});Fe.getAllElements=Fe.getFilePath=Fe.getAssets=Fe.getJSModules=Fe.getPluginType=Fe.getPlatformElement=Fe.getPluginPlatform=Fe.printPlugins=Fe.fixName=Fe.getDependencies=Fe.resolvePlugin=Fe.getPlugins=Fe.getIncludedPluginPackages=void 0;var m4=(he(),oe(pe)),g4=Li(),Um=require("path"),zi=m4.__importDefault(Ni()),D4=Dl(),y4=vs(),tx=vl(),b4=ex();function rx(t,e){var r,n,o,i;let{extConfig:a}=t.app;switch(e){case"android":return(n=(r=a.android)===null||r===void 0?void 0:r.includePlugins)!==null&&n!==void 0?n:a.includePlugins;case"ios":return(i=(o=a.ios)===null||o===void 0?void 0:o.includePlugins)!==null&&i!==void 0?i:a.includePlugins}}Fe.getIncludedPluginPackages=rx;async function w4(t,e){var r;let n=(r=rx(t,e))!==null&&r!==void 0?r:ox(t);return(await Promise.all(n.map(async i=>nx(t,i)))).filter(i=>!!i)}Fe.getPlugins=w4;async function nx(t,e){try{let r=(0,tx.resolveNode)(t.app.rootDir,e,"package.json");r||(0,D4.fatal)(`Unable to find ${zi.default.strong(`node_modules/${e}`)}.
68
+ Are you sure ${zi.default.strong(e)} is installed?`);let n=(0,Um.dirname)(r),o=await(0,g4.readJSON)(r);if(!o)return null;if(o.capacitor)return{id:e,name:Mm(e),version:o.version,rootPath:n,repository:o.repository,manifest:o.capacitor};let i=(0,Um.join)(n,"plugin.xml"),a=await(0,b4.readXML)(i);return{id:e,name:Mm(e),version:o.version,rootPath:n,repository:o.repository,xml:a.plugin}}catch{}return null}Fe.resolvePlugin=nx;function ox(t){var e,r;return[...Object.keys((e=t.app.package.dependencies)!==null&&e!==void 0?e:{}),...Object.keys((r=t.app.package.devDependencies)!==null&&r!==void 0?r:{})]}Fe.getDependencies=ox;function Mm(t){return t=t.replace(/\//g,"_").replace(/-/g,"_").replace(/@/g,"").replace(/_\w/g,e=>e[1].toUpperCase()),t.charAt(0).toUpperCase()+t.slice(1)}Fe.fixName=Mm;function v4(t,e,r="capacitor"){if(t.length===0)return;let n,o=t.length===1?"":"s";switch(r){case"cordova":n=`Found ${t.length} Cordova plugin${o} for ${zi.default.strong(e)}:
69
+ `;break;case"incompatible":n=`Found ${t.length} incompatible Cordova plugin${o} for ${zi.default.strong(e)}, skipped install:
70
+ `;break;case"capacitor":n=`Found ${t.length} Capacitor plugin${o} for ${zi.default.strong(e)}:
71
+ `;break}n+=t.map(i=>`${i.id}${zi.default.weak(`@${i.version}`)}`).join(`
72
+ `),y4.logger.info(n)}Fe.printPlugins=v4;function qm(t,e){return t.xml.platform?t.xml.platform.filter(function(o){return o.$.name===e})[0]:[]}Fe.getPluginPlatform=qm;function E4(t,e,r){let n=qm(t,e);if(n){let o=n[r];if(o)return o}return[]}Fe.getPlatformElement=E4;function C4(t,e){var r,n,o,i;switch(e){case"ios":return(n=(r=t.ios)===null||r===void 0?void 0:r.type)!==null&&n!==void 0?n:0;case"android":return(i=(o=t.android)===null||o===void 0?void 0:o.type)!==null&&i!==void 0?i:0}return 0}Fe.getPluginType=C4;function _4(t,e){return Hm(t,e,"js-module")}Fe.getJSModules=_4;function S4(t,e){return Hm(t,e,"asset")}Fe.getAssets=S4;function x4(t,e,r){if(r.startsWith("node_modules")){let n=r.split("/").slice(1);n[0].startsWith("@")&&(n=[n[0]+"/"+n[1],...n.slice(2)]);let o=(0,tx.resolveNode)(t.app.rootDir,...n);if(!o)throw new Error(`Can't resolve module ${n[0]}`);return o}return(0,Um.join)(e.rootPath,r)}Fe.getFilePath=x4;function Hm(t,e,r){let n=[];t.xml[r]&&(n=n.concat(t.xml[r]));let o=qm(t,e);return o?.[r]&&(n=n.concat(o[r])),n}Fe.getAllElements=Hm});var ax={};Gr(ax,{default:()=>A4});var A4,sx=rt(()=>{A4={}});var El=S(Tn=>{"use strict";Object.defineProperty(Tn,"__esModule",{value:!0});Tn.isInstalled=Tn.getCommandOutput=Tn.runCommand=void 0;var Vm=(sx(),oe(ax));async function ux(t,e,r={}){let n=new Vm.Subprocess(t,e,r);try{return await n.output()}catch(o){throw o instanceof Vm.SubprocessError?o.output?o.output:o.cause?`${o.message} ${o.cause.toString()}`:o.code?o.code:"Unknown error":o}}Tn.runCommand=ux;async function O4(t,e,r={}){try{return(await ux(t,e,r)).trim()}catch{return null}}Tn.getCommandOutput=O4;async function F4(t){try{await(0,Vm.which)(t)}catch{return!1}return!0}Tn.isInstalled=F4});var cx={};Gr(cx,{Comparator:()=>nU,Range:()=>tU,SemVer:()=>rU,clean:()=>T4,coerce:()=>eU,compare:()=>N4,diff:()=>k4,eq:()=>q4,gt:()=>U4,gte:()=>V4,gtr:()=>X4,inc:()=>I4,intersects:()=>Q4,lt:()=>M4,lte:()=>z4,ltr:()=>Z4,major:()=>R4,maxSatisfying:()=>G4,minSatisfying:()=>W4,minor:()=>B4,neq:()=>H4,outside:()=>J4,parse:()=>P4,patch:()=>L4,rcompare:()=>j4,satisfies:()=>K4,valid:()=>$4,validRange:()=>Y4});var k4,P4,$4,T4,I4,R4,B4,L4,N4,j4,U4,M4,q4,H4,V4,z4,K4,G4,W4,Y4,J4,X4,Z4,Q4,eU,tU,rU,nU,lx=rt(()=>{k4=()=>null,P4=()=>null,$4=()=>null,T4=()=>null,I4=()=>null,R4=()=>null,B4=()=>null,L4=()=>null,N4=()=>0,j4=()=>0,U4=()=>!1,M4=()=>!1,q4=()=>!1,H4=()=>!0,V4=()=>!1,z4=()=>!1,K4=()=>!1,G4=()=>null,W4=()=>null,Y4=()=>null,J4=()=>!1,X4=()=>!1,Z4=()=>!1,Q4=()=>!1,eU=()=>null,tU=class{},rU=class{},nU=class{}});var Ex=S(J=>{"use strict";Object.defineProperty(J,"__esModule",{value:!0});J.parseApkNameFromFlavor=J.checkJDKMajorVersion=J.resolvePlatform=J.checkPlatformVersions=J.getAddedPlatforms=J.getPlatformTargetName=J.promptForPlatformTarget=J.promptForPlatform=J.isValidEnterprisePlatform=J.getKnownEnterprisePlatforms=J.isValidCommunityPlatform=J.getKnownCommunityPlatforms=J.isValidPlatform=J.getKnownPlatforms=J.selectPlatforms=J.getProjectPlatformDirectory=J.getCLIVersion=J.getCoreVersion=J.getCapacitorPackageVersion=J.requireCapacitorPackage=J.getCapacitorPackage=J.runTask=J.runPlatformHook=J.runHooks=J.wait=J.checkAppName=J.checkAppId=J.checkAppDir=J.checkAppConfig=J.checkCapacitorPlatform=J.checkPackage=J.checkWebDir=J.check=void 0;var _s=(he(),oe(pe)),fx=Im(),In=Li(),Ao=require("path"),ke=_s.__importDefault(Ni()),Ki=Dl(),px=vs(),oU=ix(),dx=cu(),Cs=vl(),iU=El();async function aU(t){let r=(await Promise.all(t.map(n=>n()))).filter(n=>n!=null);if(r.length>0)throw r.join(`
73
+ `)}J.check=aU;async function sU(t){var e;return!((e=t.app.extConfig.server)===null||e===void 0)&&e.url?null:["",".","..","../","./"].includes(t.app.webDir)?`"${t.app.webDir}" is not a valid value for webDir`:await(0,In.pathExists)(t.app.webDirAbs)?await(0,In.pathExists)((0,Ao.join)(t.app.webDirAbs,"index.html"))?null:`The web assets directory (${ke.default.strong((0,fx.prettyPath)(t.app.webDirAbs))}) must contain an ${ke.default.strong("index.html")} file.
74
+ It will be the entry point for the web portion of the Capacitor app.`:`Could not find the web assets directory: ${ke.default.strong((0,fx.prettyPath)(t.app.webDirAbs))}.
75
+ Please create it and make sure it has an ${ke.default.strong("index.html")} file. You can change the path of this directory in ${ke.default.strong(t.app.extConfigName)} (${ke.default.input("webDir")} option). You may need to compile the web assets for your app (typically ${ke.default.input("npm run build")}). More info: ${ke.default.strong("https://capacitorjs.com/docs/basics/workflow#sync-your-project")}`}J.checkWebDir=sU;async function uU(){return await(0,In.pathExists)("package.json")||await(0,In.pathExists)("project.json")?null:`The Capacitor CLI needs to run at the root of an npm package or in a valid NX monorepo.
76
76
  Make sure you have a package.json or project.json file in the directory where you run the Capacitor CLI.
77
- More info: ${ke.default.strong("https://docs.npmjs.com/cli/init")}`}J.checkPackage=sU;async function uU(t,e){return await zm(t,e)?null:`Could not find the ${ke.default.input(e)} platform.
78
- You must install it in your project first, e.g. w/ ${ke.default.input(`npm install @capacitor/${e}`)}`}J.checkCapacitorPlatform=uU;async function cU(t){if(!t.app.appId)return`Missing ${ke.default.input("appId")} for new platform.
77
+ More info: ${ke.default.strong("https://docs.npmjs.com/cli/init")}`}J.checkPackage=uU;async function cU(t,e){return await Km(t,e)?null:`Could not find the ${ke.default.input(e)} platform.
78
+ You must install it in your project first, e.g. w/ ${ke.default.input(`npm install @capacitor/${e}`)}`}J.checkCapacitorPlatform=cU;async function lU(t){if(!t.app.appId)return`Missing ${ke.default.input("appId")} for new platform.
79
79
  Please add it in ${t.app.extConfigName} or run ${ke.default.input("npx cap init")}.`;if(!t.app.appName)return`Missing ${ke.default.input("appName")} for new platform.
80
- Please add it in ${t.app.extConfigName} or run ${ke.default.input("npx cap init")}.`;let e=await dx(t,t.app.appId);if(e)return e;let r=await px(t,t.app.appName);return r||null}J.checkAppConfig=cU;async function lU(t,e){return/^\S*$/.test(e)?null:"Your app directory should not contain spaces"}J.checkAppDir=lU;async function dx(t,e){return e?/^[a-zA-Z][\w]*(?:\.[a-zA-Z][\w]*)+$/.test(e.toLowerCase())?null:`
80
+ Please add it in ${t.app.extConfigName} or run ${ke.default.input("npx cap init")}.`;let e=await hx(t,t.app.appId);if(e)return e;let r=await mx(t,t.app.appName);return r||null}J.checkAppConfig=lU;async function fU(t,e){return/^\S*$/.test(e)?null:"Your app directory should not contain spaces"}J.checkAppDir=fU;async function hx(t,e){return e?/^[a-zA-Z][\w]*(?:\.[a-zA-Z][\w]*)+$/.test(e.toLowerCase())?null:`
81
81
  Invalid App ID "${e}". Your App ID must meet the following requirements to be valid on both iOS and Android:
82
82
  - Must be in Java package form with no dashes (ex: com.example.app)
83
83
  - It must have at least two segments (one or more dots).
@@ -85,109 +85,109 @@ Please add it in ${t.app.extConfigName} or run ${ke.default.input("npx cap init"
85
85
  - All characters must be alphanumeric or an underscore [a-zA-Z][a-zA-Z0-9]+.
86
86
 
87
87
  If you would like to skip validation, run "cap init" with the "--skip-appid-validation" flag.
88
- `:"Invalid App ID. App ID is required and cannot be blank."}J.checkAppId=dx;async function px(t,e){return e?.length?null:"Must provide an app name. For example: 'Spacebook'"}J.checkAppName=px;async function fU(t){return new Promise(e=>setTimeout(e,t))}J.wait=fU;async function dU(t,e,r,n){await Vm(t,e,r,n);let o=await(0,nU.getPlugins)(t,e);for(let i of o)await Vm(t,e,i.rootPath,n)}J.runHooks=dU;async function Vm(t,e,r,n){var o;let{spawn:i}=await Promise.resolve().then(()=>_s.__importStar(require("child_process"))),a;(0,lx.isNXMonorepo)(r)?a=await(0,In.readJSON)((0,Fo.join)((0,lx.findNXMonorepoRoot)(r),"package.json")):a=await(0,In.readJSON)((0,Fo.join)(r,"package.json"));let s=(o=a.scripts)===null||o===void 0?void 0:o[n];if(s)return new Promise((u,c)=>{let l=i(s,{stdio:"inherit",shell:!0,cwd:r,env:{INIT_CWD:r,CAPACITOR_ROOT_DIR:t.app.rootDir,CAPACITOR_WEB_DIR:t.app.webDirAbs,CAPACITOR_CONFIG:JSON.stringify(t.app.extConfig),CAPACITOR_PLATFORM_NAME:e,...process.env}});l.on("close",d=>{d===0?u():c(new Error(`${n} hook on ${e} failed with error code: ${d} while running command: ${s}`))}),l.on("error",d=>{c(d)})})}J.runPlatformHook=Vm;async function pU(t,e){let r=fx.output.createTaskChain();r.next(t);try{let n=await e();return r.end(),n}catch(n){throw r.fail(),n}}J.runTask=pU;async function zm(t,e){let r=(0,Es.resolveNode)(t.app.rootDir,`@capacitor/${e}`,"package.json");return r?(0,In.readJSON)(r):null}J.getCapacitorPackage=zm;async function hx(t,e){let r=await zm(t,e);return r||(0,Gi.fatal)(`Unable to find node_modules/@capacitor/${e}.
89
- Are you sure ${ke.default.strong(`@capacitor/${e}`)} is installed?`),r}J.requireCapacitorPackage=hx;async function El(t,e){return(await hx(t,e)).version}J.getCapacitorPackageVersion=El;async function mx(t){return El(t,"core")}J.getCoreVersion=mx;async function hU(t){return El(t,"cli")}J.getCLIVersion=hU;function mU(t,e){switch(e){case"android":return t.android.platformDirAbs;case"ios":return t.ios.platformDirAbs;case"web":return t.web.platformDirAbs}return null}async function Cl(t,e){let r=mU(t,e);return r&&await(0,In.pathExists)(r)?r:null}J.getProjectPlatformDirectory=Cl;async function gU(t,e){if(e){let r=e.toLowerCase().trim();return await Gm(r)?await Cl(t,r)||(r==="web"&&(0,Gi.fatal)(`Could not find the web platform directory.
90
- Make sure ${ke.default.strong(t.app.webDir)} exists.`),(0,Gi.fatal)(`${ke.default.strong(r)} platform has not been added yet.
91
- See the docs for adding the ${ke.default.strong(r)} platform: ${ke.default.strong(`https://capacitorjs.com/docs/${r}#adding-the-${r}-platform`)}`)):(0,Gi.fatal)(`Invalid platform: ${ke.default.input(r)}`),[r]}return bx(t)}J.selectPlatforms=gU;async function Km(){return["web","android","ios"]}J.getKnownPlatforms=Km;async function Gm(t){return(await Km()).includes(t)}J.isValidPlatform=Gm;async function gx(){return["electron"]}J.getKnownCommunityPlatforms=gx;async function DU(t){return(await gx()).includes(t)}J.isValidCommunityPlatform=DU;async function Dx(){return["windows"]}J.getKnownEnterprisePlatforms=Dx;async function yU(t){return(await Dx()).includes(t)}J.isValidEnterprisePlatform=yU;async function bU(t,e,r){let{prompt:n}=await Promise.resolve().then(()=>_s.__importStar((bl(),oe(yl))));if(!r)return(await n([{type:"select",name:"mode",message:e,choices:t.map(a=>({title:a,value:a}))}],{onCancel:()=>process.exit(1)})).mode.toLowerCase().trim();let o=r.toLowerCase().trim();if(!await Gm(o)){let i=await Km();(0,Gi.fatal)(`Invalid platform: ${ke.default.input(o)}.
92
- Valid platforms include: ${i.join(", ")}`)}return o}J.promptForPlatform=bU;async function wU(t,e){let{prompt:r}=await Promise.resolve().then(()=>_s.__importStar((bl(),oe(yl)))),n=t.filter(a=>a.id!==void 0);if(!e)return n.length===1?n[0]:(await r([{type:"select",name:"target",message:"Please choose a target device:",choices:n.map(s=>({title:`${yx(s)} (${s.id})`,value:s}))}],{onCancel:()=>process.exit(1)})).target;let o=e.trim(),i=t.find(a=>a.id===o);return i||(0,Gi.fatal)(`Invalid target ID: ${ke.default.input(o)}.
93
- Valid targets are: ${t.map(a=>a.id).join(", ")}`),i}J.promptForPlatformTarget=wU;function yx(t){var e,r,n;return`${(n=(r=(e=t.name)!==null&&e!==void 0?e:t.model)!==null&&r!==void 0?r:t.id)!==null&&n!==void 0?n:"?"}${t.virtual?` (${t.platform==="ios"?"simulator":"emulator"})`:""}`}J.getPlatformTargetName=yx;async function bx(t){let e=[];return await Cl(t,t.android.name)&&e.push(t.android.name),await Cl(t,t.ios.name)&&e.push(t.ios.name),e.push(t.web.name),e}J.getAddedPlatforms=bx;async function vU(t,e){let r=await Promise.resolve().then(()=>_s.__importStar((ux(),oe(sx)))),n=await mx(t),o=await El(t,e);(r.diff(n,o)==="minor"||r.diff(n,o)==="major")&&fx.logger.warn(`${ke.default.strong("@capacitor/core")}${ke.default.weak(`@${n}`)} version doesn't match ${ke.default.strong(`@capacitor/${e}`)}${ke.default.weak(`@${o}`)} version.
94
- Consider updating to a matching version, e.g. w/ ${ke.default.input(`npm install @capacitor/core@${o}`)}`)}J.checkPlatformVersions=vU;function CU(t,e){if(e[0]!=="@"){let n=(0,Es.resolveNode)(t.app.rootDir,`@capacitor/${e}`,"package.json");if(n)return(0,Fo.dirname)(n);let o=(0,Es.resolveNode)(t.app.rootDir,`@capacitor-community/${e}`,"package.json");if(o)return(0,Fo.dirname)(o);let i=(0,Es.resolveNode)(t.app.rootDir,`@ionic-enterprise/capacitor-${e}`,"package.json");if(i)return(0,Fo.dirname)(i)}let r=(0,Es.resolveNode)(t.app.rootDir,e,"package.json");return r?(0,Fo.dirname)(r):null}J.resolvePlatform=CU;async function EU(){try{let t=await(0,oU.runCommand)("java",["--version"]),r=RegExp(/([0-9]+)\.?([0-9]*)\.?([0-9]*)/).exec(t);if(r===null)return-1;let n=parseInt(r[1]),o=parseInt(r[2]);return typeof n=="number"&&n!=1?n:typeof o=="number"&&n==1&&o<9?o:-1}catch{return-1}}J.checkJDKMajorVersion=EU;function _U(t){let e=t.replace(/([A-Z])/g,"$1").toLowerCase();return`app-${e?`${e}-`:""}debug.apk`}J.parseApkNameFromFlavor=_U});var vx=S(_l=>{"use strict";Object.defineProperty(_l,"__esModule",{value:!0});_l.tryFn=void 0;var SU=async(t,...e)=>{try{return await t(...e)}catch{}return null};_l.tryFn=SU});var Cx=S(Sl=>{"use strict";Object.defineProperty(Sl,"__esModule",{value:!0});Sl.formatJSObject=void 0;var xU=(he(),oe(pe)),AU=xU.__importDefault(require("util"));function FU(t){try{t=JSON.parse(JSON.stringify(t))}catch(e){throw new Error(`Cannot parse object as JSON: ${e.stack?e.stack:e}`)}return AU.default.inspect(t,{compact:!1,breakLength:1/0,depth:1/0,maxArrayLength:1/0,maxStringLength:1/0})}Sl.formatJSObject=FU});var Ex=S(Rn=>{"use strict";Object.defineProperty(Rn,"__esModule",{value:!0});Rn.lazy=Rn.LazyPromise=Rn.allSerial=void 0;function OU(t){return t.reduce((e,r)=>e.then(n=>r().then(o=>n.concat(o))),Promise.resolve([]))}Rn.allSerial=OU;var xl=class extends Promise{constructor(e){super(()=>{}),this._executor=e}then(e,r){return this._promise=this._promise||new Promise(this._executor),this._promise.then(e,r)}catch(e){return this._promise=this._promise||new Promise(this._executor),this._promise.catch(e)}};Rn.LazyPromise=xl;function kU(t){return new xl(async(e,r)=>{try{e(await t())}catch(n){r(n)}})}Rn.lazy=kU});var Ax=S(dt=>{"use strict";Object.defineProperty(dt,"__esModule",{value:!0});dt.writeConfig=dt.loadConfig=dt.CONFIG_FILE_NAME_JSON=dt.CONFIG_FILE_NAME_JS=dt.CONFIG_FILE_NAME_TS=void 0;var Ym=(he(),oe(pe)),PU=Ym.__importDefault(cm()),qt=Ni(),ae=require("path"),Oo=Ym.__importDefault(ji()),$U=wx(),Al=gl(),TU=vs(),Wm=vx(),IU=Cx(),_x=uu(),Sx=wl(),Wi=Ex(),RU=vl(),xx=(0,PU.default)("capacitor:config");dt.CONFIG_FILE_NAME_TS="capacitor.config.ts";dt.CONFIG_FILE_NAME_JS="capacitor.config.js";dt.CONFIG_FILE_NAME_JSON="capacitor.config.json";async function BU(){var t,e,r,n;let o=process.cwd(),i=(0,ae.dirname)(__dirname),a=await UU(o),s=await(async()=>{var h,m;if((0,_x.isNXMonorepo)(o)){let b=(0,_x.findNXMonorepoRoot)(o),D=await(0,Wm.tryFn)(qt.readJSON,(0,ae.resolve)(b,"package.json")),C=(h=D?.devDependencies)!==null&&h!==void 0?h:{},E=(m=D?.dependencies)!==null&&m!==void 0?m:{};return{devDependencies:C,dependencies:E}}return{}})(),u=(t=a.extConfig.appId)!==null&&t!==void 0?t:"",c=(e=a.extConfig.appName)!==null&&e!==void 0?e:"",l=(r=a.extConfig.webDir)!==null&&r!==void 0?r:"www",d=await MU(i),p={android:await qU(o,a.extConfig,d),ios:await HU(o,a.extConfig),web:await VU(o,l),cli:d,app:{rootDir:o,appId:u,appName:c,webDir:l,webDirAbs:(0,ae.resolve)(o,l),package:(n=await(0,Wm.tryFn)(qt.readJSON,(0,ae.resolve)(o,"package.json")))!==null&&n!==void 0?n:{name:c,version:"1.0.0",...s},...a}};return xx("config: %O",p),p}dt.loadConfig=BU;async function LU(t,e){switch((0,ae.extname)(e)){case".json":{await(0,qt.writeJSON)(e,t,{spaces:2});break}case".ts":{await(0,qt.writeFile)(e,JU(t));break}}}dt.writeConfig=LU;async function NU(t,e,r){var n;try{let o=(0,Sx.resolveNode)(t,"typescript");o||(0,Al.fatal)(`Could not find installation of TypeScript.
95
- To use ${Oo.default.strong(e)} files, you must install TypeScript in your project, e.g. w/ ${Oo.default.input("npm install -D typescript")}`);let i=require(o),a=(0,Sx.requireTS)(i,r),s=a.default?await a.default:a;return{extConfigType:"ts",extConfigName:e,extConfigFilePath:r,extConfig:s}}catch(o){throw(0,Al.isFatal)(o)||(0,Al.fatal)(`Parsing ${Oo.default.strong(e)} failed.
88
+ `:"Invalid App ID. App ID is required and cannot be blank."}J.checkAppId=hx;async function mx(t,e){return e?.length?null:"Must provide an app name. For example: 'Spacebook'"}J.checkAppName=mx;async function dU(t){return new Promise(e=>setTimeout(e,t))}J.wait=dU;async function pU(t,e,r,n){await zm(t,e,r,n);let o=await(0,oU.getPlugins)(t,e);for(let i of o)await zm(t,e,i.rootPath,n)}J.runHooks=pU;async function zm(t,e,r,n){var o;let{spawn:i}=await Promise.resolve().then(()=>_s.__importStar(require("child_process"))),a;(0,dx.isNXMonorepo)(r)?a=await(0,In.readJSON)((0,Ao.join)((0,dx.findNXMonorepoRoot)(r),"package.json")):a=await(0,In.readJSON)((0,Ao.join)(r,"package.json"));let s=(o=a.scripts)===null||o===void 0?void 0:o[n];if(s)return new Promise((u,c)=>{let l=i(s,{stdio:"inherit",shell:!0,cwd:r,env:{INIT_CWD:r,CAPACITOR_ROOT_DIR:t.app.rootDir,CAPACITOR_WEB_DIR:t.app.webDirAbs,CAPACITOR_CONFIG:JSON.stringify(t.app.extConfig),CAPACITOR_PLATFORM_NAME:e,...process.env}});l.on("close",d=>{d===0?u():c(new Error(`${n} hook on ${e} failed with error code: ${d} while running command: ${s}`))}),l.on("error",d=>{c(d)})})}J.runPlatformHook=zm;async function hU(t,e){let r=px.output.createTaskChain();r.next(t);try{let n=await e();return r.end(),n}catch(n){throw r.fail(),n}}J.runTask=hU;async function Km(t,e){let r=(0,Cs.resolveNode)(t.app.rootDir,`@capacitor/${e}`,"package.json");return r?(0,In.readJSON)(r):null}J.getCapacitorPackage=Km;async function gx(t,e){let r=await Km(t,e);return r||(0,Ki.fatal)(`Unable to find node_modules/@capacitor/${e}.
89
+ Are you sure ${ke.default.strong(`@capacitor/${e}`)} is installed?`),r}J.requireCapacitorPackage=gx;async function _l(t,e){return(await gx(t,e)).version}J.getCapacitorPackageVersion=_l;async function Dx(t){return _l(t,"core")}J.getCoreVersion=Dx;async function mU(t){return _l(t,"cli")}J.getCLIVersion=mU;function gU(t,e){switch(e){case"android":return t.android.platformDirAbs;case"ios":return t.ios.platformDirAbs;case"web":return t.web.platformDirAbs}return null}async function Cl(t,e){let r=gU(t,e);return r&&await(0,In.pathExists)(r)?r:null}J.getProjectPlatformDirectory=Cl;async function DU(t,e){if(e){let r=e.toLowerCase().trim();return await Wm(r)?await Cl(t,r)||(r==="web"&&(0,Ki.fatal)(`Could not find the web platform directory.
90
+ Make sure ${ke.default.strong(t.app.webDir)} exists.`),(0,Ki.fatal)(`${ke.default.strong(r)} platform has not been added yet.
91
+ See the docs for adding the ${ke.default.strong(r)} platform: ${ke.default.strong(`https://capacitorjs.com/docs/${r}#adding-the-${r}-platform`)}`)):(0,Ki.fatal)(`Invalid platform: ${ke.default.input(r)}`),[r]}return vx(t)}J.selectPlatforms=DU;async function Gm(){return["web","android","ios"]}J.getKnownPlatforms=Gm;async function Wm(t){return(await Gm()).includes(t)}J.isValidPlatform=Wm;async function yx(){return["electron"]}J.getKnownCommunityPlatforms=yx;async function yU(t){return(await yx()).includes(t)}J.isValidCommunityPlatform=yU;async function bx(){return["windows"]}J.getKnownEnterprisePlatforms=bx;async function bU(t){return(await bx()).includes(t)}J.isValidEnterprisePlatform=bU;async function wU(t,e,r){let{prompt:n}=await Promise.resolve().then(()=>_s.__importStar((wl(),oe(bl))));if(!r)return(await n([{type:"select",name:"mode",message:e,choices:t.map(a=>({title:a,value:a}))}],{onCancel:()=>process.exit(1)})).mode.toLowerCase().trim();let o=r.toLowerCase().trim();if(!await Wm(o)){let i=await Gm();(0,Ki.fatal)(`Invalid platform: ${ke.default.input(o)}.
92
+ Valid platforms include: ${i.join(", ")}`)}return o}J.promptForPlatform=wU;async function vU(t,e){let{prompt:r}=await Promise.resolve().then(()=>_s.__importStar((wl(),oe(bl)))),n=t.filter(a=>a.id!==void 0);if(!e)return n.length===1?n[0]:(await r([{type:"select",name:"target",message:"Please choose a target device:",choices:n.map(s=>({title:`${wx(s)} (${s.id})`,value:s}))}],{onCancel:()=>process.exit(1)})).target;let o=e.trim(),i=t.find(a=>a.id===o);return i||(0,Ki.fatal)(`Invalid target ID: ${ke.default.input(o)}.
93
+ Valid targets are: ${t.map(a=>a.id).join(", ")}`),i}J.promptForPlatformTarget=vU;function wx(t){var e,r,n;return`${(n=(r=(e=t.name)!==null&&e!==void 0?e:t.model)!==null&&r!==void 0?r:t.id)!==null&&n!==void 0?n:"?"}${t.virtual?` (${t.platform==="ios"?"simulator":"emulator"})`:""}`}J.getPlatformTargetName=wx;async function vx(t){let e=[];return await Cl(t,t.android.name)&&e.push(t.android.name),await Cl(t,t.ios.name)&&e.push(t.ios.name),e.push(t.web.name),e}J.getAddedPlatforms=vx;async function EU(t,e){let r=await Promise.resolve().then(()=>_s.__importStar((lx(),oe(cx)))),n=await Dx(t),o=await _l(t,e);(r.diff(n,o)==="minor"||r.diff(n,o)==="major")&&px.logger.warn(`${ke.default.strong("@capacitor/core")}${ke.default.weak(`@${n}`)} version doesn't match ${ke.default.strong(`@capacitor/${e}`)}${ke.default.weak(`@${o}`)} version.
94
+ Consider updating to a matching version, e.g. w/ ${ke.default.input(`npm install @capacitor/core@${o}`)}`)}J.checkPlatformVersions=EU;function CU(t,e){if(e[0]!=="@"){let n=(0,Cs.resolveNode)(t.app.rootDir,`@capacitor/${e}`,"package.json");if(n)return(0,Ao.dirname)(n);let o=(0,Cs.resolveNode)(t.app.rootDir,`@capacitor-community/${e}`,"package.json");if(o)return(0,Ao.dirname)(o);let i=(0,Cs.resolveNode)(t.app.rootDir,`@ionic-enterprise/capacitor-${e}`,"package.json");if(i)return(0,Ao.dirname)(i)}let r=(0,Cs.resolveNode)(t.app.rootDir,e,"package.json");return r?(0,Ao.dirname)(r):null}J.resolvePlatform=CU;async function _U(){try{let t=await(0,iU.runCommand)("java",["--version"]),r=RegExp(/([0-9]+)\.?([0-9]*)\.?([0-9]*)/).exec(t);if(r===null)return-1;let n=parseInt(r[1]),o=parseInt(r[2]);return typeof n=="number"&&n!=1?n:typeof o=="number"&&n==1&&o<9?o:-1}catch{return-1}}J.checkJDKMajorVersion=_U;function SU(t){let e=t.replace(/([A-Z])/g,"$1").toLowerCase();return`app-${e?`${e}-`:""}debug.apk`}J.parseApkNameFromFlavor=SU});var Cx=S(Sl=>{"use strict";Object.defineProperty(Sl,"__esModule",{value:!0});Sl.tryFn=void 0;var xU=async(t,...e)=>{try{return await t(...e)}catch{}return null};Sl.tryFn=xU});var _x=S(xl=>{"use strict";Object.defineProperty(xl,"__esModule",{value:!0});xl.formatJSObject=void 0;var AU=(he(),oe(pe)),OU=AU.__importDefault(require("util"));function FU(t){try{t=JSON.parse(JSON.stringify(t))}catch(e){throw new Error(`Cannot parse object as JSON: ${e.stack?e.stack:e}`)}return OU.default.inspect(t,{compact:!1,breakLength:1/0,depth:1/0,maxArrayLength:1/0,maxStringLength:1/0})}xl.formatJSObject=FU});var Sx=S(Rn=>{"use strict";Object.defineProperty(Rn,"__esModule",{value:!0});Rn.lazy=Rn.LazyPromise=Rn.allSerial=void 0;function kU(t){return t.reduce((e,r)=>e.then(n=>r().then(o=>n.concat(o))),Promise.resolve([]))}Rn.allSerial=kU;var Al=class extends Promise{constructor(e){super(()=>{}),this._executor=e}then(e,r){return this._promise=this._promise||new Promise(this._executor),this._promise.then(e,r)}catch(e){return this._promise=this._promise||new Promise(this._executor),this._promise.catch(e)}};Rn.LazyPromise=Al;function PU(t){return new Al(async(e,r)=>{try{e(await t())}catch(n){r(n)}})}Rn.lazy=PU});var Fx=S(dt=>{"use strict";Object.defineProperty(dt,"__esModule",{value:!0});dt.writeConfig=dt.loadConfig=dt.CONFIG_FILE_NAME_JSON=dt.CONFIG_FILE_NAME_JS=dt.CONFIG_FILE_NAME_TS=void 0;var Jm=(he(),oe(pe)),$U=Jm.__importDefault(lm()),qt=Li(),ae=require("path"),Oo=Jm.__importDefault(Ni()),TU=Ex(),Ol=Dl(),IU=vs(),Ym=Cx(),RU=_x(),xx=cu(),Ax=vl(),Gi=Sx(),BU=El(),Ox=(0,$U.default)("capacitor:config");dt.CONFIG_FILE_NAME_TS="capacitor.config.ts";dt.CONFIG_FILE_NAME_JS="capacitor.config.js";dt.CONFIG_FILE_NAME_JSON="capacitor.config.json";async function LU(){var t,e,r,n;let o=process.cwd(),i=(0,ae.dirname)(__dirname),a=await MU(o),s=await(async()=>{var h,m;if((0,xx.isNXMonorepo)(o)){let b=(0,xx.findNXMonorepoRoot)(o),D=await(0,Ym.tryFn)(qt.readJSON,(0,ae.resolve)(b,"package.json")),E=(h=D?.devDependencies)!==null&&h!==void 0?h:{},C=(m=D?.dependencies)!==null&&m!==void 0?m:{};return{devDependencies:E,dependencies:C}}return{}})(),u=(t=a.extConfig.appId)!==null&&t!==void 0?t:"",c=(e=a.extConfig.appName)!==null&&e!==void 0?e:"",l=(r=a.extConfig.webDir)!==null&&r!==void 0?r:"www",d=await qU(i),p={android:await HU(o,a.extConfig,d),ios:await VU(o,a.extConfig),web:await zU(o,l),cli:d,app:{rootDir:o,appId:u,appName:c,webDir:l,webDirAbs:(0,ae.resolve)(o,l),package:(n=await(0,Ym.tryFn)(qt.readJSON,(0,ae.resolve)(o,"package.json")))!==null&&n!==void 0?n:{name:c,version:"1.0.0",...s},...a}};return Ox("config: %O",p),p}dt.loadConfig=LU;async function NU(t,e){switch((0,ae.extname)(e)){case".json":{await(0,qt.writeJSON)(e,t,{spaces:2});break}case".ts":{await(0,qt.writeFile)(e,XU(t));break}}}dt.writeConfig=NU;async function jU(t,e,r){var n;try{let o=(0,Ax.resolveNode)(t,"typescript");o||(0,Ol.fatal)(`Could not find installation of TypeScript.
95
+ To use ${Oo.default.strong(e)} files, you must install TypeScript in your project, e.g. w/ ${Oo.default.input("npm install -D typescript")}`);let i=require(o),a=(0,Ax.requireTS)(i,r),s=a.default?await a.default:a;return{extConfigType:"ts",extConfigName:e,extConfigFilePath:r,extConfig:s}}catch(o){throw(0,Ol.isFatal)(o)||(0,Ol.fatal)(`Parsing ${Oo.default.strong(e)} failed.
96
96
 
97
- ${(n=o.stack)!==null&&n!==void 0?n:o}`),o}}async function jU(t,e,r){var n;try{return{extConfigType:"js",extConfigName:e,extConfigFilePath:r,extConfig:await require(r)}}catch(o){(0,Al.fatal)(`Parsing ${Oo.default.strong(e)} failed.
97
+ ${(n=o.stack)!==null&&n!==void 0?n:o}`),o}}async function UU(t,e,r){var n;try{return{extConfigType:"js",extConfigName:e,extConfigFilePath:r,extConfig:await require(r)}}catch(o){(0,Ol.fatal)(`Parsing ${Oo.default.strong(e)} failed.
98
98
 
99
- ${(n=o.stack)!==null&&n!==void 0?n:o}`)}}async function UU(t){var e;let r=(0,ae.resolve)(t,dt.CONFIG_FILE_NAME_TS);if(await(0,qt.pathExists)(r))return NU(t,dt.CONFIG_FILE_NAME_TS,r);let n=(0,ae.resolve)(t,dt.CONFIG_FILE_NAME_JS);if(await(0,qt.pathExists)(n))return jU(t,dt.CONFIG_FILE_NAME_JS,n);let o=(0,ae.resolve)(t,dt.CONFIG_FILE_NAME_JSON);return{extConfigType:"json",extConfigName:dt.CONFIG_FILE_NAME_JSON,extConfigFilePath:o,extConfig:(e=await(0,Wm.tryFn)(qt.readJSON,o))!==null&&e!==void 0?e:{}}}async function MU(t){let e="assets",r=(0,ae.join)(t,e),n="ios-pods-template.tar.gz",o="capacitor-cordova-ios-plugins.tar.gz",i="android-template.tar.gz",a="capacitor-cordova-android-plugins.tar.gz";return{rootDir:t,assetsDir:e,assetsDirAbs:r,assets:{ios:{platformTemplateArchive:n,platformTemplateArchiveAbs:(0,ae.resolve)(r,n),cordovaPluginsTemplateArchive:o,cordovaPluginsTemplateArchiveAbs:(0,ae.resolve)(r,o)},android:{platformTemplateArchive:i,platformTemplateArchiveAbs:(0,ae.resolve)(r,i),cordovaPluginsTemplateArchive:a,cordovaPluginsTemplateArchiveAbs:(0,ae.resolve)(r,a)}},package:await(0,qt.readJSON)((0,ae.resolve)(t,"package.json")),os:zU(process.platform)}}async function qU(t,e,r){var n,o,i,a,s,u,c,l,d,p,h,m,b,D,C,E,g;let _="android",x=(o=(n=e.android)===null||n===void 0?void 0:n.path)!==null&&o!==void 0?o:"android",$=(0,ae.resolve)(t,x),O="app",B=`${O}/src`,T=`${B}/main`,N=`${T}/assets`,F=`${N}/public`,j=`${T}/res`,M=`${O}/build/outputs/apk/`,z=((i=e.android)===null||i===void 0?void 0:i.flavor)||"";!((a=e.android)===null||a===void 0)&&a.flavor&&(M=`${M}/${(s=e.android)===null||s===void 0?void 0:s.flavor}`);let k=(0,$U.parseApkNameFromFlavor)(z),y=`${M}/debug`,w="capacitor-cordova-android-plugins",v=(0,Wi.lazy)(()=>WU(r.os)),A={keystorePath:(c=(u=e.android)===null||u===void 0?void 0:u.buildOptions)===null||c===void 0?void 0:c.keystorePath,keystorePassword:(d=(l=e.android)===null||l===void 0?void 0:l.buildOptions)===null||d===void 0?void 0:d.keystorePassword,keystoreAlias:(h=(p=e.android)===null||p===void 0?void 0:p.buildOptions)===null||h===void 0?void 0:h.keystoreAlias,keystoreAliasPassword:(b=(m=e.android)===null||m===void 0?void 0:m.buildOptions)===null||b===void 0?void 0:b.keystoreAliasPassword,signingType:(C=(D=e.android)===null||D===void 0?void 0:D.buildOptions)===null||C===void 0?void 0:C.signingType,releaseType:(g=(E=e.android)===null||E===void 0?void 0:E.buildOptions)===null||g===void 0?void 0:g.releaseType};return{name:_,minVersion:"23",studioPath:v,platformDir:x,platformDirAbs:$,cordovaPluginsDir:w,cordovaPluginsDirAbs:(0,ae.resolve)($,w),appDir:O,appDirAbs:(0,ae.resolve)($,O),srcDir:B,srcDirAbs:(0,ae.resolve)($,B),srcMainDir:T,srcMainDirAbs:(0,ae.resolve)($,T),assetsDir:N,assetsDirAbs:(0,ae.resolve)($,N),webDir:F,webDirAbs:(0,ae.resolve)($,F),resDir:j,resDirAbs:(0,ae.resolve)($,j),apkName:k,buildOutputDir:y,buildOutputDirAbs:(0,ae.resolve)($,y),flavor:z,buildOptions:A}}async function HU(t,e){var r,n,o,i,a,s,u,c,l,d,p,h;let b=(n=(r=e.ios)===null||r===void 0?void 0:r.path)!==null&&n!==void 0?n:"ios",D=(0,ae.resolve)(t,b),C=(i=(o=e.ios)===null||o===void 0?void 0:o.scheme)!==null&&i!==void 0?i:"App",E="App",g=(0,ae.resolve)(D,E),_=`${E}/App`,x=(0,ae.resolve)(D,_),$=`${E}/App.xcodeproj`,O=(0,ae.resolve)(D,$),B=(0,Wi.lazy)(()=>KU(g)),T=(0,Wi.lazy)(()=>YU(t,D,g)),N=(0,Wi.lazy)(()=>GU(g,x,O)),F="capacitor-cordova-ios-plugins",j={exportMethod:(s=(a=e.ios)===null||a===void 0?void 0:a.buildOptions)===null||s===void 0?void 0:s.exportMethod,xcodeSigningStyle:(c=(u=e.ios)===null||u===void 0?void 0:u.buildOptions)===null||c===void 0?void 0:c.signingStyle,signingCertificate:(d=(l=e.ios)===null||l===void 0?void 0:l.buildOptions)===null||d===void 0?void 0:d.signingCertificate,provisioningProfile:(h=(p=e.ios)===null||p===void 0?void 0:p.buildOptions)===null||h===void 0?void 0:h.provisioningProfile};return{name:"ios",minVersion:"14.0",platformDir:b,platformDirAbs:D,scheme:C,cordovaPluginsDir:F,cordovaPluginsDirAbs:(0,ae.resolve)(D,F),nativeProjectDir:E,nativeProjectDirAbs:g,nativeTargetDir:_,nativeTargetDirAbs:x,nativeXcodeProjDir:$,nativeXcodeProjDirAbs:O,nativeXcodeWorkspaceDir:(0,Wi.lazy)(async()=>(0,ae.relative)(D,await B)),nativeXcodeWorkspaceDirAbs:B,webDir:(0,Wi.lazy)(async()=>(0,ae.relative)(D,await N)),webDirAbs:N,podPath:T,buildOptions:j}}async function VU(t,e){let r=e,n=(0,ae.resolve)(t,r);return{name:"web",platformDir:r,platformDirAbs:n}}function zU(t){switch(t){case"darwin":return"mac";case"win32":return"windows";case"linux":return"linux"}return"unknown"}async function KU(t){return(0,ae.resolve)(t,"App.xcworkspace")}async function GU(t,e,r){let n=/path\s=\spublic[\s\S]+?sourceTree\s=\s([^;]+)/,o=(0,ae.resolve)(r,"project.pbxproj");try{let a=(await(0,qt.readFile)(o,{encoding:"utf8"})).match(n);if(a&&a[1]==="SOURCE_ROOT")return TU.logger.warn(`Using the iOS project root for the ${Oo.default.strong("public")} directory is deprecated.
100
- Please follow the Upgrade Guide to move ${Oo.default.strong("public")} inside the iOS target directory: ${Oo.default.strong("https://capacitorjs.com/docs/updating/3-0#move-public-into-the-ios-target-directory")}`),(0,ae.resolve)(t,"public")}catch{}return(0,ae.resolve)(e,"public")}async function WU(t){if(process.env.CAPACITOR_ANDROID_STUDIO_PATH)return process.env.CAPACITOR_ANDROID_STUDIO_PATH;switch(t){case"mac":return"/Applications/Android Studio.app";case"windows":{let{runCommand:e}=await Promise.resolve().then(()=>Ym.__importStar(vl())),r="C:\\Program Files\\Android\\Android Studio\\bin\\studio64.exe";try{if(!await(0,qt.pathExists)(r)){let n=await e("REG",["QUERY","HKEY_LOCAL_MACHINE\\SOFTWARE\\Android Studio","/v","Path"]);n=n.replace(/(\r\n|\n|\r)/gm,"");let o=n.indexOf("REG_SZ");o>0&&(r=n.substring(o+6).trim()+"\\bin\\studio64.exe")}}catch(n){xx("Error checking registry for Android Studio path: %O",n);break}return r}case"linux":return"/usr/local/android-studio/bin/studio.sh"}return""}async function YU(t,e,r){if(process.env.CAPACITOR_COCOAPODS_PATH)return process.env.CAPACITOR_COCOAPODS_PATH;let n="";if(await(0,qt.pathExists)((0,ae.resolve)(t,"Gemfile"))?n=(0,ae.resolve)(t,"Gemfile"):await(0,qt.pathExists)((0,ae.resolve)(e,"Gemfile"))?n=(0,ae.resolve)(e,"Gemfile"):await(0,qt.pathExists)((0,ae.resolve)(r,"Gemfile"))&&(n=(0,ae.resolve)(r,"Gemfile")),!(n!=""))try{let i=await(0,RU.getCommandOutput)("git",["rev-parse","--show-toplevel"],{cwd:t});i!=null&&(n=(0,ae.resolve)(i,"Gemfile"))}catch{}try{let i=(await(0,qt.readFile)(n)).toString();return i&&new RegExp(/gem\s+['"]cocoapods/).test(i)?"bundle exec pod":"pod"}catch{return"pod"}}function JU(t){return`import type { CapacitorConfig } from '@capacitor/cli';
99
+ ${(n=o.stack)!==null&&n!==void 0?n:o}`)}}async function MU(t){var e;let r=(0,ae.resolve)(t,dt.CONFIG_FILE_NAME_TS);if(await(0,qt.pathExists)(r))return jU(t,dt.CONFIG_FILE_NAME_TS,r);let n=(0,ae.resolve)(t,dt.CONFIG_FILE_NAME_JS);if(await(0,qt.pathExists)(n))return UU(t,dt.CONFIG_FILE_NAME_JS,n);let o=(0,ae.resolve)(t,dt.CONFIG_FILE_NAME_JSON);return{extConfigType:"json",extConfigName:dt.CONFIG_FILE_NAME_JSON,extConfigFilePath:o,extConfig:(e=await(0,Ym.tryFn)(qt.readJSON,o))!==null&&e!==void 0?e:{}}}async function qU(t){let e="assets",r=(0,ae.join)(t,e),n="ios-pods-template.tar.gz",o="capacitor-cordova-ios-plugins.tar.gz",i="android-template.tar.gz",a="capacitor-cordova-android-plugins.tar.gz";return{rootDir:t,assetsDir:e,assetsDirAbs:r,assets:{ios:{platformTemplateArchive:n,platformTemplateArchiveAbs:(0,ae.resolve)(r,n),cordovaPluginsTemplateArchive:o,cordovaPluginsTemplateArchiveAbs:(0,ae.resolve)(r,o)},android:{platformTemplateArchive:i,platformTemplateArchiveAbs:(0,ae.resolve)(r,i),cordovaPluginsTemplateArchive:a,cordovaPluginsTemplateArchiveAbs:(0,ae.resolve)(r,a)}},package:await(0,qt.readJSON)((0,ae.resolve)(t,"package.json")),os:KU(process.platform)}}async function HU(t,e,r){var n,o,i,a,s,u,c,l,d,p,h,m,b,D,E,C,g;let _="android",x=(o=(n=e.android)===null||n===void 0?void 0:n.path)!==null&&o!==void 0?o:"android",$=(0,ae.resolve)(t,x),P="app",B=`${P}/src`,T=`${B}/main`,N=`${T}/assets`,O=`${N}/public`,j=`${T}/res`,M=`${P}/build/outputs/apk/`,z=((i=e.android)===null||i===void 0?void 0:i.flavor)||"";!((a=e.android)===null||a===void 0)&&a.flavor&&(M=`${M}/${(s=e.android)===null||s===void 0?void 0:s.flavor}`);let F=(0,TU.parseApkNameFromFlavor)(z),y=`${M}/debug`,w="capacitor-cordova-android-plugins",v=(0,Gi.lazy)(()=>YU(r.os)),A={keystorePath:(c=(u=e.android)===null||u===void 0?void 0:u.buildOptions)===null||c===void 0?void 0:c.keystorePath,keystorePassword:(d=(l=e.android)===null||l===void 0?void 0:l.buildOptions)===null||d===void 0?void 0:d.keystorePassword,keystoreAlias:(h=(p=e.android)===null||p===void 0?void 0:p.buildOptions)===null||h===void 0?void 0:h.keystoreAlias,keystoreAliasPassword:(b=(m=e.android)===null||m===void 0?void 0:m.buildOptions)===null||b===void 0?void 0:b.keystoreAliasPassword,signingType:(E=(D=e.android)===null||D===void 0?void 0:D.buildOptions)===null||E===void 0?void 0:E.signingType,releaseType:(g=(C=e.android)===null||C===void 0?void 0:C.buildOptions)===null||g===void 0?void 0:g.releaseType};return{name:_,minVersion:"23",studioPath:v,platformDir:x,platformDirAbs:$,cordovaPluginsDir:w,cordovaPluginsDirAbs:(0,ae.resolve)($,w),appDir:P,appDirAbs:(0,ae.resolve)($,P),srcDir:B,srcDirAbs:(0,ae.resolve)($,B),srcMainDir:T,srcMainDirAbs:(0,ae.resolve)($,T),assetsDir:N,assetsDirAbs:(0,ae.resolve)($,N),webDir:O,webDirAbs:(0,ae.resolve)($,O),resDir:j,resDirAbs:(0,ae.resolve)($,j),apkName:F,buildOutputDir:y,buildOutputDirAbs:(0,ae.resolve)($,y),flavor:z,buildOptions:A}}async function VU(t,e){var r,n,o,i,a,s,u,c,l,d,p,h;let b=(n=(r=e.ios)===null||r===void 0?void 0:r.path)!==null&&n!==void 0?n:"ios",D=(0,ae.resolve)(t,b),E=(i=(o=e.ios)===null||o===void 0?void 0:o.scheme)!==null&&i!==void 0?i:"App",C="App",g=(0,ae.resolve)(D,C),_=`${C}/App`,x=(0,ae.resolve)(D,_),$=`${C}/App.xcodeproj`,P=(0,ae.resolve)(D,$),B=(0,Gi.lazy)(()=>GU(g)),T=(0,Gi.lazy)(()=>JU(t,D,g)),N=(0,Gi.lazy)(()=>WU(g,x,P)),O="capacitor-cordova-ios-plugins",j={exportMethod:(s=(a=e.ios)===null||a===void 0?void 0:a.buildOptions)===null||s===void 0?void 0:s.exportMethod,xcodeSigningStyle:(c=(u=e.ios)===null||u===void 0?void 0:u.buildOptions)===null||c===void 0?void 0:c.signingStyle,signingCertificate:(d=(l=e.ios)===null||l===void 0?void 0:l.buildOptions)===null||d===void 0?void 0:d.signingCertificate,provisioningProfile:(h=(p=e.ios)===null||p===void 0?void 0:p.buildOptions)===null||h===void 0?void 0:h.provisioningProfile};return{name:"ios",minVersion:"14.0",platformDir:b,platformDirAbs:D,scheme:E,cordovaPluginsDir:O,cordovaPluginsDirAbs:(0,ae.resolve)(D,O),nativeProjectDir:C,nativeProjectDirAbs:g,nativeTargetDir:_,nativeTargetDirAbs:x,nativeXcodeProjDir:$,nativeXcodeProjDirAbs:P,nativeXcodeWorkspaceDir:(0,Gi.lazy)(async()=>(0,ae.relative)(D,await B)),nativeXcodeWorkspaceDirAbs:B,webDir:(0,Gi.lazy)(async()=>(0,ae.relative)(D,await N)),webDirAbs:N,podPath:T,buildOptions:j}}async function zU(t,e){let r=e,n=(0,ae.resolve)(t,r);return{name:"web",platformDir:r,platformDirAbs:n}}function KU(t){switch(t){case"darwin":return"mac";case"win32":return"windows";case"linux":return"linux"}return"unknown"}async function GU(t){return(0,ae.resolve)(t,"App.xcworkspace")}async function WU(t,e,r){let n=/path\s=\spublic[\s\S]+?sourceTree\s=\s([^;]+)/,o=(0,ae.resolve)(r,"project.pbxproj");try{let a=(await(0,qt.readFile)(o,{encoding:"utf8"})).match(n);if(a&&a[1]==="SOURCE_ROOT")return IU.logger.warn(`Using the iOS project root for the ${Oo.default.strong("public")} directory is deprecated.
100
+ Please follow the Upgrade Guide to move ${Oo.default.strong("public")} inside the iOS target directory: ${Oo.default.strong("https://capacitorjs.com/docs/updating/3-0#move-public-into-the-ios-target-directory")}`),(0,ae.resolve)(t,"public")}catch{}return(0,ae.resolve)(e,"public")}async function YU(t){if(process.env.CAPACITOR_ANDROID_STUDIO_PATH)return process.env.CAPACITOR_ANDROID_STUDIO_PATH;switch(t){case"mac":return"/Applications/Android Studio.app";case"windows":{let{runCommand:e}=await Promise.resolve().then(()=>Jm.__importStar(El())),r="C:\\Program Files\\Android\\Android Studio\\bin\\studio64.exe";try{if(!await(0,qt.pathExists)(r)){let n=await e("REG",["QUERY","HKEY_LOCAL_MACHINE\\SOFTWARE\\Android Studio","/v","Path"]);n=n.replace(/(\r\n|\n|\r)/gm,"");let o=n.indexOf("REG_SZ");o>0&&(r=n.substring(o+6).trim()+"\\bin\\studio64.exe")}}catch(n){Ox("Error checking registry for Android Studio path: %O",n);break}return r}case"linux":return"/usr/local/android-studio/bin/studio.sh"}return""}async function JU(t,e,r){if(process.env.CAPACITOR_COCOAPODS_PATH)return process.env.CAPACITOR_COCOAPODS_PATH;let n="";if(await(0,qt.pathExists)((0,ae.resolve)(t,"Gemfile"))?n=(0,ae.resolve)(t,"Gemfile"):await(0,qt.pathExists)((0,ae.resolve)(e,"Gemfile"))?n=(0,ae.resolve)(e,"Gemfile"):await(0,qt.pathExists)((0,ae.resolve)(r,"Gemfile"))&&(n=(0,ae.resolve)(r,"Gemfile")),!(n!=""))try{let i=await(0,BU.getCommandOutput)("git",["rev-parse","--show-toplevel"],{cwd:t});i!=null&&(n=(0,ae.resolve)(i,"Gemfile"))}catch{}try{let i=(await(0,qt.readFile)(n)).toString();return i&&new RegExp(/gem\s+['"]cocoapods/).test(i)?"bundle exec pod":"pod"}catch{return"pod"}}function XU(t){return`import type { CapacitorConfig } from '@capacitor/cli';
101
101
 
102
- const config: CapacitorConfig = ${(0,IU.formatJSObject)(t)};
102
+ const config: CapacitorConfig = ${(0,RU.formatJSObject)(t)};
103
103
 
104
104
  export default config;
105
- `}});function XU(){try{return Zm.default.statSync("/.dockerenv"),!0}catch{return!1}}function ZU(){try{return Zm.default.readFileSync("/proc/self/cgroup","utf8").includes("docker")}catch{return!1}}function Qm(){return Xm===void 0&&(Xm=XU()||ZU()),Xm}var Zm,Xm,Ox=rt(()=>{Zm=de(require("node:fs"),1)});function Ji(){return eg===void 0&&(eg=QU()||Qm()),eg}var kx,eg,QU,tg=rt(()=>{kx=de(require("node:fs"),1);Ox();QU=()=>{try{return kx.default.statSync("/run/.containerenv"),!0}catch{return!1}}});var rg,$x,Tx,Px,Bn,ng=rt(()=>{rg=de(require("node:process"),1),$x=de(require("node:os"),1),Tx=de(require("node:fs"),1);tg();Px=()=>{if(rg.default.platform!=="linux")return!1;if($x.default.release().toLowerCase().includes("microsoft"))return!Ji();try{return Tx.default.readFileSync("/proc/version","utf8").toLowerCase().includes("microsoft")?!Ji():!1}catch{return!1}},Bn=rg.default.env.__IS_WSL_TEST__?Px:Px()});var og,xs,e5,t5,ig,Ix=rt(()=>{og=de(require("node:process"),1),xs=de(require("node:fs/promises"),1);ng();ng();e5=(()=>{let t="/mnt/",e;return async function(){if(e)return e;let r="/etc/wsl.conf",n=!1;try{await xs.default.access(r,xs.constants.F_OK),n=!0}catch{}if(!n)return t;let o=await xs.default.readFile(r,{encoding:"utf8"}),i=/(?<!#.*)root\s*=\s*(?<mountPoint>.*)/g.exec(o);return i?(e=i.groups.mountPoint.trim(),e=e.endsWith("/")?e:`${e}/`,e):t}})(),t5=async()=>`${await e5()}c/Windows/System32/WindowsPowerShell/v1.0/powershell.exe`,ig=async()=>Bn?t5():`${og.default.env.SYSTEMROOT||og.default.env.windir||String.raw`C:\Windows`}\\System32\\WindowsPowerShell\\v1.0\\powershell.exe`});function Ln(t,e,r){let n=o=>Object.defineProperty(t,e,{value:o,enumerable:!0,writable:!0});return Object.defineProperty(t,e,{configurable:!0,enumerable:!0,get(){let o=r();return n(o),o},set(o){n(o)}}),t}var Rx=rt(()=>{});async function ag(){if(Lx.default.platform!=="darwin")throw new Error("macOS only");let{stdout:t}=await r5("defaults",["read","com.apple.LaunchServices/com.apple.launchservices.secure","LSHandlers"]),r=/LSHandlerRoleAll = "(?!-)(?<id>[^"]+?)";\s+?LSHandlerURLScheme = (?:http|https);/.exec(t)?.groups.id??"com.apple.Safari";return r==="com.apple.safari"?"com.apple.Safari":r}var Bx,Lx,Nx,r5,jx=rt(()=>{Bx=require("node:util"),Lx=de(require("node:process"),1),Nx=require("node:child_process"),r5=(0,Bx.promisify)(Nx.execFile)});async function qx(t,{humanReadableOutput:e=!0,signal:r}={}){if(Ux.default.platform!=="darwin")throw new Error("macOS only");let n=e?[]:["-ss"],o={};r&&(o.signal=r);let{stdout:i}=await n5("osascript",["-e",t,n],o);return i.trim()}var Ux,Mx,sg,n5,Hx=rt(()=>{Ux=de(require("node:process"),1),Mx=require("node:util"),sg=require("node:child_process"),n5=(0,Mx.promisify)(sg.execFile)});async function ug(t){return qx(`tell application "Finder" to set app_path to application file id "${t}" as string
106
- tell application "System Events" to get value of property list item "CFBundleName" of property list file (app_path & ":Contents:Info.plist")`)}var Vx=rt(()=>{Hx()});async function cg(t=o5){let{stdout:e}=await t("reg",["QUERY"," HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\Shell\\Associations\\UrlAssociations\\http\\UserChoice","/v","ProgId"]),r=/ProgId\s*REG_SZ\s*(?<id>\S+)/.exec(e);if(!r)throw new Fl(`Cannot find Windows browser in stdout: ${JSON.stringify(e)}`);let{id:n}=r.groups,o=Gx[n];if(!o)throw new Fl(`Unknown browser ID: ${n}`);return o}var zx,Kx,o5,Gx,hW,Fl,Wx=rt(()=>{zx=require("node:util"),Kx=require("node:child_process"),o5=(0,zx.promisify)(Kx.execFile),Gx={MSEdgeHTM:{name:"Edge",id:"com.microsoft.edge"},MSEdgeBHTML:{name:"Edge Beta",id:"com.microsoft.edge.beta"},MSEdgeDHTML:{name:"Edge Dev",id:"com.microsoft.edge.dev"},AppXq0fevzme2pys62n3e0fbqa7peapykr8v:{name:"Edge",id:"com.microsoft.edge.old"},ChromeHTML:{name:"Chrome",id:"com.google.chrome"},ChromeBHTML:{name:"Chrome Beta",id:"com.google.chrome.beta"},ChromeDHTML:{name:"Chrome Dev",id:"com.google.chrome.dev"},ChromiumHTM:{name:"Chromium",id:"org.chromium.Chromium"},BraveHTML:{name:"Brave",id:"com.brave.Browser"},BraveBHTML:{name:"Brave Beta",id:"com.brave.Browser.beta"},BraveDHTML:{name:"Brave Dev",id:"com.brave.Browser.dev"},BraveSSHTM:{name:"Brave Nightly",id:"com.brave.Browser.nightly"},FirefoxURL:{name:"Firefox",id:"org.mozilla.firefox"},OperaStable:{name:"Opera",id:"com.operasoftware.Opera"},VivaldiHTM:{name:"Vivaldi",id:"com.vivaldi.Vivaldi"},"IE.HTTP":{name:"Internet Explorer",id:"com.microsoft.ie"}},hW=new Map(Object.entries(Gx)),Fl=class extends Error{}});async function lg(){if(Ol.default.platform==="darwin"){let t=await ag();return{name:await ug(t),id:t}}if(Ol.default.platform==="linux"){let{stdout:t}=await i5("xdg-mime",["query","default","x-scheme-handler/http"]),e=t.trim();return{name:a5(e.replace(/.desktop$/,"").replace("-"," ")),id:e}}if(Ol.default.platform==="win32")return cg();throw new Error("Only macOS, Linux, and Windows are supported")}var Yx,Ol,Jx,i5,a5,Xx=rt(()=>{Yx=require("node:util"),Ol=de(require("node:process"),1),Jx=require("node:child_process");jx();Vx();Wx();i5=(0,Yx.promisify)(Jx.execFile),a5=t=>t.toLowerCase().replaceAll(/(?:^|\s|-)\S/g,e=>e.toUpperCase())});var gg={};Gr(gg,{apps:()=>Nn,default:()=>f5,openApp:()=>l5});async function u5(){let t=await ig(),e=String.raw`(Get-ItemProperty -Path "HKCU:\Software\Microsoft\Windows\Shell\Associations\UrlAssociations\http\UserChoice").ProgId`,r=pg.Buffer.from(e,"utf16le").toString("base64"),{stdout:n}=await s5(t,["-NoProfile","-NonInteractive","-ExecutionPolicy","Bypass","-EncodedCommand",r],{encoding:"utf8"}),o=n.trim(),i={ChromeHTML:"com.google.chrome",BraveHTML:"com.brave.Browser",MSEdgeHTM:"com.microsoft.edge",FirefoxURL:"org.mozilla.firefox"};return i[o]?{id:i[o]}:{}}function tA(t){if(typeof t=="string"||Array.isArray(t))return t;let{[Qx]:e}=t;if(!e)throw new Error(`${Qx} is not supported`);return e}function Pl({[Xi]:t},{wsl:e}){if(e&&Bn)return tA(e);if(!t)throw new Error(`${Xi} is not supported`);return tA(t)}var dg,pg,hg,rA,nA,mg,kl,d5,s5,fg,Zx,Xi,Qx,eA,As,c5,l5,Nn,f5,Dg=rt(()=>{dg=de(require("node:process"),1),pg=require("node:buffer"),hg=de(require("node:path"),1),rA=require("node:url"),nA=require("node:util"),mg=de(require("node:child_process"),1),kl=de(require("node:fs/promises"),1);Ix();Rx();Xx();tg();d5={},s5=(0,nA.promisify)(mg.default.execFile),fg=hg.default.dirname((0,rA.fileURLToPath)(d5.url)),Zx=hg.default.join(fg,"xdg-open"),{platform:Xi,arch:Qx}=dg.default;eA=async(t,e)=>{let r;for(let n of t)try{return await e(n)}catch(o){r=o}throw r},As=async t=>{if(t={wait:!1,background:!1,newInstance:!1,allowNonzeroExitCode:!1,...t},Array.isArray(t.app))return eA(t.app,s=>As({...t,app:s}));let{name:e,arguments:r=[]}=t.app??{};if(r=[...r],Array.isArray(e))return eA(e,s=>As({...t,app:{name:s,arguments:r}}));if(e==="browser"||e==="browserPrivate"){let s={"com.google.chrome":"chrome","google-chrome.desktop":"chrome","com.brave.Browser":"brave","org.mozilla.firefox":"firefox","firefox.desktop":"firefox","com.microsoft.msedge":"edge","com.microsoft.edge":"edge","com.microsoft.edgemac":"edge","microsoft-edge.desktop":"edge"},u={chrome:"--incognito",brave:"--incognito",firefox:"--private-window",edge:"--inPrivate"},c=Bn?await u5():await lg();if(c.id in s){let l=s[c.id];return e==="browserPrivate"&&r.push(u[l]),As({...t,app:{name:Nn[l],arguments:r}})}throw new Error(`${c.name} is not supported as a default browser`)}let n,o=[],i={};if(Xi==="darwin")n="open",t.wait&&o.push("--wait-apps"),t.background&&o.push("--background"),t.newInstance&&o.push("--new"),e&&o.push("-a",e);else if(Xi==="win32"||Bn&&!Ji()&&!e){n=await ig(),o.push("-NoProfile","-NonInteractive","-ExecutionPolicy","Bypass","-EncodedCommand"),Bn||(i.windowsVerbatimArguments=!0);let s=["Start"];t.wait&&s.push("-Wait"),e?(s.push(`"\`"${e}\`""`),t.target&&r.push(t.target)):t.target&&s.push(`"${t.target}"`),r.length>0&&(r=r.map(u=>`"\`"${u}\`""`),s.push("-ArgumentList",r.join(","))),t.target=pg.Buffer.from(s.join(" "),"utf16le").toString("base64")}else{if(e)n=e;else{let s=!fg||fg==="/",u=!1;try{await kl.default.access(Zx,kl.constants.X_OK),u=!0}catch{}n=dg.default.versions.electron??(Xi==="android"||s||!u)?"xdg-open":Zx}r.length>0&&o.push(...r),t.wait||(i.stdio="ignore",i.detached=!0)}Xi==="darwin"&&r.length>0&&o.push("--args",...r),t.target&&o.push(t.target);let a=mg.default.spawn(n,o,i);return t.wait?new Promise((s,u)=>{a.once("error",u),a.once("close",c=>{if(!t.allowNonzeroExitCode&&c>0){u(new Error(`Exited with code ${c}`));return}s(a)})}):(a.unref(),a)},c5=(t,e)=>{if(typeof t!="string")throw new TypeError("Expected a `target`");return As({...e,target:t})},l5=(t,e)=>{if(typeof t!="string"&&!Array.isArray(t))throw new TypeError("Expected a valid `name`");let{arguments:r=[]}=e??{};if(r!=null&&!Array.isArray(r))throw new TypeError("Expected `appArguments` as Array type");return As({...e,app:{name:t,arguments:r}})};Nn={};Ln(Nn,"chrome",()=>Pl({darwin:"google chrome",win32:"chrome",linux:["google-chrome","google-chrome-stable","chromium"]},{wsl:{ia32:"/mnt/c/Program Files (x86)/Google/Chrome/Application/chrome.exe",x64:["/mnt/c/Program Files/Google/Chrome/Application/chrome.exe","/mnt/c/Program Files (x86)/Google/Chrome/Application/chrome.exe"]}}));Ln(Nn,"brave",()=>Pl({darwin:"brave browser",win32:"brave",linux:["brave-browser","brave"]},{wsl:{ia32:"/mnt/c/Program Files (x86)/BraveSoftware/Brave-Browser/Application/brave.exe",x64:["/mnt/c/Program Files/BraveSoftware/Brave-Browser/Application/brave.exe","/mnt/c/Program Files (x86)/BraveSoftware/Brave-Browser/Application/brave.exe"]}}));Ln(Nn,"firefox",()=>Pl({darwin:"firefox",win32:String.raw`C:\Program Files\Mozilla Firefox\firefox.exe`,linux:"firefox"},{wsl:"/mnt/c/Program Files/Mozilla Firefox/firefox.exe"}));Ln(Nn,"edge",()=>Pl({darwin:"microsoft edge",win32:"msedge",linux:["microsoft-edge","microsoft-edge-dev"]},{wsl:"/mnt/c/Program Files (x86)/Microsoft/Edge/Application/msedge.exe"}));Ln(Nn,"browser",()=>"browser");Ln(Nn,"browserPrivate",()=>"browserPrivate");f5=c5});var of=S(dr=>{"use strict";dr.isInteger=t=>typeof t=="number"?Number.isInteger(t):typeof t=="string"&&t.trim()!==""?Number.isInteger(Number(t)):!1;dr.find=(t,e)=>t.nodes.find(r=>r.type===e);dr.exceedsLimit=(t,e,r=1,n)=>n===!1||!dr.isInteger(t)||!dr.isInteger(e)?!1:(Number(e)-Number(t))/Number(r)>=n;dr.escapeNode=(t,e=0,r)=>{let n=t.nodes[e];n&&(r&&n.type===r||n.type==="open"||n.type==="close")&&n.escaped!==!0&&(n.value="\\"+n.value,n.escaped=!0)};dr.encloseBrace=t=>t.type!=="brace"?!1:t.commas>>0+t.ranges>>0===0?(t.invalid=!0,!0):!1;dr.isInvalidBrace=t=>t.type!=="brace"?!1:t.invalid===!0||t.dollar?!0:t.commas>>0+t.ranges>>0===0||t.open!==!0||t.close!==!0?(t.invalid=!0,!0):!1;dr.isOpenOrClose=t=>t.type==="open"||t.type==="close"?!0:t.open===!0||t.close===!0;dr.reduce=t=>t.reduce((e,r)=>(r.type==="text"&&e.push(r.value),r.type==="range"&&(r.type="text"),e),[]);dr.flatten=(...t)=>{let e=[],r=n=>{for(let o=0;o<n.length;o++){let i=n[o];if(Array.isArray(i)){r(i);continue}i!==void 0&&e.push(i)}return e};return r(t),e}});var af=S((SJ,k1)=>{"use strict";var O1=of();k1.exports=(t,e={})=>{let r=(n,o={})=>{let i=e.escapeInvalid&&O1.isInvalidBrace(o),a=n.invalid===!0&&e.escapeInvalid===!0,s="";if(n.value)return(i||a)&&O1.isOpenOrClose(n)?"\\"+n.value:n.value;if(n.value)return n.value;if(n.nodes)for(let u of n.nodes)s+=r(u);return s};return r(t)}});var $1=S((xJ,P1)=>{"use strict";P1.exports=function(t){return typeof t=="number"?t-t===0:typeof t=="string"&&t.trim()!==""?Number.isFinite?Number.isFinite(+t):isFinite(+t):!1}});var M1=S((AJ,U1)=>{"use strict";var T1=$1(),jo=(t,e,r)=>{if(T1(t)===!1)throw new TypeError("toRegexRange: expected the first argument to be a number");if(e===void 0||t===e)return String(t);if(T1(e)===!1)throw new TypeError("toRegexRange: expected the second argument to be a number.");let n={relaxZeros:!0,...r};typeof n.strictZeros=="boolean"&&(n.relaxZeros=n.strictZeros===!1);let o=String(n.relaxZeros),i=String(n.shorthand),a=String(n.capture),s=String(n.wrap),u=t+":"+e+"="+o+i+a+s;if(jo.cache.hasOwnProperty(u))return jo.cache[u].result;let c=Math.min(t,e),l=Math.max(t,e);if(Math.abs(c-l)===1){let b=t+"|"+e;return n.capture?`(${b})`:n.wrap===!1?b:`(?:${b})`}let d=j1(t)||j1(e),p={min:t,max:e,a:c,b:l},h=[],m=[];if(d&&(p.isPadded=d,p.maxLen=String(p.max).length),c<0){let b=l<0?Math.abs(l):1;m=I1(b,Math.abs(c),p,n),c=p.a=0}return l>=0&&(h=I1(c,l,p,n)),p.negatives=m,p.positives=h,p.result=iM(m,h,n),n.capture===!0?p.result=`(${p.result})`:n.wrap!==!1&&h.length+m.length>1&&(p.result=`(?:${p.result})`),jo.cache[u]=p,p.result};function iM(t,e,r){let n=qg(t,e,"-",!1,r)||[],o=qg(e,t,"",!1,r)||[],i=qg(t,e,"-?",!0,r)||[];return n.concat(i).concat(o).join("|")}function aM(t,e){let r=1,n=1,o=B1(t,r),i=new Set([e]);for(;t<=o&&o<=e;)i.add(o),r+=1,o=B1(t,r);for(o=L1(e+1,n)-1;t<o&&o<=e;)i.add(o),n+=1,o=L1(e+1,n)-1;return i=[...i],i.sort(cM),i}function sM(t,e,r){if(t===e)return{pattern:t,count:[],digits:0};let n=uM(t,e),o=n.length,i="",a=0;for(let s=0;s<o;s++){let[u,c]=n[s];u===c?i+=u:u!=="0"||c!=="9"?i+=lM(u,c,r):a++}return a&&(i+=r.shorthand===!0?"\\d":"[0-9]"),{pattern:i,count:[a],digits:o}}function I1(t,e,r,n){let o=aM(t,e),i=[],a=t,s;for(let u=0;u<o.length;u++){let c=o[u],l=sM(String(a),String(c),n),d="";if(!r.isPadded&&s&&s.pattern===l.pattern){s.count.length>1&&s.count.pop(),s.count.push(l.count[0]),s.string=s.pattern+N1(s.count),a=c+1;continue}r.isPadded&&(d=fM(c,r,n)),l.string=d+l.pattern+N1(l.count),i.push(l),a=c+1,s=l}return i}function qg(t,e,r,n,o){let i=[];for(let a of t){let{string:s}=a;!n&&!R1(e,"string",s)&&i.push(r+s),n&&R1(e,"string",s)&&i.push(r+s)}return i}function uM(t,e){let r=[];for(let n=0;n<t.length;n++)r.push([t[n],e[n]]);return r}function cM(t,e){return t>e?1:e>t?-1:0}function R1(t,e,r){return t.some(n=>n[e]===r)}function B1(t,e){return Number(String(t).slice(0,-e)+"9".repeat(e))}function L1(t,e){return t-t%Math.pow(10,e)}function N1(t){let[e=0,r=""]=t;return r||e>1?`{${e+(r?","+r:"")}}`:""}function lM(t,e,r){return`[${t}${e-t===1?"":"-"}${e}]`}function j1(t){return/^-?(0+)\d/.test(t)}function fM(t,e,r){if(!e.isPadded)return t;let n=Math.abs(e.maxLen-String(t).length),o=r.relaxZeros!==!1;switch(n){case 0:return"";case 1:return o?"0?":"0";case 2:return o?"0{0,2}":"00";default:return o?`0{0,${n}}`:`0{${n}}`}}jo.cache={};jo.clearCache=()=>jo.cache={};U1.exports=jo});var zg=S((FJ,W1)=>{"use strict";var dM=require("util"),H1=M1(),q1=t=>t!==null&&typeof t=="object"&&!Array.isArray(t),pM=t=>e=>t===!0?Number(e):String(e),Hg=t=>typeof t=="number"||typeof t=="string"&&t!=="",js=t=>Number.isInteger(+t),Vg=t=>{let e=`${t}`,r=-1;if(e[0]==="-"&&(e=e.slice(1)),e==="0")return!1;for(;e[++r]==="0";);return r>0},hM=(t,e,r)=>typeof t=="string"||typeof e=="string"?!0:r.stringify===!0,mM=(t,e,r)=>{if(e>0){let n=t[0]==="-"?"-":"";n&&(t=t.slice(1)),t=n+t.padStart(n?e-1:e,"0")}return r===!1?String(t):t},uf=(t,e)=>{let r=t[0]==="-"?"-":"";for(r&&(t=t.slice(1),e--);t.length<e;)t="0"+t;return r?"-"+t:t},gM=(t,e,r)=>{t.negatives.sort((s,u)=>s<u?-1:s>u?1:0),t.positives.sort((s,u)=>s<u?-1:s>u?1:0);let n=e.capture?"":"?:",o="",i="",a;return t.positives.length&&(o=t.positives.map(s=>uf(String(s),r)).join("|")),t.negatives.length&&(i=`-(${n}${t.negatives.map(s=>uf(String(s),r)).join("|")})`),o&&i?a=`${o}|${i}`:a=o||i,e.wrap?`(${n}${a})`:a},V1=(t,e,r,n)=>{if(r)return H1(t,e,{wrap:!1,...n});let o=String.fromCharCode(t);if(t===e)return o;let i=String.fromCharCode(e);return`[${o}-${i}]`},z1=(t,e,r)=>{if(Array.isArray(t)){let n=r.wrap===!0,o=r.capture?"":"?:";return n?`(${o}${t.join("|")})`:t.join("|")}return H1(t,e,r)},K1=(...t)=>new RangeError("Invalid range arguments: "+dM.inspect(...t)),G1=(t,e,r)=>{if(r.strictRanges===!0)throw K1([t,e]);return[]},DM=(t,e)=>{if(e.strictRanges===!0)throw new TypeError(`Expected step "${t}" to be a number`);return[]},yM=(t,e,r=1,n={})=>{let o=Number(t),i=Number(e);if(!Number.isInteger(o)||!Number.isInteger(i)){if(n.strictRanges===!0)throw K1([t,e]);return[]}o===0&&(o=0),i===0&&(i=0);let a=o>i,s=String(t),u=String(e),c=String(r);r=Math.max(Math.abs(r),1);let l=Vg(s)||Vg(u)||Vg(c),d=l?Math.max(s.length,u.length,c.length):0,p=l===!1&&hM(t,e,n)===!1,h=n.transform||pM(p);if(n.toRegex&&r===1)return V1(uf(t,d),uf(e,d),!0,n);let m={negatives:[],positives:[]},b=E=>m[E<0?"negatives":"positives"].push(Math.abs(E)),D=[],C=0;for(;a?o>=i:o<=i;)n.toRegex===!0&&r>1?b(o):D.push(mM(h(o,C),d,p)),o=a?o-r:o+r,C++;return n.toRegex===!0?r>1?gM(m,n,d):z1(D,null,{wrap:!1,...n}):D},bM=(t,e,r=1,n={})=>{if(!js(t)&&t.length>1||!js(e)&&e.length>1)return G1(t,e,n);let o=n.transform||(p=>String.fromCharCode(p)),i=`${t}`.charCodeAt(0),a=`${e}`.charCodeAt(0),s=i>a,u=Math.min(i,a),c=Math.max(i,a);if(n.toRegex&&r===1)return V1(u,c,!1,n);let l=[],d=0;for(;s?i>=a:i<=a;)l.push(o(i,d)),i=s?i-r:i+r,d++;return n.toRegex===!0?z1(l,null,{wrap:!1,options:n}):l},sf=(t,e,r,n={})=>{if(e==null&&Hg(t))return[t];if(!Hg(t)||!Hg(e))return G1(t,e,n);if(typeof r=="function")return sf(t,e,1,{transform:r});if(q1(r))return sf(t,e,0,r);let o={...n};return o.capture===!0&&(o.wrap=!0),r=r||o.step||1,js(r)?js(t)&&js(e)?yM(t,e,r,o):bM(t,e,Math.max(Math.abs(r),1),o):r!=null&&!q1(r)?DM(r,o):sf(t,e,1,r)};W1.exports=sf});var X1=S((OJ,J1)=>{"use strict";var wM=zg(),Y1=of(),vM=(t,e={})=>{let r=(n,o={})=>{let i=Y1.isInvalidBrace(o),a=n.invalid===!0&&e.escapeInvalid===!0,s=i===!0||a===!0,u=e.escapeInvalid===!0?"\\":"",c="";if(n.isOpen===!0)return u+n.value;if(n.isClose===!0)return console.log("node.isClose",u,n.value),u+n.value;if(n.type==="open")return s?u+n.value:"(";if(n.type==="close")return s?u+n.value:")";if(n.type==="comma")return n.prev.type==="comma"?"":s?n.value:"|";if(n.value)return n.value;if(n.nodes&&n.ranges>0){let l=Y1.reduce(n.nodes),d=wM(...l,{...e,wrap:!1,toRegex:!0,strictZeros:!0});if(d.length!==0)return l.length>1&&d.length>1?`(${d})`:d}if(n.nodes)for(let l of n.nodes)c+=r(l,n);return c};return r(t)};J1.exports=vM});var eF=S((kJ,Q1)=>{"use strict";var CM=zg(),Z1=af(),da=of(),Uo=(t="",e="",r=!1)=>{let n=[];if(t=[].concat(t),e=[].concat(e),!e.length)return t;if(!t.length)return r?da.flatten(e).map(o=>`{${o}}`):e;for(let o of t)if(Array.isArray(o))for(let i of o)n.push(Uo(i,e,r));else for(let i of e)r===!0&&typeof i=="string"&&(i=`{${i}}`),n.push(Array.isArray(i)?Uo(o,i,r):o+i);return da.flatten(n)},EM=(t,e={})=>{let r=e.rangeLimit===void 0?1e3:e.rangeLimit,n=(o,i={})=>{o.queue=[];let a=i,s=i.queue;for(;a.type!=="brace"&&a.type!=="root"&&a.parent;)a=a.parent,s=a.queue;if(o.invalid||o.dollar){s.push(Uo(s.pop(),Z1(o,e)));return}if(o.type==="brace"&&o.invalid!==!0&&o.nodes.length===2){s.push(Uo(s.pop(),["{}"]));return}if(o.nodes&&o.ranges>0){let d=da.reduce(o.nodes);if(da.exceedsLimit(...d,e.step,r))throw new RangeError("expanded array length exceeds range limit. Use options.rangeLimit to increase or disable the limit.");let p=CM(...d,e);p.length===0&&(p=Z1(o,e)),s.push(Uo(s.pop(),p)),o.nodes=[];return}let u=da.encloseBrace(o),c=o.queue,l=o;for(;l.type!=="brace"&&l.type!=="root"&&l.parent;)l=l.parent,c=l.queue;for(let d=0;d<o.nodes.length;d++){let p=o.nodes[d];if(p.type==="comma"&&o.type==="brace"){d===1&&c.push(""),c.push("");continue}if(p.type==="close"){s.push(Uo(s.pop(),c,u));continue}if(p.value&&p.type!=="open"){c.push(Uo(c.pop(),p.value));continue}p.nodes&&n(p,o)}return c};return da.flatten(n(t))};Q1.exports=EM});var rF=S((PJ,tF)=>{"use strict";tF.exports={MAX_LENGTH:1e4,CHAR_0:"0",CHAR_9:"9",CHAR_UPPERCASE_A:"A",CHAR_LOWERCASE_A:"a",CHAR_UPPERCASE_Z:"Z",CHAR_LOWERCASE_Z:"z",CHAR_LEFT_PARENTHESES:"(",CHAR_RIGHT_PARENTHESES:")",CHAR_ASTERISK:"*",CHAR_AMPERSAND:"&",CHAR_AT:"@",CHAR_BACKSLASH:"\\",CHAR_BACKTICK:"`",CHAR_CARRIAGE_RETURN:"\r",CHAR_CIRCUMFLEX_ACCENT:"^",CHAR_COLON:":",CHAR_COMMA:",",CHAR_DOLLAR:"$",CHAR_DOT:".",CHAR_DOUBLE_QUOTE:'"',CHAR_EQUAL:"=",CHAR_EXCLAMATION_MARK:"!",CHAR_FORM_FEED:"\f",CHAR_FORWARD_SLASH:"/",CHAR_HASH:"#",CHAR_HYPHEN_MINUS:"-",CHAR_LEFT_ANGLE_BRACKET:"<",CHAR_LEFT_CURLY_BRACE:"{",CHAR_LEFT_SQUARE_BRACKET:"[",CHAR_LINE_FEED:`
107
- `,CHAR_NO_BREAK_SPACE:"\xA0",CHAR_PERCENT:"%",CHAR_PLUS:"+",CHAR_QUESTION_MARK:"?",CHAR_RIGHT_ANGLE_BRACKET:">",CHAR_RIGHT_CURLY_BRACE:"}",CHAR_RIGHT_SQUARE_BRACKET:"]",CHAR_SEMICOLON:";",CHAR_SINGLE_QUOTE:"'",CHAR_SPACE:" ",CHAR_TAB:" ",CHAR_UNDERSCORE:"_",CHAR_VERTICAL_LINE:"|",CHAR_ZERO_WIDTH_NOBREAK_SPACE:"\uFEFF"}});var sF=S(($J,aF)=>{"use strict";var _M=af(),{MAX_LENGTH:nF,CHAR_BACKSLASH:Kg,CHAR_BACKTICK:SM,CHAR_COMMA:xM,CHAR_DOT:AM,CHAR_LEFT_PARENTHESES:FM,CHAR_RIGHT_PARENTHESES:OM,CHAR_LEFT_CURLY_BRACE:kM,CHAR_RIGHT_CURLY_BRACE:PM,CHAR_LEFT_SQUARE_BRACKET:oF,CHAR_RIGHT_SQUARE_BRACKET:iF,CHAR_DOUBLE_QUOTE:$M,CHAR_SINGLE_QUOTE:TM,CHAR_NO_BREAK_SPACE:IM,CHAR_ZERO_WIDTH_NOBREAK_SPACE:RM}=rF(),BM=(t,e={})=>{if(typeof t!="string")throw new TypeError("Expected a string");let r=e||{},n=typeof r.maxLength=="number"?Math.min(nF,r.maxLength):nF;if(t.length>n)throw new SyntaxError(`Input length (${t.length}), exceeds max characters (${n})`);let o={type:"root",input:t,nodes:[]},i=[o],a=o,s=o,u=0,c=t.length,l=0,d=0,p,h=()=>t[l++],m=b=>{if(b.type==="text"&&s.type==="dot"&&(s.type="text"),s&&s.type==="text"&&b.type==="text"){s.value+=b.value;return}return a.nodes.push(b),b.parent=a,b.prev=s,s=b,b};for(m({type:"bos"});l<c;)if(a=i[i.length-1],p=h(),!(p===RM||p===IM)){if(p===Kg){m({type:"text",value:(e.keepEscaping?p:"")+h()});continue}if(p===iF){m({type:"text",value:"\\"+p});continue}if(p===oF){u++;let b;for(;l<c&&(b=h());){if(p+=b,b===oF){u++;continue}if(b===Kg){p+=h();continue}if(b===iF&&(u--,u===0))break}m({type:"text",value:p});continue}if(p===FM){a=m({type:"paren",nodes:[]}),i.push(a),m({type:"text",value:p});continue}if(p===OM){if(a.type!=="paren"){m({type:"text",value:p});continue}a=i.pop(),m({type:"text",value:p}),a=i[i.length-1];continue}if(p===$M||p===TM||p===SM){let b=p,D;for(e.keepQuotes!==!0&&(p="");l<c&&(D=h());){if(D===Kg){p+=D+h();continue}if(D===b){e.keepQuotes===!0&&(p+=D);break}p+=D}m({type:"text",value:p});continue}if(p===kM){d++;let D={type:"brace",open:!0,close:!1,dollar:s.value&&s.value.slice(-1)==="$"||a.dollar===!0,depth:d,commas:0,ranges:0,nodes:[]};a=m(D),i.push(a),m({type:"open",value:p});continue}if(p===PM){if(a.type!=="brace"){m({type:"text",value:p});continue}let b="close";a=i.pop(),a.close=!0,m({type:b,value:p}),d--,a=i[i.length-1];continue}if(p===xM&&d>0){if(a.ranges>0){a.ranges=0;let b=a.nodes.shift();a.nodes=[b,{type:"text",value:_M(a)}]}m({type:"comma",value:p}),a.commas++;continue}if(p===AM&&d>0&&a.commas===0){let b=a.nodes;if(d===0||b.length===0){m({type:"text",value:p});continue}if(s.type==="dot"){if(a.range=[],s.value+=p,s.type="range",a.nodes.length!==3&&a.nodes.length!==5){a.invalid=!0,a.ranges=0,s.type="text";continue}a.ranges++,a.args=[];continue}if(s.type==="range"){b.pop();let D=b[b.length-1];D.value+=s.value+p,s=D,a.ranges--;continue}m({type:"dot",value:p});continue}m({type:"text",value:p})}do if(a=i.pop(),a.type!=="root"){a.nodes.forEach(C=>{C.nodes||(C.type==="open"&&(C.isOpen=!0),C.type==="close"&&(C.isClose=!0),C.nodes||(C.type="text"),C.invalid=!0)});let b=i[i.length-1],D=b.nodes.indexOf(a);b.nodes.splice(D,1,...a.nodes)}while(i.length>0);return m({type:"eos"}),o};aF.exports=BM});var lF=S((TJ,cF)=>{"use strict";var uF=af(),LM=X1(),NM=eF(),jM=sF(),Xt=(t,e={})=>{let r=[];if(Array.isArray(t))for(let n of t){let o=Xt.create(n,e);Array.isArray(o)?r.push(...o):r.push(o)}else r=[].concat(Xt.create(t,e));return e&&e.expand===!0&&e.nodupes===!0&&(r=[...new Set(r)]),r};Xt.parse=(t,e={})=>jM(t,e);Xt.stringify=(t,e={})=>uF(typeof t=="string"?Xt.parse(t,e):t,e);Xt.compile=(t,e={})=>(typeof t=="string"&&(t=Xt.parse(t,e)),LM(t,e));Xt.expand=(t,e={})=>{typeof t=="string"&&(t=Xt.parse(t,e));let r=NM(t,e);return e.noempty===!0&&(r=r.filter(Boolean)),e.nodupes===!0&&(r=[...new Set(r)]),r};Xt.create=(t,e={})=>t===""||t.length<3?[t]:e.expand!==!0?Xt.compile(t,e):Xt.expand(t,e);cF.exports=Xt});var Us=S((IJ,mF)=>{"use strict";var UM=require("path"),Hr="\\\\/",fF=`[^${Hr}]`,hn="\\.",MM="\\+",qM="\\?",cf="\\/",HM="(?=.)",dF="[^/]",Gg=`(?:${cf}|$)`,pF=`(?:^|${cf})`,Wg=`${hn}{1,2}${Gg}`,VM=`(?!${hn})`,zM=`(?!${pF}${Wg})`,KM=`(?!${hn}{0,1}${Gg})`,GM=`(?!${Wg})`,WM=`[^.${cf}]`,YM=`${dF}*?`,hF={DOT_LITERAL:hn,PLUS_LITERAL:MM,QMARK_LITERAL:qM,SLASH_LITERAL:cf,ONE_CHAR:HM,QMARK:dF,END_ANCHOR:Gg,DOTS_SLASH:Wg,NO_DOT:VM,NO_DOTS:zM,NO_DOT_SLASH:KM,NO_DOTS_SLASH:GM,QMARK_NO_DOT:WM,STAR:YM,START_ANCHOR:pF},JM={...hF,SLASH_LITERAL:`[${Hr}]`,QMARK:fF,STAR:`${fF}*?`,DOTS_SLASH:`${hn}{1,2}(?:[${Hr}]|$)`,NO_DOT:`(?!${hn})`,NO_DOTS:`(?!(?:^|[${Hr}])${hn}{1,2}(?:[${Hr}]|$))`,NO_DOT_SLASH:`(?!${hn}{0,1}(?:[${Hr}]|$))`,NO_DOTS_SLASH:`(?!${hn}{1,2}(?:[${Hr}]|$))`,QMARK_NO_DOT:`[^.${Hr}]`,START_ANCHOR:`(?:^|[${Hr}])`,END_ANCHOR:`(?:[${Hr}]|$)`},XM={alnum:"a-zA-Z0-9",alpha:"a-zA-Z",ascii:"\\x00-\\x7F",blank:" \\t",cntrl:"\\x00-\\x1F\\x7F",digit:"0-9",graph:"\\x21-\\x7E",lower:"a-z",print:"\\x20-\\x7E ",punct:"\\-!\"#$%&'()\\*+,./:;<=>?@[\\]^_`{|}~",space:" \\t\\r\\n\\v\\f",upper:"A-Z",word:"A-Za-z0-9_",xdigit:"A-Fa-f0-9"};mF.exports={MAX_LENGTH:1024*64,POSIX_REGEX_SOURCE:XM,REGEX_BACKSLASH:/\\(?![*+?^${}(|)[\]])/g,REGEX_NON_SPECIAL_CHARS:/^[^@![\].,$*+?^{}()|\\/]+/,REGEX_SPECIAL_CHARS:/[-*+?.^${}(|)[\]]/,REGEX_SPECIAL_CHARS_BACKREF:/(\\?)((\W)(\3*))/g,REGEX_SPECIAL_CHARS_GLOBAL:/([-*+?.^${}(|)[\]])/g,REGEX_REMOVE_BACKSLASH:/(?:\[.*?[^\\]\]|\\(?=.))/g,REPLACEMENTS:{"***":"*","**/**":"**","**/**/**":"**"},CHAR_0:48,CHAR_9:57,CHAR_UPPERCASE_A:65,CHAR_LOWERCASE_A:97,CHAR_UPPERCASE_Z:90,CHAR_LOWERCASE_Z:122,CHAR_LEFT_PARENTHESES:40,CHAR_RIGHT_PARENTHESES:41,CHAR_ASTERISK:42,CHAR_AMPERSAND:38,CHAR_AT:64,CHAR_BACKWARD_SLASH:92,CHAR_CARRIAGE_RETURN:13,CHAR_CIRCUMFLEX_ACCENT:94,CHAR_COLON:58,CHAR_COMMA:44,CHAR_DOT:46,CHAR_DOUBLE_QUOTE:34,CHAR_EQUAL:61,CHAR_EXCLAMATION_MARK:33,CHAR_FORM_FEED:12,CHAR_FORWARD_SLASH:47,CHAR_GRAVE_ACCENT:96,CHAR_HASH:35,CHAR_HYPHEN_MINUS:45,CHAR_LEFT_ANGLE_BRACKET:60,CHAR_LEFT_CURLY_BRACE:123,CHAR_LEFT_SQUARE_BRACKET:91,CHAR_LINE_FEED:10,CHAR_NO_BREAK_SPACE:160,CHAR_PERCENT:37,CHAR_PLUS:43,CHAR_QUESTION_MARK:63,CHAR_RIGHT_ANGLE_BRACKET:62,CHAR_RIGHT_CURLY_BRACE:125,CHAR_RIGHT_SQUARE_BRACKET:93,CHAR_SEMICOLON:59,CHAR_SINGLE_QUOTE:39,CHAR_SPACE:32,CHAR_TAB:9,CHAR_UNDERSCORE:95,CHAR_VERTICAL_LINE:124,CHAR_ZERO_WIDTH_NOBREAK_SPACE:65279,SEP:UM.sep,extglobChars(t){return{"!":{type:"negate",open:"(?:(?!(?:",close:`))${t.STAR})`},"?":{type:"qmark",open:"(?:",close:")?"},"+":{type:"plus",open:"(?:",close:")+"},"*":{type:"star",open:"(?:",close:")*"},"@":{type:"at",open:"(?:",close:")"}}},globChars(t){return t===!0?JM:hF}}});var Ms=S(Ht=>{"use strict";var ZM=require("path"),QM=process.platform==="win32",{REGEX_BACKSLASH:e9,REGEX_REMOVE_BACKSLASH:t9,REGEX_SPECIAL_CHARS:r9,REGEX_SPECIAL_CHARS_GLOBAL:n9}=Us();Ht.isObject=t=>t!==null&&typeof t=="object"&&!Array.isArray(t);Ht.hasRegexChars=t=>r9.test(t);Ht.isRegexChar=t=>t.length===1&&Ht.hasRegexChars(t);Ht.escapeRegex=t=>t.replace(n9,"\\$1");Ht.toPosixSlashes=t=>t.replace(e9,"/");Ht.removeBackslashes=t=>t.replace(t9,e=>e==="\\"?"":e);Ht.supportsLookbehinds=()=>{let t=process.version.slice(1).split(".").map(Number);return t.length===3&&t[0]>=9||t[0]===8&&t[1]>=10};Ht.isWindows=t=>t&&typeof t.windows=="boolean"?t.windows:QM===!0||ZM.sep==="\\";Ht.escapeLast=(t,e,r)=>{let n=t.lastIndexOf(e,r);return n===-1?t:t[n-1]==="\\"?Ht.escapeLast(t,e,n-1):`${t.slice(0,n)}\\${t.slice(n)}`};Ht.removePrefix=(t,e={})=>{let r=t;return r.startsWith("./")&&(r=r.slice(2),e.prefix="./"),r};Ht.wrapOutput=(t,e={},r={})=>{let n=r.contains?"":"^",o=r.contains?"":"$",i=`${n}(?:${t})${o}`;return e.negated===!0&&(i=`(?:^(?!${i}).*$)`),i}});var EF=S((BJ,CF)=>{"use strict";var gF=Ms(),{CHAR_ASTERISK:Yg,CHAR_AT:o9,CHAR_BACKWARD_SLASH:qs,CHAR_COMMA:i9,CHAR_DOT:Jg,CHAR_EXCLAMATION_MARK:Xg,CHAR_FORWARD_SLASH:vF,CHAR_LEFT_CURLY_BRACE:Zg,CHAR_LEFT_PARENTHESES:Qg,CHAR_LEFT_SQUARE_BRACKET:a9,CHAR_PLUS:s9,CHAR_QUESTION_MARK:DF,CHAR_RIGHT_CURLY_BRACE:u9,CHAR_RIGHT_PARENTHESES:yF,CHAR_RIGHT_SQUARE_BRACKET:c9}=Us(),bF=t=>t===vF||t===qs,wF=t=>{t.isPrefix!==!0&&(t.depth=t.isGlobstar?1/0:1)},l9=(t,e)=>{let r=e||{},n=t.length-1,o=r.parts===!0||r.scanToEnd===!0,i=[],a=[],s=[],u=t,c=-1,l=0,d=0,p=!1,h=!1,m=!1,b=!1,D=!1,C=!1,E=!1,g=!1,_=!1,x=!1,$=0,O,B,T={value:"",depth:0,isGlob:!1},N=()=>c>=n,F=()=>u.charCodeAt(c+1),j=()=>(O=B,u.charCodeAt(++c));for(;c<n;){B=j();let w;if(B===qs){E=T.backslashes=!0,B=j(),B===Zg&&(C=!0);continue}if(C===!0||B===Zg){for($++;N()!==!0&&(B=j());){if(B===qs){E=T.backslashes=!0,j();continue}if(B===Zg){$++;continue}if(C!==!0&&B===Jg&&(B=j())===Jg){if(p=T.isBrace=!0,m=T.isGlob=!0,x=!0,o===!0)continue;break}if(C!==!0&&B===i9){if(p=T.isBrace=!0,m=T.isGlob=!0,x=!0,o===!0)continue;break}if(B===u9&&($--,$===0)){C=!1,p=T.isBrace=!0,x=!0;break}}if(o===!0)continue;break}if(B===vF){if(i.push(c),a.push(T),T={value:"",depth:0,isGlob:!1},x===!0)continue;if(O===Jg&&c===l+1){l+=2;continue}d=c+1;continue}if(r.noext!==!0&&(B===s9||B===o9||B===Yg||B===DF||B===Xg)===!0&&F()===Qg){if(m=T.isGlob=!0,b=T.isExtglob=!0,x=!0,B===Xg&&c===l&&(_=!0),o===!0){for(;N()!==!0&&(B=j());){if(B===qs){E=T.backslashes=!0,B=j();continue}if(B===yF){m=T.isGlob=!0,x=!0;break}}continue}break}if(B===Yg){if(O===Yg&&(D=T.isGlobstar=!0),m=T.isGlob=!0,x=!0,o===!0)continue;break}if(B===DF){if(m=T.isGlob=!0,x=!0,o===!0)continue;break}if(B===a9){for(;N()!==!0&&(w=j());){if(w===qs){E=T.backslashes=!0,j();continue}if(w===c9){h=T.isBracket=!0,m=T.isGlob=!0,x=!0;break}}if(o===!0)continue;break}if(r.nonegate!==!0&&B===Xg&&c===l){g=T.negated=!0,l++;continue}if(r.noparen!==!0&&B===Qg){if(m=T.isGlob=!0,o===!0){for(;N()!==!0&&(B=j());){if(B===Qg){E=T.backslashes=!0,B=j();continue}if(B===yF){x=!0;break}}continue}break}if(m===!0){if(x=!0,o===!0)continue;break}}r.noext===!0&&(b=!1,m=!1);let M=u,z="",k="";l>0&&(z=u.slice(0,l),u=u.slice(l),d-=l),M&&m===!0&&d>0?(M=u.slice(0,d),k=u.slice(d)):m===!0?(M="",k=u):M=u,M&&M!==""&&M!=="/"&&M!==u&&bF(M.charCodeAt(M.length-1))&&(M=M.slice(0,-1)),r.unescape===!0&&(k&&(k=gF.removeBackslashes(k)),M&&E===!0&&(M=gF.removeBackslashes(M)));let y={prefix:z,input:t,start:l,base:M,glob:k,isBrace:p,isBracket:h,isGlob:m,isExtglob:b,isGlobstar:D,negated:g,negatedExtglob:_};if(r.tokens===!0&&(y.maxDepth=0,bF(B)||a.push(T),y.tokens=a),r.parts===!0||r.tokens===!0){let w;for(let v=0;v<i.length;v++){let A=w?w+1:l,R=i[v],P=t.slice(A,R);r.tokens&&(v===0&&l!==0?(a[v].isPrefix=!0,a[v].value=z):a[v].value=P,wF(a[v]),y.maxDepth+=a[v].depth),(v!==0||P!=="")&&s.push(P),w=R}if(w&&w+1<t.length){let v=t.slice(w+1);s.push(v),r.tokens&&(a[a.length-1].value=v,wF(a[a.length-1]),y.maxDepth+=a[a.length-1].depth)}y.slashes=i,y.parts=s}return y};CF.exports=l9});var xF=S((LJ,SF)=>{"use strict";var lf=Us(),Zt=Ms(),{MAX_LENGTH:ff,POSIX_REGEX_SOURCE:f9,REGEX_NON_SPECIAL_CHARS:d9,REGEX_SPECIAL_CHARS_BACKREF:p9,REPLACEMENTS:_F}=lf,h9=(t,e)=>{if(typeof e.expandRange=="function")return e.expandRange(...t,e);t.sort();let r=`[${t.join("-")}]`;try{new RegExp(r)}catch{return t.map(o=>Zt.escapeRegex(o)).join("..")}return r},pa=(t,e)=>`Missing ${t}: "${e}" - use "\\\\${e}" to match literal characters`,eD=(t,e)=>{if(typeof t!="string")throw new TypeError("Expected a string");t=_F[t]||t;let r={...e},n=typeof r.maxLength=="number"?Math.min(ff,r.maxLength):ff,o=t.length;if(o>n)throw new SyntaxError(`Input length: ${o}, exceeds maximum allowed length: ${n}`);let i={type:"bos",value:"",output:r.prepend||""},a=[i],s=r.capture?"":"?:",u=Zt.isWindows(e),c=lf.globChars(u),l=lf.extglobChars(c),{DOT_LITERAL:d,PLUS_LITERAL:p,SLASH_LITERAL:h,ONE_CHAR:m,DOTS_SLASH:b,NO_DOT:D,NO_DOT_SLASH:C,NO_DOTS_SLASH:E,QMARK:g,QMARK_NO_DOT:_,STAR:x,START_ANCHOR:$}=c,O=G=>`(${s}(?:(?!${$}${G.dot?b:d}).)*?)`,B=r.dot?"":D,T=r.dot?g:_,N=r.bash===!0?O(r):x;r.capture&&(N=`(${N})`),typeof r.noext=="boolean"&&(r.noextglob=r.noext);let F={input:t,index:-1,start:0,dot:r.dot===!0,consumed:"",output:"",prefix:"",backtrack:!1,negated:!1,brackets:0,braces:0,parens:0,quotes:0,globstar:!1,tokens:a};t=Zt.removePrefix(t,F),o=t.length;let j=[],M=[],z=[],k=i,y,w=()=>F.index===o-1,v=F.peek=(G=1)=>t[F.index+G],A=F.advance=()=>t[++F.index]||"",R=()=>t.slice(F.index+1),P=(G="",_e=0)=>{F.consumed+=G,F.index+=_e},q=G=>{F.output+=G.output!=null?G.output:G.value,P(G.value)},I=()=>{let G=1;for(;v()==="!"&&(v(2)!=="("||v(3)==="?");)A(),F.start++,G++;return G%2===0?!1:(F.negated=!0,F.start++,!0)},L=G=>{F[G]++,z.push(G)},te=G=>{F[G]--,z.pop()},V=G=>{if(k.type==="globstar"){let _e=F.braces>0&&(G.type==="comma"||G.type==="brace"),H=G.extglob===!0||j.length&&(G.type==="pipe"||G.type==="paren");G.type!=="slash"&&G.type!=="paren"&&!_e&&!H&&(F.output=F.output.slice(0,-k.output.length),k.type="star",k.value="*",k.output=N,F.output+=k.output)}if(j.length&&G.type!=="paren"&&(j[j.length-1].inner+=G.value),(G.value||G.output)&&q(G),k&&k.type==="text"&&G.type==="text"){k.value+=G.value,k.output=(k.output||"")+G.value;return}G.prev=k,a.push(G),k=G},se=(G,_e)=>{let H={...l[_e],conditions:1,inner:""};H.prev=k,H.parens=F.parens,H.output=F.output;let ue=(r.capture?"(":"")+H.open;L("parens"),V({type:G,value:_e,output:F.output?"":m}),V({type:"paren",extglob:!0,value:A(),output:ue}),j.push(H)},mr=G=>{let _e=G.close+(r.capture?")":""),H;if(G.type==="negate"){let ue=N;if(G.inner&&G.inner.length>1&&G.inner.includes("/")&&(ue=O(r)),(ue!==N||w()||/^\)+$/.test(R()))&&(_e=G.close=`)$))${ue}`),G.inner.includes("*")&&(H=R())&&/^\.[^\\/.]+$/.test(H)){let qe=eD(H,{...e,fastpaths:!1}).output;_e=G.close=`)${qe})${ue})`}G.prev.type==="bos"&&(F.negatedExtglob=!0)}V({type:"paren",extglob:!0,value:y,output:_e}),te("parens")};if(r.fastpaths!==!1&&!/(^[*!]|[/()[\]{}"])/.test(t)){let G=!1,_e=t.replace(p9,(H,ue,qe,Et,tt,wf)=>Et==="\\"?(G=!0,H):Et==="?"?ue?ue+Et+(tt?g.repeat(tt.length):""):wf===0?T+(tt?g.repeat(tt.length):""):g.repeat(qe.length):Et==="."?d.repeat(qe.length):Et==="*"?ue?ue+Et+(tt?N:""):N:ue?H:`\\${H}`);return G===!0&&(r.unescape===!0?_e=_e.replace(/\\/g,""):_e=_e.replace(/\\+/g,H=>H.length%2===0?"\\\\":H?"\\":"")),_e===t&&r.contains===!0?(F.output=t,F):(F.output=Zt.wrapOutput(_e,F,e),F)}for(;!w();){if(y=A(),y==="\0")continue;if(y==="\\"){let H=v();if(H==="/"&&r.bash!==!0||H==="."||H===";")continue;if(!H){y+="\\",V({type:"text",value:y});continue}let ue=/^\\+/.exec(R()),qe=0;if(ue&&ue[0].length>2&&(qe=ue[0].length,F.index+=qe,qe%2!==0&&(y+="\\")),r.unescape===!0?y=A():y+=A(),F.brackets===0){V({type:"text",value:y});continue}}if(F.brackets>0&&(y!=="]"||k.value==="["||k.value==="[^")){if(r.posix!==!1&&y===":"){let H=k.value.slice(1);if(H.includes("[")&&(k.posix=!0,H.includes(":"))){let ue=k.value.lastIndexOf("["),qe=k.value.slice(0,ue),Et=k.value.slice(ue+2),tt=f9[Et];if(tt){k.value=qe+tt,F.backtrack=!0,A(),!i.output&&a.indexOf(k)===1&&(i.output=m);continue}}}(y==="["&&v()!==":"||y==="-"&&v()==="]")&&(y=`\\${y}`),y==="]"&&(k.value==="["||k.value==="[^")&&(y=`\\${y}`),r.posix===!0&&y==="!"&&k.value==="["&&(y="^"),k.value+=y,q({value:y});continue}if(F.quotes===1&&y!=='"'){y=Zt.escapeRegex(y),k.value+=y,q({value:y});continue}if(y==='"'){F.quotes=F.quotes===1?0:1,r.keepQuotes===!0&&V({type:"text",value:y});continue}if(y==="("){L("parens"),V({type:"paren",value:y});continue}if(y===")"){if(F.parens===0&&r.strictBrackets===!0)throw new SyntaxError(pa("opening","("));let H=j[j.length-1];if(H&&F.parens===H.parens+1){mr(j.pop());continue}V({type:"paren",value:y,output:F.parens?")":"\\)"}),te("parens");continue}if(y==="["){if(r.nobracket===!0||!R().includes("]")){if(r.nobracket!==!0&&r.strictBrackets===!0)throw new SyntaxError(pa("closing","]"));y=`\\${y}`}else L("brackets");V({type:"bracket",value:y});continue}if(y==="]"){if(r.nobracket===!0||k&&k.type==="bracket"&&k.value.length===1){V({type:"text",value:y,output:`\\${y}`});continue}if(F.brackets===0){if(r.strictBrackets===!0)throw new SyntaxError(pa("opening","["));V({type:"text",value:y,output:`\\${y}`});continue}te("brackets");let H=k.value.slice(1);if(k.posix!==!0&&H[0]==="^"&&!H.includes("/")&&(y=`/${y}`),k.value+=y,q({value:y}),r.literalBrackets===!1||Zt.hasRegexChars(H))continue;let ue=Zt.escapeRegex(k.value);if(F.output=F.output.slice(0,-k.value.length),r.literalBrackets===!0){F.output+=ue,k.value=ue;continue}k.value=`(${s}${ue}|${k.value})`,F.output+=k.value;continue}if(y==="{"&&r.nobrace!==!0){L("braces");let H={type:"brace",value:y,output:"(",outputIndex:F.output.length,tokensIndex:F.tokens.length};M.push(H),V(H);continue}if(y==="}"){let H=M[M.length-1];if(r.nobrace===!0||!H){V({type:"text",value:y,output:y});continue}let ue=")";if(H.dots===!0){let qe=a.slice(),Et=[];for(let tt=qe.length-1;tt>=0&&(a.pop(),qe[tt].type!=="brace");tt--)qe[tt].type!=="dots"&&Et.unshift(qe[tt].value);ue=h9(Et,r),F.backtrack=!0}if(H.comma!==!0&&H.dots!==!0){let qe=F.output.slice(0,H.outputIndex),Et=F.tokens.slice(H.tokensIndex);H.value=H.output="\\{",y=ue="\\}",F.output=qe;for(let tt of Et)F.output+=tt.output||tt.value}V({type:"brace",value:y,output:ue}),te("braces"),M.pop();continue}if(y==="|"){j.length>0&&j[j.length-1].conditions++,V({type:"text",value:y});continue}if(y===","){let H=y,ue=M[M.length-1];ue&&z[z.length-1]==="braces"&&(ue.comma=!0,H="|"),V({type:"comma",value:y,output:H});continue}if(y==="/"){if(k.type==="dot"&&F.index===F.start+1){F.start=F.index+1,F.consumed="",F.output="",a.pop(),k=i;continue}V({type:"slash",value:y,output:h});continue}if(y==="."){if(F.braces>0&&k.type==="dot"){k.value==="."&&(k.output=d);let H=M[M.length-1];k.type="dots",k.output+=y,k.value+=y,H.dots=!0;continue}if(F.braces+F.parens===0&&k.type!=="bos"&&k.type!=="slash"){V({type:"text",value:y,output:d});continue}V({type:"dot",value:y,output:d});continue}if(y==="?"){if(!(k&&k.value==="(")&&r.noextglob!==!0&&v()==="("&&v(2)!=="?"){se("qmark",y);continue}if(k&&k.type==="paren"){let ue=v(),qe=y;if(ue==="<"&&!Zt.supportsLookbehinds())throw new Error("Node.js v10 or higher is required for regex lookbehinds");(k.value==="("&&!/[!=<:]/.test(ue)||ue==="<"&&!/<([!=]|\w+>)/.test(R()))&&(qe=`\\${y}`),V({type:"text",value:y,output:qe});continue}if(r.dot!==!0&&(k.type==="slash"||k.type==="bos")){V({type:"qmark",value:y,output:_});continue}V({type:"qmark",value:y,output:g});continue}if(y==="!"){if(r.noextglob!==!0&&v()==="("&&(v(2)!=="?"||!/[!=<:]/.test(v(3)))){se("negate",y);continue}if(r.nonegate!==!0&&F.index===0){I();continue}}if(y==="+"){if(r.noextglob!==!0&&v()==="("&&v(2)!=="?"){se("plus",y);continue}if(k&&k.value==="("||r.regex===!1){V({type:"plus",value:y,output:p});continue}if(k&&(k.type==="bracket"||k.type==="paren"||k.type==="brace")||F.parens>0){V({type:"plus",value:y});continue}V({type:"plus",value:p});continue}if(y==="@"){if(r.noextglob!==!0&&v()==="("&&v(2)!=="?"){V({type:"at",extglob:!0,value:y,output:""});continue}V({type:"text",value:y});continue}if(y!=="*"){(y==="$"||y==="^")&&(y=`\\${y}`);let H=d9.exec(R());H&&(y+=H[0],F.index+=H[0].length),V({type:"text",value:y});continue}if(k&&(k.type==="globstar"||k.star===!0)){k.type="star",k.star=!0,k.value+=y,k.output=N,F.backtrack=!0,F.globstar=!0,P(y);continue}let G=R();if(r.noextglob!==!0&&/^\([^?]/.test(G)){se("star",y);continue}if(k.type==="star"){if(r.noglobstar===!0){P(y);continue}let H=k.prev,ue=H.prev,qe=H.type==="slash"||H.type==="bos",Et=ue&&(ue.type==="star"||ue.type==="globstar");if(r.bash===!0&&(!qe||G[0]&&G[0]!=="/")){V({type:"star",value:y,output:""});continue}let tt=F.braces>0&&(H.type==="comma"||H.type==="brace"),wf=j.length&&(H.type==="pipe"||H.type==="paren");if(!qe&&H.type!=="paren"&&!tt&&!wf){V({type:"star",value:y,output:""});continue}for(;G.slice(0,3)==="/**";){let Gs=t[F.index+4];if(Gs&&Gs!=="/")break;G=G.slice(3),P("/**",3)}if(H.type==="bos"&&w()){k.type="globstar",k.value+=y,k.output=O(r),F.output=k.output,F.globstar=!0,P(y);continue}if(H.type==="slash"&&H.prev.type!=="bos"&&!Et&&w()){F.output=F.output.slice(0,-(H.output+k.output).length),H.output=`(?:${H.output}`,k.type="globstar",k.output=O(r)+(r.strictSlashes?")":"|$)"),k.value+=y,F.globstar=!0,F.output+=H.output+k.output,P(y);continue}if(H.type==="slash"&&H.prev.type!=="bos"&&G[0]==="/"){let Gs=G[1]!==void 0?"|$":"";F.output=F.output.slice(0,-(H.output+k.output).length),H.output=`(?:${H.output}`,k.type="globstar",k.output=`${O(r)}${h}|${h}${Gs})`,k.value+=y,F.output+=H.output+k.output,F.globstar=!0,P(y+A()),V({type:"slash",value:"/",output:""});continue}if(H.type==="bos"&&G[0]==="/"){k.type="globstar",k.value+=y,k.output=`(?:^|${h}|${O(r)}${h})`,F.output=k.output,F.globstar=!0,P(y+A()),V({type:"slash",value:"/",output:""});continue}F.output=F.output.slice(0,-k.output.length),k.type="globstar",k.output=O(r),k.value+=y,F.output+=k.output,F.globstar=!0,P(y);continue}let _e={type:"star",value:y,output:N};if(r.bash===!0){_e.output=".*?",(k.type==="bos"||k.type==="slash")&&(_e.output=B+_e.output),V(_e);continue}if(k&&(k.type==="bracket"||k.type==="paren")&&r.regex===!0){_e.output=y,V(_e);continue}(F.index===F.start||k.type==="slash"||k.type==="dot")&&(k.type==="dot"?(F.output+=C,k.output+=C):r.dot===!0?(F.output+=E,k.output+=E):(F.output+=B,k.output+=B),v()!=="*"&&(F.output+=m,k.output+=m)),V(_e)}for(;F.brackets>0;){if(r.strictBrackets===!0)throw new SyntaxError(pa("closing","]"));F.output=Zt.escapeLast(F.output,"["),te("brackets")}for(;F.parens>0;){if(r.strictBrackets===!0)throw new SyntaxError(pa("closing",")"));F.output=Zt.escapeLast(F.output,"("),te("parens")}for(;F.braces>0;){if(r.strictBrackets===!0)throw new SyntaxError(pa("closing","}"));F.output=Zt.escapeLast(F.output,"{"),te("braces")}if(r.strictSlashes!==!0&&(k.type==="star"||k.type==="bracket")&&V({type:"maybe_slash",value:"",output:`${h}?`}),F.backtrack===!0){F.output="";for(let G of F.tokens)F.output+=G.output!=null?G.output:G.value,G.suffix&&(F.output+=G.suffix)}return F};eD.fastpaths=(t,e)=>{let r={...e},n=typeof r.maxLength=="number"?Math.min(ff,r.maxLength):ff,o=t.length;if(o>n)throw new SyntaxError(`Input length: ${o}, exceeds maximum allowed length: ${n}`);t=_F[t]||t;let i=Zt.isWindows(e),{DOT_LITERAL:a,SLASH_LITERAL:s,ONE_CHAR:u,DOTS_SLASH:c,NO_DOT:l,NO_DOTS:d,NO_DOTS_SLASH:p,STAR:h,START_ANCHOR:m}=lf.globChars(i),b=r.dot?d:l,D=r.dot?p:l,C=r.capture?"":"?:",E={negated:!1,prefix:""},g=r.bash===!0?".*?":h;r.capture&&(g=`(${g})`);let _=B=>B.noglobstar===!0?g:`(${C}(?:(?!${m}${B.dot?c:a}).)*?)`,x=B=>{switch(B){case"*":return`${b}${u}${g}`;case".*":return`${a}${u}${g}`;case"*.*":return`${b}${g}${a}${u}${g}`;case"*/*":return`${b}${g}${s}${u}${D}${g}`;case"**":return b+_(r);case"**/*":return`(?:${b}${_(r)}${s})?${D}${u}${g}`;case"**/*.*":return`(?:${b}${_(r)}${s})?${D}${g}${a}${u}${g}`;case"**/.*":return`(?:${b}${_(r)}${s})?${a}${u}${g}`;default:{let T=/^(.*?)\.(\w+)$/.exec(B);if(!T)return;let N=x(T[1]);return N?N+a+T[2]:void 0}}},$=Zt.removePrefix(t,E),O=x($);return O&&r.strictSlashes!==!0&&(O+=`${s}?`),O};SF.exports=eD});var FF=S((NJ,AF)=>{"use strict";var m9=require("path"),g9=EF(),tD=xF(),rD=Ms(),D9=Us(),y9=t=>t&&typeof t=="object"&&!Array.isArray(t),Qe=(t,e,r=!1)=>{if(Array.isArray(t)){let l=t.map(p=>Qe(p,e,r));return p=>{for(let h of l){let m=h(p);if(m)return m}return!1}}let n=y9(t)&&t.tokens&&t.input;if(t===""||typeof t!="string"&&!n)throw new TypeError("Expected pattern to be a non-empty string");let o=e||{},i=rD.isWindows(e),a=n?Qe.compileRe(t,e):Qe.makeRe(t,e,!1,!0),s=a.state;delete a.state;let u=()=>!1;if(o.ignore){let l={...e,ignore:null,onMatch:null,onResult:null};u=Qe(o.ignore,l,r)}let c=(l,d=!1)=>{let{isMatch:p,match:h,output:m}=Qe.test(l,a,e,{glob:t,posix:i}),b={glob:t,state:s,regex:a,posix:i,input:l,output:m,match:h,isMatch:p};return typeof o.onResult=="function"&&o.onResult(b),p===!1?(b.isMatch=!1,d?b:!1):u(l)?(typeof o.onIgnore=="function"&&o.onIgnore(b),b.isMatch=!1,d?b:!1):(typeof o.onMatch=="function"&&o.onMatch(b),d?b:!0)};return r&&(c.state=s),c};Qe.test=(t,e,r,{glob:n,posix:o}={})=>{if(typeof t!="string")throw new TypeError("Expected input to be a string");if(t==="")return{isMatch:!1,output:""};let i=r||{},a=i.format||(o?rD.toPosixSlashes:null),s=t===n,u=s&&a?a(t):t;return s===!1&&(u=a?a(t):t,s=u===n),(s===!1||i.capture===!0)&&(i.matchBase===!0||i.basename===!0?s=Qe.matchBase(t,e,r,o):s=e.exec(u)),{isMatch:!!s,match:s,output:u}};Qe.matchBase=(t,e,r,n=rD.isWindows(r))=>(e instanceof RegExp?e:Qe.makeRe(e,r)).test(m9.basename(t));Qe.isMatch=(t,e,r)=>Qe(e,r)(t);Qe.parse=(t,e)=>Array.isArray(t)?t.map(r=>Qe.parse(r,e)):tD(t,{...e,fastpaths:!1});Qe.scan=(t,e)=>g9(t,e);Qe.compileRe=(t,e,r=!1,n=!1)=>{if(r===!0)return t.output;let o=e||{},i=o.contains?"":"^",a=o.contains?"":"$",s=`${i}(?:${t.output})${a}`;t&&t.negated===!0&&(s=`^(?!${s}).*$`);let u=Qe.toRegex(s,e);return n===!0&&(u.state=t),u};Qe.makeRe=(t,e={},r=!1,n=!1)=>{if(!t||typeof t!="string")throw new TypeError("Expected a non-empty string");let o={negated:!1,fastpaths:!0};return e.fastpaths!==!1&&(t[0]==="."||t[0]==="*")&&(o.output=tD.fastpaths(t,e)),o.output||(o=tD(t,e)),Qe.compileRe(o,e,r,n)};Qe.toRegex=(t,e)=>{try{let r=e||{};return new RegExp(t,r.flags||(r.nocase?"i":""))}catch(r){if(e&&e.debug===!0)throw r;return/$^/}};Qe.constants=D9;AF.exports=Qe});var kF=S((jJ,OF)=>{"use strict";OF.exports=FF()});var BF=S((UJ,RF)=>{"use strict";var $F=require("util"),TF=lF(),Vr=kF(),nD=Ms(),PF=t=>t===""||t==="./",IF=t=>{let e=t.indexOf("{");return e>-1&&t.indexOf("}",e)>-1},Ne=(t,e,r)=>{e=[].concat(e),t=[].concat(t);let n=new Set,o=new Set,i=new Set,a=0,s=l=>{i.add(l.output),r&&r.onResult&&r.onResult(l)};for(let l=0;l<e.length;l++){let d=Vr(String(e[l]),{...r,onResult:s},!0),p=d.state.negated||d.state.negatedExtglob;p&&a++;for(let h of t){let m=d(h,!0);(p?!m.isMatch:m.isMatch)&&(p?n.add(m.output):(n.delete(m.output),o.add(m.output)))}}let c=(a===e.length?[...i]:[...o]).filter(l=>!n.has(l));if(r&&c.length===0){if(r.failglob===!0)throw new Error(`No matches found for "${e.join(", ")}"`);if(r.nonull===!0||r.nullglob===!0)return r.unescape?e.map(l=>l.replace(/\\/g,"")):e}return c};Ne.match=Ne;Ne.matcher=(t,e)=>Vr(t,e);Ne.isMatch=(t,e,r)=>Vr(e,r)(t);Ne.any=Ne.isMatch;Ne.not=(t,e,r={})=>{e=[].concat(e).map(String);let n=new Set,o=[],i=s=>{r.onResult&&r.onResult(s),o.push(s.output)},a=new Set(Ne(t,e,{...r,onResult:i}));for(let s of o)a.has(s)||n.add(s);return[...n]};Ne.contains=(t,e,r)=>{if(typeof t!="string")throw new TypeError(`Expected a string: "${$F.inspect(t)}"`);if(Array.isArray(e))return e.some(n=>Ne.contains(t,n,r));if(typeof e=="string"){if(PF(t)||PF(e))return!1;if(t.includes(e)||t.startsWith("./")&&t.slice(2).includes(e))return!0}return Ne.isMatch(t,e,{...r,contains:!0})};Ne.matchKeys=(t,e,r)=>{if(!nD.isObject(t))throw new TypeError("Expected the first argument to be an object");let n=Ne(Object.keys(t),e,r),o={};for(let i of n)o[i]=t[i];return o};Ne.some=(t,e,r)=>{let n=[].concat(t);for(let o of[].concat(e)){let i=Vr(String(o),r);if(n.some(a=>i(a)))return!0}return!1};Ne.every=(t,e,r)=>{let n=[].concat(t);for(let o of[].concat(e)){let i=Vr(String(o),r);if(!n.every(a=>i(a)))return!1}return!0};Ne.all=(t,e,r)=>{if(typeof t!="string")throw new TypeError(`Expected a string: "${$F.inspect(t)}"`);return[].concat(e).every(n=>Vr(n,r)(t))};Ne.capture=(t,e,r)=>{let n=nD.isWindows(r),i=Vr.makeRe(String(t),{...r,capture:!0}).exec(n?nD.toPosixSlashes(e):e);if(i)return i.slice(1).map(a=>a===void 0?"":a)};Ne.makeRe=(...t)=>Vr.makeRe(...t);Ne.scan=(...t)=>Vr.scan(...t);Ne.parse=(t,e)=>{let r=[];for(let n of[].concat(t||[]))for(let o of TF(String(n),e))r.push(Vr.parse(o,e));return r};Ne.braces=(t,e)=>{if(typeof t!="string")throw new TypeError("Expected a string");return e&&e.nobrace===!0||!IF(t)?[t]:TF(t,e)};Ne.braceExpand=(t,e)=>{if(typeof t!="string")throw new TypeError("Expected a string");return Ne.braces(t,{...e,expand:!0})};Ne.hasBraces=IF;RF.exports=Ne});var CO=S((NX,mn)=>{var $e=require("fs"),mf=require("os"),gt=require("path"),iO=require("crypto"),Kr={fs:$e.constants,os:mf.constants},aO="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz",lO=/XXXXXX/,z9=3,fO=(Kr.O_CREAT||Kr.fs.O_CREAT)|(Kr.O_EXCL||Kr.fs.O_EXCL)|(Kr.O_RDWR||Kr.fs.O_RDWR),K9=mf.platform()==="win32",G9=Kr.EBADF||Kr.os.errno.EBADF,W9=Kr.ENOENT||Kr.os.errno.ENOENT,dO=448,pO=384,Y9="exit",ma=[],hO=$e.rmdirSync.bind($e),mO=!1;function J9(t,e){return $e.rm(t,{recursive:!0},e)}function gO(t){return $e.rmSync(t,{recursive:!0})}function lD(t,e){let r=ga(t,e),n=r[0],o=r[1];a7(n,function(i,a){if(i)return o(i);let s=a.tries;(function u(){try{let c=yO(a);$e.stat(c,function(l){if(!l)return s-- >0?u():o(new Error("Could not get a unique tmp filename, max tries reached "+c));o(null,c)})}catch(c){o(c)}})()})}function fD(t){let e=ga(t),r=e[0],n=s7(r),o=n.tries;do{let i=yO(n);try{$e.statSync(i)}catch{return i}}while(o-- >0);throw new Error("Could not get a unique tmp filename, max tries reached")}function X9(t,e){let r=ga(t,e),n=r[0],o=r[1];lD(n,function(a,s){if(a)return o(a);$e.open(s,fO,n.mode||pO,function(c,l){if(c)return o(c);if(n.discardDescriptor)return $e.close(l,function(p){return o(p,s,void 0,uD(s,-1,n,!1))});{let d=n.discardDescriptor||n.detachDescriptor;o(null,s,l,uD(s,d?-1:l,n,!1))}})})}function Z9(t){let e=ga(t),r=e[0],n=r.discardDescriptor||r.detachDescriptor,o=fD(r),i=$e.openSync(o,fO,r.mode||pO);return r.discardDescriptor&&($e.closeSync(i),i=void 0),{name:o,fd:i,removeCallback:uD(o,n?-1:i,r,!0)}}function Q9(t,e){let r=ga(t,e),n=r[0],o=r[1];lD(n,function(a,s){if(a)return o(a);$e.mkdir(s,n.mode||dO,function(c){if(c)return o(c);o(null,s,DO(s,n,!1))})})}function e7(t){let e=ga(t),r=e[0],n=fD(r);return $e.mkdirSync(n,r.mode||dO),{name:n,removeCallback:DO(n,r,!0)}}function t7(t,e){let r=function(n){if(n&&!cD(n))return e(n);e()};0<=t[0]?$e.close(t[0],function(){$e.unlink(t[1],r)}):$e.unlink(t[1],r)}function r7(t){let e=null;try{0<=t[0]&&$e.closeSync(t[0])}catch(r){if(!u7(r)&&!cD(r))throw r}finally{try{$e.unlinkSync(t[1])}catch(r){cD(r)||(e=r)}}if(e!==null)throw e}function uD(t,e,r,n){let o=hf(r7,[e,t],n),i=hf(t7,[e,t],n,o);return r.keep||ma.unshift(o),n?o:i}function DO(t,e,r){let n=e.unsafeCleanup?J9:$e.rmdir.bind($e),o=e.unsafeCleanup?gO:hO,i=hf(o,t,r),a=hf(n,t,r,i);return e.keep||ma.unshift(i),r?i:a}function hf(t,e,r,n){let o=!1;return function i(a){if(!o){let s=n||i,u=ma.indexOf(s);return u>=0&&ma.splice(u,1),o=!0,r||t===hO||t===gO?t(e):t(e,a||function(){})}}}function n7(){if(mO)for(;ma.length;)try{ma[0]()}catch{}}function sO(t){let e=[],r=null;try{r=iO.randomBytes(t)}catch{r=iO.pseudoRandomBytes(t)}for(let n=0;n<t;n++)e.push(aO[r[n]%aO.length]);return e.join("")}function Qt(t){return typeof t>"u"}function ga(t,e){if(typeof t=="function")return[{},t];if(Qt(t))return[{},e];let r={};for(let n of Object.getOwnPropertyNames(t))r[n]=t[n];return[r,e]}function o7(t,e,r){let n=gt.isAbsolute(t)?t:gt.join(e,t);$e.stat(n,function(o){o?$e.realpath(gt.dirname(n),function(i,a){if(i)return r(i);r(null,gt.join(a,gt.basename(n)))}):$e.realpath(n,r)})}function i7(t,e){let r=gt.isAbsolute(t)?t:gt.join(e,t);try{return $e.statSync(r),$e.realpathSync(r)}catch{let o=$e.realpathSync(gt.dirname(r));return gt.join(o,gt.basename(r))}}function yO(t){let e=t.tmpdir;if(!Qt(t.name))return gt.join(e,t.dir,t.name);if(!Qt(t.template))return gt.join(e,t.dir,t.template).replace(lO,sO(6));let r=[t.prefix?t.prefix:"tmp","-",process.pid,"-",sO(12),t.postfix?"-"+t.postfix:""].join("");return gt.join(e,t.dir,r)}function bO(t){if(!Qt(t.name)){let e=t.name;if(gt.isAbsolute(e))throw new Error(`name option must not contain an absolute path, found "${e}".`);let r=gt.basename(e);if(r===".."||r==="."||r!==e)throw new Error(`name option must not contain a path, found "${e}".`)}if(!Qt(t.template)&&!t.template.match(lO))throw new Error(`Invalid template, found "${t.template}".`);if(!Qt(t.tries)&&isNaN(t.tries)||t.tries<0)throw new Error(`Invalid tries, found "${t.tries}".`);t.tries=Qt(t.name)?t.tries||z9:1,t.keep=!!t.keep,t.detachDescriptor=!!t.detachDescriptor,t.discardDescriptor=!!t.discardDescriptor,t.unsafeCleanup=!!t.unsafeCleanup,t.prefix=Qt(t.prefix)?"":t.prefix,t.postfix=Qt(t.postfix)?"":t.postfix}function uO(t,e,r,n){if(Qt(e))return n(null);o7(e,r,function(o,i){if(o)return n(o);let a=gt.relative(r,i);if(!i.startsWith(r))return n(new Error(`${t} option must be relative to "${r}", found "${a}".`));n(null,a)})}function cO(t,e,r){if(Qt(e))return;let n=i7(e,r),o=gt.relative(r,n);if(!n.startsWith(r))throw new Error(`${t} option must be relative to "${r}", found "${o}".`);return o}function a7(t,e){l7(t,function(r,n){if(r)return e(r);t.tmpdir=n;try{bO(t,n)}catch(o){return e(o)}uO("dir",t.dir,n,function(o,i){if(o)return e(o);t.dir=Qt(i)?"":i,uO("template",t.template,n,function(a,s){if(a)return e(a);t.template=s,e(null,t)})})})}function s7(t){let e=t.tmpdir=vO(t);bO(t,e);let r=cO("dir",t.dir,e);return t.dir=Qt(r)?"":r,t.template=cO("template",t.template,e),t}function u7(t){return wO(t,-G9,"EBADF")}function cD(t){return wO(t,-W9,"ENOENT")}function wO(t,e,r){return K9?t.code===r:t.code===r&&t.errno===e}function c7(){mO=!0}function l7(t,e){return $e.realpath(t&&t.tmpdir||mf.tmpdir(),e)}function vO(t){return $e.realpathSync(t&&t.tmpdir||mf.tmpdir())}process.addListener(Y9,n7);Object.defineProperty(mn.exports,"tmpdir",{enumerable:!0,configurable:!1,get:function(){return vO()}});mn.exports.dir=Q9;mn.exports.dirSync=e7;mn.exports.file=X9;mn.exports.fileSync=Z9;mn.exports.tmpName=lD;mn.exports.tmpNameSync=fD;mn.exports.setGracefulCleanup=c7});var yf=require("node:process");var RD=de(ID(),1),{program:ot,createCommand:V7,createArgument:z7,createOption:K7,CommanderError:G7,InvalidArgumentError:W7,InvalidOptionArgumentError:Y7,Command:J7,Argument:X7,Option:Z7,Help:Q7}=RD.default;var gr={name:"@capgo/cli",version:"7.37.4",description:"A CLI to upload to capgo servers",author:"Martin martin@capgo.app",license:"Apache 2.0",homepage:"https://github.com/Cap-go/CLI#readme",repository:{type:"git",url:"git+https://github.com/Cap-go/CLI.git"},bugs:{url:"https://github.com/Cap-go/CLI/issues"},keywords:["appflow alternative","ionic","capacitor","auto update","live update","capgo","cli","upload","capgo-cli","sdk"],exports:{".":{import:"./dist/index.js",require:"./dist/index.js"},"./sdk":{types:"./dist/src/sdk.d.ts",import:"./dist/src/sdk.js",require:"./dist/src/sdk.js"}},main:"dist/index.js",types:"dist/src/index.d.ts",bin:{capgo:"dist/index.js"},engines:{npm:">=8.0.0",node:">=20.0.0"},scripts:{build:"tsc && node build.mjs",dev:"NODE_ENV=development ncc build","no-debug":"node dist/index.js","dev-build":"SUPA_DB=development ncc build",pack:"pkg",types:"npx --yes supabase gen types typescript --project-id=xvwzpoazmxkqosrdewyv > src/types/supabase.types.ts",typecheck:"tsc --noEmit",lint:'eslint "src/**/*.ts" --fix',"check-posix-paths":"node test/check-posix-paths.js","generate-docs":"node dist/index.js generate-docs README.md","test:bundle":"bun test/test-bundle.mjs","test:functional":"bun test/test-functional.mjs","test:semver":"bun test/test-semver-validation.mjs","test:version-edge-cases":"bun test/test-version-validation.mjs","test:regex":"bun test/test-regex-validation.mjs","test:upload":"bun test/test-upload-validation.mjs","test:credentials":"bun test/test-credentials.mjs","test:credentials-validation":"bun test/test-credentials-validation.mjs",test:"bun run test:bundle && bun run test:functional && bun run test:semver && bun run test:version-edge-cases && bun run test:regex && bun run test:upload && bun run test:credentials && bun run test:credentials-validation"},devDependencies:{"@antfu/eslint-config":"^6.1.0","@bradenmacdonald/s3-lite-client":"npm:@jsr/bradenmacdonald__s3-lite-client@0.9.4","@capacitor/cli":"^7.4.4","@capgo/find-package-manager":"^0.0.18","@clack/prompts":"^0.11.0","@sauber/table":"npm:@jsr/sauber__table","@std/semver":"npm:@jsr/std__semver@1.0.6","@supabase/supabase-js":"^2.79.0","@types/adm-zip":"^0.5.7","@types/node":"^24.9.1","@types/prettyjson":"^0.0.33","@types/tmp":"^0.2.6","@vercel/ncc":"^0.38.4","adm-zip":"^0.5.16","ci-info":"^4.3.1",commander:"^14.0.2",esbuild:"^0.25.11",eslint:"^9.38.0","git-format-staged":"3.1.1",husky:"^9.1.7","is-wsl":"^3.1.0",open:"^10.1.2",prettyjson:"^1.2.5",tmp:"^0.2.5","tus-js-client":"^4.3.1",typescript:"^5.9.3"}};var aa=require("node:fs");var Dt=de(jf(),1),Ho=require("node:process"),Dn=de(require("node:readline"),1),Vf=de(require("node:readline"),1),KD=require("node:stream"),GD=de(Mf(),1);function a2({onlyFirst:t=!1}={}){let e=["[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]+)*|[a-zA-Z\\d]+(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]*)*)?(?:\\u0007|\\u001B\\u005C|\\u009C))","(?:(?:\\d{1,4}(?:;\\d{0,4})*)?[\\dA-PR-TZcf-nq-uy=><~]))"].join("|");return new RegExp(e,t?void 0:"g")}var s2=a2();function WD(t){if(typeof t!="string")throw new TypeError(`Expected a \`string\`, got \`${typeof t}\``);return t.replace(s2,"")}function YD(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}var JD={exports:{}};(function(t){var e={};t.exports=e,e.eastAsianWidth=function(n){var o=n.charCodeAt(0),i=n.length==2?n.charCodeAt(1):0,a=o;return 55296<=o&&o<=56319&&56320<=i&&i<=57343&&(o&=1023,i&=1023,a=o<<10|i,a+=65536),a==12288||65281<=a&&a<=65376||65504<=a&&a<=65510?"F":a==8361||65377<=a&&a<=65470||65474<=a&&a<=65479||65482<=a&&a<=65487||65490<=a&&a<=65495||65498<=a&&a<=65500||65512<=a&&a<=65518?"H":4352<=a&&a<=4447||4515<=a&&a<=4519||4602<=a&&a<=4607||9001<=a&&a<=9002||11904<=a&&a<=11929||11931<=a&&a<=12019||12032<=a&&a<=12245||12272<=a&&a<=12283||12289<=a&&a<=12350||12353<=a&&a<=12438||12441<=a&&a<=12543||12549<=a&&a<=12589||12593<=a&&a<=12686||12688<=a&&a<=12730||12736<=a&&a<=12771||12784<=a&&a<=12830||12832<=a&&a<=12871||12880<=a&&a<=13054||13056<=a&&a<=19903||19968<=a&&a<=42124||42128<=a&&a<=42182||43360<=a&&a<=43388||44032<=a&&a<=55203||55216<=a&&a<=55238||55243<=a&&a<=55291||63744<=a&&a<=64255||65040<=a&&a<=65049||65072<=a&&a<=65106||65108<=a&&a<=65126||65128<=a&&a<=65131||110592<=a&&a<=110593||127488<=a&&a<=127490||127504<=a&&a<=127546||127552<=a&&a<=127560||127568<=a&&a<=127569||131072<=a&&a<=194367||177984<=a&&a<=196605||196608<=a&&a<=262141?"W":32<=a&&a<=126||162<=a&&a<=163||165<=a&&a<=166||a==172||a==175||10214<=a&&a<=10221||10629<=a&&a<=10630?"Na":a==161||a==164||167<=a&&a<=168||a==170||173<=a&&a<=174||176<=a&&a<=180||182<=a&&a<=186||188<=a&&a<=191||a==198||a==208||215<=a&&a<=216||222<=a&&a<=225||a==230||232<=a&&a<=234||236<=a&&a<=237||a==240||242<=a&&a<=243||247<=a&&a<=250||a==252||a==254||a==257||a==273||a==275||a==283||294<=a&&a<=295||a==299||305<=a&&a<=307||a==312||319<=a&&a<=322||a==324||328<=a&&a<=331||a==333||338<=a&&a<=339||358<=a&&a<=359||a==363||a==462||a==464||a==466||a==468||a==470||a==472||a==474||a==476||a==593||a==609||a==708||a==711||713<=a&&a<=715||a==717||a==720||728<=a&&a<=731||a==733||a==735||768<=a&&a<=879||913<=a&&a<=929||931<=a&&a<=937||945<=a&&a<=961||963<=a&&a<=969||a==1025||1040<=a&&a<=1103||a==1105||a==8208||8211<=a&&a<=8214||8216<=a&&a<=8217||8220<=a&&a<=8221||8224<=a&&a<=8226||8228<=a&&a<=8231||a==8240||8242<=a&&a<=8243||a==8245||a==8251||a==8254||a==8308||a==8319||8321<=a&&a<=8324||a==8364||a==8451||a==8453||a==8457||a==8467||a==8470||8481<=a&&a<=8482||a==8486||a==8491||8531<=a&&a<=8532||8539<=a&&a<=8542||8544<=a&&a<=8555||8560<=a&&a<=8569||a==8585||8592<=a&&a<=8601||8632<=a&&a<=8633||a==8658||a==8660||a==8679||a==8704||8706<=a&&a<=8707||8711<=a&&a<=8712||a==8715||a==8719||a==8721||a==8725||a==8730||8733<=a&&a<=8736||a==8739||a==8741||8743<=a&&a<=8748||a==8750||8756<=a&&a<=8759||8764<=a&&a<=8765||a==8776||a==8780||a==8786||8800<=a&&a<=8801||8804<=a&&a<=8807||8810<=a&&a<=8811||8814<=a&&a<=8815||8834<=a&&a<=8835||8838<=a&&a<=8839||a==8853||a==8857||a==8869||a==8895||a==8978||9312<=a&&a<=9449||9451<=a&&a<=9547||9552<=a&&a<=9587||9600<=a&&a<=9615||9618<=a&&a<=9621||9632<=a&&a<=9633||9635<=a&&a<=9641||9650<=a&&a<=9651||9654<=a&&a<=9655||9660<=a&&a<=9661||9664<=a&&a<=9665||9670<=a&&a<=9672||a==9675||9678<=a&&a<=9681||9698<=a&&a<=9701||a==9711||9733<=a&&a<=9734||a==9737||9742<=a&&a<=9743||9748<=a&&a<=9749||a==9756||a==9758||a==9792||a==9794||9824<=a&&a<=9825||9827<=a&&a<=9829||9831<=a&&a<=9834||9836<=a&&a<=9837||a==9839||9886<=a&&a<=9887||9918<=a&&a<=9919||9924<=a&&a<=9933||9935<=a&&a<=9953||a==9955||9960<=a&&a<=9983||a==10045||a==10071||10102<=a&&a<=10111||11093<=a&&a<=11097||12872<=a&&a<=12879||57344<=a&&a<=63743||65024<=a&&a<=65039||a==65533||127232<=a&&a<=127242||127248<=a&&a<=127277||127280<=a&&a<=127337||127344<=a&&a<=127386||917760<=a&&a<=917999||983040<=a&&a<=1048573||1048576<=a&&a<=1114109?"A":"N"},e.characterLength=function(n){var o=this.eastAsianWidth(n);return o=="F"||o=="W"||o=="A"?2:1};function r(n){return n.match(/[\uD800-\uDBFF][\uDC00-\uDFFF]|[^\uD800-\uDFFF]/g)||[]}e.length=function(n){for(var o=r(n),i=0,a=0;a<o.length;a++)i=i+this.characterLength(o[a]);return i},e.slice=function(n,o,i){textLen=e.length(n),o=o||0,i=i||1,o<0&&(o=textLen+o),i<0&&(i=textLen+i);for(var a="",s=0,u=r(n),c=0;c<u.length;c++){var l=u[c],d=e.length(l);if(s>=o-(d==2?1:0))if(s+d<=i)a+=l;else break;s+=d}return a}})(JD);var u2=JD.exports,c2=YD(u2),l2=function(){return/\uD83C\uDFF4\uDB40\uDC67\uDB40\uDC62(?:\uDB40\uDC77\uDB40\uDC6C\uDB40\uDC73|\uDB40\uDC73\uDB40\uDC63\uDB40\uDC74|\uDB40\uDC65\uDB40\uDC6E\uDB40\uDC67)\uDB40\uDC7F|(?:\uD83E\uDDD1\uD83C\uDFFF\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFF\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB-\uDFFE])|(?:\uD83E\uDDD1\uD83C\uDFFE\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFE\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB-\uDFFD\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFD\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFD\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFC\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFC\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB\uDFFD-\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFB\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFB\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFC-\uDFFF])|\uD83D\uDC68(?:\uD83C\uDFFB(?:\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF]))|\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFC-\uDFFF])|[\u2695\u2696\u2708]\uFE0F|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))?|(?:\uD83C[\uDFFC-\uDFFF])\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF]))|\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83D\uDC68|(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFE])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])\uFE0F|\u200D(?:(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D[\uDC66\uDC67])|\uD83D[\uDC66\uDC67])|\uD83C\uDFFF|\uD83C\uDFFE|\uD83C\uDFFD|\uD83C\uDFFC)?|(?:\uD83D\uDC69(?:\uD83C\uDFFB\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69])|(?:\uD83C[\uDFFC-\uDFFF])\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69]))|\uD83E\uDDD1(?:\uD83C[\uDFFB-\uDFFF])\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1)(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|\uD83D\uDC69(?:\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFB\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))|\uD83E\uDDD1(?:\u200D(?:\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFB\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))|\uD83D\uDC69\u200D\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D[\uDC66\uDC67])|\uD83D\uDC69\u200D\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|(?:\uD83D\uDC41\uFE0F\u200D\uD83D\uDDE8|\uD83E\uDDD1(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])|\uD83D\uDC69(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])|\uD83D\uDE36\u200D\uD83C\uDF2B|\uD83C\uDFF3\uFE0F\u200D\u26A7|\uD83D\uDC3B\u200D\u2744|(?:(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD])(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC6F|\uD83E[\uDD3C\uDDDE\uDDDF])\u200D[\u2640\u2642]|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])\u200D[\u2640\u2642]|\uD83C\uDFF4\u200D\u2620|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD])\u200D[\u2640\u2642]|[\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u2328\u23CF\u23ED-\u23EF\u23F1\u23F2\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB\u25FC\u2600-\u2604\u260E\u2611\u2618\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u2692\u2694-\u2697\u2699\u269B\u269C\u26A0\u26A7\u26B0\u26B1\u26C8\u26CF\u26D1\u26D3\u26E9\u26F0\u26F1\u26F4\u26F7\u26F8\u2702\u2708\u2709\u270F\u2712\u2714\u2716\u271D\u2721\u2733\u2734\u2744\u2747\u2763\u27A1\u2934\u2935\u2B05-\u2B07\u3030\u303D\u3297\u3299]|\uD83C[\uDD70\uDD71\uDD7E\uDD7F\uDE02\uDE37\uDF21\uDF24-\uDF2C\uDF36\uDF7D\uDF96\uDF97\uDF99-\uDF9B\uDF9E\uDF9F\uDFCD\uDFCE\uDFD4-\uDFDF\uDFF5\uDFF7]|\uD83D[\uDC3F\uDCFD\uDD49\uDD4A\uDD6F\uDD70\uDD73\uDD76-\uDD79\uDD87\uDD8A-\uDD8D\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA\uDECB\uDECD-\uDECF\uDEE0-\uDEE5\uDEE9\uDEF0\uDEF3])\uFE0F|\uD83C\uDFF3\uFE0F\u200D\uD83C\uDF08|\uD83D\uDC69\u200D\uD83D\uDC67|\uD83D\uDC69\u200D\uD83D\uDC66|\uD83D\uDE35\u200D\uD83D\uDCAB|\uD83D\uDE2E\u200D\uD83D\uDCA8|\uD83D\uDC15\u200D\uD83E\uDDBA|\uD83E\uDDD1(?:\uD83C\uDFFF|\uD83C\uDFFE|\uD83C\uDFFD|\uD83C\uDFFC|\uD83C\uDFFB)?|\uD83D\uDC69(?:\uD83C\uDFFF|\uD83C\uDFFE|\uD83C\uDFFD|\uD83C\uDFFC|\uD83C\uDFFB)?|\uD83C\uDDFD\uD83C\uDDF0|\uD83C\uDDF6\uD83C\uDDE6|\uD83C\uDDF4\uD83C\uDDF2|\uD83D\uDC08\u200D\u2B1B|\u2764\uFE0F\u200D(?:\uD83D\uDD25|\uD83E\uDE79)|\uD83D\uDC41\uFE0F|\uD83C\uDFF3\uFE0F|\uD83C\uDDFF(?:\uD83C[\uDDE6\uDDF2\uDDFC])|\uD83C\uDDFE(?:\uD83C[\uDDEA\uDDF9])|\uD83C\uDDFC(?:\uD83C[\uDDEB\uDDF8])|\uD83C\uDDFB(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA])|\uD83C\uDDFA(?:\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF])|\uD83C\uDDF9(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF])|\uD83C\uDDF8(?:\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF])|\uD83C\uDDF7(?:\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC])|\uD83C\uDDF5(?:\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE])|\uD83C\uDDF3(?:\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF])|\uD83C\uDDF2(?:\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF])|\uD83C\uDDF1(?:\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE])|\uD83C\uDDF0(?:\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF])|\uD83C\uDDEF(?:\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5])|\uD83C\uDDEE(?:\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9])|\uD83C\uDDED(?:\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA])|\uD83C\uDDEC(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE])|\uD83C\uDDEB(?:\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7])|\uD83C\uDDEA(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA])|\uD83C\uDDE9(?:\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF])|\uD83C\uDDE8(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF5\uDDF7\uDDFA-\uDDFF])|\uD83C\uDDE7(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF])|\uD83C\uDDE6(?:\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF])|[#\*0-9]\uFE0F\u20E3|\u2764\uFE0F|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD])(?:\uD83C[\uDFFB-\uDFFF])|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])|\uD83C\uDFF4|(?:[\u270A\u270B]|\uD83C[\uDF85\uDFC2\uDFC7]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDC8F\uDC91\uDCAA\uDD7A\uDD95\uDD96\uDE4C\uDE4F\uDEC0\uDECC]|\uD83E[\uDD0C\uDD0F\uDD18-\uDD1C\uDD1E\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5])(?:\uD83C[\uDFFB-\uDFFF])|(?:[\u261D\u270C\u270D]|\uD83D[\uDD74\uDD90])(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])|[\u270A\u270B]|\uD83C[\uDF85\uDFC2\uDFC7]|\uD83D[\uDC08\uDC15\uDC3B\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDC8F\uDC91\uDCAA\uDD7A\uDD95\uDD96\uDE2E\uDE35\uDE36\uDE4C\uDE4F\uDEC0\uDECC]|\uD83E[\uDD0C\uDD0F\uDD18-\uDD1C\uDD1E\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5]|\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD]|\uD83D\uDC6F|\uD83E[\uDD3C\uDDDE\uDDDF]|[\u231A\u231B\u23E9-\u23EC\u23F0\u23F3\u25FD\u25FE\u2614\u2615\u2648-\u2653\u267F\u2693\u26A1\u26AA\u26AB\u26BD\u26BE\u26C4\u26C5\u26CE\u26D4\u26EA\u26F2\u26F3\u26F5\u26FA\u26FD\u2705\u2728\u274C\u274E\u2753-\u2755\u2757\u2795-\u2797\u27B0\u27BF\u2B1B\u2B1C\u2B50\u2B55]|\uD83C[\uDC04\uDCCF\uDD8E\uDD91-\uDD9A\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF7C\uDF7E-\uDF84\uDF86-\uDF93\uDFA0-\uDFC1\uDFC5\uDFC6\uDFC8\uDFC9\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF8-\uDFFF]|\uD83D[\uDC00-\uDC07\uDC09-\uDC14\uDC16-\uDC3A\uDC3C-\uDC3E\uDC40\uDC44\uDC45\uDC51-\uDC65\uDC6A\uDC79-\uDC7B\uDC7D-\uDC80\uDC84\uDC88-\uDC8E\uDC90\uDC92-\uDCA9\uDCAB-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDDA4\uDDFB-\uDE2D\uDE2F-\uDE34\uDE37-\uDE44\uDE48-\uDE4A\uDE80-\uDEA2\uDEA4-\uDEB3\uDEB7-\uDEBF\uDEC1-\uDEC5\uDED0-\uDED2\uDED5-\uDED7\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB]|\uD83E[\uDD0D\uDD0E\uDD10-\uDD17\uDD1D\uDD20-\uDD25\uDD27-\uDD2F\uDD3A\uDD3F-\uDD45\uDD47-\uDD76\uDD78\uDD7A-\uDDB4\uDDB7\uDDBA\uDDBC-\uDDCB\uDDD0\uDDE0-\uDDFF\uDE70-\uDE74\uDE78-\uDE7A\uDE80-\uDE86\uDE90-\uDEA8\uDEB0-\uDEB6\uDEC0-\uDEC2\uDED0-\uDED6]|(?:[\u231A\u231B\u23E9-\u23EC\u23F0\u23F3\u25FD\u25FE\u2614\u2615\u2648-\u2653\u267F\u2693\u26A1\u26AA\u26AB\u26BD\u26BE\u26C4\u26C5\u26CE\u26D4\u26EA\u26F2\u26F3\u26F5\u26FA\u26FD\u2705\u270A\u270B\u2728\u274C\u274E\u2753-\u2755\u2757\u2795-\u2797\u27B0\u27BF\u2B1B\u2B1C\u2B50\u2B55]|\uD83C[\uDC04\uDCCF\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF7C\uDF7E-\uDF93\uDFA0-\uDFCA\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF4\uDFF8-\uDFFF]|\uD83D[\uDC00-\uDC3E\uDC40\uDC42-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDD7A\uDD95\uDD96\uDDA4\uDDFB-\uDE4F\uDE80-\uDEC5\uDECC\uDED0-\uDED2\uDED5-\uDED7\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB]|\uD83E[\uDD0C-\uDD3A\uDD3C-\uDD45\uDD47-\uDD78\uDD7A-\uDDCB\uDDCD-\uDDFF\uDE70-\uDE74\uDE78-\uDE7A\uDE80-\uDE86\uDE90-\uDEA8\uDEB0-\uDEB6\uDEC0-\uDEC2\uDED0-\uDED6])|(?:[#\*0-9\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23E9-\u23F3\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB-\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u261D\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692-\u2697\u2699\u269B\u269C\u26A0\u26A1\u26A7\u26AA\u26AB\u26B0\u26B1\u26BD\u26BE\u26C4\u26C5\u26C8\u26CE\u26CF\u26D1\u26D3\u26D4\u26E9\u26EA\u26F0-\u26F5\u26F7-\u26FA\u26FD\u2702\u2705\u2708-\u270D\u270F\u2712\u2714\u2716\u271D\u2721\u2728\u2733\u2734\u2744\u2747\u274C\u274E\u2753-\u2755\u2757\u2763\u2764\u2795-\u2797\u27A1\u27B0\u27BF\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B50\u2B55\u3030\u303D\u3297\u3299]|\uD83C[\uDC04\uDCCF\uDD70\uDD71\uDD7E\uDD7F\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE02\uDE1A\uDE2F\uDE32-\uDE3A\uDE50\uDE51\uDF00-\uDF21\uDF24-\uDF93\uDF96\uDF97\uDF99-\uDF9B\uDF9E-\uDFF0\uDFF3-\uDFF5\uDFF7-\uDFFF]|\uD83D[\uDC00-\uDCFD\uDCFF-\uDD3D\uDD49-\uDD4E\uDD50-\uDD67\uDD6F\uDD70\uDD73-\uDD7A\uDD87\uDD8A-\uDD8D\uDD90\uDD95\uDD96\uDDA4\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA-\uDE4F\uDE80-\uDEC5\uDECB-\uDED2\uDED5-\uDED7\uDEE0-\uDEE5\uDEE9\uDEEB\uDEEC\uDEF0\uDEF3-\uDEFC\uDFE0-\uDFEB]|\uD83E[\uDD0C-\uDD3A\uDD3C-\uDD45\uDD47-\uDD78\uDD7A-\uDDCB\uDDCD-\uDDFF\uDE70-\uDE74\uDE78-\uDE7A\uDE80-\uDE86\uDE90-\uDEA8\uDEB0-\uDEB6\uDEC0-\uDEC2\uDED0-\uDED6])\uFE0F|(?:[\u261D\u26F9\u270A-\u270D]|\uD83C[\uDF85\uDFC2-\uDFC4\uDFC7\uDFCA-\uDFCC]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66-\uDC78\uDC7C\uDC81-\uDC83\uDC85-\uDC87\uDC8F\uDC91\uDCAA\uDD74\uDD75\uDD7A\uDD90\uDD95\uDD96\uDE45-\uDE47\uDE4B-\uDE4F\uDEA3\uDEB4-\uDEB6\uDEC0\uDECC]|\uD83E[\uDD0C\uDD0F\uDD18-\uDD1F\uDD26\uDD30-\uDD39\uDD3C-\uDD3E\uDD77\uDDB5\uDDB6\uDDB8\uDDB9\uDDBB\uDDCD-\uDDCF\uDDD1-\uDDDD])/g},f2=YD(l2);function wa(t,e={}){if(typeof t!="string"||t.length===0||(e={ambiguousIsNarrow:!0,...e},t=WD(t),t.length===0))return 0;t=t.replace(f2()," ");let r=e.ambiguousIsNarrow?1:2,n=0;for(let o of t){let i=o.codePointAt(0);if(!(i<=31||i>=127&&i<=159||i>=768&&i<=879))switch(c2.eastAsianWidth(o)){case"F":case"W":n+=2;break;case"A":n+=r;break;default:n+=1}}return n}var qf=10,jD=(t=0)=>e=>`\x1B[${e+t}m`,UD=(t=0)=>e=>`\x1B[${38+t};5;${e}m`,MD=(t=0)=>(e,r,n)=>`\x1B[${38+t};2;${e};${r};${n}m`,je={modifier:{reset:[0,0],bold:[1,22],dim:[2,22],italic:[3,23],underline:[4,24],overline:[53,55],inverse:[7,27],hidden:[8,28],strikethrough:[9,29]},color:{black:[30,39],red:[31,39],green:[32,39],yellow:[33,39],blue:[34,39],magenta:[35,39],cyan:[36,39],white:[37,39],blackBright:[90,39],gray:[90,39],grey:[90,39],redBright:[91,39],greenBright:[92,39],yellowBright:[93,39],blueBright:[94,39],magentaBright:[95,39],cyanBright:[96,39],whiteBright:[97,39]},bgColor:{bgBlack:[40,49],bgRed:[41,49],bgGreen:[42,49],bgYellow:[43,49],bgBlue:[44,49],bgMagenta:[45,49],bgCyan:[46,49],bgWhite:[47,49],bgBlackBright:[100,49],bgGray:[100,49],bgGrey:[100,49],bgRedBright:[101,49],bgGreenBright:[102,49],bgYellowBright:[103,49],bgBlueBright:[104,49],bgMagentaBright:[105,49],bgCyanBright:[106,49],bgWhiteBright:[107,49]}};Object.keys(je.modifier);var d2=Object.keys(je.color),p2=Object.keys(je.bgColor);[...d2,...p2];function h2(){let t=new Map;for(let[e,r]of Object.entries(je)){for(let[n,o]of Object.entries(r))je[n]={open:`\x1B[${o[0]}m`,close:`\x1B[${o[1]}m`},r[n]=je[n],t.set(o[0],o[1]);Object.defineProperty(je,e,{value:r,enumerable:!1})}return Object.defineProperty(je,"codes",{value:t,enumerable:!1}),je.color.close="\x1B[39m",je.bgColor.close="\x1B[49m",je.color.ansi=jD(),je.color.ansi256=UD(),je.color.ansi16m=MD(),je.bgColor.ansi=jD(qf),je.bgColor.ansi256=UD(qf),je.bgColor.ansi16m=MD(qf),Object.defineProperties(je,{rgbToAnsi256:{value:(e,r,n)=>e===r&&r===n?e<8?16:e>248?231:Math.round((e-8)/247*24)+232:16+36*Math.round(e/255*5)+6*Math.round(r/255*5)+Math.round(n/255*5),enumerable:!1},hexToRgb:{value:e=>{let r=/[a-f\d]{6}|[a-f\d]{3}/i.exec(e.toString(16));if(!r)return[0,0,0];let[n]=r;n.length===3&&(n=[...n].map(i=>i+i).join(""));let o=Number.parseInt(n,16);return[o>>16&255,o>>8&255,o&255]},enumerable:!1},hexToAnsi256:{value:e=>je.rgbToAnsi256(...je.hexToRgb(e)),enumerable:!1},ansi256ToAnsi:{value:e=>{if(e<8)return 30+e;if(e<16)return 90+(e-8);let r,n,o;if(e>=232)r=((e-232)*10+8)/255,n=r,o=r;else{e-=16;let s=e%36;r=Math.floor(e/36)/5,n=Math.floor(s/6)/5,o=s%6/5}let i=Math.max(r,n,o)*2;if(i===0)return 30;let a=30+(Math.round(o)<<2|Math.round(n)<<1|Math.round(r));return i===2&&(a+=60),a},enumerable:!1},rgbToAnsi:{value:(e,r,n)=>je.ansi256ToAnsi(je.rgbToAnsi256(e,r,n)),enumerable:!1},hexToAnsi:{value:e=>je.ansi256ToAnsi(je.hexToAnsi256(e)),enumerable:!1}}),je}var m2=h2(),iu=new Set(["\x1B","\x9B"]),g2=39,Kf="\x07",XD="[",D2="]",ZD="m",Gf=`${D2}8;;`,qD=t=>`${iu.values().next().value}${XD}${t}${ZD}`,HD=t=>`${iu.values().next().value}${Gf}${t}${Kf}`,y2=t=>t.split(" ").map(e=>wa(e)),Hf=(t,e,r)=>{let n=[...e],o=!1,i=!1,a=wa(WD(t[t.length-1]));for(let[s,u]of n.entries()){let c=wa(u);if(a+c<=r?t[t.length-1]+=u:(t.push(u),a=0),iu.has(u)&&(o=!0,i=n.slice(s+1).join("").startsWith(Gf)),o){i?u===Kf&&(o=!1,i=!1):u===ZD&&(o=!1);continue}a+=c,a===r&&s<n.length-1&&(t.push(""),a=0)}!a&&t[t.length-1].length>0&&t.length>1&&(t[t.length-2]+=t.pop())},b2=t=>{let e=t.split(" "),r=e.length;for(;r>0&&!(wa(e[r-1])>0);)r--;return r===e.length?t:e.slice(0,r).join(" ")+e.slice(r).join("")},w2=(t,e,r={})=>{if(r.trim!==!1&&t.trim()==="")return"";let n="",o,i,a=y2(t),s=[""];for(let[c,l]of t.split(" ").entries()){r.trim!==!1&&(s[s.length-1]=s[s.length-1].trimStart());let d=wa(s[s.length-1]);if(c!==0&&(d>=e&&(r.wordWrap===!1||r.trim===!1)&&(s.push(""),d=0),(d>0||r.trim===!1)&&(s[s.length-1]+=" ",d++)),r.hard&&a[c]>e){let p=e-d,h=1+Math.floor((a[c]-p-1)/e);Math.floor((a[c]-1)/e)<h&&s.push(""),Hf(s,l,e);continue}if(d+a[c]>e&&d>0&&a[c]>0){if(r.wordWrap===!1&&d<e){Hf(s,l,e);continue}s.push("")}if(d+a[c]>e&&r.wordWrap===!1){Hf(s,l,e);continue}s[s.length-1]+=l}r.trim!==!1&&(s=s.map(c=>b2(c)));let u=[...s.join(`
108
- `)];for(let[c,l]of u.entries()){if(n+=l,iu.has(l)){let{groups:p}=new RegExp(`(?:\\${XD}(?<code>\\d+)m|\\${Gf}(?<uri>.*)${Kf})`).exec(u.slice(c).join(""))||{groups:{}};if(p.code!==void 0){let h=Number.parseFloat(p.code);o=h===g2?void 0:h}else p.uri!==void 0&&(i=p.uri.length===0?void 0:p.uri)}let d=m2.codes.get(Number(o));u[c+1]===`
109
- `?(i&&(n+=HD("")),o&&d&&(n+=qD(d))):l===`
110
- `&&(o&&d&&(n+=qD(o)),i&&(n+=HD(i)))}return n};function VD(t,e,r){return String(t).normalize().replace(/\r\n/g,`
105
+ `}});function ZU(){try{return Qm.default.statSync("/.dockerenv"),!0}catch{return!1}}function QU(){try{return Qm.default.readFileSync("/proc/self/cgroup","utf8").includes("docker")}catch{return!1}}function eg(){return Zm===void 0&&(Zm=ZU()||QU()),Zm}var Qm,Zm,Px=rt(()=>{Qm=de(require("node:fs"),1)});function Yi(){return tg===void 0&&(tg=e5()||eg()),tg}var $x,tg,e5,rg=rt(()=>{$x=de(require("node:fs"),1);Px();e5=()=>{try{return $x.default.statSync("/run/.containerenv"),!0}catch{return!1}}});var ng,Ix,Rx,Tx,Bn,og=rt(()=>{ng=de(require("node:process"),1),Ix=de(require("node:os"),1),Rx=de(require("node:fs"),1);rg();Tx=()=>{if(ng.default.platform!=="linux")return!1;if(Ix.default.release().toLowerCase().includes("microsoft"))return!Yi();try{return Rx.default.readFileSync("/proc/version","utf8").toLowerCase().includes("microsoft")?!Yi():!1}catch{return!1}},Bn=ng.default.env.__IS_WSL_TEST__?Tx:Tx()});var ig,xs,t5,r5,ag,Bx=rt(()=>{ig=de(require("node:process"),1),xs=de(require("node:fs/promises"),1);og();og();t5=(()=>{let t="/mnt/",e;return async function(){if(e)return e;let r="/etc/wsl.conf",n=!1;try{await xs.default.access(r,xs.constants.F_OK),n=!0}catch{}if(!n)return t;let o=await xs.default.readFile(r,{encoding:"utf8"}),i=/(?<!#.*)root\s*=\s*(?<mountPoint>.*)/g.exec(o);return i?(e=i.groups.mountPoint.trim(),e=e.endsWith("/")?e:`${e}/`,e):t}})(),r5=async()=>`${await t5()}c/Windows/System32/WindowsPowerShell/v1.0/powershell.exe`,ag=async()=>Bn?r5():`${ig.default.env.SYSTEMROOT||ig.default.env.windir||String.raw`C:\Windows`}\\System32\\WindowsPowerShell\\v1.0\\powershell.exe`});function Ln(t,e,r){let n=o=>Object.defineProperty(t,e,{value:o,enumerable:!0,writable:!0});return Object.defineProperty(t,e,{configurable:!0,enumerable:!0,get(){let o=r();return n(o),o},set(o){n(o)}}),t}var Lx=rt(()=>{});async function sg(){if(jx.default.platform!=="darwin")throw new Error("macOS only");let{stdout:t}=await n5("defaults",["read","com.apple.LaunchServices/com.apple.launchservices.secure","LSHandlers"]),r=/LSHandlerRoleAll = "(?!-)(?<id>[^"]+?)";\s+?LSHandlerURLScheme = (?:http|https);/.exec(t)?.groups.id??"com.apple.Safari";return r==="com.apple.safari"?"com.apple.Safari":r}var Nx,jx,Ux,n5,Mx=rt(()=>{Nx=require("node:util"),jx=de(require("node:process"),1),Ux=require("node:child_process"),n5=(0,Nx.promisify)(Ux.execFile)});async function Vx(t,{humanReadableOutput:e=!0,signal:r}={}){if(qx.default.platform!=="darwin")throw new Error("macOS only");let n=e?[]:["-ss"],o={};r&&(o.signal=r);let{stdout:i}=await o5("osascript",["-e",t,n],o);return i.trim()}var qx,Hx,ug,o5,zx=rt(()=>{qx=de(require("node:process"),1),Hx=require("node:util"),ug=require("node:child_process"),o5=(0,Hx.promisify)(ug.execFile)});async function cg(t){return Vx(`tell application "Finder" to set app_path to application file id "${t}" as string
106
+ tell application "System Events" to get value of property list item "CFBundleName" of property list file (app_path & ":Contents:Info.plist")`)}var Kx=rt(()=>{zx()});async function lg(t=i5){let{stdout:e}=await t("reg",["QUERY"," HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\Shell\\Associations\\UrlAssociations\\http\\UserChoice","/v","ProgId"]),r=/ProgId\s*REG_SZ\s*(?<id>\S+)/.exec(e);if(!r)throw new Fl(`Cannot find Windows browser in stdout: ${JSON.stringify(e)}`);let{id:n}=r.groups,o=Yx[n];if(!o)throw new Fl(`Unknown browser ID: ${n}`);return o}var Gx,Wx,i5,Yx,mW,Fl,Jx=rt(()=>{Gx=require("node:util"),Wx=require("node:child_process"),i5=(0,Gx.promisify)(Wx.execFile),Yx={MSEdgeHTM:{name:"Edge",id:"com.microsoft.edge"},MSEdgeBHTML:{name:"Edge Beta",id:"com.microsoft.edge.beta"},MSEdgeDHTML:{name:"Edge Dev",id:"com.microsoft.edge.dev"},AppXq0fevzme2pys62n3e0fbqa7peapykr8v:{name:"Edge",id:"com.microsoft.edge.old"},ChromeHTML:{name:"Chrome",id:"com.google.chrome"},ChromeBHTML:{name:"Chrome Beta",id:"com.google.chrome.beta"},ChromeDHTML:{name:"Chrome Dev",id:"com.google.chrome.dev"},ChromiumHTM:{name:"Chromium",id:"org.chromium.Chromium"},BraveHTML:{name:"Brave",id:"com.brave.Browser"},BraveBHTML:{name:"Brave Beta",id:"com.brave.Browser.beta"},BraveDHTML:{name:"Brave Dev",id:"com.brave.Browser.dev"},BraveSSHTM:{name:"Brave Nightly",id:"com.brave.Browser.nightly"},FirefoxURL:{name:"Firefox",id:"org.mozilla.firefox"},OperaStable:{name:"Opera",id:"com.operasoftware.Opera"},VivaldiHTM:{name:"Vivaldi",id:"com.vivaldi.Vivaldi"},"IE.HTTP":{name:"Internet Explorer",id:"com.microsoft.ie"}},mW=new Map(Object.entries(Yx)),Fl=class extends Error{}});async function fg(){if(kl.default.platform==="darwin"){let t=await sg();return{name:await cg(t),id:t}}if(kl.default.platform==="linux"){let{stdout:t}=await a5("xdg-mime",["query","default","x-scheme-handler/http"]),e=t.trim();return{name:s5(e.replace(/.desktop$/,"").replace("-"," ")),id:e}}if(kl.default.platform==="win32")return lg();throw new Error("Only macOS, Linux, and Windows are supported")}var Xx,kl,Zx,a5,s5,Qx=rt(()=>{Xx=require("node:util"),kl=de(require("node:process"),1),Zx=require("node:child_process");Mx();Kx();Jx();a5=(0,Xx.promisify)(Zx.execFile),s5=t=>t.toLowerCase().replaceAll(/(?:^|\s|-)\S/g,e=>e.toUpperCase())});var Dg={};Gr(Dg,{apps:()=>Nn,default:()=>d5,openApp:()=>f5});async function c5(){let t=await ag(),e=String.raw`(Get-ItemProperty -Path "HKCU:\Software\Microsoft\Windows\Shell\Associations\UrlAssociations\http\UserChoice").ProgId`,r=hg.Buffer.from(e,"utf16le").toString("base64"),{stdout:n}=await u5(t,["-NoProfile","-NonInteractive","-ExecutionPolicy","Bypass","-EncodedCommand",r],{encoding:"utf8"}),o=n.trim(),i={ChromeHTML:"com.google.chrome",BraveHTML:"com.brave.Browser",MSEdgeHTM:"com.microsoft.edge",FirefoxURL:"org.mozilla.firefox"};return i[o]?{id:i[o]}:{}}function nA(t){if(typeof t=="string"||Array.isArray(t))return t;let{[tA]:e}=t;if(!e)throw new Error(`${tA} is not supported`);return e}function $l({[Ji]:t},{wsl:e}){if(e&&Bn)return nA(e);if(!t)throw new Error(`${Ji} is not supported`);return nA(t)}var pg,hg,mg,oA,iA,gg,Pl,p5,u5,dg,eA,Ji,tA,rA,As,l5,f5,Nn,d5,yg=rt(()=>{pg=de(require("node:process"),1),hg=require("node:buffer"),mg=de(require("node:path"),1),oA=require("node:url"),iA=require("node:util"),gg=de(require("node:child_process"),1),Pl=de(require("node:fs/promises"),1);Bx();Lx();Qx();rg();p5={},u5=(0,iA.promisify)(gg.default.execFile),dg=mg.default.dirname((0,oA.fileURLToPath)(p5.url)),eA=mg.default.join(dg,"xdg-open"),{platform:Ji,arch:tA}=pg.default;rA=async(t,e)=>{let r;for(let n of t)try{return await e(n)}catch(o){r=o}throw r},As=async t=>{if(t={wait:!1,background:!1,newInstance:!1,allowNonzeroExitCode:!1,...t},Array.isArray(t.app))return rA(t.app,s=>As({...t,app:s}));let{name:e,arguments:r=[]}=t.app??{};if(r=[...r],Array.isArray(e))return rA(e,s=>As({...t,app:{name:s,arguments:r}}));if(e==="browser"||e==="browserPrivate"){let s={"com.google.chrome":"chrome","google-chrome.desktop":"chrome","com.brave.Browser":"brave","org.mozilla.firefox":"firefox","firefox.desktop":"firefox","com.microsoft.msedge":"edge","com.microsoft.edge":"edge","com.microsoft.edgemac":"edge","microsoft-edge.desktop":"edge"},u={chrome:"--incognito",brave:"--incognito",firefox:"--private-window",edge:"--inPrivate"},c=Bn?await c5():await fg();if(c.id in s){let l=s[c.id];return e==="browserPrivate"&&r.push(u[l]),As({...t,app:{name:Nn[l],arguments:r}})}throw new Error(`${c.name} is not supported as a default browser`)}let n,o=[],i={};if(Ji==="darwin")n="open",t.wait&&o.push("--wait-apps"),t.background&&o.push("--background"),t.newInstance&&o.push("--new"),e&&o.push("-a",e);else if(Ji==="win32"||Bn&&!Yi()&&!e){n=await ag(),o.push("-NoProfile","-NonInteractive","-ExecutionPolicy","Bypass","-EncodedCommand"),Bn||(i.windowsVerbatimArguments=!0);let s=["Start"];t.wait&&s.push("-Wait"),e?(s.push(`"\`"${e}\`""`),t.target&&r.push(t.target)):t.target&&s.push(`"${t.target}"`),r.length>0&&(r=r.map(u=>`"\`"${u}\`""`),s.push("-ArgumentList",r.join(","))),t.target=hg.Buffer.from(s.join(" "),"utf16le").toString("base64")}else{if(e)n=e;else{let s=!dg||dg==="/",u=!1;try{await Pl.default.access(eA,Pl.constants.X_OK),u=!0}catch{}n=pg.default.versions.electron??(Ji==="android"||s||!u)?"xdg-open":eA}r.length>0&&o.push(...r),t.wait||(i.stdio="ignore",i.detached=!0)}Ji==="darwin"&&r.length>0&&o.push("--args",...r),t.target&&o.push(t.target);let a=gg.default.spawn(n,o,i);return t.wait?new Promise((s,u)=>{a.once("error",u),a.once("close",c=>{if(!t.allowNonzeroExitCode&&c>0){u(new Error(`Exited with code ${c}`));return}s(a)})}):(a.unref(),a)},l5=(t,e)=>{if(typeof t!="string")throw new TypeError("Expected a `target`");return As({...e,target:t})},f5=(t,e)=>{if(typeof t!="string"&&!Array.isArray(t))throw new TypeError("Expected a valid `name`");let{arguments:r=[]}=e??{};if(r!=null&&!Array.isArray(r))throw new TypeError("Expected `appArguments` as Array type");return As({...e,app:{name:t,arguments:r}})};Nn={};Ln(Nn,"chrome",()=>$l({darwin:"google chrome",win32:"chrome",linux:["google-chrome","google-chrome-stable","chromium"]},{wsl:{ia32:"/mnt/c/Program Files (x86)/Google/Chrome/Application/chrome.exe",x64:["/mnt/c/Program Files/Google/Chrome/Application/chrome.exe","/mnt/c/Program Files (x86)/Google/Chrome/Application/chrome.exe"]}}));Ln(Nn,"brave",()=>$l({darwin:"brave browser",win32:"brave",linux:["brave-browser","brave"]},{wsl:{ia32:"/mnt/c/Program Files (x86)/BraveSoftware/Brave-Browser/Application/brave.exe",x64:["/mnt/c/Program Files/BraveSoftware/Brave-Browser/Application/brave.exe","/mnt/c/Program Files (x86)/BraveSoftware/Brave-Browser/Application/brave.exe"]}}));Ln(Nn,"firefox",()=>$l({darwin:"firefox",win32:String.raw`C:\Program Files\Mozilla Firefox\firefox.exe`,linux:"firefox"},{wsl:"/mnt/c/Program Files/Mozilla Firefox/firefox.exe"}));Ln(Nn,"edge",()=>$l({darwin:"microsoft edge",win32:"msedge",linux:["microsoft-edge","microsoft-edge-dev"]},{wsl:"/mnt/c/Program Files (x86)/Microsoft/Edge/Application/msedge.exe"}));Ln(Nn,"browser",()=>"browser");Ln(Nn,"browserPrivate",()=>"browserPrivate");d5=l5});var af=S(dr=>{"use strict";dr.isInteger=t=>typeof t=="number"?Number.isInteger(t):typeof t=="string"&&t.trim()!==""?Number.isInteger(Number(t)):!1;dr.find=(t,e)=>t.nodes.find(r=>r.type===e);dr.exceedsLimit=(t,e,r=1,n)=>n===!1||!dr.isInteger(t)||!dr.isInteger(e)?!1:(Number(e)-Number(t))/Number(r)>=n;dr.escapeNode=(t,e=0,r)=>{let n=t.nodes[e];n&&(r&&n.type===r||n.type==="open"||n.type==="close")&&n.escaped!==!0&&(n.value="\\"+n.value,n.escaped=!0)};dr.encloseBrace=t=>t.type!=="brace"?!1:t.commas>>0+t.ranges>>0===0?(t.invalid=!0,!0):!1;dr.isInvalidBrace=t=>t.type!=="brace"?!1:t.invalid===!0||t.dollar?!0:t.commas>>0+t.ranges>>0===0||t.open!==!0||t.close!==!0?(t.invalid=!0,!0):!1;dr.isOpenOrClose=t=>t.type==="open"||t.type==="close"?!0:t.open===!0||t.close===!0;dr.reduce=t=>t.reduce((e,r)=>(r.type==="text"&&e.push(r.value),r.type==="range"&&(r.type="text"),e),[]);dr.flatten=(...t)=>{let e=[],r=n=>{for(let o=0;o<n.length;o++){let i=n[o];if(Array.isArray(i)){r(i);continue}i!==void 0&&e.push(i)}return e};return r(t),e}});var sf=S((xJ,I1)=>{"use strict";var T1=af();I1.exports=(t,e={})=>{let r=(n,o={})=>{let i=e.escapeInvalid&&T1.isInvalidBrace(o),a=n.invalid===!0&&e.escapeInvalid===!0,s="";if(n.value)return(i||a)&&T1.isOpenOrClose(n)?"\\"+n.value:n.value;if(n.value)return n.value;if(n.nodes)for(let u of n.nodes)s+=r(u);return s};return r(t)}});var B1=S((AJ,R1)=>{"use strict";R1.exports=function(t){return typeof t=="number"?t-t===0:typeof t=="string"&&t.trim()!==""?Number.isFinite?Number.isFinite(+t):isFinite(+t):!1}});var z1=S((OJ,V1)=>{"use strict";var L1=B1(),No=(t,e,r)=>{if(L1(t)===!1)throw new TypeError("toRegexRange: expected the first argument to be a number");if(e===void 0||t===e)return String(t);if(L1(e)===!1)throw new TypeError("toRegexRange: expected the second argument to be a number.");let n={relaxZeros:!0,...r};typeof n.strictZeros=="boolean"&&(n.relaxZeros=n.strictZeros===!1);let o=String(n.relaxZeros),i=String(n.shorthand),a=String(n.capture),s=String(n.wrap),u=t+":"+e+"="+o+i+a+s;if(No.cache.hasOwnProperty(u))return No.cache[u].result;let c=Math.min(t,e),l=Math.max(t,e);if(Math.abs(c-l)===1){let b=t+"|"+e;return n.capture?`(${b})`:n.wrap===!1?b:`(?:${b})`}let d=H1(t)||H1(e),p={min:t,max:e,a:c,b:l},h=[],m=[];if(d&&(p.isPadded=d,p.maxLen=String(p.max).length),c<0){let b=l<0?Math.abs(l):1;m=N1(b,Math.abs(c),p,n),c=p.a=0}return l>=0&&(h=N1(c,l,p,n)),p.negatives=m,p.positives=h,p.result=aM(m,h,n),n.capture===!0?p.result=`(${p.result})`:n.wrap!==!1&&h.length+m.length>1&&(p.result=`(?:${p.result})`),No.cache[u]=p,p.result};function aM(t,e,r){let n=Hg(t,e,"-",!1,r)||[],o=Hg(e,t,"",!1,r)||[],i=Hg(t,e,"-?",!0,r)||[];return n.concat(i).concat(o).join("|")}function sM(t,e){let r=1,n=1,o=U1(t,r),i=new Set([e]);for(;t<=o&&o<=e;)i.add(o),r+=1,o=U1(t,r);for(o=M1(e+1,n)-1;t<o&&o<=e;)i.add(o),n+=1,o=M1(e+1,n)-1;return i=[...i],i.sort(lM),i}function uM(t,e,r){if(t===e)return{pattern:t,count:[],digits:0};let n=cM(t,e),o=n.length,i="",a=0;for(let s=0;s<o;s++){let[u,c]=n[s];u===c?i+=u:u!=="0"||c!=="9"?i+=fM(u,c,r):a++}return a&&(i+=r.shorthand===!0?"\\d":"[0-9]"),{pattern:i,count:[a],digits:o}}function N1(t,e,r,n){let o=sM(t,e),i=[],a=t,s;for(let u=0;u<o.length;u++){let c=o[u],l=uM(String(a),String(c),n),d="";if(!r.isPadded&&s&&s.pattern===l.pattern){s.count.length>1&&s.count.pop(),s.count.push(l.count[0]),s.string=s.pattern+q1(s.count),a=c+1;continue}r.isPadded&&(d=dM(c,r,n)),l.string=d+l.pattern+q1(l.count),i.push(l),a=c+1,s=l}return i}function Hg(t,e,r,n,o){let i=[];for(let a of t){let{string:s}=a;!n&&!j1(e,"string",s)&&i.push(r+s),n&&j1(e,"string",s)&&i.push(r+s)}return i}function cM(t,e){let r=[];for(let n=0;n<t.length;n++)r.push([t[n],e[n]]);return r}function lM(t,e){return t>e?1:e>t?-1:0}function j1(t,e,r){return t.some(n=>n[e]===r)}function U1(t,e){return Number(String(t).slice(0,-e)+"9".repeat(e))}function M1(t,e){return t-t%Math.pow(10,e)}function q1(t){let[e=0,r=""]=t;return r||e>1?`{${e+(r?","+r:"")}}`:""}function fM(t,e,r){return`[${t}${e-t===1?"":"-"}${e}]`}function H1(t){return/^-?(0+)\d/.test(t)}function dM(t,e,r){if(!e.isPadded)return t;let n=Math.abs(e.maxLen-String(t).length),o=r.relaxZeros!==!1;switch(n){case 0:return"";case 1:return o?"0?":"0";case 2:return o?"0{0,2}":"00";default:return o?`0{0,${n}}`:`0{${n}}`}}No.cache={};No.clearCache=()=>No.cache={};V1.exports=No});var Kg=S((FJ,Z1)=>{"use strict";var pM=require("util"),G1=z1(),K1=t=>t!==null&&typeof t=="object"&&!Array.isArray(t),hM=t=>e=>t===!0?Number(e):String(e),Vg=t=>typeof t=="number"||typeof t=="string"&&t!=="",Us=t=>Number.isInteger(+t),zg=t=>{let e=`${t}`,r=-1;if(e[0]==="-"&&(e=e.slice(1)),e==="0")return!1;for(;e[++r]==="0";);return r>0},mM=(t,e,r)=>typeof t=="string"||typeof e=="string"?!0:r.stringify===!0,gM=(t,e,r)=>{if(e>0){let n=t[0]==="-"?"-":"";n&&(t=t.slice(1)),t=n+t.padStart(n?e-1:e,"0")}return r===!1?String(t):t},cf=(t,e)=>{let r=t[0]==="-"?"-":"";for(r&&(t=t.slice(1),e--);t.length<e;)t="0"+t;return r?"-"+t:t},DM=(t,e,r)=>{t.negatives.sort((s,u)=>s<u?-1:s>u?1:0),t.positives.sort((s,u)=>s<u?-1:s>u?1:0);let n=e.capture?"":"?:",o="",i="",a;return t.positives.length&&(o=t.positives.map(s=>cf(String(s),r)).join("|")),t.negatives.length&&(i=`-(${n}${t.negatives.map(s=>cf(String(s),r)).join("|")})`),o&&i?a=`${o}|${i}`:a=o||i,e.wrap?`(${n}${a})`:a},W1=(t,e,r,n)=>{if(r)return G1(t,e,{wrap:!1,...n});let o=String.fromCharCode(t);if(t===e)return o;let i=String.fromCharCode(e);return`[${o}-${i}]`},Y1=(t,e,r)=>{if(Array.isArray(t)){let n=r.wrap===!0,o=r.capture?"":"?:";return n?`(${o}${t.join("|")})`:t.join("|")}return G1(t,e,r)},J1=(...t)=>new RangeError("Invalid range arguments: "+pM.inspect(...t)),X1=(t,e,r)=>{if(r.strictRanges===!0)throw J1([t,e]);return[]},yM=(t,e)=>{if(e.strictRanges===!0)throw new TypeError(`Expected step "${t}" to be a number`);return[]},bM=(t,e,r=1,n={})=>{let o=Number(t),i=Number(e);if(!Number.isInteger(o)||!Number.isInteger(i)){if(n.strictRanges===!0)throw J1([t,e]);return[]}o===0&&(o=0),i===0&&(i=0);let a=o>i,s=String(t),u=String(e),c=String(r);r=Math.max(Math.abs(r),1);let l=zg(s)||zg(u)||zg(c),d=l?Math.max(s.length,u.length,c.length):0,p=l===!1&&mM(t,e,n)===!1,h=n.transform||hM(p);if(n.toRegex&&r===1)return W1(cf(t,d),cf(e,d),!0,n);let m={negatives:[],positives:[]},b=C=>m[C<0?"negatives":"positives"].push(Math.abs(C)),D=[],E=0;for(;a?o>=i:o<=i;)n.toRegex===!0&&r>1?b(o):D.push(gM(h(o,E),d,p)),o=a?o-r:o+r,E++;return n.toRegex===!0?r>1?DM(m,n,d):Y1(D,null,{wrap:!1,...n}):D},wM=(t,e,r=1,n={})=>{if(!Us(t)&&t.length>1||!Us(e)&&e.length>1)return X1(t,e,n);let o=n.transform||(p=>String.fromCharCode(p)),i=`${t}`.charCodeAt(0),a=`${e}`.charCodeAt(0),s=i>a,u=Math.min(i,a),c=Math.max(i,a);if(n.toRegex&&r===1)return W1(u,c,!1,n);let l=[],d=0;for(;s?i>=a:i<=a;)l.push(o(i,d)),i=s?i-r:i+r,d++;return n.toRegex===!0?Y1(l,null,{wrap:!1,options:n}):l},uf=(t,e,r,n={})=>{if(e==null&&Vg(t))return[t];if(!Vg(t)||!Vg(e))return X1(t,e,n);if(typeof r=="function")return uf(t,e,1,{transform:r});if(K1(r))return uf(t,e,0,r);let o={...n};return o.capture===!0&&(o.wrap=!0),r=r||o.step||1,Us(r)?Us(t)&&Us(e)?bM(t,e,r,o):wM(t,e,Math.max(Math.abs(r),1),o):r!=null&&!K1(r)?yM(r,o):uf(t,e,1,r)};Z1.exports=uf});var tO=S((kJ,eO)=>{"use strict";var vM=Kg(),Q1=af(),EM=(t,e={})=>{let r=(n,o={})=>{let i=Q1.isInvalidBrace(o),a=n.invalid===!0&&e.escapeInvalid===!0,s=i===!0||a===!0,u=e.escapeInvalid===!0?"\\":"",c="";if(n.isOpen===!0)return u+n.value;if(n.isClose===!0)return console.log("node.isClose",u,n.value),u+n.value;if(n.type==="open")return s?u+n.value:"(";if(n.type==="close")return s?u+n.value:")";if(n.type==="comma")return n.prev.type==="comma"?"":s?n.value:"|";if(n.value)return n.value;if(n.nodes&&n.ranges>0){let l=Q1.reduce(n.nodes),d=vM(...l,{...e,wrap:!1,toRegex:!0,strictZeros:!0});if(d.length!==0)return l.length>1&&d.length>1?`(${d})`:d}if(n.nodes)for(let l of n.nodes)c+=r(l,n);return c};return r(t)};eO.exports=EM});var oO=S((PJ,nO)=>{"use strict";var CM=Kg(),rO=sf(),da=af(),jo=(t="",e="",r=!1)=>{let n=[];if(t=[].concat(t),e=[].concat(e),!e.length)return t;if(!t.length)return r?da.flatten(e).map(o=>`{${o}}`):e;for(let o of t)if(Array.isArray(o))for(let i of o)n.push(jo(i,e,r));else for(let i of e)r===!0&&typeof i=="string"&&(i=`{${i}}`),n.push(Array.isArray(i)?jo(o,i,r):o+i);return da.flatten(n)},_M=(t,e={})=>{let r=e.rangeLimit===void 0?1e3:e.rangeLimit,n=(o,i={})=>{o.queue=[];let a=i,s=i.queue;for(;a.type!=="brace"&&a.type!=="root"&&a.parent;)a=a.parent,s=a.queue;if(o.invalid||o.dollar){s.push(jo(s.pop(),rO(o,e)));return}if(o.type==="brace"&&o.invalid!==!0&&o.nodes.length===2){s.push(jo(s.pop(),["{}"]));return}if(o.nodes&&o.ranges>0){let d=da.reduce(o.nodes);if(da.exceedsLimit(...d,e.step,r))throw new RangeError("expanded array length exceeds range limit. Use options.rangeLimit to increase or disable the limit.");let p=CM(...d,e);p.length===0&&(p=rO(o,e)),s.push(jo(s.pop(),p)),o.nodes=[];return}let u=da.encloseBrace(o),c=o.queue,l=o;for(;l.type!=="brace"&&l.type!=="root"&&l.parent;)l=l.parent,c=l.queue;for(let d=0;d<o.nodes.length;d++){let p=o.nodes[d];if(p.type==="comma"&&o.type==="brace"){d===1&&c.push(""),c.push("");continue}if(p.type==="close"){s.push(jo(s.pop(),c,u));continue}if(p.value&&p.type!=="open"){c.push(jo(c.pop(),p.value));continue}p.nodes&&n(p,o)}return c};return da.flatten(n(t))};nO.exports=_M});var aO=S(($J,iO)=>{"use strict";iO.exports={MAX_LENGTH:1e4,CHAR_0:"0",CHAR_9:"9",CHAR_UPPERCASE_A:"A",CHAR_LOWERCASE_A:"a",CHAR_UPPERCASE_Z:"Z",CHAR_LOWERCASE_Z:"z",CHAR_LEFT_PARENTHESES:"(",CHAR_RIGHT_PARENTHESES:")",CHAR_ASTERISK:"*",CHAR_AMPERSAND:"&",CHAR_AT:"@",CHAR_BACKSLASH:"\\",CHAR_BACKTICK:"`",CHAR_CARRIAGE_RETURN:"\r",CHAR_CIRCUMFLEX_ACCENT:"^",CHAR_COLON:":",CHAR_COMMA:",",CHAR_DOLLAR:"$",CHAR_DOT:".",CHAR_DOUBLE_QUOTE:'"',CHAR_EQUAL:"=",CHAR_EXCLAMATION_MARK:"!",CHAR_FORM_FEED:"\f",CHAR_FORWARD_SLASH:"/",CHAR_HASH:"#",CHAR_HYPHEN_MINUS:"-",CHAR_LEFT_ANGLE_BRACKET:"<",CHAR_LEFT_CURLY_BRACE:"{",CHAR_LEFT_SQUARE_BRACKET:"[",CHAR_LINE_FEED:`
107
+ `,CHAR_NO_BREAK_SPACE:"\xA0",CHAR_PERCENT:"%",CHAR_PLUS:"+",CHAR_QUESTION_MARK:"?",CHAR_RIGHT_ANGLE_BRACKET:">",CHAR_RIGHT_CURLY_BRACE:"}",CHAR_RIGHT_SQUARE_BRACKET:"]",CHAR_SEMICOLON:";",CHAR_SINGLE_QUOTE:"'",CHAR_SPACE:" ",CHAR_TAB:" ",CHAR_UNDERSCORE:"_",CHAR_VERTICAL_LINE:"|",CHAR_ZERO_WIDTH_NOBREAK_SPACE:"\uFEFF"}});var fO=S((TJ,lO)=>{"use strict";var SM=sf(),{MAX_LENGTH:sO,CHAR_BACKSLASH:Gg,CHAR_BACKTICK:xM,CHAR_COMMA:AM,CHAR_DOT:OM,CHAR_LEFT_PARENTHESES:FM,CHAR_RIGHT_PARENTHESES:kM,CHAR_LEFT_CURLY_BRACE:PM,CHAR_RIGHT_CURLY_BRACE:$M,CHAR_LEFT_SQUARE_BRACKET:uO,CHAR_RIGHT_SQUARE_BRACKET:cO,CHAR_DOUBLE_QUOTE:TM,CHAR_SINGLE_QUOTE:IM,CHAR_NO_BREAK_SPACE:RM,CHAR_ZERO_WIDTH_NOBREAK_SPACE:BM}=aO(),LM=(t,e={})=>{if(typeof t!="string")throw new TypeError("Expected a string");let r=e||{},n=typeof r.maxLength=="number"?Math.min(sO,r.maxLength):sO;if(t.length>n)throw new SyntaxError(`Input length (${t.length}), exceeds max characters (${n})`);let o={type:"root",input:t,nodes:[]},i=[o],a=o,s=o,u=0,c=t.length,l=0,d=0,p,h=()=>t[l++],m=b=>{if(b.type==="text"&&s.type==="dot"&&(s.type="text"),s&&s.type==="text"&&b.type==="text"){s.value+=b.value;return}return a.nodes.push(b),b.parent=a,b.prev=s,s=b,b};for(m({type:"bos"});l<c;)if(a=i[i.length-1],p=h(),!(p===BM||p===RM)){if(p===Gg){m({type:"text",value:(e.keepEscaping?p:"")+h()});continue}if(p===cO){m({type:"text",value:"\\"+p});continue}if(p===uO){u++;let b;for(;l<c&&(b=h());){if(p+=b,b===uO){u++;continue}if(b===Gg){p+=h();continue}if(b===cO&&(u--,u===0))break}m({type:"text",value:p});continue}if(p===FM){a=m({type:"paren",nodes:[]}),i.push(a),m({type:"text",value:p});continue}if(p===kM){if(a.type!=="paren"){m({type:"text",value:p});continue}a=i.pop(),m({type:"text",value:p}),a=i[i.length-1];continue}if(p===TM||p===IM||p===xM){let b=p,D;for(e.keepQuotes!==!0&&(p="");l<c&&(D=h());){if(D===Gg){p+=D+h();continue}if(D===b){e.keepQuotes===!0&&(p+=D);break}p+=D}m({type:"text",value:p});continue}if(p===PM){d++;let D={type:"brace",open:!0,close:!1,dollar:s.value&&s.value.slice(-1)==="$"||a.dollar===!0,depth:d,commas:0,ranges:0,nodes:[]};a=m(D),i.push(a),m({type:"open",value:p});continue}if(p===$M){if(a.type!=="brace"){m({type:"text",value:p});continue}let b="close";a=i.pop(),a.close=!0,m({type:b,value:p}),d--,a=i[i.length-1];continue}if(p===AM&&d>0){if(a.ranges>0){a.ranges=0;let b=a.nodes.shift();a.nodes=[b,{type:"text",value:SM(a)}]}m({type:"comma",value:p}),a.commas++;continue}if(p===OM&&d>0&&a.commas===0){let b=a.nodes;if(d===0||b.length===0){m({type:"text",value:p});continue}if(s.type==="dot"){if(a.range=[],s.value+=p,s.type="range",a.nodes.length!==3&&a.nodes.length!==5){a.invalid=!0,a.ranges=0,s.type="text";continue}a.ranges++,a.args=[];continue}if(s.type==="range"){b.pop();let D=b[b.length-1];D.value+=s.value+p,s=D,a.ranges--;continue}m({type:"dot",value:p});continue}m({type:"text",value:p})}do if(a=i.pop(),a.type!=="root"){a.nodes.forEach(E=>{E.nodes||(E.type==="open"&&(E.isOpen=!0),E.type==="close"&&(E.isClose=!0),E.nodes||(E.type="text"),E.invalid=!0)});let b=i[i.length-1],D=b.nodes.indexOf(a);b.nodes.splice(D,1,...a.nodes)}while(i.length>0);return m({type:"eos"}),o};lO.exports=LM});var hO=S((IJ,pO)=>{"use strict";var dO=sf(),NM=tO(),jM=oO(),UM=fO(),Xt=(t,e={})=>{let r=[];if(Array.isArray(t))for(let n of t){let o=Xt.create(n,e);Array.isArray(o)?r.push(...o):r.push(o)}else r=[].concat(Xt.create(t,e));return e&&e.expand===!0&&e.nodupes===!0&&(r=[...new Set(r)]),r};Xt.parse=(t,e={})=>UM(t,e);Xt.stringify=(t,e={})=>dO(typeof t=="string"?Xt.parse(t,e):t,e);Xt.compile=(t,e={})=>(typeof t=="string"&&(t=Xt.parse(t,e)),NM(t,e));Xt.expand=(t,e={})=>{typeof t=="string"&&(t=Xt.parse(t,e));let r=jM(t,e);return e.noempty===!0&&(r=r.filter(Boolean)),e.nodupes===!0&&(r=[...new Set(r)]),r};Xt.create=(t,e={})=>t===""||t.length<3?[t]:e.expand!==!0?Xt.compile(t,e):Xt.expand(t,e);pO.exports=Xt});var Ms=S((RJ,bO)=>{"use strict";var MM=require("path"),Hr="\\\\/",mO=`[^${Hr}]`,hn="\\.",qM="\\+",HM="\\?",lf="\\/",VM="(?=.)",gO="[^/]",Wg=`(?:${lf}|$)`,DO=`(?:^|${lf})`,Yg=`${hn}{1,2}${Wg}`,zM=`(?!${hn})`,KM=`(?!${DO}${Yg})`,GM=`(?!${hn}{0,1}${Wg})`,WM=`(?!${Yg})`,YM=`[^.${lf}]`,JM=`${gO}*?`,yO={DOT_LITERAL:hn,PLUS_LITERAL:qM,QMARK_LITERAL:HM,SLASH_LITERAL:lf,ONE_CHAR:VM,QMARK:gO,END_ANCHOR:Wg,DOTS_SLASH:Yg,NO_DOT:zM,NO_DOTS:KM,NO_DOT_SLASH:GM,NO_DOTS_SLASH:WM,QMARK_NO_DOT:YM,STAR:JM,START_ANCHOR:DO},XM={...yO,SLASH_LITERAL:`[${Hr}]`,QMARK:mO,STAR:`${mO}*?`,DOTS_SLASH:`${hn}{1,2}(?:[${Hr}]|$)`,NO_DOT:`(?!${hn})`,NO_DOTS:`(?!(?:^|[${Hr}])${hn}{1,2}(?:[${Hr}]|$))`,NO_DOT_SLASH:`(?!${hn}{0,1}(?:[${Hr}]|$))`,NO_DOTS_SLASH:`(?!${hn}{1,2}(?:[${Hr}]|$))`,QMARK_NO_DOT:`[^.${Hr}]`,START_ANCHOR:`(?:^|[${Hr}])`,END_ANCHOR:`(?:[${Hr}]|$)`},ZM={alnum:"a-zA-Z0-9",alpha:"a-zA-Z",ascii:"\\x00-\\x7F",blank:" \\t",cntrl:"\\x00-\\x1F\\x7F",digit:"0-9",graph:"\\x21-\\x7E",lower:"a-z",print:"\\x20-\\x7E ",punct:"\\-!\"#$%&'()\\*+,./:;<=>?@[\\]^_`{|}~",space:" \\t\\r\\n\\v\\f",upper:"A-Z",word:"A-Za-z0-9_",xdigit:"A-Fa-f0-9"};bO.exports={MAX_LENGTH:1024*64,POSIX_REGEX_SOURCE:ZM,REGEX_BACKSLASH:/\\(?![*+?^${}(|)[\]])/g,REGEX_NON_SPECIAL_CHARS:/^[^@![\].,$*+?^{}()|\\/]+/,REGEX_SPECIAL_CHARS:/[-*+?.^${}(|)[\]]/,REGEX_SPECIAL_CHARS_BACKREF:/(\\?)((\W)(\3*))/g,REGEX_SPECIAL_CHARS_GLOBAL:/([-*+?.^${}(|)[\]])/g,REGEX_REMOVE_BACKSLASH:/(?:\[.*?[^\\]\]|\\(?=.))/g,REPLACEMENTS:{"***":"*","**/**":"**","**/**/**":"**"},CHAR_0:48,CHAR_9:57,CHAR_UPPERCASE_A:65,CHAR_LOWERCASE_A:97,CHAR_UPPERCASE_Z:90,CHAR_LOWERCASE_Z:122,CHAR_LEFT_PARENTHESES:40,CHAR_RIGHT_PARENTHESES:41,CHAR_ASTERISK:42,CHAR_AMPERSAND:38,CHAR_AT:64,CHAR_BACKWARD_SLASH:92,CHAR_CARRIAGE_RETURN:13,CHAR_CIRCUMFLEX_ACCENT:94,CHAR_COLON:58,CHAR_COMMA:44,CHAR_DOT:46,CHAR_DOUBLE_QUOTE:34,CHAR_EQUAL:61,CHAR_EXCLAMATION_MARK:33,CHAR_FORM_FEED:12,CHAR_FORWARD_SLASH:47,CHAR_GRAVE_ACCENT:96,CHAR_HASH:35,CHAR_HYPHEN_MINUS:45,CHAR_LEFT_ANGLE_BRACKET:60,CHAR_LEFT_CURLY_BRACE:123,CHAR_LEFT_SQUARE_BRACKET:91,CHAR_LINE_FEED:10,CHAR_NO_BREAK_SPACE:160,CHAR_PERCENT:37,CHAR_PLUS:43,CHAR_QUESTION_MARK:63,CHAR_RIGHT_ANGLE_BRACKET:62,CHAR_RIGHT_CURLY_BRACE:125,CHAR_RIGHT_SQUARE_BRACKET:93,CHAR_SEMICOLON:59,CHAR_SINGLE_QUOTE:39,CHAR_SPACE:32,CHAR_TAB:9,CHAR_UNDERSCORE:95,CHAR_VERTICAL_LINE:124,CHAR_ZERO_WIDTH_NOBREAK_SPACE:65279,SEP:MM.sep,extglobChars(t){return{"!":{type:"negate",open:"(?:(?!(?:",close:`))${t.STAR})`},"?":{type:"qmark",open:"(?:",close:")?"},"+":{type:"plus",open:"(?:",close:")+"},"*":{type:"star",open:"(?:",close:")*"},"@":{type:"at",open:"(?:",close:")"}}},globChars(t){return t===!0?XM:yO}}});var qs=S(Ht=>{"use strict";var QM=require("path"),e9=process.platform==="win32",{REGEX_BACKSLASH:t9,REGEX_REMOVE_BACKSLASH:r9,REGEX_SPECIAL_CHARS:n9,REGEX_SPECIAL_CHARS_GLOBAL:o9}=Ms();Ht.isObject=t=>t!==null&&typeof t=="object"&&!Array.isArray(t);Ht.hasRegexChars=t=>n9.test(t);Ht.isRegexChar=t=>t.length===1&&Ht.hasRegexChars(t);Ht.escapeRegex=t=>t.replace(o9,"\\$1");Ht.toPosixSlashes=t=>t.replace(t9,"/");Ht.removeBackslashes=t=>t.replace(r9,e=>e==="\\"?"":e);Ht.supportsLookbehinds=()=>{let t=process.version.slice(1).split(".").map(Number);return t.length===3&&t[0]>=9||t[0]===8&&t[1]>=10};Ht.isWindows=t=>t&&typeof t.windows=="boolean"?t.windows:e9===!0||QM.sep==="\\";Ht.escapeLast=(t,e,r)=>{let n=t.lastIndexOf(e,r);return n===-1?t:t[n-1]==="\\"?Ht.escapeLast(t,e,n-1):`${t.slice(0,n)}\\${t.slice(n)}`};Ht.removePrefix=(t,e={})=>{let r=t;return r.startsWith("./")&&(r=r.slice(2),e.prefix="./"),r};Ht.wrapOutput=(t,e={},r={})=>{let n=r.contains?"":"^",o=r.contains?"":"$",i=`${n}(?:${t})${o}`;return e.negated===!0&&(i=`(?:^(?!${i}).*$)`),i}});var AO=S((LJ,xO)=>{"use strict";var wO=qs(),{CHAR_ASTERISK:Jg,CHAR_AT:i9,CHAR_BACKWARD_SLASH:Hs,CHAR_COMMA:a9,CHAR_DOT:Xg,CHAR_EXCLAMATION_MARK:Zg,CHAR_FORWARD_SLASH:SO,CHAR_LEFT_CURLY_BRACE:Qg,CHAR_LEFT_PARENTHESES:eD,CHAR_LEFT_SQUARE_BRACKET:s9,CHAR_PLUS:u9,CHAR_QUESTION_MARK:vO,CHAR_RIGHT_CURLY_BRACE:c9,CHAR_RIGHT_PARENTHESES:EO,CHAR_RIGHT_SQUARE_BRACKET:l9}=Ms(),CO=t=>t===SO||t===Hs,_O=t=>{t.isPrefix!==!0&&(t.depth=t.isGlobstar?1/0:1)},f9=(t,e)=>{let r=e||{},n=t.length-1,o=r.parts===!0||r.scanToEnd===!0,i=[],a=[],s=[],u=t,c=-1,l=0,d=0,p=!1,h=!1,m=!1,b=!1,D=!1,E=!1,C=!1,g=!1,_=!1,x=!1,$=0,P,B,T={value:"",depth:0,isGlob:!1},N=()=>c>=n,O=()=>u.charCodeAt(c+1),j=()=>(P=B,u.charCodeAt(++c));for(;c<n;){B=j();let w;if(B===Hs){C=T.backslashes=!0,B=j(),B===Qg&&(E=!0);continue}if(E===!0||B===Qg){for($++;N()!==!0&&(B=j());){if(B===Hs){C=T.backslashes=!0,j();continue}if(B===Qg){$++;continue}if(E!==!0&&B===Xg&&(B=j())===Xg){if(p=T.isBrace=!0,m=T.isGlob=!0,x=!0,o===!0)continue;break}if(E!==!0&&B===a9){if(p=T.isBrace=!0,m=T.isGlob=!0,x=!0,o===!0)continue;break}if(B===c9&&($--,$===0)){E=!1,p=T.isBrace=!0,x=!0;break}}if(o===!0)continue;break}if(B===SO){if(i.push(c),a.push(T),T={value:"",depth:0,isGlob:!1},x===!0)continue;if(P===Xg&&c===l+1){l+=2;continue}d=c+1;continue}if(r.noext!==!0&&(B===u9||B===i9||B===Jg||B===vO||B===Zg)===!0&&O()===eD){if(m=T.isGlob=!0,b=T.isExtglob=!0,x=!0,B===Zg&&c===l&&(_=!0),o===!0){for(;N()!==!0&&(B=j());){if(B===Hs){C=T.backslashes=!0,B=j();continue}if(B===EO){m=T.isGlob=!0,x=!0;break}}continue}break}if(B===Jg){if(P===Jg&&(D=T.isGlobstar=!0),m=T.isGlob=!0,x=!0,o===!0)continue;break}if(B===vO){if(m=T.isGlob=!0,x=!0,o===!0)continue;break}if(B===s9){for(;N()!==!0&&(w=j());){if(w===Hs){C=T.backslashes=!0,j();continue}if(w===l9){h=T.isBracket=!0,m=T.isGlob=!0,x=!0;break}}if(o===!0)continue;break}if(r.nonegate!==!0&&B===Zg&&c===l){g=T.negated=!0,l++;continue}if(r.noparen!==!0&&B===eD){if(m=T.isGlob=!0,o===!0){for(;N()!==!0&&(B=j());){if(B===eD){C=T.backslashes=!0,B=j();continue}if(B===EO){x=!0;break}}continue}break}if(m===!0){if(x=!0,o===!0)continue;break}}r.noext===!0&&(b=!1,m=!1);let M=u,z="",F="";l>0&&(z=u.slice(0,l),u=u.slice(l),d-=l),M&&m===!0&&d>0?(M=u.slice(0,d),F=u.slice(d)):m===!0?(M="",F=u):M=u,M&&M!==""&&M!=="/"&&M!==u&&CO(M.charCodeAt(M.length-1))&&(M=M.slice(0,-1)),r.unescape===!0&&(F&&(F=wO.removeBackslashes(F)),M&&C===!0&&(M=wO.removeBackslashes(M)));let y={prefix:z,input:t,start:l,base:M,glob:F,isBrace:p,isBracket:h,isGlob:m,isExtglob:b,isGlobstar:D,negated:g,negatedExtglob:_};if(r.tokens===!0&&(y.maxDepth=0,CO(B)||a.push(T),y.tokens=a),r.parts===!0||r.tokens===!0){let w;for(let v=0;v<i.length;v++){let A=w?w+1:l,R=i[v],k=t.slice(A,R);r.tokens&&(v===0&&l!==0?(a[v].isPrefix=!0,a[v].value=z):a[v].value=k,_O(a[v]),y.maxDepth+=a[v].depth),(v!==0||k!=="")&&s.push(k),w=R}if(w&&w+1<t.length){let v=t.slice(w+1);s.push(v),r.tokens&&(a[a.length-1].value=v,_O(a[a.length-1]),y.maxDepth+=a[a.length-1].depth)}y.slashes=i,y.parts=s}return y};xO.exports=f9});var kO=S((NJ,FO)=>{"use strict";var ff=Ms(),Zt=qs(),{MAX_LENGTH:df,POSIX_REGEX_SOURCE:d9,REGEX_NON_SPECIAL_CHARS:p9,REGEX_SPECIAL_CHARS_BACKREF:h9,REPLACEMENTS:OO}=ff,m9=(t,e)=>{if(typeof e.expandRange=="function")return e.expandRange(...t,e);t.sort();let r=`[${t.join("-")}]`;try{new RegExp(r)}catch{return t.map(o=>Zt.escapeRegex(o)).join("..")}return r},pa=(t,e)=>`Missing ${t}: "${e}" - use "\\\\${e}" to match literal characters`,tD=(t,e)=>{if(typeof t!="string")throw new TypeError("Expected a string");t=OO[t]||t;let r={...e},n=typeof r.maxLength=="number"?Math.min(df,r.maxLength):df,o=t.length;if(o>n)throw new SyntaxError(`Input length: ${o}, exceeds maximum allowed length: ${n}`);let i={type:"bos",value:"",output:r.prepend||""},a=[i],s=r.capture?"":"?:",u=Zt.isWindows(e),c=ff.globChars(u),l=ff.extglobChars(c),{DOT_LITERAL:d,PLUS_LITERAL:p,SLASH_LITERAL:h,ONE_CHAR:m,DOTS_SLASH:b,NO_DOT:D,NO_DOT_SLASH:E,NO_DOTS_SLASH:C,QMARK:g,QMARK_NO_DOT:_,STAR:x,START_ANCHOR:$}=c,P=G=>`(${s}(?:(?!${$}${G.dot?b:d}).)*?)`,B=r.dot?"":D,T=r.dot?g:_,N=r.bash===!0?P(r):x;r.capture&&(N=`(${N})`),typeof r.noext=="boolean"&&(r.noextglob=r.noext);let O={input:t,index:-1,start:0,dot:r.dot===!0,consumed:"",output:"",prefix:"",backtrack:!1,negated:!1,brackets:0,braces:0,parens:0,quotes:0,globstar:!1,tokens:a};t=Zt.removePrefix(t,O),o=t.length;let j=[],M=[],z=[],F=i,y,w=()=>O.index===o-1,v=O.peek=(G=1)=>t[O.index+G],A=O.advance=()=>t[++O.index]||"",R=()=>t.slice(O.index+1),k=(G="",Ce=0)=>{O.consumed+=G,O.index+=Ce},q=G=>{O.output+=G.output!=null?G.output:G.value,k(G.value)},I=()=>{let G=1;for(;v()==="!"&&(v(2)!=="("||v(3)==="?");)A(),O.start++,G++;return G%2===0?!1:(O.negated=!0,O.start++,!0)},L=G=>{O[G]++,z.push(G)},te=G=>{O[G]--,z.pop()},V=G=>{if(F.type==="globstar"){let Ce=O.braces>0&&(G.type==="comma"||G.type==="brace"),H=G.extglob===!0||j.length&&(G.type==="pipe"||G.type==="paren");G.type!=="slash"&&G.type!=="paren"&&!Ce&&!H&&(O.output=O.output.slice(0,-F.output.length),F.type="star",F.value="*",F.output=N,O.output+=F.output)}if(j.length&&G.type!=="paren"&&(j[j.length-1].inner+=G.value),(G.value||G.output)&&q(G),F&&F.type==="text"&&G.type==="text"){F.value+=G.value,F.output=(F.output||"")+G.value;return}G.prev=F,a.push(G),F=G},se=(G,Ce)=>{let H={...l[Ce],conditions:1,inner:""};H.prev=F,H.parens=O.parens,H.output=O.output;let ue=(r.capture?"(":"")+H.open;L("parens"),V({type:G,value:Ce,output:O.output?"":m}),V({type:"paren",extglob:!0,value:A(),output:ue}),j.push(H)},mr=G=>{let Ce=G.close+(r.capture?")":""),H;if(G.type==="negate"){let ue=N;if(G.inner&&G.inner.length>1&&G.inner.includes("/")&&(ue=P(r)),(ue!==N||w()||/^\)+$/.test(R()))&&(Ce=G.close=`)$))${ue}`),G.inner.includes("*")&&(H=R())&&/^\.[^\\/.]+$/.test(H)){let qe=tD(H,{...e,fastpaths:!1}).output;Ce=G.close=`)${qe})${ue})`}G.prev.type==="bos"&&(O.negatedExtglob=!0)}V({type:"paren",extglob:!0,value:y,output:Ce}),te("parens")};if(r.fastpaths!==!1&&!/(^[*!]|[/()[\]{}"])/.test(t)){let G=!1,Ce=t.replace(h9,(H,ue,qe,Ct,tt,vf)=>Ct==="\\"?(G=!0,H):Ct==="?"?ue?ue+Ct+(tt?g.repeat(tt.length):""):vf===0?T+(tt?g.repeat(tt.length):""):g.repeat(qe.length):Ct==="."?d.repeat(qe.length):Ct==="*"?ue?ue+Ct+(tt?N:""):N:ue?H:`\\${H}`);return G===!0&&(r.unescape===!0?Ce=Ce.replace(/\\/g,""):Ce=Ce.replace(/\\+/g,H=>H.length%2===0?"\\\\":H?"\\":"")),Ce===t&&r.contains===!0?(O.output=t,O):(O.output=Zt.wrapOutput(Ce,O,e),O)}for(;!w();){if(y=A(),y==="\0")continue;if(y==="\\"){let H=v();if(H==="/"&&r.bash!==!0||H==="."||H===";")continue;if(!H){y+="\\",V({type:"text",value:y});continue}let ue=/^\\+/.exec(R()),qe=0;if(ue&&ue[0].length>2&&(qe=ue[0].length,O.index+=qe,qe%2!==0&&(y+="\\")),r.unescape===!0?y=A():y+=A(),O.brackets===0){V({type:"text",value:y});continue}}if(O.brackets>0&&(y!=="]"||F.value==="["||F.value==="[^")){if(r.posix!==!1&&y===":"){let H=F.value.slice(1);if(H.includes("[")&&(F.posix=!0,H.includes(":"))){let ue=F.value.lastIndexOf("["),qe=F.value.slice(0,ue),Ct=F.value.slice(ue+2),tt=d9[Ct];if(tt){F.value=qe+tt,O.backtrack=!0,A(),!i.output&&a.indexOf(F)===1&&(i.output=m);continue}}}(y==="["&&v()!==":"||y==="-"&&v()==="]")&&(y=`\\${y}`),y==="]"&&(F.value==="["||F.value==="[^")&&(y=`\\${y}`),r.posix===!0&&y==="!"&&F.value==="["&&(y="^"),F.value+=y,q({value:y});continue}if(O.quotes===1&&y!=='"'){y=Zt.escapeRegex(y),F.value+=y,q({value:y});continue}if(y==='"'){O.quotes=O.quotes===1?0:1,r.keepQuotes===!0&&V({type:"text",value:y});continue}if(y==="("){L("parens"),V({type:"paren",value:y});continue}if(y===")"){if(O.parens===0&&r.strictBrackets===!0)throw new SyntaxError(pa("opening","("));let H=j[j.length-1];if(H&&O.parens===H.parens+1){mr(j.pop());continue}V({type:"paren",value:y,output:O.parens?")":"\\)"}),te("parens");continue}if(y==="["){if(r.nobracket===!0||!R().includes("]")){if(r.nobracket!==!0&&r.strictBrackets===!0)throw new SyntaxError(pa("closing","]"));y=`\\${y}`}else L("brackets");V({type:"bracket",value:y});continue}if(y==="]"){if(r.nobracket===!0||F&&F.type==="bracket"&&F.value.length===1){V({type:"text",value:y,output:`\\${y}`});continue}if(O.brackets===0){if(r.strictBrackets===!0)throw new SyntaxError(pa("opening","["));V({type:"text",value:y,output:`\\${y}`});continue}te("brackets");let H=F.value.slice(1);if(F.posix!==!0&&H[0]==="^"&&!H.includes("/")&&(y=`/${y}`),F.value+=y,q({value:y}),r.literalBrackets===!1||Zt.hasRegexChars(H))continue;let ue=Zt.escapeRegex(F.value);if(O.output=O.output.slice(0,-F.value.length),r.literalBrackets===!0){O.output+=ue,F.value=ue;continue}F.value=`(${s}${ue}|${F.value})`,O.output+=F.value;continue}if(y==="{"&&r.nobrace!==!0){L("braces");let H={type:"brace",value:y,output:"(",outputIndex:O.output.length,tokensIndex:O.tokens.length};M.push(H),V(H);continue}if(y==="}"){let H=M[M.length-1];if(r.nobrace===!0||!H){V({type:"text",value:y,output:y});continue}let ue=")";if(H.dots===!0){let qe=a.slice(),Ct=[];for(let tt=qe.length-1;tt>=0&&(a.pop(),qe[tt].type!=="brace");tt--)qe[tt].type!=="dots"&&Ct.unshift(qe[tt].value);ue=m9(Ct,r),O.backtrack=!0}if(H.comma!==!0&&H.dots!==!0){let qe=O.output.slice(0,H.outputIndex),Ct=O.tokens.slice(H.tokensIndex);H.value=H.output="\\{",y=ue="\\}",O.output=qe;for(let tt of Ct)O.output+=tt.output||tt.value}V({type:"brace",value:y,output:ue}),te("braces"),M.pop();continue}if(y==="|"){j.length>0&&j[j.length-1].conditions++,V({type:"text",value:y});continue}if(y===","){let H=y,ue=M[M.length-1];ue&&z[z.length-1]==="braces"&&(ue.comma=!0,H="|"),V({type:"comma",value:y,output:H});continue}if(y==="/"){if(F.type==="dot"&&O.index===O.start+1){O.start=O.index+1,O.consumed="",O.output="",a.pop(),F=i;continue}V({type:"slash",value:y,output:h});continue}if(y==="."){if(O.braces>0&&F.type==="dot"){F.value==="."&&(F.output=d);let H=M[M.length-1];F.type="dots",F.output+=y,F.value+=y,H.dots=!0;continue}if(O.braces+O.parens===0&&F.type!=="bos"&&F.type!=="slash"){V({type:"text",value:y,output:d});continue}V({type:"dot",value:y,output:d});continue}if(y==="?"){if(!(F&&F.value==="(")&&r.noextglob!==!0&&v()==="("&&v(2)!=="?"){se("qmark",y);continue}if(F&&F.type==="paren"){let ue=v(),qe=y;if(ue==="<"&&!Zt.supportsLookbehinds())throw new Error("Node.js v10 or higher is required for regex lookbehinds");(F.value==="("&&!/[!=<:]/.test(ue)||ue==="<"&&!/<([!=]|\w+>)/.test(R()))&&(qe=`\\${y}`),V({type:"text",value:y,output:qe});continue}if(r.dot!==!0&&(F.type==="slash"||F.type==="bos")){V({type:"qmark",value:y,output:_});continue}V({type:"qmark",value:y,output:g});continue}if(y==="!"){if(r.noextglob!==!0&&v()==="("&&(v(2)!=="?"||!/[!=<:]/.test(v(3)))){se("negate",y);continue}if(r.nonegate!==!0&&O.index===0){I();continue}}if(y==="+"){if(r.noextglob!==!0&&v()==="("&&v(2)!=="?"){se("plus",y);continue}if(F&&F.value==="("||r.regex===!1){V({type:"plus",value:y,output:p});continue}if(F&&(F.type==="bracket"||F.type==="paren"||F.type==="brace")||O.parens>0){V({type:"plus",value:y});continue}V({type:"plus",value:p});continue}if(y==="@"){if(r.noextglob!==!0&&v()==="("&&v(2)!=="?"){V({type:"at",extglob:!0,value:y,output:""});continue}V({type:"text",value:y});continue}if(y!=="*"){(y==="$"||y==="^")&&(y=`\\${y}`);let H=p9.exec(R());H&&(y+=H[0],O.index+=H[0].length),V({type:"text",value:y});continue}if(F&&(F.type==="globstar"||F.star===!0)){F.type="star",F.star=!0,F.value+=y,F.output=N,O.backtrack=!0,O.globstar=!0,k(y);continue}let G=R();if(r.noextglob!==!0&&/^\([^?]/.test(G)){se("star",y);continue}if(F.type==="star"){if(r.noglobstar===!0){k(y);continue}let H=F.prev,ue=H.prev,qe=H.type==="slash"||H.type==="bos",Ct=ue&&(ue.type==="star"||ue.type==="globstar");if(r.bash===!0&&(!qe||G[0]&&G[0]!=="/")){V({type:"star",value:y,output:""});continue}let tt=O.braces>0&&(H.type==="comma"||H.type==="brace"),vf=j.length&&(H.type==="pipe"||H.type==="paren");if(!qe&&H.type!=="paren"&&!tt&&!vf){V({type:"star",value:y,output:""});continue}for(;G.slice(0,3)==="/**";){let Ws=t[O.index+4];if(Ws&&Ws!=="/")break;G=G.slice(3),k("/**",3)}if(H.type==="bos"&&w()){F.type="globstar",F.value+=y,F.output=P(r),O.output=F.output,O.globstar=!0,k(y);continue}if(H.type==="slash"&&H.prev.type!=="bos"&&!Ct&&w()){O.output=O.output.slice(0,-(H.output+F.output).length),H.output=`(?:${H.output}`,F.type="globstar",F.output=P(r)+(r.strictSlashes?")":"|$)"),F.value+=y,O.globstar=!0,O.output+=H.output+F.output,k(y);continue}if(H.type==="slash"&&H.prev.type!=="bos"&&G[0]==="/"){let Ws=G[1]!==void 0?"|$":"";O.output=O.output.slice(0,-(H.output+F.output).length),H.output=`(?:${H.output}`,F.type="globstar",F.output=`${P(r)}${h}|${h}${Ws})`,F.value+=y,O.output+=H.output+F.output,O.globstar=!0,k(y+A()),V({type:"slash",value:"/",output:""});continue}if(H.type==="bos"&&G[0]==="/"){F.type="globstar",F.value+=y,F.output=`(?:^|${h}|${P(r)}${h})`,O.output=F.output,O.globstar=!0,k(y+A()),V({type:"slash",value:"/",output:""});continue}O.output=O.output.slice(0,-F.output.length),F.type="globstar",F.output=P(r),F.value+=y,O.output+=F.output,O.globstar=!0,k(y);continue}let Ce={type:"star",value:y,output:N};if(r.bash===!0){Ce.output=".*?",(F.type==="bos"||F.type==="slash")&&(Ce.output=B+Ce.output),V(Ce);continue}if(F&&(F.type==="bracket"||F.type==="paren")&&r.regex===!0){Ce.output=y,V(Ce);continue}(O.index===O.start||F.type==="slash"||F.type==="dot")&&(F.type==="dot"?(O.output+=E,F.output+=E):r.dot===!0?(O.output+=C,F.output+=C):(O.output+=B,F.output+=B),v()!=="*"&&(O.output+=m,F.output+=m)),V(Ce)}for(;O.brackets>0;){if(r.strictBrackets===!0)throw new SyntaxError(pa("closing","]"));O.output=Zt.escapeLast(O.output,"["),te("brackets")}for(;O.parens>0;){if(r.strictBrackets===!0)throw new SyntaxError(pa("closing",")"));O.output=Zt.escapeLast(O.output,"("),te("parens")}for(;O.braces>0;){if(r.strictBrackets===!0)throw new SyntaxError(pa("closing","}"));O.output=Zt.escapeLast(O.output,"{"),te("braces")}if(r.strictSlashes!==!0&&(F.type==="star"||F.type==="bracket")&&V({type:"maybe_slash",value:"",output:`${h}?`}),O.backtrack===!0){O.output="";for(let G of O.tokens)O.output+=G.output!=null?G.output:G.value,G.suffix&&(O.output+=G.suffix)}return O};tD.fastpaths=(t,e)=>{let r={...e},n=typeof r.maxLength=="number"?Math.min(df,r.maxLength):df,o=t.length;if(o>n)throw new SyntaxError(`Input length: ${o}, exceeds maximum allowed length: ${n}`);t=OO[t]||t;let i=Zt.isWindows(e),{DOT_LITERAL:a,SLASH_LITERAL:s,ONE_CHAR:u,DOTS_SLASH:c,NO_DOT:l,NO_DOTS:d,NO_DOTS_SLASH:p,STAR:h,START_ANCHOR:m}=ff.globChars(i),b=r.dot?d:l,D=r.dot?p:l,E=r.capture?"":"?:",C={negated:!1,prefix:""},g=r.bash===!0?".*?":h;r.capture&&(g=`(${g})`);let _=B=>B.noglobstar===!0?g:`(${E}(?:(?!${m}${B.dot?c:a}).)*?)`,x=B=>{switch(B){case"*":return`${b}${u}${g}`;case".*":return`${a}${u}${g}`;case"*.*":return`${b}${g}${a}${u}${g}`;case"*/*":return`${b}${g}${s}${u}${D}${g}`;case"**":return b+_(r);case"**/*":return`(?:${b}${_(r)}${s})?${D}${u}${g}`;case"**/*.*":return`(?:${b}${_(r)}${s})?${D}${g}${a}${u}${g}`;case"**/.*":return`(?:${b}${_(r)}${s})?${a}${u}${g}`;default:{let T=/^(.*?)\.(\w+)$/.exec(B);if(!T)return;let N=x(T[1]);return N?N+a+T[2]:void 0}}},$=Zt.removePrefix(t,C),P=x($);return P&&r.strictSlashes!==!0&&(P+=`${s}?`),P};FO.exports=tD});var $O=S((jJ,PO)=>{"use strict";var g9=require("path"),D9=AO(),rD=kO(),nD=qs(),y9=Ms(),b9=t=>t&&typeof t=="object"&&!Array.isArray(t),Qe=(t,e,r=!1)=>{if(Array.isArray(t)){let l=t.map(p=>Qe(p,e,r));return p=>{for(let h of l){let m=h(p);if(m)return m}return!1}}let n=b9(t)&&t.tokens&&t.input;if(t===""||typeof t!="string"&&!n)throw new TypeError("Expected pattern to be a non-empty string");let o=e||{},i=nD.isWindows(e),a=n?Qe.compileRe(t,e):Qe.makeRe(t,e,!1,!0),s=a.state;delete a.state;let u=()=>!1;if(o.ignore){let l={...e,ignore:null,onMatch:null,onResult:null};u=Qe(o.ignore,l,r)}let c=(l,d=!1)=>{let{isMatch:p,match:h,output:m}=Qe.test(l,a,e,{glob:t,posix:i}),b={glob:t,state:s,regex:a,posix:i,input:l,output:m,match:h,isMatch:p};return typeof o.onResult=="function"&&o.onResult(b),p===!1?(b.isMatch=!1,d?b:!1):u(l)?(typeof o.onIgnore=="function"&&o.onIgnore(b),b.isMatch=!1,d?b:!1):(typeof o.onMatch=="function"&&o.onMatch(b),d?b:!0)};return r&&(c.state=s),c};Qe.test=(t,e,r,{glob:n,posix:o}={})=>{if(typeof t!="string")throw new TypeError("Expected input to be a string");if(t==="")return{isMatch:!1,output:""};let i=r||{},a=i.format||(o?nD.toPosixSlashes:null),s=t===n,u=s&&a?a(t):t;return s===!1&&(u=a?a(t):t,s=u===n),(s===!1||i.capture===!0)&&(i.matchBase===!0||i.basename===!0?s=Qe.matchBase(t,e,r,o):s=e.exec(u)),{isMatch:!!s,match:s,output:u}};Qe.matchBase=(t,e,r,n=nD.isWindows(r))=>(e instanceof RegExp?e:Qe.makeRe(e,r)).test(g9.basename(t));Qe.isMatch=(t,e,r)=>Qe(e,r)(t);Qe.parse=(t,e)=>Array.isArray(t)?t.map(r=>Qe.parse(r,e)):rD(t,{...e,fastpaths:!1});Qe.scan=(t,e)=>D9(t,e);Qe.compileRe=(t,e,r=!1,n=!1)=>{if(r===!0)return t.output;let o=e||{},i=o.contains?"":"^",a=o.contains?"":"$",s=`${i}(?:${t.output})${a}`;t&&t.negated===!0&&(s=`^(?!${s}).*$`);let u=Qe.toRegex(s,e);return n===!0&&(u.state=t),u};Qe.makeRe=(t,e={},r=!1,n=!1)=>{if(!t||typeof t!="string")throw new TypeError("Expected a non-empty string");let o={negated:!1,fastpaths:!0};return e.fastpaths!==!1&&(t[0]==="."||t[0]==="*")&&(o.output=rD.fastpaths(t,e)),o.output||(o=rD(t,e)),Qe.compileRe(o,e,r,n)};Qe.toRegex=(t,e)=>{try{let r=e||{};return new RegExp(t,r.flags||(r.nocase?"i":""))}catch(r){if(e&&e.debug===!0)throw r;return/$^/}};Qe.constants=y9;PO.exports=Qe});var IO=S((UJ,TO)=>{"use strict";TO.exports=$O()});var UO=S((MJ,jO)=>{"use strict";var BO=require("util"),LO=hO(),Vr=IO(),oD=qs(),RO=t=>t===""||t==="./",NO=t=>{let e=t.indexOf("{");return e>-1&&t.indexOf("}",e)>-1},Ne=(t,e,r)=>{e=[].concat(e),t=[].concat(t);let n=new Set,o=new Set,i=new Set,a=0,s=l=>{i.add(l.output),r&&r.onResult&&r.onResult(l)};for(let l=0;l<e.length;l++){let d=Vr(String(e[l]),{...r,onResult:s},!0),p=d.state.negated||d.state.negatedExtglob;p&&a++;for(let h of t){let m=d(h,!0);(p?!m.isMatch:m.isMatch)&&(p?n.add(m.output):(n.delete(m.output),o.add(m.output)))}}let c=(a===e.length?[...i]:[...o]).filter(l=>!n.has(l));if(r&&c.length===0){if(r.failglob===!0)throw new Error(`No matches found for "${e.join(", ")}"`);if(r.nonull===!0||r.nullglob===!0)return r.unescape?e.map(l=>l.replace(/\\/g,"")):e}return c};Ne.match=Ne;Ne.matcher=(t,e)=>Vr(t,e);Ne.isMatch=(t,e,r)=>Vr(e,r)(t);Ne.any=Ne.isMatch;Ne.not=(t,e,r={})=>{e=[].concat(e).map(String);let n=new Set,o=[],i=s=>{r.onResult&&r.onResult(s),o.push(s.output)},a=new Set(Ne(t,e,{...r,onResult:i}));for(let s of o)a.has(s)||n.add(s);return[...n]};Ne.contains=(t,e,r)=>{if(typeof t!="string")throw new TypeError(`Expected a string: "${BO.inspect(t)}"`);if(Array.isArray(e))return e.some(n=>Ne.contains(t,n,r));if(typeof e=="string"){if(RO(t)||RO(e))return!1;if(t.includes(e)||t.startsWith("./")&&t.slice(2).includes(e))return!0}return Ne.isMatch(t,e,{...r,contains:!0})};Ne.matchKeys=(t,e,r)=>{if(!oD.isObject(t))throw new TypeError("Expected the first argument to be an object");let n=Ne(Object.keys(t),e,r),o={};for(let i of n)o[i]=t[i];return o};Ne.some=(t,e,r)=>{let n=[].concat(t);for(let o of[].concat(e)){let i=Vr(String(o),r);if(n.some(a=>i(a)))return!0}return!1};Ne.every=(t,e,r)=>{let n=[].concat(t);for(let o of[].concat(e)){let i=Vr(String(o),r);if(!n.every(a=>i(a)))return!1}return!0};Ne.all=(t,e,r)=>{if(typeof t!="string")throw new TypeError(`Expected a string: "${BO.inspect(t)}"`);return[].concat(e).every(n=>Vr(n,r)(t))};Ne.capture=(t,e,r)=>{let n=oD.isWindows(r),i=Vr.makeRe(String(t),{...r,capture:!0}).exec(n?oD.toPosixSlashes(e):e);if(i)return i.slice(1).map(a=>a===void 0?"":a)};Ne.makeRe=(...t)=>Vr.makeRe(...t);Ne.scan=(...t)=>Vr.scan(...t);Ne.parse=(t,e)=>{let r=[];for(let n of[].concat(t||[]))for(let o of LO(String(n),e))r.push(Vr.parse(o,e));return r};Ne.braces=(t,e)=>{if(typeof t!="string")throw new TypeError("Expected a string");return e&&e.nobrace===!0||!NO(t)?[t]:LO(t,e)};Ne.braceExpand=(t,e)=>{if(typeof t!="string")throw new TypeError("Expected a string");return Ne.braces(t,{...e,expand:!0})};Ne.hasBraces=NO;jO.exports=Ne});var CF=S((jX,mn)=>{var $e=require("fs"),gf=require("os"),gt=require("path"),aF=require("crypto"),Kr={fs:$e.constants,os:gf.constants},sF="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz",fF=/XXXXXX/,K9=3,dF=(Kr.O_CREAT||Kr.fs.O_CREAT)|(Kr.O_EXCL||Kr.fs.O_EXCL)|(Kr.O_RDWR||Kr.fs.O_RDWR),G9=gf.platform()==="win32",W9=Kr.EBADF||Kr.os.errno.EBADF,Y9=Kr.ENOENT||Kr.os.errno.ENOENT,pF=448,hF=384,J9="exit",ma=[],mF=$e.rmdirSync.bind($e),gF=!1;function X9(t,e){return $e.rm(t,{recursive:!0},e)}function DF(t){return $e.rmSync(t,{recursive:!0})}function fD(t,e){let r=ga(t,e),n=r[0],o=r[1];s7(n,function(i,a){if(i)return o(i);let s=a.tries;(function u(){try{let c=bF(a);$e.stat(c,function(l){if(!l)return s-- >0?u():o(new Error("Could not get a unique tmp filename, max tries reached "+c));o(null,c)})}catch(c){o(c)}})()})}function dD(t){let e=ga(t),r=e[0],n=u7(r),o=n.tries;do{let i=bF(n);try{$e.statSync(i)}catch{return i}}while(o-- >0);throw new Error("Could not get a unique tmp filename, max tries reached")}function Z9(t,e){let r=ga(t,e),n=r[0],o=r[1];fD(n,function(a,s){if(a)return o(a);$e.open(s,dF,n.mode||hF,function(c,l){if(c)return o(c);if(n.discardDescriptor)return $e.close(l,function(p){return o(p,s,void 0,cD(s,-1,n,!1))});{let d=n.discardDescriptor||n.detachDescriptor;o(null,s,l,cD(s,d?-1:l,n,!1))}})})}function Q9(t){let e=ga(t),r=e[0],n=r.discardDescriptor||r.detachDescriptor,o=dD(r),i=$e.openSync(o,dF,r.mode||hF);return r.discardDescriptor&&($e.closeSync(i),i=void 0),{name:o,fd:i,removeCallback:cD(o,n?-1:i,r,!0)}}function e7(t,e){let r=ga(t,e),n=r[0],o=r[1];fD(n,function(a,s){if(a)return o(a);$e.mkdir(s,n.mode||pF,function(c){if(c)return o(c);o(null,s,yF(s,n,!1))})})}function t7(t){let e=ga(t),r=e[0],n=dD(r);return $e.mkdirSync(n,r.mode||pF),{name:n,removeCallback:yF(n,r,!0)}}function r7(t,e){let r=function(n){if(n&&!lD(n))return e(n);e()};0<=t[0]?$e.close(t[0],function(){$e.unlink(t[1],r)}):$e.unlink(t[1],r)}function n7(t){let e=null;try{0<=t[0]&&$e.closeSync(t[0])}catch(r){if(!c7(r)&&!lD(r))throw r}finally{try{$e.unlinkSync(t[1])}catch(r){lD(r)||(e=r)}}if(e!==null)throw e}function cD(t,e,r,n){let o=mf(n7,[e,t],n),i=mf(r7,[e,t],n,o);return r.keep||ma.unshift(o),n?o:i}function yF(t,e,r){let n=e.unsafeCleanup?X9:$e.rmdir.bind($e),o=e.unsafeCleanup?DF:mF,i=mf(o,t,r),a=mf(n,t,r,i);return e.keep||ma.unshift(i),r?i:a}function mf(t,e,r,n){let o=!1;return function i(a){if(!o){let s=n||i,u=ma.indexOf(s);return u>=0&&ma.splice(u,1),o=!0,r||t===mF||t===DF?t(e):t(e,a||function(){})}}}function o7(){if(gF)for(;ma.length;)try{ma[0]()}catch{}}function uF(t){let e=[],r=null;try{r=aF.randomBytes(t)}catch{r=aF.pseudoRandomBytes(t)}for(let n=0;n<t;n++)e.push(sF[r[n]%sF.length]);return e.join("")}function Qt(t){return typeof t>"u"}function ga(t,e){if(typeof t=="function")return[{},t];if(Qt(t))return[{},e];let r={};for(let n of Object.getOwnPropertyNames(t))r[n]=t[n];return[r,e]}function i7(t,e,r){let n=gt.isAbsolute(t)?t:gt.join(e,t);$e.stat(n,function(o){o?$e.realpath(gt.dirname(n),function(i,a){if(i)return r(i);r(null,gt.join(a,gt.basename(n)))}):$e.realpath(n,r)})}function a7(t,e){let r=gt.isAbsolute(t)?t:gt.join(e,t);try{return $e.statSync(r),$e.realpathSync(r)}catch{let o=$e.realpathSync(gt.dirname(r));return gt.join(o,gt.basename(r))}}function bF(t){let e=t.tmpdir;if(!Qt(t.name))return gt.join(e,t.dir,t.name);if(!Qt(t.template))return gt.join(e,t.dir,t.template).replace(fF,uF(6));let r=[t.prefix?t.prefix:"tmp","-",process.pid,"-",uF(12),t.postfix?"-"+t.postfix:""].join("");return gt.join(e,t.dir,r)}function wF(t){if(!Qt(t.name)){let e=t.name;if(gt.isAbsolute(e))throw new Error(`name option must not contain an absolute path, found "${e}".`);let r=gt.basename(e);if(r===".."||r==="."||r!==e)throw new Error(`name option must not contain a path, found "${e}".`)}if(!Qt(t.template)&&!t.template.match(fF))throw new Error(`Invalid template, found "${t.template}".`);if(!Qt(t.tries)&&isNaN(t.tries)||t.tries<0)throw new Error(`Invalid tries, found "${t.tries}".`);t.tries=Qt(t.name)?t.tries||K9:1,t.keep=!!t.keep,t.detachDescriptor=!!t.detachDescriptor,t.discardDescriptor=!!t.discardDescriptor,t.unsafeCleanup=!!t.unsafeCleanup,t.prefix=Qt(t.prefix)?"":t.prefix,t.postfix=Qt(t.postfix)?"":t.postfix}function cF(t,e,r,n){if(Qt(e))return n(null);i7(e,r,function(o,i){if(o)return n(o);let a=gt.relative(r,i);if(!i.startsWith(r))return n(new Error(`${t} option must be relative to "${r}", found "${a}".`));n(null,a)})}function lF(t,e,r){if(Qt(e))return;let n=a7(e,r),o=gt.relative(r,n);if(!n.startsWith(r))throw new Error(`${t} option must be relative to "${r}", found "${o}".`);return o}function s7(t,e){f7(t,function(r,n){if(r)return e(r);t.tmpdir=n;try{wF(t,n)}catch(o){return e(o)}cF("dir",t.dir,n,function(o,i){if(o)return e(o);t.dir=Qt(i)?"":i,cF("template",t.template,n,function(a,s){if(a)return e(a);t.template=s,e(null,t)})})})}function u7(t){let e=t.tmpdir=EF(t);wF(t,e);let r=lF("dir",t.dir,e);return t.dir=Qt(r)?"":r,t.template=lF("template",t.template,e),t}function c7(t){return vF(t,-W9,"EBADF")}function lD(t){return vF(t,-Y9,"ENOENT")}function vF(t,e,r){return G9?t.code===r:t.code===r&&t.errno===e}function l7(){gF=!0}function f7(t,e){return $e.realpath(t&&t.tmpdir||gf.tmpdir(),e)}function EF(t){return $e.realpathSync(t&&t.tmpdir||gf.tmpdir())}process.addListener(J9,o7);Object.defineProperty(mn.exports,"tmpdir",{enumerable:!0,configurable:!1,get:function(){return EF()}});mn.exports.dir=e7;mn.exports.dirSync=t7;mn.exports.file=Z9;mn.exports.fileSync=Q9;mn.exports.tmpName=fD;mn.exports.tmpNameSync=dD;mn.exports.setGracefulCleanup=l7});var bf=require("node:process");var BD=de(RD(),1),{program:ot,createCommand:z7,createArgument:K7,createOption:G7,CommanderError:W7,InvalidArgumentError:Y7,InvalidOptionArgumentError:J7,Command:X7,Argument:Z7,Option:Q7,Help:eq}=BD.default;var gr={name:"@capgo/cli",version:"7.38.0",description:"A CLI to upload to capgo servers",author:"Martin martin@capgo.app",license:"Apache 2.0",homepage:"https://github.com/Cap-go/CLI#readme",repository:{type:"git",url:"git+https://github.com/Cap-go/CLI.git"},bugs:{url:"https://github.com/Cap-go/CLI/issues"},keywords:["appflow alternative","ionic","capacitor","auto update","live update","capgo","cli","upload","capgo-cli","sdk"],exports:{".":{import:"./dist/index.js",require:"./dist/index.js"},"./sdk":{types:"./dist/src/sdk.d.ts",import:"./dist/src/sdk.js",require:"./dist/src/sdk.js"}},main:"dist/index.js",types:"dist/src/index.d.ts",bin:{capgo:"dist/index.js"},engines:{npm:">=8.0.0",node:">=20.0.0"},scripts:{build:"tsc && node build.mjs",dev:"NODE_ENV=development ncc build","no-debug":"node dist/index.js","dev-build":"SUPA_DB=development ncc build",pack:"pkg",types:"npx --yes supabase gen types typescript --project-id=xvwzpoazmxkqosrdewyv > src/types/supabase.types.ts",typecheck:"tsc --noEmit",lint:'eslint "src/**/*.ts" --fix',"check-posix-paths":"node test/check-posix-paths.js","generate-docs":"node dist/index.js generate-docs README.md","test:bundle":"bun test/test-bundle.mjs","test:functional":"bun test/test-functional.mjs","test:semver":"bun test/test-semver-validation.mjs","test:version-edge-cases":"bun test/test-version-validation.mjs","test:regex":"bun test/test-regex-validation.mjs","test:upload":"bun test/test-upload-validation.mjs","test:credentials":"bun test/test-credentials.mjs","test:credentials-validation":"bun test/test-credentials-validation.mjs",test:"bun run test:bundle && bun run test:functional && bun run test:semver && bun run test:version-edge-cases && bun run test:regex && bun run test:upload && bun run test:credentials && bun run test:credentials-validation"},devDependencies:{"@antfu/eslint-config":"^6.1.0","@bradenmacdonald/s3-lite-client":"npm:@jsr/bradenmacdonald__s3-lite-client@0.9.4","@capacitor/cli":"^7.4.4","@capgo/find-package-manager":"^0.0.18","@clack/prompts":"^0.11.0","@sauber/table":"npm:@jsr/sauber__table","@std/semver":"npm:@jsr/std__semver@1.0.6","@supabase/supabase-js":"^2.79.0","@types/adm-zip":"^0.5.7","@types/node":"^24.9.1","@types/prettyjson":"^0.0.33","@types/tmp":"^0.2.6","@vercel/ncc":"^0.38.4","adm-zip":"^0.5.16","ci-info":"^4.3.1",commander:"^14.0.2",esbuild:"^0.25.11",eslint:"^9.38.0","git-format-staged":"3.1.1",husky:"^9.1.7","is-wsl":"^3.1.0",open:"^10.1.2",prettyjson:"^1.2.5",tmp:"^0.2.5","tus-js-client":"^4.3.1",typescript:"^5.9.3"}};var aa=require("node:fs");var Dt=de(Uf(),1),qo=require("node:process"),Dn=de(require("node:readline"),1),zf=de(require("node:readline"),1),GD=require("node:stream"),WD=de(qf(),1);function s2({onlyFirst:t=!1}={}){let e=["[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]+)*|[a-zA-Z\\d]+(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]*)*)?(?:\\u0007|\\u001B\\u005C|\\u009C))","(?:(?:\\d{1,4}(?:;\\d{0,4})*)?[\\dA-PR-TZcf-nq-uy=><~]))"].join("|");return new RegExp(e,t?void 0:"g")}var u2=s2();function YD(t){if(typeof t!="string")throw new TypeError(`Expected a \`string\`, got \`${typeof t}\``);return t.replace(u2,"")}function JD(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}var XD={exports:{}};(function(t){var e={};t.exports=e,e.eastAsianWidth=function(n){var o=n.charCodeAt(0),i=n.length==2?n.charCodeAt(1):0,a=o;return 55296<=o&&o<=56319&&56320<=i&&i<=57343&&(o&=1023,i&=1023,a=o<<10|i,a+=65536),a==12288||65281<=a&&a<=65376||65504<=a&&a<=65510?"F":a==8361||65377<=a&&a<=65470||65474<=a&&a<=65479||65482<=a&&a<=65487||65490<=a&&a<=65495||65498<=a&&a<=65500||65512<=a&&a<=65518?"H":4352<=a&&a<=4447||4515<=a&&a<=4519||4602<=a&&a<=4607||9001<=a&&a<=9002||11904<=a&&a<=11929||11931<=a&&a<=12019||12032<=a&&a<=12245||12272<=a&&a<=12283||12289<=a&&a<=12350||12353<=a&&a<=12438||12441<=a&&a<=12543||12549<=a&&a<=12589||12593<=a&&a<=12686||12688<=a&&a<=12730||12736<=a&&a<=12771||12784<=a&&a<=12830||12832<=a&&a<=12871||12880<=a&&a<=13054||13056<=a&&a<=19903||19968<=a&&a<=42124||42128<=a&&a<=42182||43360<=a&&a<=43388||44032<=a&&a<=55203||55216<=a&&a<=55238||55243<=a&&a<=55291||63744<=a&&a<=64255||65040<=a&&a<=65049||65072<=a&&a<=65106||65108<=a&&a<=65126||65128<=a&&a<=65131||110592<=a&&a<=110593||127488<=a&&a<=127490||127504<=a&&a<=127546||127552<=a&&a<=127560||127568<=a&&a<=127569||131072<=a&&a<=194367||177984<=a&&a<=196605||196608<=a&&a<=262141?"W":32<=a&&a<=126||162<=a&&a<=163||165<=a&&a<=166||a==172||a==175||10214<=a&&a<=10221||10629<=a&&a<=10630?"Na":a==161||a==164||167<=a&&a<=168||a==170||173<=a&&a<=174||176<=a&&a<=180||182<=a&&a<=186||188<=a&&a<=191||a==198||a==208||215<=a&&a<=216||222<=a&&a<=225||a==230||232<=a&&a<=234||236<=a&&a<=237||a==240||242<=a&&a<=243||247<=a&&a<=250||a==252||a==254||a==257||a==273||a==275||a==283||294<=a&&a<=295||a==299||305<=a&&a<=307||a==312||319<=a&&a<=322||a==324||328<=a&&a<=331||a==333||338<=a&&a<=339||358<=a&&a<=359||a==363||a==462||a==464||a==466||a==468||a==470||a==472||a==474||a==476||a==593||a==609||a==708||a==711||713<=a&&a<=715||a==717||a==720||728<=a&&a<=731||a==733||a==735||768<=a&&a<=879||913<=a&&a<=929||931<=a&&a<=937||945<=a&&a<=961||963<=a&&a<=969||a==1025||1040<=a&&a<=1103||a==1105||a==8208||8211<=a&&a<=8214||8216<=a&&a<=8217||8220<=a&&a<=8221||8224<=a&&a<=8226||8228<=a&&a<=8231||a==8240||8242<=a&&a<=8243||a==8245||a==8251||a==8254||a==8308||a==8319||8321<=a&&a<=8324||a==8364||a==8451||a==8453||a==8457||a==8467||a==8470||8481<=a&&a<=8482||a==8486||a==8491||8531<=a&&a<=8532||8539<=a&&a<=8542||8544<=a&&a<=8555||8560<=a&&a<=8569||a==8585||8592<=a&&a<=8601||8632<=a&&a<=8633||a==8658||a==8660||a==8679||a==8704||8706<=a&&a<=8707||8711<=a&&a<=8712||a==8715||a==8719||a==8721||a==8725||a==8730||8733<=a&&a<=8736||a==8739||a==8741||8743<=a&&a<=8748||a==8750||8756<=a&&a<=8759||8764<=a&&a<=8765||a==8776||a==8780||a==8786||8800<=a&&a<=8801||8804<=a&&a<=8807||8810<=a&&a<=8811||8814<=a&&a<=8815||8834<=a&&a<=8835||8838<=a&&a<=8839||a==8853||a==8857||a==8869||a==8895||a==8978||9312<=a&&a<=9449||9451<=a&&a<=9547||9552<=a&&a<=9587||9600<=a&&a<=9615||9618<=a&&a<=9621||9632<=a&&a<=9633||9635<=a&&a<=9641||9650<=a&&a<=9651||9654<=a&&a<=9655||9660<=a&&a<=9661||9664<=a&&a<=9665||9670<=a&&a<=9672||a==9675||9678<=a&&a<=9681||9698<=a&&a<=9701||a==9711||9733<=a&&a<=9734||a==9737||9742<=a&&a<=9743||9748<=a&&a<=9749||a==9756||a==9758||a==9792||a==9794||9824<=a&&a<=9825||9827<=a&&a<=9829||9831<=a&&a<=9834||9836<=a&&a<=9837||a==9839||9886<=a&&a<=9887||9918<=a&&a<=9919||9924<=a&&a<=9933||9935<=a&&a<=9953||a==9955||9960<=a&&a<=9983||a==10045||a==10071||10102<=a&&a<=10111||11093<=a&&a<=11097||12872<=a&&a<=12879||57344<=a&&a<=63743||65024<=a&&a<=65039||a==65533||127232<=a&&a<=127242||127248<=a&&a<=127277||127280<=a&&a<=127337||127344<=a&&a<=127386||917760<=a&&a<=917999||983040<=a&&a<=1048573||1048576<=a&&a<=1114109?"A":"N"},e.characterLength=function(n){var o=this.eastAsianWidth(n);return o=="F"||o=="W"||o=="A"?2:1};function r(n){return n.match(/[\uD800-\uDBFF][\uDC00-\uDFFF]|[^\uD800-\uDFFF]/g)||[]}e.length=function(n){for(var o=r(n),i=0,a=0;a<o.length;a++)i=i+this.characterLength(o[a]);return i},e.slice=function(n,o,i){textLen=e.length(n),o=o||0,i=i||1,o<0&&(o=textLen+o),i<0&&(i=textLen+i);for(var a="",s=0,u=r(n),c=0;c<u.length;c++){var l=u[c],d=e.length(l);if(s>=o-(d==2?1:0))if(s+d<=i)a+=l;else break;s+=d}return a}})(XD);var c2=XD.exports,l2=JD(c2),f2=function(){return/\uD83C\uDFF4\uDB40\uDC67\uDB40\uDC62(?:\uDB40\uDC77\uDB40\uDC6C\uDB40\uDC73|\uDB40\uDC73\uDB40\uDC63\uDB40\uDC74|\uDB40\uDC65\uDB40\uDC6E\uDB40\uDC67)\uDB40\uDC7F|(?:\uD83E\uDDD1\uD83C\uDFFF\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFF\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB-\uDFFE])|(?:\uD83E\uDDD1\uD83C\uDFFE\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFE\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB-\uDFFD\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFD\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFD\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFC\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFC\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB\uDFFD-\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFB\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFB\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFC-\uDFFF])|\uD83D\uDC68(?:\uD83C\uDFFB(?:\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF]))|\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFC-\uDFFF])|[\u2695\u2696\u2708]\uFE0F|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))?|(?:\uD83C[\uDFFC-\uDFFF])\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF]))|\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83D\uDC68|(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFE])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])\uFE0F|\u200D(?:(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D[\uDC66\uDC67])|\uD83D[\uDC66\uDC67])|\uD83C\uDFFF|\uD83C\uDFFE|\uD83C\uDFFD|\uD83C\uDFFC)?|(?:\uD83D\uDC69(?:\uD83C\uDFFB\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69])|(?:\uD83C[\uDFFC-\uDFFF])\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69]))|\uD83E\uDDD1(?:\uD83C[\uDFFB-\uDFFF])\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1)(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|\uD83D\uDC69(?:\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFB\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))|\uD83E\uDDD1(?:\u200D(?:\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFB\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))|\uD83D\uDC69\u200D\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D[\uDC66\uDC67])|\uD83D\uDC69\u200D\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|(?:\uD83D\uDC41\uFE0F\u200D\uD83D\uDDE8|\uD83E\uDDD1(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])|\uD83D\uDC69(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])|\uD83D\uDE36\u200D\uD83C\uDF2B|\uD83C\uDFF3\uFE0F\u200D\u26A7|\uD83D\uDC3B\u200D\u2744|(?:(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD])(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC6F|\uD83E[\uDD3C\uDDDE\uDDDF])\u200D[\u2640\u2642]|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])\u200D[\u2640\u2642]|\uD83C\uDFF4\u200D\u2620|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD])\u200D[\u2640\u2642]|[\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u2328\u23CF\u23ED-\u23EF\u23F1\u23F2\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB\u25FC\u2600-\u2604\u260E\u2611\u2618\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u2692\u2694-\u2697\u2699\u269B\u269C\u26A0\u26A7\u26B0\u26B1\u26C8\u26CF\u26D1\u26D3\u26E9\u26F0\u26F1\u26F4\u26F7\u26F8\u2702\u2708\u2709\u270F\u2712\u2714\u2716\u271D\u2721\u2733\u2734\u2744\u2747\u2763\u27A1\u2934\u2935\u2B05-\u2B07\u3030\u303D\u3297\u3299]|\uD83C[\uDD70\uDD71\uDD7E\uDD7F\uDE02\uDE37\uDF21\uDF24-\uDF2C\uDF36\uDF7D\uDF96\uDF97\uDF99-\uDF9B\uDF9E\uDF9F\uDFCD\uDFCE\uDFD4-\uDFDF\uDFF5\uDFF7]|\uD83D[\uDC3F\uDCFD\uDD49\uDD4A\uDD6F\uDD70\uDD73\uDD76-\uDD79\uDD87\uDD8A-\uDD8D\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA\uDECB\uDECD-\uDECF\uDEE0-\uDEE5\uDEE9\uDEF0\uDEF3])\uFE0F|\uD83C\uDFF3\uFE0F\u200D\uD83C\uDF08|\uD83D\uDC69\u200D\uD83D\uDC67|\uD83D\uDC69\u200D\uD83D\uDC66|\uD83D\uDE35\u200D\uD83D\uDCAB|\uD83D\uDE2E\u200D\uD83D\uDCA8|\uD83D\uDC15\u200D\uD83E\uDDBA|\uD83E\uDDD1(?:\uD83C\uDFFF|\uD83C\uDFFE|\uD83C\uDFFD|\uD83C\uDFFC|\uD83C\uDFFB)?|\uD83D\uDC69(?:\uD83C\uDFFF|\uD83C\uDFFE|\uD83C\uDFFD|\uD83C\uDFFC|\uD83C\uDFFB)?|\uD83C\uDDFD\uD83C\uDDF0|\uD83C\uDDF6\uD83C\uDDE6|\uD83C\uDDF4\uD83C\uDDF2|\uD83D\uDC08\u200D\u2B1B|\u2764\uFE0F\u200D(?:\uD83D\uDD25|\uD83E\uDE79)|\uD83D\uDC41\uFE0F|\uD83C\uDFF3\uFE0F|\uD83C\uDDFF(?:\uD83C[\uDDE6\uDDF2\uDDFC])|\uD83C\uDDFE(?:\uD83C[\uDDEA\uDDF9])|\uD83C\uDDFC(?:\uD83C[\uDDEB\uDDF8])|\uD83C\uDDFB(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA])|\uD83C\uDDFA(?:\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF])|\uD83C\uDDF9(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF])|\uD83C\uDDF8(?:\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF])|\uD83C\uDDF7(?:\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC])|\uD83C\uDDF5(?:\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE])|\uD83C\uDDF3(?:\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF])|\uD83C\uDDF2(?:\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF])|\uD83C\uDDF1(?:\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE])|\uD83C\uDDF0(?:\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF])|\uD83C\uDDEF(?:\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5])|\uD83C\uDDEE(?:\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9])|\uD83C\uDDED(?:\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA])|\uD83C\uDDEC(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE])|\uD83C\uDDEB(?:\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7])|\uD83C\uDDEA(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA])|\uD83C\uDDE9(?:\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF])|\uD83C\uDDE8(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF5\uDDF7\uDDFA-\uDDFF])|\uD83C\uDDE7(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF])|\uD83C\uDDE6(?:\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF])|[#\*0-9]\uFE0F\u20E3|\u2764\uFE0F|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD])(?:\uD83C[\uDFFB-\uDFFF])|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])|\uD83C\uDFF4|(?:[\u270A\u270B]|\uD83C[\uDF85\uDFC2\uDFC7]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDC8F\uDC91\uDCAA\uDD7A\uDD95\uDD96\uDE4C\uDE4F\uDEC0\uDECC]|\uD83E[\uDD0C\uDD0F\uDD18-\uDD1C\uDD1E\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5])(?:\uD83C[\uDFFB-\uDFFF])|(?:[\u261D\u270C\u270D]|\uD83D[\uDD74\uDD90])(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])|[\u270A\u270B]|\uD83C[\uDF85\uDFC2\uDFC7]|\uD83D[\uDC08\uDC15\uDC3B\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDC8F\uDC91\uDCAA\uDD7A\uDD95\uDD96\uDE2E\uDE35\uDE36\uDE4C\uDE4F\uDEC0\uDECC]|\uD83E[\uDD0C\uDD0F\uDD18-\uDD1C\uDD1E\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5]|\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD]|\uD83D\uDC6F|\uD83E[\uDD3C\uDDDE\uDDDF]|[\u231A\u231B\u23E9-\u23EC\u23F0\u23F3\u25FD\u25FE\u2614\u2615\u2648-\u2653\u267F\u2693\u26A1\u26AA\u26AB\u26BD\u26BE\u26C4\u26C5\u26CE\u26D4\u26EA\u26F2\u26F3\u26F5\u26FA\u26FD\u2705\u2728\u274C\u274E\u2753-\u2755\u2757\u2795-\u2797\u27B0\u27BF\u2B1B\u2B1C\u2B50\u2B55]|\uD83C[\uDC04\uDCCF\uDD8E\uDD91-\uDD9A\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF7C\uDF7E-\uDF84\uDF86-\uDF93\uDFA0-\uDFC1\uDFC5\uDFC6\uDFC8\uDFC9\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF8-\uDFFF]|\uD83D[\uDC00-\uDC07\uDC09-\uDC14\uDC16-\uDC3A\uDC3C-\uDC3E\uDC40\uDC44\uDC45\uDC51-\uDC65\uDC6A\uDC79-\uDC7B\uDC7D-\uDC80\uDC84\uDC88-\uDC8E\uDC90\uDC92-\uDCA9\uDCAB-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDDA4\uDDFB-\uDE2D\uDE2F-\uDE34\uDE37-\uDE44\uDE48-\uDE4A\uDE80-\uDEA2\uDEA4-\uDEB3\uDEB7-\uDEBF\uDEC1-\uDEC5\uDED0-\uDED2\uDED5-\uDED7\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB]|\uD83E[\uDD0D\uDD0E\uDD10-\uDD17\uDD1D\uDD20-\uDD25\uDD27-\uDD2F\uDD3A\uDD3F-\uDD45\uDD47-\uDD76\uDD78\uDD7A-\uDDB4\uDDB7\uDDBA\uDDBC-\uDDCB\uDDD0\uDDE0-\uDDFF\uDE70-\uDE74\uDE78-\uDE7A\uDE80-\uDE86\uDE90-\uDEA8\uDEB0-\uDEB6\uDEC0-\uDEC2\uDED0-\uDED6]|(?:[\u231A\u231B\u23E9-\u23EC\u23F0\u23F3\u25FD\u25FE\u2614\u2615\u2648-\u2653\u267F\u2693\u26A1\u26AA\u26AB\u26BD\u26BE\u26C4\u26C5\u26CE\u26D4\u26EA\u26F2\u26F3\u26F5\u26FA\u26FD\u2705\u270A\u270B\u2728\u274C\u274E\u2753-\u2755\u2757\u2795-\u2797\u27B0\u27BF\u2B1B\u2B1C\u2B50\u2B55]|\uD83C[\uDC04\uDCCF\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF7C\uDF7E-\uDF93\uDFA0-\uDFCA\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF4\uDFF8-\uDFFF]|\uD83D[\uDC00-\uDC3E\uDC40\uDC42-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDD7A\uDD95\uDD96\uDDA4\uDDFB-\uDE4F\uDE80-\uDEC5\uDECC\uDED0-\uDED2\uDED5-\uDED7\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB]|\uD83E[\uDD0C-\uDD3A\uDD3C-\uDD45\uDD47-\uDD78\uDD7A-\uDDCB\uDDCD-\uDDFF\uDE70-\uDE74\uDE78-\uDE7A\uDE80-\uDE86\uDE90-\uDEA8\uDEB0-\uDEB6\uDEC0-\uDEC2\uDED0-\uDED6])|(?:[#\*0-9\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23E9-\u23F3\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB-\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u261D\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692-\u2697\u2699\u269B\u269C\u26A0\u26A1\u26A7\u26AA\u26AB\u26B0\u26B1\u26BD\u26BE\u26C4\u26C5\u26C8\u26CE\u26CF\u26D1\u26D3\u26D4\u26E9\u26EA\u26F0-\u26F5\u26F7-\u26FA\u26FD\u2702\u2705\u2708-\u270D\u270F\u2712\u2714\u2716\u271D\u2721\u2728\u2733\u2734\u2744\u2747\u274C\u274E\u2753-\u2755\u2757\u2763\u2764\u2795-\u2797\u27A1\u27B0\u27BF\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B50\u2B55\u3030\u303D\u3297\u3299]|\uD83C[\uDC04\uDCCF\uDD70\uDD71\uDD7E\uDD7F\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE02\uDE1A\uDE2F\uDE32-\uDE3A\uDE50\uDE51\uDF00-\uDF21\uDF24-\uDF93\uDF96\uDF97\uDF99-\uDF9B\uDF9E-\uDFF0\uDFF3-\uDFF5\uDFF7-\uDFFF]|\uD83D[\uDC00-\uDCFD\uDCFF-\uDD3D\uDD49-\uDD4E\uDD50-\uDD67\uDD6F\uDD70\uDD73-\uDD7A\uDD87\uDD8A-\uDD8D\uDD90\uDD95\uDD96\uDDA4\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA-\uDE4F\uDE80-\uDEC5\uDECB-\uDED2\uDED5-\uDED7\uDEE0-\uDEE5\uDEE9\uDEEB\uDEEC\uDEF0\uDEF3-\uDEFC\uDFE0-\uDFEB]|\uD83E[\uDD0C-\uDD3A\uDD3C-\uDD45\uDD47-\uDD78\uDD7A-\uDDCB\uDDCD-\uDDFF\uDE70-\uDE74\uDE78-\uDE7A\uDE80-\uDE86\uDE90-\uDEA8\uDEB0-\uDEB6\uDEC0-\uDEC2\uDED0-\uDED6])\uFE0F|(?:[\u261D\u26F9\u270A-\u270D]|\uD83C[\uDF85\uDFC2-\uDFC4\uDFC7\uDFCA-\uDFCC]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66-\uDC78\uDC7C\uDC81-\uDC83\uDC85-\uDC87\uDC8F\uDC91\uDCAA\uDD74\uDD75\uDD7A\uDD90\uDD95\uDD96\uDE45-\uDE47\uDE4B-\uDE4F\uDEA3\uDEB4-\uDEB6\uDEC0\uDECC]|\uD83E[\uDD0C\uDD0F\uDD18-\uDD1F\uDD26\uDD30-\uDD39\uDD3C-\uDD3E\uDD77\uDDB5\uDDB6\uDDB8\uDDB9\uDDBB\uDDCD-\uDDCF\uDDD1-\uDDDD])/g},d2=JD(f2);function wa(t,e={}){if(typeof t!="string"||t.length===0||(e={ambiguousIsNarrow:!0,...e},t=YD(t),t.length===0))return 0;t=t.replace(d2()," ");let r=e.ambiguousIsNarrow?1:2,n=0;for(let o of t){let i=o.codePointAt(0);if(!(i<=31||i>=127&&i<=159||i>=768&&i<=879))switch(l2.eastAsianWidth(o)){case"F":case"W":n+=2;break;case"A":n+=r;break;default:n+=1}}return n}var Hf=10,UD=(t=0)=>e=>`\x1B[${e+t}m`,MD=(t=0)=>e=>`\x1B[${38+t};5;${e}m`,qD=(t=0)=>(e,r,n)=>`\x1B[${38+t};2;${e};${r};${n}m`,je={modifier:{reset:[0,0],bold:[1,22],dim:[2,22],italic:[3,23],underline:[4,24],overline:[53,55],inverse:[7,27],hidden:[8,28],strikethrough:[9,29]},color:{black:[30,39],red:[31,39],green:[32,39],yellow:[33,39],blue:[34,39],magenta:[35,39],cyan:[36,39],white:[37,39],blackBright:[90,39],gray:[90,39],grey:[90,39],redBright:[91,39],greenBright:[92,39],yellowBright:[93,39],blueBright:[94,39],magentaBright:[95,39],cyanBright:[96,39],whiteBright:[97,39]},bgColor:{bgBlack:[40,49],bgRed:[41,49],bgGreen:[42,49],bgYellow:[43,49],bgBlue:[44,49],bgMagenta:[45,49],bgCyan:[46,49],bgWhite:[47,49],bgBlackBright:[100,49],bgGray:[100,49],bgGrey:[100,49],bgRedBright:[101,49],bgGreenBright:[102,49],bgYellowBright:[103,49],bgBlueBright:[104,49],bgMagentaBright:[105,49],bgCyanBright:[106,49],bgWhiteBright:[107,49]}};Object.keys(je.modifier);var p2=Object.keys(je.color),h2=Object.keys(je.bgColor);[...p2,...h2];function m2(){let t=new Map;for(let[e,r]of Object.entries(je)){for(let[n,o]of Object.entries(r))je[n]={open:`\x1B[${o[0]}m`,close:`\x1B[${o[1]}m`},r[n]=je[n],t.set(o[0],o[1]);Object.defineProperty(je,e,{value:r,enumerable:!1})}return Object.defineProperty(je,"codes",{value:t,enumerable:!1}),je.color.close="\x1B[39m",je.bgColor.close="\x1B[49m",je.color.ansi=UD(),je.color.ansi256=MD(),je.color.ansi16m=qD(),je.bgColor.ansi=UD(Hf),je.bgColor.ansi256=MD(Hf),je.bgColor.ansi16m=qD(Hf),Object.defineProperties(je,{rgbToAnsi256:{value:(e,r,n)=>e===r&&r===n?e<8?16:e>248?231:Math.round((e-8)/247*24)+232:16+36*Math.round(e/255*5)+6*Math.round(r/255*5)+Math.round(n/255*5),enumerable:!1},hexToRgb:{value:e=>{let r=/[a-f\d]{6}|[a-f\d]{3}/i.exec(e.toString(16));if(!r)return[0,0,0];let[n]=r;n.length===3&&(n=[...n].map(i=>i+i).join(""));let o=Number.parseInt(n,16);return[o>>16&255,o>>8&255,o&255]},enumerable:!1},hexToAnsi256:{value:e=>je.rgbToAnsi256(...je.hexToRgb(e)),enumerable:!1},ansi256ToAnsi:{value:e=>{if(e<8)return 30+e;if(e<16)return 90+(e-8);let r,n,o;if(e>=232)r=((e-232)*10+8)/255,n=r,o=r;else{e-=16;let s=e%36;r=Math.floor(e/36)/5,n=Math.floor(s/6)/5,o=s%6/5}let i=Math.max(r,n,o)*2;if(i===0)return 30;let a=30+(Math.round(o)<<2|Math.round(n)<<1|Math.round(r));return i===2&&(a+=60),a},enumerable:!1},rgbToAnsi:{value:(e,r,n)=>je.ansi256ToAnsi(je.rgbToAnsi256(e,r,n)),enumerable:!1},hexToAnsi:{value:e=>je.ansi256ToAnsi(je.hexToAnsi256(e)),enumerable:!1}}),je}var g2=m2(),au=new Set(["\x1B","\x9B"]),D2=39,Gf="\x07",ZD="[",y2="]",QD="m",Wf=`${y2}8;;`,HD=t=>`${au.values().next().value}${ZD}${t}${QD}`,VD=t=>`${au.values().next().value}${Wf}${t}${Gf}`,b2=t=>t.split(" ").map(e=>wa(e)),Vf=(t,e,r)=>{let n=[...e],o=!1,i=!1,a=wa(YD(t[t.length-1]));for(let[s,u]of n.entries()){let c=wa(u);if(a+c<=r?t[t.length-1]+=u:(t.push(u),a=0),au.has(u)&&(o=!0,i=n.slice(s+1).join("").startsWith(Wf)),o){i?u===Gf&&(o=!1,i=!1):u===QD&&(o=!1);continue}a+=c,a===r&&s<n.length-1&&(t.push(""),a=0)}!a&&t[t.length-1].length>0&&t.length>1&&(t[t.length-2]+=t.pop())},w2=t=>{let e=t.split(" "),r=e.length;for(;r>0&&!(wa(e[r-1])>0);)r--;return r===e.length?t:e.slice(0,r).join(" ")+e.slice(r).join("")},v2=(t,e,r={})=>{if(r.trim!==!1&&t.trim()==="")return"";let n="",o,i,a=b2(t),s=[""];for(let[c,l]of t.split(" ").entries()){r.trim!==!1&&(s[s.length-1]=s[s.length-1].trimStart());let d=wa(s[s.length-1]);if(c!==0&&(d>=e&&(r.wordWrap===!1||r.trim===!1)&&(s.push(""),d=0),(d>0||r.trim===!1)&&(s[s.length-1]+=" ",d++)),r.hard&&a[c]>e){let p=e-d,h=1+Math.floor((a[c]-p-1)/e);Math.floor((a[c]-1)/e)<h&&s.push(""),Vf(s,l,e);continue}if(d+a[c]>e&&d>0&&a[c]>0){if(r.wordWrap===!1&&d<e){Vf(s,l,e);continue}s.push("")}if(d+a[c]>e&&r.wordWrap===!1){Vf(s,l,e);continue}s[s.length-1]+=l}r.trim!==!1&&(s=s.map(c=>w2(c)));let u=[...s.join(`
108
+ `)];for(let[c,l]of u.entries()){if(n+=l,au.has(l)){let{groups:p}=new RegExp(`(?:\\${ZD}(?<code>\\d+)m|\\${Wf}(?<uri>.*)${Gf})`).exec(u.slice(c).join(""))||{groups:{}};if(p.code!==void 0){let h=Number.parseFloat(p.code);o=h===D2?void 0:h}else p.uri!==void 0&&(i=p.uri.length===0?void 0:p.uri)}let d=g2.codes.get(Number(o));u[c+1]===`
109
+ `?(i&&(n+=VD("")),o&&d&&(n+=HD(d))):l===`
110
+ `&&(o&&d&&(n+=HD(o)),i&&(n+=VD(i)))}return n};function zD(t,e,r){return String(t).normalize().replace(/\r\n/g,`
111
111
  `).split(`
112
- `).map(n=>w2(n,e,r)).join(`
113
- `)}var v2=["up","down","left","right","space","enter","cancel"],tu={actions:new Set(v2),aliases:new Map([["k","up"],["j","down"],["h","left"],["l","right"],["","cancel"],["escape","cancel"]])};function Wf(t,e){if(typeof t=="string")return tu.aliases.get(t)===e;for(let r of t)if(r!==void 0&&Wf(r,e))return!0;return!1}function C2(t,e){if(t===e)return;let r=t.split(`
112
+ `).map(n=>v2(n,e,r)).join(`
113
+ `)}var E2=["up","down","left","right","space","enter","cancel"],ru={actions:new Set(E2),aliases:new Map([["k","up"],["j","down"],["h","left"],["l","right"],["","cancel"],["escape","cancel"]])};function Yf(t,e){if(typeof t=="string")return ru.aliases.get(t)===e;for(let r of t)if(r!==void 0&&Yf(r,e))return!0;return!1}function C2(t,e){if(t===e)return;let r=t.split(`
114
114
  `),n=e.split(`
115
- `),o=[];for(let i=0;i<Math.max(r.length,n.length);i++)r[i]!==n[i]&&o.push(i);return o}var E2=globalThis.process.platform.startsWith("win"),zf=Symbol("clack:cancel");function be(t){return t===zf}function eu(t,e){let r=t;r.isTTY&&r.setRawMode(e)}function QD({input:t=Ho.stdin,output:e=Ho.stdout,overwrite:r=!0,hideCursor:n=!0}={}){let o=Dn.createInterface({input:t,output:e,prompt:"",tabSize:1});Dn.emitKeypressEvents(t,o),t.isTTY&&t.setRawMode(!0);let i=(a,{name:s,sequence:u})=>{let c=String(a);if(Wf([c,s,u],"cancel")){n&&e.write(Dt.cursor.show),process.exit(0);return}if(!r)return;Dn.moveCursor(e,s==="return"?0:-1,s==="return"?-1:0,()=>{Dn.clearLine(e,1,()=>{t.once("keypress",i)})})};return n&&e.write(Dt.cursor.hide),t.once("keypress",i),()=>{t.off("keypress",i),n&&e.write(Dt.cursor.show),t.isTTY&&!E2&&t.setRawMode(!1),o.terminal=!1,o.close()}}var _2=Object.defineProperty,S2=(t,e,r)=>e in t?_2(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r,zt=(t,e,r)=>(S2(t,typeof e!="symbol"?e+"":e,r),r),va=class{constructor(e,r=!0){zt(this,"input"),zt(this,"output"),zt(this,"_abortSignal"),zt(this,"rl"),zt(this,"opts"),zt(this,"_render"),zt(this,"_track",!1),zt(this,"_prevFrame",""),zt(this,"_subscribers",new Map),zt(this,"_cursor",0),zt(this,"state","initial"),zt(this,"error",""),zt(this,"value");let{input:n=Ho.stdin,output:o=Ho.stdout,render:i,signal:a,...s}=e;this.opts=s,this.onKeypress=this.onKeypress.bind(this),this.close=this.close.bind(this),this.render=this.render.bind(this),this._render=i.bind(this),this._track=r,this._abortSignal=a,this.input=n,this.output=o}unsubscribe(){this._subscribers.clear()}setSubscriber(e,r){let n=this._subscribers.get(e)??[];n.push(r),this._subscribers.set(e,n)}on(e,r){this.setSubscriber(e,{cb:r})}once(e,r){this.setSubscriber(e,{cb:r,once:!0})}emit(e,...r){let n=this._subscribers.get(e)??[],o=[];for(let i of n)i.cb(...r),i.once&&o.push(()=>n.splice(n.indexOf(i),1));for(let i of o)i()}prompt(){return new Promise((e,r)=>{if(this._abortSignal){if(this._abortSignal.aborted)return this.state="cancel",this.close(),e(zf);this._abortSignal.addEventListener("abort",()=>{this.state="cancel",this.close()},{once:!0})}let n=new KD.Writable;n._write=(o,i,a)=>{this._track&&(this.value=this.rl?.line.replace(/\t/g,""),this._cursor=this.rl?.cursor??0,this.emit("value",this.value)),a()},this.input.pipe(n),this.rl=Vf.default.createInterface({input:this.input,output:n,tabSize:2,prompt:"",escapeCodeTimeout:50,terminal:!0}),Vf.default.emitKeypressEvents(this.input,this.rl),this.rl.prompt(),this.opts.initialValue!==void 0&&this._track&&this.rl.write(this.opts.initialValue),this.input.on("keypress",this.onKeypress),eu(this.input,!0),this.output.on("resize",this.render),this.render(),this.once("submit",()=>{this.output.write(Dt.cursor.show),this.output.off("resize",this.render),eu(this.input,!1),e(this.value)}),this.once("cancel",()=>{this.output.write(Dt.cursor.show),this.output.off("resize",this.render),eu(this.input,!1),e(zf)})})}onKeypress(e,r){if(this.state==="error"&&(this.state="active"),r?.name&&(!this._track&&tu.aliases.has(r.name)&&this.emit("cursor",tu.aliases.get(r.name)),tu.actions.has(r.name)&&this.emit("cursor",r.name)),e&&(e.toLowerCase()==="y"||e.toLowerCase()==="n")&&this.emit("confirm",e.toLowerCase()==="y"),e===" "&&this.opts.placeholder&&(this.value||(this.rl?.write(this.opts.placeholder),this.emit("value",this.opts.placeholder))),e&&this.emit("key",e.toLowerCase()),r?.name==="return"){if(this.opts.validate){let n=this.opts.validate(this.value);n&&(this.error=n instanceof Error?n.message:n,this.state="error",this.rl?.write(this.value))}this.state!=="error"&&(this.state="submit")}Wf([e,r?.name,r?.sequence],"cancel")&&(this.state="cancel"),(this.state==="submit"||this.state==="cancel")&&this.emit("finalize"),this.render(),(this.state==="submit"||this.state==="cancel")&&this.close()}close(){this.input.unpipe(),this.input.removeListener("keypress",this.onKeypress),this.output.write(`
116
- `),eu(this.input,!1),this.rl?.close(),this.rl=void 0,this.emit(`${this.state}`,this.value),this.unsubscribe()}restoreCursor(){let e=VD(this._prevFrame,process.stdout.columns,{hard:!0}).split(`
117
- `).length-1;this.output.write(Dt.cursor.move(-999,e*-1))}render(){let e=VD(this._render(this)??"",process.stdout.columns,{hard:!0});if(e!==this._prevFrame){if(this.state==="initial")this.output.write(Dt.cursor.hide);else{let r=C2(this._prevFrame,e);if(this.restoreCursor(),r&&r?.length===1){let n=r[0];this.output.write(Dt.cursor.move(0,n)),this.output.write(Dt.erase.lines(1));let o=e.split(`
115
+ `),o=[];for(let i=0;i<Math.max(r.length,n.length);i++)r[i]!==n[i]&&o.push(i);return o}var _2=globalThis.process.platform.startsWith("win"),Kf=Symbol("clack:cancel");function be(t){return t===Kf}function tu(t,e){let r=t;r.isTTY&&r.setRawMode(e)}function ey({input:t=qo.stdin,output:e=qo.stdout,overwrite:r=!0,hideCursor:n=!0}={}){let o=Dn.createInterface({input:t,output:e,prompt:"",tabSize:1});Dn.emitKeypressEvents(t,o),t.isTTY&&t.setRawMode(!0);let i=(a,{name:s,sequence:u})=>{let c=String(a);if(Yf([c,s,u],"cancel")){n&&e.write(Dt.cursor.show),process.exit(0);return}if(!r)return;Dn.moveCursor(e,s==="return"?0:-1,s==="return"?-1:0,()=>{Dn.clearLine(e,1,()=>{t.once("keypress",i)})})};return n&&e.write(Dt.cursor.hide),t.once("keypress",i),()=>{t.off("keypress",i),n&&e.write(Dt.cursor.show),t.isTTY&&!_2&&t.setRawMode(!1),o.terminal=!1,o.close()}}var S2=Object.defineProperty,x2=(t,e,r)=>e in t?S2(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r,zt=(t,e,r)=>(x2(t,typeof e!="symbol"?e+"":e,r),r),va=class{constructor(e,r=!0){zt(this,"input"),zt(this,"output"),zt(this,"_abortSignal"),zt(this,"rl"),zt(this,"opts"),zt(this,"_render"),zt(this,"_track",!1),zt(this,"_prevFrame",""),zt(this,"_subscribers",new Map),zt(this,"_cursor",0),zt(this,"state","initial"),zt(this,"error",""),zt(this,"value");let{input:n=qo.stdin,output:o=qo.stdout,render:i,signal:a,...s}=e;this.opts=s,this.onKeypress=this.onKeypress.bind(this),this.close=this.close.bind(this),this.render=this.render.bind(this),this._render=i.bind(this),this._track=r,this._abortSignal=a,this.input=n,this.output=o}unsubscribe(){this._subscribers.clear()}setSubscriber(e,r){let n=this._subscribers.get(e)??[];n.push(r),this._subscribers.set(e,n)}on(e,r){this.setSubscriber(e,{cb:r})}once(e,r){this.setSubscriber(e,{cb:r,once:!0})}emit(e,...r){let n=this._subscribers.get(e)??[],o=[];for(let i of n)i.cb(...r),i.once&&o.push(()=>n.splice(n.indexOf(i),1));for(let i of o)i()}prompt(){return new Promise((e,r)=>{if(this._abortSignal){if(this._abortSignal.aborted)return this.state="cancel",this.close(),e(Kf);this._abortSignal.addEventListener("abort",()=>{this.state="cancel",this.close()},{once:!0})}let n=new GD.Writable;n._write=(o,i,a)=>{this._track&&(this.value=this.rl?.line.replace(/\t/g,""),this._cursor=this.rl?.cursor??0,this.emit("value",this.value)),a()},this.input.pipe(n),this.rl=zf.default.createInterface({input:this.input,output:n,tabSize:2,prompt:"",escapeCodeTimeout:50,terminal:!0}),zf.default.emitKeypressEvents(this.input,this.rl),this.rl.prompt(),this.opts.initialValue!==void 0&&this._track&&this.rl.write(this.opts.initialValue),this.input.on("keypress",this.onKeypress),tu(this.input,!0),this.output.on("resize",this.render),this.render(),this.once("submit",()=>{this.output.write(Dt.cursor.show),this.output.off("resize",this.render),tu(this.input,!1),e(this.value)}),this.once("cancel",()=>{this.output.write(Dt.cursor.show),this.output.off("resize",this.render),tu(this.input,!1),e(Kf)})})}onKeypress(e,r){if(this.state==="error"&&(this.state="active"),r?.name&&(!this._track&&ru.aliases.has(r.name)&&this.emit("cursor",ru.aliases.get(r.name)),ru.actions.has(r.name)&&this.emit("cursor",r.name)),e&&(e.toLowerCase()==="y"||e.toLowerCase()==="n")&&this.emit("confirm",e.toLowerCase()==="y"),e===" "&&this.opts.placeholder&&(this.value||(this.rl?.write(this.opts.placeholder),this.emit("value",this.opts.placeholder))),e&&this.emit("key",e.toLowerCase()),r?.name==="return"){if(this.opts.validate){let n=this.opts.validate(this.value);n&&(this.error=n instanceof Error?n.message:n,this.state="error",this.rl?.write(this.value))}this.state!=="error"&&(this.state="submit")}Yf([e,r?.name,r?.sequence],"cancel")&&(this.state="cancel"),(this.state==="submit"||this.state==="cancel")&&this.emit("finalize"),this.render(),(this.state==="submit"||this.state==="cancel")&&this.close()}close(){this.input.unpipe(),this.input.removeListener("keypress",this.onKeypress),this.output.write(`
116
+ `),tu(this.input,!1),this.rl?.close(),this.rl=void 0,this.emit(`${this.state}`,this.value),this.unsubscribe()}restoreCursor(){let e=zD(this._prevFrame,process.stdout.columns,{hard:!0}).split(`
117
+ `).length-1;this.output.write(Dt.cursor.move(-999,e*-1))}render(){let e=zD(this._render(this)??"",process.stdout.columns,{hard:!0});if(e!==this._prevFrame){if(this.state==="initial")this.output.write(Dt.cursor.hide);else{let r=C2(this._prevFrame,e);if(this.restoreCursor(),r&&r?.length===1){let n=r[0];this.output.write(Dt.cursor.move(0,n)),this.output.write(Dt.erase.lines(1));let o=e.split(`
118
118
  `);this.output.write(o[n]),this._prevFrame=e,this.output.write(Dt.cursor.move(0,o.length-n-1));return}if(r&&r?.length>1){let n=r[0];this.output.write(Dt.cursor.move(0,n)),this.output.write(Dt.erase.down());let o=e.split(`
119
119
  `).slice(n);this.output.write(o.join(`
120
- `)),this._prevFrame=e;return}this.output.write(Dt.erase.down())}this.output.write(e),this.state==="initial"&&(this.state="active"),this._prevFrame=e}}},ru=class extends va{get cursor(){return this.value?0:1}get _value(){return this.cursor===0}constructor(e){super(e,!1),this.value=!!e.initialValue,this.on("value",()=>{this.value=this._value}),this.on("confirm",r=>{this.output.write(Dt.cursor.move(0,-1)),this.value=r,this.state="submit",this.close()}),this.on("cursor",()=>{this.value=!this.value})}};var x2;x2=new WeakMap;var A2=Object.defineProperty,F2=(t,e,r)=>e in t?A2(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r,zD=(t,e,r)=>(F2(t,typeof e!="symbol"?e+"":e,r),r),nu=class extends va{constructor(e){super(e,!1),zD(this,"options"),zD(this,"cursor",0),this.options=e.options,this.cursor=this.options.findIndex(({value:r})=>r===e.initialValue),this.cursor===-1&&(this.cursor=0),this.changeValue(),this.on("cursor",r=>{switch(r){case"left":case"up":this.cursor=this.cursor===0?this.options.length-1:this.cursor-1;break;case"down":case"right":this.cursor=this.cursor===this.options.length-1?0:this.cursor+1;break}this.changeValue()})}get _value(){return this.options[this.cursor]}changeValue(){this.value=this._value.value}};var ou=class extends va{get valueWithCursor(){if(this.state==="submit")return this.value;if(this.cursor>=this.value.length)return`${this.value}\u2588`;let e=this.value.slice(0,this.cursor),[r,...n]=this.value.slice(this.cursor);return`${e}${GD.default.inverse(r)}${n.join("")}`}get cursor(){return this._cursor}constructor(e){super(e),this.on("finalize",()=>{this.value||(this.value=e.defaultValue)})}};var tr=de(require("node:process"),1),W=de(Mf(),1),au=de(jf(),1);function O2(){return tr.default.platform!=="win32"?tr.default.env.TERM!=="linux":!!tr.default.env.CI||!!tr.default.env.WT_SESSION||!!tr.default.env.TERMINUS_SUBLIME||tr.default.env.ConEmuTask==="{cmd::Cmder}"||tr.default.env.TERM_PROGRAM==="Terminus-Sublime"||tr.default.env.TERM_PROGRAM==="vscode"||tr.default.env.TERM==="xterm-256color"||tr.default.env.TERM==="alacritty"||tr.default.env.TERMINAL_EMULATOR==="JetBrains-JediTerm"}var Yf=O2(),Xe=(t,e)=>Yf?t:e,k2=Xe("\u25C6","*"),ey=Xe("\u25A0","x"),ty=Xe("\u25B2","x"),Zf=Xe("\u25C7","o"),P2=Xe("\u250C","T"),He=Xe("\u2502","|"),Vo=Xe("\u2514","\u2014"),Jf=Xe("\u25CF",">"),Xf=Xe("\u25CB"," "),fq=Xe("\u25FB","[\u2022]"),dq=Xe("\u25FC","[+]"),pq=Xe("\u25FB","[ ]"),hq=Xe("\u25AA","\u2022"),mq=Xe("\u2500","-"),gq=Xe("\u256E","+"),Dq=Xe("\u251C","+"),yq=Xe("\u256F","+"),$2=Xe("\u25CF","\u2022"),T2=Xe("\u25C6","*"),I2=Xe("\u25B2","!"),R2=Xe("\u25A0","x"),Qf=t=>{switch(t){case"initial":case"active":return W.default.cyan(k2);case"cancel":return W.default.red(ey);case"error":return W.default.yellow(ty);case"submit":return W.default.green(Zf)}},B2=t=>{let{cursor:e,options:r,style:n}=t,o=t.maxItems??Number.POSITIVE_INFINITY,i=Math.max(process.stdout.rows-4,0),a=Math.min(i,Math.max(o,5)),s=0;e>=s+a-3?s=Math.max(Math.min(e-a+3,r.length-a),0):e<s+2&&(s=Math.max(e-2,0));let u=a<r.length&&s>0,c=a<r.length&&s+a<r.length;return r.slice(s,s+a).map((l,d,p)=>{let h=d===0&&u,m=d===p.length-1&&c;return h||m?W.default.dim("..."):n(l,d+s===e)})},Dr=t=>new ou({validate:t.validate,placeholder:t.placeholder,defaultValue:t.defaultValue,initialValue:t.initialValue,render(){let e=`${W.default.gray(He)}
121
- ${Qf(this.state)} ${t.message}
120
+ `)),this._prevFrame=e;return}this.output.write(Dt.erase.down())}this.output.write(e),this.state==="initial"&&(this.state="active"),this._prevFrame=e}}},nu=class extends va{get cursor(){return this.value?0:1}get _value(){return this.cursor===0}constructor(e){super(e,!1),this.value=!!e.initialValue,this.on("value",()=>{this.value=this._value}),this.on("confirm",r=>{this.output.write(Dt.cursor.move(0,-1)),this.value=r,this.state="submit",this.close()}),this.on("cursor",()=>{this.value=!this.value})}};var A2;A2=new WeakMap;var O2=Object.defineProperty,F2=(t,e,r)=>e in t?O2(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r,KD=(t,e,r)=>(F2(t,typeof e!="symbol"?e+"":e,r),r),ou=class extends va{constructor(e){super(e,!1),KD(this,"options"),KD(this,"cursor",0),this.options=e.options,this.cursor=this.options.findIndex(({value:r})=>r===e.initialValue),this.cursor===-1&&(this.cursor=0),this.changeValue(),this.on("cursor",r=>{switch(r){case"left":case"up":this.cursor=this.cursor===0?this.options.length-1:this.cursor-1;break;case"down":case"right":this.cursor=this.cursor===this.options.length-1?0:this.cursor+1;break}this.changeValue()})}get _value(){return this.options[this.cursor]}changeValue(){this.value=this._value.value}};var iu=class extends va{get valueWithCursor(){if(this.state==="submit")return this.value;if(this.cursor>=this.value.length)return`${this.value}\u2588`;let e=this.value.slice(0,this.cursor),[r,...n]=this.value.slice(this.cursor);return`${e}${WD.default.inverse(r)}${n.join("")}`}get cursor(){return this._cursor}constructor(e){super(e),this.on("finalize",()=>{this.value||(this.value=e.defaultValue)})}};var tr=de(require("node:process"),1),W=de(qf(),1),su=de(Uf(),1);function k2(){return tr.default.platform!=="win32"?tr.default.env.TERM!=="linux":!!tr.default.env.CI||!!tr.default.env.WT_SESSION||!!tr.default.env.TERMINUS_SUBLIME||tr.default.env.ConEmuTask==="{cmd::Cmder}"||tr.default.env.TERM_PROGRAM==="Terminus-Sublime"||tr.default.env.TERM_PROGRAM==="vscode"||tr.default.env.TERM==="xterm-256color"||tr.default.env.TERM==="alacritty"||tr.default.env.TERMINAL_EMULATOR==="JetBrains-JediTerm"}var Jf=k2(),Xe=(t,e)=>Jf?t:e,P2=Xe("\u25C6","*"),ty=Xe("\u25A0","x"),ry=Xe("\u25B2","x"),Qf=Xe("\u25C7","o"),$2=Xe("\u250C","T"),He=Xe("\u2502","|"),Ho=Xe("\u2514","\u2014"),Xf=Xe("\u25CF",">"),Zf=Xe("\u25CB"," "),dq=Xe("\u25FB","[\u2022]"),pq=Xe("\u25FC","[+]"),hq=Xe("\u25FB","[ ]"),mq=Xe("\u25AA","\u2022"),gq=Xe("\u2500","-"),Dq=Xe("\u256E","+"),yq=Xe("\u251C","+"),bq=Xe("\u256F","+"),T2=Xe("\u25CF","\u2022"),I2=Xe("\u25C6","*"),R2=Xe("\u25B2","!"),B2=Xe("\u25A0","x"),ed=t=>{switch(t){case"initial":case"active":return W.default.cyan(P2);case"cancel":return W.default.red(ty);case"error":return W.default.yellow(ry);case"submit":return W.default.green(Qf)}},L2=t=>{let{cursor:e,options:r,style:n}=t,o=t.maxItems??Number.POSITIVE_INFINITY,i=Math.max(process.stdout.rows-4,0),a=Math.min(i,Math.max(o,5)),s=0;e>=s+a-3?s=Math.max(Math.min(e-a+3,r.length-a),0):e<s+2&&(s=Math.max(e-2,0));let u=a<r.length&&s>0,c=a<r.length&&s+a<r.length;return r.slice(s,s+a).map((l,d,p)=>{let h=d===0&&u,m=d===p.length-1&&c;return h||m?W.default.dim("..."):n(l,d+s===e)})},Dr=t=>new iu({validate:t.validate,placeholder:t.placeholder,defaultValue:t.defaultValue,initialValue:t.initialValue,render(){let e=`${W.default.gray(He)}
121
+ ${ed(this.state)} ${t.message}
122
122
  `,r=t.placeholder?W.default.inverse(t.placeholder[0])+W.default.dim(t.placeholder.slice(1)):W.default.inverse(W.default.hidden("_")),n=this.value?this.valueWithCursor:r;switch(this.state){case"error":return`${e.trim()}
123
123
  ${W.default.yellow(He)} ${n}
124
- ${W.default.yellow(Vo)} ${W.default.yellow(this.error)}
124
+ ${W.default.yellow(Ho)} ${W.default.yellow(this.error)}
125
125
  `;case"submit":return`${e}${W.default.gray(He)} ${W.default.dim(this.value||t.placeholder)}`;case"cancel":return`${e}${W.default.gray(He)} ${W.default.strikethrough(W.default.dim(this.value??""))}${this.value?.trim()?`
126
126
  ${W.default.gray(He)}`:""}`;default:return`${e}${W.default.cyan(He)} ${n}
127
- ${W.default.cyan(Vo)}
128
- `}}}).prompt();var we=t=>{let e=t.active??"Yes",r=t.inactive??"No";return new ru({active:e,inactive:r,initialValue:t.initialValue??!0,render(){let n=`${W.default.gray(He)}
129
- ${Qf(this.state)} ${t.message}
127
+ ${W.default.cyan(Ho)}
128
+ `}}}).prompt();var we=t=>{let e=t.active??"Yes",r=t.inactive??"No";return new nu({active:e,inactive:r,initialValue:t.initialValue??!0,render(){let n=`${W.default.gray(He)}
129
+ ${ed(this.state)} ${t.message}
130
130
  `,o=this.value?e:r;switch(this.state){case"submit":return`${n}${W.default.gray(He)} ${W.default.dim(o)}`;case"cancel":return`${n}${W.default.gray(He)} ${W.default.strikethrough(W.default.dim(o))}
131
- ${W.default.gray(He)}`;default:return`${n}${W.default.cyan(He)} ${this.value?`${W.default.green(Jf)} ${e}`:`${W.default.dim(Xf)} ${W.default.dim(e)}`} ${W.default.dim("/")} ${this.value?`${W.default.dim(Xf)} ${W.default.dim(r)}`:`${W.default.green(Jf)} ${r}`}
132
- ${W.default.cyan(Vo)}
133
- `}}}).prompt()},yr=t=>{let e=(r,n)=>{let o=r.label??String(r.value);switch(n){case"selected":return`${W.default.dim(o)}`;case"active":return`${W.default.green(Jf)} ${o} ${r.hint?W.default.dim(`(${r.hint})`):""}`;case"cancelled":return`${W.default.strikethrough(W.default.dim(o))}`;default:return`${W.default.dim(Xf)} ${W.default.dim(o)}`}};return new nu({options:t.options,initialValue:t.initialValue,render(){let r=`${W.default.gray(He)}
134
- ${Qf(this.state)} ${t.message}
131
+ ${W.default.gray(He)}`;default:return`${n}${W.default.cyan(He)} ${this.value?`${W.default.green(Xf)} ${e}`:`${W.default.dim(Zf)} ${W.default.dim(e)}`} ${W.default.dim("/")} ${this.value?`${W.default.dim(Zf)} ${W.default.dim(r)}`:`${W.default.green(Xf)} ${r}`}
132
+ ${W.default.cyan(Ho)}
133
+ `}}}).prompt()},yr=t=>{let e=(r,n)=>{let o=r.label??String(r.value);switch(n){case"selected":return`${W.default.dim(o)}`;case"active":return`${W.default.green(Xf)} ${o} ${r.hint?W.default.dim(`(${r.hint})`):""}`;case"cancelled":return`${W.default.strikethrough(W.default.dim(o))}`;default:return`${W.default.dim(Zf)} ${W.default.dim(o)}`}};return new ou({options:t.options,initialValue:t.initialValue,render(){let r=`${W.default.gray(He)}
134
+ ${ed(this.state)} ${t.message}
135
135
  `;switch(this.state){case"submit":return`${r}${W.default.gray(He)} ${e(this.options[this.cursor],"selected")}`;case"cancel":return`${r}${W.default.gray(He)} ${e(this.options[this.cursor],"cancelled")}
136
- ${W.default.gray(He)}`;default:return`${r}${W.default.cyan(He)} ${B2({cursor:this.cursor,options:this.options,maxItems:t.maxItems,style:(n,o)=>e(n,o?"active":"inactive")}).join(`
136
+ ${W.default.gray(He)}`;default:return`${r}${W.default.cyan(He)} ${L2({cursor:this.cursor,options:this.options,maxItems:t.maxItems,style:(n,o)=>e(n,o?"active":"inactive")}).join(`
137
137
  ${W.default.cyan(He)} `)}
138
- ${W.default.cyan(Vo)}
139
- `}}}).prompt()};var Kn=(t="")=>{process.stdout.write(`${W.default.gray(Vo)} ${W.default.red(t)}
138
+ ${W.default.cyan(Ho)}
139
+ `}}}).prompt()};var Kn=(t="")=>{process.stdout.write(`${W.default.gray(Ho)} ${W.default.red(t)}
140
140
 
141
- `)},Q=(t="")=>{process.stdout.write(`${W.default.gray(P2)} ${t}
141
+ `)},Q=(t="")=>{process.stdout.write(`${W.default.gray($2)} ${t}
142
142
  `)},X=(t="")=>{process.stdout.write(`${W.default.gray(He)}
143
- ${W.default.gray(Vo)} ${t}
143
+ ${W.default.gray(Ho)} ${t}
144
144
 
145
145
  `)},f={message:(t="",{symbol:e=W.default.gray(He)}={})=>{let r=[`${W.default.gray(He)}`];if(t){let[n,...o]=t.split(`
146
146
  `);r.push(`${e} ${n}`,...o.map(i=>`${W.default.gray(He)} ${i}`))}process.stdout.write(`${r.join(`
147
147
  `)}
148
- `)},info:t=>{f.message(t,{symbol:W.default.blue($2)})},success:t=>{f.message(t,{symbol:W.default.green(T2)})},step:t=>{f.message(t,{symbol:W.default.green(Zf)})},warn:t=>{f.message(t,{symbol:W.default.yellow(I2)})},warning:t=>{f.warn(t)},error:t=>{f.message(t,{symbol:W.default.red(R2)})}},bq=`${W.default.gray(He)} `;var De=({indicator:t="dots"}={})=>{let e=Yf?["\u25D2","\u25D0","\u25D3","\u25D1"]:["\u2022","o","O","0"],r=Yf?80:120,n=process.env.CI==="true",o,i,a=!1,s="",u,c=performance.now(),l=_=>{let x=_>1?"Something went wrong":"Canceled";a&&g(x,_)},d=()=>l(2),p=()=>l(1),h=()=>{process.on("uncaughtExceptionMonitor",d),process.on("unhandledRejection",d),process.on("SIGINT",p),process.on("SIGTERM",p),process.on("exit",l)},m=()=>{process.removeListener("uncaughtExceptionMonitor",d),process.removeListener("unhandledRejection",d),process.removeListener("SIGINT",p),process.removeListener("SIGTERM",p),process.removeListener("exit",l)},b=()=>{if(u===void 0)return;n&&process.stdout.write(`
148
+ `)},info:t=>{f.message(t,{symbol:W.default.blue(T2)})},success:t=>{f.message(t,{symbol:W.default.green(I2)})},step:t=>{f.message(t,{symbol:W.default.green(Qf)})},warn:t=>{f.message(t,{symbol:W.default.yellow(R2)})},warning:t=>{f.warn(t)},error:t=>{f.message(t,{symbol:W.default.red(B2)})}},wq=`${W.default.gray(He)} `;var De=({indicator:t="dots"}={})=>{let e=Jf?["\u25D2","\u25D0","\u25D3","\u25D1"]:["\u2022","o","O","0"],r=Jf?80:120,n=process.env.CI==="true",o,i,a=!1,s="",u,c=performance.now(),l=_=>{let x=_>1?"Something went wrong":"Canceled";a&&g(x,_)},d=()=>l(2),p=()=>l(1),h=()=>{process.on("uncaughtExceptionMonitor",d),process.on("unhandledRejection",d),process.on("SIGINT",p),process.on("SIGTERM",p),process.on("exit",l)},m=()=>{process.removeListener("uncaughtExceptionMonitor",d),process.removeListener("unhandledRejection",d),process.removeListener("SIGINT",p),process.removeListener("SIGTERM",p),process.removeListener("exit",l)},b=()=>{if(u===void 0)return;n&&process.stdout.write(`
149
149
  `);let _=u.split(`
150
- `);process.stdout.write(au.cursor.move(-999,_.length-1)),process.stdout.write(au.erase.down(_.length))},D=_=>_.replace(/\.+$/,""),C=_=>{let x=(performance.now()-_)/1e3,$=Math.floor(x/60),O=Math.floor(x%60);return $>0?`[${$}m ${O}s]`:`[${O}s]`},E=(_="")=>{a=!0,o=QD(),s=D(_),c=performance.now(),process.stdout.write(`${W.default.gray(He)}
151
- `);let x=0,$=0;h(),i=setInterval(()=>{if(n&&s===u)return;b(),u=s;let O=W.default.magenta(e[x]);if(n)process.stdout.write(`${O} ${s}...`);else if(t==="timer")process.stdout.write(`${O} ${s} ${C(c)}`);else{let B=".".repeat(Math.floor($)).slice(0,3);process.stdout.write(`${O} ${s}${B}`)}x=x+1<e.length?x+1:0,$=$<e.length?$+.125:0},r)},g=(_="",x=0)=>{a=!1,clearInterval(i),b();let $=x===0?W.default.green(Zf):x===1?W.default.red(ey):W.default.red(ty);s=D(_??s),t==="timer"?process.stdout.write(`${$} ${s} ${C(c)}
150
+ `);process.stdout.write(su.cursor.move(-999,_.length-1)),process.stdout.write(su.erase.down(_.length))},D=_=>_.replace(/\.+$/,""),E=_=>{let x=(performance.now()-_)/1e3,$=Math.floor(x/60),P=Math.floor(x%60);return $>0?`[${$}m ${P}s]`:`[${P}s]`},C=(_="")=>{a=!0,o=ey(),s=D(_),c=performance.now(),process.stdout.write(`${W.default.gray(He)}
151
+ `);let x=0,$=0;h(),i=setInterval(()=>{if(n&&s===u)return;b(),u=s;let P=W.default.magenta(e[x]);if(n)process.stdout.write(`${P} ${s}...`);else if(t==="timer")process.stdout.write(`${P} ${s} ${E(c)}`);else{let B=".".repeat(Math.floor($)).slice(0,3);process.stdout.write(`${P} ${s}${B}`)}x=x+1<e.length?x+1:0,$=$<e.length?$+.125:0},r)},g=(_="",x=0)=>{a=!1,clearInterval(i),b();let $=x===0?W.default.green(Qf):x===1?W.default.red(ty):W.default.red(ry);s=D(_??s),t==="timer"?process.stdout.write(`${$} ${s} ${E(c)}
152
152
  `):process.stdout.write(`${$} ${s}
153
- `),m(),o()};return{start:E,stop:g,message:(_="")=>{s=D(_??s)}}};var lA=require("node:child_process"),Pe=require("node:fs"),Tl=require("node:os"),Ae=de(require("node:path")),Gt=require("node:process"),jr=de(uu());var _t=require("fs"),Ea=(t=".",e="unknown")=>{let r=`${t}/bun.lockb`,n=`${t}/bun.lock`,o=`${t}/pnpm-lock.yaml`,i=`${t}/shrinkwrap.yaml`,a=`${t}/yarn.lock`,s=`${t}/package-lock.json`,u=`${t}/npm-shrinkwrap.json`;return(0,_t.existsSync)(r)||(0,_t.existsSync)(n)?"bun":(0,_t.existsSync)(o)||(0,_t.existsSync)(i)?"pnpm":(0,_t.existsSync)(a)?"yarn":(0,_t.existsSync)(s)||(0,_t.existsSync)(u)?"npm":e},cu=(t=Ea(),e=!1)=>{switch(t){case"bun":return e?"bun install":"install";case"pnpm":return e?"pnpm install":"install";case"yarn":return e?"yarn install":"install";case"npm":return e?"npm install":"install";case"unknown":return e?"unknown unknown":"unknown";default:return e?"npm install":"install"}},ry=(t=".",e="npx")=>{let r=`${t}/bun.lockb`,n=`${t}/bun.lock`,o=`${t}/pnpm-lock.yaml`,i=`${t}/shrinkwrap.yaml`,a=`${t}/yarn.lock`,s=`${t}/package-lock.json`,u=`${t}/npm-shrinkwrap.json`;return(0,_t.existsSync)(r)||(0,_t.existsSync)(n)?"bunx":(0,_t.existsSync)(o)||(0,_t.existsSync)(i)?"pnpm exec":(0,_t.existsSync)(a)?"yarn dlx":(0,_t.existsSync)(s)||(0,_t.existsSync)(u)?"npx":e};function lu(t,e){if(isNaN(t)||isNaN(e))throw new Error("Cannot compare against non-numbers");return t===e?0:t<e?-1:1}function iy(t=[],e=[]){return t.length&&!e.length?-1:!t.length&&e.length?1:0}function nd(t=[],e=[]){let r=Math.max(t.length,e.length);for(let n=0;n<r;n++){let o=t[n],i=e[n];if(o===void 0&&i===void 0)return 0;if(i===void 0)return 1;if(o===void 0)return-1;if(typeof o=="string"&&typeof i=="number")return 1;if(typeof o=="number"&&typeof i=="string"||o<i)return-1;if(o>i)return 1}return 0}var zo="0|[1-9]\\d*",U2="\\d*[a-zA-Z-][a-zA-Z0-9-]*",M2=`(?<major>${zo})\\.(?<minor>${zo})\\.(?<patch>${zo})`,ny=`(?:${zo}|${U2})`,ay=`(?:-(?<prerelease>${ny}(?:\\.${ny})*))`,oy="[0-9A-Za-z-]+",sy=`(?:\\+(?<buildmetadata>${oy}(?:\\.${oy})*))`,uy=`v?${M2}${ay}?${sy}?`,cy=new RegExp(`^${uy}$`),ly="(?:<|>)?=?",q2="x|X|\\*",rd=`${zo}|${q2}`,fu=`[v=\\s]*(?<major>${rd})(?:\\.(?<minor>${rd})(?:\\.(?<patch>${rd})${ay}?${sy}?)?)?`,fy=new RegExp(`^(?<operator>~>?|\\^|${ly})\\s*${fu}$`),dy=new RegExp(`^(?<operator>${ly})\\s*(${uy})$|^$`);function od(t){return typeof t=="number"&&!Number.isNaN(t)&&(!Number.isFinite(t)||0<=t&&t<=Number.MAX_SAFE_INTEGER)}var id=256;var H2=new RegExp(`^${zo}$`);function St(t){return t.split(".").filter(Boolean).map(e=>{if(H2.test(e)){let r=Number(e);if(od(r))return r}return e})}function br(t){return t.split(".").filter(Boolean)}function bn(t,e){let r=Number(t);if(!od(r))throw new TypeError(e);return r}function Yr(t){return Number.isNaN(t.major)&&Number.isNaN(t.minor)&&Number.isNaN(t.patch)&&(t.prerelease===void 0||t.prerelease.length===0)&&(t.build===void 0||t.build.length===0)}function xt(t,e){return t===e?0:lu(t.major,e.major)||lu(t.minor,e.minor)||lu(t.patch,e.patch)||iy(t.prerelease,e.prerelease)||nd(t.prerelease,e.prerelease)}function ad(t){return t.toFixed(0)}function wr(t){let e=ad(t.major),r=ad(t.minor),n=ad(t.patch),o=t.prerelease?.join(".")??"",i=t.build?.join(".")??"";return[[`${e}.${r}.${n}`,o].filter(u=>u).join("-"),i].filter(u=>u).join("+")}function V2(t,e){if(Yr(e))return!0;let r=xt(t,e);switch(e.operator){case"=":case void 0:return r===0;case"!=":return r!==0;case">":return r>0;case"<":return r<0;case">=":return r>=0;case"<=":return r<=0}}function du(t,e){for(let r of e)if(!V2(t,r))return!1;if(t.prerelease&&t.prerelease.length>0){for(let r of e){if(Yr(r))continue;let{major:n,minor:o,patch:i,prerelease:a}=r;if(a&&a.length>0&&t.major===n&&t.minor===o&&t.patch===i)return!0}return!1}return!0}function _a(t,e){return e.some(r=>du(t,r))}function z2(t=[]){let e=[...t],r=e.length;for(;r>=0;){let n=e[r];if(typeof n=="number"){e[r]=n+1;break}r-=1}return r===-1&&e.push(0),e}function Sa(t=[],e){let r=z2(t);if(!e)return r;let n=St(e);if(n.every(o=>typeof o=="string")){if(n.every((o,i)=>o===r[i])&&typeof r[n.length]=="number")return r;n=[...n,0]}return n}function xa(t,e,r={}){let n=r.build!==void 0?br(r.build):t.build??[];switch(e){case"premajor":return{major:t.major+1,minor:0,patch:0,prerelease:Sa(t.prerelease,r.prerelease),build:n};case"preminor":return{major:t.major,minor:t.minor+1,patch:0,prerelease:Sa(t.prerelease,r.prerelease),build:n};case"prepatch":return{major:t.major,minor:t.minor,patch:t.patch+1,prerelease:Sa(t.prerelease,r.prerelease),build:n};case"prerelease":{let i=(t.prerelease??[]).length===0?t.patch+1:t.patch;return{major:t.major,minor:t.minor,patch:i,prerelease:Sa(t.prerelease,r.prerelease),build:n}}case"major":return{major:(t.prerelease??[]).length===0||t.minor!==0||t.patch!==0?t.major+1:t.major,minor:0,patch:0,prerelease:[],build:n};case"minor":{let i=(t.prerelease??[]).length===0||t.patch!==0?t.minor+1:t.minor;return{major:t.major,minor:i,patch:0,prerelease:[],build:n}}case"patch":{let i=(t.prerelease??[]).length===0?t.patch+1:t.patch;return{major:t.major,minor:t.minor,patch:i,prerelease:[],build:n}}case"pre":return{major:t.major,minor:t.minor,patch:t.patch,prerelease:Sa(t.prerelease,r.prerelease),build:n};default:throw new TypeError(`Cannot increment version: invalid argument ${e}`)}}var pu={major:Number.NaN,minor:Number.NaN,patch:Number.NaN,prerelease:[],build:[]},Ko={operator:void 0,...pu};function sd(t,e){return xt(t,e)>0}function Gn(t,e){return xt(t,e)<0}function K2(t){let r=t.match(dy)?.groups;if(!r)return null;let{operator:n,prerelease:o,buildmetadata:i}=r,a=r.major?{major:bn(r.major,`Cannot parse comparator ${t}: invalid major version`),minor:bn(r.minor,`Cannot parse comparator ${t}: invalid minor version`),patch:bn(r.patch,`Cannot parse comparator ${t}: invalid patch version`),prerelease:o?St(o):[],build:i?br(i):[]}:pu;return{operator:n||void 0,...a}}function Ie(t){return!t||t.toLowerCase()==="x"||t==="*"}function G2(t){if(!Ie(t.major))return Ie(t.minor)?{operator:">=",major:+t.major,minor:0,patch:0,prerelease:[],build:[]}:Ie(t.patch)?{operator:">=",major:+t.major,minor:+t.minor,patch:0,prerelease:[],build:[]}:{operator:">=",major:+t.major,minor:+t.minor,patch:+t.patch,prerelease:t.prerelease?St(t.prerelease):[],build:[]}}function W2(t){if(!Ie(t.major))return Ie(t.minor)?{operator:"<",major:+t.major+1,minor:0,patch:0,prerelease:[],build:[]}:Ie(t.patch)?{operator:"<",major:+t.major,minor:+t.minor+1,patch:0,prerelease:[],build:[]}:t.prerelease?{operator:"<=",major:+t.major,minor:+t.minor,patch:+t.patch,prerelease:St(t.prerelease),build:[]}:{operator:"<=",major:+t.major,minor:+t.minor,patch:+t.patch,prerelease:[],build:[]}}function Y2(t){let e=t.match(new RegExp(`^${fu}`)),r=e?.groups;if(!r)return null;let n=e[0].length,o=t.slice(n).match(/^\s+-\s+/);if(!o)return null;let i=o[0].length,s=t.slice(n+i).match(new RegExp(`^${fu}\\s*$`))?.groups;if(!s)return null;let u=G2(r),c=W2(s);return[u,c].filter(Boolean)}function J2(t){let e=Ie(t.major),r=Ie(t.minor),n=Ie(t.patch),o=+t.major,i=+t.minor,a=+t.patch;if(e)return[Ko];if(r)return[{operator:">=",major:o,minor:0,patch:0},{operator:"<",major:o+1,minor:0,patch:0}];if(n)return o===0?[{operator:">=",major:o,minor:i,patch:0},{operator:"<",major:o,minor:i+1,patch:0}]:[{operator:">=",major:o,minor:i,patch:0},{operator:"<",major:o+1,minor:0,patch:0}];let s=St(t.prerelease??"");return o===0?i===0?[{operator:">=",major:o,minor:i,patch:a,prerelease:s},{operator:"<",major:o,minor:i,patch:a+1}]:[{operator:">=",major:o,minor:i,patch:a,prerelease:s},{operator:"<",major:o,minor:i+1,patch:0}]:[{operator:">=",major:o,minor:i,patch:a,prerelease:s},{operator:"<",major:o+1,minor:0,patch:0}]}function X2(t){let e=Ie(t.major),r=Ie(t.minor),n=Ie(t.patch),o=+t.major,i=+t.minor,a=+t.patch;if(e)return[Ko];if(r)return[{operator:">=",major:o,minor:0,patch:0},{operator:"<",major:o+1,minor:0,patch:0}];if(n)return[{operator:">=",major:o,minor:i,patch:0},{operator:"<",major:o,minor:i+1,patch:0}];let s=St(t.prerelease??"");return[{operator:">=",major:o,minor:i,patch:a,prerelease:s},{operator:"<",major:o,minor:i+1,patch:0}]}function Z2(t){let e=Ie(t.major),r=Ie(t.minor),n=Ie(t.patch),o=+t.major,i=+t.minor,a=+t.patch;if(e)return[{operator:"<",major:0,minor:0,patch:0}];if(r)return n?[{operator:"<",major:o,minor:0,patch:0}]:[{operator:"<",major:o,minor:0,patch:0}];if(n)return[{operator:"<",major:o,minor:i,patch:0}];let s=St(t.prerelease??""),u=br(t.build??"");return[{operator:"<",major:o,minor:i,patch:a,prerelease:s,build:u}]}function Q2(t){let e=Ie(t.minor),r=Ie(t.patch),n=+t.major,o=+t.minor,i=+t.patch;if(e)return r?[{operator:"<",major:n+1,minor:0,patch:0}]:[{operator:"<",major:n,minor:o+1,patch:0}];if(r)return[{operator:"<",major:n,minor:o+1,patch:0}];let a=St(t.prerelease??""),s=br(t.build??"");return[{operator:"<=",major:n,minor:o,patch:i,prerelease:a,build:s}]}function ek(t){let e=Ie(t.major),r=Ie(t.minor),n=Ie(t.patch),o=+t.major,i=+t.minor,a=+t.patch;if(e)return[{operator:"<",major:0,minor:0,patch:0}];if(r)return[{operator:">=",major:o+1,minor:0,patch:0}];if(n)return[{operator:">=",major:o,minor:i+1,patch:0}];let s=St(t.prerelease??""),u=br(t.build??"");return[{operator:">",major:o,minor:i,patch:a,prerelease:s,build:u}]}function tk(t){let e=Ie(t.major),r=Ie(t.minor),n=Ie(t.patch),o=+t.major,i=+t.minor,a=+t.patch;if(e)return[Ko];if(r)return n?[{operator:">=",major:o,minor:0,patch:0}]:[{operator:">=",major:o,minor:0,patch:0}];if(n)return[{operator:">=",major:o,minor:i,patch:0}];let s=St(t.prerelease??""),u=br(t.build??"");return[{operator:">=",major:o,minor:i,patch:a,prerelease:s,build:u}]}function rk(t){let e=Ie(t.major),r=Ie(t.minor),n=Ie(t.patch),o=+t.major,i=+t.minor,a=+t.patch;if(e)return[Ko];if(r)return[{operator:">=",major:o,minor:0,patch:0},{operator:"<",major:o+1,minor:0,patch:0}];if(n)return[{operator:">=",major:o,minor:i,patch:0},{operator:"<",major:o,minor:i+1,patch:0}];let s=St(t.prerelease??""),u=br(t.build??"");return[{operator:void 0,major:o,minor:i,patch:a,prerelease:s,build:u}]}function nk(t){let e=t.match(fy)?.groups;if(!e)return K2(t);switch(e.operator){case"^":return J2(e);case"~":case"~>":return X2(e);case"<":return Z2(e);case"<=":return Q2(e);case">":return ek(e);case">=":return tk(e);case"=":case"":return rk(e);default:throw new Error(`Cannot parse version range: '${e.operator}' is not a valid operator`)}}function ok(t){return t.split(/\s+/).flatMap(nk)}function hu(t){let e=t.replaceAll(/(?<=<|>|=|~|\^)(\s+)/g,"").split(/\s*\|\|\s*/).map(r=>Y2(r)||ok(r));if(e.some(r=>r.includes(null)))throw new TypeError(`Cannot parse version range: range "${t}" is invalid`);return e}function ve(t){if(typeof t!="string")throw new TypeError(`Cannot parse version as version must be a string: received ${typeof t}`);if(t.length>id)throw new TypeError(`Cannot parse version as version length is too long: length is ${t.length}, max length is ${id}`);t=t.trim();let e=t.match(cy)?.groups;if(!e)throw new TypeError(`Cannot parse version: ${t}`);let r=bn(e.major,`Cannot parse version ${t}: invalid major version`),n=bn(e.minor,`Cannot parse version ${t}: invalid minor version`),o=bn(e.patch,`Cannot parse version ${t}: invalid patch version`),i=e.prerelease?St(e.prerelease):[],a=e.buildmetadata?br(e.buildmetadata):[];return{major:r,minor:n,patch:o,prerelease:i,build:a}}function py(t,e){let r=t.operator,n=e.operator;if(r===void 0)return Yr(t)?!0:_a(t,[[e]]);if(n===void 0)return Yr(e)?!0:_a(e,[[t]]);let o=xt(t,e);return(r===">="||r===">")&&(n===">="||n===">")||(r==="<="||r==="<")&&(n==="<="||n==="<")||o===0&&((r===">="||r==="<=")&&(n===">="||n==="<="))||o===-1&&(r===">="||r===">")&&(n==="<="||n==="<")||o===1&&(r==="<="||r==="<")&&(n===">="||n===">")}function ik(t){return t.every(e=>e.some(r=>ak(r)))}function ak(t){for(let e=0;e<t.length-1;e++){let r=t[e];for(let n of t.slice(e+1))if(!py(r,n))return!1}return!0}function hy(t,e){return ik([t,e])&&t.some(r=>e.some(n=>r.every(o=>n.every(i=>py(o,i)))))}function my(t){try{return ve(t),!0}catch{return!1}}function vr(t,e){return xt(t,e)>=0}var Qi=de(x0()),bg=de(Hp()),fA=de(Rb()),Il=de(Wc());function GC(t,e){let n=["normal","bold","dim","italic","underline","strikethrough"].indexOf(t),o="\x1B[";return o+n+"m"+e+o+"0m"}var at=class t{title=null;headers=[];rows=[];static narrowTheme={top:["\u2554","\u2550","\u2564","\u2557"],row:["\u2551"," ","\u2502","\u2551"],div:["\u255F","\u2500","\u253C","\u2562"],bot:["\u255A","\u2550","\u2567","\u255D"]};static wideTheme={top:["\u2554\u2550","\u2550","\u2550\u2564\u2550","\u2550\u2557"],row:["\u2551 "," "," \u2502 "," \u2551"],div:["\u255F\u2500","\u2500","\u2500\u253C\u2500","\u2500\u2562"],bot:["\u255A\u2550","\u2550","\u2550\u2567\u2550","\u2550\u255D"]};static roundTheme={top:["\u256D\u2500","\u2500","\u2500\u252C\u2500","\u2500\u256E"],row:["\u2502 "," "," \u2502 "," \u2502"],div:["\u251C\u2500","\u2500","\u2500\u253C\u2500","\u2500\u2524"],bot:["\u2570\u2500","\u2500","\u2500\u2534\u2500","\u2500\u256F"]};theme=t.wideTheme;columnWidth(){let e=[this.headers,...this.rows].filter(n=>n.length>0),r=e[0].map(n=>this.cast(n).length);for(let n of e.slice(1))for(let o=0;o<r.length;o++){let i=this.cast(n[o]).length;i>r[o]&&(r[o]=i)}return r}cast(e){return typeof e=="object"?"obj":e!==void 0&&typeof e.toString=="function"?e.toString():""}renderTitle(){return"[ "+this.title+" ]"}renderLine(e){let r=this.columnWidth();return e[0]+r.map(n=>e[1].repeat(n)).join(e[2])+e[3]}renderCell(e,r,n=!1){let o=this.cast(e),i=n?GC("bold",o):o,a=r-o.length,s=this.theme.row[1];switch(typeof e){case"number":return s.repeat(a)+i;case"string":return i+s.repeat(a);case"boolean":case"object":return s.repeat(Math.ceil(a/2))+GC("italic",o)+s.repeat(Math.floor(a/2));default:return s.repeat(a)}}renderRow(e,r=!1){let n=this.theme.row,o=this.columnWidth();return n[0]+e.map((i,a)=>this.renderCell(i,o[a],r)).join(n[2])+n[3]}toString(){let e=this.theme,r=this.headers.length>0,n=this.rows.length>0;return[this.title?this.renderTitle():"",r||n?this.renderLine(e.top):"",r?this.renderRow(this.headers,!0):"",r&&n?this.renderLine(e.div):"",...this.rows.map(o=>this.renderRow(o)),r||n?this.renderLine(e.bot):""].filter(o=>o.length>0).join(`
154
- `)}};async function Yc(t){try{let r=`https://registry.npmjs.org/${encodeURIComponent(t.toLowerCase())}`,n=await fetch(r,{headers:{accept:"application/vnd.npm.install-v1+json; q=1.0, application/json; q=0.8, */*"}});return n.ok&&(await n.json())["dist-tags"]?.latest||null}catch{return null}}async function ge(){let t=await Yc("@capgo/cli")??"",e=t?.split(".")[0];t!==gr.version&&f.warning(`\u{1F6A8} You are using @capgo/cli@${gr.version} it's not the latest version.
155
- Please use @capgo/cli@${t}" or @capgo/cli@${e} to keep up to date with the latest features and bug fixes.`)}function x8(t){return new Promise(e=>{setTimeout(e,t)})}function A8(t){return new Date(t||"").toLocaleTimeString()}async function sr(t,e,r,n,o,i="\u2705"){await fe(r,{channel:t,event:n,icon:i,user_id:e,...o?{tags:{"app-id":o}}:{},notify:!1})}async function F8(t,e,r,n){if(be(e))throw await sr(t,r,n,"canceled",void 0,"\u{1F937}"),new Error("Command cancelled")}async function O8(t,e,r){try{let n=await ur(),o=r?{...e,rangeStart:r}:{...e},i=await fetch(`${n.hostApi}/private/stats`,{method:"POST",headers:{"Content-Type":"application/json",capgkey:t},body:JSON.stringify(o)});if(!i.ok)throw new Error(`HTTP error! status: ${i.status}`);let a=await i.json();if(a?.length>0)return a}catch(n){console.error("Cannot get devices",n),f.error(`Cannot get stats ${U(n)}`)}return[]}function k8(t){let e={get:{summary:()=>"Update request by device. Waiting for download\u2026",level:"info",snag:"done"},delete:{summary:()=>"Bundle deleted on device",level:"info"},set:{summary:()=>"Bundle set on device \u2764\uFE0F",level:"info",snag:"set",stop:!0},NoChannelOrOverride:{summary:()=>"No default channel/override; create it in channel settings",level:"error"},needPlanUpgrade:{summary:({baseUrl:r})=>`Out of quota. Upgrade plan: ${r}/dashboard/settings/plans`,level:"error"},missingBundle:{summary:()=>"Requested bundle not found on server",level:"error"},noNew:{summary:()=>"Device already has latest available version",level:"info"},disablePlatformIos:{summary:()=>"iOS platform disabled in channel",level:"error"},disablePlatformAndroid:{summary:()=>"Android platform disabled in channel",level:"error"},disableAutoUpdate:{summary:()=>"Automatic updates disabled in channel",level:"error"},disableAutoUpdateToMajor:{summary:()=>"Auto-update to major versions disabled",level:"error"},disableAutoUpdateToMinor:{summary:()=>"Auto-update to minor versions disabled",level:"error"},disableAutoUpdateToPatch:{summary:()=>"Auto-update to patch versions disabled",level:"error"},disableAutoUpdateUnderNative:{summary:()=>"Channel update version is lower than device native",level:"error"},disableDevBuild:{summary:()=>"Dev build updates disabled in channel",level:"error"},disableEmulator:{summary:()=>"Emulator updates disabled in channel",level:"error"},cannotGetBundle:{summary:()=>"Cannot retrieve bundle from channel",level:"error"},cannotUpdateViaPrivateChannel:{summary:()=>"No access to private channel",level:"error"},channelMisconfigured:{summary:()=>"Channel configuration invalid or incomplete",level:"error"},disableAutoUpdateMetadata:{summary:()=>"Auto-update on metadata disabled",level:"error"},set_fail:{summary:()=>"Bundle set failed. Possibly corrupted",level:"error"},reset:{summary:()=>"Device reset to builtin bundle",level:"warn"},update_fail:{summary:()=>"Installed bundle failed to call notifyAppReady",level:"error"},checksum_fail:{summary:()=>"Downloaded bundle checksum validation failed",level:"error"},windows_path_fail:{summary:()=>"Bundle contains illegal Windows-style paths",level:"error"},canonical_path_fail:{summary:()=>"Bundle contains non-canonical paths",level:"error"},directory_path_fail:{summary:()=>"Bundle ZIP contains invalid directory paths",level:"error"},unzip_fail:{summary:()=>"Failed to unzip bundle on device",level:"error"},low_mem_fail:{summary:()=>"Download failed due to low device memory",level:"error"},app_moved_to_background:{summary:()=>"App moved to background",level:"info"},app_moved_to_foreground:{summary:()=>"App moved to foreground",level:"info"},decrypt_fail:{summary:()=>"Failed to decrypt downloaded bundle",level:"error"},getChannel:{summary:()=>"Queried current channel on device",level:"info"},setChannel:{summary:()=>"Channel set on device",level:"info"},InvalidIp:{summary:()=>"Device appears in Google datacenter; blocking recent updates (<4h)",level:"warn"},uninstall:{summary:()=>"App uninstalled or Capgo data cleared on device",level:"warn"}};if(t.action.startsWith("download_")){let r=t.action.split("_")[1];return r==="complete"?{summary:()=>"Download complete; relaunch app to apply",level:"info",snag:"downloaded"}:r==="fail"?{summary:()=>"Download failed on device",level:"error"}:{summary:()=>`Downloading ${r}%`,level:"info"}}return e[t.action]||null}async function P8(t,e,r,n,o,i){let a=k8(t);if(!a)return{};a.snag&&await sr(e,r,n,a.snag);let s=A8(t.created_at),u=t.action,c=t.version_id?`(version #${t.version_id})`:"",l=t.version?` (version ${t.version})`:c,d=`${a.summary({data:t,baseAppUrl:o,baseUrl:i})}${l}`;return{row:[s,t.device_id,u,d],stop:a.stop}}async function nm(t,e,r,n,o){let i=!0,a=await ur(),s=`${a.hostWeb}/app/p/${r}`;await sr(t,n,e,"Use waitlog",r);let u={appId:r,devicesId:o?[o]:void 0,order:[{key:"created_at",sortable:"desc"}],rangeStart:new Date().toISOString()},c=null,l=new Set,d=De(),p=`${a.host}/docs/plugins/updater/debugging/#sent-from-the-backend`;for(d.start(`Waiting for logs (Expect delay of 30 sec) more info: ${p}`);i;){await x8(5e3);let h=await O8(e,u,c);if(h.length>0){let m=h.reduce((E,g)=>{let _=new Date(g.created_at).getTime();return Math.max(E,_)},c?new Date(c).getTime():0);m>0&&(c=new Date(m).toISOString());let b=h.filter(E=>{let g=`${E.app_id}|${E.device_id}|${E.action}|${E.version_id}|${E.created_at}`;return l.has(g)?!1:(l.add(g),!0)}).sort((E,g)=>new Date(E.created_at).getTime()-new Date(g.created_at).getTime()),D=new at;D.headers=["Time","Device","Key","Message"],D.theme=at.roundTheme,D.rows=[];let C=!1;for(let E of b){let{row:g,stop:_}=await P8(E,t,n,e,s,a.hostWeb);g&&D.rows.push(g),_&&(C=!0)}if(D.rows.length&&(d.stop(""),f.info(D.toString()),d.start(`Waiting for logs (Expect delay of 30 sec) more info: ${p}`)),C){i=!1;break}}}return d.stop("Stop watching logs"),Promise.resolve()}async function WC(t,e){Q("Debug Live update in Capgo"),await ge(),e.apikey=e.apikey||ne();let r=await ee();t=ce(t,r?.config);let n=e.device;if(!e.apikey)throw f.error("Missing API key, you need to provide an API key to delete your app"),new Error("Missing API key");if(!t)throw f.error("Missing argument, you need to provide a appId, or be in a capacitor project"),new Error("Missing appId");let o=await re(e.apikey,e.supaHost,e.supaAnon),i=await yt(o,t),a=await we({message:"Automatic check if update working in device ?"});await F8("debug",a,i,e.apikey),a?(f.info(`Wait logs sent to Capgo from ${t} device, Please background your app and open it again \u{1F4AA}`),await nm("debug",e.apikey,t,i,n),X("Done \u2705")):X("Canceled \u274C")}var om=require("node:buffer"),YC=require("node:crypto"),$8=(()=>{let t=[];for(let e=0;e<256;e++){let r=e;for(let n=0;n<8;n++)r=r&1?3988292384^r>>>1:r>>>1;t[e]=r}return t})();function T8(t){let e=4294967295;for(let r=0;r<t.length;r++){let n=t[r];e=$8[(e^n)&255]^e>>>8}return e=e^4294967295,(e>>>0).toString(16).padStart(8,"0")}async function rn(t,e="sha256"){let r=om.Buffer.isBuffer(t)?t:om.Buffer.from(t);if(e==="crc32")return T8(r);let n=(0,YC.createHash)(e);return n.update(r),n.digest("hex")}var Ss=de(Ax());async function Fx(){let t=await(0,Ss.loadConfig)();return{config:t.app.extConfig,path:t.app.extConfigFilePath}}async function Jm(t,e,r=!1){let n=await(0,Ss.loadConfig)(),{extConfig:o}=n.app;o&&(o.plugins||(o.plugins={extConfig:{},[t]:{}}),o.plugins[t]||(o.plugins[t]={}),r?o=e.config:o.plugins[t]=e.config.plugins?.[t],(0,Ss.writeConfig)(o,n.app.extConfigFilePath))}async function Yi(t,e=!1){await Jm("CapacitorUpdater",t,e)}var ea=".capgo_key",Yt=".capgo_key_v2",Rl=`${ea}.pub`,sn=`${Yt}.pub`,oA="https://capgo.app",iA="https://files.capgo.app",aA="https://api.capgo.app",sA="https://console.capgo.app",wg=12e4,p5=1024*1024*20,h5=1024*1024*1024,m5=1024*1024*99,Ur="package.json",ta=/^(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)(?:-((?:0|[1-9]\d*|\d*[a-z-][0-9a-z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-z-][0-9a-z-]*))*))?(?:\+([0-9a-z-]+(?:\.[0-9a-z-]+)*))?$/i,U=t=>t?`
156
- ${fA.default.render(t)}`:"";function $l(t){return new Promise(e=>{setTimeout(e,t)})}function dA(t){return(0,jr.isMonorepo)(t)||(0,jr.isNXMonorepo)(t)}function wt(t){return(0,jr.isMonorepo)(t)?(0,jr.findMonorepoRoot)(t):(0,jr.isNXMonorepo)(t)?(0,jr.findNXMonorepoRoot)(t):t}function pA(t=wt((0,Gt.cwd)()),e=void 0){let r=e?.split(",")[0];if(r&&!(0,Pe.existsSync)(r)){let o=`Package.json at ${r} does not exist`;throw f.error(o),new Error(o)}let n=(0,Pe.readFileSync)(r??(0,Ae.join)(t,Ur));return JSON.parse(n)}function vg(t=wt((0,Gt.cwd)()),e=void 0){return pA(t,e).scripts}function Ar(t=wt((0,Gt.cwd)()),e=void 0){return pA(t,e).version??""}function uA(t){let e=t.replace("^","").replace("~","");if(my(e))try{let r=ve(e);return wr(r)}catch{return e}return e}async function un(t,e=(0,Gt.cwd)(),r){if(t!=="@capgo/capacitor-updater")return null;if(r)try{let a=(await Wt(e,r)).get(t);if(a)return a}catch{}let n=null,o=(0,Ae.join)(e,"ios","App","Podfile");if((0,Pe.existsSync)(o))try{let a=(0,Pe.readFileSync)(o,"utf-8").match(/pod\s+['"]CapgoCapacitorUpdater['"],\s*:path\s*=>\s*['"]([^'"]+)['"]/);a?.[1]&&(n=(0,Ae.resolve)((0,Ae.join)(e,"ios","App",a[1])))}catch{}if(!n){let i=(0,Ae.join)(e,"android","capacitor.settings.gradle");if((0,Pe.existsSync)(i))try{let s=(0,Pe.readFileSync)(i,"utf-8").match(/project\(':capgo-capacitor-updater'\)\.projectDir\s*=\s*new\s+File\(['"]([^'"]+)['"]/);s?.[1]&&(n=(0,Ae.resolve)((0,Ae.join)(e,"android",s[1])).replace(/\/android$/,""))}catch{}}if(n){let i=(0,Ae.join)(n,Ur);if((0,Pe.existsSync)(i))try{let a=JSON.parse((0,Pe.readFileSync)(i,"utf-8"));if(a.version)return a.version}catch{}}try{let a=(await Wt(e)).get(t);if(a)return a}catch{}return null}async function Wt(t=wt((0,Gt.cwd)()),e=void 0){let r=e?.split(",");if(r??=[(0,Ae.join)(t,Ur)],r){for(let o of r)if(!(0,Pe.existsSync)(o)){let i=`Package.json at ${o} does not exist`;throw f.error(i),new Error(i)}}let n=new Map;for(let o of r){let i=(0,Pe.readFileSync)(o),a=JSON.parse(i);for(let s in a.dependencies)n.set(s,uA(a.dependencies[s]));for(let s in a.devDependencies)n.set(s,uA(a.devDependencies[s]))}return n}async function ee(){try{let t=await Fx();if(!t){let e="No capacitor config file found, run `cap init` first";throw f.error(e),new Error(e)}return t}catch(t){let e=`No capacitor config file found, run \`cap init\` first ${U(t)}`;throw f.error(e),new Error(e)}}async function Cg(t,e){let r=await ee();return r?.config&&(r.config.plugins??={},r.config.plugins.extConfig??={},r.config.plugins[t]??={},r.config.plugins[t]={...r.config.plugins[t],...e},await Jm(t,r)),r}async function Os(t){return Cg("CapacitorUpdater",t)}async function ur(){try{let t=await ee(),e={host:t?.config?.plugins?.CapacitorUpdater?.localHost||oA,hostWeb:t?.config?.plugins?.CapacitorUpdater?.localWebHost||sA,hostFilesApi:t?.config?.plugins?.CapacitorUpdater?.localApiFiles||iA,hostApi:t?.config?.plugins?.CapacitorUpdater?.localApi||aA};return t?.config?.plugins?.CapacitorUpdater?.localSupa&&t?.config?.plugins?.CapacitorUpdater?.localSupaAnon&&(f.info("Using custom supabase instance from capacitor.config.json"),e.supaKey=t?.config?.plugins?.CapacitorUpdater?.localSupaAnon,e.supaHost=t?.config?.plugins?.CapacitorUpdater?.localSupa),e}catch{return{host:oA,hostWeb:sA,hostFilesApi:iA,hostApi:aA}}}var g5=/([A-Za-z0-9]+)\.(java|swift|kt|scala)$/;async function Bl(){let t=await ur();try{let e=await fetch(`${t.hostApi}/private/config`);if(!e.ok)throw new Error(`HTTP error! status: ${e.status}`);return{...await e.json(),...t}}catch{return f.info(`Local config ${U(t)}`),t}}async function hA(){let t=await ur();try{let e=await fetch(`${t.hostFilesApi}/files/config`);if(!e.ok)throw new Error(`HTTP error! status: ${e.status}`);return await e.json()}catch{return{partialUpload:!1,TUSUpload:!1,partialUploadForced:!1,TUSUploadForced:!1,maxUploadLength:h5,maxChunkSize:m5,alertUploadSize:p5}}}async function re(t,e,r){let n=await Bl();if(e&&r&&(f.info("Using custom supabase instance from provided options"),n.supaHost=e,n.supaKey=r),!n.supaHost||!n.supaKey)throw f.error("Cannot connect to server please try again later"),new Error("Cannot connect to server please try again later");return(0,Qi.createClient)(n.supaHost,n.supaKey,{auth:{persistSession:!1},global:{headers:{capgkey:t}}})}async function D5(t,e,r){let{data:n}=await t.rpc("is_allowed_capgkey",{apikey:e,keymode:r}).single();if(!n){f.error("Invalid API key or insufficient permissions.");let i=`Your key should be: ${r.map((a,s)=>r.length===1?`"${a}"`:s===r.length-1?`or "${a}"`:`"${a}", `).join("")} mode.`;throw f.error(i),new Error("Invalid API key or insufficient permissions.")}}async function mA(t,e){let{data:r}=await t.rpc("is_paying_org",{orgid:e}).single();return r||!1}async function gA(t,e){let{data:r}=await t.rpc("is_trial_org",{orgid:e}).single();return r||0}async function y5(t,e){let{data:r}=await t.rpc("is_allowed_action_org",{orgid:e}).single();return!!r}async function b5(t,e,r){let{data:n}=await t.rpc("is_allowed_action",{apikey:r,appid:e}).single();return!!n}var vt=(a=>(a[a.none=0]="none",a[a.read=1]="read",a[a.upload=2]="upload",a[a.write=3]="write",a[a.admin=4]="admin",a[a.super_admin=5]="super_admin",a))(vt||{}),ra=(t,e)=>t>=e;async function DA(t,e,r){let{data:n,error:o}=await t.rpc("get_org_perm_for_apikey",{apikey:e,app_id:r}).single();if(o)throw f.error("Cannot get permissions for organization!"),console.error(o),new Error("Cannot get permissions for organization");if(n.includes("perm")){let s=null;switch(n){case"perm_none":{s=0;break}case"perm_read":{s=1;break}case"perm_upload":{s=2;break}case"perm_write":{s=3;break}case"perm_admin":{s=4;break}case"perm_owner":{s=5;break}default:throw n.includes("invite")?(f.info("Please accept/deny the organization invitation before trying to access the app"),new Error("Organization invitation pending")):(f.error(`Invalid output when fetching organization permission. Response: ${n}`),new Error(`Invalid output when fetching organization permission. Response: ${n}`))}return{okay:!0,data:s}}let a=null;switch(n){case"INVALID_APIKEY":{a="INVALID_APIKEY";break}case"NO_APP":{a="NO_APP";break}case"NO_ORG":{a="NO_ORG";break}default:throw f.error(`Invalid error when fetching organization permission. Response: ${n}`),new Error(`Invalid error when fetching organization permission. Response: ${n}`)}return{okay:!1,error:a}}async function yA(t,e,r){let{data:n,error:o}=await t.rpc("get_organization_cli_warnings",{orgid:e,cli_version:r});if(o){f.error(`Cannot get cli warnings: ${U(o)}`);return}if(n.length>0){f.warn(`Found ${n.length} cli warnings for your organization.`);let i=null;for(let a of n){if(typeof a!="object"||typeof a.message!="string"||typeof a.fatal!="boolean"){f.error(`Invalid cli warning: ${a}`);continue}let s=a;s.fatal?(f.error(`${s.message.replaceAll("\\n",`
153
+ `),m(),o()};return{start:C,stop:g,message:(_="")=>{s=D(_??s)}}};var dA=require("node:child_process"),Pe=require("node:fs"),Il=require("node:os"),xe=de(require("node:path")),Gt=require("node:process"),jr=de(cu());var _t=require("fs"),Ca=(t=".",e="unknown")=>{let r=`${t}/bun.lockb`,n=`${t}/bun.lock`,o=`${t}/pnpm-lock.yaml`,i=`${t}/shrinkwrap.yaml`,a=`${t}/yarn.lock`,s=`${t}/package-lock.json`,u=`${t}/npm-shrinkwrap.json`;return(0,_t.existsSync)(r)||(0,_t.existsSync)(n)?"bun":(0,_t.existsSync)(o)||(0,_t.existsSync)(i)?"pnpm":(0,_t.existsSync)(a)?"yarn":(0,_t.existsSync)(s)||(0,_t.existsSync)(u)?"npm":e},lu=(t=Ca(),e=!1)=>{switch(t){case"bun":return e?"bun install":"install";case"pnpm":return e?"pnpm install":"install";case"yarn":return e?"yarn install":"install";case"npm":return e?"npm install":"install";case"unknown":return e?"unknown unknown":"unknown";default:return e?"npm install":"install"}},ny=(t=".",e="npx")=>{let r=`${t}/bun.lockb`,n=`${t}/bun.lock`,o=`${t}/pnpm-lock.yaml`,i=`${t}/shrinkwrap.yaml`,a=`${t}/yarn.lock`,s=`${t}/package-lock.json`,u=`${t}/npm-shrinkwrap.json`;return(0,_t.existsSync)(r)||(0,_t.existsSync)(n)?"bunx":(0,_t.existsSync)(o)||(0,_t.existsSync)(i)?"pnpm exec":(0,_t.existsSync)(a)?"yarn dlx":(0,_t.existsSync)(s)||(0,_t.existsSync)(u)?"npx":e};function fu(t,e){if(isNaN(t)||isNaN(e))throw new Error("Cannot compare against non-numbers");return t===e?0:t<e?-1:1}function ay(t=[],e=[]){return t.length&&!e.length?-1:!t.length&&e.length?1:0}function od(t=[],e=[]){let r=Math.max(t.length,e.length);for(let n=0;n<r;n++){let o=t[n],i=e[n];if(o===void 0&&i===void 0)return 0;if(i===void 0)return 1;if(o===void 0)return-1;if(typeof o=="string"&&typeof i=="number")return 1;if(typeof o=="number"&&typeof i=="string"||o<i)return-1;if(o>i)return 1}return 0}var Vo="0|[1-9]\\d*",M2="\\d*[a-zA-Z-][a-zA-Z0-9-]*",q2=`(?<major>${Vo})\\.(?<minor>${Vo})\\.(?<patch>${Vo})`,oy=`(?:${Vo}|${M2})`,sy=`(?:-(?<prerelease>${oy}(?:\\.${oy})*))`,iy="[0-9A-Za-z-]+",uy=`(?:\\+(?<buildmetadata>${iy}(?:\\.${iy})*))`,cy=`v?${q2}${sy}?${uy}?`,ly=new RegExp(`^${cy}$`),fy="(?:<|>)?=?",H2="x|X|\\*",nd=`${Vo}|${H2}`,du=`[v=\\s]*(?<major>${nd})(?:\\.(?<minor>${nd})(?:\\.(?<patch>${nd})${sy}?${uy}?)?)?`,dy=new RegExp(`^(?<operator>~>?|\\^|${fy})\\s*${du}$`),py=new RegExp(`^(?<operator>${fy})\\s*(${cy})$|^$`);function id(t){return typeof t=="number"&&!Number.isNaN(t)&&(!Number.isFinite(t)||0<=t&&t<=Number.MAX_SAFE_INTEGER)}var ad=256;var V2=new RegExp(`^${Vo}$`);function St(t){return t.split(".").filter(Boolean).map(e=>{if(V2.test(e)){let r=Number(e);if(id(r))return r}return e})}function br(t){return t.split(".").filter(Boolean)}function bn(t,e){let r=Number(t);if(!id(r))throw new TypeError(e);return r}function Yr(t){return Number.isNaN(t.major)&&Number.isNaN(t.minor)&&Number.isNaN(t.patch)&&(t.prerelease===void 0||t.prerelease.length===0)&&(t.build===void 0||t.build.length===0)}function xt(t,e){return t===e?0:fu(t.major,e.major)||fu(t.minor,e.minor)||fu(t.patch,e.patch)||ay(t.prerelease,e.prerelease)||od(t.prerelease,e.prerelease)}function sd(t){return t.toFixed(0)}function wr(t){let e=sd(t.major),r=sd(t.minor),n=sd(t.patch),o=t.prerelease?.join(".")??"",i=t.build?.join(".")??"";return[[`${e}.${r}.${n}`,o].filter(u=>u).join("-"),i].filter(u=>u).join("+")}function z2(t,e){if(Yr(e))return!0;let r=xt(t,e);switch(e.operator){case"=":case void 0:return r===0;case"!=":return r!==0;case">":return r>0;case"<":return r<0;case">=":return r>=0;case"<=":return r<=0}}function pu(t,e){for(let r of e)if(!z2(t,r))return!1;if(t.prerelease&&t.prerelease.length>0){for(let r of e){if(Yr(r))continue;let{major:n,minor:o,patch:i,prerelease:a}=r;if(a&&a.length>0&&t.major===n&&t.minor===o&&t.patch===i)return!0}return!1}return!0}function _a(t,e){return e.some(r=>pu(t,r))}function K2(t=[]){let e=[...t],r=e.length;for(;r>=0;){let n=e[r];if(typeof n=="number"){e[r]=n+1;break}r-=1}return r===-1&&e.push(0),e}function Sa(t=[],e){let r=K2(t);if(!e)return r;let n=St(e);if(n.every(o=>typeof o=="string")){if(n.every((o,i)=>o===r[i])&&typeof r[n.length]=="number")return r;n=[...n,0]}return n}function xa(t,e,r={}){let n=r.build!==void 0?br(r.build):t.build??[];switch(e){case"premajor":return{major:t.major+1,minor:0,patch:0,prerelease:Sa(t.prerelease,r.prerelease),build:n};case"preminor":return{major:t.major,minor:t.minor+1,patch:0,prerelease:Sa(t.prerelease,r.prerelease),build:n};case"prepatch":return{major:t.major,minor:t.minor,patch:t.patch+1,prerelease:Sa(t.prerelease,r.prerelease),build:n};case"prerelease":{let i=(t.prerelease??[]).length===0?t.patch+1:t.patch;return{major:t.major,minor:t.minor,patch:i,prerelease:Sa(t.prerelease,r.prerelease),build:n}}case"major":return{major:(t.prerelease??[]).length===0||t.minor!==0||t.patch!==0?t.major+1:t.major,minor:0,patch:0,prerelease:[],build:n};case"minor":{let i=(t.prerelease??[]).length===0||t.patch!==0?t.minor+1:t.minor;return{major:t.major,minor:i,patch:0,prerelease:[],build:n}}case"patch":{let i=(t.prerelease??[]).length===0?t.patch+1:t.patch;return{major:t.major,minor:t.minor,patch:i,prerelease:[],build:n}}case"pre":return{major:t.major,minor:t.minor,patch:t.patch,prerelease:Sa(t.prerelease,r.prerelease),build:n};default:throw new TypeError(`Cannot increment version: invalid argument ${e}`)}}var hu={major:Number.NaN,minor:Number.NaN,patch:Number.NaN,prerelease:[],build:[]},zo={operator:void 0,...hu};function ud(t,e){return xt(t,e)>0}function vr(t,e){return xt(t,e)<0}function G2(t){let r=t.match(py)?.groups;if(!r)return null;let{operator:n,prerelease:o,buildmetadata:i}=r,a=r.major?{major:bn(r.major,`Cannot parse comparator ${t}: invalid major version`),minor:bn(r.minor,`Cannot parse comparator ${t}: invalid minor version`),patch:bn(r.patch,`Cannot parse comparator ${t}: invalid patch version`),prerelease:o?St(o):[],build:i?br(i):[]}:hu;return{operator:n||void 0,...a}}function Ie(t){return!t||t.toLowerCase()==="x"||t==="*"}function W2(t){if(!Ie(t.major))return Ie(t.minor)?{operator:">=",major:+t.major,minor:0,patch:0,prerelease:[],build:[]}:Ie(t.patch)?{operator:">=",major:+t.major,minor:+t.minor,patch:0,prerelease:[],build:[]}:{operator:">=",major:+t.major,minor:+t.minor,patch:+t.patch,prerelease:t.prerelease?St(t.prerelease):[],build:[]}}function Y2(t){if(!Ie(t.major))return Ie(t.minor)?{operator:"<",major:+t.major+1,minor:0,patch:0,prerelease:[],build:[]}:Ie(t.patch)?{operator:"<",major:+t.major,minor:+t.minor+1,patch:0,prerelease:[],build:[]}:t.prerelease?{operator:"<=",major:+t.major,minor:+t.minor,patch:+t.patch,prerelease:St(t.prerelease),build:[]}:{operator:"<=",major:+t.major,minor:+t.minor,patch:+t.patch,prerelease:[],build:[]}}function J2(t){let e=t.match(new RegExp(`^${du}`)),r=e?.groups;if(!r)return null;let n=e[0].length,o=t.slice(n).match(/^\s+-\s+/);if(!o)return null;let i=o[0].length,s=t.slice(n+i).match(new RegExp(`^${du}\\s*$`))?.groups;if(!s)return null;let u=W2(r),c=Y2(s);return[u,c].filter(Boolean)}function X2(t){let e=Ie(t.major),r=Ie(t.minor),n=Ie(t.patch),o=+t.major,i=+t.minor,a=+t.patch;if(e)return[zo];if(r)return[{operator:">=",major:o,minor:0,patch:0},{operator:"<",major:o+1,minor:0,patch:0}];if(n)return o===0?[{operator:">=",major:o,minor:i,patch:0},{operator:"<",major:o,minor:i+1,patch:0}]:[{operator:">=",major:o,minor:i,patch:0},{operator:"<",major:o+1,minor:0,patch:0}];let s=St(t.prerelease??"");return o===0?i===0?[{operator:">=",major:o,minor:i,patch:a,prerelease:s},{operator:"<",major:o,minor:i,patch:a+1}]:[{operator:">=",major:o,minor:i,patch:a,prerelease:s},{operator:"<",major:o,minor:i+1,patch:0}]:[{operator:">=",major:o,minor:i,patch:a,prerelease:s},{operator:"<",major:o+1,minor:0,patch:0}]}function Z2(t){let e=Ie(t.major),r=Ie(t.minor),n=Ie(t.patch),o=+t.major,i=+t.minor,a=+t.patch;if(e)return[zo];if(r)return[{operator:">=",major:o,minor:0,patch:0},{operator:"<",major:o+1,minor:0,patch:0}];if(n)return[{operator:">=",major:o,minor:i,patch:0},{operator:"<",major:o,minor:i+1,patch:0}];let s=St(t.prerelease??"");return[{operator:">=",major:o,minor:i,patch:a,prerelease:s},{operator:"<",major:o,minor:i+1,patch:0}]}function Q2(t){let e=Ie(t.major),r=Ie(t.minor),n=Ie(t.patch),o=+t.major,i=+t.minor,a=+t.patch;if(e)return[{operator:"<",major:0,minor:0,patch:0}];if(r)return n?[{operator:"<",major:o,minor:0,patch:0}]:[{operator:"<",major:o,minor:0,patch:0}];if(n)return[{operator:"<",major:o,minor:i,patch:0}];let s=St(t.prerelease??""),u=br(t.build??"");return[{operator:"<",major:o,minor:i,patch:a,prerelease:s,build:u}]}function ek(t){let e=Ie(t.minor),r=Ie(t.patch),n=+t.major,o=+t.minor,i=+t.patch;if(e)return r?[{operator:"<",major:n+1,minor:0,patch:0}]:[{operator:"<",major:n,minor:o+1,patch:0}];if(r)return[{operator:"<",major:n,minor:o+1,patch:0}];let a=St(t.prerelease??""),s=br(t.build??"");return[{operator:"<=",major:n,minor:o,patch:i,prerelease:a,build:s}]}function tk(t){let e=Ie(t.major),r=Ie(t.minor),n=Ie(t.patch),o=+t.major,i=+t.minor,a=+t.patch;if(e)return[{operator:"<",major:0,minor:0,patch:0}];if(r)return[{operator:">=",major:o+1,minor:0,patch:0}];if(n)return[{operator:">=",major:o,minor:i+1,patch:0}];let s=St(t.prerelease??""),u=br(t.build??"");return[{operator:">",major:o,minor:i,patch:a,prerelease:s,build:u}]}function rk(t){let e=Ie(t.major),r=Ie(t.minor),n=Ie(t.patch),o=+t.major,i=+t.minor,a=+t.patch;if(e)return[zo];if(r)return n?[{operator:">=",major:o,minor:0,patch:0}]:[{operator:">=",major:o,minor:0,patch:0}];if(n)return[{operator:">=",major:o,minor:i,patch:0}];let s=St(t.prerelease??""),u=br(t.build??"");return[{operator:">=",major:o,minor:i,patch:a,prerelease:s,build:u}]}function nk(t){let e=Ie(t.major),r=Ie(t.minor),n=Ie(t.patch),o=+t.major,i=+t.minor,a=+t.patch;if(e)return[zo];if(r)return[{operator:">=",major:o,minor:0,patch:0},{operator:"<",major:o+1,minor:0,patch:0}];if(n)return[{operator:">=",major:o,minor:i,patch:0},{operator:"<",major:o,minor:i+1,patch:0}];let s=St(t.prerelease??""),u=br(t.build??"");return[{operator:void 0,major:o,minor:i,patch:a,prerelease:s,build:u}]}function ok(t){let e=t.match(dy)?.groups;if(!e)return G2(t);switch(e.operator){case"^":return X2(e);case"~":case"~>":return Z2(e);case"<":return Q2(e);case"<=":return ek(e);case">":return tk(e);case">=":return rk(e);case"=":case"":return nk(e);default:throw new Error(`Cannot parse version range: '${e.operator}' is not a valid operator`)}}function ik(t){return t.split(/\s+/).flatMap(ok)}function mu(t){let e=t.replaceAll(/(?<=<|>|=|~|\^)(\s+)/g,"").split(/\s*\|\|\s*/).map(r=>J2(r)||ik(r));if(e.some(r=>r.includes(null)))throw new TypeError(`Cannot parse version range: range "${t}" is invalid`);return e}function Oe(t){if(typeof t!="string")throw new TypeError(`Cannot parse version as version must be a string: received ${typeof t}`);if(t.length>ad)throw new TypeError(`Cannot parse version as version length is too long: length is ${t.length}, max length is ${ad}`);t=t.trim();let e=t.match(ly)?.groups;if(!e)throw new TypeError(`Cannot parse version: ${t}`);let r=bn(e.major,`Cannot parse version ${t}: invalid major version`),n=bn(e.minor,`Cannot parse version ${t}: invalid minor version`),o=bn(e.patch,`Cannot parse version ${t}: invalid patch version`),i=e.prerelease?St(e.prerelease):[],a=e.buildmetadata?br(e.buildmetadata):[];return{major:r,minor:n,patch:o,prerelease:i,build:a}}function hy(t,e){let r=t.operator,n=e.operator;if(r===void 0)return Yr(t)?!0:_a(t,[[e]]);if(n===void 0)return Yr(e)?!0:_a(e,[[t]]);let o=xt(t,e);return(r===">="||r===">")&&(n===">="||n===">")||(r==="<="||r==="<")&&(n==="<="||n==="<")||o===0&&((r===">="||r==="<=")&&(n===">="||n==="<="))||o===-1&&(r===">="||r===">")&&(n==="<="||n==="<")||o===1&&(r==="<="||r==="<")&&(n===">="||n===">")}function ak(t){return t.every(e=>e.some(r=>sk(r)))}function sk(t){for(let e=0;e<t.length-1;e++){let r=t[e];for(let n of t.slice(e+1))if(!hy(r,n))return!1}return!0}function my(t,e){return ak([t,e])&&t.some(r=>e.some(n=>r.every(o=>n.every(i=>hy(o,i)))))}function gy(t){try{return Oe(t),!0}catch{return!1}}function Dy(t,e){return xt(t,e)>=0}var Zi=de(O0()),wg=de(Vp()),pA=de(Lb()),Rl=de(Yc());function YE(t,e){let n=["normal","bold","dim","italic","underline","strikethrough"].indexOf(t),o="\x1B[";return o+n+"m"+e+o+"0m"}var at=class t{title=null;headers=[];rows=[];static narrowTheme={top:["\u2554","\u2550","\u2564","\u2557"],row:["\u2551"," ","\u2502","\u2551"],div:["\u255F","\u2500","\u253C","\u2562"],bot:["\u255A","\u2550","\u2567","\u255D"]};static wideTheme={top:["\u2554\u2550","\u2550","\u2550\u2564\u2550","\u2550\u2557"],row:["\u2551 "," "," \u2502 "," \u2551"],div:["\u255F\u2500","\u2500","\u2500\u253C\u2500","\u2500\u2562"],bot:["\u255A\u2550","\u2550","\u2550\u2567\u2550","\u2550\u255D"]};static roundTheme={top:["\u256D\u2500","\u2500","\u2500\u252C\u2500","\u2500\u256E"],row:["\u2502 "," "," \u2502 "," \u2502"],div:["\u251C\u2500","\u2500","\u2500\u253C\u2500","\u2500\u2524"],bot:["\u2570\u2500","\u2500","\u2500\u2534\u2500","\u2500\u256F"]};theme=t.wideTheme;columnWidth(){let e=[this.headers,...this.rows].filter(n=>n.length>0),r=e[0].map(n=>this.cast(n).length);for(let n of e.slice(1))for(let o=0;o<r.length;o++){let i=this.cast(n[o]).length;i>r[o]&&(r[o]=i)}return r}cast(e){return typeof e=="object"?"obj":e!==void 0&&typeof e.toString=="function"?e.toString():""}renderTitle(){return"[ "+this.title+" ]"}renderLine(e){let r=this.columnWidth();return e[0]+r.map(n=>e[1].repeat(n)).join(e[2])+e[3]}renderCell(e,r,n=!1){let o=this.cast(e),i=n?YE("bold",o):o,a=r-o.length,s=this.theme.row[1];switch(typeof e){case"number":return s.repeat(a)+i;case"string":return i+s.repeat(a);case"boolean":case"object":return s.repeat(Math.ceil(a/2))+YE("italic",o)+s.repeat(Math.floor(a/2));default:return s.repeat(a)}}renderRow(e,r=!1){let n=this.theme.row,o=this.columnWidth();return n[0]+e.map((i,a)=>this.renderCell(i,o[a],r)).join(n[2])+n[3]}toString(){let e=this.theme,r=this.headers.length>0,n=this.rows.length>0;return[this.title?this.renderTitle():"",r||n?this.renderLine(e.top):"",r?this.renderRow(this.headers,!0):"",r&&n?this.renderLine(e.div):"",...this.rows.map(o=>this.renderRow(o)),r||n?this.renderLine(e.bot):""].filter(o=>o.length>0).join(`
154
+ `)}};async function Jc(t){try{let r=`https://registry.npmjs.org/${encodeURIComponent(t.toLowerCase())}`,n=await fetch(r,{headers:{accept:"application/vnd.npm.install-v1+json; q=1.0, application/json; q=0.8, */*"}});return n.ok&&(await n.json())["dist-tags"]?.latest||null}catch{return null}}async function ge(){let t=await Jc("@capgo/cli")??"",e=t?.split(".")[0];t!==gr.version&&f.warning(`\u{1F6A8} You are using @capgo/cli@${gr.version} it's not the latest version.
155
+ Please use @capgo/cli@${t}" or @capgo/cli@${e} to keep up to date with the latest features and bug fixes.`)}function A8(t){return new Promise(e=>{setTimeout(e,t)})}function O8(t){return new Date(t||"").toLocaleTimeString()}async function sr(t,e,r,n,o,i="\u2705"){await fe(r,{channel:t,event:n,icon:i,user_id:e,...o?{tags:{"app-id":o}}:{},notify:!1})}async function F8(t,e,r,n){if(be(e))throw await sr(t,r,n,"canceled",void 0,"\u{1F937}"),new Error("Command cancelled")}async function k8(t,e,r){try{let n=await ur(),o=r?{...e,rangeStart:r}:{...e},i=await fetch(`${n.hostApi}/private/stats`,{method:"POST",headers:{"Content-Type":"application/json",capgkey:t},body:JSON.stringify(o)});if(!i.ok)throw new Error(`HTTP error! status: ${i.status}`);let a=await i.json();if(a?.length>0)return a}catch(n){console.error("Cannot get devices",n),f.error(`Cannot get stats ${U(n)}`)}return[]}function P8(t){let e={get:{summary:()=>"Update request by device. Waiting for download\u2026",level:"info",snag:"done"},delete:{summary:()=>"Bundle deleted on device",level:"info"},set:{summary:()=>"Bundle set on device \u2764\uFE0F",level:"info",snag:"set",stop:!0},NoChannelOrOverride:{summary:()=>"No default channel/override; create it in channel settings",level:"error"},needPlanUpgrade:{summary:({baseUrl:r})=>`Out of quota. Upgrade plan: ${r}/dashboard/settings/plans`,level:"error"},missingBundle:{summary:()=>"Requested bundle not found on server",level:"error"},noNew:{summary:()=>"Device already has latest available version",level:"info"},disablePlatformIos:{summary:()=>"iOS platform disabled in channel",level:"error"},disablePlatformAndroid:{summary:()=>"Android platform disabled in channel",level:"error"},disableAutoUpdate:{summary:()=>"Automatic updates disabled in channel",level:"error"},disableAutoUpdateToMajor:{summary:()=>"Auto-update to major versions disabled",level:"error"},disableAutoUpdateToMinor:{summary:()=>"Auto-update to minor versions disabled",level:"error"},disableAutoUpdateToPatch:{summary:()=>"Auto-update to patch versions disabled",level:"error"},disableAutoUpdateUnderNative:{summary:()=>"Channel update version is lower than device native",level:"error"},disableDevBuild:{summary:()=>"Dev build updates disabled in channel",level:"error"},disableEmulator:{summary:()=>"Emulator updates disabled in channel",level:"error"},cannotGetBundle:{summary:()=>"Cannot retrieve bundle from channel",level:"error"},cannotUpdateViaPrivateChannel:{summary:()=>"No access to private channel",level:"error"},channelMisconfigured:{summary:()=>"Channel configuration invalid or incomplete",level:"error"},disableAutoUpdateMetadata:{summary:()=>"Auto-update on metadata disabled",level:"error"},set_fail:{summary:()=>"Bundle set failed. Possibly corrupted",level:"error"},reset:{summary:()=>"Device reset to builtin bundle",level:"warn"},update_fail:{summary:()=>"Installed bundle failed to call notifyAppReady",level:"error"},checksum_fail:{summary:()=>"Downloaded bundle checksum validation failed",level:"error"},windows_path_fail:{summary:()=>"Bundle contains illegal Windows-style paths",level:"error"},canonical_path_fail:{summary:()=>"Bundle contains non-canonical paths",level:"error"},directory_path_fail:{summary:()=>"Bundle ZIP contains invalid directory paths",level:"error"},unzip_fail:{summary:()=>"Failed to unzip bundle on device",level:"error"},low_mem_fail:{summary:()=>"Download failed due to low device memory",level:"error"},app_moved_to_background:{summary:()=>"App moved to background",level:"info"},app_moved_to_foreground:{summary:()=>"App moved to foreground",level:"info"},decrypt_fail:{summary:()=>"Failed to decrypt downloaded bundle",level:"error"},getChannel:{summary:()=>"Queried current channel on device",level:"info"},setChannel:{summary:()=>"Channel set on device",level:"info"},InvalidIp:{summary:()=>"Device appears in Google datacenter; blocking recent updates (<4h)",level:"warn"},uninstall:{summary:()=>"App uninstalled or Capgo data cleared on device",level:"warn"}};if(t.action.startsWith("download_")){let r=t.action.split("_")[1];return r==="complete"?{summary:()=>"Download complete; relaunch app to apply",level:"info",snag:"downloaded"}:r==="fail"?{summary:()=>"Download failed on device",level:"error"}:{summary:()=>`Downloading ${r}%`,level:"info"}}return e[t.action]||null}async function $8(t,e,r,n,o,i){let a=P8(t);if(!a)return{};a.snag&&await sr(e,r,n,a.snag);let s=O8(t.created_at),u=t.action,c=t.version_id?`(version #${t.version_id})`:"",l=t.version?` (version ${t.version})`:c,d=`${a.summary({data:t,baseAppUrl:o,baseUrl:i})}${l}`;return{row:[s,t.device_id,u,d],stop:a.stop}}async function om(t,e,r,n,o){let i=!0,a=await ur(),s=`${a.hostWeb}/app/p/${r}`;await sr(t,n,e,"Use waitlog",r);let u={appId:r,devicesId:o?[o]:void 0,order:[{key:"created_at",sortable:"desc"}],rangeStart:new Date().toISOString()},c=null,l=new Set,d=De(),p=`${a.host}/docs/plugins/updater/debugging/#sent-from-the-backend`;for(d.start(`Waiting for logs (Expect delay of 30 sec) more info: ${p}`);i;){await A8(5e3);let h=await k8(e,u,c);if(h.length>0){let m=h.reduce((C,g)=>{let _=new Date(g.created_at).getTime();return Math.max(C,_)},c?new Date(c).getTime():0);m>0&&(c=new Date(m).toISOString());let b=h.filter(C=>{let g=`${C.app_id}|${C.device_id}|${C.action}|${C.version_id}|${C.created_at}`;return l.has(g)?!1:(l.add(g),!0)}).sort((C,g)=>new Date(C.created_at).getTime()-new Date(g.created_at).getTime()),D=new at;D.headers=["Time","Device","Key","Message"],D.theme=at.roundTheme,D.rows=[];let E=!1;for(let C of b){let{row:g,stop:_}=await $8(C,t,n,e,s,a.hostWeb);g&&D.rows.push(g),_&&(E=!0)}if(D.rows.length&&(d.stop(""),f.info(D.toString()),d.start(`Waiting for logs (Expect delay of 30 sec) more info: ${p}`)),E){i=!1;break}}}return d.stop("Stop watching logs"),Promise.resolve()}async function JE(t,e){Q("Debug Live update in Capgo"),await ge(),e.apikey=e.apikey||ne();let r=await ee();t=ce(t,r?.config);let n=e.device;if(!e.apikey)throw f.error("Missing API key, you need to provide an API key to delete your app"),new Error("Missing API key");if(!t)throw f.error("Missing argument, you need to provide a appId, or be in a capacitor project"),new Error("Missing appId");let o=await re(e.apikey,e.supaHost,e.supaAnon),i=await yt(o,t),a=await we({message:"Automatic check if update working in device ?"});await F8("debug",a,i,e.apikey),a?(f.info(`Wait logs sent to Capgo from ${t} device, Please background your app and open it again \u{1F4AA}`),await om("debug",e.apikey,t,i,n),X("Done \u2705")):X("Canceled \u274C")}var im=require("node:buffer"),XE=require("node:crypto"),T8=(()=>{let t=[];for(let e=0;e<256;e++){let r=e;for(let n=0;n<8;n++)r=r&1?3988292384^r>>>1:r>>>1;t[e]=r}return t})();function I8(t){let e=4294967295;for(let r=0;r<t.length;r++){let n=t[r];e=T8[(e^n)&255]^e>>>8}return e=e^4294967295,(e>>>0).toString(16).padStart(8,"0")}async function rn(t,e="sha256"){let r=im.Buffer.isBuffer(t)?t:im.Buffer.from(t);if(e==="crc32")return I8(r);let n=(0,XE.createHash)(e);return n.update(r),n.digest("hex")}var Ss=de(Fx());async function kx(){let t=await(0,Ss.loadConfig)();return{config:t.app.extConfig,path:t.app.extConfigFilePath}}async function Xm(t,e,r=!1){let n=await(0,Ss.loadConfig)(),{extConfig:o}=n.app;o&&(o.plugins||(o.plugins={extConfig:{},[t]:{}}),o.plugins[t]||(o.plugins[t]={}),r?o=e.config:o.plugins[t]=e.config.plugins?.[t],(0,Ss.writeConfig)(o,n.app.extConfigFilePath))}async function Wi(t,e=!1){await Xm("CapacitorUpdater",t,e)}var Qi=".capgo_key",Yt=".capgo_key_v2",Bl=`${Qi}.pub`,sn=`${Yt}.pub`,aA="https://capgo.app",sA="https://files.capgo.app",uA="https://api.capgo.app",cA="https://console.capgo.app",vg=12e4,h5=1024*1024*20,m5=1024*1024*1024,g5=1024*1024*99,Ur="package.json",ea=/^(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)(?:-((?:0|[1-9]\d*|\d*[a-z-][0-9a-z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-z-][0-9a-z-]*))*))?(?:\+([0-9a-z-]+(?:\.[0-9a-z-]+)*))?$/i,U=t=>t?`
156
+ ${pA.default.render(t)}`:"";function Tl(t){return new Promise(e=>{setTimeout(e,t)})}function hA(t){return(0,jr.isMonorepo)(t)||(0,jr.isNXMonorepo)(t)}function wt(t){return(0,jr.isMonorepo)(t)?(0,jr.findMonorepoRoot)(t):(0,jr.isNXMonorepo)(t)?(0,jr.findNXMonorepoRoot)(t):t}function mA(t=wt((0,Gt.cwd)()),e=void 0){let r=e?.split(",")[0];if(r&&!(0,Pe.existsSync)(r)){let o=`Package.json at ${r} does not exist`;throw f.error(o),new Error(o)}let n=(0,Pe.readFileSync)(r??(0,xe.join)(t,Ur));return JSON.parse(n)}function Eg(t=wt((0,Gt.cwd)()),e=void 0){return mA(t,e).scripts}function Ar(t=wt((0,Gt.cwd)()),e=void 0){return mA(t,e).version??""}function lA(t){let e=t.replace("^","").replace("~","");if(gy(e))try{let r=Oe(e);return wr(r)}catch{return e}return e}async function un(t,e=(0,Gt.cwd)(),r){if(t!=="@capgo/capacitor-updater")return null;if(r)try{let a=(await Wt(e,r)).get(t);if(a)return a}catch{}let n=null,o=(0,xe.join)(e,"ios","App","Podfile");if((0,Pe.existsSync)(o))try{let a=(0,Pe.readFileSync)(o,"utf-8").match(/pod\s+['"]CapgoCapacitorUpdater['"],\s*:path\s*=>\s*['"]([^'"]+)['"]/);a?.[1]&&(n=(0,xe.resolve)((0,xe.join)(e,"ios","App",a[1])))}catch{}if(!n){let i=(0,xe.join)(e,"android","capacitor.settings.gradle");if((0,Pe.existsSync)(i))try{let s=(0,Pe.readFileSync)(i,"utf-8").match(/project\(':capgo-capacitor-updater'\)\.projectDir\s*=\s*new\s+File\(['"]([^'"]+)['"]/);s?.[1]&&(n=(0,xe.resolve)((0,xe.join)(e,"android",s[1])).replace(/\/android$/,""))}catch{}}if(n){let i=(0,xe.join)(n,Ur);if((0,Pe.existsSync)(i))try{let a=JSON.parse((0,Pe.readFileSync)(i,"utf-8"));if(a.version)return a.version}catch{}}try{let a=(await Wt(e)).get(t);if(a)return a}catch{}return null}async function Wt(t=wt((0,Gt.cwd)()),e=void 0){let r=e?.split(",");if(r??=[(0,xe.join)(t,Ur)],r){for(let o of r)if(!(0,Pe.existsSync)(o)){let i=`Package.json at ${o} does not exist`;throw f.error(i),new Error(i)}}let n=new Map;for(let o of r){let i=(0,Pe.readFileSync)(o),a=JSON.parse(i);for(let s in a.dependencies)n.set(s,lA(a.dependencies[s]));for(let s in a.devDependencies)n.set(s,lA(a.devDependencies[s]))}return n}async function ee(){try{let t=await kx();if(!t){let e="No capacitor config file found, run `cap init` first";throw f.error(e),new Error(e)}return t}catch(t){let e=`No capacitor config file found, run \`cap init\` first ${U(t)}`;throw f.error(e),new Error(e)}}async function Cg(t,e){let r=await ee();return r?.config&&(r.config.plugins??={},r.config.plugins.extConfig??={},r.config.plugins[t]??={},r.config.plugins[t]={...r.config.plugins[t],...e},await Xm(t,r)),r}async function Fs(t){return Cg("CapacitorUpdater",t)}async function ur(){try{let t=await ee(),e={host:t?.config?.plugins?.CapacitorUpdater?.localHost||aA,hostWeb:t?.config?.plugins?.CapacitorUpdater?.localWebHost||cA,hostFilesApi:t?.config?.plugins?.CapacitorUpdater?.localApiFiles||sA,hostApi:t?.config?.plugins?.CapacitorUpdater?.localApi||uA};return t?.config?.plugins?.CapacitorUpdater?.localSupa&&t?.config?.plugins?.CapacitorUpdater?.localSupaAnon&&(f.info("Using custom supabase instance from capacitor.config.json"),e.supaKey=t?.config?.plugins?.CapacitorUpdater?.localSupaAnon,e.supaHost=t?.config?.plugins?.CapacitorUpdater?.localSupa),e}catch{return{host:aA,hostWeb:cA,hostFilesApi:sA,hostApi:uA}}}var D5=/([A-Za-z0-9]+)\.(java|swift|kt|scala)$/;async function Ll(){let t=await ur();try{let e=await fetch(`${t.hostApi}/private/config`);if(!e.ok)throw new Error(`HTTP error! status: ${e.status}`);return{...await e.json(),...t}}catch{return f.info(`Local config ${U(t)}`),t}}async function gA(){let t=await ur();try{let e=await fetch(`${t.hostFilesApi}/files/config`);if(!e.ok)throw new Error(`HTTP error! status: ${e.status}`);return await e.json()}catch{return{partialUpload:!1,TUSUpload:!1,partialUploadForced:!1,TUSUploadForced:!1,maxUploadLength:m5,maxChunkSize:g5,alertUploadSize:h5}}}async function re(t,e,r){let n=await Ll();if(e&&r&&(f.info("Using custom supabase instance from provided options"),n.supaHost=e,n.supaKey=r),!n.supaHost||!n.supaKey)throw f.error("Cannot connect to server please try again later"),new Error("Cannot connect to server please try again later");return(0,Zi.createClient)(n.supaHost,n.supaKey,{auth:{persistSession:!1},global:{headers:{capgkey:t}}})}async function y5(t,e,r){let{data:n}=await t.rpc("is_allowed_capgkey",{apikey:e,keymode:r}).single();if(!n){f.error("Invalid API key or insufficient permissions.");let i=`Your key should be: ${r.map((a,s)=>r.length===1?`"${a}"`:s===r.length-1?`or "${a}"`:`"${a}", `).join("")} mode.`;throw f.error(i),new Error("Invalid API key or insufficient permissions.")}}async function DA(t,e){let{data:r}=await t.rpc("is_paying_org",{orgid:e}).single();return r||!1}async function yA(t,e){let{data:r}=await t.rpc("is_trial_org",{orgid:e}).single();return r||0}async function b5(t,e){let{data:r}=await t.rpc("is_allowed_action_org",{orgid:e}).single();return!!r}async function w5(t,e,r){let{data:n}=await t.rpc("is_allowed_action",{apikey:r,appid:e}).single();return!!n}var vt=(a=>(a[a.none=0]="none",a[a.read=1]="read",a[a.upload=2]="upload",a[a.write=3]="write",a[a.admin=4]="admin",a[a.super_admin=5]="super_admin",a))(vt||{}),ta=(t,e)=>t>=e;async function bA(t,e,r){let{data:n,error:o}=await t.rpc("get_org_perm_for_apikey",{apikey:e,app_id:r}).single();if(o)throw f.error("Cannot get permissions for organization!"),console.error(o),new Error("Cannot get permissions for organization");if(n.includes("perm")){let s=null;switch(n){case"perm_none":{s=0;break}case"perm_read":{s=1;break}case"perm_upload":{s=2;break}case"perm_write":{s=3;break}case"perm_admin":{s=4;break}case"perm_owner":{s=5;break}default:throw n.includes("invite")?(f.info("Please accept/deny the organization invitation before trying to access the app"),new Error("Organization invitation pending")):(f.error(`Invalid output when fetching organization permission. Response: ${n}`),new Error(`Invalid output when fetching organization permission. Response: ${n}`))}return{okay:!0,data:s}}let a=null;switch(n){case"INVALID_APIKEY":{a="INVALID_APIKEY";break}case"NO_APP":{a="NO_APP";break}case"NO_ORG":{a="NO_ORG";break}default:throw f.error(`Invalid error when fetching organization permission. Response: ${n}`),new Error(`Invalid error when fetching organization permission. Response: ${n}`)}return{okay:!1,error:a}}async function wA(t,e,r){let{data:n,error:o}=await t.rpc("get_organization_cli_warnings",{orgid:e,cli_version:r});if(o){f.error(`Cannot get cli warnings: ${U(o)}`);return}if(n.length>0){f.warn(`Found ${n.length} cli warnings for your organization.`);let i=null;for(let a of n){if(typeof a!="object"||typeof a.message!="string"||typeof a.fatal!="boolean"){f.error(`Invalid cli warning: ${a}`);continue}let s=a;s.fatal?(f.error(`${s.message.replaceAll("\\n",`
157
157
  `)}`),i=new Error(s.message)):f.warn(`${s.message.replaceAll("\\n",`
158
- `)}`)}if(i)throw f.error("Please fix the warnings and try again."),i;f.info("End of cli warnings.")}}async function bA(t,e,r,n,o=!0){let i=await Bl();if(!await(n?b5(t,n,r):y5(t,e)))throw f.error(`You need to upgrade your plan to continue to use capgo.
158
+ `)}`)}if(i)throw f.error("Please fix the warnings and try again."),i;f.info("End of cli warnings.")}}async function vA(t,e,r,n,o=!0){let i=await Ll();if(!await(n?w5(t,n,r):b5(t,e)))throw f.error(`You need to upgrade your plan to continue to use capgo.
159
159
  Upgrade here: ${i.hostWeb}/dashboard/settings/plans
160
- `),$l(100),Promise.resolve().then(()=>(Dg(),gg)).then(c=>{c.default(`${i.hostWeb}/dashboard/settings/plans`)}),$l(500),new Error("Plan upgrade required");let[s,u]=await Promise.all([gA(t,e),mA(t,e)]);s>0&&o&&!u&&f.warn(`WARNING !!
160
+ `),Tl(100),Promise.resolve().then(()=>(yg(),Dg)).then(c=>{c.default(`${i.hostWeb}/dashboard/settings/plans`)}),Tl(500),new Error("Plan upgrade required");let[s,u]=await Promise.all([yA(t,e),DA(t,e)]);s>0&&o&&!u&&f.warn(`WARNING !!
161
161
  Trial expires in ${s} days, upgrade here: ${i.hostWeb}/dashboard/settings/plans
162
- `)}async function wA(t,e,r,n,o=!0){let i=await Bl(),{data:a}=await t.rpc("is_allowed_action_org_action",{orgid:e,actions:["storage"]});if(!a)throw f.error(`You need to upgrade your plan to continue to use capgo.
162
+ `)}async function EA(t,e,r,n,o=!0){let i=await Ll(),{data:a}=await t.rpc("is_allowed_action_org_action",{orgid:e,actions:["storage"]});if(!a)throw f.error(`You need to upgrade your plan to continue to use capgo.
163
163
  Upgrade here: ${i.hostWeb}/dashboard/settings/plans
164
- `),$l(100),Promise.resolve().then(()=>(Dg(),gg)).then(c=>{c.default(`${i.hostWeb}/dashboard/settings/plans`)}),$l(500),new Error("Plan upgrade required for upload");let[s,u]=await Promise.all([gA(t,e),mA(t,e)]);s>0&&o&&!u&&f.warn(`WARNING !!
164
+ `),Tl(100),Promise.resolve().then(()=>(yg(),Dg)).then(c=>{c.default(`${i.hostWeb}/dashboard/settings/plans`)}),Tl(500),new Error("Plan upgrade required for upload");let[s,u]=await Promise.all([yA(t,e),DA(t,e)]);s>0&&o&&!u&&f.warn(`WARNING !!
165
165
  Trial expires in ${s} days, upgrade here: ${i.hostWeb}/dashboard/settings/plans
166
- `)}function ne(t=!1){let e=Gt.env.CAPGO_TOKEN?.trim();if(e)return t||f.info("Use CAPGO_TOKEN environment variable"),e;let r=(0,Tl.homedir)(),n,o=`${r}/.capgo`;if((0,Pe.existsSync)(o)&&(t||f.info(`Use global API key ${o}`),n=(0,Pe.readFileSync)(o,"utf8").trim()),o=".capgo",!n&&(0,Pe.existsSync)(o)&&(t||f.info(`Use local API key ${o}`),n=(0,Pe.readFileSync)(o,"utf8").trim()),!n){let i=`Cannot find API key in local folder or global, please login first with ${et().runner} @capacitor/cli login`;throw f.error(i),new Error(i)}return n}async function*Eg(t){let e=await(0,Pe.readdirSync)(t,{withFileTypes:!0});for(let r of e){let n=(0,Ae.resolve)(t,r.name);r.isDirectory()&&!r.name.startsWith(".")&&!r.name.startsWith("node_modules")&&!r.name.startsWith("dist")?yield*Eg(n):yield n}}function na(t){let e=/\.(jpg|jpeg|png|gif|bmp|webp)$/i,r=t.match(e);if(r)switch(r[1].toLowerCase()){case"jpg":case"jpeg":return"image/jpeg";case"png":return"image/png";case"webp":return"image/webp"}return null}async function Ll(){let t=(0,Gt.cwd)(),e=!1,r=(0,Ae.resolve)(t,"tsconfig.json");(0,Pe.existsSync)(r)&&(e=!0);for await(let n of Eg(t)){if(n.includes("angular.json"))return f.info("Found angular project"),e?"angular-ts":"angular-js";if(n.includes("nuxt.config.js")||n.includes("nuxt.config.ts"))return f.info("Found nuxtjs project"),e?"nuxtjs-ts":"nuxtjs-js";if(n.includes("next.config.js")||n.includes("next.config.mjs"))return f.info("Found nextjs project"),e?"nextjs-ts":"nextjs-js";if(n.includes("svelte.config.js"))return f.info("Found sveltekit project"),e?"sveltekit-ts":"sveltekit-js";if(n.includes("rolluconfig.js"))return f.info("Found svelte project"),e?"svelte-ts":"svelte-js";if(n.includes("vue.config.js"))return f.info("Found vue project"),e?"vue-ts":"vue-js";if(n.includes(Ur)){let o=(0,Ae.dirname)(n),i=await Wt(o);if(i){if(i.get("react"))return f.info("Found react project test"),e?"react-ts":"react-js";if(i.get("vue"))return f.info("Found vue project"),e?"vue-ts":"vue-js"}}}return"unknown"}function vA(t,e){return t==="angular-js"||t==="angular-ts"?e?"src/main.ts":"src/main.js":t==="nextjs-js"||t==="nextjs-ts"?e?"src/app/layout.tsx":"src/app/layout.js":t==="svelte-js"||t==="svelte-ts"||t==="vue-js"||t==="vue-ts"?e?"src/main.ts":"src/main.js":t==="react-js"||t==="react-ts"?e?"src/index.tsx":"src/index.js":null}async function _g(t){if(t==="angular")return f.info("Angular project detected"),"build";if(t==="nuxtjs")return f.info("Nuxtjs project detected"),"generate";if(t==="nextjs"){if(f.info("Nextjs project detected"),f.warn("Please make sure you have configured static export in your next.config.js: https://nextjs.org/docs/pages/building-your-application/deploying/static-exports"),f.warn("Please make sure you have the output: 'export' and distDir: 'dist' in your next.config.js"),!await we({message:"Do you want to continue?"})){let r="Build command selection aborted by user";throw f.error(r),new Error(r)}return"build"}if(t==="sveltekit"){if(f.info("Sveltekit project detected"),f.warn("Please make sure you have the adapter-static installed: https://kit.svelte.dev/docs/adapter-static"),f.warn("Please make sure you have the pages: 'dist' and assets: 'dest', in your svelte.config.js adapter"),!await we({message:"Do you want to continue?"})){let r="Build command selection aborted by user";throw f.error(r),new Error(r)}return"build"}return"build"}async function CA(){let t=/(main|index)\.(ts|tsx|js|jsx)$/,e="",r=(0,Gt.cwd)(),n=r.split("/").length;for await(let o of Eg(r))if(o.split("/").length-n<=2&&t.test(o)){e=o,f.info(`Found main file here ${o}`);break}return e}async function Sg(t,e){return t.from("app_versions").upsert(e,{onConflict:"name,app_id"}).eq("app_id",e.app_id).eq("name",e.name)}async function EA(t,e,r){let n={app_id:e,name:r,version:0};try{let i=await t.functions.invoke("files/upload_link",{body:JSON.stringify(n)});if(i.error){if(i.error instanceof Qi.FunctionsHttpError){let a=await i.error.context.json();f.error(`Upload URL error: ${a.status||JSON.stringify(a)}`)}else f.error(`Cannot get upload url: ${i.error.message}`);return""}return i.data.url}catch(o){f.error(`Cannot get upload url ${U(o)}`)}return""}async function*_A(t){let e=(0,Pe.readdirSync)(t,{withFileTypes:!0});for(let r of e){let n=(0,Ae.join)(t,r.name);r.isDirectory()?yield*_A(n):yield n}}async function SA(t){let e=[],r=[".DS_Store",".git",".gitignore","node_modules","package-lock.json","tsconfig.json","tsconfig.app.json","tsconfig.spec.json","tsconfig.app.json","tsconfig.spec.json","tsconfig.app.json","tsconfig.spec.json"];for await(let n of _A(t)){if(r.some(s=>n.includes(s))){f.info(`Ignoring file ${n}, please ensure you have only required files in your dist folder`);continue}let o=(0,Pe.readFileSync)(n);if(o.length===0){f.info(`Ignoring empty file ${n}, please ensure you have only required files in your dist folder`);continue}let i=await rn(o,"sha256"),a=(0,Ae.relative)(t,n);a.startsWith("/")&&(a=a.substring(1)),e.push({file:a,hash:i})}return e}async function Nl(t){return(0,Tl.platform)()==="win32"?v5(t):w5(t)}function w5(t){let e=new bg.default;return e.addLocalFolder(t),e.toBuffer()}async function v5(t){f.info("Zipping file windows mode");let e=new bg.default,r=(n,o)=>{let i=(0,Pe.readdirSync)(n);for(let a of i){let s=(0,Ae.join)(n,a),u=(0,Pe.statSync)(s);if(u.isFile()){let c=(0,Pe.readFileSync)(s);e.addFile((0,Ae.join)(o,a).split(Ae.sep).join("/"),c)}else u.isDirectory()&&r(s,(0,Ae.join)(o,a))}};return r(t,""),e.toBuffer()}async function xA(t,e,r,n,o,i,a,s){return new Promise((u,c)=>{fe(t,{channel:"app",event:"App TUS upload",icon:"\u23EB",user_id:r,tags:{"app-id":n},notify:!1}),new Il.Upload(e,{endpoint:`${a.hostFilesApi}/files/upload/attachments/`,chunkSize:s,metadataForPartialUploads:{filename:`orgs/${r}/apps/${n}/${o}.zip`,filetype:"application/gzip"},metadata:{filename:`orgs/${r}/apps/${n}/${o}.zip`,filetype:"application/zip"},headers:{Authorization:t},onError(d){if(f.error(`Error uploading bundle: ${d.message}`),d instanceof Il.DetailedError){let p=d.originalResponse?.getBody(),h=JSON.parse(p||'{"error": "unknown error"}');c(h.status||h.error||h.message||"unknown error")}else c(d.message||d.toString()||"unknown error")},onProgress(d,p){let h=(d/p*100).toFixed(2);i.message(`Uploaded ${h}%`)},async onSuccess(){await fe(t,{channel:"app",event:"App TUS done",icon:"\u23EB",user_id:r,tags:{"app-id":n},notify:!1}).catch(),u(!0)}}).start()})}async function AA(t,e,r){let n={app_id:e,name:r};try{let i=await t.functions.invoke("private/delete_failed_version",{body:JSON.stringify(n),method:"DELETE"});if(i.error){if(i.error instanceof Qi.FunctionsHttpError){let a=await i.error.context.json();f.error(`Cannot delete failed version: ${a.status||JSON.stringify(a)}`)}else f.error(`Cannot delete failed version: ${i.error.message}`);return}return i.data?.status}catch(o){if(o instanceof Qi.FunctionsHttpError){let i=await o.context.json();f.error(`Cannot delete failed version: ${i.message||JSON.stringify(i)}`)}else f.error(`Cannot delete failed version: ${U(o)}`)}}async function jl(t,e){if(!e.app_id||!e.name||!e.created_by)return f.error("missing app_id, name, or created_by"),Promise.reject(new Error("missing app_id, name, or created_by"));let{data:r,error:n}=await t.from("channels").select().eq("app_id",e.app_id).eq("name",e.name).single();return r&&!n?t.from("channels").update(e).eq("app_id",e.app_id).eq("name",e.name).select().single():t.from("channels").insert(e).select().single()}async function fe(t,e,r){try{r&&f.info(`Get remove config: for ${e.event}`);let n=await Bl();r&&f.info(`Sending LogSnag event: ${JSON.stringify(e)}`);let o=new AbortController,i=setTimeout(()=>o.abort(),1e4);try{let a=await fetch(`${n.hostApi}/private/events`,{method:"POST",body:JSON.stringify(e),headers:{"Content-Type":"application/json",capgkey:t},signal:o.signal});if(clearTimeout(i),!a.ok)throw new Error(`HTTP error! status: ${a.status}`);let s=await a.json();s.error&&f.error(`Failed to send LogSnag event: ${s.error}`)}finally{clearTimeout(i)}}catch(n){r&&(f.error("Failed to send Stats event details:"),f.error(U(n)))}}async function oa(t,e){let{error:r,data:n}=await t.rpc("get_orgs_v6");if(r)throw f.error("Cannot get the list of organizations - exiting"),f.error(`Error ${JSON.stringify(r)}`),new Error("Cannot get the list of organizations");let o=n.filter(u=>!!e.find(c=>c===u.role));if(n.length===0)throw f.error("Could not get organization please create an organization first"),new Error("No organizations available");if(o.length===0)throw f.error(`Could not find organization with roles: ${e.join(" or ")} please create an organization or ask the admin to add you to the organization with this roles`),new Error("Could not find organization with required roles");let i=o.length>1?await yr({message:"Please pick the organization that you want to insert to",options:o.map(u=>({value:u.gid,label:u.name}))}):o[0].gid;if(be(i))throw f.error("Canceled organization selection, exiting"),new Error("Organization selection cancelled");let a=i,s=n.find(u=>u.gid===a);return f.info(`Using the organization "${s.name}" as the app owner`),s}async function ie(t,e,r=["all"]){await D5(t,e,r);let{data:n,error:o}=await t.rpc("get_user_id",{apikey:e}).single(),i=(n||"").toString();if(!i||o)throw f.error("Cannot auth user with apikey"),new Error("Cannot authenticate user with provided API key");return i}async function yt(t,e){let{data:r,error:n}=await t.from("apps").select("owner_org").eq("app_id",e).single();if(!r||n)throw f.error(`Cannot get organization id for app id ${e}`),U(n),new Error(`Cannot get organization id for app id ${e}`);return r.owner_org}function ia(t){return new Date(t||"").toLocaleString()}var cA=!1,Zi="npm",Fs="install",yg="npx";function et(){if(cA)return{pm:Zi,command:Fs,installCommand:`${Zi} ${Fs}`,runner:yg};let t=wt((0,Gt.cwd)());return Zi=Ea(t,"npm"),Fs=cu(Zi),cA=!0,yg=ry(t),{pm:Zi,command:Fs,installCommand:`${Zi} ${Fs}`,runner:yg}}function FA(t){return(0,Pe.readdirSync)(t,{withFileTypes:!0}).flatMap(n=>{let o=(0,Ae.join)(t,n.name);return n.isDirectory()?FA(o):o.split(`node_modules${Ae.sep}`)[1]||o})}async function xg(t,e){let r=e?e.split(","):[],n;try{n=await Wt("",t)}catch(l){throw f.error("Invalid package.json, JSON parsing failed"),console.error("json parse error: ",l),l instanceof Error?l:new Error("Invalid package.json")}let o=t?.split(",")[0],i=o?Ae.default.resolve(o).replace(Ur,""):wt((0,Gt.cwd)());if(!n)throw f.error("Missing dependencies section in package.json"),new Error("Missing dependencies section in package.json");for(let[l,d]of Object.entries(n))if(typeof d!="string")throw f.error(`Invalid dependency ${l}: ${d}, expected string, got ${typeof d}`),new Error(`Invalid dependency ${l}: expected string version`);let a=r.length===0?[(0,Ae.join)((0,Gt.cwd)(),"node_modules")]:r;if(!a.some(l=>(0,Pe.existsSync)(l))){let l=Ea(i,"npm"),d=cu(l);throw f.error(`Missing node_modules folder at ${a.join(", ")}, please run ${l} ${d}`),new Error("Missing node_modules folder")}let u=!1,c=await Promise.all(Array.from(n.entries()).map(async([l,d])=>{let p=!1,h=!1;for(let m of a){let b=(0,Ae.join)(m,l);if((0,Pe.existsSync)(b)){p=!0;try{if(FA(b).some(C=>g5.test(C))){h=!0;break}}catch(D){throw f.error(`Error reading node_modules files for ${l} package in ${m}`),console.error(D),D instanceof Error?D:new Error(`Error reading node_modules files for ${l}`)}}}if(!p){u=!0;let m=Ea(i,"npm"),b=cu(m);return f.error(`Missing dependency ${l}, please run ${m} ${b}`),{name:l,version:d}}return{name:l,version:d,native:h}})).catch(()=>[]);if(u||c.find(l=>l.native===void 0))throw f.error("Missing dependencies or invalid dependencies"),f.error("If you use monorepo, workspace or any special package manager you can use the --package-json [path,] and --node-modules [path,] options to make the command work properly"),new Error("Missing dependencies or invalid dependencies");return c}async function C5(t,e,r){let{data:n,error:o}=await t.from("channels").select("version(checksum)").eq("name",r).eq("app_id",e).single(),i=n;return o||i===null||!i.version||!i.version.checksum?null:i.version.checksum}function E5(t){if(!t)throw f.error("Error parsing native packages, perhaps the metadata does not exist in Capgo?"),new Error("Error parsing native packages");for(let r of t){if(typeof r!="object")throw f.error(`Invalid remote native package data: ${r}, expected object, got ${typeof r}`),new Error("Invalid remote native package data");let{name:n,version:o}=r;if(!n||typeof n!="string")throw f.error(`Invalid remote native package name: ${n}, expected string, got ${typeof n}`),new Error("Invalid remote native package name");if(!o||typeof o!="string")throw f.error(`Invalid remote native package version: ${o}, expected string, got ${typeof o}`),new Error("Invalid remote native package version")}return new Map(t.map(r=>[r.name,r]))}async function OA(t,e,r){let{data:n,error:o}=await t.from("channels").select(`version (
166
+ `)}function ne(t=!1){let e=Gt.env.CAPGO_TOKEN?.trim();if(e)return t||f.info("Use CAPGO_TOKEN environment variable"),e;let r=(0,Il.homedir)(),n,o=`${r}/.capgo`;if((0,Pe.existsSync)(o)&&(t||f.info(`Use global API key ${o}`),n=(0,Pe.readFileSync)(o,"utf8").trim()),o=".capgo",!n&&(0,Pe.existsSync)(o)&&(t||f.info(`Use local API key ${o}`),n=(0,Pe.readFileSync)(o,"utf8").trim()),!n){let i=`Cannot find API key in local folder or global, please login first with ${et().runner} @capacitor/cli login`;throw f.error(i),new Error(i)}return n}async function*_g(t){let e=await(0,Pe.readdirSync)(t,{withFileTypes:!0});for(let r of e){let n=(0,xe.resolve)(t,r.name);r.isDirectory()&&!r.name.startsWith(".")&&!r.name.startsWith("node_modules")&&!r.name.startsWith("dist")?yield*_g(n):yield n}}function ra(t){let e=/\.(jpg|jpeg|png|gif|bmp|webp)$/i,r=t.match(e);if(r)switch(r[1].toLowerCase()){case"jpg":case"jpeg":return"image/jpeg";case"png":return"image/png";case"webp":return"image/webp"}return null}async function Nl(){let t=(0,Gt.cwd)(),e=!1,r=(0,xe.resolve)(t,"tsconfig.json");(0,Pe.existsSync)(r)&&(e=!0);for await(let n of _g(t)){if(n.includes("angular.json"))return f.info("Found angular project"),e?"angular-ts":"angular-js";if(n.includes("nuxt.config.js")||n.includes("nuxt.config.ts"))return f.info("Found nuxtjs project"),e?"nuxtjs-ts":"nuxtjs-js";if(n.includes("next.config.js")||n.includes("next.config.mjs"))return f.info("Found nextjs project"),e?"nextjs-ts":"nextjs-js";if(n.includes("svelte.config.js"))return f.info("Found sveltekit project"),e?"sveltekit-ts":"sveltekit-js";if(n.includes("rolluconfig.js"))return f.info("Found svelte project"),e?"svelte-ts":"svelte-js";if(n.includes("vue.config.js"))return f.info("Found vue project"),e?"vue-ts":"vue-js";if(n.includes(Ur)){let o=(0,xe.dirname)(n),i=await Wt(o);if(i){if(i.get("react"))return f.info("Found react project test"),e?"react-ts":"react-js";if(i.get("vue"))return f.info("Found vue project"),e?"vue-ts":"vue-js"}}}return"unknown"}function CA(t,e){return t==="angular-js"||t==="angular-ts"?e?"src/main.ts":"src/main.js":t==="nextjs-js"||t==="nextjs-ts"?e?"src/app/layout.tsx":"src/app/layout.js":t==="svelte-js"||t==="svelte-ts"||t==="vue-js"||t==="vue-ts"?e?"src/main.ts":"src/main.js":t==="react-js"||t==="react-ts"?e?"src/index.tsx":"src/index.js":null}async function Sg(t){if(t==="angular")return f.info("Angular project detected"),"build";if(t==="nuxtjs")return f.info("Nuxtjs project detected"),"generate";if(t==="nextjs"){if(f.info("Nextjs project detected"),f.warn("Please make sure you have configured static export in your next.config.js: https://nextjs.org/docs/pages/building-your-application/deploying/static-exports"),f.warn("Please make sure you have the output: 'export' and distDir: 'dist' in your next.config.js"),!await we({message:"Do you want to continue?"})){let r="Build command selection aborted by user";throw f.error(r),new Error(r)}return"build"}if(t==="sveltekit"){if(f.info("Sveltekit project detected"),f.warn("Please make sure you have the adapter-static installed: https://kit.svelte.dev/docs/adapter-static"),f.warn("Please make sure you have the pages: 'dist' and assets: 'dest', in your svelte.config.js adapter"),!await we({message:"Do you want to continue?"})){let r="Build command selection aborted by user";throw f.error(r),new Error(r)}return"build"}return"build"}async function _A(){let t=/(main|index)\.(ts|tsx|js|jsx)$/,e="",r=(0,Gt.cwd)(),n=r.split("/").length;for await(let o of _g(r))if(o.split("/").length-n<=2&&t.test(o)){e=o,f.info(`Found main file here ${o}`);break}return e}async function xg(t,e){return t.from("app_versions").upsert(e,{onConflict:"name,app_id"}).eq("app_id",e.app_id).eq("name",e.name)}async function SA(t,e,r){let n={app_id:e,name:r,version:0};try{let i=await t.functions.invoke("files/upload_link",{body:JSON.stringify(n)});if(i.error){if(i.error instanceof Zi.FunctionsHttpError){let a=await i.error.context.json();f.error(`Upload URL error: ${a.status||JSON.stringify(a)}`)}else f.error(`Cannot get upload url: ${i.error.message}`);return""}return i.data.url}catch(o){f.error(`Cannot get upload url ${U(o)}`)}return""}async function*xA(t){let e=(0,Pe.readdirSync)(t,{withFileTypes:!0});for(let r of e){let n=(0,xe.join)(t,r.name);r.isDirectory()?yield*xA(n):yield n}}var AA="5.10.0",OA="6.25.0",ks="7.0.35";function na(t,e="7.25.0"){return!!(t.major===5&&vr(t,Oe("5.10.0"))||t.major===6&&vr(t,Oe("6.25.0"))||t.major===7&&vr(t,Oe(e)))}async function FA(t){let e=[],r=[".DS_Store",".git",".gitignore","node_modules","package-lock.json","tsconfig.json","tsconfig.app.json","tsconfig.spec.json","tsconfig.app.json","tsconfig.spec.json","tsconfig.app.json","tsconfig.spec.json"];for await(let n of xA(t)){if(r.some(s=>n.includes(s))){f.info(`Ignoring file ${n}, please ensure you have only required files in your dist folder`);continue}let o=(0,Pe.readFileSync)(n);if(o.length===0){f.info(`Ignoring empty file ${n}, please ensure you have only required files in your dist folder`);continue}let i=await rn(o,"sha256"),a=(0,xe.relative)(t,n);a.startsWith("/")&&(a=a.substring(1)),e.push({file:a,hash:i})}return e}async function jl(t){return(0,Il.platform)()==="win32"?E5(t):v5(t)}function v5(t){let e=new wg.default;return e.addLocalFolder(t),e.toBuffer()}async function E5(t){f.info("Zipping file windows mode");let e=new wg.default,r=(n,o)=>{let i=(0,Pe.readdirSync)(n);for(let a of i){let s=(0,xe.join)(n,a),u=(0,Pe.statSync)(s);if(u.isFile()){let c=(0,Pe.readFileSync)(s);e.addFile((0,xe.join)(o,a).split(xe.sep).join("/"),c)}else u.isDirectory()&&r(s,(0,xe.join)(o,a))}};return r(t,""),e.toBuffer()}async function kA(t,e,r,n,o,i,a,s){return new Promise((u,c)=>{fe(t,{channel:"app",event:"App TUS upload",icon:"\u23EB",user_id:r,tags:{"app-id":n},notify:!1}),new Rl.Upload(e,{endpoint:`${a.hostFilesApi}/files/upload/attachments/`,chunkSize:s,metadataForPartialUploads:{filename:`orgs/${r}/apps/${n}/${o}.zip`,filetype:"application/gzip"},metadata:{filename:`orgs/${r}/apps/${n}/${o}.zip`,filetype:"application/zip"},headers:{Authorization:t},onError(d){if(f.error(`Error uploading bundle: ${d.message}`),d instanceof Rl.DetailedError){let p=d.originalResponse?.getBody(),h=JSON.parse(p||'{"error": "unknown error"}');c(h.status||h.error||h.message||"unknown error")}else c(d.message||d.toString()||"unknown error")},onProgress(d,p){let h=(d/p*100).toFixed(2);i.message(`Uploaded ${h}%`)},async onSuccess(){await fe(t,{channel:"app",event:"App TUS done",icon:"\u23EB",user_id:r,tags:{"app-id":n},notify:!1}).catch(),u(!0)}}).start()})}async function PA(t,e,r){let n={app_id:e,name:r};try{let i=await t.functions.invoke("private/delete_failed_version",{body:JSON.stringify(n),method:"DELETE"});if(i.error){if(i.error instanceof Zi.FunctionsHttpError){let a=await i.error.context.json();f.error(`Cannot delete failed version: ${a.status||JSON.stringify(a)}`)}else f.error(`Cannot delete failed version: ${i.error.message}`);return}return i.data?.status}catch(o){if(o instanceof Zi.FunctionsHttpError){let i=await o.context.json();f.error(`Cannot delete failed version: ${i.message||JSON.stringify(i)}`)}else f.error(`Cannot delete failed version: ${U(o)}`)}}async function Ul(t,e){if(!e.app_id||!e.name||!e.created_by)return f.error("missing app_id, name, or created_by"),Promise.reject(new Error("missing app_id, name, or created_by"));let{data:r,error:n}=await t.from("channels").select().eq("app_id",e.app_id).eq("name",e.name).single();return r&&!n?t.from("channels").update(e).eq("app_id",e.app_id).eq("name",e.name).select().single():t.from("channels").insert(e).select().single()}async function fe(t,e,r){try{r&&f.info(`Get remove config: for ${e.event}`);let n=await Ll();r&&f.info(`Sending LogSnag event: ${JSON.stringify(e)}`);let o=new AbortController,i=setTimeout(()=>o.abort(),1e4);try{let a=await fetch(`${n.hostApi}/private/events`,{method:"POST",body:JSON.stringify(e),headers:{"Content-Type":"application/json",capgkey:t},signal:o.signal});if(clearTimeout(i),!a.ok)throw new Error(`HTTP error! status: ${a.status}`);let s=await a.json();s.error&&f.error(`Failed to send LogSnag event: ${s.error}`)}finally{clearTimeout(i)}}catch(n){r&&(f.error("Failed to send Stats event details:"),f.error(U(n)))}}async function oa(t,e){let{error:r,data:n}=await t.rpc("get_orgs_v6");if(r)throw f.error("Cannot get the list of organizations - exiting"),f.error(`Error ${JSON.stringify(r)}`),new Error("Cannot get the list of organizations");let o=n.filter(u=>!!e.find(c=>c===u.role));if(n.length===0)throw f.error("Could not get organization please create an organization first"),new Error("No organizations available");if(o.length===0)throw f.error(`Could not find organization with roles: ${e.join(" or ")} please create an organization or ask the admin to add you to the organization with this roles`),new Error("Could not find organization with required roles");let i=o.length>1?await yr({message:"Please pick the organization that you want to insert to",options:o.map(u=>({value:u.gid,label:u.name}))}):o[0].gid;if(be(i))throw f.error("Canceled organization selection, exiting"),new Error("Organization selection cancelled");let a=i,s=n.find(u=>u.gid===a);return f.info(`Using the organization "${s.name}" as the app owner`),s}async function ie(t,e,r=["all"]){await y5(t,e,r);let{data:n,error:o}=await t.rpc("get_user_id",{apikey:e}).single(),i=(n||"").toString();if(!i||o)throw f.error("Cannot auth user with apikey"),new Error("Cannot authenticate user with provided API key");return i}async function yt(t,e){let{data:r,error:n}=await t.from("apps").select("owner_org").eq("app_id",e).single();if(!r||n)throw f.error(`Cannot get organization id for app id ${e}`),U(n),new Error(`Cannot get organization id for app id ${e}`);return r.owner_org}function ia(t){return new Date(t||"").toLocaleString()}var fA=!1,Xi="npm",Os="install",bg="npx";function et(){if(fA)return{pm:Xi,command:Os,installCommand:`${Xi} ${Os}`,runner:bg};let t=wt((0,Gt.cwd)());return Xi=Ca(t,"npm"),Os=lu(Xi),fA=!0,bg=ny(t),{pm:Xi,command:Os,installCommand:`${Xi} ${Os}`,runner:bg}}function $A(t){return(0,Pe.readdirSync)(t,{withFileTypes:!0}).flatMap(n=>{let o=(0,xe.join)(t,n.name);return n.isDirectory()?$A(o):o.split(`node_modules${xe.sep}`)[1]||o})}async function Ag(t,e){let r=e?e.split(","):[],n;try{n=await Wt("",t)}catch(l){throw f.error("Invalid package.json, JSON parsing failed"),console.error("json parse error: ",l),l instanceof Error?l:new Error("Invalid package.json")}let o=t?.split(",")[0],i=o?xe.default.resolve(o).replace(Ur,""):wt((0,Gt.cwd)());if(!n)throw f.error("Missing dependencies section in package.json"),new Error("Missing dependencies section in package.json");for(let[l,d]of Object.entries(n))if(typeof d!="string")throw f.error(`Invalid dependency ${l}: ${d}, expected string, got ${typeof d}`),new Error(`Invalid dependency ${l}: expected string version`);let a=r.length===0?[(0,xe.join)((0,Gt.cwd)(),"node_modules")]:r;if(!a.some(l=>(0,Pe.existsSync)(l))){let l=Ca(i,"npm"),d=lu(l);throw f.error(`Missing node_modules folder at ${a.join(", ")}, please run ${l} ${d}`),new Error("Missing node_modules folder")}let u=!1,c=await Promise.all(Array.from(n.entries()).map(async([l,d])=>{let p=!1,h=!1;for(let m of a){let b=(0,xe.join)(m,l);if((0,Pe.existsSync)(b)){p=!0;try{if($A(b).some(E=>D5.test(E))){h=!0;break}}catch(D){throw f.error(`Error reading node_modules files for ${l} package in ${m}`),console.error(D),D instanceof Error?D:new Error(`Error reading node_modules files for ${l}`)}}}if(!p){u=!0;let m=Ca(i,"npm"),b=lu(m);return f.error(`Missing dependency ${l}, please run ${m} ${b}`),{name:l,version:d}}return{name:l,version:d,native:h}})).catch(()=>[]);if(u||c.find(l=>l.native===void 0))throw f.error("Missing dependencies or invalid dependencies"),f.error("If you use monorepo, workspace or any special package manager you can use the --package-json [path,] and --node-modules [path,] options to make the command work properly"),new Error("Missing dependencies or invalid dependencies");return c}async function C5(t,e,r){let{data:n,error:o}=await t.from("channels").select("version(checksum)").eq("name",r).eq("app_id",e).single(),i=n;return o||i===null||!i.version||!i.version.checksum?null:i.version.checksum}function _5(t){if(!t)throw f.error("Error parsing native packages, perhaps the metadata does not exist in Capgo?"),new Error("Error parsing native packages");for(let r of t){if(typeof r!="object")throw f.error(`Invalid remote native package data: ${r}, expected object, got ${typeof r}`),new Error("Invalid remote native package data");let{name:n,version:o}=r;if(!n||typeof n!="string")throw f.error(`Invalid remote native package name: ${n}, expected string, got ${typeof n}`),new Error("Invalid remote native package name");if(!o||typeof o!="string")throw f.error(`Invalid remote native package version: ${o}, expected string, got ${typeof o}`),new Error("Invalid remote native package version")}return new Map(t.map(r=>[r.name,r]))}async function TA(t,e,r){let{data:n,error:o}=await t.from("channels").select(`version (
167
167
  native_packages
168
- )`).eq("name",r).eq("app_id",e).single();if(o)throw f.error(`Error fetching native packages: ${o.message}`),new Error(`Error fetching native packages: ${o.message}`);return E5(n.version.native_packages??[])}async function kA(t,e,r,n){let o=De();o.start(`Checking bundle checksum compatibility with channel ${r}`);let i=await C5(t,e,r);if(!i){o.stop(`No checksum found for channel ${r}, the bundle will be uploaded`);return}if(i&&i===n)throw f.error(`Cannot upload the same bundle content.
168
+ )`).eq("name",r).eq("app_id",e).single();if(o)throw f.error(`Error fetching native packages: ${o.message}`),new Error(`Error fetching native packages: ${o.message}`);return _5(n.version.native_packages??[])}async function IA(t,e,r,n){let o=De();o.start(`Checking bundle checksum compatibility with channel ${r}`);let i=await C5(t,e,r);if(!i){o.stop(`No checksum found for channel ${r}, the bundle will be uploaded`);return}if(i&&i===n)throw f.error(`Cannot upload the same bundle content.
169
169
  Current bundle checksum matches remote bundle for channel ${r}
170
170
  Did you build your app before uploading?
171
- PS: You can ignore this check with "--ignore-checksum-check"`),new Error("Cannot upload the same bundle content");o.stop(`Checksum compatible with ${r} channel`)}function ce(t,e){return t||e?.plugins?.CapacitorUpdater?.appId||e?.appId}function ko(t){if(!t.localVersion)return!0;if(!t.remoteVersion)return!1;try{let e=hu(t.localVersion),r=hu(t.remoteVersion);return hy(e,r)}catch{return!1}}async function Ul(t,e,r,n,o){let i=await xg(n,o),a=await OA(t,e,r),s=i.filter(c=>!!c.native).map(c=>{let l=a.get(c.name);return l?{name:c.name,localVersion:c.version,remoteVersion:l.version}:{name:c.name,localVersion:c.version,remoteVersion:void 0}}),u=[...a].filter(([c])=>i.find(l=>l.name===c)===void 0).map(([c,l])=>({name:c,localVersion:void 0,remoteVersion:l.version}));return s.push(...u),{finalCompatibility:s,localDependencies:i}}async function Ag(t,e,r,n){let o=await OA(t,e,r),i=n.map(s=>{let u=o.get(s.name);return u?{name:s.name,localVersion:s.version,remoteVersion:u.version}:{name:s.name,localVersion:s.version,remoteVersion:void 0}}),a=[...o].filter(([s])=>n.find(u=>u.name===s)===void 0).map(([s,u])=>({name:s,localVersion:void 0,remoteVersion:u.version}));return i.push(...a),{finalCompatibility:i,localDependencies:n}}async function Ml(t,e,r){let n=await we({message:"Would you like to sync your project with Capacitor now? This is recommended to ensure encrypted updates work properly."});if(be(n))throw t&&e&&r&&await sr("onboarding-v2",e,r,"canceled","\u{1F937}"),f.error("Canceled Capacitor sync"),new Error("Capacitor sync cancelled");if(n){let o=et(),i=De();i.start("Running the command...");try{await new Promise((a,s)=>{let u=(0,lA.spawn)(o.runner,["cap","sync"],{stdio:"pipe"});u.on("close",c=>{c===0?a():s(new Error(`Command failed with exit code ${c}`))}),u.on("error",c=>{s(c)})}),i.stop("Capacitor sync completed \u2705")}catch(a){i.stop("Error"),f.error(`Failed to run Capacitor sync: ${a}`),f.warn(`Please run "${o.runner} cap sync" manually to ensure encrypted updates work properly`)}}else{let o=et();f.warn("\u26A0\uFE0F Important: If you upload encrypted bundles without syncing, updates will fail!"),f.info(`Remember to run "${o.runner} cap sync" before uploading encrypted bundles`)}}async function PA(t,e){let{data:r}=await t.rpc("exist_app_v2",{appid:e}).single();return!!r}async function Me(t,e,r,n,o=!1){let i=et(),a=await DA(t,e,r);if(!a.okay)switch(a.error){case"INVALID_APIKEY":{let c="Invalid apikey, such apikey does not exists!";throw o||f.error(c),new Error(c)}case"NO_APP":{let c=`App ${r} does not exist, run first \`${i.runner} @capgo/cli app add ${r}\` to create it`;throw o||f.error(c),new Error(c)}case"NO_ORG":{let c="Could not find organization, please contact support to resolve this!";throw o||f.error(c),new Error(c)}}let s=a.data;if(n>s){let c=`Insuficcent permissions for app ${r}. Current permission: ${vt[a.data]}, required for this action: ${vt[n]}.`;throw o||f.error(c),new Error(c)}return a.data}var fr="assets/icon.png";var _5=/^[a-z0-9]+(\.[\w-]+)+$/i;function S5(t,e,r){if(!e.apikey)throw r||f.error("Missing API key, you need to provide an API key to upload your bundle"),new Error("Missing API key");if(!t)throw r||f.error("Missing argument, you need to provide a appId, or be in a capacitor project"),new Error("Missing appId");if(t.includes("--"))throw r||f.error('The app id includes illegal symbols. You cannot use "--" in the app id'),new Error("App id includes illegal symbols");if(!_5.test(t))throw r||(f.error(`Invalid app ID format: "${t}"`),f.info("App ID must be in reverse domain notation (e.g., com.example.app)"),f.info("Valid format: lowercase letters, numbers, dots, hyphens, and underscores"),f.info("Examples: com.mycompany.myapp, io.capgo.app, com.example.my-app")),new Error("Invalid app ID format")}async function x5(t,e,r){if(await PA(t,e))throw e==="io.ionic.starter"?(r||f.error(`This appId ${e} cannot be used it's reserved, please change it in your capacitor config.`),new Error("Reserved appId, please change it in capacitor config")):(r||f.error(`App ${e} already exist`),new Error(`App ${e} already exists`))}async function Fg(t,e,r,n=!1){n||Q("Adding"),await ge(),e.apikey=e.apikey||ne();let o=await ee(),i=ce(t,o?.config);S5(i,e,n);let a=await re(e.apikey,e.supaHost,e.supaAnon),s=await ie(a,e.apikey,["write","all"]);await x5(a,i,n),r||(r=await oa(a,["admin","super_admin"]));let u=r.gid,{name:c,icon:l}=e;if(c=c||o.config?.appName||"Unknown",l=l||"resources/icon.png",!l||!c)throw n||f.error("Missing argument, you need to provide a appId and a name, or be in a capacitor project"),new Error("Missing app name or icon path");n||f.info(`Adding ${i} to Capgo`);let d=null,p=null;l&&(0,aa.existsSync)(l)?(d=(0,aa.readFileSync)(l),p=na(l)||"image/png",n||f.warn(`Found app icon ${l}`)):(0,aa.existsSync)(fr)?(d=(0,aa.readFileSync)(fr),p=na(fr)||"image/png",n||f.warn(`Found app icon ${fr}`)):n||f.warn(`Cannot find app icon in any of the following locations: ${l}, ${fr}`);let h="icon",m="https://xvwzpoazmxkqosrdewyv.supabase.co/storage/v1/object/public/images/capgo.png";if(d&&p){let{error:D}=await a.storage.from(`images/org/${u}/${i}`).upload(h,d,{contentType:p});if(D)throw n||console.error(D),n||f.error(`Could not add app ${U(D)}`),new Error(`Could not add app ${U(D)}`);let{data:C}=await a.storage.from(`images/org/${u}/${i}`).getPublicUrl(h);m=C?.publicUrl||m}let{error:b}=await a.from("apps").insert({icon_url:m,owner_org:u,user_id:s,name:c,app_id:i});if(b)throw n||f.error(`Could not add app ${U(b)}`),new Error(`Could not add app ${U(b)}`);return n||(f.success(`App ${i} added to Capgo. You can upload a bundle now`),X("Done \u2705")),{appId:i,organizationUid:u,userId:s,name:c,signedURL:m}}async function $A(t,e){await Fg(t,e,void 0)}async function A5(t,e,r=!1,n=!1){r||Q("Deleting"),e.apikey=e.apikey||ne();let o=await ee(),i=ce(t,o?.config);if(!e.apikey)throw r||f.error("Missing API key, you need to provide an API key to upload your bundle"),new Error("Missing API key");if(!i)throw r||f.error("Missing argument, you need to provide a appId, or be in a capacitor project"),new Error("Missing appId");let a=await re(e.apikey,e.supaHost,e.supaAnon),s=await ie(a,e.apikey,["write","all"]);await Me(a,e.apikey,i,5,r);let{data:u,error:c}=await a.from("apps").select("owner_org ( created_by, id )").eq("app_id",i).single(),l=u;if(!n&&!c&&(l?.owner_org.created_by??"")!==s){if(r)throw new Error("Cannot delete app: you are not the organization owner");{f.warn("Deleting the app is not recommended for users that are not the organization owner"),f.warn("You are invited as a super_admin but your are not the owner"),f.warn("It's strongly recommended that you do not continue!");let b=await yr({message:"Do you want to continue?",options:[{label:"Yes",value:"yes"},{label:"No",value:"no"}]});if(be(b)||b==="no")throw f.error("Canceled deleting the app, exiting"),new Error("App deletion cancelled")}}else c&&!r&&f.warn(`Cannot get the app owner ${U(c)}`);let{error:d}=await a.storage.from("images").remove([`org/${l?.owner_org.id}/${i}/icon`]);d&&!r&&f.error("Could not delete app logo");let{error:p}=await a.storage.from(`apps/${i}/${s}`).remove(["versions"]);p&&!r&&f.error("Could not delete app version");let{error:h}=await a.from("apps").delete().eq("app_id",i);if(h)throw r||f.error("Could not delete app"),new Error(`Could not delete app: ${U(h)}`);let m=await yt(a,i);return await fe(e.apikey,{channel:"app",event:"App Deleted",icon:"\u{1F5D1}\uFE0F",user_id:m,tags:{"app-id":i},notify:!1}).catch(()=>{}),r||(f.success("App deleted in Capgo"),X("Done \u2705")),!0}async function TA(t,e){return A5(t,e,!1,!1)}var ql=require("node:os"),RA=require("node:process");async function IA(t){let e={},r=Object.keys(t);return(await Promise.all(r.map(o=>Yc(o)))).forEach((o,i)=>{o&&(e[r[i]]=o)}),e}async function F5(){let t=await Wt(),e={"@capgo/cli":gr.version};for(let[r,n]of t)(r.startsWith("@capgo/")||r.startsWith("@capawesome/")||r.startsWith("capacitor"))&&(e[r]=n);return e}async function O5(t,e=!1){e||f.warn(" \u{1F48A} Capgo Doctor \u{1F48A}");let r=await ee(),n=Ar("",t.packageJson),o=r?.config?.plugins?.CapacitorUpdater?.version||n,i=r?.config?.appName||"",a=ce("",r?.config),s=r?.config?.webDir||"";e||(f.info(` App Name: ${i}`),f.info(` App ID: ${a}`),f.info(` App Version: ${o}`),f.info(` Web Dir: ${s}`),f.info(` OS: ${(0,ql.platform)()} ${(0,ql.version)()}`),f.info(` Node: ${RA.version}`),f.info(" Installed Dependencies:"));let u=await F5();if(Object.keys(u).length===0)throw e||f.warning("\x1B[31m%s\x1B[0m \u{1F6A8} No dependencies found"),new Error("No dependencies found");if(!e)for(let l of Object.keys(u))f.info(` ${l}: ${u[l]}`);let c={};if(e)c=await IA(u);else{let l=De();l.start("Running: Loading latest dependencies"),c=await IA(u),l.stop("Latest Dependencies:");for(let d of Object.keys(c))f.info(` ${d}: ${c[d]}`)}if(JSON.stringify(u)!==JSON.stringify(c))throw e||f.warn("\x1B[31m\u{1F6A8} Some dependencies are not up to date\x1B[0m"),new Error("Some dependencies are not up to date");return e||f.success("\x1B[32m\u2705 All dependencies are up to date\x1B[0m"),{appName:i,appId:a,appVersion:o,webDir:s,installedDependencies:u,latestDependencies:c}}async function BA(t){return O5(t)}function k5(t){let e=new at;e.headers=["Name","id","Created"],e.rows=[];for(let r of t.toReversed())e.rows.push([r.name??"",r.app_id,ia(r.created_at)]);f.success("Apps"),f.success(e.toString())}async function P5(t,e){let{data:r,error:n}=await t.from("apps").select().order("created_at",{ascending:!1});if(n)throw e||f.error("Apps not found"),new Error("Apps not found");return r??[]}async function $5(t,e=!1){e||Q("List apps in Capgo"),await ge(),t.apikey=t.apikey||ne();let r=await re(t.apikey,t.supaHost,t.supaAnon);await ie(r,t.apikey,["write","all","read","upload"]),e||f.info("Getting active bundle in Capgo");let n=await P5(r,e);if(!n.length)throw e||f.error("No apps found"),new Error("No apps found");return e||(f.info(`Active app in Capgo: ${n.length}`),k5(n),X("Done \u2705")),n}async function LA(t){return $5(t,!1)}var NA=require("node:crypto"),sa=require("node:fs");async function T5(t,e,r=!1){r||Q("Set app"),e.apikey=e.apikey||ne();let n=await ee();if(t=ce(t,n?.config),!e.apikey)throw r||f.error("Missing API key, you need to provide an API key to upload your bundle"),new Error("Missing API key");if(!t)throw r||f.error("Missing argument, you need to provide a appId, or be in a capacitor project"),new Error("Missing appId");let o=await re(e.apikey,e.supaHost,e.supaAnon),a=(await oa(o,["admin","super_admin"])).gid,s=await ie(o,e.apikey,["write","all"]);await Me(o,e.apikey,t,4,r);let{name:u,icon:c,retention:l}=e;if(l&&Number.isNaN(Number(l)))throw r||f.error("retention value must be a number"),new Error("Retention value must be a number");if(l&&l<0)throw r||f.error("retention value cannot be less than 0"),new Error("Retention value cannot be less than 0");if(l&&l>=63113904)throw r||f.error("retention value cannot be greater than 63113904 seconds (2 years)"),new Error("Retention value cannot be greater than 63113904 seconds (2 years)");let d,p,h=`icon_${(0,NA.randomUUID)()}`,m="https://xvwzpoazmxkqosrdewyv.supabase.co/storage/v1/object/public/images/capgo.png";if(c&&(0,sa.existsSync)(c)?(d=(0,sa.readFileSync)(c),p=na(c)||"image/png",r||f.warn(`Found app icon ${c}`)):(0,sa.existsSync)(fr)?(d=(0,sa.readFileSync)(fr),p=na(fr)||"image/png",r||f.warn(`Found app icon ${fr}`)):r||f.warn(`Cannot find app icon in any of the following locations: ${c}, ${fr}`),d&&p){let{error:D}=await o.storage.from(`images/org/${a}/${t}`).upload(h,d,{contentType:p});if(D)throw r||f.error(`Could not set app ${U(D)}`),new Error(`Could not set app: ${U(D)}`);let{data:C}=await o.storage.from(`images/org/${a}/${t}`).getPublicUrl(h);m=C?.publicUrl||m}let{error:b}=await o.from("apps").update({icon_url:m,name:u,retention:l?l*24*60*60:void 0}).eq("app_id",t).eq("user_id",s);if(b)throw r||f.error(`Could not set app ${U(b)}`),new Error(`Could not set app: ${U(b)}`);return r||X("Done \u2705"),!0}async function jA(t,e){return T5(t,e)}async function I5(t,e,r=!1){if(r||Q("Set a specific setting in capacitor config"),e.bool&&e.string)throw r||f.error("Bool and string CANNOT be set at the same time"),new Error("Bool and string cannot both be provided");if(!e.bool&&!e.string)throw r||f.error("You MUST provide either bool or string as the value"),new Error("Either bool or string value is required");if(e.bool&&e.bool!=="true"&&e.bool!=="false")throw r||f.error("Invalid bool"),new Error("Invalid bool value; expected true or false");try{let n=await ee(),o=n.config,i=t.split(".");if(i.length===0)throw r||f.error("Invalid path"),new Error("Invalid config path");for(let s of i.slice(0,-1))Object.prototype.hasOwnProperty.call(o,s)||(o[s]={}),o=o[s];let a=e.bool?e.bool==="true":e.string;o[i.at(-1)]=a,await Yi(n,!0),r||f.success(`Set "${t}" to "${a}"`)}catch(n){throw r||f.error(`Cannot set config in capacitor settings ${U(n)}`),new Error(`Cannot set capacitor config: ${U(n)}`)}r||X("Done \u2705")}async function UA(t,e){return I5(t,e)}var $o=require("node:fs"),To=require("node:path"),Jt=de(require("node:process"));var Po=require("node:fs/promises"),MA=require("node:os"),Og=require("node:path"),Fe=require("node:process"),qA=(0,Og.join)((0,MA.homedir)(),".capgo-credentials"),HA=(0,Og.join)(qA,"credentials.json");async function ua(t){return(await(0,Po.readFile)(t)).toString("base64")}async function Vl(){try{let t=await(0,Po.readFile)(HA,"utf-8");return JSON.parse(t)}catch{return{}}}async function ks(t){let e=await Vl();if(!t){let r=Object.keys(e);return r.length===0?null:e[r[0]]||null}return e[t]||null}async function Hl(t){await(0,Po.mkdir)(qA,{recursive:!0}),await(0,Po.writeFile)(HA,JSON.stringify(t,null,2),"utf-8")}function R5(){let t={};return Fe.env.BUILD_CERTIFICATE_BASE64&&(t.BUILD_CERTIFICATE_BASE64=Fe.env.BUILD_CERTIFICATE_BASE64),Fe.env.BUILD_PROVISION_PROFILE_BASE64&&(t.BUILD_PROVISION_PROFILE_BASE64=Fe.env.BUILD_PROVISION_PROFILE_BASE64),Fe.env.BUILD_PROVISION_PROFILE_BASE64_PROD&&(t.BUILD_PROVISION_PROFILE_BASE64_PROD=Fe.env.BUILD_PROVISION_PROFILE_BASE64_PROD),Fe.env.P12_PASSWORD&&(t.P12_PASSWORD=Fe.env.P12_PASSWORD),Fe.env.APPLE_KEY_ID&&(t.APPLE_KEY_ID=Fe.env.APPLE_KEY_ID),Fe.env.APPLE_ISSUER_ID&&(t.APPLE_ISSUER_ID=Fe.env.APPLE_ISSUER_ID),Fe.env.APPLE_KEY_CONTENT&&(t.APPLE_KEY_CONTENT=Fe.env.APPLE_KEY_CONTENT),Fe.env.APPLE_PROFILE_NAME&&(t.APPLE_PROFILE_NAME=Fe.env.APPLE_PROFILE_NAME),Fe.env.APP_STORE_CONNECT_TEAM_ID&&(t.APP_STORE_CONNECT_TEAM_ID=Fe.env.APP_STORE_CONNECT_TEAM_ID),Fe.env.ANDROID_KEYSTORE_FILE&&(t.ANDROID_KEYSTORE_FILE=Fe.env.ANDROID_KEYSTORE_FILE),Fe.env.KEYSTORE_KEY_ALIAS&&(t.KEYSTORE_KEY_ALIAS=Fe.env.KEYSTORE_KEY_ALIAS),Fe.env.KEYSTORE_KEY_PASSWORD&&(t.KEYSTORE_KEY_PASSWORD=Fe.env.KEYSTORE_KEY_PASSWORD),Fe.env.KEYSTORE_STORE_PASSWORD&&(t.KEYSTORE_STORE_PASSWORD=Fe.env.KEYSTORE_STORE_PASSWORD),Fe.env.PLAY_CONFIG_JSON&&(t.PLAY_CONFIG_JSON=Fe.env.PLAY_CONFIG_JSON),t}async function VA(t,e,r){let n=await ks(t),o=R5(),i={...n?.[e]||{}};if(Object.assign(i,o),r&&Object.assign(i,r),e==="android"){let a=!!i.KEYSTORE_KEY_PASSWORD,s=!!i.KEYSTORE_STORE_PASSWORD;a&&!s?i.KEYSTORE_STORE_PASSWORD=i.KEYSTORE_KEY_PASSWORD:!a&&s&&(i.KEYSTORE_KEY_PASSWORD=i.KEYSTORE_STORE_PASSWORD)}return Object.keys(i).length>0?i:void 0}async function zA(t,e,r={}){let n={...r};return t==="ios"?(e.BUILD_CERTIFICATE_FILE&&(n.BUILD_CERTIFICATE_BASE64=await ua(e.BUILD_CERTIFICATE_FILE)),e.BUILD_PROVISION_PROFILE_FILE&&(n.BUILD_PROVISION_PROFILE_BASE64=await ua(e.BUILD_PROVISION_PROFILE_FILE)),e.BUILD_PROVISION_PROFILE_FILE_PROD&&(n.BUILD_PROVISION_PROFILE_BASE64_PROD=await ua(e.BUILD_PROVISION_PROFILE_FILE_PROD)),e.APPLE_KEY_FILE&&(n.APPLE_KEY_CONTENT=await ua(e.APPLE_KEY_FILE))):t==="android"&&(e.ANDROID_KEYSTORE_PATH&&(n.ANDROID_KEYSTORE_FILE=await ua(e.ANDROID_KEYSTORE_PATH)),e.PLAY_CONFIG_JSON_PATH&&(n.PLAY_CONFIG_JSON=await ua(e.PLAY_CONFIG_JSON_PATH))),n}async function KA(t,e,r){let n=await Vl(),o=n[t]||{};o[e]={...o[e],...r},n[t]=o,await Hl(n)}async function zl(t,e){let r=await Vl();if(!t){await Hl({});return}if(!e){delete r[t],await Hl(r);return}let n=r[t]||{};delete n[e],Object.keys(n).length===0?delete r[t]:r[t]=n,await Hl(r)}async function GA(t,e){return(await ks(t))?.[e]||null}async function kg(){let t=await Vl();return Object.keys(t)}async function WA(t){try{t.platform||(f.error("Platform is required. Use --platform ios or --platform android"),Jt.default.exit(1));let e=await ee(),r=ce(t.appId,e?.config);r||(f.error("\u274C App ID is required."),f.error(""),f.error("Either:"),f.error(" 1. Run this command from a Capacitor project directory, OR"),f.error(" 2. Provide --appId explicitly: --appId com.example.app"),f.error(""),Jt.default.exit(1));let n=t.platform;f.info(`
171
+ PS: You can ignore this check with "--ignore-checksum-check"`),new Error("Cannot upload the same bundle content");o.stop(`Checksum compatible with ${r} channel`)}function ce(t,e){return t||e?.plugins?.CapacitorUpdater?.appId||e?.appId}function Fo(t){if(!t.localVersion)return!0;if(!t.remoteVersion)return!1;try{let e=mu(t.localVersion),r=mu(t.remoteVersion);return my(e,r)}catch{return!1}}async function Ml(t,e,r,n,o){let i=await Ag(n,o),a=await TA(t,e,r),s=i.filter(c=>!!c.native).map(c=>{let l=a.get(c.name);return l?{name:c.name,localVersion:c.version,remoteVersion:l.version}:{name:c.name,localVersion:c.version,remoteVersion:void 0}}),u=[...a].filter(([c])=>i.find(l=>l.name===c)===void 0).map(([c,l])=>({name:c,localVersion:void 0,remoteVersion:l.version}));return s.push(...u),{finalCompatibility:s,localDependencies:i}}async function Og(t,e,r,n){let o=await TA(t,e,r),i=n.map(s=>{let u=o.get(s.name);return u?{name:s.name,localVersion:s.version,remoteVersion:u.version}:{name:s.name,localVersion:s.version,remoteVersion:void 0}}),a=[...o].filter(([s])=>n.find(u=>u.name===s)===void 0).map(([s,u])=>({name:s,localVersion:void 0,remoteVersion:u.version}));return i.push(...a),{finalCompatibility:i,localDependencies:n}}async function ql(t,e,r){let n=await we({message:"Would you like to sync your project with Capacitor now? This is recommended to ensure encrypted updates work properly."});if(be(n))throw t&&e&&r&&await sr("onboarding-v2",e,r,"canceled","\u{1F937}"),f.error("Canceled Capacitor sync"),new Error("Capacitor sync cancelled");if(n){let o=et(),i=De();i.start("Running the command...");try{await new Promise((a,s)=>{let u=(0,dA.spawn)(o.runner,["cap","sync"],{stdio:"pipe"});u.on("close",c=>{c===0?a():s(new Error(`Command failed with exit code ${c}`))}),u.on("error",c=>{s(c)})}),i.stop("Capacitor sync completed \u2705")}catch(a){i.stop("Error"),f.error(`Failed to run Capacitor sync: ${a}`),f.warn(`Please run "${o.runner} cap sync" manually to ensure encrypted updates work properly`)}}else{let o=et();f.warn("\u26A0\uFE0F Important: If you upload encrypted bundles without syncing, updates will fail!"),f.info(`Remember to run "${o.runner} cap sync" before uploading encrypted bundles`)}}async function RA(t,e){let{data:r}=await t.rpc("exist_app_v2",{appid:e}).single();return!!r}async function Me(t,e,r,n,o=!1){let i=et(),a=await bA(t,e,r);if(!a.okay)switch(a.error){case"INVALID_APIKEY":{let c="Invalid apikey, such apikey does not exists!";throw o||f.error(c),new Error(c)}case"NO_APP":{let c=`App ${r} does not exist, run first \`${i.runner} @capgo/cli app add ${r}\` to create it`;throw o||f.error(c),new Error(c)}case"NO_ORG":{let c="Could not find organization, please contact support to resolve this!";throw o||f.error(c),new Error(c)}}let s=a.data;if(n>s){let c=`Insuficcent permissions for app ${r}. Current permission: ${vt[a.data]}, required for this action: ${vt[n]}.`;throw o||f.error(c),new Error(c)}return a.data}var fr="assets/icon.png";var S5=/^[a-z0-9]+(\.[\w-]+)+$/i;function x5(t,e,r){if(!e.apikey)throw r||f.error("Missing API key, you need to provide an API key to upload your bundle"),new Error("Missing API key");if(!t)throw r||f.error("Missing argument, you need to provide a appId, or be in a capacitor project"),new Error("Missing appId");if(t.includes("--"))throw r||f.error('The app id includes illegal symbols. You cannot use "--" in the app id'),new Error("App id includes illegal symbols");if(!S5.test(t))throw r||(f.error(`Invalid app ID format: "${t}"`),f.info("App ID must be in reverse domain notation (e.g., com.example.app)"),f.info("Valid format: lowercase letters, numbers, dots, hyphens, and underscores"),f.info("Examples: com.mycompany.myapp, io.capgo.app, com.example.my-app")),new Error("Invalid app ID format")}async function A5(t,e,r){if(await RA(t,e))throw e==="io.ionic.starter"?(r||f.error(`This appId ${e} cannot be used it's reserved, please change it in your capacitor config.`),new Error("Reserved appId, please change it in capacitor config")):(r||f.error(`App ${e} already exist`),new Error(`App ${e} already exists`))}async function Fg(t,e,r,n=!1){n||Q("Adding"),await ge(),e.apikey=e.apikey||ne();let o=await ee(),i=ce(t,o?.config);x5(i,e,n);let a=await re(e.apikey,e.supaHost,e.supaAnon),s=await ie(a,e.apikey,["write","all"]);await A5(a,i,n),r||(r=await oa(a,["admin","super_admin"]));let u=r.gid,{name:c,icon:l}=e;if(c=c||o.config?.appName||"Unknown",l=l||"resources/icon.png",!l||!c)throw n||f.error("Missing argument, you need to provide a appId and a name, or be in a capacitor project"),new Error("Missing app name or icon path");n||f.info(`Adding ${i} to Capgo`);let d=null,p=null;l&&(0,aa.existsSync)(l)?(d=(0,aa.readFileSync)(l),p=ra(l)||"image/png",n||f.warn(`Found app icon ${l}`)):(0,aa.existsSync)(fr)?(d=(0,aa.readFileSync)(fr),p=ra(fr)||"image/png",n||f.warn(`Found app icon ${fr}`)):n||f.warn(`Cannot find app icon in any of the following locations: ${l}, ${fr}`);let h="icon",m="https://xvwzpoazmxkqosrdewyv.supabase.co/storage/v1/object/public/images/capgo.png";if(d&&p){let{error:D}=await a.storage.from(`images/org/${u}/${i}`).upload(h,d,{contentType:p});if(D)throw n||console.error(D),n||f.error(`Could not add app ${U(D)}`),new Error(`Could not add app ${U(D)}`);let{data:E}=await a.storage.from(`images/org/${u}/${i}`).getPublicUrl(h);m=E?.publicUrl||m}let{error:b}=await a.from("apps").insert({icon_url:m,owner_org:u,user_id:s,name:c,app_id:i});if(b)throw n||f.error(`Could not add app ${U(b)}`),new Error(`Could not add app ${U(b)}`);return n||(f.success(`App ${i} added to Capgo. You can upload a bundle now`),X("Done \u2705")),{appId:i,organizationUid:u,userId:s,name:c,signedURL:m}}async function BA(t,e){await Fg(t,e,void 0)}async function O5(t,e,r=!1,n=!1){r||Q("Deleting"),e.apikey=e.apikey||ne();let o=await ee(),i=ce(t,o?.config);if(!e.apikey)throw r||f.error("Missing API key, you need to provide an API key to upload your bundle"),new Error("Missing API key");if(!i)throw r||f.error("Missing argument, you need to provide a appId, or be in a capacitor project"),new Error("Missing appId");let a=await re(e.apikey,e.supaHost,e.supaAnon),s=await ie(a,e.apikey,["write","all"]);await Me(a,e.apikey,i,5,r);let{data:u,error:c}=await a.from("apps").select("owner_org ( created_by, id )").eq("app_id",i).single(),l=u;if(!n&&!c&&(l?.owner_org.created_by??"")!==s){if(r)throw new Error("Cannot delete app: you are not the organization owner");{f.warn("Deleting the app is not recommended for users that are not the organization owner"),f.warn("You are invited as a super_admin but your are not the owner"),f.warn("It's strongly recommended that you do not continue!");let b=await yr({message:"Do you want to continue?",options:[{label:"Yes",value:"yes"},{label:"No",value:"no"}]});if(be(b)||b==="no")throw f.error("Canceled deleting the app, exiting"),new Error("App deletion cancelled")}}else c&&!r&&f.warn(`Cannot get the app owner ${U(c)}`);let{error:d}=await a.storage.from("images").remove([`org/${l?.owner_org.id}/${i}/icon`]);d&&!r&&f.error("Could not delete app logo");let{error:p}=await a.storage.from(`apps/${i}/${s}`).remove(["versions"]);p&&!r&&f.error("Could not delete app version");let{error:h}=await a.from("apps").delete().eq("app_id",i);if(h)throw r||f.error("Could not delete app"),new Error(`Could not delete app: ${U(h)}`);let m=await yt(a,i);return await fe(e.apikey,{channel:"app",event:"App Deleted",icon:"\u{1F5D1}\uFE0F",user_id:m,tags:{"app-id":i},notify:!1}).catch(()=>{}),r||(f.success("App deleted in Capgo"),X("Done \u2705")),!0}async function LA(t,e){return O5(t,e,!1,!1)}var Hl=require("node:os"),jA=require("node:process");async function NA(t){let e={},r=Object.keys(t);return(await Promise.all(r.map(o=>Jc(o)))).forEach((o,i)=>{o&&(e[r[i]]=o)}),e}async function F5(){let t=await Wt(),e={"@capgo/cli":gr.version};for(let[r,n]of t)(r.startsWith("@capgo/")||r.startsWith("@capawesome/")||r.startsWith("capacitor"))&&(e[r]=n);return e}async function k5(t,e=!1){e||f.warn(" \u{1F48A} Capgo Doctor \u{1F48A}");let r=await ee(),n=Ar("",t.packageJson),o=r?.config?.plugins?.CapacitorUpdater?.version||n,i=r?.config?.appName||"",a=ce("",r?.config),s=r?.config?.webDir||"";e||(f.info(` App Name: ${i}`),f.info(` App ID: ${a}`),f.info(` App Version: ${o}`),f.info(` Web Dir: ${s}`),f.info(` OS: ${(0,Hl.platform)()} ${(0,Hl.version)()}`),f.info(` Node: ${jA.version}`),f.info(" Installed Dependencies:"));let u=await F5();if(Object.keys(u).length===0)throw e||f.warning("\x1B[31m%s\x1B[0m \u{1F6A8} No dependencies found"),new Error("No dependencies found");if(!e)for(let l of Object.keys(u))f.info(` ${l}: ${u[l]}`);let c={};if(e)c=await NA(u);else{let l=De();l.start("Running: Loading latest dependencies"),c=await NA(u),l.stop("Latest Dependencies:");for(let d of Object.keys(c))f.info(` ${d}: ${c[d]}`)}if(JSON.stringify(u)!==JSON.stringify(c))throw e||f.warn("\x1B[31m\u{1F6A8} Some dependencies are not up to date\x1B[0m"),new Error("Some dependencies are not up to date");return e||f.success("\x1B[32m\u2705 All dependencies are up to date\x1B[0m"),{appName:i,appId:a,appVersion:o,webDir:s,installedDependencies:u,latestDependencies:c}}async function UA(t){return k5(t)}function P5(t){let e=new at;e.headers=["Name","id","Created"],e.rows=[];for(let r of t.toReversed())e.rows.push([r.name??"",r.app_id,ia(r.created_at)]);f.success("Apps"),f.success(e.toString())}async function $5(t,e){let{data:r,error:n}=await t.from("apps").select().order("created_at",{ascending:!1});if(n)throw e||f.error("Apps not found"),new Error("Apps not found");return r??[]}async function T5(t,e=!1){e||Q("List apps in Capgo"),await ge(),t.apikey=t.apikey||ne();let r=await re(t.apikey,t.supaHost,t.supaAnon);await ie(r,t.apikey,["write","all","read","upload"]),e||f.info("Getting active bundle in Capgo");let n=await $5(r,e);if(!n.length)throw e||f.error("No apps found"),new Error("No apps found");return e||(f.info(`Active app in Capgo: ${n.length}`),P5(n),X("Done \u2705")),n}async function MA(t){return T5(t,!1)}var qA=require("node:crypto"),sa=require("node:fs");async function I5(t,e,r=!1){r||Q("Set app"),e.apikey=e.apikey||ne();let n=await ee();if(t=ce(t,n?.config),!e.apikey)throw r||f.error("Missing API key, you need to provide an API key to upload your bundle"),new Error("Missing API key");if(!t)throw r||f.error("Missing argument, you need to provide a appId, or be in a capacitor project"),new Error("Missing appId");let o=await re(e.apikey,e.supaHost,e.supaAnon),a=(await oa(o,["admin","super_admin"])).gid,s=await ie(o,e.apikey,["write","all"]);await Me(o,e.apikey,t,4,r);let{name:u,icon:c,retention:l}=e;if(l&&Number.isNaN(Number(l)))throw r||f.error("retention value must be a number"),new Error("Retention value must be a number");if(l&&l<0)throw r||f.error("retention value cannot be less than 0"),new Error("Retention value cannot be less than 0");if(l&&l>=63113904)throw r||f.error("retention value cannot be greater than 63113904 seconds (2 years)"),new Error("Retention value cannot be greater than 63113904 seconds (2 years)");let d,p,h=`icon_${(0,qA.randomUUID)()}`,m="https://xvwzpoazmxkqosrdewyv.supabase.co/storage/v1/object/public/images/capgo.png";if(c&&(0,sa.existsSync)(c)?(d=(0,sa.readFileSync)(c),p=ra(c)||"image/png",r||f.warn(`Found app icon ${c}`)):(0,sa.existsSync)(fr)?(d=(0,sa.readFileSync)(fr),p=ra(fr)||"image/png",r||f.warn(`Found app icon ${fr}`)):r||f.warn(`Cannot find app icon in any of the following locations: ${c}, ${fr}`),d&&p){let{error:D}=await o.storage.from(`images/org/${a}/${t}`).upload(h,d,{contentType:p});if(D)throw r||f.error(`Could not set app ${U(D)}`),new Error(`Could not set app: ${U(D)}`);let{data:E}=await o.storage.from(`images/org/${a}/${t}`).getPublicUrl(h);m=E?.publicUrl||m}let{error:b}=await o.from("apps").update({icon_url:m,name:u,retention:l?l*24*60*60:void 0}).eq("app_id",t).eq("user_id",s);if(b)throw r||f.error(`Could not set app ${U(b)}`),new Error(`Could not set app: ${U(b)}`);return r||X("Done \u2705"),!0}async function HA(t,e){return I5(t,e)}async function R5(t,e,r=!1){if(r||Q("Set a specific setting in capacitor config"),e.bool&&e.string)throw r||f.error("Bool and string CANNOT be set at the same time"),new Error("Bool and string cannot both be provided");if(!e.bool&&!e.string)throw r||f.error("You MUST provide either bool or string as the value"),new Error("Either bool or string value is required");if(e.bool&&e.bool!=="true"&&e.bool!=="false")throw r||f.error("Invalid bool"),new Error("Invalid bool value; expected true or false");try{let n=await ee(),o=n.config,i=t.split(".");if(i.length===0)throw r||f.error("Invalid path"),new Error("Invalid config path");for(let s of i.slice(0,-1))Object.prototype.hasOwnProperty.call(o,s)||(o[s]={}),o=o[s];let a=e.bool?e.bool==="true":e.string;o[i.at(-1)]=a,await Wi(n,!0),r||f.success(`Set "${t}" to "${a}"`)}catch(n){throw r||f.error(`Cannot set config in capacitor settings ${U(n)}`),new Error(`Cannot set capacitor config: ${U(n)}`)}r||X("Done \u2705")}async function VA(t,e){return R5(t,e)}var Po=require("node:fs"),$o=require("node:path"),Jt=de(require("node:process"));var ko=require("node:fs/promises"),zA=require("node:os"),kg=require("node:path"),Ae=require("node:process"),KA=(0,kg.join)((0,zA.homedir)(),".capgo-credentials"),GA=(0,kg.join)(KA,"credentials.json");async function ua(t){return(await(0,ko.readFile)(t)).toString("base64")}async function zl(){try{let t=await(0,ko.readFile)(GA,"utf-8");return JSON.parse(t)}catch{return{}}}async function Ps(t){let e=await zl();if(!t){let r=Object.keys(e);return r.length===0?null:e[r[0]]||null}return e[t]||null}async function Vl(t){await(0,ko.mkdir)(KA,{recursive:!0}),await(0,ko.writeFile)(GA,JSON.stringify(t,null,2),"utf-8")}function B5(){let t={};return Ae.env.BUILD_CERTIFICATE_BASE64&&(t.BUILD_CERTIFICATE_BASE64=Ae.env.BUILD_CERTIFICATE_BASE64),Ae.env.BUILD_PROVISION_PROFILE_BASE64&&(t.BUILD_PROVISION_PROFILE_BASE64=Ae.env.BUILD_PROVISION_PROFILE_BASE64),Ae.env.BUILD_PROVISION_PROFILE_BASE64_PROD&&(t.BUILD_PROVISION_PROFILE_BASE64_PROD=Ae.env.BUILD_PROVISION_PROFILE_BASE64_PROD),Ae.env.P12_PASSWORD&&(t.P12_PASSWORD=Ae.env.P12_PASSWORD),Ae.env.APPLE_KEY_ID&&(t.APPLE_KEY_ID=Ae.env.APPLE_KEY_ID),Ae.env.APPLE_ISSUER_ID&&(t.APPLE_ISSUER_ID=Ae.env.APPLE_ISSUER_ID),Ae.env.APPLE_KEY_CONTENT&&(t.APPLE_KEY_CONTENT=Ae.env.APPLE_KEY_CONTENT),Ae.env.APPLE_PROFILE_NAME&&(t.APPLE_PROFILE_NAME=Ae.env.APPLE_PROFILE_NAME),Ae.env.APP_STORE_CONNECT_TEAM_ID&&(t.APP_STORE_CONNECT_TEAM_ID=Ae.env.APP_STORE_CONNECT_TEAM_ID),Ae.env.ANDROID_KEYSTORE_FILE&&(t.ANDROID_KEYSTORE_FILE=Ae.env.ANDROID_KEYSTORE_FILE),Ae.env.KEYSTORE_KEY_ALIAS&&(t.KEYSTORE_KEY_ALIAS=Ae.env.KEYSTORE_KEY_ALIAS),Ae.env.KEYSTORE_KEY_PASSWORD&&(t.KEYSTORE_KEY_PASSWORD=Ae.env.KEYSTORE_KEY_PASSWORD),Ae.env.KEYSTORE_STORE_PASSWORD&&(t.KEYSTORE_STORE_PASSWORD=Ae.env.KEYSTORE_STORE_PASSWORD),Ae.env.PLAY_CONFIG_JSON&&(t.PLAY_CONFIG_JSON=Ae.env.PLAY_CONFIG_JSON),t}async function WA(t,e,r){let n=await Ps(t),o=B5(),i={...n?.[e]||{}};if(Object.assign(i,o),r&&Object.assign(i,r),e==="android"){let a=!!i.KEYSTORE_KEY_PASSWORD,s=!!i.KEYSTORE_STORE_PASSWORD;a&&!s?i.KEYSTORE_STORE_PASSWORD=i.KEYSTORE_KEY_PASSWORD:!a&&s&&(i.KEYSTORE_KEY_PASSWORD=i.KEYSTORE_STORE_PASSWORD)}return Object.keys(i).length>0?i:void 0}async function YA(t,e,r={}){let n={...r};return t==="ios"?(e.BUILD_CERTIFICATE_FILE&&(n.BUILD_CERTIFICATE_BASE64=await ua(e.BUILD_CERTIFICATE_FILE)),e.BUILD_PROVISION_PROFILE_FILE&&(n.BUILD_PROVISION_PROFILE_BASE64=await ua(e.BUILD_PROVISION_PROFILE_FILE)),e.BUILD_PROVISION_PROFILE_FILE_PROD&&(n.BUILD_PROVISION_PROFILE_BASE64_PROD=await ua(e.BUILD_PROVISION_PROFILE_FILE_PROD)),e.APPLE_KEY_FILE&&(n.APPLE_KEY_CONTENT=await ua(e.APPLE_KEY_FILE))):t==="android"&&(e.ANDROID_KEYSTORE_PATH&&(n.ANDROID_KEYSTORE_FILE=await ua(e.ANDROID_KEYSTORE_PATH)),e.PLAY_CONFIG_JSON_PATH&&(n.PLAY_CONFIG_JSON=await ua(e.PLAY_CONFIG_JSON_PATH))),n}async function JA(t,e,r){let n=await zl(),o=n[t]||{};o[e]={...o[e],...r},n[t]=o,await Vl(n)}async function Kl(t,e){let r=await zl();if(!t){await Vl({});return}if(!e){delete r[t],await Vl(r);return}let n=r[t]||{};delete n[e],Object.keys(n).length===0?delete r[t]:r[t]=n,await Vl(r)}async function XA(t,e){return(await Ps(t))?.[e]||null}async function Pg(){let t=await zl();return Object.keys(t)}async function ZA(t){try{t.platform||(f.error("Platform is required. Use --platform ios or --platform android"),Jt.default.exit(1));let e=await ee(),r=ce(t.appId,e?.config);r||(f.error("\u274C App ID is required."),f.error(""),f.error("Either:"),f.error(" 1. Run this command from a Capacitor project directory, OR"),f.error(" 2. Provide --appId explicitly: --appId com.example.app"),f.error(""),Jt.default.exit(1));let n=t.platform;f.info(`
172
172
  \u{1F512} SECURITY NOTICE:`),f.info(" - Credentials saved to ~/.capgo-credentials/credentials.json (local only)"),f.info(" - When building, credentials are sent to Capgo servers"),f.info(" - Credentials are NEVER stored on Capgo servers"),f.info(" - Auto-deleted after build (max 24 hours)"),f.info(` - Builds sent directly to app stores - Capgo keeps nothing
173
- `);let o={},i={};if(n==="ios"){if(t.certificate){let u=(0,To.resolve)(t.certificate);(0,$o.existsSync)(u)||(f.error(`Certificate file not found: ${u}`),Jt.default.exit(1)),i.BUILD_CERTIFICATE_FILE=u,f.info(`\u2713 Certificate file: ${u}`)}if(t.provisioningProfile){let u=(0,To.resolve)(t.provisioningProfile);(0,$o.existsSync)(u)||(f.error(`Provisioning profile not found: ${u}`),Jt.default.exit(1)),i.BUILD_PROVISION_PROFILE_FILE=u,f.info(`\u2713 Provisioning profile: ${u}`)}if(t.provisioningProfileProd){let u=(0,To.resolve)(t.provisioningProfileProd);(0,$o.existsSync)(u)||(f.error(`Production provisioning profile not found: ${u}`),Jt.default.exit(1)),i.BUILD_PROVISION_PROFILE_FILE_PROD=u,f.info(`\u2713 Production provisioning profile: ${u}`)}if(t.appleKey){let u=(0,To.resolve)(t.appleKey);(0,$o.existsSync)(u)||(f.error(`Apple key file not found: ${u}`),Jt.default.exit(1)),i.APPLE_KEY_FILE=u,f.info(`\u2713 Apple key file: ${u}`)}t.p12Password?o.P12_PASSWORD=t.p12Password:i.BUILD_CERTIFICATE_FILE&&(f.warn("\u26A0\uFE0F No P12 password provided - assuming certificate has no password"),f.warn(' If your certificate requires a password, add --p12-password "your-password"')),t.appleKeyId&&(o.APPLE_KEY_ID=t.appleKeyId),t.appleIssuerId&&(o.APPLE_ISSUER_ID=t.appleIssuerId),t.appleProfileName&&(o.APPLE_PROFILE_NAME=t.appleProfileName),t.appleTeamId&&(o.APP_STORE_CONNECT_TEAM_ID=t.appleTeamId)}else if(n==="android"){if(t.keystore){let l=(0,To.resolve)(t.keystore);(0,$o.existsSync)(l)||(f.error(`Keystore file not found: ${l}`),Jt.default.exit(1)),i.ANDROID_KEYSTORE_PATH=l,f.info(`\u2713 Keystore file: ${l}`)}if(t.playConfig){let l=(0,To.resolve)(t.playConfig);(0,$o.existsSync)(l)||(f.error(`Play config file not found: ${l}`),Jt.default.exit(1)),i.PLAY_CONFIG_JSON_PATH=l,f.info(`\u2713 Play Store config: ${l}`)}t.keystoreAlias&&(o.KEYSTORE_KEY_ALIAS=t.keystoreAlias);let u=!!t.keystoreKeyPassword,c=!!t.keystoreStorePassword;u&&!c?(o.KEYSTORE_KEY_PASSWORD=t.keystoreKeyPassword,o.KEYSTORE_STORE_PASSWORD=t.keystoreKeyPassword):!u&&c?(o.KEYSTORE_KEY_PASSWORD=t.keystoreStorePassword,o.KEYSTORE_STORE_PASSWORD=t.keystoreStorePassword):u&&c&&(o.KEYSTORE_KEY_PASSWORD=t.keystoreKeyPassword,o.KEYSTORE_STORE_PASSWORD=t.keystoreStorePassword)}let a=await zA(n,i,o),s=[];if(n==="ios"?(a.BUILD_CERTIFICATE_BASE64||s.push("--certificate <path> (P12 certificate file)"),a.BUILD_PROVISION_PROFILE_BASE64||s.push("--provisioning-profile <path> (Provisioning profile file)"),a.APPLE_KEY_ID||s.push("--apple-key-id <id> (App Store Connect API Key ID)"),a.APPLE_ISSUER_ID||s.push("--apple-issuer-id <id> (App Store Connect Issuer ID)"),a.APPLE_KEY_CONTENT||s.push("--apple-key <path> (App Store Connect API Key file)"),a.APP_STORE_CONNECT_TEAM_ID||s.push("--apple-team-id <id> (App Store Connect Team ID)"),a.APPLE_PROFILE_NAME||s.push("--apple-profile-name <name> (Provisioning profile name)")):n==="android"&&(a.ANDROID_KEYSTORE_FILE||s.push("--keystore <path> (Keystore file)"),a.KEYSTORE_KEY_ALIAS||s.push("--keystore-alias <alias> (Keystore alias)"),!a.KEYSTORE_KEY_PASSWORD&&!a.KEYSTORE_STORE_PASSWORD&&s.push("--keystore-key-password <password> OR --keystore-store-password <password> (At least one password required, will be used for both)"),a.PLAY_CONFIG_JSON||s.push("--play-config <path> (Google Play service account JSON - required for uploading to Play Store)")),s.length>0){f.error(`\u274C Missing required credentials for ${n.toUpperCase()}:`),f.error("");for(let u of s)f.error(` \u2022 ${u}`);f.error(""),f.error("Example:"),n==="ios"?(f.error(" npx @capgo/cli build credentials save --platform ios \\"),f.error(" --certificate ./cert.p12 \\"),f.error(' --p12-password "your-password" \\ # Optional if cert has no password'),f.error(" --provisioning-profile ./profile.mobileprovision \\"),f.error(" --apple-key ./AuthKey_XXXXXXXXXX.p8 \\"),f.error(' --apple-key-id "XXXXXXXXXX" \\'),f.error(' --apple-issuer-id "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" \\'),f.error(' --apple-team-id "XXXXXXXXXX" \\'),f.error(' --apple-profile-name "match AppStore com.example.app"')):(f.error(" npx @capgo/cli build credentials save --platform android \\"),f.error(" --keystore ./release.keystore \\"),f.error(' --keystore-alias "my-key-alias" \\'),f.error(' --keystore-key-password "password" \\'),f.error(" --play-config ./play-store-service-account.json"),f.error(""),f.error(" Note: If both key and store passwords are the same, you only need to provide one."),f.error(" If they differ, provide both --keystore-key-password and --keystore-store-password."),f.error(" The --play-config is required for uploading to Google Play Store.")),f.error(""),Jt.default.exit(1)}await KA(r,n,a);try{let u=ne(!0);if(u){let c=await re(u),l=await yt(c,r);await fe(u,{channel:"credentials",event:"Credentials saved",icon:"\u{1F510}",user_id:l,tags:{"app-id":r,platform:n},notify:!1}).catch()}}catch{}f.success(`
173
+ `);let o={},i={};if(n==="ios"){if(t.certificate){let u=(0,$o.resolve)(t.certificate);(0,Po.existsSync)(u)||(f.error(`Certificate file not found: ${u}`),Jt.default.exit(1)),i.BUILD_CERTIFICATE_FILE=u,f.info(`\u2713 Certificate file: ${u}`)}if(t.provisioningProfile){let u=(0,$o.resolve)(t.provisioningProfile);(0,Po.existsSync)(u)||(f.error(`Provisioning profile not found: ${u}`),Jt.default.exit(1)),i.BUILD_PROVISION_PROFILE_FILE=u,f.info(`\u2713 Provisioning profile: ${u}`)}if(t.provisioningProfileProd){let u=(0,$o.resolve)(t.provisioningProfileProd);(0,Po.existsSync)(u)||(f.error(`Production provisioning profile not found: ${u}`),Jt.default.exit(1)),i.BUILD_PROVISION_PROFILE_FILE_PROD=u,f.info(`\u2713 Production provisioning profile: ${u}`)}if(t.appleKey){let u=(0,$o.resolve)(t.appleKey);(0,Po.existsSync)(u)||(f.error(`Apple key file not found: ${u}`),Jt.default.exit(1)),i.APPLE_KEY_FILE=u,f.info(`\u2713 Apple key file: ${u}`)}t.p12Password?o.P12_PASSWORD=t.p12Password:i.BUILD_CERTIFICATE_FILE&&(f.warn("\u26A0\uFE0F No P12 password provided - assuming certificate has no password"),f.warn(' If your certificate requires a password, add --p12-password "your-password"')),t.appleKeyId&&(o.APPLE_KEY_ID=t.appleKeyId),t.appleIssuerId&&(o.APPLE_ISSUER_ID=t.appleIssuerId),t.appleProfileName&&(o.APPLE_PROFILE_NAME=t.appleProfileName),t.appleTeamId&&(o.APP_STORE_CONNECT_TEAM_ID=t.appleTeamId)}else if(n==="android"){if(t.keystore){let l=(0,$o.resolve)(t.keystore);(0,Po.existsSync)(l)||(f.error(`Keystore file not found: ${l}`),Jt.default.exit(1)),i.ANDROID_KEYSTORE_PATH=l,f.info(`\u2713 Keystore file: ${l}`)}if(t.playConfig){let l=(0,$o.resolve)(t.playConfig);(0,Po.existsSync)(l)||(f.error(`Play config file not found: ${l}`),Jt.default.exit(1)),i.PLAY_CONFIG_JSON_PATH=l,f.info(`\u2713 Play Store config: ${l}`)}t.keystoreAlias&&(o.KEYSTORE_KEY_ALIAS=t.keystoreAlias);let u=!!t.keystoreKeyPassword,c=!!t.keystoreStorePassword;u&&!c?(o.KEYSTORE_KEY_PASSWORD=t.keystoreKeyPassword,o.KEYSTORE_STORE_PASSWORD=t.keystoreKeyPassword):!u&&c?(o.KEYSTORE_KEY_PASSWORD=t.keystoreStorePassword,o.KEYSTORE_STORE_PASSWORD=t.keystoreStorePassword):u&&c&&(o.KEYSTORE_KEY_PASSWORD=t.keystoreKeyPassword,o.KEYSTORE_STORE_PASSWORD=t.keystoreStorePassword)}let a=await YA(n,i,o),s=[];if(n==="ios"?(a.BUILD_CERTIFICATE_BASE64||s.push("--certificate <path> (P12 certificate file)"),a.BUILD_PROVISION_PROFILE_BASE64||s.push("--provisioning-profile <path> (Provisioning profile file)"),a.APPLE_KEY_ID||s.push("--apple-key-id <id> (App Store Connect API Key ID)"),a.APPLE_ISSUER_ID||s.push("--apple-issuer-id <id> (App Store Connect Issuer ID)"),a.APPLE_KEY_CONTENT||s.push("--apple-key <path> (App Store Connect API Key file)"),a.APP_STORE_CONNECT_TEAM_ID||s.push("--apple-team-id <id> (App Store Connect Team ID)"),a.APPLE_PROFILE_NAME||s.push("--apple-profile-name <name> (Provisioning profile name)")):n==="android"&&(a.ANDROID_KEYSTORE_FILE||s.push("--keystore <path> (Keystore file)"),a.KEYSTORE_KEY_ALIAS||s.push("--keystore-alias <alias> (Keystore alias)"),!a.KEYSTORE_KEY_PASSWORD&&!a.KEYSTORE_STORE_PASSWORD&&s.push("--keystore-key-password <password> OR --keystore-store-password <password> (At least one password required, will be used for both)"),a.PLAY_CONFIG_JSON||s.push("--play-config <path> (Google Play service account JSON - required for uploading to Play Store)")),s.length>0){f.error(`\u274C Missing required credentials for ${n.toUpperCase()}:`),f.error("");for(let u of s)f.error(` \u2022 ${u}`);f.error(""),f.error("Example:"),n==="ios"?(f.error(" npx @capgo/cli build credentials save --platform ios \\"),f.error(" --certificate ./cert.p12 \\"),f.error(' --p12-password "your-password" \\ # Optional if cert has no password'),f.error(" --provisioning-profile ./profile.mobileprovision \\"),f.error(" --apple-key ./AuthKey_XXXXXXXXXX.p8 \\"),f.error(' --apple-key-id "XXXXXXXXXX" \\'),f.error(' --apple-issuer-id "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" \\'),f.error(' --apple-team-id "XXXXXXXXXX" \\'),f.error(' --apple-profile-name "match AppStore com.example.app"')):(f.error(" npx @capgo/cli build credentials save --platform android \\"),f.error(" --keystore ./release.keystore \\"),f.error(' --keystore-alias "my-key-alias" \\'),f.error(' --keystore-key-password "password" \\'),f.error(" --play-config ./play-store-service-account.json"),f.error(""),f.error(" Note: If both key and store passwords are the same, you only need to provide one."),f.error(" If they differ, provide both --keystore-key-password and --keystore-store-password."),f.error(" The --play-config is required for uploading to Google Play Store.")),f.error(""),Jt.default.exit(1)}await JA(r,n,a);try{let u=ne(!0);if(u){let c=await re(u),l=await yt(c,r);await fe(u,{channel:"credentials",event:"Credentials saved",icon:"\u{1F510}",user_id:l,tags:{"app-id":r,platform:n},notify:!1}).catch()}}catch{}f.success(`
174
174
  \u2705 ${n.toUpperCase()} credentials saved successfully for ${r}!`),f.info(" Location: ~/.capgo-credentials/credentials.json"),f.info(` Use: npx @capgo/cli build ${r} --platform ${n}
175
- `)}catch(e){f.error(`Failed to save credentials: ${e instanceof Error?e.message:String(e)}`),Jt.default.exit(1)}}async function YA(t){try{let e=await kg();if(e.length===0){f.info("No saved credentials found."),f.info("Use: npx @capgo/cli build credentials save --platform <ios|android>");return}f.info(`
175
+ `)}catch(e){f.error(`Failed to save credentials: ${e instanceof Error?e.message:String(e)}`),Jt.default.exit(1)}}async function QA(t){try{let e=await Pg();if(e.length===0){f.info("No saved credentials found."),f.info("Use: npx @capgo/cli build credentials save --platform <ios|android>");return}f.info(`
176
176
  \u{1F4CB} Saved Build Credentials:
177
- `);let r=await ee(),n=t?.appId||ce(void 0,r?.config),o=n?[n]:e;for(let i of o){let a=await ks(i);if(a){if(f.info(`
177
+ `);let r=await ee(),n=t?.appId||ce(void 0,r?.config),o=n?[n]:e;for(let i of o){let a=await Ps(i);if(a){if(f.info(`
178
178
  \u{1F539} App: ${i}`),a.ios){f.info(" iOS Credentials:");let s=a.ios;s.BUILD_CERTIFICATE_BASE64&&f.info(" \u2713 Certificate (base64)"),s.BUILD_PROVISION_PROFILE_BASE64&&f.info(" \u2713 Provisioning Profile (base64)"),s.BUILD_PROVISION_PROFILE_BASE64_PROD&&f.info(" \u2713 Production Provisioning Profile (base64)"),s.APPLE_KEY_CONTENT&&f.info(" \u2713 Apple Key Content (base64)"),s.P12_PASSWORD&&f.info(" \u2713 P12 Password: ********"),s.APPLE_KEY_ID&&f.info(` \u2713 Apple Key ID: ${s.APPLE_KEY_ID}`),s.APPLE_ISSUER_ID&&f.info(` \u2713 Apple Issuer ID: ${s.APPLE_ISSUER_ID}`),s.APP_STORE_CONNECT_TEAM_ID&&f.info(` \u2713 Team ID: ${s.APP_STORE_CONNECT_TEAM_ID}`)}if(a.android){f.info(" Android Credentials:");let s=a.android;s.ANDROID_KEYSTORE_FILE&&f.info(" \u2713 Keystore (base64)"),s.PLAY_CONFIG_JSON&&f.info(" \u2713 Play Store Config (base64)"),s.KEYSTORE_KEY_ALIAS&&f.info(` \u2713 Keystore Alias: ${s.KEYSTORE_KEY_ALIAS}`),s.KEYSTORE_KEY_PASSWORD&&f.info(" \u2713 Key Password: ********"),s.KEYSTORE_STORE_PASSWORD&&f.info(" \u2713 Store Password: ********")}}}f.info(`
179
179
  Location: ~/.capgo-credentials/credentials.json`),f.info(`
180
180
  \u{1F512} These credentials are stored locally on your machine only.`),f.info(" When building, they are sent to Capgo but NEVER stored there."),f.info(" They are auto-deleted after build completion (max 24 hours)."),f.info(` Builds sent directly to app stores - Capgo keeps nothing.
181
- `)}catch(e){f.error(`Failed to list credentials: ${e instanceof Error?e.message:String(e)}`),Jt.default.exit(1)}}async function JA(t){try{let e=await ee(),r=t.appId||ce(void 0,e?.config);if(r&&t.platform){if(!await GA(r,t.platform)){f.info(`No ${t.platform.toUpperCase()} credentials found for ${r}.`);return}await zl(r,t.platform),f.success(`\u2705 ${t.platform.toUpperCase()} credentials cleared for ${r}!`)}else if(r){let n=await ks(r);if(!n||!n.ios&&!n.android){f.info(`No credentials found for ${r}.`);return}await zl(r),f.success(`\u2705 All credentials cleared for ${r}!`)}else{if((await kg()).length===0){f.info("No saved credentials found.");return}await zl(),f.success("\u2705 All credentials cleared for all apps!")}f.info(` Location: ~/.capgo-credentials/credentials.json
182
- `)}catch(e){f.error(`Failed to clear credentials: ${e instanceof Error?e.message:String(e)}`),Jt.default.exit(1)}}var cn=require("node:fs"),Fr=require("node:fs/promises"),ZA=require("node:os"),Or=require("node:path"),Pg=de(require("node:process"));var QA=de(Hp()),Kl=de(Wc());async function B5(t,e,r,n,o){if(!o)try{let i=await fetch(`${t}/build/logs/${e}?app_id=${encodeURIComponent(r)}`,{headers:{authorization:n}});if(!i.ok){f.warn("Could not stream logs, continuing...");return}let a=i.body?.getReader();if(!a)return;let s=new TextDecoder;for(;;){let{done:u,value:c}=await a.read();if(u)break;let d=s.decode(c,{stream:!0}).split(`
183
- `);for(let p of d)if(p.startsWith("data: ")){let h=p.slice(6);h.trim()&&f.error(h)}}}catch(i){o||f.warn(`Log streaming interrupted${i instanceof Error?`: ${i.message}`:""}`)}}async function L5(t,e,r,n,o,i){let s=0;for(;s<120;)try{let u=await fetch(`${t}/build/status?job_id=${encodeURIComponent(e)}&app_id=${encodeURIComponent(r)}&platform=${n}`,{headers:{authorization:o}});if(!u.ok){i||f.warn(`Status check failed: ${u.status}`),await new Promise(l=>setTimeout(l,5e3)),s++;continue}let c=await u.json();if(c.status==="succeeded"||c.status==="failed")return c.status;await new Promise(l=>setTimeout(l,5e3)),s++}catch(u){i||f.warn(`Status check error: ${u}`),await new Promise(c=>setTimeout(c,5e3)),s++}return i||f.warn("Build status polling timed out"),"timeout"}async function N5(t,e){let r=new Set;if(e==="ios"){let n=(0,Or.join)(t,"ios/App/Podfile");if((0,cn.existsSync)(n)){let i=(await(0,Fr.readFile)(n,"utf-8")).matchAll(/pod\s+['"][^'"]+['"],\s*:path\s*=>\s*['"]\.\.\/\.\.\/node_modules\/([^'"]+)['"]/g);for(let a of i){let s=a[1];r.add(`node_modules/${s}/Package.swift`),r.add(`node_modules/${s}/*.podspec`),r.add(`node_modules/${s}/ios/`)}}}else if(e==="android"){let n=(0,Or.join)(t,"android/capacitor.settings.gradle");if((0,cn.existsSync)(n)){let i=(await(0,Fr.readFile)(n,"utf-8")).matchAll(/new\s+File\s*\(\s*['"]\.\.\/node_modules\/([^'"]+)['"]\s*\)/g);for(let a of i){let u=a[1].replace(/\/android$/,"");r.add(`node_modules/${u}/android/`)}}}return r}function XA(t,e,r){let n=t.replace(/\\/g,"/");if(n.startsWith(`${e}/`)||n==="package.json"||n==="package-lock.json"||n.startsWith("capacitor.config.")||n.startsWith("resources/")||e==="ios"&&n.startsWith("node_modules/@capacitor/ios/")||e==="android"&&n.startsWith("node_modules/@capacitor/android/"))return!0;for(let o of r)if(n.startsWith(o))return!0;return!1}function Ps(t,e,r,n,o){let i=(0,cn.readdirSync)(e);for(let a of i){let s=(0,Or.join)(e,a),u=r?`${r}/${a}`:a,c=(0,cn.statSync)(s);if(c.isDirectory()){if(a===".git"||a==="dist"||a==="build"||a===".angular"||a===".vite")continue;if(a===n){Ps(t,s,u,n,o);continue}if(a==="node_modules"){Ps(t,s,u,n,o);continue}if(a==="resources"){Ps(t,s,u,n,o);continue}let l=u.replace(/\\/g,"/");(XA(u,n,o)||Array.from(o).some(p=>p.startsWith(`${l}/`)))&&Ps(t,s,u,n,o)}else if(c.isFile()){if(a===".DS_Store"||a.endsWith(".log"))continue;XA(u,n,o)&&t.addLocalFile(s,r||void 0)}}}async function j5(t,e,r){let n=await N5(t,r),o=new QA.default;Ps(o,t,"",r,n),await(0,Fr.writeFile)(e,o.toBuffer())}async function U5(t,e,r=!1){let n=Date.now();try{e.apikey=e.apikey||ne(r);let o=await ee();if(t=t||o?.config.appId,!t)throw new Error("Missing argument, you need to provide a appId, or be in a capacitor project");if(!e.platform)throw new Error("Missing required argument: --platform <ios|android>");if(e.platform!=="ios"&&e.platform!=="android")throw new Error(`Invalid platform "${e.platform}". Must be "ios" or "android"`);let i=(0,Or.resolve)(e.path||Pg.default.cwd()),a=e.supaHost||"https://api.capgo.app",s=await re(e.apikey,e.supaHost,e.supaAnon);await ie(s,e.apikey,["write","all"]);let u=await yt(s,t);r||(f.info(`Requesting native build for ${t}`),f.info(`Platform: ${e.platform}`),f.info(`Project: ${i}`),f.info(`API host: ${a}`),f.info(`
181
+ `)}catch(e){f.error(`Failed to list credentials: ${e instanceof Error?e.message:String(e)}`),Jt.default.exit(1)}}async function e1(t){try{let e=await ee(),r=t.appId||ce(void 0,e?.config);if(r&&t.platform){if(!await XA(r,t.platform)){f.info(`No ${t.platform.toUpperCase()} credentials found for ${r}.`);return}await Kl(r,t.platform),f.success(`\u2705 ${t.platform.toUpperCase()} credentials cleared for ${r}!`)}else if(r){let n=await Ps(r);if(!n||!n.ios&&!n.android){f.info(`No credentials found for ${r}.`);return}await Kl(r),f.success(`\u2705 All credentials cleared for ${r}!`)}else{if((await Pg()).length===0){f.info("No saved credentials found.");return}await Kl(),f.success("\u2705 All credentials cleared for all apps!")}f.info(` Location: ~/.capgo-credentials/credentials.json
182
+ `)}catch(e){f.error(`Failed to clear credentials: ${e instanceof Error?e.message:String(e)}`),Jt.default.exit(1)}}var cn=require("node:fs"),Or=require("node:fs/promises"),r1=require("node:os"),Fr=require("node:path"),$g=de(require("node:process"));var n1=de(Vp()),Gl=de(Yc());async function L5(t,e,r,n,o){if(!o)try{let i=await fetch(`${t}/build/logs/${e}?app_id=${encodeURIComponent(r)}`,{headers:{authorization:n}});if(!i.ok){f.warn("Could not stream logs, continuing...");return}let a=i.body?.getReader();if(!a)return;let s=new TextDecoder;for(;;){let{done:u,value:c}=await a.read();if(u)break;let d=s.decode(c,{stream:!0}).split(`
183
+ `);for(let p of d)if(p.startsWith("data: ")){let h=p.slice(6);h.trim()&&f.error(h)}}}catch(i){o||f.warn(`Log streaming interrupted${i instanceof Error?`: ${i.message}`:""}`)}}async function N5(t,e,r,n,o,i){let s=0;for(;s<120;)try{let u=await fetch(`${t}/build/status?job_id=${encodeURIComponent(e)}&app_id=${encodeURIComponent(r)}&platform=${n}`,{headers:{authorization:o}});if(!u.ok){i||f.warn(`Status check failed: ${u.status}`),await new Promise(l=>setTimeout(l,5e3)),s++;continue}let c=await u.json();if(c.status==="succeeded"||c.status==="failed")return c.status;await new Promise(l=>setTimeout(l,5e3)),s++}catch(u){i||f.warn(`Status check error: ${u}`),await new Promise(c=>setTimeout(c,5e3)),s++}return i||f.warn("Build status polling timed out"),"timeout"}async function j5(t,e){let r=new Set;if(e==="ios"){let n=(0,Fr.join)(t,"ios/App/Podfile");if((0,cn.existsSync)(n)){let i=(await(0,Or.readFile)(n,"utf-8")).matchAll(/pod\s+['"][^'"]+['"],\s*:path\s*=>\s*['"]\.\.\/\.\.\/node_modules\/([^'"]+)['"]/g);for(let a of i){let s=a[1];r.add(`node_modules/${s}/Package.swift`),r.add(`node_modules/${s}/*.podspec`),r.add(`node_modules/${s}/ios/`)}}}else if(e==="android"){let n=(0,Fr.join)(t,"android/capacitor.settings.gradle");if((0,cn.existsSync)(n)){let i=(await(0,Or.readFile)(n,"utf-8")).matchAll(/new\s+File\s*\(\s*['"]\.\.\/node_modules\/([^'"]+)['"]\s*\)/g);for(let a of i){let u=a[1].replace(/\/android$/,"");r.add(`node_modules/${u}/android/`)}}}return r}function t1(t,e,r){let n=t.replace(/\\/g,"/");if(n.startsWith(`${e}/`)||n==="package.json"||n==="package-lock.json"||n.startsWith("capacitor.config.")||n.startsWith("resources/")||e==="ios"&&n.startsWith("node_modules/@capacitor/ios/")||e==="android"&&n.startsWith("node_modules/@capacitor/android/"))return!0;for(let o of r)if(n.startsWith(o))return!0;return!1}function $s(t,e,r,n,o){let i=(0,cn.readdirSync)(e);for(let a of i){let s=(0,Fr.join)(e,a),u=r?`${r}/${a}`:a,c=(0,cn.statSync)(s);if(c.isDirectory()){if(a===".git"||a==="dist"||a==="build"||a===".angular"||a===".vite")continue;if(a===n){$s(t,s,u,n,o);continue}if(a==="node_modules"){$s(t,s,u,n,o);continue}if(a==="resources"){$s(t,s,u,n,o);continue}let l=u.replace(/\\/g,"/");(t1(u,n,o)||Array.from(o).some(p=>p.startsWith(`${l}/`)))&&$s(t,s,u,n,o)}else if(c.isFile()){if(a===".DS_Store"||a.endsWith(".log"))continue;t1(u,n,o)&&t.addLocalFile(s,r||void 0)}}}async function U5(t,e,r){let n=await j5(t,r),o=new n1.default;$s(o,t,"",r,n),await(0,Or.writeFile)(e,o.toBuffer())}async function M5(t,e,r=!1){let n=Date.now();try{e.apikey=e.apikey||ne(r);let o=await ee();if(t=t||o?.config.appId,!t)throw new Error("Missing argument, you need to provide a appId, or be in a capacitor project");if(!e.platform)throw new Error("Missing required argument: --platform <ios|android>");if(e.platform!=="ios"&&e.platform!=="android")throw new Error(`Invalid platform "${e.platform}". Must be "ios" or "android"`);let i=(0,Fr.resolve)(e.path||$g.default.cwd()),a=e.supaHost||"https://api.capgo.app",s=await re(e.apikey,e.supaHost,e.supaAnon);await ie(s,e.apikey,["write","all"]);let u=await yt(s,t);r||(f.info(`Requesting native build for ${t}`),f.info(`Platform: ${e.platform}`),f.info(`Project: ${i}`),f.info(`API host: ${a}`),f.info(`
184
184
  \u{1F512} Security: Credentials are never stored on Capgo servers`),f.info(" They are used only during build and deleted after (max 24h)"),f.info(` Builds sent directly to app stores - Capgo keeps nothing
185
- `));let c={};e.buildCertificateBase64&&(c.BUILD_CERTIFICATE_BASE64=e.buildCertificateBase64),e.buildProvisionProfileBase64&&(c.BUILD_PROVISION_PROFILE_BASE64=e.buildProvisionProfileBase64),e.buildProvisionProfileBase64Prod&&(c.BUILD_PROVISION_PROFILE_BASE64_PROD=e.buildProvisionProfileBase64Prod),e.p12Password&&(c.P12_PASSWORD=e.p12Password),e.appleKeyId&&(c.APPLE_KEY_ID=e.appleKeyId),e.appleIssuerId&&(c.APPLE_ISSUER_ID=e.appleIssuerId),e.appleKeyContent&&(c.APPLE_KEY_CONTENT=e.appleKeyContent),e.appleProfileName&&(c.APPLE_PROFILE_NAME=e.appleProfileName),e.appStoreConnectTeamId&&(c.APP_STORE_CONNECT_TEAM_ID=e.appStoreConnectTeamId),e.androidKeystoreFile&&(c.ANDROID_KEYSTORE_FILE=e.androidKeystoreFile),e.keystoreKeyAlias&&(c.KEYSTORE_KEY_ALIAS=e.keystoreKeyAlias);let l=!!e.keystoreKeyPassword,d=!!e.keystoreStorePassword;l&&!d?(c.KEYSTORE_KEY_PASSWORD=e.keystoreKeyPassword,c.KEYSTORE_STORE_PASSWORD=e.keystoreKeyPassword):!l&&d?(c.KEYSTORE_KEY_PASSWORD=e.keystoreStorePassword,c.KEYSTORE_STORE_PASSWORD=e.keystoreStorePassword):l&&d&&(c.KEYSTORE_KEY_PASSWORD=e.keystoreKeyPassword,c.KEYSTORE_STORE_PASSWORD=e.keystoreStorePassword),e.playConfigJson&&(c.PLAY_CONFIG_JSON=e.playConfigJson);let p=await VA(t,e.platform,Object.keys(c).length>0?c:void 0),h={app_id:t,platform:e.platform};if(!p)throw r||(f.error("\u274C No credentials found for this app and platform"),f.error(""),f.error("You must provide credentials via:"),f.error(" 1. CLI arguments (--apple-key-id, --p12-password, etc.)"),f.error(" 2. Environment variables (APPLE_KEY_ID, P12_PASSWORD, etc.)"),f.error(" 3. Saved credentials file:"),f.error(` npx @capgo/cli build credentials save --appId ${t} --platform ${e.platform}`),f.error(""),f.error("Documentation:"),f.error(" https://capgo.app/docs/cli/cloud-build/credentials/")),new Error("No credentials found. Please provide credentials before building.");let m=[];if(e.platform==="ios"?(p.BUILD_CERTIFICATE_BASE64||m.push("BUILD_CERTIFICATE_BASE64 (or --build-certificate-base64)"),!p.P12_PASSWORD&&!r&&(f.warn("\u26A0\uFE0F P12_PASSWORD not provided - assuming certificate has no password"),f.warn(" If your certificate requires a password, provide it with --p12-password")),p.BUILD_PROVISION_PROFILE_BASE64||m.push("BUILD_PROVISION_PROFILE_BASE64 (or --build-provision-profile-base64)"),p.APPLE_KEY_ID||m.push("APPLE_KEY_ID (or --apple-key-id)"),p.APPLE_ISSUER_ID||m.push("APPLE_ISSUER_ID (or --apple-issuer-id)"),p.APPLE_KEY_CONTENT||m.push("APPLE_KEY_CONTENT (or --apple-key-content)"),p.APP_STORE_CONNECT_TEAM_ID||m.push("APP_STORE_CONNECT_TEAM_ID (or --apple-team-id)")):e.platform==="android"&&(p.ANDROID_KEYSTORE_FILE||m.push("ANDROID_KEYSTORE_FILE (or --android-keystore-file)"),p.KEYSTORE_KEY_ALIAS||m.push("KEYSTORE_KEY_ALIAS (or --keystore-key-alias)"),!p.KEYSTORE_KEY_PASSWORD&&!p.KEYSTORE_STORE_PASSWORD&&m.push("KEYSTORE_KEY_PASSWORD or KEYSTORE_STORE_PASSWORD (at least one password required)"),!p.PLAY_CONFIG_JSON&&!r&&f.warn("\u26A0\uFE0F PLAY_CONFIG_JSON not provided - build will succeed but cannot auto-upload to Play Store")),m.length>0){if(!r){f.error(`\u274C Missing required credentials for ${e.platform}:`),f.error("");for(let g of m)f.error(` \u2022 ${g}`);f.error(""),f.error("Provide credentials via:"),f.error(' 1. CLI arguments: npx @capgo/cli build request --platform ios --apple-id "..." --p12-password "..."'),f.error(' 2. Environment variables: export APPLE_ID="..." P12_PASSWORD="..."'),f.error(" 3. Saved credentials: npx @capgo/cli build credentials save --platform ios ..."),f.error(""),f.error("Documentation:"),f.error(` https://capgo.app/docs/cli/cloud-build/${e.platform}/`)}throw new Error(`Missing required credentials for ${e.platform}: ${m.join(", ")}`)}h.credentials=p,r||f.info("\u2713 Using credentials (merged from CLI args, env vars, and saved file)"),r||f.info("Requesting build from Capgo...");let b=await fetch(`${a}/build/request`,{method:"POST",headers:{"Content-Type":"application/json",authorization:e.apikey},body:JSON.stringify(h)});if(!b.ok){let g=await b.text();throw new Error(`Failed to request build: ${b.status} - ${g}`)}let D=await b.json();r||(f.success(`Build job created: ${D.job_id}`),f.info(`Status: ${D.status}`),f.info(`Upload URL: ${D.upload_url}`),f.info(`Upload expires: ${D.upload_expires_at}`)),await fe(e.apikey,{channel:"native-builder",event:"Build requested",icon:"\u{1F3D7}\uFE0F",user_id:u,tags:{"app-id":t,platform:e.platform},notify:!1}).catch();let C=(0,Or.join)((0,ZA.tmpdir)(),`capgo-build-${Date.now()}`);await(0,Fr.mkdir)(C,{recursive:!0});let E=(0,Or.join)(C,`${(0,Or.basename)(i)}.zip`);try{r||f.info(`Zipping ${e.platform} project from ${i}...`),await j5(i,E,e.platform);let _=((await(0,Fr.stat)(E)).size/1024/1024).toFixed(2);r||f.success(`Created zip: ${E} (${_} MB)`),r||(f.info("Uploading to builder with TUS protocol..."),f.info(`Upload endpoint: ${D.upload_url}`),f.info(`File size: ${_} MB`),f.info(`Job ID: ${D.job_id}`));let x=(0,cn.readFileSync)(E),$=De();r||$.start("Uploading bundle"),await new Promise((F,j)=>{let M=new Kl.Upload(x,{endpoint:D.upload_url,chunkSize:5242880,metadata:{filename:(0,Or.basename)(E),filetype:"application/zip"},headers:{authorization:e.apikey},onBeforeRequest(z){if(!r){f.info(`[TUS] ${z.getMethod()} ${z.getURL()}`);let k=z.getHeader("authorization");f.info(`[TUS] Authorization header present: ${!!k}`)}},onAfterResponse(z,k){if(!r){f.info(`[TUS] Response status: ${k.getStatus()}`);let y=k.getHeader("upload-offset"),w=k.getHeader("tus-resumable");f.info(`[TUS] Upload-Offset: ${y}, Tus-Resumable: ${w}`)}},onError(z){if(r||($.stop("Upload failed"),f.error(`[TUS] Upload error: ${z.message}`)),z instanceof Kl.DetailedError){let k=z.originalResponse?.getBody(),y=z.originalResponse?.getStatus(),w=z.originalRequest?.getURL();r||(f.error(`[TUS] Request URL: ${w}`),f.error(`[TUS] Response status: ${y}`),f.error(`[TUS] Response body: ${k}`));let v="Unknown error";try{let A=JSON.parse(k||'{"error": "unknown error"}');v=A.status||A.error||A.message||"unknown error"}catch{v=k||z.message}j(new Error(`TUS upload failed: ${v}`))}else j(new Error(`TUS upload failed: ${z.message||z.toString()}`))},onProgress(z,k){let y=(z/k*100).toFixed(2);r||$.message(`Uploading ${y}%`)},onSuccess(){r||($.stop("Upload complete!"),f.success("TUS upload completed successfully")),F()}});r||f.info("[TUS] Starting upload..."),M.start()}),r||f.info("Starting build job...");let O=await fetch(`${a}/build/start/${D.job_id}`,{method:"POST",headers:{"Content-Type":"application/json",authorization:e.apikey},body:JSON.stringify({app_id:t})});if(!O.ok){let F=await O.text();throw new Error(`Failed to start build: ${O.status} - ${F}`)}let B=await O.json();r||(f.success("Build started successfully!"),f.info(`Job ID: ${D.job_id}`),f.info(`Streaming build logs...
186
- `)),await B5(a,D.job_id,t,e.apikey,r);let T=await L5(a,D.job_id,t,e.platform,e.apikey,r);r||(T==="succeeded"?f.success("Build completed successfully!"):T==="failed"?f.error("Build failed"):f.warn(`Build finished with status: ${T}`));let N=((Date.now()-n)/1e3).toFixed(2);return await fe(e.apikey,{channel:"native-builder",event:T==="succeeded"?"Build succeeded":"Build failed",icon:T==="succeeded"?"\u2705":"\u274C",user_id:u,tags:{"app-id":t,platform:e.platform,status:T||"unknown",time:N},notify:!1}).catch(),{success:T==="succeeded",jobId:D.job_id,uploadUrl:D.upload_url,status:T||B.status||D.status}}finally{await(0,Fr.rm)(C,{recursive:!0,force:!0})}}catch(o){let i=o instanceof Error?o.message:String(o);return r||f.error(i),{success:!1,error:i}}}async function e1(t,e){(await U5(t,e,!1)).success||Pg.default.exit(1)}async function t1(t,e,r,n={}){let{silent:o=!1,autoUnlink:i=!1}=n,{data:a,error:s}=await t.from("channels").select().eq("app_id",e).eq("version",r.id);if(s)throw o||f.error(`Cannot check Version ${e}@${r.name}: ${U(s)}`),new Error(`Cannot check version ${e}@${r.name}: ${U(s)}`);if(!a?.length)return;if(o)throw new Error(`Version ${e}@${r.name} is used in ${a.length} channel(s)`);Q(`\u274C Version ${e}@${r.name} is used in ${a.length} channel${a.length>1?"s":""}`);let u=i;if(i||(u=await we({message:"unlink it?"})===!0),!u)throw f.error("Unlink it first"),new Error(`Version ${e}@${r.name} is still linked to channel(s)`);for(let c of a){let l=De();l.start(`Unlinking channel ${c.name}`);let d=await $g(t,e,{silent:o});if(!d)throw l.stop(`Cannot find unknown version for ${e}`),new Error(`Cannot find unknown version for ${e}`);let{error:p}=await t.from("channels").update({version:d.id}).eq("id",c.id);if(p)throw l.stop(`Cannot update channel ${c.name} ${U(p)}`),new Error(`Cannot update channel ${c.name}: ${U(p)}`);l.stop(`\u2705 Channel ${c.name} unlinked`)}X(`Version unlinked from ${a.length} channel${a.length>1?"s":""}`)}async function $g(t,e,r={}){let{silent:n=!1}=r,o=[3e3,7e3],i;for(let a=0;a<=2;a++){let{data:s,error:u}=await t.from("app_versions").select("id").eq("app_id",e).eq("name","unknown").single();if(!u)return s;i=u,a<2&&await new Promise(c=>setTimeout(c,o[a]))}throw n||f.error(`Cannot call findUnknownVersion as it returned an error.
187
- ${U(i)}`),new Error(`Cannot retrieve unknown version for app ${e}: ${U(i)}`)}function r1(t,e){return t.from("channels").insert(e).select().single()}function n1(t,e,r,n){return t.from("channels").delete().eq("name",e).eq("app_id",r).single()}function o1(t,e,r){return t.from("channels").select().eq("app_id",e).eq("name",r).single()}function i1(t,e,r){return t.from("channel_devices").delete().eq("app_id",e).eq("channel_id",r)}function a1(t,e,r){return t.from("channels").select(`
185
+ `));let c={};e.buildCertificateBase64&&(c.BUILD_CERTIFICATE_BASE64=e.buildCertificateBase64),e.buildProvisionProfileBase64&&(c.BUILD_PROVISION_PROFILE_BASE64=e.buildProvisionProfileBase64),e.buildProvisionProfileBase64Prod&&(c.BUILD_PROVISION_PROFILE_BASE64_PROD=e.buildProvisionProfileBase64Prod),e.p12Password&&(c.P12_PASSWORD=e.p12Password),e.appleKeyId&&(c.APPLE_KEY_ID=e.appleKeyId),e.appleIssuerId&&(c.APPLE_ISSUER_ID=e.appleIssuerId),e.appleKeyContent&&(c.APPLE_KEY_CONTENT=e.appleKeyContent),e.appleProfileName&&(c.APPLE_PROFILE_NAME=e.appleProfileName),e.appStoreConnectTeamId&&(c.APP_STORE_CONNECT_TEAM_ID=e.appStoreConnectTeamId),e.androidKeystoreFile&&(c.ANDROID_KEYSTORE_FILE=e.androidKeystoreFile),e.keystoreKeyAlias&&(c.KEYSTORE_KEY_ALIAS=e.keystoreKeyAlias);let l=!!e.keystoreKeyPassword,d=!!e.keystoreStorePassword;l&&!d?(c.KEYSTORE_KEY_PASSWORD=e.keystoreKeyPassword,c.KEYSTORE_STORE_PASSWORD=e.keystoreKeyPassword):!l&&d?(c.KEYSTORE_KEY_PASSWORD=e.keystoreStorePassword,c.KEYSTORE_STORE_PASSWORD=e.keystoreStorePassword):l&&d&&(c.KEYSTORE_KEY_PASSWORD=e.keystoreKeyPassword,c.KEYSTORE_STORE_PASSWORD=e.keystoreStorePassword),e.playConfigJson&&(c.PLAY_CONFIG_JSON=e.playConfigJson);let p=await WA(t,e.platform,Object.keys(c).length>0?c:void 0),h={app_id:t,platform:e.platform};if(!p)throw r||(f.error("\u274C No credentials found for this app and platform"),f.error(""),f.error("You must provide credentials via:"),f.error(" 1. CLI arguments (--apple-key-id, --p12-password, etc.)"),f.error(" 2. Environment variables (APPLE_KEY_ID, P12_PASSWORD, etc.)"),f.error(" 3. Saved credentials file:"),f.error(` npx @capgo/cli build credentials save --appId ${t} --platform ${e.platform}`),f.error(""),f.error("Documentation:"),f.error(" https://capgo.app/docs/cli/cloud-build/credentials/")),new Error("No credentials found. Please provide credentials before building.");let m=[];if(e.platform==="ios"?(p.BUILD_CERTIFICATE_BASE64||m.push("BUILD_CERTIFICATE_BASE64 (or --build-certificate-base64)"),!p.P12_PASSWORD&&!r&&(f.warn("\u26A0\uFE0F P12_PASSWORD not provided - assuming certificate has no password"),f.warn(" If your certificate requires a password, provide it with --p12-password")),p.BUILD_PROVISION_PROFILE_BASE64||m.push("BUILD_PROVISION_PROFILE_BASE64 (or --build-provision-profile-base64)"),p.APPLE_KEY_ID||m.push("APPLE_KEY_ID (or --apple-key-id)"),p.APPLE_ISSUER_ID||m.push("APPLE_ISSUER_ID (or --apple-issuer-id)"),p.APPLE_KEY_CONTENT||m.push("APPLE_KEY_CONTENT (or --apple-key-content)"),p.APP_STORE_CONNECT_TEAM_ID||m.push("APP_STORE_CONNECT_TEAM_ID (or --apple-team-id)")):e.platform==="android"&&(p.ANDROID_KEYSTORE_FILE||m.push("ANDROID_KEYSTORE_FILE (or --android-keystore-file)"),p.KEYSTORE_KEY_ALIAS||m.push("KEYSTORE_KEY_ALIAS (or --keystore-key-alias)"),!p.KEYSTORE_KEY_PASSWORD&&!p.KEYSTORE_STORE_PASSWORD&&m.push("KEYSTORE_KEY_PASSWORD or KEYSTORE_STORE_PASSWORD (at least one password required)"),!p.PLAY_CONFIG_JSON&&!r&&f.warn("\u26A0\uFE0F PLAY_CONFIG_JSON not provided - build will succeed but cannot auto-upload to Play Store")),m.length>0){if(!r){f.error(`\u274C Missing required credentials for ${e.platform}:`),f.error("");for(let g of m)f.error(` \u2022 ${g}`);f.error(""),f.error("Provide credentials via:"),f.error(' 1. CLI arguments: npx @capgo/cli build request --platform ios --apple-id "..." --p12-password "..."'),f.error(' 2. Environment variables: export APPLE_ID="..." P12_PASSWORD="..."'),f.error(" 3. Saved credentials: npx @capgo/cli build credentials save --platform ios ..."),f.error(""),f.error("Documentation:"),f.error(` https://capgo.app/docs/cli/cloud-build/${e.platform}/`)}throw new Error(`Missing required credentials for ${e.platform}: ${m.join(", ")}`)}h.credentials=p,r||f.info("\u2713 Using credentials (merged from CLI args, env vars, and saved file)"),r||f.info("Requesting build from Capgo...");let b=await fetch(`${a}/build/request`,{method:"POST",headers:{"Content-Type":"application/json",authorization:e.apikey},body:JSON.stringify(h)});if(!b.ok){let g=await b.text();throw new Error(`Failed to request build: ${b.status} - ${g}`)}let D=await b.json();r||(f.success(`Build job created: ${D.job_id}`),f.info(`Status: ${D.status}`),f.info(`Upload URL: ${D.upload_url}`),f.info(`Upload expires: ${D.upload_expires_at}`)),await fe(e.apikey,{channel:"native-builder",event:"Build requested",icon:"\u{1F3D7}\uFE0F",user_id:u,tags:{"app-id":t,platform:e.platform},notify:!1}).catch();let E=(0,Fr.join)((0,r1.tmpdir)(),`capgo-build-${Date.now()}`);await(0,Or.mkdir)(E,{recursive:!0});let C=(0,Fr.join)(E,`${(0,Fr.basename)(i)}.zip`);try{r||f.info(`Zipping ${e.platform} project from ${i}...`),await U5(i,C,e.platform);let _=((await(0,Or.stat)(C)).size/1024/1024).toFixed(2);r||f.success(`Created zip: ${C} (${_} MB)`),r||(f.info("Uploading to builder with TUS protocol..."),f.info(`Upload endpoint: ${D.upload_url}`),f.info(`File size: ${_} MB`),f.info(`Job ID: ${D.job_id}`));let x=(0,cn.readFileSync)(C),$=De();r||$.start("Uploading bundle"),await new Promise((O,j)=>{let M=new Gl.Upload(x,{endpoint:D.upload_url,chunkSize:5242880,metadata:{filename:(0,Fr.basename)(C),filetype:"application/zip"},headers:{authorization:e.apikey},onBeforeRequest(z){if(!r){f.info(`[TUS] ${z.getMethod()} ${z.getURL()}`);let F=z.getHeader("authorization");f.info(`[TUS] Authorization header present: ${!!F}`)}},onAfterResponse(z,F){if(!r){f.info(`[TUS] Response status: ${F.getStatus()}`);let y=F.getHeader("upload-offset"),w=F.getHeader("tus-resumable");f.info(`[TUS] Upload-Offset: ${y}, Tus-Resumable: ${w}`)}},onError(z){if(r||($.stop("Upload failed"),f.error(`[TUS] Upload error: ${z.message}`)),z instanceof Gl.DetailedError){let F=z.originalResponse?.getBody(),y=z.originalResponse?.getStatus(),w=z.originalRequest?.getURL();r||(f.error(`[TUS] Request URL: ${w}`),f.error(`[TUS] Response status: ${y}`),f.error(`[TUS] Response body: ${F}`));let v="Unknown error";try{let A=JSON.parse(F||'{"error": "unknown error"}');v=A.status||A.error||A.message||"unknown error"}catch{v=F||z.message}j(new Error(`TUS upload failed: ${v}`))}else j(new Error(`TUS upload failed: ${z.message||z.toString()}`))},onProgress(z,F){let y=(z/F*100).toFixed(2);r||$.message(`Uploading ${y}%`)},onSuccess(){r||($.stop("Upload complete!"),f.success("TUS upload completed successfully")),O()}});r||f.info("[TUS] Starting upload..."),M.start()}),r||f.info("Starting build job...");let P=await fetch(`${a}/build/start/${D.job_id}`,{method:"POST",headers:{"Content-Type":"application/json",authorization:e.apikey},body:JSON.stringify({app_id:t})});if(!P.ok){let O=await P.text();throw new Error(`Failed to start build: ${P.status} - ${O}`)}let B=await P.json();r||(f.success("Build started successfully!"),f.info(`Job ID: ${D.job_id}`),f.info(`Streaming build logs...
186
+ `)),await L5(a,D.job_id,t,e.apikey,r);let T=await N5(a,D.job_id,t,e.platform,e.apikey,r);r||(T==="succeeded"?f.success("Build completed successfully!"):T==="failed"?f.error("Build failed"):f.warn(`Build finished with status: ${T}`));let N=((Date.now()-n)/1e3).toFixed(2);return await fe(e.apikey,{channel:"native-builder",event:T==="succeeded"?"Build succeeded":"Build failed",icon:T==="succeeded"?"\u2705":"\u274C",user_id:u,tags:{"app-id":t,platform:e.platform,status:T||"unknown",time:N},notify:!1}).catch(),{success:T==="succeeded",jobId:D.job_id,uploadUrl:D.upload_url,status:T||B.status||D.status}}finally{await(0,Or.rm)(E,{recursive:!0,force:!0})}}catch(o){let i=o instanceof Error?o.message:String(o);return r||f.error(i),{success:!1,error:i}}}async function o1(t,e){(await M5(t,e,!1)).success||$g.default.exit(1)}async function i1(t,e,r,n={}){let{silent:o=!1,autoUnlink:i=!1}=n,{data:a,error:s}=await t.from("channels").select().eq("app_id",e).eq("version",r.id);if(s)throw o||f.error(`Cannot check Version ${e}@${r.name}: ${U(s)}`),new Error(`Cannot check version ${e}@${r.name}: ${U(s)}`);if(!a?.length)return;if(o)throw new Error(`Version ${e}@${r.name} is used in ${a.length} channel(s)`);Q(`\u274C Version ${e}@${r.name} is used in ${a.length} channel${a.length>1?"s":""}`);let u=i;if(i||(u=await we({message:"unlink it?"})===!0),!u)throw f.error("Unlink it first"),new Error(`Version ${e}@${r.name} is still linked to channel(s)`);for(let c of a){let l=De();l.start(`Unlinking channel ${c.name}`);let d=await Tg(t,e,{silent:o});if(!d)throw l.stop(`Cannot find unknown version for ${e}`),new Error(`Cannot find unknown version for ${e}`);let{error:p}=await t.from("channels").update({version:d.id}).eq("id",c.id);if(p)throw l.stop(`Cannot update channel ${c.name} ${U(p)}`),new Error(`Cannot update channel ${c.name}: ${U(p)}`);l.stop(`\u2705 Channel ${c.name} unlinked`)}X(`Version unlinked from ${a.length} channel${a.length>1?"s":""}`)}async function Tg(t,e,r={}){let{silent:n=!1}=r,o=[3e3,7e3],i;for(let a=0;a<=2;a++){let{data:s,error:u}=await t.from("app_versions").select("id").eq("app_id",e).eq("name","unknown").single();if(!u)return s;i=u,a<2&&await new Promise(c=>setTimeout(c,o[a]))}throw n||f.error(`Cannot call findUnknownVersion as it returned an error.
187
+ ${U(i)}`),new Error(`Cannot retrieve unknown version for app ${e}: ${U(i)}`)}function a1(t,e){return t.from("channels").insert(e).select().single()}function s1(t,e,r,n){return t.from("channels").delete().eq("name",e).eq("app_id",r).single()}function u1(t,e,r){return t.from("channels").select().eq("app_id",e).eq("name",r).single()}function c1(t,e,r){return t.from("channel_devices").delete().eq("app_id",e).eq("channel_id",r)}function l1(t,e,r){return t.from("channels").select(`
188
188
  id,
189
189
  version (id, name)
190
- `).eq("app_id",e).eq("name",r).single().throwOnError().then(({data:n})=>n?.version)}function s1(t,e=!1){if(e)return;let r=new at;r.theme=at.roundTheme,r.headers=["Name","Version","Public","iOS","Android","Auto Update","Native Auto Update","Device Self Set","Progressive Deploy","Secondary Version","Secondary Version Percentage","AB Testing","AB Testing Version","AB Testing Percentage","Emulator","Dev"],r.rows=[];for(let n of t.toReversed())r.rows.push([n.name,n.version?.name,n.public?"\u2705":"\u274C",n.ios?"\u2705":"\u274C",n.android?"\u2705":"\u274C",n.disable_auto_update,n.disable_auto_update_under_native?"\u274C":"\u2705",n.allow_device_self_set?"\u2705":"\u274C",n.allow_emulator?"\u2705":"\u274C",n.allow_dev?"\u2705":"\u274C"]);f.success("Channels"),f.success(r.toString())}async function u1(t,e,r=!1){let{data:n,error:o}=await t.from("channels").select(`
190
+ `).eq("app_id",e).eq("name",r).single().throwOnError().then(({data:n})=>n?.version)}function f1(t,e=!1){if(e)return;let r=new at;r.theme=at.roundTheme,r.headers=["Name","Version","Public","iOS","Android","Auto Update","Native Auto Update","Device Self Set","Progressive Deploy","Secondary Version","Secondary Version Percentage","AB Testing","AB Testing Version","AB Testing Percentage","Emulator","Dev"],r.rows=[];for(let n of t.toReversed())r.rows.push([n.name,n.version?.name,n.public?"\u2705":"\u274C",n.ios?"\u2705":"\u274C",n.android?"\u2705":"\u274C",n.disable_auto_update,n.disable_auto_update_under_native?"\u274C":"\u2705",n.allow_device_self_set?"\u2705":"\u274C",n.allow_emulator?"\u2705":"\u274C",n.allow_dev?"\u2705":"\u274C"]);f.success("Channels"),f.success(r.toString())}async function d1(t,e,r=!1){let{data:n,error:o}=await t.from("channels").select(`
191
191
  id,
192
192
  name,
193
193
  public,
@@ -202,40 +202,40 @@ ${U(i)}`),new Error(`Cannot retrieve unknown version for app ${e}: ${U(i)}`)}fun
202
202
  created_by,
203
203
  app_id,
204
204
  version (id, name)
205
- `).eq("app_id",e).order("created_at",{ascending:!1});if(o)throw r||f.error(`App ${e} not found in database`),new Error(`App ${e} not found in database: ${U(o)}`);return n}async function Tg(t,e,r,n={}){let{silent:o=!1}=n,{error:i}=await t.from("app_versions").update({deleted:!0}).eq("app_id",e).eq("deleted",!1).eq("name",r);if(i){let a=`App version ${e}@${r} not found in database`;throw o||f.error(a),new Error(`${a}: ${U(i)}`)}}async function Gl(t,e,r,n={}){let{silent:o=!1,autoUnlink:i=!1}=n,a=await M5(t,e,r,{silent:o});await t1(t,e,a,{silent:o,autoUnlink:i}),await Tg(t,e,r,{silent:o})}function Wl(t,e=!1){if(e)return;if(!t.length)throw new Error("No bundle found");let r=new at;r.theme=at.roundTheme,r.headers=["Version","Created","Keep"],r.rows=[];for(let n of t.toReversed())r.rows.push([n.name,ia(n.created_at),n.keep??""]);f.success("Bundles"),f.success(r.toString())}async function Yl(t,e,r={}){let{silent:n=!1}=r,{data:o,error:i}=await t.from("app_versions").select().eq("app_id",e).eq("deleted",!1).order("created_at",{ascending:!1});if(i){let a=`App ${e} not found in database`;throw n||f.error(a),new Error(`${a}: ${U(i)}`)}return o??[]}async function c1(t,e,r={}){let{silent:n=!1}=r,{data:o,error:i}=await t.from("channels").select("version").eq("app_id",e);if(i){let a=`App ${e} not found in database`;throw n||f.error(a),new Error(`${a}: ${U(i)}`)}return(o??[]).map(a=>a.version)}async function M5(t,e,r,n={}){let{silent:o=!1}=n,{data:i,error:a}=await t.from("app_versions").select().eq("app_id",e).eq("name",r).eq("deleted",!1).single();if(!i||a){let s=`App version ${e}@${r} doesn't exist`;throw o||f.error(s),new Error(`${s}${a?`: ${U(a)}`:""}`)}return i}async function q5(t,e,r,n){for await(let o of t)n||f.warn(`Removing ${o.name} created on ${ia(o.created_at)}`),await Gl(e,r,o.name)}function H5(t,e,r){let n=[];for(let o of t??[]){let i=ve(o.name);sd(i,e)&&Gn(i,r)&&n.push(o)}return n}async function V5(t,e,r=!1){r||Q("Cleanup versions in Capgo"),await ge(),e.apikey=e.apikey||ne();let{bundle:n,keep:o=4}=e,i=e.force||!1,a=e.ignoreChannel||!1,s=await ee();if(t=ce(t,s?.config),!e.apikey)throw r||f.error("Missing API key, you need to provide an API key to delete your app"),new Error("Missing API key");if(!t)throw r||f.error("Missing argument, you need to provide a appid, or be in a capacitor project"),new Error("Missing appId");let u=await re(e.apikey,e.supaHost,e.supaAnon);await ie(u,e.apikey,["write","all"]),await Me(u,e.apikey,t,3,r),r||f.info("Querying all available versions in Capgo");let c=await Yl(u,t),l=await c1(u,t);if(r||f.info(`Total active versions in Capgo: ${c?.length??0}`),!c?.length)throw r||f.error("No versions found, aborting cleanup"),new Error("No versions found");if(n){let h=ve(n),m=xa(h,"major");r||f.info(`Querying available versions in Capgo between ${wr(h)} and ${wr(m)}`),c=H5(c,h,m),r||f.info(`Active versions in Capgo between ${wr(h)} and ${wr(m)}: ${c?.length??0}`)}let d=[],p=0;for(let h of c){let m=l.find(b=>b===h.id);p<o||m&&!a?(h.keep=m?"\u2705 (Linked to channel)":"\u2705",p+=1):(h.keep="\u274C",d.push(h))}if(!d.length)return r||f.warn("Nothing to be removed, aborting removal..."),{removed:0,kept:p};if(r||Wl(c),!i){if(r)throw new Error("Cleanup requires force=true in SDK mode to prevent accidental deletions");{let h=await we({message:"Do you want to continue removing the versions specified?"});if(be(h)||!h)throw f.warn("Not confirmed, aborting removal..."),new Error("Cleanup cancelled by user")}}return r||f.success("You have confirmed removal, removing versions now"),await q5(d,u,t,r),r||X("Done \u2705"),{removed:d.length,kept:p}}async function l1(t,e){return V5(t,e)}async function z5(t,e,r=!1){r||Q("Check compatibility");let n={...e,apikey:e.apikey||ne()},o=await ee(),i=ce(t,o?.config),a=n.channel;if(!a)throw r||f.error("Missing argument, you need to provide a channel"),new Error("Missing channel");if(!n.apikey)throw r||f.error("Missing API key, you need to provide an API key to upload your bundle"),new Error("Missing API key");if(!i)throw r||f.error("Missing argument, you need to provide an appId, or be in a capacitor project"),new Error("Missing appId");let s=await re(n.apikey,n.supaHost,n.supaAnon);await ie(s,n.apikey,["write","all","read","upload"]),await Me(s,n.apikey,i,1,r);let u=await Ul(s,i,a,n.packageJson,n.nodeModules);if(!r){let c=new at;c.headers=["Package","Local version","Remote version","Compatible"],c.theme=at.roundTheme,c.rows=[];let l=n.text?"Yes":"\u2705",d=n.text?"No":"\u274C";for(let p of u.finalCompatibility){let{name:h,localVersion:m,remoteVersion:b}=p,D=ko(p)?l:d;c.rows.push([h,m,b,D])}f.success("Compatibility"),f.success(c.toString())}return{finalCompatibility:u.finalCompatibility}}async function f1(t,e){try{await z5(t,e,!1)}catch(r){throw f.error(`Error checking compatibility ${U(r)}`),r}}var fn=require("node:fs");var jn=require("node:buffer"),mt=require("node:crypto"),d1="aes-128-cbc",ln="base64",Jl=mt.constants.RSA_PKCS1_PADDING;function Xl(t){let e=(0,mt.randomBytes)(16),r=(0,mt.randomBytes)(16),n=e.toString(ln),o=(0,mt.privateEncrypt)({key:t,padding:Jl},r).toString(ln);return{sessionKey:r,ivSessionKey:`${n}:${o}`}}function ca(t,e,r){let[n]=r.split(":"),o=jn.Buffer.from(n,ln),i=(0,mt.createCipheriv)(d1,e,o);return i.setAutoPadding(!0),jn.Buffer.concat([i.update(t),i.final()])}function p1(t,e,r){let[n,o]=e.split(":"),i=(0,mt.publicDecrypt)({key:r,padding:Jl},jn.Buffer.from(o,ln)),a=jn.Buffer.from(n,ln),s=(0,mt.createDecipheriv)(d1,i,a);return s.setAutoPadding(!0),jn.Buffer.concat([s.update(t),s.final()])}function la(t,e){return(0,mt.privateEncrypt)({key:e,padding:Jl},jn.Buffer.from(t,ln)).toString(ln)}function h1(t="pem",e=2048){let{publicKey:r,privateKey:n}=(0,mt.generateKeyPairSync)("rsa",{modulusLength:e});return t==="pem"?{publicKey:r.export({type:"pkcs1",format:"pem"}),privateKey:n.export({type:"pkcs1",format:"pem"})}:{publicKey:r.export({type:"spki",format:"der"}).toString("base64"),privateKey:n.export({type:"pkcs1",format:"pem"}).toString("base64")}}function m1(t,e){return(0,mt.publicDecrypt)({key:e,padding:Jl},jn.Buffer.from(t,ln)).toString(ln)}function K5(t,e){let r=t.key||sn,n=e.config.plugins?.CapacitorUpdater?.publicKey;return(0,fn.existsSync)(r)?n=(0,fn.readFileSync)(r,"utf8"):!n&&t.keyData&&(n=t.keyData),{publicKey:n,fallbackKeyPath:r}}async function G5(t,e,r,n=!1){n||Q("Decrypt zip file");try{if(await ge(),!(0,fn.existsSync)(t)){let d=`Zip not found at the path ${t}`;throw n||f.error(d),new Error(d)}let o=await ee();if(!r.key&&!(0,fn.existsSync)(sn)&&!o.config.plugins?.CapacitorUpdater?.publicKey){let d=`Public Key not found at the path ${sn} or in ${o.path}`;throw n||f.error(d),new Error(d)}let{publicKey:i,fallbackKeyPath:a}=K5(r,o);if(!i){let d=`Cannot find public key ${a} or as keyData option or in ${o.path}`;throw n||f.error(d),new Error(d)}let s=(0,fn.readFileSync)(t),u=p1(s,e,r.keyData??i),c=`${t}_decrypted.zip`;(0,fn.writeFileSync)(c,u),n||f.info(`Decrypted zip file at ${c}`);let l;if(r.checksum){let d=await rn(u,"sha256"),p=m1(r.checksum,r.keyData??i);if(l=d===p,!l){let h=`Checksum does not match ${d} !== ${p}`;throw n||f.error(h),new Error(h)}n||f.info("Checksum matches")}return n||X("\u2705 done"),{outputPath:c,checksumMatches:l}}catch(o){throw n||f.error(`Error decrypting zip file ${U(o)}`),o instanceof Error?o:new Error(String(o))}}async function g1(t,e,r){await G5(t,e,r,!1)}async function W5(t,e,r,n=!1){n||Q("Delete bundle"),r.apikey=r.apikey||ne();let o=await ee();if(e=ce(e,o?.config),!r.apikey)throw n||f.error("Missing API key, you need to provide an API key to upload your bundle"),new Error("Missing API key");if(!e)throw n||f.error("Missing argument, you need to provide a appId, or be in a capacitor project"),new Error("Missing appId");if(!t)throw n||f.error("Missing argument, you need to provide a bundleId, or be in a capacitor project"),new Error("Missing bundleId");let i=await re(r.apikey,r.supaHost,r.supaAnon);return await ie(i,r.apikey,["write","all"]),await Me(i,r.apikey,e,3,n),n||(f.info(`Deleting bundle ${e}@${t} from Capgo`),f.info("Keep in mind that you will not be able to reuse this bundle version, it's gone forever")),await Gl(i,e,t),n||(f.success(`Bundle ${e}@${t} deleted in Capgo`),X("Done")),!0}async function D1(t,e,r){return W5(t,e,r)}var dn=require("node:fs");function $s(t){console.error(U(t))}async function Y5(t,e,r,n=!1){let{json:o}=r,i=!o&&!n;i&&(Q("Encryption"),await ge());try{let a=await ee(),s=!!a.config.plugins?.CapacitorUpdater?.privateKey,u=!!a.config.plugins?.CapacitorUpdater?.publicKey;if(s&&i&&f.warning("There is still a privateKey in the config"),!(0,dn.existsSync)(t)){let C=`Zip not found at the path ${t}`;throw n||(o?$s({error:"zip_not_found"}):f.error(`Error: ${C}`)),new Error(C)}if(!u)throw n||(o?$s({error:"missing_public_key"}):f.warning("Warning: Missing Public Key in config")),new Error("Missing public key in config");let c=r.key||Yt,l=r.keyData||"";if(!(0,dn.existsSync)(c)&&!l)throw n||(o?$s({error:"missing_key"}):(f.warning(`Cannot find a private key at ${c} or as a keyData option`),f.error("Error: Missing key"))),new Error("Missing private key");if((0,dn.existsSync)(c)&&(l=(0,dn.readFileSync)(c,"utf8")),l&&!l.startsWith("-----BEGIN RSA PRIVATE KEY-----"))throw n||(o?$s({error:"invalid_private_key"}):f.error("The private key provided is not a valid RSA Private key")),new Error("Invalid private key format");let d=(0,dn.readFileSync)(t),{sessionKey:p,ivSessionKey:h}=Xl(l),m=ca(d,p,h),b=la(e,l),D=`${t}_encrypted.zip`;return(0,dn.writeFileSync)(D,m),n||(o?console.log(JSON.stringify({checksum:b,filename:D,ivSessionKey:h},null,2)):(f.success(`Encoded Checksum: ${b}`),f.success(`ivSessionKey: ${h}`),f.success(`Encrypted zip saved at ${D}`),X("Done \u2705"))),{checksum:b,filename:D,ivSessionKey:h}}catch(a){throw n||(r.json?$s(a):f.error(`Error encrypting zip file ${U(a)}`)),a instanceof Error?a:new Error(String(a))}}async function y1(t,e,r){await Y5(t,e,r,!1)}async function b1(t,e,r=!1){r||Q("List bundles"),await ge(),e.apikey=e.apikey||ne();let n=await ee();if(t=ce(t,n?.config),!e.apikey)throw r||f.error("Missing API key, you need to provide an API key to upload your bundle"),new Error("Missing API key");if(!t)throw r||f.error("Missing argument, you need to provide a appid, or be in a capacitor project"),new Error("Missing appId");let o=await re(e.apikey,e.supaHost,e.supaAnon);await ie(o,e.apikey,["write","all","read","upload"]),await Me(o,e.apikey,t,1,r),r||f.info(`Querying available versions of: ${t} in Capgo`);let i=await Yl(o,t);return r||(f.info(`Active versions in Capgo: ${i?.length??0}`),Wl(i),X("Done \u2705")),i}var GF=require("node:crypto"),qo=require("node:fs"),oD=require("node:process");var Zl=class extends TransformStream{outChunkSize;constructor(e){let r=new Uint8Array(e),n=0;super({transform(o,i){let a=0;for(;a<o.length;){let s=e-n,u=Math.min(s,o.length-a);r.set(o.subarray(a,a+u),n),a+=u,n+=u,n===e&&(i.enqueue(r),r=new Uint8Array(e),n=0)}},flush(o){n>0&&o.enqueue(r.subarray(0,n))}}),this.outChunkSize=e}};function Un(t){return t=t.trim(),t=t.replace(/<!--[\s\S]*?-->/g,""),e();function e(){return{declaration:r(),root:n()}}function r(){if(!u(/^<\?xml\s*/))return;let p={attributes:{}};for(;!(c()||l("?>"));){let h=i();if(!h)return p;p.attributes[h.name]=h.value}return u(/\?>\s*/),p}function n(){let d=u(/^<([\w-:.]+)\s*/);if(!d)return;let p={name:d[1],attributes:{},children:[]};for(;!(c()||l(">")||l("?>")||l("/>"));){let m=i();if(!m)return p;p.attributes[m.name]=m.value}if(u(/^\s*\/>\s*/))return p;u(/\??>\s*/),p.content=o();let h;for(;h=n();)p.children.push(h);return u(/^<\/[\w-:.]+>\s*/),p}function o(){let d=u(/^([^<]*)/);return d?s(d[1]):""}function i(){let d=u(/([\w:-]+)\s*=\s*("[^"]*"|'[^']*'|\w+)\s*/);if(d)return{name:d[1],value:s(a(d[2]))}}function a(d){return d.replace(/^['"]|['"]$/g,"")}function s(d){return d.replaceAll("&lt;","<").replaceAll("&gt;",">").replaceAll("&amp;","&")}function u(d){let p=t.match(d);if(p)return t=t.slice(p[0].length),p}function c(){return t.length===0}function l(d){return t.startsWith(d)}}var Mr=class extends Error{};var Ct=class extends Mr{},Ts=class extends Mr{},Ql=class extends Mr{bucketName;constructor(e){super(`Invalid bucket name: ${e}`),this.bucketName=e}},qr=class extends Mr{objectName;constructor(e){super(`Invalid object name: ${e}`),this.objectName=e}},Mn=class extends Mr{constructor(){super("accessKey is required")}},fa=class extends Mr{constructor(){super("secretKey is required")}},Is=class extends Mr{constructor(){super("expirySeconds cannot be less than 1 second or more than 7 days")}},pn=class extends Mr{statusCode;code;key;bucketName;resource;region;constructor(e,r,n,o={}){super(n),this.statusCode=e,this.code=r,this.key=o.key,this.bucketName=o.bucketName,this.resource=o.resource,this.region=o.region}};async function w1(t){try{let r=Un(await t.text()).root;if(r?.name!=="Error")throw new Error("Invalid root, expected <Error>");let n=r.children.find(c=>c.name==="Code")?.content??"UnknownErrorCode",o=r.children.find(c=>c.name==="Message")?.content??"The error message could not be determined.",i=r.children.find(c=>c.name==="Key")?.content,a=r.children.find(c=>c.name==="BucketName")?.content,s=r.children.find(c=>c.name==="Resource")?.content,u=r.children.find(c=>c.name==="Region")?.content;return new pn(t.status,n,o,{key:i,bucketName:a,resource:s,region:u})}catch{return new pn(t.status,"UnrecognizedError",`Error: Unexpected response code ${t.status} ${t.statusText}. Unable to parse response as XML.`)}}function v1(t){return typeof t!="number"||isNaN(t)?!1:t>=1&&t<=65535}function C1(t){return typeof t!="string"||t.length<3||t.length>63||t.includes("..")||t.match(/[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+/)?!1:!!t.match(/^[a-z0-9][a-z0-9.-]+[a-z0-9]$/)}function qn(t){return!(!J5(t)||t.length===0)}function J5(t){return!(typeof t!="string"||t.length>1024)}function Rs(t){return Array.from(t).map(e=>e.toString(16).padStart(2,"0")).join("")}function Io(t=""){let e={'"':"","&quot;":"","&#34;":"","&QUOT;":"","&#x00022":""};return t.replace(/^("|&quot;|&#34;)|("|&quot;|&#34;)$/g,r=>e[r])}function Rg(t){return t.get("x-amz-version-id")??null}function Ro(t){let e=t.toISOString();return e.slice(0,4)+e.slice(5,7)+e.slice(8,13)+e.slice(14,16)+e.slice(17,19)+"Z"}function Bg(t){return Ro(t).slice(0,8)}function Lg(t,e){return`${Bg(e)}/${t}/s3/aws4_request`}async function ef(t){return t instanceof Uint8Array||(t=new TextEncoder().encode(t)),Rs(new Uint8Array(await crypto.subtle.digest("SHA-256",t)))}var X5=["x-amz-server-side-encryption-customer-algorithm","x-amz-server-side-encryption-customer-key","x-amz-server-side-encryption-customer-key-MD5"],tf=class extends WritableStream{getResult;constructor({client:e,bucketName:r,objectName:n,partSize:o,metadata:i}){let a,s=1,u,c=[],l,d=[];super({start(){},async write(p,h){let b=s++;try{if(b==1&&p.length<o){let E=await e.makeRequest({method:"PUT",headers:new Headers({...i,"Content-Length":String(p.length)}),bucketName:r,objectName:n,payload:p});a={etag:Io(E.headers.get("etag")??void 0),versionId:Rg(E.headers)};return}b===1&&(u=(await Z5({client:e,bucketName:r,objectName:n,metadata:i})).uploadId);let D={"Content-Length":String(p.length)};for(let E of X5){let g=i[E];g&&(D[E]=g)}let C=e.makeRequest({method:"PUT",query:{partNumber:b.toString(),uploadId:u},headers:new Headers(D),bucketName:r,objectName:n,payload:p}).then(E=>{let g=E.headers.get("etag")??"";return g&&(g=g.replace(/^"/,"").replace(/"$/,"")),c.push({part:b,etag:g}),E});d.push(C.catch(E=>{l||(l=E)}))}catch(D){throw D}},async close(){if(!a)if(u){if(await Promise.all(d),l)throw l;c.sort((p,h)=>p.part>h.part?1:-1),a=await Q5({client:e,bucketName:r,objectName:n,uploadId:u,etags:c})}else throw new Error("Stream was closed without uploading any data.")}}),this.getResult=()=>{if(a===void 0)throw new Error("Result is not ready. await the stream first.");return a}}};async function Z5(t){let e="POST",r=new Headers(t.metadata),i=await(await t.client.makeRequest({method:e,bucketName:t.bucketName,objectName:t.objectName,query:"uploads",headers:r,returnBody:!0})).text(),a=Un(i).root;if(!a||a.name!=="InitiateMultipartUploadResult")throw new Error(`Unexpected response: ${i}`);let s=a.children.find(u=>u.name==="UploadId")?.content;if(!s)throw new Error(`Unable to get UploadId from response: ${i}`);return{uploadId:s}}async function Q5({client:t,bucketName:e,objectName:r,uploadId:n,etags:o}){let i=`
205
+ `).eq("app_id",e).order("created_at",{ascending:!1});if(o)throw r||f.error(`App ${e} not found in database`),new Error(`App ${e} not found in database: ${U(o)}`);return n}async function Ig(t,e,r,n={}){let{silent:o=!1}=n,{error:i}=await t.from("app_versions").update({deleted:!0}).eq("app_id",e).eq("deleted",!1).eq("name",r);if(i){let a=`App version ${e}@${r} not found in database`;throw o||f.error(a),new Error(`${a}: ${U(i)}`)}}async function Wl(t,e,r,n={}){let{silent:o=!1,autoUnlink:i=!1}=n,a=await q5(t,e,r,{silent:o});await i1(t,e,a,{silent:o,autoUnlink:i}),await Ig(t,e,r,{silent:o})}function Yl(t,e=!1){if(e)return;if(!t.length)throw new Error("No bundle found");let r=new at;r.theme=at.roundTheme,r.headers=["Version","Created","Keep"],r.rows=[];for(let n of t.toReversed())r.rows.push([n.name,ia(n.created_at),n.keep??""]);f.success("Bundles"),f.success(r.toString())}async function Jl(t,e,r={}){let{silent:n=!1}=r,{data:o,error:i}=await t.from("app_versions").select().eq("app_id",e).eq("deleted",!1).order("created_at",{ascending:!1});if(i){let a=`App ${e} not found in database`;throw n||f.error(a),new Error(`${a}: ${U(i)}`)}return o??[]}async function p1(t,e,r={}){let{silent:n=!1}=r,{data:o,error:i}=await t.from("channels").select("version").eq("app_id",e);if(i){let a=`App ${e} not found in database`;throw n||f.error(a),new Error(`${a}: ${U(i)}`)}return(o??[]).map(a=>a.version)}async function q5(t,e,r,n={}){let{silent:o=!1}=n,{data:i,error:a}=await t.from("app_versions").select().eq("app_id",e).eq("name",r).eq("deleted",!1).single();if(!i||a){let s=`App version ${e}@${r} doesn't exist`;throw o||f.error(s),new Error(`${s}${a?`: ${U(a)}`:""}`)}return i}async function H5(t,e,r,n){for await(let o of t)n||f.warn(`Removing ${o.name} created on ${ia(o.created_at)}`),await Wl(e,r,o.name)}function V5(t,e,r){let n=[];for(let o of t??[]){let i=Oe(o.name);ud(i,e)&&vr(i,r)&&n.push(o)}return n}async function z5(t,e,r=!1){r||Q("Cleanup versions in Capgo"),await ge(),e.apikey=e.apikey||ne();let{bundle:n,keep:o=4}=e,i=e.force||!1,a=e.ignoreChannel||!1,s=await ee();if(t=ce(t,s?.config),!e.apikey)throw r||f.error("Missing API key, you need to provide an API key to delete your app"),new Error("Missing API key");if(!t)throw r||f.error("Missing argument, you need to provide a appid, or be in a capacitor project"),new Error("Missing appId");let u=await re(e.apikey,e.supaHost,e.supaAnon);await ie(u,e.apikey,["write","all"]),await Me(u,e.apikey,t,3,r),r||f.info("Querying all available versions in Capgo");let c=await Jl(u,t),l=await p1(u,t);if(r||f.info(`Total active versions in Capgo: ${c?.length??0}`),!c?.length)throw r||f.error("No versions found, aborting cleanup"),new Error("No versions found");if(n){let h=Oe(n),m=xa(h,"major");r||f.info(`Querying available versions in Capgo between ${wr(h)} and ${wr(m)}`),c=V5(c,h,m),r||f.info(`Active versions in Capgo between ${wr(h)} and ${wr(m)}: ${c?.length??0}`)}let d=[],p=0;for(let h of c){let m=l.find(b=>b===h.id);p<o||m&&!a?(h.keep=m?"\u2705 (Linked to channel)":"\u2705",p+=1):(h.keep="\u274C",d.push(h))}if(!d.length)return r||f.warn("Nothing to be removed, aborting removal..."),{removed:0,kept:p};if(r||Yl(c),!i){if(r)throw new Error("Cleanup requires force=true in SDK mode to prevent accidental deletions");{let h=await we({message:"Do you want to continue removing the versions specified?"});if(be(h)||!h)throw f.warn("Not confirmed, aborting removal..."),new Error("Cleanup cancelled by user")}}return r||f.success("You have confirmed removal, removing versions now"),await H5(d,u,t,r),r||X("Done \u2705"),{removed:d.length,kept:p}}async function h1(t,e){return z5(t,e)}async function K5(t,e,r=!1){r||Q("Check compatibility");let n={...e,apikey:e.apikey||ne()},o=await ee(),i=ce(t,o?.config),a=n.channel;if(!a)throw r||f.error("Missing argument, you need to provide a channel"),new Error("Missing channel");if(!n.apikey)throw r||f.error("Missing API key, you need to provide an API key to upload your bundle"),new Error("Missing API key");if(!i)throw r||f.error("Missing argument, you need to provide an appId, or be in a capacitor project"),new Error("Missing appId");let s=await re(n.apikey,n.supaHost,n.supaAnon);await ie(s,n.apikey,["write","all","read","upload"]),await Me(s,n.apikey,i,1,r);let u=await Ml(s,i,a,n.packageJson,n.nodeModules);if(!r){let c=new at;c.headers=["Package","Local version","Remote version","Compatible"],c.theme=at.roundTheme,c.rows=[];let l=n.text?"Yes":"\u2705",d=n.text?"No":"\u274C";for(let p of u.finalCompatibility){let{name:h,localVersion:m,remoteVersion:b}=p,D=Fo(p)?l:d;c.rows.push([h,m,b,D])}f.success("Compatibility"),f.success(c.toString())}return{finalCompatibility:u.finalCompatibility}}async function m1(t,e){try{await K5(t,e,!1)}catch(r){throw f.error(`Error checking compatibility ${U(r)}`),r}}var fn=require("node:fs");var jn=require("node:buffer"),mt=require("node:crypto"),g1="aes-128-cbc",ln="base64",Xl=mt.constants.RSA_PKCS1_PADDING;function Zl(t){let e=(0,mt.randomBytes)(16),r=(0,mt.randomBytes)(16),n=e.toString(ln),o=(0,mt.privateEncrypt)({key:t,padding:Xl},r).toString(ln);return{sessionKey:r,ivSessionKey:`${n}:${o}`}}function ca(t,e,r){let[n]=r.split(":"),o=jn.Buffer.from(n,ln),i=(0,mt.createCipheriv)(g1,e,o);return i.setAutoPadding(!0),jn.Buffer.concat([i.update(t),i.final()])}function D1(t,e,r){let[n,o]=e.split(":"),i=(0,mt.publicDecrypt)({key:r,padding:Xl},jn.Buffer.from(o,ln)),a=jn.Buffer.from(n,ln),s=(0,mt.createDecipheriv)(g1,i,a);return s.setAutoPadding(!0),jn.Buffer.concat([s.update(t),s.final()])}function la(t,e){return(0,mt.privateEncrypt)({key:e,padding:Xl},jn.Buffer.from(t,ln)).toString(ln)}function y1(t="pem",e=2048){let{publicKey:r,privateKey:n}=(0,mt.generateKeyPairSync)("rsa",{modulusLength:e});return t==="pem"?{publicKey:r.export({type:"pkcs1",format:"pem"}),privateKey:n.export({type:"pkcs1",format:"pem"})}:{publicKey:r.export({type:"spki",format:"der"}).toString("base64"),privateKey:n.export({type:"pkcs1",format:"pem"}).toString("base64")}}function b1(t,e){return(0,mt.publicDecrypt)({key:e,padding:Xl},jn.Buffer.from(t,ln)).toString(ln)}function G5(t,e){let r=t.key||sn,n=e.config.plugins?.CapacitorUpdater?.publicKey;return(0,fn.existsSync)(r)?n=(0,fn.readFileSync)(r,"utf8"):!n&&t.keyData&&(n=t.keyData),{publicKey:n,fallbackKeyPath:r}}async function W5(t,e,r,n=!1){n||Q("Decrypt zip file");try{if(await ge(),!(0,fn.existsSync)(t)){let d=`Zip not found at the path ${t}`;throw n||f.error(d),new Error(d)}let o=await ee();if(!r.key&&!(0,fn.existsSync)(sn)&&!o.config.plugins?.CapacitorUpdater?.publicKey){let d=`Public Key not found at the path ${sn} or in ${o.path}`;throw n||f.error(d),new Error(d)}let{publicKey:i,fallbackKeyPath:a}=G5(r,o);if(!i){let d=`Cannot find public key ${a} or as keyData option or in ${o.path}`;throw n||f.error(d),new Error(d)}let s=(0,fn.readFileSync)(t),u=D1(s,e,r.keyData??i),c=`${t}_decrypted.zip`;(0,fn.writeFileSync)(c,u),n||f.info(`Decrypted zip file at ${c}`);let l;if(r.checksum){let d=await rn(u,"sha256"),p=b1(r.checksum,r.keyData??i);if(l=d===p,!l){let h=`Checksum does not match ${d} !== ${p}`;throw n||f.error(h),new Error(h)}n||f.info("Checksum matches")}return n||X("\u2705 done"),{outputPath:c,checksumMatches:l}}catch(o){throw n||f.error(`Error decrypting zip file ${U(o)}`),o instanceof Error?o:new Error(String(o))}}async function w1(t,e,r){await W5(t,e,r,!1)}async function Y5(t,e,r,n=!1){n||Q("Delete bundle"),r.apikey=r.apikey||ne();let o=await ee();if(e=ce(e,o?.config),!r.apikey)throw n||f.error("Missing API key, you need to provide an API key to upload your bundle"),new Error("Missing API key");if(!e)throw n||f.error("Missing argument, you need to provide a appId, or be in a capacitor project"),new Error("Missing appId");if(!t)throw n||f.error("Missing argument, you need to provide a bundleId, or be in a capacitor project"),new Error("Missing bundleId");let i=await re(r.apikey,r.supaHost,r.supaAnon);return await ie(i,r.apikey,["write","all"]),await Me(i,r.apikey,e,3,n),n||(f.info(`Deleting bundle ${e}@${t} from Capgo`),f.info("Keep in mind that you will not be able to reuse this bundle version, it's gone forever")),await Wl(i,e,t),n||(f.success(`Bundle ${e}@${t} deleted in Capgo`),X("Done")),!0}async function v1(t,e,r){return Y5(t,e,r)}var dn=require("node:fs");function Ts(t){console.error(U(t))}async function J5(t,e,r,n=!1){let{json:o}=r,i=!o&&!n;i&&(Q("Encryption"),await ge());try{let a=await ee(),s=!!a.config.plugins?.CapacitorUpdater?.privateKey,u=!!a.config.plugins?.CapacitorUpdater?.publicKey;if(s&&i&&f.warning("There is still a privateKey in the config"),!(0,dn.existsSync)(t)){let E=`Zip not found at the path ${t}`;throw n||(o?Ts({error:"zip_not_found"}):f.error(`Error: ${E}`)),new Error(E)}if(!u)throw n||(o?Ts({error:"missing_public_key"}):f.warning("Warning: Missing Public Key in config")),new Error("Missing public key in config");let c=r.key||Yt,l=r.keyData||"";if(!(0,dn.existsSync)(c)&&!l)throw n||(o?Ts({error:"missing_key"}):(f.warning(`Cannot find a private key at ${c} or as a keyData option`),f.error("Error: Missing key"))),new Error("Missing private key");if((0,dn.existsSync)(c)&&(l=(0,dn.readFileSync)(c,"utf8")),l&&!l.startsWith("-----BEGIN RSA PRIVATE KEY-----"))throw n||(o?Ts({error:"invalid_private_key"}):f.error("The private key provided is not a valid RSA Private key")),new Error("Invalid private key format");let d=(0,dn.readFileSync)(t),{sessionKey:p,ivSessionKey:h}=Zl(l),m=ca(d,p,h),b=la(e,l),D=`${t}_encrypted.zip`;return(0,dn.writeFileSync)(D,m),n||(o?console.log(JSON.stringify({checksum:b,filename:D,ivSessionKey:h},null,2)):(f.success(`Encoded Checksum: ${b}`),f.success(`ivSessionKey: ${h}`),f.success(`Encrypted zip saved at ${D}`),X("Done \u2705"))),{checksum:b,filename:D,ivSessionKey:h}}catch(a){throw n||(r.json?Ts(a):f.error(`Error encrypting zip file ${U(a)}`)),a instanceof Error?a:new Error(String(a))}}async function E1(t,e,r){await J5(t,e,r,!1)}async function C1(t,e,r=!1){r||Q("List bundles"),await ge(),e.apikey=e.apikey||ne();let n=await ee();if(t=ce(t,n?.config),!e.apikey)throw r||f.error("Missing API key, you need to provide an API key to upload your bundle"),new Error("Missing API key");if(!t)throw r||f.error("Missing argument, you need to provide a appid, or be in a capacitor project"),new Error("Missing appId");let o=await re(e.apikey,e.supaHost,e.supaAnon);await ie(o,e.apikey,["write","all","read","upload"]),await Me(o,e.apikey,t,1,r),r||f.info(`Querying available versions of: ${t} in Capgo`);let i=await Jl(o,t);return r||(f.info(`Active versions in Capgo: ${i?.length??0}`),Yl(i),X("Done \u2705")),i}var WO=require("node:crypto"),Mo=require("node:fs"),iD=require("node:process");var Ql=class extends TransformStream{outChunkSize;constructor(e){let r=new Uint8Array(e),n=0;super({transform(o,i){let a=0;for(;a<o.length;){let s=e-n,u=Math.min(s,o.length-a);r.set(o.subarray(a,a+u),n),a+=u,n+=u,n===e&&(i.enqueue(r),r=new Uint8Array(e),n=0)}},flush(o){n>0&&o.enqueue(r.subarray(0,n))}}),this.outChunkSize=e}};function Un(t){return t=t.trim(),t=t.replace(/<!--[\s\S]*?-->/g,""),e();function e(){return{declaration:r(),root:n()}}function r(){if(!u(/^<\?xml\s*/))return;let p={attributes:{}};for(;!(c()||l("?>"));){let h=i();if(!h)return p;p.attributes[h.name]=h.value}return u(/\?>\s*/),p}function n(){let d=u(/^<([\w-:.]+)\s*/);if(!d)return;let p={name:d[1],attributes:{},children:[]};for(;!(c()||l(">")||l("?>")||l("/>"));){let m=i();if(!m)return p;p.attributes[m.name]=m.value}if(u(/^\s*\/>\s*/))return p;u(/\??>\s*/),p.content=o();let h;for(;h=n();)p.children.push(h);return u(/^<\/[\w-:.]+>\s*/),p}function o(){let d=u(/^([^<]*)/);return d?s(d[1]):""}function i(){let d=u(/([\w:-]+)\s*=\s*("[^"]*"|'[^']*'|\w+)\s*/);if(d)return{name:d[1],value:s(a(d[2]))}}function a(d){return d.replace(/^['"]|['"]$/g,"")}function s(d){return d.replaceAll("&lt;","<").replaceAll("&gt;",">").replaceAll("&amp;","&")}function u(d){let p=t.match(d);if(p)return t=t.slice(p[0].length),p}function c(){return t.length===0}function l(d){return t.startsWith(d)}}var Mr=class extends Error{};var Et=class extends Mr{},Is=class extends Mr{},ef=class extends Mr{bucketName;constructor(e){super(`Invalid bucket name: ${e}`),this.bucketName=e}},qr=class extends Mr{objectName;constructor(e){super(`Invalid object name: ${e}`),this.objectName=e}},Mn=class extends Mr{constructor(){super("accessKey is required")}},fa=class extends Mr{constructor(){super("secretKey is required")}},Rs=class extends Mr{constructor(){super("expirySeconds cannot be less than 1 second or more than 7 days")}},pn=class extends Mr{statusCode;code;key;bucketName;resource;region;constructor(e,r,n,o={}){super(n),this.statusCode=e,this.code=r,this.key=o.key,this.bucketName=o.bucketName,this.resource=o.resource,this.region=o.region}};async function _1(t){try{let r=Un(await t.text()).root;if(r?.name!=="Error")throw new Error("Invalid root, expected <Error>");let n=r.children.find(c=>c.name==="Code")?.content??"UnknownErrorCode",o=r.children.find(c=>c.name==="Message")?.content??"The error message could not be determined.",i=r.children.find(c=>c.name==="Key")?.content,a=r.children.find(c=>c.name==="BucketName")?.content,s=r.children.find(c=>c.name==="Resource")?.content,u=r.children.find(c=>c.name==="Region")?.content;return new pn(t.status,n,o,{key:i,bucketName:a,resource:s,region:u})}catch{return new pn(t.status,"UnrecognizedError",`Error: Unexpected response code ${t.status} ${t.statusText}. Unable to parse response as XML.`)}}function S1(t){return typeof t!="number"||isNaN(t)?!1:t>=1&&t<=65535}function x1(t){return typeof t!="string"||t.length<3||t.length>63||t.includes("..")||t.match(/[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+/)?!1:!!t.match(/^[a-z0-9][a-z0-9.-]+[a-z0-9]$/)}function qn(t){return!(!X5(t)||t.length===0)}function X5(t){return!(typeof t!="string"||t.length>1024)}function Bs(t){return Array.from(t).map(e=>e.toString(16).padStart(2,"0")).join("")}function To(t=""){let e={'"':"","&quot;":"","&#34;":"","&QUOT;":"","&#x00022":""};return t.replace(/^("|&quot;|&#34;)|("|&quot;|&#34;)$/g,r=>e[r])}function Bg(t){return t.get("x-amz-version-id")??null}function Io(t){let e=t.toISOString();return e.slice(0,4)+e.slice(5,7)+e.slice(8,13)+e.slice(14,16)+e.slice(17,19)+"Z"}function Lg(t){return Io(t).slice(0,8)}function Ng(t,e){return`${Lg(e)}/${t}/s3/aws4_request`}async function tf(t){return t instanceof Uint8Array||(t=new TextEncoder().encode(t)),Bs(new Uint8Array(await crypto.subtle.digest("SHA-256",t)))}var Z5=["x-amz-server-side-encryption-customer-algorithm","x-amz-server-side-encryption-customer-key","x-amz-server-side-encryption-customer-key-MD5"],rf=class extends WritableStream{getResult;constructor({client:e,bucketName:r,objectName:n,partSize:o,metadata:i}){let a,s=1,u,c=[],l,d=[];super({start(){},async write(p,h){let b=s++;try{if(b==1&&p.length<o){let C=await e.makeRequest({method:"PUT",headers:new Headers({...i,"Content-Length":String(p.length)}),bucketName:r,objectName:n,payload:p});a={etag:To(C.headers.get("etag")??void 0),versionId:Bg(C.headers)};return}b===1&&(u=(await Q5({client:e,bucketName:r,objectName:n,metadata:i})).uploadId);let D={"Content-Length":String(p.length)};for(let C of Z5){let g=i[C];g&&(D[C]=g)}let E=e.makeRequest({method:"PUT",query:{partNumber:b.toString(),uploadId:u},headers:new Headers(D),bucketName:r,objectName:n,payload:p}).then(C=>{let g=C.headers.get("etag")??"";return g&&(g=g.replace(/^"/,"").replace(/"$/,"")),c.push({part:b,etag:g}),C});d.push(E.catch(C=>{l||(l=C)}))}catch(D){throw D}},async close(){if(!a)if(u){if(await Promise.all(d),l)throw l;c.sort((p,h)=>p.part>h.part?1:-1),a=await eM({client:e,bucketName:r,objectName:n,uploadId:u,etags:c})}else throw new Error("Stream was closed without uploading any data.")}}),this.getResult=()=>{if(a===void 0)throw new Error("Result is not ready. await the stream first.");return a}}};async function Q5(t){let e="POST",r=new Headers(t.metadata),i=await(await t.client.makeRequest({method:e,bucketName:t.bucketName,objectName:t.objectName,query:"uploads",headers:r,returnBody:!0})).text(),a=Un(i).root;if(!a||a.name!=="InitiateMultipartUploadResult")throw new Error(`Unexpected response: ${i}`);let s=a.children.find(u=>u.name==="UploadId")?.content;if(!s)throw new Error(`Unable to get UploadId from response: ${i}`);return{uploadId:s}}async function eM({client:t,bucketName:e,objectName:r,uploadId:n,etags:o}){let i=`
206
206
  <CompleteMultipartUpload xmlns="http://s3.amazonaws.com/doc/2006-03-01/">
207
207
  ${o.map(d=>` <Part><PartNumber>${d.part}</PartNumber><ETag>${d.etag}</ETag></Part>`).join(`
208
208
  `)}
209
209
  </CompleteMultipartUpload>
210
- `,a=await t.makeRequest({method:"POST",bucketName:e,objectName:r,query:`uploadId=${encodeURIComponent(n)}`,payload:new TextEncoder().encode(i),returnBody:!0}),s=await a.text(),u=Un(s).root;if(!u||u.name!=="CompleteMultipartUploadResult")throw new Error(`Unexpected response: ${s}`);let c=u.children.find(d=>d.name==="ETag")?.content;if(!c)throw new Error(`Unable to get ETag from response: ${s}`);let l=Rg(a.headers);return{etag:Io(c),versionId:l}}var Bs="AWS4-HMAC-SHA256";async function E1(t){if(!t.accessKey)throw new Mn;if(!t.secretKey)throw new fa;let e=t.headers.get("x-amz-content-sha256");if(e===null)throw new Error("Internal S3 client error - expected x-amz-content-sha256 header, but it's missing.");let r=S1(t.headers),n=x1(t.method,t.path,t.headers,r,e),o=await A1(n,t.date,t.region),i=await jg(t.date,t.region,t.secretKey),a=Ug(t.accessKey,t.region,t.date),s=Rs(await Lo(i,o)).toLowerCase();return`${Bs} Credential=${a}, SignedHeaders=${r.join(";").toLowerCase()}, Signature=${s}`}async function _1(t){if(!t.accessKey)throw new Mn;if(!t.secretKey)throw new fa;if(t.expirySeconds<1||t.expirySeconds>604800)throw new Is;if(!t.headers.has("Host"))throw new Error("Internal error: host header missing");let e=t.path.split("?")[0],r=t.path.split("?")[1],n=Ro(t.date),o=S1(t.headers),i=Ug(t.accessKey,t.region,t.date),a="UNSIGNED-PAYLOAD",s=new URLSearchParams(r);s.set("X-Amz-Algorithm",Bs),s.set("X-Amz-Credential",i),s.set("X-Amz-Date",n),s.set("X-Amz-Expires",t.expirySeconds.toString()),s.set("X-Amz-SignedHeaders",o.join(";").toLowerCase()),t.sessionToken&&s.set("X-Amz-Security-Token",t.sessionToken);let u=s.toString().replace("+","%20"),c=e+"?"+u,l=e.split("/").map(D=>encodeURIComponent(D)).join("/"),d=x1(t.method,c,t.headers,o,a),p=await A1(d,t.date,t.region),h=await jg(t.date,t.region,t.secretKey),m=Rs(await Lo(h,p)).toLowerCase();return`${t.protocol}//${t.headers.get("Host")}${l}?${u}&X-Amz-Signature=${m}`}function S1(t){let e=["authorization","content-length","content-type","user-agent"],r=[];for(let n of t.keys())e.includes(n.toLowerCase())||r.push(n);return r.sort(),r}var Bo={A:65,Z:90,a:97,z:122,0:48,9:57,"/":47},eM="-._~".split("").map(t=>t.charCodeAt(0));function Ng(t,e=!1){let r=new TextEncoder().encode(t),n="";for(let o of r)o>=Bo.A&&o<=Bo.Z||o>=Bo.a&&o<=Bo.z||o>=Bo[0]&&o<=Bo[9]||eM.includes(o)||o==Bo["/"]&&e?n+=String.fromCharCode(o):n+="%"+o.toString(16).padStart(2,"0").toUpperCase();return n}function x1(t,e,r,n,o){let i=n.reduce((u,c)=>{let l=`${r.get(c)}`.replace(/ +/g," ");return u.push(`${c.toLowerCase()}:${l}`),u},[]),a=e.split("?")[0],s=e.split("?")[1];return s?s=s.split("&").map(u=>{let[c,l]=u.split("=",2);return Ng(decodeURIComponent(c))+"="+Ng(decodeURIComponent(l||""))}).sort().join("&"):s="",[t.toUpperCase(),Ng(a,!0),s,i.join(`
210
+ `,a=await t.makeRequest({method:"POST",bucketName:e,objectName:r,query:`uploadId=${encodeURIComponent(n)}`,payload:new TextEncoder().encode(i),returnBody:!0}),s=await a.text(),u=Un(s).root;if(!u||u.name!=="CompleteMultipartUploadResult")throw new Error(`Unexpected response: ${s}`);let c=u.children.find(d=>d.name==="ETag")?.content;if(!c)throw new Error(`Unable to get ETag from response: ${s}`);let l=Bg(a.headers);return{etag:To(c),versionId:l}}var Ls="AWS4-HMAC-SHA256";async function A1(t){if(!t.accessKey)throw new Mn;if(!t.secretKey)throw new fa;let e=t.headers.get("x-amz-content-sha256");if(e===null)throw new Error("Internal S3 client error - expected x-amz-content-sha256 header, but it's missing.");let r=F1(t.headers),n=k1(t.method,t.path,t.headers,r,e),o=await P1(n,t.date,t.region),i=await Ug(t.date,t.region,t.secretKey),a=Mg(t.accessKey,t.region,t.date),s=Bs(await Bo(i,o)).toLowerCase();return`${Ls} Credential=${a}, SignedHeaders=${r.join(";").toLowerCase()}, Signature=${s}`}async function O1(t){if(!t.accessKey)throw new Mn;if(!t.secretKey)throw new fa;if(t.expirySeconds<1||t.expirySeconds>604800)throw new Rs;if(!t.headers.has("Host"))throw new Error("Internal error: host header missing");let e=t.path.split("?")[0],r=t.path.split("?")[1],n=Io(t.date),o=F1(t.headers),i=Mg(t.accessKey,t.region,t.date),a="UNSIGNED-PAYLOAD",s=new URLSearchParams(r);s.set("X-Amz-Algorithm",Ls),s.set("X-Amz-Credential",i),s.set("X-Amz-Date",n),s.set("X-Amz-Expires",t.expirySeconds.toString()),s.set("X-Amz-SignedHeaders",o.join(";").toLowerCase()),t.sessionToken&&s.set("X-Amz-Security-Token",t.sessionToken);let u=s.toString().replace("+","%20"),c=e+"?"+u,l=e.split("/").map(D=>encodeURIComponent(D)).join("/"),d=k1(t.method,c,t.headers,o,a),p=await P1(d,t.date,t.region),h=await Ug(t.date,t.region,t.secretKey),m=Bs(await Bo(h,p)).toLowerCase();return`${t.protocol}//${t.headers.get("Host")}${l}?${u}&X-Amz-Signature=${m}`}function F1(t){let e=["authorization","content-length","content-type","user-agent"],r=[];for(let n of t.keys())e.includes(n.toLowerCase())||r.push(n);return r.sort(),r}var Ro={A:65,Z:90,a:97,z:122,0:48,9:57,"/":47},tM="-._~".split("").map(t=>t.charCodeAt(0));function jg(t,e=!1){let r=new TextEncoder().encode(t),n="";for(let o of r)o>=Ro.A&&o<=Ro.Z||o>=Ro.a&&o<=Ro.z||o>=Ro[0]&&o<=Ro[9]||tM.includes(o)||o==Ro["/"]&&e?n+=String.fromCharCode(o):n+="%"+o.toString(16).padStart(2,"0").toUpperCase();return n}function k1(t,e,r,n,o){let i=n.reduce((u,c)=>{let l=`${r.get(c)}`.replace(/ +/g," ");return u.push(`${c.toLowerCase()}:${l}`),u},[]),a=e.split("?")[0],s=e.split("?")[1];return s?s=s.split("&").map(u=>{let[c,l]=u.split("=",2);return jg(decodeURIComponent(c))+"="+jg(decodeURIComponent(l||""))}).sort().join("&"):s="",[t.toUpperCase(),jg(a,!0),s,i.join(`
211
211
  `)+`
212
212
  `,n.join(";").toLowerCase(),o].join(`
213
- `)}async function A1(t,e,r){let n=await ef(t),o=Lg(r,e);return[Bs,Ro(e),o,n].join(`
214
- `)}async function jg(t,e,r){let n=Bg(t),o=await Lo("AWS4"+r,n),i=await Lo(o,e),a=await Lo(i,"s3");return await Lo(a,"aws4_request")}function Ug(t,e,r){return`${t}/${Lg(e,r)}`}async function Lo(t,e){let r=new TextEncoder,n=await crypto.subtle.importKey("raw",t instanceof Uint8Array?t:r.encode(t),{name:"HMAC",hash:{name:"SHA-256"}},!1,["sign","verify"]),o=await crypto.subtle.sign("HMAC",n,e instanceof Uint8Array?e:r.encode(e));return new Uint8Array(o)}async function F1(t){if(!t.accessKey)throw new Mn;if(!t.secretKey)throw new fa;if(t.expirySeconds<1||t.expirySeconds>604800)throw new Is;let e=new Date(t.date);e.setSeconds(e.getSeconds()+t.expirySeconds);let r=Ug(t.accessKey,t.region,t.date),n=Ro(t.date),o={"X-Amz-Algorithm":Bs,"X-Amz-Credential":r,"X-Amz-Date":n,key:t.objectKey,...t.fields},i=[{bucket:t.bucket},{key:t.objectKey},{"X-Amz-Algorithm":Bs},{"X-Amz-Credential":r},{"X-Amz-Date":n}];t.conditions&&i.push(...t.conditions);for(let[h,m]of Object.entries(t.fields||{}))["key","X-Amz-Algorithm","X-Amz-Credential","X-Amz-Date"].includes(h)||i.push({[h]:m});let a={expiration:e.toISOString(),conditions:i},s=new TextEncoder().encode(JSON.stringify(a)),u=btoa(String.fromCharCode(...s));o.policy=u;let c=u,l=await jg(t.date,t.region,t.secretKey),d=Rs(await Lo(l,c)).toLowerCase();return o["X-Amz-Signature"]=d,{url:`${t.protocol}//${t.host}/${t.bucket}`,fields:o}}var tM=["Content-Type","Cache-Control","Content-Disposition","Content-Encoding","Content-Language","Expires","x-amz-checksum-sha256","x-amz-grant-full-control","x-amz-grant-read","x-amz-grant-read-acp","x-amz-grant-write-acp","x-amz-server-side-encryption","x-amz-storage-class","x-amz-website-redirect-location","x-amz-server-side-encryption-customer-algorithm","x-amz-server-side-encryption-customer-key","x-amz-server-side-encryption-customer-key-MD5","x-amz-server-side-encryption-aws-kms-key-id","x-amz-server-side-encryption-context","x-amz-server-side-encryption-bucket-key-enabled","x-amz-request-payer","x-amz-tagging","x-amz-object-lock-mode","x-amz-object-lock-retain-until-date","x-amz-object-lock-legal-hold","x-amz-expected-bucket-owner"],rM=5*1024*1024,nM=5*1024*1024*1024,Mg=5*1024*1024*1024*1024,Ls=class{host;port;protocol;accessKey;#e;sessionToken;defaultBucket;region;userAgent="s3-lite-client";pathStyle;pathPrefix;constructor({endPoint:e,useSSL:r,port:n,pathPrefix:o,...i}){if(/^https?:\/\//i.test(e)){if(r!==void 0||n!==void 0||o!==void 0)throw new Ct("useSSL/port/pathPrefix cannot be specified if endPoint is a URL.");try{let s=new URL(e);e=s.hostname,r=s.protocol==="https:",n=s.port?parseInt(s.port,10):r?443:80,s.pathname&&s.pathname!=="/"&&(o=s.pathname.endsWith("/")?s.pathname.slice(0,-1):s.pathname)}catch{throw new Ts(`Invalid endPoint URL: ${e}`)}}if(typeof e!="string"||e.length===0)throw new Ts(`Invalid endPoint: ${e}`);if(r===void 0&&(r=!0),n!==void 0&&!v1(n))throw new Ct(`Invalid port: ${n}`);if(i.accessKey&&!i.secretKey)throw new Ct("If specifying access key, secret key must also be provided.");if(i.accessKey&&i.accessKey.startsWith("ASIA")&&!i.sessionToken)throw new Ct("If specifying temporary access key, session token must also be provided.");let a=r?443:80;if(this.port=n??a,this.host=e.toLowerCase()+(this.port!==a?`:${this.port}`:""),this.protocol=r?"https:":"http:",this.accessKey=i.accessKey,this.#e=i.secretKey??"",this.sessionToken=i.sessionToken,this.pathStyle=i.pathStyle??!0,this.pathPrefix=o??"",this.defaultBucket=i.bucket,this.region=i.region,this.pathPrefix){if(!this.pathStyle)throw new Ct("pathPrefix is incompatible with pathStyle=false");if(!this.pathPrefix.startsWith("/"))throw new Ct("pathPrefix should start with /");if(this.pathPrefix.endsWith("/"))throw new Ct("pathPrefix should not end with /")}}getBucketName(e){let r=e?.bucketName??this.defaultBucket;if(r===void 0||!C1(r))throw new Ql(r??"");return r}buildRequestOptions(e){let r=this.getBucketName(e),n=this.pathStyle?this.host:`${r}.${this.host}`,o=e.headers??new Headers;o.set("host",n);let i=typeof e.query=="object"?new URLSearchParams(e.query).toString().replace("+","%20"):e.query,a=this.pathStyle?`${this.pathPrefix}/${r}/${e.objectName}`:`/${e.objectName}`,s=i?`?${i}`:"",u=a+s,c=a.split("/").map(l=>encodeURIComponent(l)).join("/")+s;return{headers:o,host:n,path:u,encodedPath:c}}async makeRequest({method:e,payload:r,...n}){let o=new Date,{headers:i,host:a,path:s,encodedPath:u}=this.buildRequestOptions(n),c=n.statusCode??200;if(e==="POST"||e==="PUT"||e==="DELETE")r===void 0?r=new Uint8Array:typeof r=="string"&&(r=new TextEncoder().encode(r)),i.set("Content-Length",String(r.length));else if(r)throw new Error(`Unexpected payload on ${e} request.`);let l=await ef(r??new Uint8Array);i.set("x-amz-date",Ro(o)),i.set("x-amz-content-sha256",l),this.accessKey&&(this.sessionToken&&i.set("x-amz-security-token",this.sessionToken),i.set("authorization",await E1({headers:i,method:e,path:s,accessKey:this.accessKey,secretKey:this.#e,region:this.region,date:o})));let d=`${this.protocol}//${a}${u}`,p=await fetch(d,{method:e,headers:i,body:r});if(p.status!==c)throw p.status>=400?await w1(p):p.status===301?new pn(p.status,"UnexpectedRedirect",'The server unexpectedly returned a redirect response. With AWS S3, this usually means you need to use a region-specific endpoint like "s3.us-west-2.amazonaws.com" instead of "s3.amazonaws.com"'):new pn(p.status,"UnexpectedStatusCode",`Unexpected response code from the server (expected ${c}, got ${p.status} ${p.statusText}).`);return n.returnBody||await p.body?.getReader().read(),p}async deleteObject(e,r={}){let n=this.getBucketName(r);if(!qn(e))throw new qr(e);let o=r.versionId?{versionId:r.versionId}:{},i=new Headers;r.governanceBypass&&i.set("X-Amz-Bypass-Governance-Retention","true"),await this.makeRequest({method:"DELETE",bucketName:n,objectName:e,headers:i,query:o,statusCode:204})}async exists(e,r){try{return await this.statObject(e,r),!0}catch(n){if(n instanceof pn&&n.statusCode===404)return!1;throw n}}getObject(e,r){return this.getPartialObject(e,{...r,offset:0,length:0})}async getPartialObject(e,{offset:r,length:n,...o}){let i=this.getBucketName(o);if(!qn(e))throw new qr(e);let a=new Headers(Object.entries(o.metadata??{})),s=200;if(r||n){let c="";r?c=`bytes=${+r}-`:(c="bytes=0-",r=0),n&&(c+=`${+n+r-1}`),a.set("Range",c),s=206}let u={...o.responseParams,...o.versionId?{versionId:o.versionId}:{}};return await this.makeRequest({method:"GET",bucketName:i,objectName:e,headers:a,query:u,statusCode:s,returnBody:!0})}getPresignedUrl(e,r,n={}){if(!this.accessKey)throw new Mn;if(!qn(r))throw new qr(r);let{headers:o,path:i}=this.buildRequestOptions({objectName:r,bucketName:n.bucketName,query:n.parameters}),a=n.requestDate??new Date,s=n.expirySeconds??1440*60*7;return _1({protocol:this.protocol,headers:o,method:e,path:i,accessKey:this.accessKey,secretKey:this.#e,sessionToken:this.sessionToken,region:this.region,date:a,expirySeconds:s})}presignedGetObject(e,r={}){let{versionId:n,responseParams:o,...i}=r,a={...o,...n?{versionId:n}:{}};return this.getPresignedUrl("GET",e,{parameters:a,...i})}async*listObjects(e={}){for await(let r of this.listObjectsGrouped({...e,delimiter:""}))if(r.type==="Object")yield r;else throw new Error(`Unexpected result from listObjectsGrouped(): ${r}`)}async*listObjectsGrouped(e){let r=this.getBucketName(e),n="",o=e.pageSize??1e3;if(o<1||o>1e3)throw new Ct("pageSize must be between 1 and 1,000.");let i=0;for(;;){let a=e.maxResults?Math.min(o,e.maxResults-i):o;if(a===0)return;let u=await(await this.makeRequest({method:"GET",bucketName:r,objectName:"",query:{"list-type":"2",prefix:e.prefix??"",delimiter:e.delimiter,"max-keys":String(a),...n?{"continuation-token":n}:{}},returnBody:!0})).text(),c=Un(u).root;if(!c||c.name!=="ListBucketResult")throw new Error(`Unexpected response: ${u}`);let l=c.children.filter(h=>h.name==="CommonPrefixes").flatMap(h=>h.children),d=[];for(let h of l)d.push({type:"CommonPrefix",prefix:h.content??""}),i++;for(let h of c.children.filter(m=>m.name==="Contents"))d.push({type:"Object",key:h.children.find(m=>m.name==="Key")?.content??"",etag:Io(h.children.find(m=>m.name==="ETag")?.content??""),size:parseInt(h.children.find(m=>m.name==="Size")?.content??"",10),lastModified:new Date(h.children.find(m=>m.name==="LastModified")?.content??"invalid")}),i++;d.sort((h,m)=>{let b=h.type==="Object"?h.key:h.prefix,D=m.type==="Object"?m.key:m.prefix;return b>D?1:b<D?-1:0});for(let h of d)yield h;if(c.children.find(h=>h.name==="IsTruncated")?.content==="true"){let h=c.children.find(m=>m.name==="NextContinuationToken")?.content;if(!h)throw new Error("Unexpectedly missing continuation token, but server said there are more results.");n=h}else return}}async putObject(e,r,n){let o=this.getBucketName(n);if(!qn(e))throw new qr(e);let i,a;if(typeof r=="string"){let l=new TextEncoder().encode(r);typeof ReadableStream.from<"u"?a=ReadableStream.from([l]):a=new ReadableStream({start(d){d.enqueue(l),d.close()}}),i=l.length}else if(r instanceof Uint8Array)typeof ReadableStream.from<"u"?a=ReadableStream.from([r]):a=new ReadableStream({start(l){l.enqueue(r),l.close()}}),i=r.byteLength;else if(r instanceof ReadableStream)a=r;else throw new Ct("Invalid stream/data type provided.");if(n?.size!==void 0){if(i!==void 0&&n?.size!==i)throw new Ct(`size was specified (${n.size}) but doesn't match auto-detected size (${i}).`);if(typeof n.size!="number"||n.size<0||isNaN(n.size))throw new Ct(`invalid size specified: ${n.size}`);i=n.size}let s=n?.partSize??this.calculatePartSize(i);if(s<rM)throw new Ct("Part size should be greater than 5MB");if(s>nM)throw new Ct("Part size should be less than 6MB");let u=new Zl(s),c=new tf({client:this,bucketName:o,objectName:e,partSize:s,metadata:n?.metadata??{}});return await a.pipeThrough(u).pipeTo(c),c.getResult()}calculatePartSize(e){if(e===void 0&&(e=Mg),e>Mg)throw new TypeError(`size should not be more than ${Mg}`);let r=64*1024*1024;for(;;){if(r*1e4>e)return r;r+=16*1024*1024}}async statObject(e,r){let n=this.getBucketName(r);if(!qn(e))throw new qr(e);let o={};r?.versionId&&(o.versionId=r.versionId);let i=await this.makeRequest({method:"HEAD",bucketName:n,objectName:e,query:o,headers:new Headers(r?.headers)}),a={};for(let s of tM)i.headers.has(s)&&(a[s]=i.headers.get(s));return i.headers.forEach((s,u)=>{u.startsWith("x-amz-meta-")&&(a[u]=i.headers.get(u))}),{type:"Object",key:e,size:parseInt(i.headers.get("content-length")??"",10),metadata:a,lastModified:new Date(i.headers.get("Last-Modified")??"error: missing last modified"),versionId:i.headers.get("x-amz-version-id")||null,etag:Io(i.headers.get("ETag")??"")}}async copyObject(e,r,n){let o=this.getBucketName(n),i=e.sourceBucketName??o;if(!qn(r))throw new qr(r);let a=`${i}/${e.sourceKey}`;e.sourceVersionId&&(a+=`?versionId=${e.sourceVersionId}`);let s=new Headers(n?.metadata);n?.metadata!==void 0&&s.set("x-amz-metadata-directive","REPLACE"),s.set("x-amz-copy-source",a);let u=await this.makeRequest({method:"PUT",bucketName:o,objectName:r,headers:s,returnBody:!0}),c=await u.text(),l=Un(c).root;if(!l||l.name!=="CopyObjectResult")throw new Error(`Unexpected response: ${c}`);let d=l.children.find(h=>h.name==="ETag")?.content??"",p=l.children.find(h=>h.name==="LastModified")?.content;if(p===void 0)throw new Error("Unable to find <LastModified>...</LastModified> from the server.");return{copySourceVersionId:u.headers.get("x-amz-copy-source-version-id")||null,etag:Io(d),lastModified:new Date(p),versionId:u.headers.get("x-amz-version-id")||null}}async bucketExists(e){try{return await this.listObjects({bucketName:e}).next(),!0}catch(r){if(r instanceof pn&&r.statusCode===404)return!1;throw r}}async makeBucket(e){await this.makeRequest({method:"PUT",bucketName:this.getBucketName({bucketName:e}),objectName:"",statusCode:200})}async removeBucket(e){await this.makeRequest({method:"DELETE",bucketName:this.getBucketName({bucketName:e}),objectName:"",statusCode:204})}presignedPostObject(e,r={}){if(!qn(e))throw new qr(e);let n=this.getBucketName(r);if(!n)throw new Error("Bucket name is required for presignedPost, but none was provided either to this method nor to the client constructor");let o=r.requestDate||new Date,i=r.expirySeconds??3600;return F1({protocol:this.protocol,host:this.host,bucket:n,objectKey:e,accessKey:this.accessKey||"",secretKey:this.#e||"",region:this.region,date:o,expirySeconds:i,conditions:r.conditions,fields:r.fields})}};var No=require("node:fs"),rf=require("node:path");function oM(t,e){return(0,No.readFileSync)(t,"utf8").includes(e)}function Ns(t,e){let r=(0,No.readdirSync)(t);for(let n of r){let o=(0,rf.join)(t,n),i=(0,No.statSync)(o);if(i.isDirectory()){if(Ns(o,e))return!0}else if(i.isFile()&&(0,rf.extname)(o)===".js"&&oM(o,e))return!0}return!1}function nf(t){return(0,No.readdirSync)(t).indexOf("index.html")>-1}var ha=require("node:fs"),LF=require("node:os"),Mo=require("node:path"),NF=require("node:process"),df=require("node:stream/consumers"),jF=require("node:zlib");var UF=de(BF()),MF=de(Wc());async function b9(t,e){try{return(await fetch(`${t.hostFilesApi}/files/read/attachments/${encodeURIComponent(e)}`,{method:"HEAD"})).ok}catch{return!1}}var w9=8192,qF="5.10.0",HF="6.25.0",VF="7.0.35";async function v9(t){let e=wt((0,NF.cwd)()),r=await un("@capgo/capacitor-updater",e,t.packageJson),n;try{n=r?ve(r):void 0}catch{n=void 0}if(!r||!n)return{version:null,supportsBrotliV2:!1};let o=n.major===5&&vr(n,ve(qF)),i=n.major===6&&vr(n,ve(HF)),a=n.major>=7&&vr(n,ve(VF)),s=o||i||a;return{version:`${n.major}.${n.minor}.${n.patch}`,supportsBrotliV2:s}}function C9(t,e){if(!e)return!1;let r=e.split(",").map(n=>n.trim()).filter(n=>!!n);return r.length===0?!1:UF.isMatch(t,r)}async function E9(t,e,r){let o=(0,ha.statSync)(t).size,i=await(0,df.buffer)((0,ha.createReadStream)(t));if(o===0)return{buffer:i,useBrotli:!1};if(C9(e,r.noBrotliPatterns))return{buffer:i,useBrotli:!1};if(o<w9)return{buffer:i,useBrotli:!1};try{let a=await(0,df.buffer)((0,ha.createReadStream)(t).pipe((0,jF.createBrotliCompress)({})));return a.length>=o-10?{buffer:i,useBrotli:!1}:{buffer:a,useBrotli:!0}}catch(a){return f.warn(`Brotli compression failed for ${t}: ${a}, using original file`),{buffer:i,useBrotli:!1}}}async function zF(t,e,r,n,o,i){let a=De();a.start(o!=="v2"?"Generating the update manifest":"Generating the update manifest with v2 encryption");let s=await SA(t);if(o==="v2")for(let u of s)u.hash=la(u.hash,i);return a.stop("Manifest generated successfully"),await fe(e,{channel:"partial-update",event:"Generate manifest",icon:"\u{1F4C2}",user_id:r,tags:{"app-id":n},notify:!1}),s}function _9(t){return(0,LF.platform)()!=="win32"?t:Mo.win32.normalize(t).split(Mo.win32.sep).join(Mo.posix.sep)}function S9(t){let e=t.split("/").map(r=>encodeURIComponent(r)).join("/");return t.includes(" ")&&f.warn(`File "${t}" contains spaces in its name.`),e}async function KF(t,e,r,n,o,i,a){let s=De();s.start("Preparing partial update with TUS protocol");let u=performance.now(),c=await ur(),l=!!(a.partial||a.delta||a.partialOnly||a.deltaOnly),{version:d,supportsBrotliV2:p}=await v9(a);if(p)a.disableBrotli?f.info("Brotli compression disabled by user request"):a.noBrotliPatterns&&f.info(`Files matching patterns (${a.noBrotliPatterns}) will be excluded from brotli compression`);else throw new Error(`Your project is using an older version of @capgo/capacitor-updater (${d||"unknown"}). To use Delta updates, please upgrade to version ${qF} (v5), ${HF} (v6) or ${VF} (v7) or higher.`);let h=e.filter(C=>C.file.includes(" "));if(h.length>0)throw new Error(`Files with spaces in their names (${h.map(C=>C.file).join(", ")}). Please rename the files.`);let m=0,b=e.length,D=0;try{s.message(`Uploading ${b} files using TUS protocol`);let C=async $=>{let O=(0,Mo.join)(r,$.file),B=_9($.file),T,N=!1;if(a.disableBrotli)T=await(0,df.buffer)((0,ha.createReadStream)(O)),N=!1;else{let k=await E9(O,B,a);T=k.buffer,N=k.useBrotli}let F=T;i&&(F=ca(T,i.sessionKey,i.ivSessionKey));let j=B;N&&(j=`${B}.br`,D++);let M=S9(j),z=`orgs/${o}/apps/${n}/delta/${$.hash}_${M}`;return await b9(c,z)?(m++,Promise.resolve({file_name:M,s3_path:z,file_hash:$.hash})):new Promise((k,y)=>{s.message(`Prepare upload partial file: ${B}`),new MF.Upload(F,{endpoint:`${c.hostFilesApi}/files/upload/attachments/`,chunkSize:a.tusChunkSize,retryDelays:[0,1e3,3e3,5e3,1e4],removeFingerprintOnSuccess:!0,metadata:{filename:z},headers:{Authorization:t},onError:v=>{let A=v.toString(),R;try{let q=A.match(/response text: (\{.*?\})/);q&&q[1]&&(R=JSON.parse(q[1]).moreInfo?.requestId)}catch{}let P=R?` [requestId: ${R}]`:"";f.error(`Failed to upload ${B}: ${A}${P}`),y(v)},onProgress(){let v=(m/b*100).toFixed(2);s.message(`Uploading partial update: ${v}%`)},onSuccess(){m++,k({file_name:M,s3_path:z,file_hash:$.hash})}}).start()})},E=500,g=[];for(let $=0;$<e.length;$+=E){let O=e.slice($,$+E),B=Math.floor($/E)+1,T=Math.ceil(e.length/E);T>1&&s.message(`Processing batch ${B}/${T} (${O.length} files)`);let N=await Promise.all(O.map(F=>C(F)));g.push(...N)}let x=((performance.now()-u)/1e3).toFixed(2);return s.stop(`Partial update uploaded successfully \u{1F4AA} in (${x} seconds)`),D>0&&f.info(`${D} of ${b} files were compressed with brotli and use .br extension`),await fe(t,{channel:"app",event:`App Partial TUS done${D>0?" with .br extension":""}`,icon:"\u23EB",user_id:o,tags:{"app-id":n},notify:!1}),await fe(t,{channel:"performance",event:"Partial upload performance",icon:"\u{1F684}",user_id:o,tags:{"app-id":n,time:x},notify:!1}),g}catch(C){let g=((performance.now()-u)/1e3).toFixed(2);if(s.stop(`Failed to upload Partial bundle (after ${g} seconds)`),l)throw f.error(`Error uploading partial update: ${C}`),f.error("Delta/partial upload was explicitly requested but failed. Upload aborted."),C;return f.info(`Error uploading partial update: ${C}, This is not a critical error, the bundle has been uploaded without the partial files`),null}}function ye(t){throw f.error(t),new Error(t)}async function x9(t,e){let r=Ar("",e.packageJson),n=e.bundle||t?.plugins?.CapacitorUpdater?.version||r||`0.0.1-beta.${(0,GF.randomUUID)().split("-")[0]}`;return ta.test(n)||ye(`Your bundle name ${n}, is not valid it should follow semver convention : https://semver.org/`),n}function A9(t){let e=t.apikey||ne();return e||ye("Missing API key, you need to provide an API key to upload your bundle"),e}function F9(t,e,r){let n=ce(t,r),o=e.path||r?.webDir;return n||ye("Missing argument, you need to provide a appid or be in a capacitor project"),o||ye("Missing argument, you need to provide a path (--path), or be in a capacitor project"),(0,qo.existsSync)(o)||ye(`Path ${o} does not exist, build your app first, or provide a valid path`),{appid:n,path:o}}function O9(t,e){let r=t.codeCheck;(typeof r>"u"||r)&&(Ns(e,"notifyAppReady")||ye(`notifyAppReady() is missing in the build folder of your app. see: https://capgo.app/docs/plugin/api/#notifyappready
215
- If you are sure your app has this code, you can use the --no-code-check option`),nf(e)||ye(`index.html is missing in the root folder of ${e}`))}async function k9(t,e,r,n,o,i){let a=r.ignoreMetadataCheck,s=r.autoMinUpdateVersion,u=r.minUpdateVersion,{data:c,error:l}=await t.from("channels").select("disable_auto_update, version ( min_update_version, native_packages )").eq("name",n).eq("app_id",o).single(),d=!!c&&c.disable_auto_update==="version_number",p,h;if(!l&&c&&c.version&&c.version.native_packages&&!a){let D=De();D.start(`Checking bundle compatibility with channel ${n}`);let{finalCompatibility:C,localDependencies:E}=await Ul(t,o,n,r.packageJson,r.nodeModules);if(h=C,p=E,h.find(g=>!ko(g)))D.stop(`Bundle NOT compatible with ${n} channel`),f.warn(`You can check compatibility with "${e.runner} @capgo/cli bundle compatibility"`),s&&(u=i,f.info(`Auto set min-update-version to ${u}`));else if(s)try{let{min_update_version:g}=c.version;(!g||!ta.test(g))&&ye("Invalid remote min update version, skipping auto setting compatibility"),u=g,D.stop(`Auto set min-update-version to ${u}`)}catch{ye(`Cannot auto set compatibility, invalid data ${c}`)}else D.stop(`Bundle compatible with ${n} channel`)}else a||(f.warn(`Channel ${n} is new or it's your first upload with compatibility check, it will be ignored this time`),p=await xg(r.packageJson,r.nodeModules),s&&(u=i,f.info(`Auto set min-update-version to ${u}`)));d&&!u&&!a&&ye("You need to provide a min-update-version to upload a bundle to this channel"),u&&(ta.test(u)||ye(`Your minimal version update ${u}, is not valid it should follow semver convention : https://semver.org/`));let m=p?new Map(p.filter(D=>!!D.native&&D.native!==void 0).map(D=>[D.name,D])):new Map;return{nativePackages:m.size>0||!r.ignoreMetadataCheck?Array.from(m,([D,C])=>({name:D,version:C.version})):void 0,minUpdateVersion:u}}async function P9(t,e,r,n=!1){let{data:o,error:i}=await t.rpc("exist_app_versions",{appid:e,name_version:r}).single();if(o||i){if(n)return f.warn(`Version ${r} already exists - exiting gracefully due to --silent-fail option`),X("Bundle version already exists - exiting gracefully \u{1F389}"),!0;ye(`Version ${r} already exists ${U(i)}`)}return!1}async function $9(t,e,r,n,o,i,a){let s,u,c="",l=null,d="none",p="",h=e.keyV2,m=e.key===!1,b=De();b.start(`Zipping bundle from ${t}`),l=await Nl(t),b.message("Calculating checksum");let D=wt((0,oD.cwd)()),C=await un("@capgo/capacitor-updater",D,e.packageJson),E=!1,g;try{g=C?ve(C):void 0}catch{g=void 0}if(!C)ye("Cannot find @capgo/capacitor-updater in node_modules, please install it first with your package manager");else if(g){let $=g.major===5&&vr(g,ve("5.10.0")),O=g.major===6&&vr(g,ve("6.25.0")),B=g.major>=7;E=$||O||B}else(C==="link:@capgo/capacitor-updater"||C==="file:.."||C==="file:../")&&(f.warn("Using local @capgo/capacitor-updater. Assuming latest version for checksum calculation."),E=!0);if((h||e.keyDataV2||(0,qo.existsSync)(Yt))&&!m||E?c=await rn(l,"sha256"):c=await rn(l,"crc32"),b.stop(`Checksum ${E?"SHA256":"CRC32"}: ${c}`),m)f.info("Encryption ignored");else if((h||(0,qo.existsSync)(Yt)||e.keyDataV2)&&!e.oldEncryption){let $=typeof h=="string"?h:Yt,O=e.keyDataV2||"";!O&&!(0,qo.existsSync)($)&&ye(`Cannot find private key ${$}`),await fe(r,{channel:"app",event:"App encryption v2",icon:"\u{1F511}",user_id:n,tags:{"app-id":o},notify:!1},e.verbose),O||(O=(0,qo.readFileSync)($).toString()),f.info("Encrypting your bundle with V2");let{sessionKey:B,ivSessionKey:T}=Xl(O),N=ca(l,B,T);c=la(c,O),s=T,u=B,d="v2",p=O,e.displayIvSession&&f.info(`Your Iv Session key is ${s},
213
+ `)}async function P1(t,e,r){let n=await tf(t),o=Ng(r,e);return[Ls,Io(e),o,n].join(`
214
+ `)}async function Ug(t,e,r){let n=Lg(t),o=await Bo("AWS4"+r,n),i=await Bo(o,e),a=await Bo(i,"s3");return await Bo(a,"aws4_request")}function Mg(t,e,r){return`${t}/${Ng(e,r)}`}async function Bo(t,e){let r=new TextEncoder,n=await crypto.subtle.importKey("raw",t instanceof Uint8Array?t:r.encode(t),{name:"HMAC",hash:{name:"SHA-256"}},!1,["sign","verify"]),o=await crypto.subtle.sign("HMAC",n,e instanceof Uint8Array?e:r.encode(e));return new Uint8Array(o)}async function $1(t){if(!t.accessKey)throw new Mn;if(!t.secretKey)throw new fa;if(t.expirySeconds<1||t.expirySeconds>604800)throw new Rs;let e=new Date(t.date);e.setSeconds(e.getSeconds()+t.expirySeconds);let r=Mg(t.accessKey,t.region,t.date),n=Io(t.date),o={"X-Amz-Algorithm":Ls,"X-Amz-Credential":r,"X-Amz-Date":n,key:t.objectKey,...t.fields},i=[{bucket:t.bucket},{key:t.objectKey},{"X-Amz-Algorithm":Ls},{"X-Amz-Credential":r},{"X-Amz-Date":n}];t.conditions&&i.push(...t.conditions);for(let[h,m]of Object.entries(t.fields||{}))["key","X-Amz-Algorithm","X-Amz-Credential","X-Amz-Date"].includes(h)||i.push({[h]:m});let a={expiration:e.toISOString(),conditions:i},s=new TextEncoder().encode(JSON.stringify(a)),u=btoa(String.fromCharCode(...s));o.policy=u;let c=u,l=await Ug(t.date,t.region,t.secretKey),d=Bs(await Bo(l,c)).toLowerCase();return o["X-Amz-Signature"]=d,{url:`${t.protocol}//${t.host}/${t.bucket}`,fields:o}}var rM=["Content-Type","Cache-Control","Content-Disposition","Content-Encoding","Content-Language","Expires","x-amz-checksum-sha256","x-amz-grant-full-control","x-amz-grant-read","x-amz-grant-read-acp","x-amz-grant-write-acp","x-amz-server-side-encryption","x-amz-storage-class","x-amz-website-redirect-location","x-amz-server-side-encryption-customer-algorithm","x-amz-server-side-encryption-customer-key","x-amz-server-side-encryption-customer-key-MD5","x-amz-server-side-encryption-aws-kms-key-id","x-amz-server-side-encryption-context","x-amz-server-side-encryption-bucket-key-enabled","x-amz-request-payer","x-amz-tagging","x-amz-object-lock-mode","x-amz-object-lock-retain-until-date","x-amz-object-lock-legal-hold","x-amz-expected-bucket-owner"],nM=5*1024*1024,oM=5*1024*1024*1024,qg=5*1024*1024*1024*1024,Ns=class{host;port;protocol;accessKey;#e;sessionToken;defaultBucket;region;userAgent="s3-lite-client";pathStyle;pathPrefix;constructor({endPoint:e,useSSL:r,port:n,pathPrefix:o,...i}){if(/^https?:\/\//i.test(e)){if(r!==void 0||n!==void 0||o!==void 0)throw new Et("useSSL/port/pathPrefix cannot be specified if endPoint is a URL.");try{let s=new URL(e);e=s.hostname,r=s.protocol==="https:",n=s.port?parseInt(s.port,10):r?443:80,s.pathname&&s.pathname!=="/"&&(o=s.pathname.endsWith("/")?s.pathname.slice(0,-1):s.pathname)}catch{throw new Is(`Invalid endPoint URL: ${e}`)}}if(typeof e!="string"||e.length===0)throw new Is(`Invalid endPoint: ${e}`);if(r===void 0&&(r=!0),n!==void 0&&!S1(n))throw new Et(`Invalid port: ${n}`);if(i.accessKey&&!i.secretKey)throw new Et("If specifying access key, secret key must also be provided.");if(i.accessKey&&i.accessKey.startsWith("ASIA")&&!i.sessionToken)throw new Et("If specifying temporary access key, session token must also be provided.");let a=r?443:80;if(this.port=n??a,this.host=e.toLowerCase()+(this.port!==a?`:${this.port}`:""),this.protocol=r?"https:":"http:",this.accessKey=i.accessKey,this.#e=i.secretKey??"",this.sessionToken=i.sessionToken,this.pathStyle=i.pathStyle??!0,this.pathPrefix=o??"",this.defaultBucket=i.bucket,this.region=i.region,this.pathPrefix){if(!this.pathStyle)throw new Et("pathPrefix is incompatible with pathStyle=false");if(!this.pathPrefix.startsWith("/"))throw new Et("pathPrefix should start with /");if(this.pathPrefix.endsWith("/"))throw new Et("pathPrefix should not end with /")}}getBucketName(e){let r=e?.bucketName??this.defaultBucket;if(r===void 0||!x1(r))throw new ef(r??"");return r}buildRequestOptions(e){let r=this.getBucketName(e),n=this.pathStyle?this.host:`${r}.${this.host}`,o=e.headers??new Headers;o.set("host",n);let i=typeof e.query=="object"?new URLSearchParams(e.query).toString().replace("+","%20"):e.query,a=this.pathStyle?`${this.pathPrefix}/${r}/${e.objectName}`:`/${e.objectName}`,s=i?`?${i}`:"",u=a+s,c=a.split("/").map(l=>encodeURIComponent(l)).join("/")+s;return{headers:o,host:n,path:u,encodedPath:c}}async makeRequest({method:e,payload:r,...n}){let o=new Date,{headers:i,host:a,path:s,encodedPath:u}=this.buildRequestOptions(n),c=n.statusCode??200;if(e==="POST"||e==="PUT"||e==="DELETE")r===void 0?r=new Uint8Array:typeof r=="string"&&(r=new TextEncoder().encode(r)),i.set("Content-Length",String(r.length));else if(r)throw new Error(`Unexpected payload on ${e} request.`);let l=await tf(r??new Uint8Array);i.set("x-amz-date",Io(o)),i.set("x-amz-content-sha256",l),this.accessKey&&(this.sessionToken&&i.set("x-amz-security-token",this.sessionToken),i.set("authorization",await A1({headers:i,method:e,path:s,accessKey:this.accessKey,secretKey:this.#e,region:this.region,date:o})));let d=`${this.protocol}//${a}${u}`,p=await fetch(d,{method:e,headers:i,body:r});if(p.status!==c)throw p.status>=400?await _1(p):p.status===301?new pn(p.status,"UnexpectedRedirect",'The server unexpectedly returned a redirect response. With AWS S3, this usually means you need to use a region-specific endpoint like "s3.us-west-2.amazonaws.com" instead of "s3.amazonaws.com"'):new pn(p.status,"UnexpectedStatusCode",`Unexpected response code from the server (expected ${c}, got ${p.status} ${p.statusText}).`);return n.returnBody||await p.body?.getReader().read(),p}async deleteObject(e,r={}){let n=this.getBucketName(r);if(!qn(e))throw new qr(e);let o=r.versionId?{versionId:r.versionId}:{},i=new Headers;r.governanceBypass&&i.set("X-Amz-Bypass-Governance-Retention","true"),await this.makeRequest({method:"DELETE",bucketName:n,objectName:e,headers:i,query:o,statusCode:204})}async exists(e,r){try{return await this.statObject(e,r),!0}catch(n){if(n instanceof pn&&n.statusCode===404)return!1;throw n}}getObject(e,r){return this.getPartialObject(e,{...r,offset:0,length:0})}async getPartialObject(e,{offset:r,length:n,...o}){let i=this.getBucketName(o);if(!qn(e))throw new qr(e);let a=new Headers(Object.entries(o.metadata??{})),s=200;if(r||n){let c="";r?c=`bytes=${+r}-`:(c="bytes=0-",r=0),n&&(c+=`${+n+r-1}`),a.set("Range",c),s=206}let u={...o.responseParams,...o.versionId?{versionId:o.versionId}:{}};return await this.makeRequest({method:"GET",bucketName:i,objectName:e,headers:a,query:u,statusCode:s,returnBody:!0})}getPresignedUrl(e,r,n={}){if(!this.accessKey)throw new Mn;if(!qn(r))throw new qr(r);let{headers:o,path:i}=this.buildRequestOptions({objectName:r,bucketName:n.bucketName,query:n.parameters}),a=n.requestDate??new Date,s=n.expirySeconds??1440*60*7;return O1({protocol:this.protocol,headers:o,method:e,path:i,accessKey:this.accessKey,secretKey:this.#e,sessionToken:this.sessionToken,region:this.region,date:a,expirySeconds:s})}presignedGetObject(e,r={}){let{versionId:n,responseParams:o,...i}=r,a={...o,...n?{versionId:n}:{}};return this.getPresignedUrl("GET",e,{parameters:a,...i})}async*listObjects(e={}){for await(let r of this.listObjectsGrouped({...e,delimiter:""}))if(r.type==="Object")yield r;else throw new Error(`Unexpected result from listObjectsGrouped(): ${r}`)}async*listObjectsGrouped(e){let r=this.getBucketName(e),n="",o=e.pageSize??1e3;if(o<1||o>1e3)throw new Et("pageSize must be between 1 and 1,000.");let i=0;for(;;){let a=e.maxResults?Math.min(o,e.maxResults-i):o;if(a===0)return;let u=await(await this.makeRequest({method:"GET",bucketName:r,objectName:"",query:{"list-type":"2",prefix:e.prefix??"",delimiter:e.delimiter,"max-keys":String(a),...n?{"continuation-token":n}:{}},returnBody:!0})).text(),c=Un(u).root;if(!c||c.name!=="ListBucketResult")throw new Error(`Unexpected response: ${u}`);let l=c.children.filter(h=>h.name==="CommonPrefixes").flatMap(h=>h.children),d=[];for(let h of l)d.push({type:"CommonPrefix",prefix:h.content??""}),i++;for(let h of c.children.filter(m=>m.name==="Contents"))d.push({type:"Object",key:h.children.find(m=>m.name==="Key")?.content??"",etag:To(h.children.find(m=>m.name==="ETag")?.content??""),size:parseInt(h.children.find(m=>m.name==="Size")?.content??"",10),lastModified:new Date(h.children.find(m=>m.name==="LastModified")?.content??"invalid")}),i++;d.sort((h,m)=>{let b=h.type==="Object"?h.key:h.prefix,D=m.type==="Object"?m.key:m.prefix;return b>D?1:b<D?-1:0});for(let h of d)yield h;if(c.children.find(h=>h.name==="IsTruncated")?.content==="true"){let h=c.children.find(m=>m.name==="NextContinuationToken")?.content;if(!h)throw new Error("Unexpectedly missing continuation token, but server said there are more results.");n=h}else return}}async putObject(e,r,n){let o=this.getBucketName(n);if(!qn(e))throw new qr(e);let i,a;if(typeof r=="string"){let l=new TextEncoder().encode(r);typeof ReadableStream.from<"u"?a=ReadableStream.from([l]):a=new ReadableStream({start(d){d.enqueue(l),d.close()}}),i=l.length}else if(r instanceof Uint8Array)typeof ReadableStream.from<"u"?a=ReadableStream.from([r]):a=new ReadableStream({start(l){l.enqueue(r),l.close()}}),i=r.byteLength;else if(r instanceof ReadableStream)a=r;else throw new Et("Invalid stream/data type provided.");if(n?.size!==void 0){if(i!==void 0&&n?.size!==i)throw new Et(`size was specified (${n.size}) but doesn't match auto-detected size (${i}).`);if(typeof n.size!="number"||n.size<0||isNaN(n.size))throw new Et(`invalid size specified: ${n.size}`);i=n.size}let s=n?.partSize??this.calculatePartSize(i);if(s<nM)throw new Et("Part size should be greater than 5MB");if(s>oM)throw new Et("Part size should be less than 6MB");let u=new Ql(s),c=new rf({client:this,bucketName:o,objectName:e,partSize:s,metadata:n?.metadata??{}});return await a.pipeThrough(u).pipeTo(c),c.getResult()}calculatePartSize(e){if(e===void 0&&(e=qg),e>qg)throw new TypeError(`size should not be more than ${qg}`);let r=64*1024*1024;for(;;){if(r*1e4>e)return r;r+=16*1024*1024}}async statObject(e,r){let n=this.getBucketName(r);if(!qn(e))throw new qr(e);let o={};r?.versionId&&(o.versionId=r.versionId);let i=await this.makeRequest({method:"HEAD",bucketName:n,objectName:e,query:o,headers:new Headers(r?.headers)}),a={};for(let s of rM)i.headers.has(s)&&(a[s]=i.headers.get(s));return i.headers.forEach((s,u)=>{u.startsWith("x-amz-meta-")&&(a[u]=i.headers.get(u))}),{type:"Object",key:e,size:parseInt(i.headers.get("content-length")??"",10),metadata:a,lastModified:new Date(i.headers.get("Last-Modified")??"error: missing last modified"),versionId:i.headers.get("x-amz-version-id")||null,etag:To(i.headers.get("ETag")??"")}}async copyObject(e,r,n){let o=this.getBucketName(n),i=e.sourceBucketName??o;if(!qn(r))throw new qr(r);let a=`${i}/${e.sourceKey}`;e.sourceVersionId&&(a+=`?versionId=${e.sourceVersionId}`);let s=new Headers(n?.metadata);n?.metadata!==void 0&&s.set("x-amz-metadata-directive","REPLACE"),s.set("x-amz-copy-source",a);let u=await this.makeRequest({method:"PUT",bucketName:o,objectName:r,headers:s,returnBody:!0}),c=await u.text(),l=Un(c).root;if(!l||l.name!=="CopyObjectResult")throw new Error(`Unexpected response: ${c}`);let d=l.children.find(h=>h.name==="ETag")?.content??"",p=l.children.find(h=>h.name==="LastModified")?.content;if(p===void 0)throw new Error("Unable to find <LastModified>...</LastModified> from the server.");return{copySourceVersionId:u.headers.get("x-amz-copy-source-version-id")||null,etag:To(d),lastModified:new Date(p),versionId:u.headers.get("x-amz-version-id")||null}}async bucketExists(e){try{return await this.listObjects({bucketName:e}).next(),!0}catch(r){if(r instanceof pn&&r.statusCode===404)return!1;throw r}}async makeBucket(e){await this.makeRequest({method:"PUT",bucketName:this.getBucketName({bucketName:e}),objectName:"",statusCode:200})}async removeBucket(e){await this.makeRequest({method:"DELETE",bucketName:this.getBucketName({bucketName:e}),objectName:"",statusCode:204})}presignedPostObject(e,r={}){if(!qn(e))throw new qr(e);let n=this.getBucketName(r);if(!n)throw new Error("Bucket name is required for presignedPost, but none was provided either to this method nor to the client constructor");let o=r.requestDate||new Date,i=r.expirySeconds??3600;return $1({protocol:this.protocol,host:this.host,bucket:n,objectKey:e,accessKey:this.accessKey||"",secretKey:this.#e||"",region:this.region,date:o,expirySeconds:i,conditions:r.conditions,fields:r.fields})}};var Lo=require("node:fs"),nf=require("node:path");function iM(t,e){return(0,Lo.readFileSync)(t,"utf8").includes(e)}function js(t,e){let r=(0,Lo.readdirSync)(t);for(let n of r){let o=(0,nf.join)(t,n),i=(0,Lo.statSync)(o);if(i.isDirectory()){if(js(o,e))return!0}else if(i.isFile()&&(0,nf.extname)(o)===".js"&&iM(o,e))return!0}return!1}function of(t){return(0,Lo.readdirSync)(t).indexOf("index.html")>-1}var ha=require("node:fs"),MO=require("node:os"),Uo=require("node:path"),qO=require("node:process"),pf=require("node:stream/consumers"),HO=require("node:zlib");var VO=de(UO()),zO=de(Yc());async function w9(t,e){try{return(await fetch(`${t.hostFilesApi}/files/read/attachments/${encodeURIComponent(e)}`,{method:"HEAD"})).ok}catch{return!1}}var v9=8192;async function E9(t){let e=wt((0,qO.cwd)()),r=await un("@capgo/capacitor-updater",e,t.packageJson),n;try{n=r?Oe(r):void 0}catch{n=void 0}if(!r||!n)return{version:null,supportsBrotliV2:!1};let o=!na(n,ks);return{version:`${n.major}.${n.minor}.${n.patch}`,supportsBrotliV2:o}}function C9(t,e){if(!e)return!1;let r=e.split(",").map(n=>n.trim()).filter(n=>!!n);return r.length===0?!1:VO.isMatch(t,r)}async function _9(t,e,r){let o=(0,ha.statSync)(t).size,i=await(0,pf.buffer)((0,ha.createReadStream)(t));if(o===0)return{buffer:i,useBrotli:!1};if(C9(e,r.noBrotliPatterns))return{buffer:i,useBrotli:!1};if(o<v9)return{buffer:i,useBrotli:!1};try{let a=await(0,pf.buffer)((0,ha.createReadStream)(t).pipe((0,HO.createBrotliCompress)({})));return a.length>=o-10?{buffer:i,useBrotli:!1}:{buffer:a,useBrotli:!0}}catch(a){return f.warn(`Brotli compression failed for ${t}: ${a}, using original file`),{buffer:i,useBrotli:!1}}}async function KO(t,e,r,n,o,i){let a=De();a.start(o!=="v2"?"Generating the update manifest":"Generating the update manifest with v2 encryption");let s=await FA(t);if(o==="v2")for(let u of s)u.hash=la(u.hash,i);return a.stop("Manifest generated successfully"),await fe(e,{channel:"partial-update",event:"Generate manifest",icon:"\u{1F4C2}",user_id:r,tags:{"app-id":n},notify:!1}),s}function S9(t){return(0,MO.platform)()!=="win32"?t:Uo.win32.normalize(t).split(Uo.win32.sep).join(Uo.posix.sep)}function x9(t){let e=t.split("/").map(r=>encodeURIComponent(r)).join("/");return t.includes(" ")&&f.warn(`File "${t}" contains spaces in its name.`),e}async function GO(t,e,r,n,o,i,a){let s=De();s.start("Preparing partial update with TUS protocol");let u=performance.now(),c=await ur(),l=!!(a.partial||a.delta||a.partialOnly||a.deltaOnly),{version:d,supportsBrotliV2:p}=await E9(a);if(p)a.disableBrotli?f.info("Brotli compression disabled by user request"):a.noBrotliPatterns&&f.info(`Files matching patterns (${a.noBrotliPatterns}) will be excluded from brotli compression`);else throw new Error(`Your project is using an older version of @capgo/capacitor-updater (${d||"unknown"}). To use Delta updates, please upgrade to version ${AA} (v5), ${OA} (v6) or ${ks} (v7) or higher.`);let h=e.filter(E=>E.file.includes(" "));if(h.length>0)throw new Error(`Files with spaces in their names (${h.map(E=>E.file).join(", ")}). Please rename the files.`);let m=0,b=e.length,D=0;try{s.message(`Uploading ${b} files using TUS protocol`);let E=async $=>{let P=(0,Uo.join)(r,$.file),B=S9($.file),T,N=!1;if(a.disableBrotli)T=await(0,pf.buffer)((0,ha.createReadStream)(P)),N=!1;else{let F=await _9(P,B,a);T=F.buffer,N=F.useBrotli}let O=T;i&&(O=ca(T,i.sessionKey,i.ivSessionKey));let j=B;N&&(j=`${B}.br`,D++);let M=x9(j),z=`orgs/${o}/apps/${n}/delta/${$.hash}_${M}`;return await w9(c,z)?(m++,Promise.resolve({file_name:M,s3_path:z,file_hash:$.hash})):new Promise((F,y)=>{s.message(`Prepare upload partial file: ${B}`),new zO.Upload(O,{endpoint:`${c.hostFilesApi}/files/upload/attachments/`,chunkSize:a.tusChunkSize,retryDelays:[0,1e3,3e3,5e3,1e4],removeFingerprintOnSuccess:!0,metadata:{filename:z},headers:{Authorization:t},onError:v=>{let A=v.toString(),R;try{let q=A.match(/response text: (\{.*?\})/);q&&q[1]&&(R=JSON.parse(q[1]).moreInfo?.requestId)}catch{}let k=R?` [requestId: ${R}]`:"";f.error(`Failed to upload ${B}: ${A}${k}`),y(v)},onProgress(){let v=(m/b*100).toFixed(2);s.message(`Uploading partial update: ${v}%`)},onSuccess(){m++,F({file_name:M,s3_path:z,file_hash:$.hash})}}).start()})},C=500,g=[];for(let $=0;$<e.length;$+=C){let P=e.slice($,$+C),B=Math.floor($/C)+1,T=Math.ceil(e.length/C);T>1&&s.message(`Processing batch ${B}/${T} (${P.length} files)`);let N=await Promise.all(P.map(O=>E(O)));g.push(...N)}let x=((performance.now()-u)/1e3).toFixed(2);return s.stop(`Partial update uploaded successfully \u{1F4AA} in (${x} seconds)`),D>0&&f.info(`${D} of ${b} files were compressed with brotli and use .br extension`),await fe(t,{channel:"app",event:`App Partial TUS done${D>0?" with .br extension":""}`,icon:"\u23EB",user_id:o,tags:{"app-id":n},notify:!1}),await fe(t,{channel:"performance",event:"Partial upload performance",icon:"\u{1F684}",user_id:o,tags:{"app-id":n,time:x},notify:!1}),g}catch(E){let g=((performance.now()-u)/1e3).toFixed(2);if(s.stop(`Failed to upload Partial bundle (after ${g} seconds)`),l)throw f.error(`Error uploading partial update: ${E}`),f.error("Delta/partial upload was explicitly requested but failed. Upload aborted."),E;return f.info(`Error uploading partial update: ${E}, This is not a critical error, the bundle has been uploaded without the partial files`),null}}function ye(t){throw f.error(t),new Error(t)}async function A9(t,e){let r=Ar("",e.packageJson),n=e.bundle||t?.plugins?.CapacitorUpdater?.version||r||`0.0.1-beta.${(0,WO.randomUUID)().split("-")[0]}`;return ea.test(n)||ye(`Your bundle name ${n}, is not valid it should follow semver convention : https://semver.org/`),n}function O9(t){let e=t.apikey||ne();return e||ye("Missing API key, you need to provide an API key to upload your bundle"),e}function F9(t,e,r){let n=ce(t,r),o=e.path||r?.webDir;return n||ye("Missing argument, you need to provide a appid or be in a capacitor project"),o||ye("Missing argument, you need to provide a path (--path), or be in a capacitor project"),(0,Mo.existsSync)(o)||ye(`Path ${o} does not exist, build your app first, or provide a valid path`),{appid:n,path:o}}function k9(t,e){let r=t.codeCheck;(typeof r>"u"||r)&&(js(e,"notifyAppReady")||ye(`notifyAppReady() is missing in the build folder of your app. see: https://capgo.app/docs/plugin/api/#notifyappready
215
+ If you are sure your app has this code, you can use the --no-code-check option`),of(e)||ye(`index.html is missing in the root folder of ${e}`))}async function P9(t,e,r,n,o,i){let a=r.ignoreMetadataCheck,s=r.autoMinUpdateVersion,u=r.minUpdateVersion,{data:c,error:l}=await t.from("channels").select("disable_auto_update, version ( min_update_version, native_packages )").eq("name",n).eq("app_id",o).single(),d=!!c&&c.disable_auto_update==="version_number",p,h;if(!l&&c&&c.version&&c.version.native_packages&&!a){let D=De();D.start(`Checking bundle compatibility with channel ${n}`);let{finalCompatibility:E,localDependencies:C}=await Ml(t,o,n,r.packageJson,r.nodeModules);if(h=E,p=C,h.find(g=>!Fo(g)))D.stop(`Bundle NOT compatible with ${n} channel`),f.warn(`You can check compatibility with "${e.runner} @capgo/cli bundle compatibility"`),s&&(u=i,f.info(`Auto set min-update-version to ${u}`));else if(s)try{let{min_update_version:g}=c.version;(!g||!ea.test(g))&&ye("Invalid remote min update version, skipping auto setting compatibility"),u=g,D.stop(`Auto set min-update-version to ${u}`)}catch{ye(`Cannot auto set compatibility, invalid data ${c}`)}else D.stop(`Bundle compatible with ${n} channel`)}else a||(f.warn(`Channel ${n} is new or it's your first upload with compatibility check, it will be ignored this time`),p=await Ag(r.packageJson,r.nodeModules),s&&(u=i,f.info(`Auto set min-update-version to ${u}`)));d&&!u&&!a&&ye("You need to provide a min-update-version to upload a bundle to this channel"),u&&(ea.test(u)||ye(`Your minimal version update ${u}, is not valid it should follow semver convention : https://semver.org/`));let m=p?new Map(p.filter(D=>!!D.native&&D.native!==void 0).map(D=>[D.name,D])):new Map;return{nativePackages:m.size>0||!r.ignoreMetadataCheck?Array.from(m,([D,E])=>({name:D,version:E.version})):void 0,minUpdateVersion:u}}async function $9(t,e,r,n=!1){let{data:o,error:i}=await t.rpc("exist_app_versions",{appid:e,name_version:r}).single();if(o||i){if(n)return f.warn(`Version ${r} already exists - exiting gracefully due to --silent-fail option`),X("Bundle version already exists - exiting gracefully \u{1F389}"),!0;ye(`Version ${r} already exists ${U(i)}`)}return!1}async function T9(t,e,r,n,o,i,a){let s,u,c="",l=null,d="none",p="",h=e.keyV2,m=e.key===!1,b=De();b.start(`Zipping bundle from ${t}`),l=await jl(t),b.message("Calculating checksum");let D=wt((0,iD.cwd)()),E=await un("@capgo/capacitor-updater",D,e.packageJson),C=!1,g;try{g=E?Oe(E):void 0}catch{g=void 0}if(E?g?C=!na(g,ks):(E==="link:@capgo/capacitor-updater"||E==="file:.."||E==="file:../")&&(f.warn("Using local @capgo/capacitor-updater. Assuming latest version for checksum calculation."),C=!0):ye("Cannot find @capgo/capacitor-updater in node_modules, please install it first with your package manager"),(h||e.keyDataV2||(0,Mo.existsSync)(Yt))&&!m||C?c=await rn(l,"sha256"):c=await rn(l,"crc32"),b.stop(`Checksum ${C?"SHA256":"CRC32"}: ${c}`),m)f.info("Encryption ignored");else if((h||(0,Mo.existsSync)(Yt)||e.keyDataV2)&&!e.oldEncryption){let $=typeof h=="string"?h:Yt,P=e.keyDataV2||"";!P&&!(0,Mo.existsSync)($)&&ye(`Cannot find private key ${$}`),await fe(r,{channel:"app",event:"App encryption v2",icon:"\u{1F511}",user_id:n,tags:{"app-id":o},notify:!1},e.verbose),P||(P=(0,Mo.readFileSync)($).toString()),f.info("Encrypting your bundle with V2");let{sessionKey:B,ivSessionKey:T}=Zl(P),N=ca(l,B,T);c=la(c,P),s=T,u=B,d="v2",p=P,e.displayIvSession&&f.info(`Your Iv Session key is ${s},
216
216
  keep it safe, you will need it to decrypt your bundle.
217
217
  It will be also visible in your dashboard
218
218
  `),l=N}let _=Math.floor((l?.byteLength??0)/1024/1024),x=Math.floor(i/1024/1024);return l?.byteLength>i?ye(`The bundle size is ${_} Mb, this is greater than the maximum upload length ${x} Mb, please reduce the size of your bundle`):l?.byteLength>a?(f.warn(`WARNING !!
219
219
  The bundle size is ${_} Mb, this may take a while to download for users
220
220
  `),f.info(`Learn how to optimize your assets https://capgo.app/blog/optimise-your-images-for-updates/
221
- `),e.verbose&&(f.info("[Verbose] Bundle size details:"),f.info(` - Actual size: ${_} MB (${l?.byteLength} bytes)`),f.info(` - Alert threshold: ${Math.floor(a/1024/1024)} MB`),f.info(` - Maximum allowed: ${x} MB`),f.info("[Verbose] Sending 'App Too Large' event to analytics...")),await fe(r,{channel:"app-error",event:"App Too Large",icon:"\u{1F69B}",user_id:n,tags:{"app-id":o},notify:!1},e.verbose),e.verbose&&f.info("[Verbose] Event sent successfully")):e.verbose&&f.info(`[Verbose] Bundle size OK: ${_} MB (under ${Math.floor(a/1024/1024)} MB alert threshold)`),e.verbose&&f.info("[Verbose] Bundle preparation complete, returning bundle data"),{zipped:l,ivSessionKey:s,sessionKey:u,checksum:c,encryptionMethod:d,finalKeyData:p}}async function T9(t,e,r,n,o,i,a,s){let u=De();u.start("Uploading Bundle");let c=performance.now(),l=!1;if(a.verbose&&(f.info("[Verbose] uploadBundleToCapgoCloud called:"),f.info(` - Bundle size: ${Math.floor(i.byteLength/1024)} KB`),f.info(` - App ID: ${r}`),f.info(` - Bundle version: ${n}`),f.info(` - Chunk size: ${Math.floor(s/1024/1024)} MB`)),a.dryUpload){u.stop(`Dry run, bundle not uploaded
222
- Bundle uploaded \u{1F4AA} in 0 seconds`),a.verbose&&f.info("[Verbose] Dry upload mode - skipping actual upload");return}try{let h=await ur();if(a.verbose&&f.info("[Verbose] Local config retrieved for upload"),a.multipart!==void 0&&a.multipart||a.tus!==void 0&&a.tus){a.multipart?f.info("Uploading bundle with multipart is deprecated, we upload with TUS instead"):f.info("Uploading bundle with TUS protocol"),a.verbose&&(f.info("[Verbose] Starting TUS resumable upload..."),f.info(` - Host: ${h.hostWeb}`),f.info(` - Chunk size: ${Math.floor(s/1024/1024)} MB`)),await xA(t,i,o,r,n,u,h,s),l=!0,a.verbose&&f.info("[Verbose] TUS upload completed, updating database with R2 path...");let m=`orgs/${o}/apps/${r}/${n}.zip`,{error:b}=await e.from("app_versions").update({r2_path:m}).eq("name",n).eq("app_id",r);if(b)return f.error(`Cannot finish TUS upload ${U(b)}`),a.verbose&&f.info(`[Verbose] Database update failed: ${U(b)}`),Promise.reject(new Error("Cannot finish TUS upload"));a.verbose&&f.info(`[Verbose] Database updated with R2 path: ${m}`)}else{a.verbose&&f.info("[Verbose] Using standard upload (non-TUS), getting presigned URL...");let m=await EA(e,r,n);if(!m)return f.error("Cannot get upload url"),a.verbose&&f.info("[Verbose] Failed to retrieve presigned upload URL from database"),Promise.reject(new Error("Cannot get upload url"));a.verbose&&(f.info("[Verbose] Presigned URL obtained, uploading via HTTP PUT..."),f.info(` - Timeout: ${a.timeout||wg}ms`),f.info(" - Retry attempts: 5"),f.info(" - Content-Type: application/zip"));let b=new AbortController,D=setTimeout(()=>b.abort(),a.timeout||wg);try{let C=await fetch(m,{method:"PUT",body:i,headers:{"Content-Type":"application/zip"},signal:b.signal});if(!C.ok)throw new Error(`HTTP error! status: ${C.status}`)}finally{clearTimeout(D)}a.verbose&&f.info("[Verbose] HTTP PUT upload completed successfully")}}catch(h){let b=((performance.now()-c)/1e3).toFixed(2);if(u.stop(`Failed to upload bundle ( after ${b} seconds)`),a.verbose&&(f.info(`[Verbose] Upload failed after ${b} seconds`),f.info(`[Verbose] Error type: ${h instanceof Error?"Error":typeof h}`)),h instanceof Error&&h.message.includes("HTTP error"))try{let D=h.message.match(/status: (\d+)/),C=D?D[1]:"unknown";f.error(`Upload failed with status ${C}: ${h.message}`)}catch{f.error(`Upload failed: ${h.message}`)}else a.verbose&&f.info(`[Verbose] Non-HTTP error: ${U(h)}`),a.tus?f.error(`Cannot upload bundle please contact support if the issue persists ${U(h)}`):f.error(`Cannot upload bundle ( try again with --tus option) ${U(h)}`);throw a.verbose&&f.info("[Verbose] Cleaning up failed version from database..."),await AA(e,r,n),a.verbose&&f.info("[Verbose] Failed version cleaned up"),h instanceof Error?h:new Error(String(h))}let p=((performance.now()-c)/1e3).toFixed(2);u.stop(`Bundle uploaded \u{1F4AA} in (${p} seconds)`),a.verbose&&(f.info("[Verbose] Upload successful:"),f.info(` - Upload time: ${p} seconds`),f.info(` - Upload method: ${l?"TUS (resumable)":"Standard HTTP PUT"}`),f.info(` - Bundle size: ${Math.floor(i.byteLength/1024)} KB`),f.info("[Verbose] Sending performance event...")),await fe(t,{channel:"performance",event:l?"TUS upload zip performance":"Upload zip performance",icon:"\u{1F684}",user_id:o,tags:{"app-id":r,time:p},notify:!1},a.verbose),a.verbose&&f.info("[Verbose] Performance event sent successfully")}async function I9(t,e,r){let{data:n,error:o}=await t.from("channels").select("version ( id, name, deleted )").eq("app_id",e).eq("name",r);if(o){f.error(`Cannot delete linked bundle on upload ${U(o)}`);return}if(n.length===0){f.warn("No linked bundle found in the channel you are trying to upload to");return}let i=n[0].version;if(i.deleted){f.warn("The linked bundle is already deleted");return}let{error:a}=await t.from("app_versions").update({deleted:!0}).eq("id",i.id);if(a){f.error(`Cannot delete linked bundle on upload ${U(a)}`);return}f.info("Linked bundle deleted")}async function R9(t,e,r,n,o,i,a,s,u,c){let{data:l}=await t.rpc("get_app_versions",{apikey:e,name_version:n,appid:s}).single();l||ye("Cannot get version id, cannot set channel");let{data:d}=await t.rpc("is_allowed_capgkey",{apikey:e,keymode:["write","all"]}).single();if(d){let{error:p,data:h}=await jl(t,{name:o,app_id:s,created_by:i,version:l,owner_org:a,...c?{allow_device_self_set:!0}:{}});p&&ye(`Cannot set channel, the upload key is not allowed to do that, use the "all" for this. ${U(p)}`);let m=`${u.hostWeb}/app/p/${s}/channel/${h.id}`;h?.public?f.info("Your update is now available in your public channel \u{1F389}"):h?.id&&f.info(`Link device to this bundle to try it: ${m}`),r&&f.info(`Bundle url: ${m}`)}else f.warn("The upload key is not allowed to set the version in the channel")}async function B9(t,e,r){let{error:n,data:o}=await e.from("apps").select("default_upload_channel").eq("app_id",t).single();return n?(f.warn("Cannot find default upload channel"),f.info(`You can set it here: ${r}/app/p/${t}/settings`),null):o.default_upload_channel}async function iD(t,e,r=!1){r||Q(`Uploading with CLI version ${gr.version}`);let n,o=et();await ge();let{s3Region:i,s3Apikey:a,s3Apisecret:s,s3BucketName:u,s3Endpoint:c,s3Port:l,s3SSL:d}=e;e.verbose&&(f.info("[Verbose] Starting upload process with options:"),f.info(` - API key: ${e.apikey?"provided":"from saved key"}`),f.info(` - Path: ${e.path||"from capacitor config"}`),f.info(` - Channel: ${e.channel||"from default upload channel"}`),f.info(` - Bundle: ${e.bundle||"auto-detected"}`),f.info(` - External: ${e.external||"false"}`),f.info(` - Encryption: ${e.keyV2||e.keyDataV2?"v2":e.key===!1?"disabled":"auto"}`),f.info(` - Upload method: ${e.tus?"TUS":e.zip?"ZIP":"auto"}`),f.info(` - Delta updates: ${e.delta||e.partial?"enabled":"disabled"}`));let p=A9(e);e.verbose&&f.info("[Verbose] API key retrieved successfully");let h=await ee();e.verbose&&f.info("[Verbose] Capacitor config loaded successfully");let m=await hA();e.verbose&&(f.info("[Verbose] Remote file config retrieved:"),f.info(` - Max upload length: ${Math.floor(m.maxUploadLength/1024/1024)} MB`),f.info(` - Alert upload size: ${Math.floor(m.alertUploadSize/1024/1024)} MB`),f.info(` - TUS upload: ${m.TUSUpload?"enabled":"disabled"}`),f.info(` - TUS upload forced: ${m.TUSUploadForced?"yes":"no"}`),f.info(` - Partial upload: ${m.partialUpload?"enabled":"disabled"}`),f.info(` - Max chunk size: ${Math.floor(m.maxChunkSize/1024/1024)} MB`));let{appid:b,path:D}=F9(t,e,h.config);e.verbose&&f.info(`[Verbose] App ID: ${b}, Build path: ${D}`);let C=await x9(h.config,e);e.verbose&&f.info(`[Verbose] Bundle version: ${C}`);let E=e.external?"external":"r2-direct",g="none";e.autoSetBundle&&(await Os({version:C}),e.verbose&&f.info("[Verbose] Auto-set bundle version in capacitor.config.json")),O9(e,D),e.verbose&&f.info("[Verbose] Code check passed (notifyAppReady found and index.html present)"),f.info(`Upload ${b}@${C} started from path "${D}" to Capgo cloud`);let _=await ur();e.verbose&&f.info(`[Verbose] Local config loaded: host=${_.hostWeb}`),e.supaHost&&e.supaAnon&&(f.info("Using custom supabase instance from provided options"),_.supaHost=e.supaHost,_.supaKey=e.supaAnon,e.verbose&&f.info(`[Verbose] Custom Supabase host: ${e.supaHost}`));let x=await re(p,e.supaHost,e.supaAnon);e.verbose&&f.info("[Verbose] Supabase client created successfully");let $=await ie(x,p,["write","all","upload"]);e.verbose&&f.info(`[Verbose] User verified successfully, user_id: ${$}`);let O=e.channel||await B9(b,x,_.hostWeb)||"dev";e.verbose&&f.info(`[Verbose] Target channel: ${O}`);let B=await yt(x,b);e.verbose&&f.info(`[Verbose] Organization ID: ${B}`),await yA(x,B,gr.version),e.verbose&&f.info("[Verbose] Remote CLI messages checked"),await wA(x,B,p,b,!0),e.verbose&&f.info("[Verbose] Plan validation passed"),e.verbose&&f.info("[Verbose] Trial check completed"),e.verbose&&f.info(`[Verbose] Checking compatibility with channel ${O}...`);let{nativePackages:T,minUpdateVersion:N}=await k9(x,o,e,O,b,C);e.verbose&&(f.info("[Verbose] Compatibility check completed:"),f.info(` - Native packages: ${T?T.length:0}`),f.info(` - Min update version: ${N||"none"}`)),e.verbose&&f.info(`[Verbose] Checking if version ${C} already exists...`);let F=await P9(x,b,C,e.versionExistsOk);if(e.verbose&&f.info(`[Verbose] Version exists check: ${F?"yes (skipping)":"no (continuing)"}`),F)return{success:!0,skipped:!0,reason:"VERSION_EXISTS",bundle:C,checksum:null,encryptionMethod:g,storageProvider:E};e.external&&!e.external.startsWith("https://")&&ye(`External link should should start with "https://" current is "${e.external}"`),e.deleteLinkedBundleOnUpload&&(f.warn("Deleting linked bundle on upload is destructive, it will delete the currently linked bundle in the channel you are trying to upload to."),f.warn("Please make sure you want to do this, if you are not sure, please do not use this option."));let j={name:C,app_id:b,session_key:void 0,external_url:e.external,storage_provider:E,min_update_version:N,native_packages:T,owner_org:B,user_id:$,checksum:void 0,link:e.link||null,comment:e.comment||null},M=null,z="";if(e.external)e.verbose&&f.info(`[Verbose] Using external URL: ${e.external}`),await fe(p,{channel:"app",event:"App external",icon:"\u{1F4E4}",user_id:B,tags:{"app-id":b},notify:!1},e.verbose),j.session_key=e.ivSessionKey,j.checksum=e.encryptedChecksum,e.verbose&&(f.info("[Verbose] External bundle configured:"),f.info(` - URL: ${e.external}`),f.info(` - IV Session Key: ${e.ivSessionKey?"provided":"none"}`),f.info(` - Encrypted Checksum: ${e.encryptedChecksum?"provided":"none"}`));else{e.verbose&&f.info(`[Verbose] Preparing bundle file from path: ${D}`);let{zipped:A,ivSessionKey:R,checksum:P,sessionKey:q,encryptionMethod:I,finalKeyData:L}=await $9(D,e,p,B,b,m.maxUploadLength,m.alertUploadSize);j.session_key=R,j.checksum=P,n=q,M=A,g=I,z=L,e.verbose&&(f.info("[Verbose] Bundle prepared:"),f.info(` - Size: ${Math.floor((A?.byteLength??0)/1024)} KB`),f.info(` - Checksum: ${P}`),f.info(` - Encryption: ${I}`),f.info(` - IV Session Key: ${R?"present":"none"}`)),e.ignoreChecksumCheck||(e.verbose&&f.info("[Verbose] Checking for duplicate checksum..."),await kA(x,b,O,P),e.verbose&&f.info("[Verbose] Checksum is unique"))}if(e.zip?(e.tus=!1,e.verbose&&f.info("[Verbose] Upload method: ZIP (explicitly set via --zip)")):!m.TUSUpload||e.external?(e.tus=!1,e.verbose&&f.info("[Verbose] Upload method: Standard (TUS not available or external URL)")):(e.tus=e.tus||m.TUSUploadForced,e.verbose&&f.info(`[Verbose] Upload method: ${e.tus?"TUS (resumable)":"Standard"}`)),!m.partialUpload||e.external?(e.delta=!1,e.verbose&&e.external&&f.info("[Verbose] Delta updates disabled (not available with external URLs)")):(e.delta=e.delta||e.partial||e.deltaOnly||e.partialOnly||m.partialUploadForced,e.verbose&&f.info(`[Verbose] Delta updates: ${e.delta?"enabled":"disabled"}`)),e.encryptPartial&&g==="v1"&&ye("You cannot encrypt the partial update if you are not using the v2 encryption method"),e.delta&&g==="v2"&&!e.encryptPartial){let A=wt((0,oD.cwd)()),R=await un("@capgo/capacitor-updater",A,e.packageJson),P;try{P=R?ve(R):void 0}catch{P=void 0}R&&P&&vr(P,ve("6.14.4"))&&(f.info(`Auto-enabling partial update encryption for updater version ${P} (> 6.14.4)`),e.verbose&&f.info("[Verbose] Partial encryption auto-enabled for updater >= 6.14.4"),e.encryptPartial=!0)}e.verbose&&e.delta&&f.info("[Verbose] Preparing delta/partial update manifest...");let k=e.delta?await zF(D,p,B,b,e.encryptPartial?g:"none",z):[];e.verbose&&e.delta&&f.info(`[Verbose] Delta manifest prepared with ${k.length} files`),e.verbose&&f.info("[Verbose] Creating version record in database...");let{error:y}=await Sg(x,j);if(y&&ye(`Cannot add bundle ${U(y)}`),e.verbose&&f.info("[Verbose] Version record created successfully"),e.tusChunkSize&&e.tusChunkSize>m.maxChunkSize?(f.error(`Chunk size ${e.tusChunkSize} is greater than the maximum chunk size ${m.maxChunkSize}, using the maximum chunk size`),e.tusChunkSize=m.maxChunkSize):e.tusChunkSize||(e.tusChunkSize=m.maxChunkSize),e.verbose&&f.info(`[Verbose] TUS chunk size: ${Math.floor(e.tusChunkSize/1024/1024)} MB`),M&&(u||c||i||a||s||l||d)){(!u||!c||!i||!a||!s||!l)&&ye("Missing argument, for S3 upload you need to provide a bucket name, endpoint, region, port, API key, and API secret"),f.info("Uploading to S3"),e.verbose&&(f.info("[Verbose] S3 configuration:"),f.info(` - Endpoint: ${c}`),f.info(` - Region: ${i}`),f.info(` - Bucket: ${u}`),f.info(` - Port: ${l}`),f.info(` - SSL: ${d?"enabled":"disabled"}`));let A=d?`https://${c}`:`http://${c}`,R=new Ls({endPoint:c,region:i,port:l,pathStyle:!0,bucket:u,accessKey:a,secretKey:s}),P=`${b}-${C}`,q=encodeURIComponent(P);e.verbose&&f.info(`[Verbose] Uploading to S3 as: ${P}`),await R.putObject(P,Uint8Array.from(M)),j.external_url=`${A}/${q}`,j.storage_provider="external",e.verbose&&f.info(`[Verbose] S3 upload complete, external URL: ${j.external_url}`)}else if(M){!e.partialOnly&&!e.deltaOnly?(e.verbose&&f.info("[Verbose] Starting full bundle upload to Capgo Cloud..."),await T9(p,x,b,C,B,M,e,e.tusChunkSize)):e.verbose&&f.info("[Verbose] Skipping full bundle upload (delta-only mode)");let A=null;try{e.dryUpload&&(e.delta=!1,e.verbose&&f.info("[Verbose] Dry upload mode: skipping delta upload"));let P=j.session_key&&e.encryptPartial&&n?{sessionKey:n,ivSessionKey:j.session_key}:void 0;e.verbose&&e.delta&&(f.info("[Verbose] Starting delta/partial file upload..."),f.info(` - Manifest entries: ${k.length}`),f.info(` - Encryption: ${P?"enabled":"disabled"}`)),A=e.delta?await KF(p,k,D,b,B,P,e):null,e.verbose&&A&&f.info(`[Verbose] Delta upload complete with ${A.length} files`)}catch(P){if(!!(e.partial||e.delta||e.partialOnly||e.deltaOnly))throw P;f.info(`Failed to upload partial files to capgo cloud. Error: ${U(P)}. This is not a critical error, the bundle has been uploaded without the partial files`),e.verbose&&f.info(`[Verbose] Delta upload error details: ${U(P)}`)}j.storage_provider="r2",j.manifest=A,e.verbose&&f.info("[Verbose] Updating version record with storage provider and manifest...");let{error:R}=await Sg(x,j);R&&ye(`Cannot update bundle ${U(R)}`),e.verbose&&f.info("[Verbose] Version record updated successfully")}e.verbose&&f.info("[Verbose] Checking app permissions...");let w=await Me(x,p,b,2);e.verbose&&(f.info("[Verbose] Permissions:"),f.info(` - Upload: ${ra(w,2)?"yes":"no"}`),f.info(` - Write: ${ra(w,3)?"yes":"no"}`),f.info(` - Admin: ${ra(w,4)?"yes":"no"}`)),e.deleteLinkedBundleOnUpload&&ra(w,3)?(e.verbose&&f.info(`[Verbose] Deleting linked bundle in channel ${O}...`),await I9(x,b,O)):e.deleteLinkedBundleOnUpload&&f.warn("Cannot delete linked bundle on upload as a upload organization member"),ra(w,3)?(e.verbose&&f.info(`[Verbose] Setting bundle ${C} to channel ${O}...`),await R9(x,p,!!e.bundleUrl,C,O,$,B,b,_,e.selfAssign),e.verbose&&f.info("[Verbose] Channel updated successfully")):f.warn("Cannot set channel as a upload organization member"),e.verbose&&f.info("[Verbose] Sending upload event..."),await fe(p,{channel:"app",event:"App Uploaded",icon:"\u23EB",user_id:B,tags:{"app-id":b},notify:!1},e.verbose);let v={success:!0,bundle:C,checksum:j.checksum??null,encryptionMethod:g,sessionKey:n?n.toString("base64"):void 0,ivSessionKey:typeof j.session_key=="string"?j.session_key:void 0,storageProvider:j.storage_provider};return e.verbose&&(f.info("[Verbose] Upload completed successfully:"),f.info(` - Bundle: ${v.bundle}`),f.info(` - Checksum: ${v.checksum}`),f.info(` - Encryption: ${v.encryptionMethod}`),f.info(` - Storage: ${v.storageProvider}`)),r&&!v.skipped&&X("Time to share your update to the world \u{1F30D}"),v}function L9(t){t.ivSessionKey&&!t.external&&ye("You need to provide an external url if you want to use the --iv-session-key option"),t.encryptedChecksum&&!t.external&&ye("You need to provide an external url if you want to use the --encrypted-checksum option"),(t.partial||t.delta||t.partialOnly||t.deltaOnly)&&t.external&&ye("You cannot use the --partial/--delta/--partial-only/--delta-only option with an external url"),t.tus&&t.external&&ye("You cannot use the --tus option with an external url"),t.dryUpload&&t.external&&ye("You cannot use the --dry-upload option with an external url"),t.multipart&&t.external&&ye("You cannot use the --multipart option with an external url"),t.external&&(t.keyV2||t.keyDataV2)&&ye("You cannot set a key if you are uploading to an external url"),t.keyV2&&t.keyDataV2&&ye("You cannot set both key-v2 and key-data-v2"),t.external&&(t.s3Region||t.s3Apikey||t.s3Apisecret||t.s3Endpoint||t.s3BucketName||t.s3Port||t.s3SSL)&&ye("You cannot set S3 options if you are uploading to an external url, it's automatically handled"),t.encryptedChecksum&&!t.external&&ye("You cannot set the --encrypted-checksum option if you are not uploading to an external url"),t.minUpdateVersion&&t.autoMinUpdateVersion&&ye("You cannot set both min-update-version and auto-min-update-version, use only one of them")}async function WF(t,e){try{L9(e),await iD(t,e)}catch(r){throw f.error(`uploadBundle failed: ${U(r)}`),r instanceof Error?r:new Error(String(r))}}var YF=require("node:crypto"),pf=require("node:fs"),JF=require("node:process");var N9=20;function j9(t){console.log(JSON.stringify(t,null,2))}function Hs(t){console.error(U(t))}async function U9(t,e,r=!1){let{json:n}=e,{bundle:o,path:i}=e,a=!n&&!r;try{a&&await ge();let s=await ee(),u=ce(t,s?.config),c=(0,YF.randomUUID)().split("-")[0],l=Ar("",e.packageJson);if(o=o||l||`0.0.1-beta.${c}`,a&&Q(`Zipping ${u}@${o}`),o&&!ta.test(o)){let $=`Your bundle name ${o}, is not valid it should follow semver convention : https://semver.org/`;throw r||(n?Hs({error:"invalid_semver"}):f.error($)),new Error("Invalid bundle version format")}if(i=i||s?.config?.webDir,!u||!o||!i){let $="Missing argument, you need to provide a appId and a bundle and a path, or be in a capacitor project";throw r||(n?Hs({error:"missing_argument"}):f.error($)),new Error($)}if(a&&f.info(`Started from path "${i}"`),typeof e.codeCheck>"u"?!0:e.codeCheck){if(!Ns(i,"notifyAppReady"))throw r||(n?Hs({error:"notifyAppReady_not_in_source_code"}):f.error("notifyAppReady() is missing in the build folder of your app. see: https://capgo.app/docs/plugin/api/#notifyappready")),new Error("notifyAppReady() is missing in build folder");if(!nf(i))throw r||(n?Hs({error:"index_html_not_found"}):f.error(`index.html is missing in the root folder of ${i}`)),new Error("index.html is missing in root folder")}let p=await Nl(i);a&&f.info(`Zipped ${p.byteLength} bytes`);let h=a?De():null;h&&h.start("Calculating checksum");let m=wt((0,JF.cwd)()),b=await un("@capgo/capacitor-updater",m,e.packageJson);if(!b){let $="Cannot find @capgo/capacitor-updater in node_modules, please install it first with your package manager";throw r||f.warn($),new Error($)}let D=!1,C;try{C=b?ve(b):void 0}catch{C=void 0}if(C){let $=C.major===5&&vr(C,ve("5.10.0")),O=C.major===6&&vr(C,ve("6.25.0")),B=C.major>=7;D=$||O||B}else b==="link:@capgo/capacitor-updater"&&(r||f.warn("Using local @capgo/capacitor-updater. Assuming v7"),D=!0);let E=await rn(p,e.keyV2||(0,pf.existsSync)(Yt)||D?"sha256":"crc32");h&&h.stop(`Checksum ${D?"SHA256":"CRC32"}: ${E}`);let g=Math.floor(p.byteLength/1024/1024);g>N9&&a&&(f.warn(`WARNING !!
221
+ `),e.verbose&&(f.info("[Verbose] Bundle size details:"),f.info(` - Actual size: ${_} MB (${l?.byteLength} bytes)`),f.info(` - Alert threshold: ${Math.floor(a/1024/1024)} MB`),f.info(` - Maximum allowed: ${x} MB`),f.info("[Verbose] Sending 'App Too Large' event to analytics...")),await fe(r,{channel:"app-error",event:"App Too Large",icon:"\u{1F69B}",user_id:n,tags:{"app-id":o},notify:!1},e.verbose),e.verbose&&f.info("[Verbose] Event sent successfully")):e.verbose&&f.info(`[Verbose] Bundle size OK: ${_} MB (under ${Math.floor(a/1024/1024)} MB alert threshold)`),e.verbose&&f.info("[Verbose] Bundle preparation complete, returning bundle data"),{zipped:l,ivSessionKey:s,sessionKey:u,checksum:c,encryptionMethod:d,finalKeyData:p}}async function I9(t,e,r,n,o,i,a,s){let u=De();u.start("Uploading Bundle");let c=performance.now(),l=!1;if(a.verbose&&(f.info("[Verbose] uploadBundleToCapgoCloud called:"),f.info(` - Bundle size: ${Math.floor(i.byteLength/1024)} KB`),f.info(` - App ID: ${r}`),f.info(` - Bundle version: ${n}`),f.info(` - Chunk size: ${Math.floor(s/1024/1024)} MB`)),a.dryUpload){u.stop(`Dry run, bundle not uploaded
222
+ Bundle uploaded \u{1F4AA} in 0 seconds`),a.verbose&&f.info("[Verbose] Dry upload mode - skipping actual upload");return}try{let h=await ur();if(a.verbose&&f.info("[Verbose] Local config retrieved for upload"),a.multipart!==void 0&&a.multipart||a.tus!==void 0&&a.tus){a.multipart?f.info("Uploading bundle with multipart is deprecated, we upload with TUS instead"):f.info("Uploading bundle with TUS protocol"),a.verbose&&(f.info("[Verbose] Starting TUS resumable upload..."),f.info(` - Host: ${h.hostWeb}`),f.info(` - Chunk size: ${Math.floor(s/1024/1024)} MB`)),await kA(t,i,o,r,n,u,h,s),l=!0,a.verbose&&f.info("[Verbose] TUS upload completed, updating database with R2 path...");let m=`orgs/${o}/apps/${r}/${n}.zip`,{error:b}=await e.from("app_versions").update({r2_path:m}).eq("name",n).eq("app_id",r);if(b)return f.error(`Cannot finish TUS upload ${U(b)}`),a.verbose&&f.info(`[Verbose] Database update failed: ${U(b)}`),Promise.reject(new Error("Cannot finish TUS upload"));a.verbose&&f.info(`[Verbose] Database updated with R2 path: ${m}`)}else{a.verbose&&f.info("[Verbose] Using standard upload (non-TUS), getting presigned URL...");let m=await SA(e,r,n);if(!m)return f.error("Cannot get upload url"),a.verbose&&f.info("[Verbose] Failed to retrieve presigned upload URL from database"),Promise.reject(new Error("Cannot get upload url"));a.verbose&&(f.info("[Verbose] Presigned URL obtained, uploading via HTTP PUT..."),f.info(` - Timeout: ${a.timeout||vg}ms`),f.info(" - Retry attempts: 5"),f.info(" - Content-Type: application/zip"));let b=new AbortController,D=setTimeout(()=>b.abort(),a.timeout||vg);try{let E=await fetch(m,{method:"PUT",body:i,headers:{"Content-Type":"application/zip"},signal:b.signal});if(!E.ok)throw new Error(`HTTP error! status: ${E.status}`)}finally{clearTimeout(D)}a.verbose&&f.info("[Verbose] HTTP PUT upload completed successfully")}}catch(h){let b=((performance.now()-c)/1e3).toFixed(2);if(u.stop(`Failed to upload bundle ( after ${b} seconds)`),a.verbose&&(f.info(`[Verbose] Upload failed after ${b} seconds`),f.info(`[Verbose] Error type: ${h instanceof Error?"Error":typeof h}`)),h instanceof Error&&h.message.includes("HTTP error"))try{let D=h.message.match(/status: (\d+)/),E=D?D[1]:"unknown";f.error(`Upload failed with status ${E}: ${h.message}`)}catch{f.error(`Upload failed: ${h.message}`)}else a.verbose&&f.info(`[Verbose] Non-HTTP error: ${U(h)}`),a.tus?f.error(`Cannot upload bundle please contact support if the issue persists ${U(h)}`):f.error(`Cannot upload bundle ( try again with --tus option) ${U(h)}`);throw a.verbose&&f.info("[Verbose] Cleaning up failed version from database..."),await PA(e,r,n),a.verbose&&f.info("[Verbose] Failed version cleaned up"),h instanceof Error?h:new Error(String(h))}let p=((performance.now()-c)/1e3).toFixed(2);u.stop(`Bundle uploaded \u{1F4AA} in (${p} seconds)`),a.verbose&&(f.info("[Verbose] Upload successful:"),f.info(` - Upload time: ${p} seconds`),f.info(` - Upload method: ${l?"TUS (resumable)":"Standard HTTP PUT"}`),f.info(` - Bundle size: ${Math.floor(i.byteLength/1024)} KB`),f.info("[Verbose] Sending performance event...")),await fe(t,{channel:"performance",event:l?"TUS upload zip performance":"Upload zip performance",icon:"\u{1F684}",user_id:o,tags:{"app-id":r,time:p},notify:!1},a.verbose),a.verbose&&f.info("[Verbose] Performance event sent successfully")}async function R9(t,e,r){let{data:n,error:o}=await t.from("channels").select("version ( id, name, deleted )").eq("app_id",e).eq("name",r);if(o){f.error(`Cannot delete linked bundle on upload ${U(o)}`);return}if(n.length===0){f.warn("No linked bundle found in the channel you are trying to upload to");return}let i=n[0].version;if(i.deleted){f.warn("The linked bundle is already deleted");return}let{error:a}=await t.from("app_versions").update({deleted:!0}).eq("id",i.id);if(a){f.error(`Cannot delete linked bundle on upload ${U(a)}`);return}f.info("Linked bundle deleted")}async function B9(t,e,r,n,o,i,a,s,u,c){let{data:l}=await t.rpc("get_app_versions",{apikey:e,name_version:n,appid:s}).single();l||ye("Cannot get version id, cannot set channel");let{data:d}=await t.rpc("is_allowed_capgkey",{apikey:e,keymode:["write","all"]}).single();if(d){let{error:p,data:h}=await Ul(t,{name:o,app_id:s,created_by:i,version:l,owner_org:a,...c?{allow_device_self_set:!0}:{}});p&&ye(`Cannot set channel, the upload key is not allowed to do that, use the "all" for this. ${U(p)}`);let m=`${u.hostWeb}/app/p/${s}/channel/${h.id}`;h?.public?f.info("Your update is now available in your public channel \u{1F389}"):h?.id&&f.info(`Link device to this bundle to try it: ${m}`),r&&f.info(`Bundle url: ${m}`)}else f.warn("The upload key is not allowed to set the version in the channel")}async function L9(t,e,r){let{error:n,data:o}=await e.from("apps").select("default_upload_channel").eq("app_id",t).single();return n?(f.warn("Cannot find default upload channel"),f.info(`You can set it here: ${r}/app/p/${t}/settings`),null):o.default_upload_channel}async function aD(t,e,r=!1){r||Q(`Uploading with CLI version ${gr.version}`);let n,o=et();await ge();let{s3Region:i,s3Apikey:a,s3Apisecret:s,s3BucketName:u,s3Endpoint:c,s3Port:l,s3SSL:d}=e;e.verbose&&(f.info("[Verbose] Starting upload process with options:"),f.info(` - API key: ${e.apikey?"provided":"from saved key"}`),f.info(` - Path: ${e.path||"from capacitor config"}`),f.info(` - Channel: ${e.channel||"from default upload channel"}`),f.info(` - Bundle: ${e.bundle||"auto-detected"}`),f.info(` - External: ${e.external||"false"}`),f.info(` - Encryption: ${e.keyV2||e.keyDataV2?"v2":e.key===!1?"disabled":"auto"}`),f.info(` - Upload method: ${e.tus?"TUS":e.zip?"ZIP":"auto"}`),f.info(` - Delta updates: ${e.delta||e.partial?"enabled":"disabled"}`));let p=O9(e);e.verbose&&f.info("[Verbose] API key retrieved successfully");let h=await ee();e.verbose&&f.info("[Verbose] Capacitor config loaded successfully");let m=await gA();e.verbose&&(f.info("[Verbose] Remote file config retrieved:"),f.info(` - Max upload length: ${Math.floor(m.maxUploadLength/1024/1024)} MB`),f.info(` - Alert upload size: ${Math.floor(m.alertUploadSize/1024/1024)} MB`),f.info(` - TUS upload: ${m.TUSUpload?"enabled":"disabled"}`),f.info(` - TUS upload forced: ${m.TUSUploadForced?"yes":"no"}`),f.info(` - Partial upload: ${m.partialUpload?"enabled":"disabled"}`),f.info(` - Max chunk size: ${Math.floor(m.maxChunkSize/1024/1024)} MB`));let{appid:b,path:D}=F9(t,e,h.config);e.verbose&&f.info(`[Verbose] App ID: ${b}, Build path: ${D}`);let E=await A9(h.config,e);e.verbose&&f.info(`[Verbose] Bundle version: ${E}`);let C=e.external?"external":"r2-direct",g="none";e.autoSetBundle&&(await Fs({version:E}),e.verbose&&f.info("[Verbose] Auto-set bundle version in capacitor.config.json")),k9(e,D),e.verbose&&f.info("[Verbose] Code check passed (notifyAppReady found and index.html present)"),f.info(`Upload ${b}@${E} started from path "${D}" to Capgo cloud`);let _=await ur();e.verbose&&f.info(`[Verbose] Local config loaded: host=${_.hostWeb}`),e.supaHost&&e.supaAnon&&(f.info("Using custom supabase instance from provided options"),_.supaHost=e.supaHost,_.supaKey=e.supaAnon,e.verbose&&f.info(`[Verbose] Custom Supabase host: ${e.supaHost}`));let x=await re(p,e.supaHost,e.supaAnon);e.verbose&&f.info("[Verbose] Supabase client created successfully");let $=await ie(x,p,["write","all","upload"]);e.verbose&&f.info(`[Verbose] User verified successfully, user_id: ${$}`);let P=e.channel||await L9(b,x,_.hostWeb)||"dev";e.verbose&&f.info(`[Verbose] Target channel: ${P}`);let B=await yt(x,b);e.verbose&&f.info(`[Verbose] Organization ID: ${B}`),await wA(x,B,gr.version),e.verbose&&f.info("[Verbose] Remote CLI messages checked"),await EA(x,B,p,b,!0),e.verbose&&f.info("[Verbose] Plan validation passed"),e.verbose&&f.info("[Verbose] Trial check completed"),e.verbose&&f.info(`[Verbose] Checking compatibility with channel ${P}...`);let{nativePackages:T,minUpdateVersion:N}=await P9(x,o,e,P,b,E);e.verbose&&(f.info("[Verbose] Compatibility check completed:"),f.info(` - Native packages: ${T?T.length:0}`),f.info(` - Min update version: ${N||"none"}`)),e.verbose&&f.info(`[Verbose] Checking if version ${E} already exists...`);let O=await $9(x,b,E,e.versionExistsOk);if(e.verbose&&f.info(`[Verbose] Version exists check: ${O?"yes (skipping)":"no (continuing)"}`),O)return{success:!0,skipped:!0,reason:"VERSION_EXISTS",bundle:E,checksum:null,encryptionMethod:g,storageProvider:C};e.external&&!e.external.startsWith("https://")&&ye(`External link should should start with "https://" current is "${e.external}"`),e.deleteLinkedBundleOnUpload&&(f.warn("Deleting linked bundle on upload is destructive, it will delete the currently linked bundle in the channel you are trying to upload to."),f.warn("Please make sure you want to do this, if you are not sure, please do not use this option."));let j={name:E,app_id:b,session_key:void 0,external_url:e.external,storage_provider:C,min_update_version:N,native_packages:T,owner_org:B,user_id:$,checksum:void 0,link:e.link||null,comment:e.comment||null},M=null,z="";if(e.external)e.verbose&&f.info(`[Verbose] Using external URL: ${e.external}`),await fe(p,{channel:"app",event:"App external",icon:"\u{1F4E4}",user_id:B,tags:{"app-id":b},notify:!1},e.verbose),j.session_key=e.ivSessionKey,j.checksum=e.encryptedChecksum,e.verbose&&(f.info("[Verbose] External bundle configured:"),f.info(` - URL: ${e.external}`),f.info(` - IV Session Key: ${e.ivSessionKey?"provided":"none"}`),f.info(` - Encrypted Checksum: ${e.encryptedChecksum?"provided":"none"}`));else{e.verbose&&f.info(`[Verbose] Preparing bundle file from path: ${D}`);let{zipped:A,ivSessionKey:R,checksum:k,sessionKey:q,encryptionMethod:I,finalKeyData:L}=await T9(D,e,p,B,b,m.maxUploadLength,m.alertUploadSize);j.session_key=R,j.checksum=k,n=q,M=A,g=I,z=L,e.verbose&&(f.info("[Verbose] Bundle prepared:"),f.info(` - Size: ${Math.floor((A?.byteLength??0)/1024)} KB`),f.info(` - Checksum: ${k}`),f.info(` - Encryption: ${I}`),f.info(` - IV Session Key: ${R?"present":"none"}`)),e.ignoreChecksumCheck||(e.verbose&&f.info("[Verbose] Checking for duplicate checksum..."),await IA(x,b,P,k),e.verbose&&f.info("[Verbose] Checksum is unique"))}if(e.zip?(e.tus=!1,e.verbose&&f.info("[Verbose] Upload method: ZIP (explicitly set via --zip)")):!m.TUSUpload||e.external?(e.tus=!1,e.verbose&&f.info("[Verbose] Upload method: Standard (TUS not available or external URL)")):(e.tus=e.tus||m.TUSUploadForced,e.verbose&&f.info(`[Verbose] Upload method: ${e.tus?"TUS (resumable)":"Standard"}`)),!m.partialUpload||e.external?(e.delta=!1,e.verbose&&e.external&&f.info("[Verbose] Delta updates disabled (not available with external URLs)")):(e.delta=e.delta||e.partial||e.deltaOnly||e.partialOnly||m.partialUploadForced,e.verbose&&f.info(`[Verbose] Delta updates: ${e.delta?"enabled":"disabled"}`)),e.encryptPartial&&g==="v1"&&ye("You cannot encrypt the partial update if you are not using the v2 encryption method"),e.delta&&g==="v2"&&!e.encryptPartial){let A=wt((0,iD.cwd)()),R=await un("@capgo/capacitor-updater",A,e.packageJson),k;try{k=R?Oe(R):void 0}catch{k=void 0}R&&k&&Dy(k,Oe("6.14.4"))&&(f.info(`Auto-enabling partial update encryption for updater version ${k} (> 6.14.4)`),e.verbose&&f.info("[Verbose] Partial encryption auto-enabled for updater >= 6.14.4"),e.encryptPartial=!0)}e.verbose&&e.delta&&f.info("[Verbose] Preparing delta/partial update manifest...");let F=e.delta?await KO(D,p,B,b,e.encryptPartial?g:"none",z):[];e.verbose&&e.delta&&f.info(`[Verbose] Delta manifest prepared with ${F.length} files`),e.verbose&&f.info("[Verbose] Creating version record in database...");let{error:y}=await xg(x,j);if(y&&ye(`Cannot add bundle ${U(y)}`),e.verbose&&f.info("[Verbose] Version record created successfully"),e.tusChunkSize&&e.tusChunkSize>m.maxChunkSize?(f.error(`Chunk size ${e.tusChunkSize} is greater than the maximum chunk size ${m.maxChunkSize}, using the maximum chunk size`),e.tusChunkSize=m.maxChunkSize):e.tusChunkSize||(e.tusChunkSize=m.maxChunkSize),e.verbose&&f.info(`[Verbose] TUS chunk size: ${Math.floor(e.tusChunkSize/1024/1024)} MB`),M&&(u||c||i||a||s||l||d)){(!u||!c||!i||!a||!s||!l)&&ye("Missing argument, for S3 upload you need to provide a bucket name, endpoint, region, port, API key, and API secret"),f.info("Uploading to S3"),e.verbose&&(f.info("[Verbose] S3 configuration:"),f.info(` - Endpoint: ${c}`),f.info(` - Region: ${i}`),f.info(` - Bucket: ${u}`),f.info(` - Port: ${l}`),f.info(` - SSL: ${d?"enabled":"disabled"}`));let A=d?`https://${c}`:`http://${c}`,R=new Ns({endPoint:c,region:i,port:l,pathStyle:!0,bucket:u,accessKey:a,secretKey:s}),k=`${b}-${E}`,q=encodeURIComponent(k);e.verbose&&f.info(`[Verbose] Uploading to S3 as: ${k}`),await R.putObject(k,Uint8Array.from(M)),j.external_url=`${A}/${q}`,j.storage_provider="external",e.verbose&&f.info(`[Verbose] S3 upload complete, external URL: ${j.external_url}`)}else if(M){!e.partialOnly&&!e.deltaOnly?(e.verbose&&f.info("[Verbose] Starting full bundle upload to Capgo Cloud..."),await I9(p,x,b,E,B,M,e,e.tusChunkSize)):e.verbose&&f.info("[Verbose] Skipping full bundle upload (delta-only mode)");let A=null;try{e.dryUpload&&(e.delta=!1,e.verbose&&f.info("[Verbose] Dry upload mode: skipping delta upload"));let k=j.session_key&&e.encryptPartial&&n?{sessionKey:n,ivSessionKey:j.session_key}:void 0;e.verbose&&e.delta&&(f.info("[Verbose] Starting delta/partial file upload..."),f.info(` - Manifest entries: ${F.length}`),f.info(` - Encryption: ${k?"enabled":"disabled"}`)),A=e.delta?await GO(p,F,D,b,B,k,e):null,e.verbose&&A&&f.info(`[Verbose] Delta upload complete with ${A.length} files`)}catch(k){if(!!(e.partial||e.delta||e.partialOnly||e.deltaOnly))throw k;f.info(`Failed to upload partial files to capgo cloud. Error: ${U(k)}. This is not a critical error, the bundle has been uploaded without the partial files`),e.verbose&&f.info(`[Verbose] Delta upload error details: ${U(k)}`)}j.storage_provider="r2",j.manifest=A,e.verbose&&f.info("[Verbose] Updating version record with storage provider and manifest...");let{error:R}=await xg(x,j);R&&ye(`Cannot update bundle ${U(R)}`),e.verbose&&f.info("[Verbose] Version record updated successfully")}e.verbose&&f.info("[Verbose] Checking app permissions...");let w=await Me(x,p,b,2);e.verbose&&(f.info("[Verbose] Permissions:"),f.info(` - Upload: ${ta(w,2)?"yes":"no"}`),f.info(` - Write: ${ta(w,3)?"yes":"no"}`),f.info(` - Admin: ${ta(w,4)?"yes":"no"}`)),e.deleteLinkedBundleOnUpload&&ta(w,3)?(e.verbose&&f.info(`[Verbose] Deleting linked bundle in channel ${P}...`),await R9(x,b,P)):e.deleteLinkedBundleOnUpload&&f.warn("Cannot delete linked bundle on upload as a upload organization member"),ta(w,3)?(e.verbose&&f.info(`[Verbose] Setting bundle ${E} to channel ${P}...`),await B9(x,p,!!e.bundleUrl,E,P,$,B,b,_,e.selfAssign),e.verbose&&f.info("[Verbose] Channel updated successfully")):f.warn("Cannot set channel as a upload organization member"),e.verbose&&f.info("[Verbose] Sending upload event..."),await fe(p,{channel:"app",event:"App Uploaded",icon:"\u23EB",user_id:B,tags:{"app-id":b},notify:!1},e.verbose);let v={success:!0,bundle:E,checksum:j.checksum??null,encryptionMethod:g,sessionKey:n?n.toString("base64"):void 0,ivSessionKey:typeof j.session_key=="string"?j.session_key:void 0,storageProvider:j.storage_provider};return e.verbose&&(f.info("[Verbose] Upload completed successfully:"),f.info(` - Bundle: ${v.bundle}`),f.info(` - Checksum: ${v.checksum}`),f.info(` - Encryption: ${v.encryptionMethod}`),f.info(` - Storage: ${v.storageProvider}`)),r&&!v.skipped&&X("Time to share your update to the world \u{1F30D}"),v}function N9(t){t.ivSessionKey&&!t.external&&ye("You need to provide an external url if you want to use the --iv-session-key option"),t.encryptedChecksum&&!t.external&&ye("You need to provide an external url if you want to use the --encrypted-checksum option"),(t.partial||t.delta||t.partialOnly||t.deltaOnly)&&t.external&&ye("You cannot use the --partial/--delta/--partial-only/--delta-only option with an external url"),t.tus&&t.external&&ye("You cannot use the --tus option with an external url"),t.dryUpload&&t.external&&ye("You cannot use the --dry-upload option with an external url"),t.multipart&&t.external&&ye("You cannot use the --multipart option with an external url"),t.external&&(t.keyV2||t.keyDataV2)&&ye("You cannot set a key if you are uploading to an external url"),t.keyV2&&t.keyDataV2&&ye("You cannot set both key-v2 and key-data-v2"),t.external&&(t.s3Region||t.s3Apikey||t.s3Apisecret||t.s3Endpoint||t.s3BucketName||t.s3Port||t.s3SSL)&&ye("You cannot set S3 options if you are uploading to an external url, it's automatically handled"),t.encryptedChecksum&&!t.external&&ye("You cannot set the --encrypted-checksum option if you are not uploading to an external url"),t.minUpdateVersion&&t.autoMinUpdateVersion&&ye("You cannot set both min-update-version and auto-min-update-version, use only one of them")}async function YO(t,e){try{N9(e),await aD(t,e)}catch(r){throw f.error(`uploadBundle failed: ${U(r)}`),r instanceof Error?r:new Error(String(r))}}var JO=require("node:crypto"),hf=require("node:fs"),XO=require("node:process");var j9=20;function U9(t){console.log(JSON.stringify(t,null,2))}function Vs(t){console.error(U(t))}async function M9(t,e,r=!1){let{json:n}=e,{bundle:o,path:i}=e,a=!n&&!r;try{a&&await ge();let s=await ee(),u=ce(t,s?.config),c=(0,JO.randomUUID)().split("-")[0],l=Ar("",e.packageJson);if(o=o||l||`0.0.1-beta.${c}`,a&&Q(`Zipping ${u}@${o}`),o&&!ea.test(o)){let $=`Your bundle name ${o}, is not valid it should follow semver convention : https://semver.org/`;throw r||(n?Vs({error:"invalid_semver"}):f.error($)),new Error("Invalid bundle version format")}if(i=i||s?.config?.webDir,!u||!o||!i){let $="Missing argument, you need to provide a appId and a bundle and a path, or be in a capacitor project";throw r||(n?Vs({error:"missing_argument"}):f.error($)),new Error($)}if(a&&f.info(`Started from path "${i}"`),typeof e.codeCheck>"u"?!0:e.codeCheck){if(!js(i,"notifyAppReady"))throw r||(n?Vs({error:"notifyAppReady_not_in_source_code"}):f.error("notifyAppReady() is missing in the build folder of your app. see: https://capgo.app/docs/plugin/api/#notifyappready")),new Error("notifyAppReady() is missing in build folder");if(!of(i))throw r||(n?Vs({error:"index_html_not_found"}):f.error(`index.html is missing in the root folder of ${i}`)),new Error("index.html is missing in root folder")}let p=await jl(i);a&&f.info(`Zipped ${p.byteLength} bytes`);let h=a?De():null;h&&h.start("Calculating checksum");let m=wt((0,XO.cwd)()),b=await un("@capgo/capacitor-updater",m,e.packageJson);if(!b){let $="Cannot find @capgo/capacitor-updater in node_modules, please install it first with your package manager";throw r||f.warn($),new Error($)}let D=!1,E;try{E=b?Oe(b):void 0}catch{E=void 0}E?D=!na(E,"7.0.0"):b==="link:@capgo/capacitor-updater"&&(r||f.warn("Using local @capgo/capacitor-updater. Assuming v7"),D=!0);let C=await rn(p,e.keyV2||(0,hf.existsSync)(Yt)||D?"sha256":"crc32");h&&h.stop(`Checksum ${D?"SHA256":"CRC32"}: ${C}`);let g=Math.floor(p.byteLength/1024/1024);g>j9&&a&&(f.warn(`WARNING !!
223
223
  The bundle size is ${g} Mb, this may take a while to download for users
224
224
  `),f.warn(`Learn how to optimize your assets https://capgo.app/blog/optimise-your-images-for-updates/
225
- `));let _=a?De():null,x=e.name||`${u}_${o}.zip`;return _&&_.start(`Saving to ${x}`),(0,pf.writeFileSync)(x,p),_&&_.stop(`Saved to ${x}`),a&&X("Done \u2705"),!r&&n&&j9({bundle:o,filename:x,checksum:E}),{bundle:o,filename:x,checksum:E}}catch(s){throw r||(n?Hs(s):f.error(U(s))),s instanceof Error?s:new Error(String(s))}}async function XF(t,e){await U9(t,e,!1)}async function aD(t,e,r,n=!1){n||Q("Create channel"),r.apikey=r.apikey||ne();let o=await ee().catch(()=>{});if(e=ce(e,o?.config),!r.apikey)throw n||f.error("Missing API key, you need to provide an API key to upload your bundle"),new Error("Missing API key");if(!e)throw n||f.error("Missing argument, you need to provide a appId, or be in a capacitor project"),new Error("Missing appId");let i=await re(r.apikey,r.supaHost,r.supaAnon);await ie(i,r.apikey,["write","all"]),await Me(i,r.apikey,e,4,n),n||f.info(`Creating channel ${e}#${t} to Capgo`);let a=await $g(i,e);if(!a)throw n||f.error("Cannot find default version for channel creation, please contact Capgo support \u{1F928}"),new Error("Cannot find default version for channel creation");let s=await yt(i,e),u=await ie(i,r.apikey,["write","all"]),c=await r1(i,{name:t,app_id:e,version:a.id,created_by:u,owner_org:s,allow_device_self_set:r.selfAssign??!1,public:r.default??!1});if(c.error)throw n||f.error(`Cannot create Channel \u{1F640}
226
- ${U(c.error)}`),new Error(`Cannot create channel: ${U(c.error)}`);return await fe(r.apikey,{channel:"channel",event:"Create channel",icon:"\u2705",user_id:s,tags:{"app-id":e,channel:t},notify:!1}).catch(()=>{}),n||(f.success("Channel created \u2705"),X("Done \u2705")),c.data??!0}async function ZF(t,e,r){await aD(t,e,r,!1)}async function M9(t,e,r,n=!1){let{quiet:o}=r;!o&&!n&&Q("List current bundle"),r.apikey=r.apikey||ne(o);let i=await ee();if(e=ce(e,i?.config),!r.apikey)throw n||f.error("Missing API key, you need to provide an API key to upload your bundle"),new Error("Missing API key");if(!e)throw n||f.error("Missing argument, you need to provide a appId, or be in a capacitor project"),new Error("Missing appId");let a=await re(r.apikey,r.supaHost,r.supaAnon);if(await ie(a,r.apikey,["write","all","read"]),await Me(a,r.apikey,e,1,n),!t)throw n||f.error("Please provide a channel to get the bundle from."),new Error("Channel name missing");let{data:s,error:u}=await a.from("channels").select("version ( name )").eq("name",t).eq("app_id",e).limit(1);if(u||!s?.length)throw n||f.error(`Error retrieving channel ${t} for app ${e}. Perhaps the channel does not exist?`),new Error(`Channel ${t} not found for app ${e}`);let{version:c}=s[0];if(!c)throw n||f.error(`Error retrieving channel ${t} for app ${e}. Perhaps the channel does not exist?`),new Error(`Channel ${t} does not have a bundle linked`);return n||(o?f.info(c.name):f.info(`Current bundle for channel ${t} is ${c.name}`)),c.name}async function QF(t,e,r){return M9(t,e,r)}async function q9(t,e,r,n=!1){n||Q("Delete channel"),r.apikey=r.apikey||ne();let o=await ee();if(e=ce(e,o?.config),!r.apikey)throw n||f.error("Missing API key, you need to provide an API key to upload your bundle"),new Error("Missing API key");if(!e)throw n||f.error("Missing argument, you need to provide a appId, or be in a capacitor project"),new Error("Missing appId");let i=await re(r.apikey,r.supaHost,r.supaAnon),a=await ie(i,r.apikey,["all"]);if(await Me(i,r.apikey,e,4,n),r.deleteBundle&&!n&&f.info(`Deleting bundle ${e}#${t} from Capgo`),r.deleteBundle){let p=await a1(i,e,t);p?.name&&!n&&f.info(`Deleting bundle ${p.name} from Capgo`),p?.name&&await Tg(i,e,p.name)}let{data:s,error:u}=await o1(i,e,t);if(u||!s){if(n||f.error(`Channel ${t} not found`),r.successIfNotFound)return n||f.success(`Channel ${t} not found and successIfNotFound is true`),!0;throw new Error(`Channel ${t} not found`)}let{error:c}=await i1(i,e,s.id);if(c)throw n||f.error(`Cannot delete channel devices: ${U(c)}`),new Error(`Cannot delete channel devices: ${U(c)}`);n||f.info(`Deleting channel ${e}#${t} from Capgo`);let l=await n1(i,t,e,a);if(l.error)throw n||f.error(`Cannot delete Channel \u{1F640} ${U(l.error)}`),new Error(`Cannot delete channel: ${U(l.error)}`);let d=await yt(i,e);return await fe(r.apikey,{channel:"channel",event:"Delete channel",icon:"\u2705",user_id:d,tags:{"app-id":e,channel:t},notify:!1}).catch(()=>{}),n||(f.success("Channel deleted"),X("Done \u2705")),!0}async function eO(t,e,r){return q9(t,e,r,!1)}async function H9(t,e,r=!1){r||Q("List channels"),e.apikey=e.apikey||ne();let n=await ee();if(t=ce(t,n?.config),!e.apikey)throw r||f.error("Missing API key, you need to provide an API key to upload your bundle"),new Error("Missing API key");if(!t)throw r||f.error("Missing argument, you need to provide a appId, or be in a capacitor project"),new Error("Missing appId");let o=await re(e.apikey,e.supaHost,e.supaAnon),i=await ie(o,e.apikey,["write","all","read","upload"]);await Me(o,e.apikey,t,1,r),r||f.info("Querying available channels in Capgo");let a=await u1(o,t);return r||(f.info(`Active channels in Capgo: ${a?.length??0}`),s1(a)),await fe(e.apikey,{channel:"channel",event:"List channel",icon:"\u2705",user_id:i,tags:{"app-id":t},notify:!1}).catch(()=>{}),r||X("Done \u2705"),a}async function tO(t,e){return H9(t,e,!1)}var rO=["major","minor","metadata","patch","none"];async function V9(t,e,r,n=!1){n||Q("Set channel"),r.apikey=r.apikey||ne();let o=await ee();if(e=ce(e,o?.config),!r.apikey)throw n||f.error("Missing API key, you need to provide an API key to upload your bundle"),new Error("Missing API key");if(!e)throw n||f.error("Missing argument, you need to provide a appId, or be in a capacitor project"),new Error("Missing appId");if(!t)throw n||f.error("Missing argument, you need to provide a channel"),new Error("Missing channel id");let i=await re(r.apikey,r.supaHost,r.supaAnon),a=await ie(i,r.apikey,["write","all"]);await Me(i,r.apikey,e,4,n);let s=await yt(i,e),{bundle:u,state:c,downgrade:l,latest:d,latestRemote:p,ios:h,android:m,selfAssign:b,disableAutoUpdate:D,dev:C,emulator:E}=r;if(d&&u)throw n||f.error("Cannot set latest and bundle at the same time"),new Error("Cannot set both latest and bundle simultaneously");if(p&&u)throw n||f.error("Cannot set latest remote and bundle at the same time"),new Error("Cannot set both latest remote and bundle simultaneously");if(p&&d)throw n||f.error("Cannot set latest remote and latest at the same time"),new Error("Cannot set both latest remote and latest simultaneously");if(u==null&&c==null&&d==null&&p==null&&l==null&&h==null&&m==null&&b==null&&C==null&&E==null&&D==null)throw n||f.error("Missing argument, you need to provide a option to set"),new Error("No channel option provided");await bA(i,s,r.apikey,e);let g={created_by:a,app_id:e,name:t,owner_org:s,version:void 0},{error:_}=await i.from("channels").select().eq("app_id",e).eq("name",t).single();if(_)throw n||f.error(`Cannot find channel ${t}`),new Error(`Cannot find channel ${t}`);let x=d?o?.config?.plugins?.CapacitorUpdater?.version||Ar("",r.packageJson):u;if(x!=null){let{data:O,error:B}=await i.from("app_versions").select().eq("app_id",e).eq("name",x).eq("user_id",a).eq("deleted",!1).single();if(B||!O)throw n||f.error(`Cannot find version ${x}`),new Error(`Cannot find version ${x}`);if(!r.ignoreMetadataCheck){let{finalCompatibility:T,localDependencies:N}=await Ag(i,e,t,O.native_packages??[]),F=et();if(N.length>0&&T.some(j=>!ko(j)))throw n||(f.warn(`Bundle NOT compatible with ${t} channel`),f.warn(`You can check compatibility with "${F.runner} @capgo/cli bundle compatibility"`)),new Error(`Bundle is not compatible with ${t} channel`);n||(N.length===0&&T.length>0?f.info(`Ignoring check compatibility with ${t} channel because the bundle does not contain any native packages`):f.info(`Bundle is compatible with ${t} channel`))}n||f.info(`Set ${e} channel: ${t} to @${x}`),g.version=O.id}if(p){let{data:O,error:B}=await i.from("app_versions").select().eq("app_id",e).eq("user_id",a).eq("deleted",!1).order("created_at",{ascending:!1}).single();if(B||!O)throw n||f.error("Cannot find latest remote version"),new Error("Cannot find latest remote version");if(!r.ignoreMetadataCheck){let{finalCompatibility:T}=await Ag(i,e,t,O.native_packages??[]),N=et();if(T.some(F=>!ko(F)))throw n||(f.warn(`Bundle NOT compatible with ${t} channel`),f.warn(`You can check compatibility with "${N.runner} @capgo/cli bundle compatibility"`)),new Error(`Latest remote bundle is not compatible with ${t} channel`)}n||f.info(`Set ${e} channel: ${t} to @${O.name}`),g.version=O.id}if(c!=null){if(c!=="normal"&&c!=="default")throw n||f.error(`State ${c} is not known. The possible values are: normal, default.`),new Error(`Unknown state ${c}. Expected normal or default`);n||f.info(`Set ${e} channel: ${t} to ${c}`),g.public=c==="default"}if(l!=null&&(n||f.info(`Set ${e} channel: ${t} to ${l?"allow":"disallow"} downgrade`),g.disable_auto_update_under_native=!l),h!=null&&(n||f.info(`Set ${e} channel: ${t} to ${h?"allow":"disallow"} ios update`),g.ios=!!h),m!=null&&(n||f.info(`Set ${e} channel: ${t} to ${m?"allow":"disallow"} android update`),g.android=!!m),b!=null&&(n||f.info(`Set ${e} channel: ${t} to ${b?"allow":"disallow"} self assign to this channel`),g.allow_device_self_set=!!b),C!=null&&(n||f.info(`Set ${e} channel: ${t} to ${C?"allow":"disallow"} dev devices`),g.allow_dev=!!C),E!=null&&(n||f.info(`Set ${e} channel: ${t} to ${E?"allow":"disallow"} emulator devices`),g.allow_emulator=!!E),D!=null){let O=D.toLowerCase();if(!rO.includes(O))throw n||f.error(`Channel strategy ${O} is not known. The possible values are: ${rO.join(", ")}.`),new Error(`Unknown channel strategy ${O}`);O==="metadata"&&(O="version_number"),g.disable_auto_update=O,n||f.info(`Set ${e} channel: ${t} to ${O} disable update strategy to this channel`)}let{error:$}=await jl(i,g);if($)throw n||f.error('Cannot set channel the upload key is not allowed to do that, use the "all" for this.'),new Error("Upload key is not allowed to set this channel");return await fe(r.apikey,{channel:"channel",event:"Set channel",icon:"\u2705",user_id:s,tags:{"app-id":e},notify:!1}).catch(()=>{}),n||X("Done \u2705"),!0}async function nO(t,e,r){return V9(t,e,r,!1)}var zr=require("node:fs");function sD(t){let e="\u{1F539}";return t.includes("upload")?e="\u2B06\uFE0F":t.includes("delete")?e="\u{1F5D1}\uFE0F":t.includes("list")?e="\u{1F4CB}":t.includes("add")?e="\u2795":t.includes("set")?e="\u2699\uFE0F":t.includes("create")?e="\u{1F528}":t.includes("encrypt")?e="\u{1F512}":t.includes("decrypt")?e="\u{1F513}":t.includes("debug")?e="\u{1F41E}":t.includes("doctor")?e="\u{1F468}\u200D\u2695\uFE0F":t.includes("login")?e="\u{1F511}":t.includes("init")?e="\u{1F680}":t.includes("compatibility")?e="\u{1F9EA}":t.includes("cleanup")?e="\u{1F9F9}":t.includes("currentBundle")?e="\u{1F4E6}":t.includes("setting")?e="\u2699\uFE0F":t==="app"?e="\u{1F4F1}":t==="bundle"?e="\u{1F4E6}":t==="channel"?e="\u{1F4E2}":t==="key"?e="\u{1F510}":t==="account"&&(e="\u{1F464}"),e}function oO(t="./README.md",e){let r=ot.commands.map(o=>{let i=o,a=i._actionHandler!==null&&i._actionHandler!==void 0,u=o.commands&&o.commands.length>0&&!a;return{name:o.name(),alias:o.alias()||"",description:o.description(),options:o.options.map(c=>({flags:c.flags,description:c.description||""})),subcommands:o.commands?o.commands.map(c=>{let l=c,d=l._actionHandler!==null&&l._actionHandler!==void 0;return{name:c.name(),alias:c.alias()||"",description:c.description(),options:c.options.map(p=>({flags:p.flags,description:p.description||""})),subcommands:[],hasAction:d,isCommandGroup:!1}}):[],hasAction:a,isCommandGroup:u}}),n=(o,i=!1,a,s=!1)=>{let u=o.name,c=u.charAt(0).toUpperCase()+u.slice(1),l;i?l=a?`${a}-${u}`:u:l=s?"options":u;let d=i?"###":"##",p="",h=sD(u);s&&!i||(p+=`${d} <a id="${l}"></a> ${h} **${c}**
225
+ `));let _=a?De():null,x=e.name||`${u}_${o}.zip`;return _&&_.start(`Saving to ${x}`),(0,hf.writeFileSync)(x,p),_&&_.stop(`Saved to ${x}`),a&&X("Done \u2705"),!r&&n&&U9({bundle:o,filename:x,checksum:C}),{bundle:o,filename:x,checksum:C}}catch(s){throw r||(n?Vs(s):f.error(U(s))),s instanceof Error?s:new Error(String(s))}}async function ZO(t,e){await M9(t,e,!1)}async function sD(t,e,r,n=!1){n||Q("Create channel"),r.apikey=r.apikey||ne();let o=await ee().catch(()=>{});if(e=ce(e,o?.config),!r.apikey)throw n||f.error("Missing API key, you need to provide an API key to upload your bundle"),new Error("Missing API key");if(!e)throw n||f.error("Missing argument, you need to provide a appId, or be in a capacitor project"),new Error("Missing appId");let i=await re(r.apikey,r.supaHost,r.supaAnon);await ie(i,r.apikey,["write","all"]),await Me(i,r.apikey,e,4,n),n||f.info(`Creating channel ${e}#${t} to Capgo`);let a=await Tg(i,e);if(!a)throw n||f.error("Cannot find default version for channel creation, please contact Capgo support \u{1F928}"),new Error("Cannot find default version for channel creation");let s=await yt(i,e),u=await ie(i,r.apikey,["write","all"]),c=await a1(i,{name:t,app_id:e,version:a.id,created_by:u,owner_org:s,allow_device_self_set:r.selfAssign??!1,public:r.default??!1});if(c.error)throw n||f.error(`Cannot create Channel \u{1F640}
226
+ ${U(c.error)}`),new Error(`Cannot create channel: ${U(c.error)}`);return await fe(r.apikey,{channel:"channel",event:"Create channel",icon:"\u2705",user_id:s,tags:{"app-id":e,channel:t},notify:!1}).catch(()=>{}),n||(f.success("Channel created \u2705"),X("Done \u2705")),c.data??!0}async function QO(t,e,r){await sD(t,e,r,!1)}async function q9(t,e,r,n=!1){let{quiet:o}=r;!o&&!n&&Q("List current bundle"),r.apikey=r.apikey||ne(o);let i=await ee();if(e=ce(e,i?.config),!r.apikey)throw n||f.error("Missing API key, you need to provide an API key to upload your bundle"),new Error("Missing API key");if(!e)throw n||f.error("Missing argument, you need to provide a appId, or be in a capacitor project"),new Error("Missing appId");let a=await re(r.apikey,r.supaHost,r.supaAnon);if(await ie(a,r.apikey,["write","all","read"]),await Me(a,r.apikey,e,1,n),!t)throw n||f.error("Please provide a channel to get the bundle from."),new Error("Channel name missing");let{data:s,error:u}=await a.from("channels").select("version ( name )").eq("name",t).eq("app_id",e).limit(1);if(u||!s?.length)throw n||f.error(`Error retrieving channel ${t} for app ${e}. Perhaps the channel does not exist?`),new Error(`Channel ${t} not found for app ${e}`);let{version:c}=s[0];if(!c)throw n||f.error(`Error retrieving channel ${t} for app ${e}. Perhaps the channel does not exist?`),new Error(`Channel ${t} does not have a bundle linked`);return n||(o?f.info(c.name):f.info(`Current bundle for channel ${t} is ${c.name}`)),c.name}async function eF(t,e,r){return q9(t,e,r)}async function H9(t,e,r,n=!1){n||Q("Delete channel"),r.apikey=r.apikey||ne();let o=await ee();if(e=ce(e,o?.config),!r.apikey)throw n||f.error("Missing API key, you need to provide an API key to upload your bundle"),new Error("Missing API key");if(!e)throw n||f.error("Missing argument, you need to provide a appId, or be in a capacitor project"),new Error("Missing appId");let i=await re(r.apikey,r.supaHost,r.supaAnon),a=await ie(i,r.apikey,["all"]);if(await Me(i,r.apikey,e,4,n),r.deleteBundle&&!n&&f.info(`Deleting bundle ${e}#${t} from Capgo`),r.deleteBundle){let p=await l1(i,e,t);p?.name&&!n&&f.info(`Deleting bundle ${p.name} from Capgo`),p?.name&&await Ig(i,e,p.name)}let{data:s,error:u}=await u1(i,e,t);if(u||!s){if(n||f.error(`Channel ${t} not found`),r.successIfNotFound)return n||f.success(`Channel ${t} not found and successIfNotFound is true`),!0;throw new Error(`Channel ${t} not found`)}let{error:c}=await c1(i,e,s.id);if(c)throw n||f.error(`Cannot delete channel devices: ${U(c)}`),new Error(`Cannot delete channel devices: ${U(c)}`);n||f.info(`Deleting channel ${e}#${t} from Capgo`);let l=await s1(i,t,e,a);if(l.error)throw n||f.error(`Cannot delete Channel \u{1F640} ${U(l.error)}`),new Error(`Cannot delete channel: ${U(l.error)}`);let d=await yt(i,e);return await fe(r.apikey,{channel:"channel",event:"Delete channel",icon:"\u2705",user_id:d,tags:{"app-id":e,channel:t},notify:!1}).catch(()=>{}),n||(f.success("Channel deleted"),X("Done \u2705")),!0}async function tF(t,e,r){return H9(t,e,r,!1)}async function V9(t,e,r=!1){r||Q("List channels"),e.apikey=e.apikey||ne();let n=await ee();if(t=ce(t,n?.config),!e.apikey)throw r||f.error("Missing API key, you need to provide an API key to upload your bundle"),new Error("Missing API key");if(!t)throw r||f.error("Missing argument, you need to provide a appId, or be in a capacitor project"),new Error("Missing appId");let o=await re(e.apikey,e.supaHost,e.supaAnon),i=await ie(o,e.apikey,["write","all","read","upload"]);await Me(o,e.apikey,t,1,r),r||f.info("Querying available channels in Capgo");let a=await d1(o,t);return r||(f.info(`Active channels in Capgo: ${a?.length??0}`),f1(a)),await fe(e.apikey,{channel:"channel",event:"List channel",icon:"\u2705",user_id:i,tags:{"app-id":t},notify:!1}).catch(()=>{}),r||X("Done \u2705"),a}async function rF(t,e){return V9(t,e,!1)}var nF=["major","minor","metadata","patch","none"];async function z9(t,e,r,n=!1){n||Q("Set channel"),r.apikey=r.apikey||ne();let o=await ee();if(e=ce(e,o?.config),!r.apikey)throw n||f.error("Missing API key, you need to provide an API key to upload your bundle"),new Error("Missing API key");if(!e)throw n||f.error("Missing argument, you need to provide a appId, or be in a capacitor project"),new Error("Missing appId");if(!t)throw n||f.error("Missing argument, you need to provide a channel"),new Error("Missing channel id");let i=await re(r.apikey,r.supaHost,r.supaAnon),a=await ie(i,r.apikey,["write","all"]);await Me(i,r.apikey,e,4,n);let s=await yt(i,e),{bundle:u,state:c,downgrade:l,latest:d,latestRemote:p,ios:h,android:m,selfAssign:b,disableAutoUpdate:D,dev:E,emulator:C}=r;if(d&&u)throw n||f.error("Cannot set latest and bundle at the same time"),new Error("Cannot set both latest and bundle simultaneously");if(p&&u)throw n||f.error("Cannot set latest remote and bundle at the same time"),new Error("Cannot set both latest remote and bundle simultaneously");if(p&&d)throw n||f.error("Cannot set latest remote and latest at the same time"),new Error("Cannot set both latest remote and latest simultaneously");if(u==null&&c==null&&d==null&&p==null&&l==null&&h==null&&m==null&&b==null&&E==null&&C==null&&D==null)throw n||f.error("Missing argument, you need to provide a option to set"),new Error("No channel option provided");await vA(i,s,r.apikey,e);let g={created_by:a,app_id:e,name:t,owner_org:s,version:void 0},{error:_}=await i.from("channels").select().eq("app_id",e).eq("name",t).single();if(_)throw n||f.error(`Cannot find channel ${t}`),new Error(`Cannot find channel ${t}`);let x=d?o?.config?.plugins?.CapacitorUpdater?.version||Ar("",r.packageJson):u;if(x!=null){let{data:P,error:B}=await i.from("app_versions").select().eq("app_id",e).eq("name",x).eq("user_id",a).eq("deleted",!1).single();if(B||!P)throw n||f.error(`Cannot find version ${x}`),new Error(`Cannot find version ${x}`);if(!r.ignoreMetadataCheck){let{finalCompatibility:T,localDependencies:N}=await Og(i,e,t,P.native_packages??[]),O=et();if(N.length>0&&T.some(j=>!Fo(j)))throw n||(f.warn(`Bundle NOT compatible with ${t} channel`),f.warn(`You can check compatibility with "${O.runner} @capgo/cli bundle compatibility"`)),new Error(`Bundle is not compatible with ${t} channel`);n||(N.length===0&&T.length>0?f.info(`Ignoring check compatibility with ${t} channel because the bundle does not contain any native packages`):f.info(`Bundle is compatible with ${t} channel`))}n||f.info(`Set ${e} channel: ${t} to @${x}`),g.version=P.id}if(p){let{data:P,error:B}=await i.from("app_versions").select().eq("app_id",e).eq("user_id",a).eq("deleted",!1).order("created_at",{ascending:!1}).single();if(B||!P)throw n||f.error("Cannot find latest remote version"),new Error("Cannot find latest remote version");if(!r.ignoreMetadataCheck){let{finalCompatibility:T}=await Og(i,e,t,P.native_packages??[]),N=et();if(T.some(O=>!Fo(O)))throw n||(f.warn(`Bundle NOT compatible with ${t} channel`),f.warn(`You can check compatibility with "${N.runner} @capgo/cli bundle compatibility"`)),new Error(`Latest remote bundle is not compatible with ${t} channel`)}n||f.info(`Set ${e} channel: ${t} to @${P.name}`),g.version=P.id}if(c!=null){if(c!=="normal"&&c!=="default")throw n||f.error(`State ${c} is not known. The possible values are: normal, default.`),new Error(`Unknown state ${c}. Expected normal or default`);n||f.info(`Set ${e} channel: ${t} to ${c}`),g.public=c==="default"}if(l!=null&&(n||f.info(`Set ${e} channel: ${t} to ${l?"allow":"disallow"} downgrade`),g.disable_auto_update_under_native=!l),h!=null&&(n||f.info(`Set ${e} channel: ${t} to ${h?"allow":"disallow"} ios update`),g.ios=!!h),m!=null&&(n||f.info(`Set ${e} channel: ${t} to ${m?"allow":"disallow"} android update`),g.android=!!m),b!=null&&(n||f.info(`Set ${e} channel: ${t} to ${b?"allow":"disallow"} self assign to this channel`),g.allow_device_self_set=!!b),E!=null&&(n||f.info(`Set ${e} channel: ${t} to ${E?"allow":"disallow"} dev devices`),g.allow_dev=!!E),C!=null&&(n||f.info(`Set ${e} channel: ${t} to ${C?"allow":"disallow"} emulator devices`),g.allow_emulator=!!C),D!=null){let P=D.toLowerCase();if(!nF.includes(P))throw n||f.error(`Channel strategy ${P} is not known. The possible values are: ${nF.join(", ")}.`),new Error(`Unknown channel strategy ${P}`);P==="metadata"&&(P="version_number"),g.disable_auto_update=P,n||f.info(`Set ${e} channel: ${t} to ${P} disable update strategy to this channel`)}let{error:$}=await Ul(i,g);if($)throw n||f.error('Cannot set channel the upload key is not allowed to do that, use the "all" for this.'),new Error("Upload key is not allowed to set this channel");return await fe(r.apikey,{channel:"channel",event:"Set channel",icon:"\u2705",user_id:s,tags:{"app-id":e},notify:!1}).catch(()=>{}),n||X("Done \u2705"),!0}async function oF(t,e,r){return z9(t,e,r,!1)}var zr=require("node:fs");function uD(t){let e="\u{1F539}";return t.includes("upload")?e="\u2B06\uFE0F":t.includes("delete")?e="\u{1F5D1}\uFE0F":t.includes("list")?e="\u{1F4CB}":t.includes("add")?e="\u2795":t.includes("set")?e="\u2699\uFE0F":t.includes("create")?e="\u{1F528}":t.includes("encrypt")?e="\u{1F512}":t.includes("decrypt")?e="\u{1F513}":t.includes("debug")?e="\u{1F41E}":t.includes("doctor")?e="\u{1F468}\u200D\u2695\uFE0F":t.includes("login")?e="\u{1F511}":t.includes("init")?e="\u{1F680}":t.includes("compatibility")?e="\u{1F9EA}":t.includes("cleanup")?e="\u{1F9F9}":t.includes("currentBundle")?e="\u{1F4E6}":t.includes("setting")?e="\u2699\uFE0F":t==="app"?e="\u{1F4F1}":t==="bundle"?e="\u{1F4E6}":t==="channel"?e="\u{1F4E2}":t==="key"?e="\u{1F510}":t==="account"&&(e="\u{1F464}"),e}function iF(t="./README.md",e){let r=ot.commands.map(o=>{let i=o,a=i._actionHandler!==null&&i._actionHandler!==void 0,u=o.commands&&o.commands.length>0&&!a;return{name:o.name(),alias:o.alias()||"",description:o.description(),options:o.options.map(c=>({flags:c.flags,description:c.description||""})),subcommands:o.commands?o.commands.map(c=>{let l=c,d=l._actionHandler!==null&&l._actionHandler!==void 0;return{name:c.name(),alias:c.alias()||"",description:c.description(),options:c.options.map(p=>({flags:p.flags,description:p.description||""})),subcommands:[],hasAction:d,isCommandGroup:!1}}):[],hasAction:a,isCommandGroup:u}}),n=(o,i=!1,a,s=!1)=>{let u=o.name,c=u.charAt(0).toUpperCase()+u.slice(1),l;i?l=a?`${a}-${u}`:u:l=s?"options":u;let d=i?"###":"##",p="",h=uD(u);s&&!i||(p+=`${d} <a id="${l}"></a> ${h} **${c}**
227
227
 
228
228
  `),o.alias&&(p+=`**Alias:** \`${o.alias}\`
229
229
 
230
230
  `),o.isCommandGroup||(p+="```bash\n",i?p+=`npx @capgo/cli@latest ${a} ${u}
231
231
  `:p+=`npx @capgo/cli@latest ${u}
232
232
  `,p+="```\n\n");let m=o.description.split(`
233
- `),b=!i&&s?1:0;for(let C=b;C<m.length;C++){let E=m[C];E.trim().startsWith("Note:")?p+=`> \u2139\uFE0F ${E.trim().substring(5).trim()}
233
+ `),b=!i&&s?1:0;for(let E=b;E<m.length;E++){let C=m[E];C.trim().startsWith("Note:")?p+=`> \u2139\uFE0F ${C.trim().substring(5).trim()}
234
234
 
235
- `:E.includes("Example:")||E.trim()&&(p+=`${E}
235
+ `:C.includes("Example:")||C.trim()&&(p+=`${C}
236
236
  `)}p+=`
237
237
  `;let D=o.description.split(`
238
- `).find(C=>C.includes("Example:"));if(D&&!o.isCommandGroup&&(p+=`**Example:**
238
+ `).find(E=>E.includes("Example:"));if(D&&!o.isCommandGroup&&(p+=`**Example:**
239
239
 
240
240
  `,p+="```bash\n",p+=`${D.replace("Example: ","")}
241
241
  `,p+="```\n\n"),o.options.length>0){i?p+=`**Options:**
@@ -244,10 +244,10 @@ ${U(c.error)}`),new Error(`Cannot create channel: ${U(c.error)}`);return await f
244
244
 
245
245
  `,p+=`| Param | Type | Description |
246
246
  `,p+=`| -------------- | ------------- | -------------------- |
247
- `;for(let C of o.options){let E=C.flags.split(" ")[0],g=C.flags.split(" ").length>1?"string":"boolean";p+=`| **${E}** | <code>${g}</code> | ${C.description} |
247
+ `;for(let E of o.options){let C=E.flags.split(" ")[0],g=E.flags.split(" ").length>1?"string":"boolean";p+=`| **${C}** | <code>${g}</code> | ${E.description} |
248
248
  `}p+=`
249
249
  `}return p};if(e){(0,zr.existsSync)(e)||(0,zr.mkdirSync)(e,{recursive:!0});for(let o of r){if(o.name==="generate-docs")return;let a=`---
250
- title: ${sD(o.name)} ${o.name}
250
+ title: ${uD(o.name)} ${o.name}
251
251
  description: ${o.description.split(`
252
252
  `)[0]}
253
253
  sidebar_label: ${o.name}
@@ -262,7 +262,7 @@ sidebar:
262
262
 
263
263
  `;o+=`## \u{1F4CB} Table of Contents
264
264
 
265
- `;for(let l of r){if(l.name==="generate-docs")continue;let d=sD(l.name);if(o+=`- ${d} [${l.name.charAt(0).toUpperCase()+l.name.slice(1)}](#${l.name})
265
+ `;for(let l of r){if(l.name==="generate-docs")continue;let d=uD(l.name);if(o+=`- ${d} [${l.name.charAt(0).toUpperCase()+l.name.slice(1)}](#${l.name})
266
266
  `,l.subcommands.length>0)for(let p of l.subcommands)o+=` - [${p.name.charAt(0).toUpperCase()+p.name.slice(1)}](#${l.name}-${p.name})
267
267
  `}o+=`
268
268
  `;for(let l of r)if(l.name!=="generate-docs"){if(o+=n(l,!1,void 0,!1),l.subcommands.length>0){l.isCommandGroup||(o+=`#### ${l.name.toUpperCase()} Subcommands:
@@ -270,28 +270,28 @@ sidebar:
270
270
  `);for(let d of l.subcommands)o+=n(d,!0,l.name)}o+=`
271
271
  `}let i="<!-- AUTO-GENERATED-DOCS-START -->",a="<!-- AUTO-GENERATED-DOCS-END -->",s="";try{s=(0,zr.readFileSync)(t,"utf8")}catch{s=""}let u=s.indexOf(i),c=s.indexOf(a,u);if(u!==-1&&c!==-1){let l=s.substring(0,u+i.length),d=s.substring(c),p=`${l}
272
272
  ${o}
273
- ${d}`;(0,zr.writeFileSync)(t,p,"utf8"),f.success(`Documentation updated in ${t}`)}else(0,zr.writeFileSync)(t,o,"utf8"),f.success(`Documentation written to ${t}`)}}var Da=require("node:child_process"),Te=require("node:fs"),Hn=require("node:path"),Ee=require("node:process");var Df=de(CO());var It=require("node:fs");function EO(t){return t.plugins??={},t.plugins.extConfig??={},t.plugins.CapacitorUpdater??={},t.plugins.CapacitorUpdater}async function f7(t,e=!1){e||Q("Save keys \u{1F511}");let r=await ee(),n=t.key||sn,o=t.keyData||"";if(!(0,It.existsSync)(n)&&!o)throw e||f.error(`Cannot find a public key at ${n} or as keyData option or in ${r.path}`),new Error("Missing public key");if((0,It.existsSync)(n)&&(o=(0,It.readFileSync)(n,"utf8")),!o.startsWith("-----BEGIN RSA PUBLIC KEY-----"))throw e||f.error("The public key provided is not a valid RSA Public key"),new Error("Invalid RSA public key");if(r?.config){let i=EO(r.config);i.privateKey&&(delete i.privateKey,e||f.info("Old private key deleted from config file"),(e?t.setupChannel??!1:t.setupChannel??await we({message:"Do you want to setup encryption with the new channel in order to support old apps and facilitate the migration?"}))&&(i.defaultChannel="encryption_v2")),i.publicKey=o,await Yi(r)}return e||(f.success(`Public key saved into ${r.path} file in local directory`),f.success("Your app will decode the zip archive with this key")),!0}async function d7(t,e=!1){e||Q("Deleting old private key \u{1F5D1}\uFE0F");let r=await ee(),n=r?.config?.plugins?.CapacitorUpdater;if(n?.privateKey){if(delete n.privateKey,await Yi(r),(0,It.existsSync)(ea))try{(0,It.unlinkSync)(ea),e||f.success(`Old private key file deleted: ${ea}`)}catch(o){e||f.error(`Failed to delete old private key file: ${ea} (${String(o)})`)}if((0,It.existsSync)(Rl))try{(0,It.unlinkSync)(Rl),e||f.success(`Old public key file deleted: ${Rl}`)}catch(o){e||f.error(`Failed to delete old public key file: ${sn} (${String(o)})`)}return e||(f.success(`Old private key deleted from ${r.path} file`),X("Done \u2705")),!0}return e||f.info("No old private key found in config file"),!1}async function _O(t){await ge(),await f7(t,!1)}async function dD(t,e=!1){e||Q("Create keys \u{1F511}");let{publicKey:r,privateKey:n}=h1();if((0,It.existsSync)(sn)&&!t.force)throw e||f.error("Public Key already exists, use --force to overwrite"),new Error("Public key already exists");if((0,It.writeFileSync)(sn,r),(0,It.existsSync)(Yt)&&!t.force)throw e||f.error("Private Key already exists, use --force to overwrite"),new Error("Private key already exists");(0,It.writeFileSync)(Yt,n);let o=await ee();if(o){let i=EO(o.config);i.privateKey&&(delete i.privateKey,e||f.info("Old private key deleted from config file"),(e?t.setupChannel??!1:t.setupChannel??await we({message:"Do you want to setup encryption with the new channel in order to support old apps and facilitate the migration?"}))&&(i.defaultChannel="encryption_v2")),i.publicKey=r,await Yi(o)}if(!e){f.success("Your RSA key has been generated"),f.success(`Private key saved in ${Yt}`),f.success("This key will be used to encrypt your bundle before sending it to Capgo"),f.success("Keep it safe"),f.success("Then make it unreadable by Capgo and unmodifiable by anyone"),f.success(`Public key saved in ${o.path}`),f.success("Your app will be the only one having it"),f.success("Only your users can decrypt your update"),f.success("Only you can send them an update");try{await Ml(),X("Done \u2705")}catch(i){if(i instanceof Error&&i.message==="Capacitor sync cancelled")return!0;throw i}}return!0}async function SO(t){await ge(),await dD(t,!1)}async function xO(t){await ge(),await d7(t,!1)}var gn=require("node:fs"),pD=require("node:os");function AO(){let t=(0,pD.homedir)();return(0,gn.existsSync)(`${t}/.capgo`)||(0,gn.existsSync)(".capgo")}async function hD(t,e,r=!1){if(r||Q("Login to Capgo"),!t)throw r||f.error("Missing API key, you need to provide an API key to upload your bundle"),new Error("Missing API key");await ge();let{local:n}=e;if(n){if(!(0,gn.existsSync)(".git"))throw r||f.error("To use local you should be in a git repository"),new Error("Not in a git repository");(0,gn.writeFileSync)(".capgo",`${t}
273
+ ${d}`;(0,zr.writeFileSync)(t,p,"utf8"),f.success(`Documentation updated in ${t}`)}else(0,zr.writeFileSync)(t,o,"utf8"),f.success(`Documentation written to ${t}`)}}var Da=require("node:child_process"),Te=require("node:fs"),Hn=require("node:path"),Ee=require("node:process");var yf=de(CF());var It=require("node:fs");function _F(t){return t.plugins??={},t.plugins.extConfig??={},t.plugins.CapacitorUpdater??={},t.plugins.CapacitorUpdater}async function d7(t,e=!1){e||Q("Save keys \u{1F511}");let r=await ee(),n=t.key||sn,o=t.keyData||"";if(!(0,It.existsSync)(n)&&!o)throw e||f.error(`Cannot find a public key at ${n} or as keyData option or in ${r.path}`),new Error("Missing public key");if((0,It.existsSync)(n)&&(o=(0,It.readFileSync)(n,"utf8")),!o.startsWith("-----BEGIN RSA PUBLIC KEY-----"))throw e||f.error("The public key provided is not a valid RSA Public key"),new Error("Invalid RSA public key");if(r?.config){let i=_F(r.config);i.privateKey&&(delete i.privateKey,e||f.info("Old private key deleted from config file"),(e?t.setupChannel??!1:t.setupChannel??await we({message:"Do you want to setup encryption with the new channel in order to support old apps and facilitate the migration?"}))&&(i.defaultChannel="encryption_v2")),i.publicKey=o,await Wi(r)}return e||(f.success(`Public key saved into ${r.path} file in local directory`),f.success("Your app will decode the zip archive with this key")),!0}async function p7(t,e=!1){e||Q("Deleting old private key \u{1F5D1}\uFE0F");let r=await ee(),n=r?.config?.plugins?.CapacitorUpdater;if(n?.privateKey){if(delete n.privateKey,await Wi(r),(0,It.existsSync)(Qi))try{(0,It.unlinkSync)(Qi),e||f.success(`Old private key file deleted: ${Qi}`)}catch(o){e||f.error(`Failed to delete old private key file: ${Qi} (${String(o)})`)}if((0,It.existsSync)(Bl))try{(0,It.unlinkSync)(Bl),e||f.success(`Old public key file deleted: ${Bl}`)}catch(o){e||f.error(`Failed to delete old public key file: ${sn} (${String(o)})`)}return e||(f.success(`Old private key deleted from ${r.path} file`),X("Done \u2705")),!0}return e||f.info("No old private key found in config file"),!1}async function SF(t){await ge(),await d7(t,!1)}async function pD(t,e=!1){e||Q("Create keys \u{1F511}");let{publicKey:r,privateKey:n}=y1();if((0,It.existsSync)(sn)&&!t.force)throw e||f.error("Public Key already exists, use --force to overwrite"),new Error("Public key already exists");if((0,It.writeFileSync)(sn,r),(0,It.existsSync)(Yt)&&!t.force)throw e||f.error("Private Key already exists, use --force to overwrite"),new Error("Private key already exists");(0,It.writeFileSync)(Yt,n);let o=await ee();if(o){let i=_F(o.config);i.privateKey&&(delete i.privateKey,e||f.info("Old private key deleted from config file"),(e?t.setupChannel??!1:t.setupChannel??await we({message:"Do you want to setup encryption with the new channel in order to support old apps and facilitate the migration?"}))&&(i.defaultChannel="encryption_v2")),i.publicKey=r,await Wi(o)}if(!e){f.success("Your RSA key has been generated"),f.success(`Private key saved in ${Yt}`),f.success("This key will be used to encrypt your bundle before sending it to Capgo"),f.success("Keep it safe"),f.success("Then make it unreadable by Capgo and unmodifiable by anyone"),f.success(`Public key saved in ${o.path}`),f.success("Your app will be the only one having it"),f.success("Only your users can decrypt your update"),f.success("Only you can send them an update");try{await ql(),X("Done \u2705")}catch(i){if(i instanceof Error&&i.message==="Capacitor sync cancelled")return!0;throw i}}return!0}async function xF(t){await ge(),await pD(t,!1)}async function AF(t){await ge(),await p7(t,!1)}var gn=require("node:fs"),hD=require("node:os");function OF(){let t=(0,hD.homedir)();return(0,gn.existsSync)(`${t}/.capgo`)||(0,gn.existsSync)(".capgo")}async function mD(t,e,r=!1){if(r||Q("Login to Capgo"),!t)throw r||f.error("Missing API key, you need to provide an API key to upload your bundle"),new Error("Missing API key");await ge();let{local:n}=e;if(n){if(!(0,gn.existsSync)(".git"))throw r||f.error("To use local you should be in a git repository"),new Error("Not in a git repository");(0,gn.writeFileSync)(".capgo",`${t}
274
274
  `),(0,gn.appendFileSync)(".gitignore",`.capgo
275
- `)}else{let a=(0,pD.homedir)();(0,gn.writeFileSync)(`${a}/.capgo`,`${t}
276
- `)}let o=await re(t,e.supaHost,e.supaAnon),i=await ie(o,t,["write","all","upload"]);await fe(t,{channel:"user-login",event:"User CLI login",icon:"\u2705",user_id:i,notify:!1}).catch(),r||(f.success(`login saved into .capgo file in ${n?"local":"home"} directory`),X("Done \u2705"))}async function FO(t,e){await hD(t,e,!1)}var OO="import { CapacitorUpdater } from '@capgo/capacitor-updater'",gf="CapacitorUpdater.notifyAppReady()",p7=/import.*from.*/g,Vs="production",mD={stdio:"pipe"},zs,Vn;function kO(){zs??=(0,Te.readdirSync)(Df.default.tmpdir).map(t=>({name:t,full:`${Df.default.tmpdir}/${t}`})).find(t=>t.name.startsWith("capgocli"))?.full??Df.default.fileSync({prefix:"capgocli"}).name}function pr(t,e){try{kO(),(0,Te.writeFileSync)(zs,JSON.stringify(e?{step_done:t,pathToPackageJson:e}:{step_done:t,pathToPackageJson:Vn})),e&&(Vn=e)}catch(r){f.error(`Cannot mark step as done in the CLI, error:
277
- ${r}`),f.warn("Onboarding will continue but please report it to the capgo team!")}}async function h7(t,e){try{kO();let r=(0,Te.readFileSync)(zs,"utf-8");if(!r||r.length===0)return;let{step_done:n,pathToPackageJson:o}=JSON.parse(r);f.info(`You have already got to the step ${n}/10 in the previous session`);let i=await we({message:"Would you like to continue from where you left off?"});return await Vt(i,t,e),i?(o&&(Vn=o),n):void 0}catch(r){f.error(`Cannot read which steps have been completed, error:
278
- ${r}`),f.warn("Onboarding will continue but please report it to the capgo team!");return}}function m7(){if(zs)try{(0,Te.rmSync)(zs)}catch(t){f.error(`Cannot delete the tmp steps file.
279
- Error: ${t}`)}}async function Vt(t,e,r){be(t)&&(await sr("onboarding-v2",e,r,"canceled","\u{1F937}"),(0,Ee.exit)())}async function hr(t,e,r,n){return sr("onboarding-v2",t,e,`onboarding-step-${r}`,n)}async function g7(t,e,r,n){let o=et(),i=await we({message:`Add ${r} in Capgo?`});if(await Vt(i,t.gid,e),i){let a=De();a.start(`Running: ${o.runner} @capgo/cli@latest app add ${r}`),await Fg(r,n,t,!0)?a.stop("App add Done \u2705"):a.stop("App already add \u2705")}else f.info(`If you change your mind, run it for yourself with: "${o.runner} @capgo/cli@latest app add ${r}"`);await hr(t.gid,e,"add-app",r)}async function D7(t,e,r){let n=et(),o=await we({message:`Create default channel ${Vs} for ${r} in Capgo?`});if(await Vt(o,t,e),o){let i=De();i.start(`Running: ${n.runner} @capgo/cli@latest channel add ${Vs} ${r} --default`),await aD(Vs,r,{default:!0,apikey:e},!0)?i.stop("Channel add Done \u2705"):i.stop("Channel already added \u2705")}else f.info(`If you change your mind, run it for yourself with: "${n.runner} @capgo/cli@latest channel add ${Vs} ${r} --default"`);await hr(t,e,"add-channel",r)}async function y7(t){let e=(0,Hn.join)(wt((0,Ee.cwd)()),Ur),r=Vn?await Wt(void 0,Vn):await Wt(void 0,e);if(r.size===0||!r.has("@capacitor/core")){f.warn("No adequate dependencies found");let n=await we({message:"Would you like to select the package.json file manually?"});if(be(n)&&(Kn("Operation cancelled."),(0,Ee.exit)(1)),n){let o=await we({message:"Would you like to use a tree selector to choose the package.json file?"});if(be(o)&&(Kn("Operation cancelled."),(0,Ee.exit)(1)),o){let a=(0,Ee.cwd)(),s=Ur;for(;;){let u=(0,Te.readdirSync)(a).map(c=>({value:c,label:c}));if(u.push({value:"..",label:".."}),s=await yr({message:"Select package.json file:",options:u}),be(s)&&(Kn("Operation cancelled."),(0,Ee.exit)(1)),!(0,Te.statSync)((0,Hn.join)(a,s)).isDirectory()&&s!==Ur){f.error("Selected a file that is not a package.json file");continue}if(a=(0,Hn.join)(a,s),s===Ur)break}return await pr(t,a),{dependencies:await Wt(void 0,a),path:a}}let i=await Dr({message:"Enter path to node_modules folder:"});return be(i)&&(Kn("Operation cancelled."),(0,Ee.exit)(1)),(0,Te.existsSync)(i)||(f.error(`Path ${i} does not exist`),(0,Ee.exit)(1)),{dependencies:await Wt(void 0,i),path:i}}}return await pr(t,e),{dependencies:await Wt(void 0,e),path:e}}var b7="https://capacitorjs.com/docs/updating/6-0",w7="https://capacitorjs.com/docs/updating/7-0";async function v7(t,e,r){let n=et(),o="1.0.0",i=!1,a=await we({message:`Automatic Install "@capgo/capacitor-updater" dependency in ${r}?`});if(await Vt(a,t,e),a){let s=De(),u="latest",{dependencies:c,path:l}=await y7(3);s.start("Checking if @capgo/capacitor-updater is installed"),c.has("@capacitor/core")||(s.stop("Error"),f.warn("Cannot find @capacitor/core in package.json"),X("Bye \u{1F44B}"),(0,Ee.exit)());let d=c.get("@capacitor/core");if(d||(s.stop("Error"),f.warn("Cannot find @capacitor/core in package.json, please run `capgo init` in a capacitor project"),X("Bye \u{1F44B}"),(0,Ee.exit)()),d==="latest"?(s.stop(`@capacitor/core version is ${d}, make sure to use a proper version, using Latest as value is not recommended and will lead to unexpected behavior`),X("Bye \u{1F44B}"),(0,Ee.exit)()):Gn(ve(d),ve("6.0.0"))?(s.stop("Error"),f.warn(`@capacitor/core version is ${d}, Capgo only support 2 last Capacitor versions, please update to Capacitor v6 minimum: ${b7}`),X("Bye \u{1F44B}"),(0,Ee.exit)()):Gn(ve(d),ve("7.0.0"))&&(s.stop(`@capacitor/core version is ${d}, update to Capacitor v7 minimum: ${w7} to support latest Mobile OS versions`),u="^6.0.0"),n.pm==="unknown"&&(s.stop("Error"),f.warn("Cannot recognize package manager, please run `capgo init` in a capacitor project with npm, pnpm, bun or yarn"),X("Bye \u{1F44B}"),(0,Ee.exit)()),await un("@capgo/capacitor-updater",l.replace("/package.json",""),l))s.stop("Capgo already installed \u2705");else{await(0,Da.execSync)(`${n.installCommand} --force @capgo/capacitor-updater@${u}`,{...mD,cwd:l.replace("/package.json","")}),s.stop("Install Done \u2705"),o=Ar(void 0,l)||"1.0.0";let h=!1;u==="latest"&&(h=await we({message:`Do you want to set instant updates in ${r}? Read more about it here: https://capgo.app/docs/live-updates/update-behavior/#applying-updates-immediately`}),await Vt(h,t,e)),s.start("Updating config file"),i=!!h;let m=h?{directUpdate:"always",autoSplashscreen:!0}:{};h&&await Cg("SplashScreen",{launchAutoHide:!1}),await Os({version:o,appId:r,autoUpdate:!0,...m}),s.stop("Config file updated \u2705")}}else f.info(`If you change your mind, run it for yourself with: "${n.installCommand} @capgo/capacitor-updater@latest"`);return await hr(t,e,"add-updater",r),{pkgVersion:o,delta:i}}async function C7(t,e,r){let n=await we({message:`Automatic Add "${gf}" code and import in ${r}?`});if(await Vt(n,t,e),n){let o=De();o.start("Adding @capacitor-updater to your main file");let i=await Ll();if(i==="nuxtjs-js"||i==="nuxtjs-ts"){let a=(0,Hn.join)("plugins");(0,Te.existsSync)(a)||(0,Te.mkdirSync)(a,{recursive:!0});let s;i==="nuxtjs-ts"?s=(0,Hn.join)(a,"capacitorUpdater.client.ts"):s=(0,Hn.join)(a,"capacitorUpdater.client.js");let u=`
275
+ `)}else{let a=(0,hD.homedir)();(0,gn.writeFileSync)(`${a}/.capgo`,`${t}
276
+ `)}let o=await re(t,e.supaHost,e.supaAnon),i=await ie(o,t,["write","all","upload"]);await fe(t,{channel:"user-login",event:"User CLI login",icon:"\u2705",user_id:i,notify:!1}).catch(),r||(f.success(`login saved into .capgo file in ${n?"local":"home"} directory`),X("Done \u2705"))}async function FF(t,e){await mD(t,e,!1)}var kF="import { CapacitorUpdater } from '@capgo/capacitor-updater'",Df="CapacitorUpdater.notifyAppReady()",h7=/import.*from.*/g,zs="production",gD={stdio:"pipe"},Ks,Vn;function PF(){Ks??=(0,Te.readdirSync)(yf.default.tmpdir).map(t=>({name:t,full:`${yf.default.tmpdir}/${t}`})).find(t=>t.name.startsWith("capgocli"))?.full??yf.default.fileSync({prefix:"capgocli"}).name}function pr(t,e){try{PF(),(0,Te.writeFileSync)(Ks,JSON.stringify(e?{step_done:t,pathToPackageJson:e}:{step_done:t,pathToPackageJson:Vn})),e&&(Vn=e)}catch(r){f.error(`Cannot mark step as done in the CLI, error:
277
+ ${r}`),f.warn("Onboarding will continue but please report it to the capgo team!")}}async function m7(t,e){try{PF();let r=(0,Te.readFileSync)(Ks,"utf-8");if(!r||r.length===0)return;let{step_done:n,pathToPackageJson:o}=JSON.parse(r);f.info(`You have already got to the step ${n}/10 in the previous session`);let i=await we({message:"Would you like to continue from where you left off?"});return await Vt(i,t,e),i?(o&&(Vn=o),n):void 0}catch(r){f.error(`Cannot read which steps have been completed, error:
278
+ ${r}`),f.warn("Onboarding will continue but please report it to the capgo team!");return}}function g7(){if(Ks)try{(0,Te.rmSync)(Ks)}catch(t){f.error(`Cannot delete the tmp steps file.
279
+ Error: ${t}`)}}async function Vt(t,e,r){be(t)&&(await sr("onboarding-v2",e,r,"canceled","\u{1F937}"),(0,Ee.exit)())}async function hr(t,e,r,n){return sr("onboarding-v2",t,e,`onboarding-step-${r}`,n)}async function D7(t,e,r,n){let o=et(),i=await we({message:`Add ${r} in Capgo?`});if(await Vt(i,t.gid,e),i){let a=De();a.start(`Running: ${o.runner} @capgo/cli@latest app add ${r}`),await Fg(r,n,t,!0)?a.stop("App add Done \u2705"):a.stop("App already add \u2705")}else f.info(`If you change your mind, run it for yourself with: "${o.runner} @capgo/cli@latest app add ${r}"`);await hr(t.gid,e,"add-app",r)}async function y7(t,e,r){let n=et(),o=await we({message:`Create default channel ${zs} for ${r} in Capgo?`});if(await Vt(o,t,e),o){let i=De();i.start(`Running: ${n.runner} @capgo/cli@latest channel add ${zs} ${r} --default`),await sD(zs,r,{default:!0,apikey:e},!0)?i.stop("Channel add Done \u2705"):i.stop("Channel already added \u2705")}else f.info(`If you change your mind, run it for yourself with: "${n.runner} @capgo/cli@latest channel add ${zs} ${r} --default"`);await hr(t,e,"add-channel",r)}async function b7(t){let e=(0,Hn.join)(wt((0,Ee.cwd)()),Ur),r=Vn?await Wt(void 0,Vn):await Wt(void 0,e);if(r.size===0||!r.has("@capacitor/core")){f.warn("No adequate dependencies found");let n=await we({message:"Would you like to select the package.json file manually?"});if(be(n)&&(Kn("Operation cancelled."),(0,Ee.exit)(1)),n){let o=await we({message:"Would you like to use a tree selector to choose the package.json file?"});if(be(o)&&(Kn("Operation cancelled."),(0,Ee.exit)(1)),o){let a=(0,Ee.cwd)(),s=Ur;for(;;){let u=(0,Te.readdirSync)(a).map(c=>({value:c,label:c}));if(u.push({value:"..",label:".."}),s=await yr({message:"Select package.json file:",options:u}),be(s)&&(Kn("Operation cancelled."),(0,Ee.exit)(1)),!(0,Te.statSync)((0,Hn.join)(a,s)).isDirectory()&&s!==Ur){f.error("Selected a file that is not a package.json file");continue}if(a=(0,Hn.join)(a,s),s===Ur)break}return await pr(t,a),{dependencies:await Wt(void 0,a),path:a}}let i=await Dr({message:"Enter path to node_modules folder:"});return be(i)&&(Kn("Operation cancelled."),(0,Ee.exit)(1)),(0,Te.existsSync)(i)||(f.error(`Path ${i} does not exist`),(0,Ee.exit)(1)),{dependencies:await Wt(void 0,i),path:i}}}return await pr(t,e),{dependencies:await Wt(void 0,e),path:e}}var w7="https://capacitorjs.com/docs/updating/6-0",v7="https://capacitorjs.com/docs/updating/7-0";async function E7(t,e,r){let n=et(),o="1.0.0",i=!1,a=await we({message:`Automatic Install "@capgo/capacitor-updater" dependency in ${r}?`});if(await Vt(a,t,e),a){let s=De(),u="latest",{dependencies:c,path:l}=await b7(3);s.start("Checking if @capgo/capacitor-updater is installed"),c.has("@capacitor/core")||(s.stop("Error"),f.warn("Cannot find @capacitor/core in package.json"),X("Bye \u{1F44B}"),(0,Ee.exit)());let d=c.get("@capacitor/core");if(d||(s.stop("Error"),f.warn("Cannot find @capacitor/core in package.json, please run `capgo init` in a capacitor project"),X("Bye \u{1F44B}"),(0,Ee.exit)()),d==="latest"?(s.stop(`@capacitor/core version is ${d}, make sure to use a proper version, using Latest as value is not recommended and will lead to unexpected behavior`),X("Bye \u{1F44B}"),(0,Ee.exit)()):vr(Oe(d),Oe("6.0.0"))?(s.stop("Error"),f.warn(`@capacitor/core version is ${d}, Capgo only support 2 last Capacitor versions, please update to Capacitor v6 minimum: ${w7}`),X("Bye \u{1F44B}"),(0,Ee.exit)()):vr(Oe(d),Oe("7.0.0"))&&(s.stop(`@capacitor/core version is ${d}, update to Capacitor v7 minimum: ${v7} to support latest Mobile OS versions`),u="^6.0.0"),n.pm==="unknown"&&(s.stop("Error"),f.warn("Cannot recognize package manager, please run `capgo init` in a capacitor project with npm, pnpm, bun or yarn"),X("Bye \u{1F44B}"),(0,Ee.exit)()),await un("@capgo/capacitor-updater",l.replace("/package.json",""),l))s.stop("Capgo already installed \u2705");else{await(0,Da.execSync)(`${n.installCommand} --force @capgo/capacitor-updater@${u}`,{...gD,cwd:l.replace("/package.json","")}),s.stop("Install Done \u2705"),o=Ar(void 0,l)||"1.0.0";let h=!1;u==="latest"&&(h=await we({message:`Do you want to set instant updates in ${r}? Read more about it here: https://capgo.app/docs/live-updates/update-behavior/#applying-updates-immediately`}),await Vt(h,t,e)),s.start("Updating config file"),i=!!h;let m=h?{directUpdate:"always",autoSplashscreen:!0}:{};h&&await Cg("SplashScreen",{launchAutoHide:!1}),await Fs({version:o,appId:r,autoUpdate:!0,...m}),s.stop("Config file updated \u2705")}}else f.info(`If you change your mind, run it for yourself with: "${n.installCommand} @capgo/capacitor-updater@latest"`);return await hr(t,e,"add-updater",r),{pkgVersion:o,delta:i}}async function C7(t,e,r){let n=await we({message:`Automatic Add "${Df}" code and import in ${r}?`});if(await Vt(n,t,e),n){let o=De();o.start("Adding @capacitor-updater to your main file");let i=await Nl();if(i==="nuxtjs-js"||i==="nuxtjs-ts"){let a=(0,Hn.join)("plugins");(0,Te.existsSync)(a)||(0,Te.mkdirSync)(a,{recursive:!0});let s;i==="nuxtjs-ts"?s=(0,Hn.join)(a,"capacitorUpdater.client.ts"):s=(0,Hn.join)(a,"capacitorUpdater.client.js");let u=`
280
280
  import { CapacitorUpdater } from '@capgo/capacitor-updater'
281
281
 
282
282
  export default defineNuxtPlugin(() => {
283
283
  CapacitorUpdater.notifyAppReady()
284
284
  })
285
- `;(0,Te.existsSync)(s)?(0,Te.readFileSync)(s,"utf8").includes("CapacitorUpdater.notifyAppReady()")?(o.stop("Code already added to capacitorUpdater.client.ts file inside plugins directory \u2705"),f.info("Plugins directory and capacitorUpdater.client.ts file already exist with required code")):((0,Te.writeFileSync)(s,u,"utf8"),o.stop("Code added to capacitorUpdater.client.ts file inside plugins directory \u2705"),f.info("Updated capacitorUpdater.client.ts file with required code")):((0,Te.writeFileSync)(s,u,"utf8"),o.stop("Code added to capacitorUpdater.client.ts file inside plugins directory \u2705"),f.info("Created plugins directory and capacitorUpdater.client.ts file"))}else{let a;if(i==="unknown")a=await CA();else{let d=i.endsWith("-ts");a=await vA(i,d)}if(!a||!(0,Te.existsSync)(a)){o.stop("Cannot find main file to install Updater plugin");let d=await Dr({message:"Provide the correct relative path to your main file (JS or TS):",validate:p=>{if(!(0,Te.existsSync)(p))return"File does not exist. Please provide a valid path."}});be(d)&&(Kn("Operation cancelled."),(0,Ee.exit)(1)),a=d}let u=(0,Te.readFileSync)(a,"utf8").toString(),l=u.match(p7)?.pop();if(l||(o.stop("Error"),f.warn("Cannot find import line in main file, use manual installation: https://capgo.app/docs/getting-started/add-an-app/"),X("Bye \u{1F44B}"),(0,Ee.exit)()),u.includes(gf))o.stop(`Code already added to ${a} \u2705`);else{let d=u.replace(l,`${l}
286
- ${OO};
285
+ `;(0,Te.existsSync)(s)?(0,Te.readFileSync)(s,"utf8").includes("CapacitorUpdater.notifyAppReady()")?(o.stop("Code already added to capacitorUpdater.client.ts file inside plugins directory \u2705"),f.info("Plugins directory and capacitorUpdater.client.ts file already exist with required code")):((0,Te.writeFileSync)(s,u,"utf8"),o.stop("Code added to capacitorUpdater.client.ts file inside plugins directory \u2705"),f.info("Updated capacitorUpdater.client.ts file with required code")):((0,Te.writeFileSync)(s,u,"utf8"),o.stop("Code added to capacitorUpdater.client.ts file inside plugins directory \u2705"),f.info("Created plugins directory and capacitorUpdater.client.ts file"))}else{let a;if(i==="unknown")a=await _A();else{let d=i.endsWith("-ts");a=await CA(i,d)}if(!a||!(0,Te.existsSync)(a)){o.stop("Cannot find main file to install Updater plugin");let d=await Dr({message:"Provide the correct relative path to your main file (JS or TS):",validate:p=>{if(!(0,Te.existsSync)(p))return"File does not exist. Please provide a valid path."}});be(d)&&(Kn("Operation cancelled."),(0,Ee.exit)(1)),a=d}let u=(0,Te.readFileSync)(a,"utf8").toString(),l=u.match(h7)?.pop();if(l||(o.stop("Error"),f.warn("Cannot find import line in main file, use manual installation: https://capgo.app/docs/getting-started/add-an-app/"),X("Bye \u{1F44B}"),(0,Ee.exit)()),u.includes(Df))o.stop(`Code already added to ${a} \u2705`);else{let d=u.replace(l,`${l}
286
+ ${kF};
287
287
 
288
- ${gf};
288
+ ${Df};
289
289
  `);(0,Te.writeFileSync)(a,d,"utf8"),o.stop(`Code added to ${a} \u2705`)}}await hr(t,e,"add-code",r)}else f.info(`Add to your main file the following code:
290
290
 
291
- ${OO};
291
+ ${kF};
292
292
 
293
- ${gf};
294
- `)}async function E7(t,e,r){let o=(await Wt()).get("@capacitor/core");o||f.warn("Cannot find @capacitor/core in package.json. It is likely that you are using a monorepo. Please NOTE that encryption is not supported in Capacitor V5.");let i=et(),a=await we({message:`Automatic configure end-to-end encryption in ${r} updates?`});if(await Vt(a,t,e),a){if(o==="latest"){f.error(`@capacitor/core version is ${o}, make sure to use a proper version, using Latest as value is not recommended and will lead to unexpected behavior`);return}if(o&&Gn(ve(o),ve("6.0.0"))){f.warn("Encryption is not supported in Capacitor V5.");return}let s=De();s.start(`Running: ${i.runner} @capgo/cli@latest key create`),await dD({force:!0},!1)?s.stop("key created \u{1F511}"):(s.stop("Error"),f.warn("Cannot create key \u274C"),X("Bye \u{1F44B}"),(0,Ee.exit)(1));try{await Ml(!0,t,e),sr("onboarding-v2",t,e,"Use encryption v2",r)}catch(c){if(!(c instanceof Error&&c.message==="Capacitor sync cancelled"))throw c}}await hr(t,e,"add-encryption",r)}async function _7(t,e,r){let n=et(),o=await we({message:`Automatic build ${r} with "${n.pm} run build" ?`});if(await Vt(o,t,e),o){let i=De();i.start("Checking project type");let a=await Ll(),s=await _g(a);i.message(`Running: ${n.pm} run ${s} && ${n.runner} cap sync`),vg()[s]||(i.stop("Error"),f.warn(`Cannot find ${s} script in package.json, please add it and run \`capgo init\` again`),X("Bye \u{1F44B}"),(0,Ee.exit)()),(0,Da.execSync)(`${n.pm} run ${s} && ${n.runner} cap sync`,mD),i.stop("Build & Sync Done \u2705")}else f.info(`Build yourself with command: ${n.pm} run build && ${n.runner} cap sync`);await hr(t,e,"build-project",r)}async function S7(t,e,r){let n=et(),o=await we({message:`Run ${r} in device now to test the initial version?`});if(await Vt(o,t,e),o){let i=await yr({message:"Pick a platform to run your app",options:[{value:"ios",label:"IOS"},{value:"android",label:"Android"}]});be(i)&&(X("Bye \u{1F44B}"),(0,Ee.exit)());let a=i,s=De();s.start(`Running: ${n.runner} cap run ${a}`),await(0,Da.spawnSync)(n.runner,["cap","run",a],{stdio:"inherit"}),s.stop("App started \u2705"),f.info(`\u{1F4F1} Your app should now be running on your ${a} device with Capgo integrated`),f.info("\u{1F504} This is your baseline version - we'll create an update next")}else f.info(`If you change your mind, run it for yourself with: ${n.runner} cap run <ios|android>`);await hr(t,e,"run-device",r)}async function x7(t,e,r,n){f.info("\u{1F3AF} Now let's test Capgo by making a visible change and deploying an update!");let o=await yr({message:"How would you like to test the update?",options:[{value:"auto",label:"Auto: Let Capgo CLI make a visible change for you"},{value:"manual",label:"Manual: I'll make changes myself"}]});if(be(o)&&(await sr("onboarding-v2",t,e,"canceled","\u{1F937}"),(0,Ee.exit)()),o==="auto"){let l=De();l.start("Making automatic changes to test Capgo updates");let d=!1,p=["src/index.html","public/index.html","index.html","src/App.vue","src/app/app.component.html","src/app/home/home.page.html","src/main.css","src/style.css","public/style.css"];for(let h of p)if((0,Te.existsSync)(h)&&!d)try{let m=(0,Te.readFileSync)(h,"utf8"),b=m;if(h.endsWith(".html")?m.includes("<body>")&&!m.includes("capgo-test-banner")&&(b=m.replace("<body>",`<body>
293
+ ${Df};
294
+ `)}async function _7(t,e,r){let o=(await Wt()).get("@capacitor/core");o||f.warn("Cannot find @capacitor/core in package.json. It is likely that you are using a monorepo. Please NOTE that encryption is not supported in Capacitor V5.");let i=et(),a=await we({message:`Automatic configure end-to-end encryption in ${r} updates?`});if(await Vt(a,t,e),a){if(o==="latest"){f.error(`@capacitor/core version is ${o}, make sure to use a proper version, using Latest as value is not recommended and will lead to unexpected behavior`);return}if(o&&vr(Oe(o),Oe("6.0.0"))){f.warn("Encryption is not supported in Capacitor V5.");return}let s=De();s.start(`Running: ${i.runner} @capgo/cli@latest key create`),await pD({force:!0},!1)?s.stop("key created \u{1F511}"):(s.stop("Error"),f.warn("Cannot create key \u274C"),X("Bye \u{1F44B}"),(0,Ee.exit)(1));try{await ql(!0,t,e),sr("onboarding-v2",t,e,"Use encryption v2",r)}catch(c){if(!(c instanceof Error&&c.message==="Capacitor sync cancelled"))throw c}}await hr(t,e,"add-encryption",r)}async function S7(t,e,r){let n=et(),o=await we({message:`Automatic build ${r} with "${n.pm} run build" ?`});if(await Vt(o,t,e),o){let i=De();i.start("Checking project type");let a=await Nl(),s=await Sg(a);i.message(`Running: ${n.pm} run ${s} && ${n.runner} cap sync`),Eg()[s]||(i.stop("Error"),f.warn(`Cannot find ${s} script in package.json, please add it and run \`capgo init\` again`),X("Bye \u{1F44B}"),(0,Ee.exit)()),(0,Da.execSync)(`${n.pm} run ${s} && ${n.runner} cap sync`,gD),i.stop("Build & Sync Done \u2705")}else f.info(`Build yourself with command: ${n.pm} run build && ${n.runner} cap sync`);await hr(t,e,"build-project",r)}async function x7(t,e,r){let n=et(),o=await we({message:`Run ${r} in device now to test the initial version?`});if(await Vt(o,t,e),o){let i=await yr({message:"Pick a platform to run your app",options:[{value:"ios",label:"IOS"},{value:"android",label:"Android"}]});be(i)&&(X("Bye \u{1F44B}"),(0,Ee.exit)());let a=i,s=De();s.start(`Running: ${n.runner} cap run ${a}`),await(0,Da.spawnSync)(n.runner,["cap","run",a],{stdio:"inherit"}),s.stop("App started \u2705"),f.info(`\u{1F4F1} Your app should now be running on your ${a} device with Capgo integrated`),f.info("\u{1F504} This is your baseline version - we'll create an update next")}else f.info(`If you change your mind, run it for yourself with: ${n.runner} cap run <ios|android>`);await hr(t,e,"run-device",r)}async function A7(t,e,r,n){f.info("\u{1F3AF} Now let's test Capgo by making a visible change and deploying an update!");let o=await yr({message:"How would you like to test the update?",options:[{value:"auto",label:"Auto: Let Capgo CLI make a visible change for you"},{value:"manual",label:"Manual: I'll make changes myself"}]});if(be(o)&&(await sr("onboarding-v2",t,e,"canceled","\u{1F937}"),(0,Ee.exit)()),o==="auto"){let l=De();l.start("Making automatic changes to test Capgo updates");let d=!1,p=["src/index.html","public/index.html","index.html","src/App.vue","src/app/app.component.html","src/app/home/home.page.html","src/main.css","src/style.css","public/style.css"];for(let h of p)if((0,Te.existsSync)(h)&&!d)try{let m=(0,Te.readFileSync)(h,"utf8"),b=m;if(h.endsWith(".html")?m.includes("<body>")&&!m.includes("capgo-test-banner")&&(b=m.replace("<body>",`<body>
295
295
  <div id="capgo-test-banner" style="background: linear-gradient(90deg, #4CAF50, #2196F3); color: white; padding: 15px; text-align: center; font-weight: bold; position: fixed; top: env(safe-area-inset-top, 0); left: env(safe-area-inset-left, 0); right: env(safe-area-inset-right, 0); z-index: 9999; box-shadow: 0 2px 10px rgba(0,0,0,0.1); padding-top: calc(15px + env(safe-area-inset-top, 0));">
296
296
  \u{1F680} Capgo Update Test - This banner shows the update worked!
297
297
  </div>
@@ -306,58 +306,58 @@ body {
306
306
  /* capgo-test-background */
307
307
  }
308
308
 
309
- ${m}`)),b!==m){(0,Te.writeFileSync)(h,b,"utf8"),l.stop(`\u2705 Made test changes to ${h}`),f.info("\u{1F4DD} Added visible test modification to verify the update works"),d=!0;break}}catch{}if(!d){l.stop("\u26A0\uFE0F Could not automatically modify files"),f.warn("Please make a visible change manually (like editing a text or color)");let h=await we({message:"Continue after making your changes?"});await Vt(h,t,e)}}else{f.info("\u270B Please make a visible change to your app now (example: change a text, color, or add an element)"),f.info("\u{1F4A1} This change will help you see that Capgo updates work correctly");let l=await we({message:"Have you made your changes and ready to continue?"});await Vt(l,t,e)}let i="1.0.1";try{let l=ve(n);i=wr(xa(l,"patch"))}catch{i="1.0.1"}let a=await yr({message:"How do you want to handle the version for this update?",options:[{value:"auto",label:`Auto: Bump patch version (${n} \u2192 ${i})`},{value:"manual",label:"Manual: I'll provide the version number"}]});be(a)&&(await sr("onboarding-v2",t,e,"canceled","\u{1F937}"),(0,Ee.exit)());let s=n;if(a==="auto")try{let l=ve(n);s=wr(xa(l,"patch")),f.info(`\u{1F522} Auto-bumped version from ${n} to ${s}`)}catch{s="1.0.1",f.warn(`Could not parse version ${n}, using fallback ${s}`)}else{let l=await Dr({message:`Current version is ${n}. Enter new version:`,validate:d=>{if(!d.match(/^\d+\.\d+\.\d+/))return"Please enter a valid version (x.y.z)"}});be(l)&&(await sr("onboarding-v2",t,e,"canceled","\u{1F937}"),(0,Ee.exit)()),s=l}let u=et(),c=await we({message:`Build ${r} with changes before uploading? If you need to build yourself please do it now in other terminal, and then select no`});if(await Vt(c,t,e),c){let l=De();l.start("Checking project type");let d=await Ll(),p=await _g(d);l.message(`Running: ${u.pm} run ${p} && ${u.runner} cap sync`),vg()[p]||(l.stop("Error"),f.warn(`Cannot find ${p} script in package.json, please add it and run \`capgo init\` again`),X("Bye \u{1F44B}"),(0,Ee.exit)()),(0,Da.execSync)(`${u.pm} run ${p} && ${u.runner} cap sync`,mD),l.stop("\u2705 Build with changes completed"),f.info("\u{1F4E6} Your modifications have been built and synced")}else f.info(`Build yourself with command: ${u.pm} run build && ${u.runner} cap sync`);return await hr(t,e,"add-code-change",r),s}async function A7(t,e,r,n,o){let i=et(),a=await we({message:`Upload the updated ${r} bundle (v${n}) to Capgo?`});if(await Vt(a,t,e),a){let s=De(),u;s.start(`Running: ${i.runner} @capgo/cli@latest bundle upload ${o?"--delta-only":""}`);let c=dA((0,Ee.cwd)());Vn&&c&&(f.warn("You are most likely using a monorepo, please provide the path to your package.json file AND node_modules path folder when uploading your bundle"),f.warn(`Example: ${i.runner} @capgo/cli@latest bundle upload --package-json ./packages/my-app/package.json --node-modules ./packages/my-app/node_modules ${o?"--delta-only":""}`),u=(0,Hn.join)(wt((0,Ee.cwd)()),"node_modules"),f.warn(`Guessed node modules path at: ${u}`),(0,Te.existsSync)(u)||(f.error("Node modules path does not exist, upload skipped"),X("Bye \u{1F44B}"),(0,Ee.exit)(1))),(await iD(r,{channel:Vs,apikey:e,packageJson:c?Vn:void 0,nodeModules:c?u:void 0,deltaOnly:o,bundle:n},!1))?.success?(s.stop(`\u2705 Update v${n} uploaded successfully!`),f.info("\u{1F389} Your updated bundle is now available on Capgo")):(s.stop("Error"),f.warn("Upload failed \u274C"),X("Bye \u{1F44B}"),(0,Ee.exit)())}else f.info(`Upload yourself with command: ${i.runner} @capgo/cli@latest bundle upload`);await hr(t,e,"upload",r)}async function F7(t,e,r,n,o){f.info("\u{1F9EA} Time to test the Capgo update system!"),f.info("\u{1F4F1} Go to your device where the app is running"),o?(f.info("\u{1F504} IMPORTANT: Background your app (swipe up/press home button) and then reopen it"),f.info("\u23F1\uFE0F The update should be downloaded and applied automatically")):(f.info("\u{1F4F1} With standard updates, you will need to:"),f.info(" 1. Background the app (swipe up/press home button) to start download"),f.info(" 2. Wait a few seconds for download to complete"),f.info(" 3. Background and foreground again to see the update")),f.info("\u{1F440} You should see your changes appear in the app!");let i=await we({message:"Monitor Capgo logs to verify the update worked?"});await Vt(i,t,e),i?(f.info(`\u{1F4CA} Watching logs from ${r}...`),f.info("\u{1F504} Please background and reopen your app now to trigger the update"),await nm("onboarding-v2",e,r,e,t)):f.info(`\u{1F4CA} Check logs manually at ${n}/app/p/${r}/logs to verify the update`),await hr(t,e,"test-update",r)}async function PO(t,e,r){let n=et();Q("Capgo onboarding \u{1F6EB}"),await ge();let o=!r.supaAnon||!r.supaHost?await ee():await Os({statsUrl:`${r.supaHost}/functions/v1/stats`,channelUrl:`${r.supaHost}/functions/v1/channel_self`,updateUrl:`${r.supaHost}/functions/v1/updates`,localApiFiles:`${r.supaHost}/functions/v1`,localS3:!0,localSupa:r.supaHost,localSupaAnon:r.supaAnon}),i=await ur();e=ce(e,o?.config),r.apikey=t||ne(),e===void 0&&(e=await Dr({message:"Enter your appId:"}),be(e)&&(Kn("Operation cancelled."),(0,Ee.exit)(1)));let a=De();(!AO()||t)&&(a.start(`Running: ${n.runner} @capgo/cli@latest login ***`),await hD(r.apikey,r,!1),a.stop("Login Done \u2705"));let s=await re(r.apikey,r.supaHost,r.supaAnon);await ie(s,r.apikey,["upload","all","read","write"]);let u=await oa(s,["admin","super_admin"]),c=u.gid,l=await h7(c,r.apikey)??0,d=Ar(void 0,Vn)||"1.0.0",p=!1,h=d;try{if(l<1&&await hr(c,r.apikey,"add-app",e),l<2&&(await g7(u,r.apikey,e,r),pr(2)),l<3&&(await D7(c,r.apikey,e),pr(3)),l<4){let m=await v7(c,r.apikey,e);d=m.pkgVersion,h=d,p=m.delta,pr(4)}l<5&&(await C7(c,r.apikey,e),pr(5)),l<6&&(await E7(c,r.apikey,e),pr(6)),l<7&&(await _7(c,r.apikey,e),pr(7)),l<8&&(await S7(c,r.apikey,e),pr(8)),l<9&&(h=await x7(c,r.apikey,e,d),pr(9)),l<10&&(await A7(c,r.apikey,e,h,p),pr(10)),l<11&&(await F7(c,r.apikey,e,i.hostWeb,p),pr(11)),await hr(c,r.apikey,"done",e),m7()}catch(m){console.error(m),f.error(`Error during onboarding.
309
+ ${m}`)),b!==m){(0,Te.writeFileSync)(h,b,"utf8"),l.stop(`\u2705 Made test changes to ${h}`),f.info("\u{1F4DD} Added visible test modification to verify the update works"),d=!0;break}}catch{}if(!d){l.stop("\u26A0\uFE0F Could not automatically modify files"),f.warn("Please make a visible change manually (like editing a text or color)");let h=await we({message:"Continue after making your changes?"});await Vt(h,t,e)}}else{f.info("\u270B Please make a visible change to your app now (example: change a text, color, or add an element)"),f.info("\u{1F4A1} This change will help you see that Capgo updates work correctly");let l=await we({message:"Have you made your changes and ready to continue?"});await Vt(l,t,e)}let i="1.0.1";try{let l=Oe(n);i=wr(xa(l,"patch"))}catch{i="1.0.1"}let a=await yr({message:"How do you want to handle the version for this update?",options:[{value:"auto",label:`Auto: Bump patch version (${n} \u2192 ${i})`},{value:"manual",label:"Manual: I'll provide the version number"}]});be(a)&&(await sr("onboarding-v2",t,e,"canceled","\u{1F937}"),(0,Ee.exit)());let s=n;if(a==="auto")try{let l=Oe(n);s=wr(xa(l,"patch")),f.info(`\u{1F522} Auto-bumped version from ${n} to ${s}`)}catch{s="1.0.1",f.warn(`Could not parse version ${n}, using fallback ${s}`)}else{let l=await Dr({message:`Current version is ${n}. Enter new version:`,validate:d=>{if(!d.match(/^\d+\.\d+\.\d+/))return"Please enter a valid version (x.y.z)"}});be(l)&&(await sr("onboarding-v2",t,e,"canceled","\u{1F937}"),(0,Ee.exit)()),s=l}let u=et(),c=await we({message:`Build ${r} with changes before uploading? If you need to build yourself please do it now in other terminal, and then select no`});if(await Vt(c,t,e),c){let l=De();l.start("Checking project type");let d=await Nl(),p=await Sg(d);l.message(`Running: ${u.pm} run ${p} && ${u.runner} cap sync`),Eg()[p]||(l.stop("Error"),f.warn(`Cannot find ${p} script in package.json, please add it and run \`capgo init\` again`),X("Bye \u{1F44B}"),(0,Ee.exit)()),(0,Da.execSync)(`${u.pm} run ${p} && ${u.runner} cap sync`,gD),l.stop("\u2705 Build with changes completed"),f.info("\u{1F4E6} Your modifications have been built and synced")}else f.info(`Build yourself with command: ${u.pm} run build && ${u.runner} cap sync`);return await hr(t,e,"add-code-change",r),s}async function O7(t,e,r,n,o){let i=et(),a=await we({message:`Upload the updated ${r} bundle (v${n}) to Capgo?`});if(await Vt(a,t,e),a){let s=De(),u;s.start(`Running: ${i.runner} @capgo/cli@latest bundle upload ${o?"--delta-only":""}`);let c=hA((0,Ee.cwd)());Vn&&c&&(f.warn("You are most likely using a monorepo, please provide the path to your package.json file AND node_modules path folder when uploading your bundle"),f.warn(`Example: ${i.runner} @capgo/cli@latest bundle upload --package-json ./packages/my-app/package.json --node-modules ./packages/my-app/node_modules ${o?"--delta-only":""}`),u=(0,Hn.join)(wt((0,Ee.cwd)()),"node_modules"),f.warn(`Guessed node modules path at: ${u}`),(0,Te.existsSync)(u)||(f.error("Node modules path does not exist, upload skipped"),X("Bye \u{1F44B}"),(0,Ee.exit)(1))),(await aD(r,{channel:zs,apikey:e,packageJson:c?Vn:void 0,nodeModules:c?u:void 0,deltaOnly:o,bundle:n},!1))?.success?(s.stop(`\u2705 Update v${n} uploaded successfully!`),f.info("\u{1F389} Your updated bundle is now available on Capgo")):(s.stop("Error"),f.warn("Upload failed \u274C"),X("Bye \u{1F44B}"),(0,Ee.exit)())}else f.info(`Upload yourself with command: ${i.runner} @capgo/cli@latest bundle upload`);await hr(t,e,"upload",r)}async function F7(t,e,r,n,o){f.info("\u{1F9EA} Time to test the Capgo update system!"),f.info("\u{1F4F1} Go to your device where the app is running"),o?(f.info("\u{1F504} IMPORTANT: Background your app (swipe up/press home button) and then reopen it"),f.info("\u23F1\uFE0F The update should be downloaded and applied automatically")):(f.info("\u{1F4F1} With standard updates, you will need to:"),f.info(" 1. Background the app (swipe up/press home button) to start download"),f.info(" 2. Wait a few seconds for download to complete"),f.info(" 3. Background and foreground again to see the update")),f.info("\u{1F440} You should see your changes appear in the app!");let i=await we({message:"Monitor Capgo logs to verify the update worked?"});await Vt(i,t,e),i?(f.info(`\u{1F4CA} Watching logs from ${r}...`),f.info("\u{1F504} Please background and reopen your app now to trigger the update"),await om("onboarding-v2",e,r,e,t)):f.info(`\u{1F4CA} Check logs manually at ${n}/app/p/${r}/logs to verify the update`),await hr(t,e,"test-update",r)}async function $F(t,e,r){let n=et();Q("Capgo onboarding \u{1F6EB}"),await ge();let o=!r.supaAnon||!r.supaHost?await ee():await Fs({statsUrl:`${r.supaHost}/functions/v1/stats`,channelUrl:`${r.supaHost}/functions/v1/channel_self`,updateUrl:`${r.supaHost}/functions/v1/updates`,localApiFiles:`${r.supaHost}/functions/v1`,localS3:!0,localSupa:r.supaHost,localSupaAnon:r.supaAnon}),i=await ur();e=ce(e,o?.config),r.apikey=t||ne(),e===void 0&&(e=await Dr({message:"Enter your appId:"}),be(e)&&(Kn("Operation cancelled."),(0,Ee.exit)(1)));let a=De();(!OF()||t)&&(a.start(`Running: ${n.runner} @capgo/cli@latest login ***`),await mD(r.apikey,r,!1),a.stop("Login Done \u2705"));let s=await re(r.apikey,r.supaHost,r.supaAnon);await ie(s,r.apikey,["upload","all","read","write"]);let u=await oa(s,["admin","super_admin"]),c=u.gid,l=await m7(c,r.apikey)??0,d=Ar(void 0,Vn)||"1.0.0",p=!1,h=d;try{if(l<1&&await hr(c,r.apikey,"add-app",e),l<2&&(await D7(u,r.apikey,e,r),pr(2)),l<3&&(await y7(c,r.apikey,e),pr(3)),l<4){let m=await E7(c,r.apikey,e);d=m.pkgVersion,h=d,p=m.delta,pr(4)}l<5&&(await C7(c,r.apikey,e),pr(5)),l<6&&(await _7(c,r.apikey,e),pr(6)),l<7&&(await S7(c,r.apikey,e),pr(7)),l<8&&(await x7(c,r.apikey,e),pr(8)),l<9&&(h=await A7(c,r.apikey,e,d),pr(9)),l<10&&(await O7(c,r.apikey,e,h,p),pr(10)),l<11&&(await F7(c,r.apikey,e,i.hostWeb,p),pr(11)),await hr(c,r.apikey,"done",e),g7()}catch(m){console.error(m),f.error(`Error during onboarding.
310
310
  if the error persists please contact support@capgo.app
311
- Or use manual installation: https://capgo.app/docs/getting-started/add-an-app/`),(0,Ee.exit)(1)}f.info("Welcome onboard \u2708\uFE0F!"),f.info("Your Capgo update system is setup"),f.info(`Next time use \`${n.runner} @capgo/cli@latest bundle upload\` to only upload your bundle`),f.info(`If you have any issue try to use the debug command \`${n.runner} @capgo/cli@latest app debug\``),X("Bye \u{1F44B}"),(0,Ee.exit)()}async function O7(t,e=!1){e||Q("Adding organization"),await ge();let r={...t,apikey:t.apikey||ne()};if(!r.apikey)throw e||f.error("Missing API key, you need to provide an API key to add an organization"),new Error("Missing API key");let n=await re(r.apikey,r.supaHost,r.supaAnon),o=await ie(n,r.apikey,["write","all"]),{name:i,email:a}=r;if(!e&&!i){let c=await Dr({message:"Organization name:",placeholder:"My Organization"});if(be(c))throw f.error("Canceled adding organization"),new Error("Organization creation cancelled");i=c}if(!e&&!a){let c=await Dr({message:"Management email:",placeholder:"admin@example.com"});if(be(c))throw f.error("Canceled adding organization"),new Error("Organization creation cancelled");a=c}if(!i||!a)throw e||f.error("Missing arguments, you need to provide an organization name and management email"),new Error("Missing organization name or management email");e||f.info(`Adding organization "${i}" to Capgo`);let{data:s,error:u}=await n.from("orgs").insert({name:i,management_email:a,created_by:o}).select().single();if(u)throw e||f.error(`Could not add organization ${U(u)}`),new Error(`Could not add organization: ${U(u)}`);return await fe(r.apikey,{channel:"organization",event:"Organization Created",icon:"\u{1F3E2}",user_id:s.id,tags:{"org-name":i},notify:!1}).catch(()=>{}),e||(f.success(`Organization "${i}" added to Capgo`),X("Done \u2705")),s}async function gD(t){await O7(t,!1)}async function k7(t,e,r=!1){r||Q("Deleting organization"),await ge();let n={...e,apikey:e.apikey||ne()};if(!n.apikey)throw r||f.error("Missing API key, you need to provide an API key to delete an organization"),new Error("Missing API key");if(!t)throw r||f.error("Missing argument, you need to provide an organization ID"),new Error("Missing organization id");let o=await re(n.apikey,n.supaHost,n.supaAnon),i=await ie(o,n.apikey,["write","all"]),{data:a,error:s}=await o.from("orgs").select("created_by, name").eq("id",t).single();if(s||!a)throw r||f.error(`Cannot get organization details ${U(s)}`),new Error(`Cannot get organization details: ${U(s)}`);if(a.created_by!==i){if(r)throw new Error("Deleting an organization is restricted to the organization owner");f.warn("Deleting an organization is restricted to the organization owner"),f.warn("You are not the owner of this organization"),f.warn("It's strongly recommended that you do not continue!");let c=await yr({message:"Do you want to continue?",options:[{label:"Yes",value:"yes"},{label:"No",value:"no"}]});if(be(c)||c==="no")throw f.error("Canceled deleting the organization"),new Error("Organization deletion cancelled")}if(!r&&!n.autoConfirm){let c=await we({message:`Are you sure you want to delete organization "${a.name}"? This action cannot be undone.`});if(be(c)||!c)throw f.error("Canceled deleting the organization"),new Error("Organization deletion cancelled")}r||f.info(`Deleting organization "${a.name}"`);let{error:u}=await o.from("orgs").delete().eq("id",t);if(u)throw r||f.error(`Could not delete organization ${U(u)}`),new Error(`Could not delete organization: ${U(u)}`);return await fe(n.apikey,{channel:"organization",event:"Organization Deleted",icon:"\u{1F5D1}\uFE0F",user_id:t,tags:{"org-name":a.name},notify:!1}).catch(()=>{}),r||(f.success(`Organization "${a.name}" deleted from Capgo`),X("Done \u2705")),!0}async function DD(t,e){await k7(t,e,!1)}function P7(t,e){if(e)return;if(!t.length){f.error("No organizations found");return}let r=new at;r.headers=["Name","ID","Role","Apps"],r.rows=[];for(let n of t.toReversed())r.rows.push([n.name??"Unknown",n.gid,n.role,n.app_count?.toString()||"0"]);f.success("Organizations"),f.success(r.toString())}async function $7(t,e=!1){e||Q("List organizations"),await ge();let r={...t,apikey:t.apikey||ne()};if(!r.apikey)throw e||f.error("Missing API key, you need to provide an API key to list organizations"),new Error("Missing API key");let n=await re(r.apikey,r.supaHost,r.supaAnon);await ie(n,r.apikey,["read","write","all"]),e||f.info("Getting organizations from Capgo");let{error:o,data:i}=await n.rpc("get_orgs_v6");if(o)throw e||f.error(`Cannot get organizations ${U(o)}`),new Error(`Cannot get organizations: ${U(o)}`);let a=i||[];return e||(f.info(`Organizations found: ${a.length}`),P7(a,e),X("Done \u2705")),a}async function yD(t){await $7(t,!1)}async function T7(t,e,r=!1){r||Q("Updating organization"),await ge();let n={...e,apikey:e.apikey||ne()};if(!n.apikey)throw r||f.error("Missing API key, you need to provide an API key to update an organization"),new Error("Missing API key");if(!t)throw r||f.error("Missing argument, you need to provide an organization ID"),new Error("Missing organization id");let o=await re(n.apikey,n.supaHost,n.supaAnon);await ie(o,n.apikey,["write","all"]);let{data:i,error:a}=await o.from("orgs").select("name, management_email, created_by").eq("id",t).single();if(a||!i)throw r||f.error(`Cannot get organization details ${U(a)}`),new Error(`Cannot get organization details: ${U(a)}`);let{name:s,email:u}=n;if(!r&&!s){let l=await Dr({message:"New organization name:",placeholder:i.name||"My Organization"});if(be(l))throw f.error("Canceled updating organization"),new Error("Organization update cancelled");s=l}if(!r&&!u){let l=await Dr({message:"Management email:",placeholder:i.management_email||"admin@example.com"});if(be(l))throw f.error("Canceled updating organization"),new Error("Organization update cancelled");u=l}if(!s||!u)throw r||f.error("Missing arguments, you need to provide an organization name and management email"),new Error("Missing organization name or management email");r||f.info(`Updating organization "${t}"`);let{error:c}=await o.from("orgs").update({name:s,management_email:u}).eq("id",t);if(c)throw r||f.error(`Could not update organization ${U(c)}`),new Error(`Could not update organization: ${U(c)}`);return await fe(n.apikey,{channel:"organization",event:"Organization Updated",icon:"\u270F\uFE0F",user_id:t,tags:{"org-name":s},notify:!1}).catch(()=>{}),r||(f.success("Organization updated"),X("Done \u2705")),{orgId:t,name:s,email:u}}async function bD(t,e){await T7(t,e,!1)}async function I7(t,e=!1){e||Q("Getting user id");let r={...t,apikey:t.apikey||ne()};if(!r.apikey)throw e||f.error("Missing API key, you need to provide an API key to fetch the user id"),new Error("Missing API key");try{let n=await re(r.apikey,r.supaHost,r.supaAnon),o=await ie(n,r.apikey,["read","all","write"]);return e||X(`Done \u2705: ${o}`),o}catch(n){throw e||f.error(`Error getting user id ${U(n)}`),n instanceof Error?n:new Error(String(n))}}async function $O(t){await I7(t,!1)}var K={apikey:"API key to link to your account",supaHost:"Custom Supabase host URL (for self-hosting or Capgo development)",supaAnon:"Custom Supabase anon key (for self-hosting)",packageJson:"Paths to package.json files for monorepos (comma-separated)",nodeModules:"Paths to node_modules directories for monorepos (comma-separated)",verbose:"Enable verbose output"};ot.name(gr.name).description("\u{1F4E6} Manage packages and bundle versions in Capgo Cloud").version(gr.version,"-v, --version","output the current version");ot.command("init [apikey] [appId]").alias("i").description(`\u{1F680} Initialize a new app in Capgo Cloud with step-by-step guidance.
311
+ Or use manual installation: https://capgo.app/docs/getting-started/add-an-app/`),(0,Ee.exit)(1)}f.info("Welcome onboard \u2708\uFE0F!"),f.info("Your Capgo update system is setup"),f.info(`Next time use \`${n.runner} @capgo/cli@latest bundle upload\` to only upload your bundle`),f.info(`If you have any issue try to use the debug command \`${n.runner} @capgo/cli@latest app debug\``),X("Bye \u{1F44B}"),(0,Ee.exit)()}async function k7(t,e=!1){e||Q("Adding organization"),await ge();let r={...t,apikey:t.apikey||ne()};if(!r.apikey)throw e||f.error("Missing API key, you need to provide an API key to add an organization"),new Error("Missing API key");let n=await re(r.apikey,r.supaHost,r.supaAnon),o=await ie(n,r.apikey,["write","all"]),{name:i,email:a}=r;if(!e&&!i){let c=await Dr({message:"Organization name:",placeholder:"My Organization"});if(be(c))throw f.error("Canceled adding organization"),new Error("Organization creation cancelled");i=c}if(!e&&!a){let c=await Dr({message:"Management email:",placeholder:"admin@example.com"});if(be(c))throw f.error("Canceled adding organization"),new Error("Organization creation cancelled");a=c}if(!i||!a)throw e||f.error("Missing arguments, you need to provide an organization name and management email"),new Error("Missing organization name or management email");e||f.info(`Adding organization "${i}" to Capgo`);let{data:s,error:u}=await n.from("orgs").insert({name:i,management_email:a,created_by:o}).select().single();if(u)throw e||f.error(`Could not add organization ${U(u)}`),new Error(`Could not add organization: ${U(u)}`);return await fe(r.apikey,{channel:"organization",event:"Organization Created",icon:"\u{1F3E2}",user_id:s.id,tags:{"org-name":i},notify:!1}).catch(()=>{}),e||(f.success(`Organization "${i}" added to Capgo`),X("Done \u2705")),s}async function DD(t){await k7(t,!1)}async function P7(t,e,r=!1){r||Q("Deleting organization"),await ge();let n={...e,apikey:e.apikey||ne()};if(!n.apikey)throw r||f.error("Missing API key, you need to provide an API key to delete an organization"),new Error("Missing API key");if(!t)throw r||f.error("Missing argument, you need to provide an organization ID"),new Error("Missing organization id");let o=await re(n.apikey,n.supaHost,n.supaAnon),i=await ie(o,n.apikey,["write","all"]),{data:a,error:s}=await o.from("orgs").select("created_by, name").eq("id",t).single();if(s||!a)throw r||f.error(`Cannot get organization details ${U(s)}`),new Error(`Cannot get organization details: ${U(s)}`);if(a.created_by!==i){if(r)throw new Error("Deleting an organization is restricted to the organization owner");f.warn("Deleting an organization is restricted to the organization owner"),f.warn("You are not the owner of this organization"),f.warn("It's strongly recommended that you do not continue!");let c=await yr({message:"Do you want to continue?",options:[{label:"Yes",value:"yes"},{label:"No",value:"no"}]});if(be(c)||c==="no")throw f.error("Canceled deleting the organization"),new Error("Organization deletion cancelled")}if(!r&&!n.autoConfirm){let c=await we({message:`Are you sure you want to delete organization "${a.name}"? This action cannot be undone.`});if(be(c)||!c)throw f.error("Canceled deleting the organization"),new Error("Organization deletion cancelled")}r||f.info(`Deleting organization "${a.name}"`);let{error:u}=await o.from("orgs").delete().eq("id",t);if(u)throw r||f.error(`Could not delete organization ${U(u)}`),new Error(`Could not delete organization: ${U(u)}`);return await fe(n.apikey,{channel:"organization",event:"Organization Deleted",icon:"\u{1F5D1}\uFE0F",user_id:t,tags:{"org-name":a.name},notify:!1}).catch(()=>{}),r||(f.success(`Organization "${a.name}" deleted from Capgo`),X("Done \u2705")),!0}async function yD(t,e){await P7(t,e,!1)}function $7(t,e){if(e)return;if(!t.length){f.error("No organizations found");return}let r=new at;r.headers=["Name","ID","Role","Apps"],r.rows=[];for(let n of t.toReversed())r.rows.push([n.name??"Unknown",n.gid,n.role,n.app_count?.toString()||"0"]);f.success("Organizations"),f.success(r.toString())}async function T7(t,e=!1){e||Q("List organizations"),await ge();let r={...t,apikey:t.apikey||ne()};if(!r.apikey)throw e||f.error("Missing API key, you need to provide an API key to list organizations"),new Error("Missing API key");let n=await re(r.apikey,r.supaHost,r.supaAnon);await ie(n,r.apikey,["read","write","all"]),e||f.info("Getting organizations from Capgo");let{error:o,data:i}=await n.rpc("get_orgs_v6");if(o)throw e||f.error(`Cannot get organizations ${U(o)}`),new Error(`Cannot get organizations: ${U(o)}`);let a=i||[];return e||(f.info(`Organizations found: ${a.length}`),$7(a,e),X("Done \u2705")),a}async function bD(t){await T7(t,!1)}async function I7(t,e,r=!1){r||Q("Updating organization"),await ge();let n={...e,apikey:e.apikey||ne()};if(!n.apikey)throw r||f.error("Missing API key, you need to provide an API key to update an organization"),new Error("Missing API key");if(!t)throw r||f.error("Missing argument, you need to provide an organization ID"),new Error("Missing organization id");let o=await re(n.apikey,n.supaHost,n.supaAnon);await ie(o,n.apikey,["write","all"]);let{data:i,error:a}=await o.from("orgs").select("name, management_email, created_by").eq("id",t).single();if(a||!i)throw r||f.error(`Cannot get organization details ${U(a)}`),new Error(`Cannot get organization details: ${U(a)}`);let{name:s,email:u}=n;if(!r&&!s){let l=await Dr({message:"New organization name:",placeholder:i.name||"My Organization"});if(be(l))throw f.error("Canceled updating organization"),new Error("Organization update cancelled");s=l}if(!r&&!u){let l=await Dr({message:"Management email:",placeholder:i.management_email||"admin@example.com"});if(be(l))throw f.error("Canceled updating organization"),new Error("Organization update cancelled");u=l}if(!s||!u)throw r||f.error("Missing arguments, you need to provide an organization name and management email"),new Error("Missing organization name or management email");r||f.info(`Updating organization "${t}"`);let{error:c}=await o.from("orgs").update({name:s,management_email:u}).eq("id",t);if(c)throw r||f.error(`Could not update organization ${U(c)}`),new Error(`Could not update organization: ${U(c)}`);return await fe(n.apikey,{channel:"organization",event:"Organization Updated",icon:"\u270F\uFE0F",user_id:t,tags:{"org-name":s},notify:!1}).catch(()=>{}),r||(f.success("Organization updated"),X("Done \u2705")),{orgId:t,name:s,email:u}}async function wD(t,e){await I7(t,e,!1)}async function R7(t,e=!1){e||Q("Getting user id");let r={...t,apikey:t.apikey||ne()};if(!r.apikey)throw e||f.error("Missing API key, you need to provide an API key to fetch the user id"),new Error("Missing API key");try{let n=await re(r.apikey,r.supaHost,r.supaAnon),o=await ie(n,r.apikey,["read","all","write"]);return e||X(`Done \u2705: ${o}`),o}catch(n){throw e||f.error(`Error getting user id ${U(n)}`),n instanceof Error?n:new Error(String(n))}}async function TF(t){await R7(t,!1)}var K={apikey:"API key to link to your account",supaHost:"Custom Supabase host URL (for self-hosting or Capgo development)",supaAnon:"Custom Supabase anon key (for self-hosting)",packageJson:"Paths to package.json files for monorepos (comma-separated)",nodeModules:"Paths to node_modules directories for monorepos (comma-separated)",verbose:"Enable verbose output"};ot.name(gr.name).description("\u{1F4E6} Manage packages and bundle versions in Capgo Cloud").version(gr.version,"-v, --version","output the current version");ot.command("init [apikey] [appId]").alias("i").description(`\u{1F680} Initialize a new app in Capgo Cloud with step-by-step guidance.
312
312
 
313
313
  This includes adding code for updates, building, uploading your app, and verifying update functionality.
314
314
 
315
- Example: npx @capgo/cli@latest init YOUR_API_KEY com.example.app`).action(PO).option("-n, --name <name>","App name for display in Capgo Cloud").option("-i, --icon <icon>","App icon path for display in Capgo Cloud").option("--supa-host <supaHost>",K.supaHost).option("--supa-anon <supaAnon>",K.supaAnon);ot.command("doctor").description(`\u{1F468}\u200D\u2695\uFE0F Check if your Capgo app installation is up-to-date and gather information useful for bug reports.
315
+ Example: npx @capgo/cli@latest init YOUR_API_KEY com.example.app`).action($F).option("-n, --name <name>","App name for display in Capgo Cloud").option("-i, --icon <icon>","App icon path for display in Capgo Cloud").option("--supa-host <supaHost>",K.supaHost).option("--supa-anon <supaAnon>",K.supaAnon);ot.command("doctor").description(`\u{1F468}\u200D\u2695\uFE0F Check if your Capgo app installation is up-to-date and gather information useful for bug reports.
316
316
 
317
317
  This command helps diagnose issues with your setup.
318
318
 
319
- Example: npx @capgo/cli@latest doctor`).option("--package-json <packageJson>",K.packageJson).action(async(...t)=>{let e=t.at(-1);await BA(e)});ot.command("login [apikey]").alias("l").description(`\u{1F511} Save your Capgo API key to your machine or local folder for easier access to Capgo Cloud services.
319
+ Example: npx @capgo/cli@latest doctor`).option("--package-json <packageJson>",K.packageJson).action(async(...t)=>{let e=t.at(-1);await UA(e)});ot.command("login [apikey]").alias("l").description(`\u{1F511} Save your Capgo API key to your machine or local folder for easier access to Capgo Cloud services.
320
320
 
321
321
  Use --apikey=******** in any command to override it.
322
322
 
323
- Example: npx @capgo/cli@latest login YOUR_API_KEY`).action(FO).option("--local","Only save in local folder, git ignored for security.").option("--supa-host <supaHost>",K.supaHost).option("--supa-anon <supaAnon>",K.supaAnon);var zn=ot.command("bundle").description("\u{1F4E6} Manage app bundles for deployment in Capgo Cloud, including upload, compatibility checks, and encryption.");zn.command("upload [appId]").alias("u").description(`\u2B06\uFE0F Upload a new app bundle to Capgo Cloud for distribution.
323
+ Example: npx @capgo/cli@latest login YOUR_API_KEY`).action(FF).option("--local","Only save in local folder, git ignored for security.").option("--supa-host <supaHost>",K.supaHost).option("--supa-anon <supaAnon>",K.supaAnon);var zn=ot.command("bundle").description("\u{1F4E6} Manage app bundles for deployment in Capgo Cloud, including upload, compatibility checks, and encryption.");zn.command("upload [appId]").alias("u").description(`\u2B06\uFE0F Upload a new app bundle to Capgo Cloud for distribution.
324
324
 
325
325
  Version must be > 0.0.0 and unique. Deleted versions cannot be reused for security.
326
326
 
327
327
  External option: Store only a URL link (useful for apps >200MB or privacy requirements).
328
328
  Capgo never inspects external content. Add encryption for trustless security.
329
329
 
330
- Example: npx @capgo/cli@latest bundle upload com.example.app --path ./dist --channel production`).action(WF).option("-a, --apikey <apikey>",K.apikey).option("-p, --path <path>","Path of the folder to upload, if not provided it will use the webDir set in capacitor.config").option("-c, --channel <channel>","Channel to link to").option("-e, --external <url>","Link to external URL instead of upload to Capgo Cloud").option("--iv-session-key <key>","Set the IV and session key for bundle URL external").option("--s3-region <region>","Region for your S3 bucket").option("--s3-apikey <apikey>","API key for your S3 endpoint").option("--s3-apisecret <apisecret>","API secret for your S3 endpoint").option("--s3-endpoint <s3Endpoint>","URL of S3 endpoint").option("--s3-bucket-name <bucketName>","Name for your AWS S3 bucket").option("--s3-port <port>","Port for your S3 endpoint").option("--no-s3-ssl","Disable SSL for S3 upload").option("--key-v2 <key>","Custom path for private signing key (v2 system)").option("--key-data-v2 <keyDataV2>","Private signing key (v2 system)").option("--bundle-url","Prints bundle URL into stdout").option("--no-key","Ignore signing key and send clear update").option("--no-code-check","Ignore checking if notifyAppReady() is called in source code and index present in root folder").option("--display-iv-session","Show in the console the IV and session key used to encrypt the update").option("-b, --bundle <bundle>","Bundle version number of the bundle to upload").option("--link <link>","Link to external resource (e.g. GitHub release)").option("--comment <comment>","Comment about this version, could be a release note, a commit hash, a commit message, etc.").option("--min-update-version <minUpdateVersion>","Minimal version required to update to this version. Used only if the disable auto update is set to metadata in channel").option("--auto-min-update-version","Set the min update version based on native packages").option("--ignore-metadata-check","Ignores the metadata (node_modules) check when uploading").option("--ignore-checksum-check","Ignores the checksum check when uploading").option("--timeout <timeout>","Timeout for the upload process in seconds").option("--multipart","[DEPRECATED] Use --tus instead. Uses multipart protocol for S3 uploads").option("--zip","Upload the bundle using zip to Capgo cloud (legacy)").option("--tus","Upload the bundle using TUS to Capgo cloud").option("--tus-chunk-size <tusChunkSize>","Chunk size in bytes for TUS resumable uploads (default: auto)").option("--partial","[DEPRECATED] Use --delta instead. Upload incremental updates").option("--partial-only","[DEPRECATED] Use --delta-only instead. Upload only incremental updates, skip full bundle").option("--delta","Upload incremental/differential updates to reduce bandwidth").option("--delta-only","Upload only delta updates without full bundle (useful for large apps)").option("--encrypted-checksum <encryptedChecksum>","An encrypted checksum (signature). Used only when uploading an external bundle.").option("--auto-set-bundle","Set the bundle in capacitor.config.json").option("--dry-upload","Dry upload the bundle process, mean it will not upload the files but add the row in database (Used by Capgo for internal testing)").option("--package-json <packageJson>",K.packageJson).option("--node-modules <nodeModules>",K.nodeModules).option("--encrypt-partial","Encrypt delta update files (auto-enabled for updater > 6.14.4)").option("--delete-linked-bundle-on-upload","Locates the currently linked bundle in the channel you are trying to upload to, and deletes it").option("--no-brotli-patterns <patterns>",'Files to exclude from Brotli compression (comma-separated globs, e.g., "*.jpg,*.png")').option("--disable-brotli","Completely disable brotli compression even if updater version supports it").option("--version-exists-ok","Exit successfully if bundle version already exists, useful for CI/CD workflows with monorepos").option("--self-assign","Allow devices to auto-join this channel (updates channel setting)").option("--supa-host <supaHost>",K.supaHost).option("--supa-anon <supaAnon>",K.supaAnon).option("--verbose",K.verbose);zn.command("compatibility [appId]").description(`\u{1F9EA} Check compatibility of a bundle with a specific channel in Capgo Cloud to ensure updates are safe.
330
+ Example: npx @capgo/cli@latest bundle upload com.example.app --path ./dist --channel production`).action(YO).option("-a, --apikey <apikey>",K.apikey).option("-p, --path <path>","Path of the folder to upload, if not provided it will use the webDir set in capacitor.config").option("-c, --channel <channel>","Channel to link to").option("-e, --external <url>","Link to external URL instead of upload to Capgo Cloud").option("--iv-session-key <key>","Set the IV and session key for bundle URL external").option("--s3-region <region>","Region for your S3 bucket").option("--s3-apikey <apikey>","API key for your S3 endpoint").option("--s3-apisecret <apisecret>","API secret for your S3 endpoint").option("--s3-endpoint <s3Endpoint>","URL of S3 endpoint").option("--s3-bucket-name <bucketName>","Name for your AWS S3 bucket").option("--s3-port <port>","Port for your S3 endpoint").option("--no-s3-ssl","Disable SSL for S3 upload").option("--key-v2 <key>","Custom path for private signing key (v2 system)").option("--key-data-v2 <keyDataV2>","Private signing key (v2 system)").option("--bundle-url","Prints bundle URL into stdout").option("--no-key","Ignore signing key and send clear update").option("--no-code-check","Ignore checking if notifyAppReady() is called in source code and index present in root folder").option("--display-iv-session","Show in the console the IV and session key used to encrypt the update").option("-b, --bundle <bundle>","Bundle version number of the bundle to upload").option("--link <link>","Link to external resource (e.g. GitHub release)").option("--comment <comment>","Comment about this version, could be a release note, a commit hash, a commit message, etc.").option("--min-update-version <minUpdateVersion>","Minimal version required to update to this version. Used only if the disable auto update is set to metadata in channel").option("--auto-min-update-version","Set the min update version based on native packages").option("--ignore-metadata-check","Ignores the metadata (node_modules) check when uploading").option("--ignore-checksum-check","Ignores the checksum check when uploading").option("--timeout <timeout>","Timeout for the upload process in seconds").option("--multipart","[DEPRECATED] Use --tus instead. Uses multipart protocol for S3 uploads").option("--zip","Upload the bundle using zip to Capgo cloud (legacy)").option("--tus","Upload the bundle using TUS to Capgo cloud").option("--tus-chunk-size <tusChunkSize>","Chunk size in bytes for TUS resumable uploads (default: auto)").option("--partial","[DEPRECATED] Use --delta instead. Upload incremental updates").option("--partial-only","[DEPRECATED] Use --delta-only instead. Upload only incremental updates, skip full bundle").option("--delta","Upload incremental/differential updates to reduce bandwidth").option("--delta-only","Upload only delta updates without full bundle (useful for large apps)").option("--encrypted-checksum <encryptedChecksum>","An encrypted checksum (signature). Used only when uploading an external bundle.").option("--auto-set-bundle","Set the bundle in capacitor.config.json").option("--dry-upload","Dry upload the bundle process, mean it will not upload the files but add the row in database (Used by Capgo for internal testing)").option("--package-json <packageJson>",K.packageJson).option("--node-modules <nodeModules>",K.nodeModules).option("--encrypt-partial","Encrypt delta update files (auto-enabled for updater > 6.14.4)").option("--delete-linked-bundle-on-upload","Locates the currently linked bundle in the channel you are trying to upload to, and deletes it").option("--no-brotli-patterns <patterns>",'Files to exclude from Brotli compression (comma-separated globs, e.g., "*.jpg,*.png")').option("--disable-brotli","Completely disable brotli compression even if updater version supports it").option("--version-exists-ok","Exit successfully if bundle version already exists, useful for CI/CD workflows with monorepos").option("--self-assign","Allow devices to auto-join this channel (updates channel setting)").option("--supa-host <supaHost>",K.supaHost).option("--supa-anon <supaAnon>",K.supaAnon).option("--verbose",K.verbose);zn.command("compatibility [appId]").description(`\u{1F9EA} Check compatibility of a bundle with a specific channel in Capgo Cloud to ensure updates are safe.
331
331
 
332
- Example: npx @capgo/cli@latest bundle compatibility com.example.app --channel production`).action(f1).option("-a, --apikey <apikey>",K.apikey).option("-c, --channel <channel>","Channel to check the compatibility with").option("--text","Output text instead of emojis").option("--package-json <packageJson>",K.packageJson).option("--node-modules <nodeModules>",K.nodeModules).option("--supa-host <supaHost>",K.supaHost).option("--supa-anon <supaAnon>",K.supaAnon);zn.command("delete [bundleId] [appId]").alias("d").description(`\u{1F5D1}\uFE0F Delete a specific bundle from Capgo Cloud, optionally targeting a single version.
332
+ Example: npx @capgo/cli@latest bundle compatibility com.example.app --channel production`).action(m1).option("-a, --apikey <apikey>",K.apikey).option("-c, --channel <channel>","Channel to check the compatibility with").option("--text","Output text instead of emojis").option("--package-json <packageJson>",K.packageJson).option("--node-modules <nodeModules>",K.nodeModules).option("--supa-host <supaHost>",K.supaHost).option("--supa-anon <supaAnon>",K.supaAnon);zn.command("delete [bundleId] [appId]").alias("d").description(`\u{1F5D1}\uFE0F Delete a specific bundle from Capgo Cloud, optionally targeting a single version.
333
333
 
334
- Example: npx @capgo/cli@latest bundle delete BUNDLE_ID com.example.app`).action(async(t,e,r)=>{await D1(t,e,r)}).option("-a, --apikey <apikey>",K.apikey).option("--supa-host <supaHost>",K.supaHost).option("--supa-anon <supaAnon>",K.supaAnon);zn.command("list [appId]").alias("l").description(`\u{1F4CB} List all bundles uploaded for an app in Capgo Cloud.
334
+ Example: npx @capgo/cli@latest bundle delete BUNDLE_ID com.example.app`).action(async(t,e,r)=>{await v1(t,e,r)}).option("-a, --apikey <apikey>",K.apikey).option("--supa-host <supaHost>",K.supaHost).option("--supa-anon <supaAnon>",K.supaAnon);zn.command("list [appId]").alias("l").description(`\u{1F4CB} List all bundles uploaded for an app in Capgo Cloud.
335
335
 
336
- Example: npx @capgo/cli@latest bundle list com.example.app`).action(async(t,e)=>{await b1(t,e)}).option("-a, --apikey <apikey>",K.apikey).option("--supa-host <supaHost>",K.supaHost).option("--supa-anon <supaAnon>",K.supaAnon);zn.command("cleanup [appId]").alias("c").description(`\u{1F9F9} Delete old bundles in Capgo Cloud, keeping specified number of recent versions.
336
+ Example: npx @capgo/cli@latest bundle list com.example.app`).action(async(t,e)=>{await C1(t,e)}).option("-a, --apikey <apikey>",K.apikey).option("--supa-host <supaHost>",K.supaHost).option("--supa-anon <supaAnon>",K.supaAnon);zn.command("cleanup [appId]").alias("c").description(`\u{1F9F9} Delete old bundles in Capgo Cloud, keeping specified number of recent versions.
337
337
 
338
338
  Bundles linked to channels are preserved unless --ignore-channel is used.
339
339
 
340
- Example: npx @capgo/cli@latest bundle cleanup com.example.app --bundle=1.0 --keep=3`).action(async(t,e)=>{await l1(t,e)}).option("-b, --bundle <bundle>","Bundle version number of the app to delete").option("-a, --apikey <apikey>",K.apikey).option("-k, --keep <keep>","Number of versions to keep").option("-f, --force","Force removal").option("--ignore-channel","Delete bundles even if linked to channels (WARNING: deletes channels too)").option("--supa-host <supaHost>",K.supaHost).option("--supa-anon <supaAnon>",K.supaAnon);zn.command("encrypt [zipPath] [checksum]").description(`\u{1F512} Encrypt a zip bundle for secure external storage.
340
+ Example: npx @capgo/cli@latest bundle cleanup com.example.app --bundle=1.0 --keep=3`).action(async(t,e)=>{await h1(t,e)}).option("-b, --bundle <bundle>","Bundle version number of the app to delete").option("-a, --apikey <apikey>",K.apikey).option("-k, --keep <keep>","Number of versions to keep").option("-f, --force","Force removal").option("--ignore-channel","Delete bundles even if linked to channels (WARNING: deletes channels too)").option("--supa-host <supaHost>",K.supaHost).option("--supa-anon <supaAnon>",K.supaAnon);zn.command("encrypt [zipPath] [checksum]").description(`\u{1F512} Encrypt a zip bundle for secure external storage.
341
341
 
342
342
  Returns ivSessionKey for upload/decryption. Get checksum using 'bundle zip --json'.
343
343
 
344
- Example: npx @capgo/cli@latest bundle encrypt ./myapp.zip CHECKSUM`).action(y1).option("--key <key>","Custom path for private signing key").option("--key-data <keyData>","Private signing key").option("-j, --json","Output in JSON");zn.command("decrypt [zipPath] [checksum]").description(`\u{1F513} Decrypt an encrypted bundle (mainly for testing).
344
+ Example: npx @capgo/cli@latest bundle encrypt ./myapp.zip CHECKSUM`).action(E1).option("--key <key>","Custom path for private signing key").option("--key-data <keyData>","Private signing key").option("-j, --json","Output in JSON");zn.command("decrypt [zipPath] [checksum]").description(`\u{1F513} Decrypt an encrypted bundle (mainly for testing).
345
345
 
346
346
  Prints base64 session key for verification.
347
347
 
348
- Example: npx @capgo/cli@latest bundle decrypt ./myapp_encrypted.zip CHECKSUM`).action(g1).option("--key <key>","Custom path for private signing key").option("--key-data <keyData>","Private signing key").option("--checksum <checksum>","Checksum of the bundle, to verify the integrity of the bundle");zn.command("zip [appId]").description(`\u{1F5DC}\uFE0F Create a zip file of your app bundle.
348
+ Example: npx @capgo/cli@latest bundle decrypt ./myapp_encrypted.zip CHECKSUM`).action(w1).option("--key <key>","Custom path for private signing key").option("--key-data <keyData>","Private signing key").option("--checksum <checksum>","Checksum of the bundle, to verify the integrity of the bundle");zn.command("zip [appId]").description(`\u{1F5DC}\uFE0F Create a zip file of your app bundle.
349
349
 
350
350
  Returns checksum for use with encryption. Use --json for machine-readable output.
351
351
 
352
- Example: npx @capgo/cli@latest bundle zip com.example.app --path ./dist`).action(XF).option("-p, --path <path>","Path of the folder to upload, if not provided it will use the webDir set in capacitor.config").option("-b, --bundle <bundle>","Bundle version number to name the zip file").option("-n, --name <name>","Name of the zip file").option("-j, --json","Output in JSON").option("--no-code-check","Ignore checking if notifyAppReady() is called in source code and index present in root folder").option("--key-v2","Use encryption v2").option("--package-json <packageJson>",K.packageJson);var ya=ot.command("app").description("\u{1F4F1} Manage your Capgo app settings and configurations in Capgo Cloud.");ya.command("add [appId]").alias("a").description(`\u2795 Add a new app to Capgo Cloud with a unique app ID in the format com.test.app.
352
+ Example: npx @capgo/cli@latest bundle zip com.example.app --path ./dist`).action(ZO).option("-p, --path <path>","Path of the folder to upload, if not provided it will use the webDir set in capacitor.config").option("-b, --bundle <bundle>","Bundle version number to name the zip file").option("-n, --name <name>","Name of the zip file").option("-j, --json","Output in JSON").option("--no-code-check","Ignore checking if notifyAppReady() is called in source code and index present in root folder").option("--key-v2","Use encryption v2").option("--package-json <packageJson>",K.packageJson);var ya=ot.command("app").description("\u{1F4F1} Manage your Capgo app settings and configurations in Capgo Cloud.");ya.command("add [appId]").alias("a").description(`\u2795 Add a new app to Capgo Cloud with a unique app ID in the format com.test.app.
353
353
 
354
354
  All options can be guessed from config if not provided.
355
355
 
356
- Example: npx @capgo/cli@latest app add com.example.app --name "My App" --icon ./icon.png`).action($A).option("-n, --name <name>","App name for display in Capgo Cloud").option("-i, --icon <icon>","App icon path for display in Capgo Cloud").option("-a, --apikey <apikey>",K.apikey).option("--supa-host <supaHost>",K.supaHost).option("--supa-anon <supaAnon>",K.supaAnon);ya.command("delete [appId]").description(`\u{1F5D1}\uFE0F Delete an app from Capgo Cloud, optionally specifying a version to delete only that bundle.
356
+ Example: npx @capgo/cli@latest app add com.example.app --name "My App" --icon ./icon.png`).action(BA).option("-n, --name <name>","App name for display in Capgo Cloud").option("-i, --icon <icon>","App icon path for display in Capgo Cloud").option("-a, --apikey <apikey>",K.apikey).option("--supa-host <supaHost>",K.supaHost).option("--supa-anon <supaAnon>",K.supaAnon);ya.command("delete [appId]").description(`\u{1F5D1}\uFE0F Delete an app from Capgo Cloud, optionally specifying a version to delete only that bundle.
357
357
 
358
- Example: npx @capgo/cli@latest app delete com.example.app`).action(async(t,e)=>{await TA(t,e)}).option("-a, --apikey <apikey>",K.apikey).option("--supa-host <supaHost>",K.supaHost).option("--supa-anon <supaAnon>",K.supaAnon);ya.command("list").alias("l").description(`\u{1F4CB} List all apps registered under your account in Capgo Cloud.
358
+ Example: npx @capgo/cli@latest app delete com.example.app`).action(async(t,e)=>{await LA(t,e)}).option("-a, --apikey <apikey>",K.apikey).option("--supa-host <supaHost>",K.supaHost).option("--supa-anon <supaAnon>",K.supaAnon);ya.command("list").alias("l").description(`\u{1F4CB} List all apps registered under your account in Capgo Cloud.
359
359
 
360
- Example: npx @capgo/cli@latest app list`).action(async t=>{await LA(t)}).option("-a, --apikey <apikey>",K.apikey).option("--supa-host <supaHost>",K.supaHost).option("--supa-anon <supaAnon>",K.supaAnon);ya.command("debug [appId]").action(WC).description(`\u{1F41E} Listen for live update events in Capgo Cloud to debug your app.
360
+ Example: npx @capgo/cli@latest app list`).action(async t=>{await MA(t)}).option("-a, --apikey <apikey>",K.apikey).option("--supa-host <supaHost>",K.supaHost).option("--supa-anon <supaAnon>",K.supaAnon);ya.command("debug [appId]").action(JE).description(`\u{1F41E} Listen for live update events in Capgo Cloud to debug your app.
361
361
 
362
362
  Optionally target a specific device for detailed diagnostics.
363
363
 
@@ -365,47 +365,47 @@ Example: npx @capgo/cli@latest app debug com.example.app --device DEVICE_ID`).op
365
365
 
366
366
  Specify setting path (e.g., plugins.CapacitorUpdater.defaultChannel) with --string or --bool.
367
367
 
368
- Example: npx @capgo/cli@latest app setting plugins.CapacitorUpdater.defaultChannel --string "Production"`).option("--bool <bool>","A value for the setting to modify as a boolean, ex: --bool true").option("--string <string>",'A value for the setting to modify as a string, ex: --string "Production"').action(UA);ya.command("set [appId]").alias("s").description(`\u2699\uFE0F Update settings for an existing app in Capgo Cloud, such as name, icon, or retention period for bundles.
368
+ Example: npx @capgo/cli@latest app setting plugins.CapacitorUpdater.defaultChannel --string "Production"`).option("--bool <bool>","A value for the setting to modify as a boolean, ex: --bool true").option("--string <string>",'A value for the setting to modify as a string, ex: --string "Production"').action(VA);ya.command("set [appId]").alias("s").description(`\u2699\uFE0F Update settings for an existing app in Capgo Cloud, such as name, icon, or retention period for bundles.
369
369
 
370
370
  Retention of 0 means infinite storage.
371
371
 
372
- Example: npx @capgo/cli@latest app set com.example.app --name "Updated App" --retention 30`).action(async(t,e)=>{await jA(t,e)}).option("-n, --name <name>","App name for display in Capgo Cloud").option("-i, --icon <icon>","App icon path for display in Capgo Cloud").option("-a, --apikey <apikey>",K.apikey).option("-r, --retention <retention>","Days to keep old bundles (0 = infinite, default: 0)").option("--supa-host <supaHost>",K.supaHost).option("--supa-anon <supaAnon>",K.supaAnon);var Ks=ot.command("channel").description("\u{1F4E2} Manage distribution channels for app updates in Capgo Cloud, controlling how updates are delivered to devices.");Ks.command("add [channelId] [appId]").alias("a").description(`\u2795 Create a new channel for app distribution in Capgo Cloud to manage update delivery.
372
+ Example: npx @capgo/cli@latest app set com.example.app --name "Updated App" --retention 30`).action(async(t,e)=>{await HA(t,e)}).option("-n, --name <name>","App name for display in Capgo Cloud").option("-i, --icon <icon>","App icon path for display in Capgo Cloud").option("-a, --apikey <apikey>",K.apikey).option("-r, --retention <retention>","Days to keep old bundles (0 = infinite, default: 0)").option("--supa-host <supaHost>",K.supaHost).option("--supa-anon <supaAnon>",K.supaAnon);var Gs=ot.command("channel").description("\u{1F4E2} Manage distribution channels for app updates in Capgo Cloud, controlling how updates are delivered to devices.");Gs.command("add [channelId] [appId]").alias("a").description(`\u2795 Create a new channel for app distribution in Capgo Cloud to manage update delivery.
373
373
 
374
- Example: npx @capgo/cli@latest channel add production com.example.app --default`).action(ZF).option("-d, --default","Set the channel as default").option("--self-assign","Allow device to self-assign to this channel").option("-a, --apikey <apikey>",K.apikey).option("--supa-host <supaHost>",K.supaHost).option("--supa-anon <supaAnon>",K.supaAnon);Ks.command("delete [channelId] [appId]").alias("d").description(`\u{1F5D1}\uFE0F Delete a channel from Capgo Cloud, optionally removing associated bundles to free up resources.
374
+ Example: npx @capgo/cli@latest channel add production com.example.app --default`).action(QO).option("-d, --default","Set the channel as default").option("--self-assign","Allow device to self-assign to this channel").option("-a, --apikey <apikey>",K.apikey).option("--supa-host <supaHost>",K.supaHost).option("--supa-anon <supaAnon>",K.supaAnon);Gs.command("delete [channelId] [appId]").alias("d").description(`\u{1F5D1}\uFE0F Delete a channel from Capgo Cloud, optionally removing associated bundles to free up resources.
375
375
 
376
- Example: npx @capgo/cli@latest channel delete production com.example.app`).action(async(t,e,r)=>{await eO(t,e,r)}).option("-a, --apikey <apikey>",K.apikey).option("--delete-bundle","Delete the bundle associated with the channel").option("--success-if-not-found","Success if the channel is not found").option("--supa-host <supaHost>",K.supaHost).option("--supa-anon <supaAnon>",K.supaAnon);Ks.command("list [appId]").alias("l").description(`\u{1F4CB} List all channels configured for an app in Capgo Cloud to review distribution settings.
376
+ Example: npx @capgo/cli@latest channel delete production com.example.app`).action(async(t,e,r)=>{await tF(t,e,r)}).option("-a, --apikey <apikey>",K.apikey).option("--delete-bundle","Delete the bundle associated with the channel").option("--success-if-not-found","Success if the channel is not found").option("--supa-host <supaHost>",K.supaHost).option("--supa-anon <supaAnon>",K.supaAnon);Gs.command("list [appId]").alias("l").description(`\u{1F4CB} List all channels configured for an app in Capgo Cloud to review distribution settings.
377
377
 
378
- Example: npx @capgo/cli@latest channel list com.example.app`).action(async(t,e)=>{await tO(t,e)}).option("-a, --apikey <apikey>",K.apikey).option("--supa-host <supaHost>",K.supaHost).option("--supa-anon <supaAnon>",K.supaAnon);Ks.command("currentBundle [channel] [appId]").description(`\u{1F4E6} Get the current bundle linked to a specific channel in Capgo Cloud for update tracking.
378
+ Example: npx @capgo/cli@latest channel list com.example.app`).action(async(t,e)=>{await rF(t,e)}).option("-a, --apikey <apikey>",K.apikey).option("--supa-host <supaHost>",K.supaHost).option("--supa-anon <supaAnon>",K.supaAnon);Gs.command("currentBundle [channel] [appId]").description(`\u{1F4E6} Get the current bundle linked to a specific channel in Capgo Cloud for update tracking.
379
379
 
380
- Example: npx @capgo/cli@latest channel currentBundle production com.example.app`).action(async(t,e,r)=>{await QF(t,e,r)}).option("-c, --channel <channel>","Channel to get the current bundle from").option("-a, --apikey <apikey>",K.apikey).option("--quiet","Only print the bundle version").option("--supa-host <supaHost>",K.supaHost).option("--supa-anon <supaAnon>",K.supaAnon);Ks.command("set [channelId] [appId]").alias("s").description(`\u2699\uFE0F Configure settings for a channel, such as linking a bundle, setting update strategies (major, minor, metadata, patch, none), or device targeting (iOS, Android, dev, emulator).
380
+ Example: npx @capgo/cli@latest channel currentBundle production com.example.app`).action(async(t,e,r)=>{await eF(t,e,r)}).option("-c, --channel <channel>","Channel to get the current bundle from").option("-a, --apikey <apikey>",K.apikey).option("--quiet","Only print the bundle version").option("--supa-host <supaHost>",K.supaHost).option("--supa-anon <supaAnon>",K.supaAnon);Gs.command("set [channelId] [appId]").alias("s").description(`\u2699\uFE0F Configure settings for a channel, such as linking a bundle, setting update strategies (major, minor, metadata, patch, none), or device targeting (iOS, Android, dev, emulator).
381
381
 
382
382
  One channel must be default.
383
383
 
384
- Example: npx @capgo/cli@latest channel set production com.example.app --bundle 1.0.0 --state default`).action(async(t,e,r)=>{await nO(t,e,r)}).option("-a, --apikey <apikey>",K.apikey).option("-b, --bundle <bundle>","Bundle version number of the file to set").option("-s, --state <state>","Set the state of the channel, default or normal").option("--latest-remote","Get the latest bundle uploaded in capgo cloud and set it to the channel").option("--latest","Get the latest version key in the package.json to set it to the channel").option("--downgrade","Allow to downgrade to version under native one").option("--no-downgrade","Disable downgrade to version under native one").option("--ios","Allow sending update to iOS devices").option("--no-ios","Disable sending update to iOS devices").option("--android","Allow sending update to Android devices").option("--no-android","Disable sending update to Android devices").option("--self-assign","Allow device to self-assign to this channel").option("--no-self-assign","Disable devices to self-assign to this channel").option("--disable-auto-update <disableAutoUpdate>","Block updates by type: major, minor, metadata, patch, or none (allows all)").option("--dev","Allow sending update to development devices").option("--no-dev","Disable sending update to development devices").option("--emulator","Allow sending update to emulator devices").option("--no-emulator","Disable sending update to emulator devices").option("--package-json <packageJson>",K.packageJson).option("--ignore-metadata-check","Ignore checking node_modules compatibility if present in the bundle").option("--supa-host <supaHost>",K.supaHost).option("--supa-anon <supaAnon>",K.supaAnon);var wD=ot.command("key").description("\u{1F510} Manage encryption keys for secure bundle distribution in Capgo Cloud, supporting end-to-end encryption with RSA and AES combination.");wD.command("save").description(`\u{1F4BE} Save the public key in the Capacitor config, useful for CI environments.
384
+ Example: npx @capgo/cli@latest channel set production com.example.app --bundle 1.0.0 --state default`).action(async(t,e,r)=>{await oF(t,e,r)}).option("-a, --apikey <apikey>",K.apikey).option("-b, --bundle <bundle>","Bundle version number of the file to set").option("-s, --state <state>","Set the state of the channel, default or normal").option("--latest-remote","Get the latest bundle uploaded in capgo cloud and set it to the channel").option("--latest","Get the latest version key in the package.json to set it to the channel").option("--downgrade","Allow to downgrade to version under native one").option("--no-downgrade","Disable downgrade to version under native one").option("--ios","Allow sending update to iOS devices").option("--no-ios","Disable sending update to iOS devices").option("--android","Allow sending update to Android devices").option("--no-android","Disable sending update to Android devices").option("--self-assign","Allow device to self-assign to this channel").option("--no-self-assign","Disable devices to self-assign to this channel").option("--disable-auto-update <disableAutoUpdate>","Block updates by type: major, minor, metadata, patch, or none (allows all)").option("--dev","Allow sending update to development devices").option("--no-dev","Disable sending update to development devices").option("--emulator","Allow sending update to emulator devices").option("--no-emulator","Disable sending update to emulator devices").option("--package-json <packageJson>",K.packageJson).option("--ignore-metadata-check","Ignore checking node_modules compatibility if present in the bundle").option("--supa-host <supaHost>",K.supaHost).option("--supa-anon <supaAnon>",K.supaAnon);var vD=ot.command("key").description("\u{1F510} Manage encryption keys for secure bundle distribution in Capgo Cloud, supporting end-to-end encryption with RSA and AES combination.");vD.command("save").description(`\u{1F4BE} Save the public key in the Capacitor config, useful for CI environments.
385
385
 
386
386
  Recommended not to commit the key for security.
387
387
 
388
- Example: npx @capgo/cli@latest key save --key ./path/to/key.pub`).action(_O).option("-f, --force","Force generate a new one").option("--key <key>","Key path to save in Capacitor config").option("--key-data <keyData>","Key data to save in Capacitor config");wD.command("create").description(`\u{1F528} Create RSA key pair for end-to-end encryption.
388
+ Example: npx @capgo/cli@latest key save --key ./path/to/key.pub`).action(SF).option("-f, --force","Force generate a new one").option("--key <key>","Key path to save in Capacitor config").option("--key-data <keyData>","Key data to save in Capacitor config");vD.command("create").description(`\u{1F528} Create RSA key pair for end-to-end encryption.
389
389
 
390
390
  Creates .capgo_key_v2 (private) and .capgo_key_v2.pub (public) in project root.
391
391
  Public key is saved to capacitor.config for mobile app decryption.
392
392
  NEVER commit the private key - store it securely!
393
393
 
394
- Example: npx @capgo/cli@latest key create`).action(SO).option("-f, --force","Force generate a new one");wD.command("delete_old").description(`\u{1F9F9} Delete the old encryption key from the Capacitor config to ensure only the current key is used.
394
+ Example: npx @capgo/cli@latest key create`).action(xF).option("-f, --force","Force generate a new one");vD.command("delete_old").description(`\u{1F9F9} Delete the old encryption key from the Capacitor config to ensure only the current key is used.
395
395
 
396
- Example: npx @capgo/cli@latest key delete_old`).action(xO);var R7=ot.command("account").description("\u{1F464} Manage your Capgo account details and retrieve information for support or collaboration.");R7.command("id").description(`\u{1FAAA} Retrieve your account ID, safe to share for collaboration or support purposes in Discord or other platforms.
396
+ Example: npx @capgo/cli@latest key delete_old`).action(AF);var B7=ot.command("account").description("\u{1F464} Manage your Capgo account details and retrieve information for support or collaboration.");B7.command("id").description(`\u{1FAAA} Retrieve your account ID, safe to share for collaboration or support purposes in Discord or other platforms.
397
397
 
398
- Example: npx @capgo/cli@latest account id`).action($O).option("-a, --apikey <apikey>",K.apikey);var bf=ot.command("organisation").description("\u{1F3E2} Manage your organizations in Capgo Cloud for team collaboration and app management.");bf.command("list").alias("l").description(`\u{1F4CB} List all organizations you have access to in Capgo Cloud.
398
+ Example: npx @capgo/cli@latest account id`).action(TF).option("-a, --apikey <apikey>",K.apikey);var wf=ot.command("organisation").description("\u{1F3E2} Manage your organizations in Capgo Cloud for team collaboration and app management.");wf.command("list").alias("l").description(`\u{1F4CB} List all organizations you have access to in Capgo Cloud.
399
399
 
400
- Example: npx @capgo/cli@latest organisation list`).action(yD).option("-a, --apikey <apikey>",K.apikey).option("--supa-host <supaHost>",K.supaHost).option("--supa-anon <supaAnon>",K.supaAnon);bf.command("add").alias("a").description(`\u2795 Create a new organization in Capgo Cloud for team collaboration.
400
+ Example: npx @capgo/cli@latest organisation list`).action(bD).option("-a, --apikey <apikey>",K.apikey).option("--supa-host <supaHost>",K.supaHost).option("--supa-anon <supaAnon>",K.supaAnon);wf.command("add").alias("a").description(`\u2795 Create a new organization in Capgo Cloud for team collaboration.
401
401
 
402
- Example: npx @capgo/cli@latest organisation add --name "My Company" --email admin@mycompany.com`).action(gD).option("-n, --name <name>","Organization name").option("-e, --email <email>","Management email for the organization").option("-a, --apikey <apikey>",K.apikey).option("--supa-host <supaHost>",K.supaHost).option("--supa-anon <supaAnon>",K.supaAnon);bf.command("set [orgId]").alias("s").description(`\u2699\uFE0F Update organization settings such as name and management email.
402
+ Example: npx @capgo/cli@latest organisation add --name "My Company" --email admin@mycompany.com`).action(DD).option("-n, --name <name>","Organization name").option("-e, --email <email>","Management email for the organization").option("-a, --apikey <apikey>",K.apikey).option("--supa-host <supaHost>",K.supaHost).option("--supa-anon <supaAnon>",K.supaAnon);wf.command("set [orgId]").alias("s").description(`\u2699\uFE0F Update organization settings such as name and management email.
403
403
 
404
- Example: npx @capgo/cli@latest organisation set ORG_ID --name "Updated Company Name"`).action(bD).option("-n, --name <name>","Organization name").option("-e, --email <email>","Management email for the organization").option("-a, --apikey <apikey>",K.apikey).option("--supa-host <supaHost>",K.supaHost).option("--supa-anon <supaAnon>",K.supaAnon);bf.command("delete [orgId]").alias("d").description(`\u{1F5D1}\uFE0F Delete an organization from Capgo Cloud. This action cannot be undone.
404
+ Example: npx @capgo/cli@latest organisation set ORG_ID --name "Updated Company Name"`).action(wD).option("-n, --name <name>","Organization name").option("-e, --email <email>","Management email for the organization").option("-a, --apikey <apikey>",K.apikey).option("--supa-host <supaHost>",K.supaHost).option("--supa-anon <supaAnon>",K.supaAnon);wf.command("delete [orgId]").alias("d").description(`\u{1F5D1}\uFE0F Delete an organization from Capgo Cloud. This action cannot be undone.
405
405
 
406
406
  Only organization owners can delete organizations.
407
407
 
408
- Example: npx @capgo/cli@latest organisation delete ORG_ID`).action(DD).option("-a, --apikey <apikey>",K.apikey).option("--supa-host <supaHost>",K.supaHost).option("--supa-anon <supaAnon>",K.supaAnon);var TO=ot.command("build").description(`\u{1F3D7}\uFE0F Manage native iOS/Android builds through Capgo Cloud.
408
+ Example: npx @capgo/cli@latest organisation delete ORG_ID`).action(yD).option("-a, --apikey <apikey>",K.apikey).option("--supa-host <supaHost>",K.supaHost).option("--supa-anon <supaAnon>",K.supaAnon);var IF=ot.command("build").description(`\u{1F3D7}\uFE0F Manage native iOS/Android builds through Capgo Cloud.
409
409
 
410
410
  \u26A0\uFE0F This feature is currently in PUBLIC BETA and cannot be used by anyone at this time.
411
411
 
@@ -417,7 +417,7 @@ Example: npx @capgo/cli@latest organisation delete ORG_ID`).action(DD).option("-
417
417
  \u{1F4CB} BEFORE BUILDING:
418
418
  Save your credentials first:
419
419
  npx @capgo/cli build credentials save --appId <your-app-id> --platform ios
420
- npx @capgo/cli build credentials save --appId <your-app-id> --platform android`);TO.command("request [appId]").description(`Request a native build from Capgo Cloud.
420
+ npx @capgo/cli build credentials save --appId <your-app-id> --platform android`);IF.command("request [appId]").description(`Request a native build from Capgo Cloud.
421
421
 
422
422
  This command will zip your project directory and upload it to Capgo for building.
423
423
  The build will be processed and sent directly to app stores.
@@ -428,13 +428,13 @@ The build will be processed and sent directly to app stores.
428
428
  \u{1F4CB} PREREQUISITE: Save credentials first with:
429
429
  npx @capgo/cli build credentials save --appId <app-id> --platform <ios|android>
430
430
 
431
- Example: npx @capgo/cli@latest build request com.example.app --platform ios --path .`).action(e1).option("--path <path>","Path to the project directory to build (default: current directory)").option("--platform <platform>","Target platform: ios or android (required)").option("--build-mode <buildMode>","Build mode: debug or release (default: release)").option("--build-config <buildConfig>","Additional build configuration as JSON string").option("--build-certificate-base64 <cert>","iOS: Base64-encoded .p12 certificate").option("--build-provision-profile-base64 <profile>","iOS: Base64-encoded provisioning profile").option("--build-provision-profile-base64-prod <profile>","iOS: Base64-encoded production provisioning profile").option("--p12-password <password>","iOS: Certificate password (optional if cert has no password)").option("--apple-id <email>","iOS: Apple ID email").option("--apple-app-specific-password <password>","iOS: App-specific password").option("--apple-key-id <id>","iOS: App Store Connect API Key ID").option("--apple-issuer-id <id>","iOS: App Store Connect Issuer ID").option("--apple-key-content <content>","iOS: Base64-encoded App Store Connect API key (.p8)").option("--apple-profile-name <name>","iOS: Provisioning profile name").option("--app-store-connect-team-id <id>","iOS: App Store Connect Team ID").option("--android-keystore-file <keystore>","Android: Base64-encoded keystore file").option("--keystore-key-alias <alias>","Android: Keystore key alias").option("--keystore-key-password <password>","Android: Keystore key password").option("--keystore-store-password <password>","Android: Keystore store password").option("--play-config-json <json>","Android: Base64-encoded Google Play service account JSON").option("-a, --apikey <apikey>",K.apikey).option("--supa-host <supaHost>",K.supaHost).option("--supa-anon <supaAnon>",K.supaAnon);var vD=TO.command("credentials").description(`Manage build credentials stored locally on your machine.
431
+ Example: npx @capgo/cli@latest build request com.example.app --platform ios --path .`).action(o1).option("--path <path>","Path to the project directory to build (default: current directory)").option("--platform <platform>","Target platform: ios or android (required)").option("--build-mode <buildMode>","Build mode: debug or release (default: release)").option("--build-config <buildConfig>","Additional build configuration as JSON string").option("--build-certificate-base64 <cert>","iOS: Base64-encoded .p12 certificate").option("--build-provision-profile-base64 <profile>","iOS: Base64-encoded provisioning profile").option("--build-provision-profile-base64-prod <profile>","iOS: Base64-encoded production provisioning profile").option("--p12-password <password>","iOS: Certificate password (optional if cert has no password)").option("--apple-id <email>","iOS: Apple ID email").option("--apple-app-specific-password <password>","iOS: App-specific password").option("--apple-key-id <id>","iOS: App Store Connect API Key ID").option("--apple-issuer-id <id>","iOS: App Store Connect Issuer ID").option("--apple-key-content <content>","iOS: Base64-encoded App Store Connect API key (.p8)").option("--apple-profile-name <name>","iOS: Provisioning profile name").option("--app-store-connect-team-id <id>","iOS: App Store Connect Team ID").option("--android-keystore-file <keystore>","Android: Base64-encoded keystore file").option("--keystore-key-alias <alias>","Android: Keystore key alias").option("--keystore-key-password <password>","Android: Keystore key password").option("--keystore-store-password <password>","Android: Keystore store password").option("--play-config-json <json>","Android: Base64-encoded Google Play service account JSON").option("-a, --apikey <apikey>",K.apikey).option("--supa-host <supaHost>",K.supaHost).option("--supa-anon <supaAnon>",K.supaAnon);var ED=IF.command("credentials").description(`Manage build credentials stored locally on your machine.
432
432
 
433
433
  \u{1F512} SECURITY:
434
434
  - Credentials saved to ~/.capgo-credentials/credentials.json (local machine only)
435
435
  - When building, sent to Capgo but NEVER stored permanently
436
436
  - Auto-deleted from Capgo after build (max 24 hours)
437
- - Builds sent directly to app stores - Capgo keeps nothing`);vD.command("save").description(`Save build credentials locally for iOS or Android.
437
+ - Builds sent directly to app stores - Capgo keeps nothing`);ED.command("save").description(`Save build credentials locally for iOS or Android.
438
438
 
439
439
  Credentials are stored in ~/.capgo-credentials/credentials.json per app ID and automatically used when building.
440
440
 
@@ -465,13 +465,13 @@ Android Example:
465
465
  --keystore-alias "my-key" \\
466
466
  --keystore-key-password "key-pass" \\
467
467
  --keystore-store-password "store-pass" \\
468
- --play-config ./service-account.json`).action(WA).option("--appId <appId>","App ID (e.g., com.example.app) (required)").option("--platform <platform>","Platform: ios or android (required)").option("--certificate <path>","iOS: Path to .p12 certificate file").option("--provisioning-profile <path>","iOS: Path to provisioning profile (.mobileprovision)").option("--provisioning-profile-prod <path>","iOS: Path to production provisioning profile").option("--p12-password <password>","iOS: Certificate password (optional if cert has no password)").option("--apple-key <path>","iOS: Path to .p8 App Store Connect API key").option("--apple-key-id <id>","iOS: App Store Connect API Key ID").option("--apple-issuer-id <id>","iOS: App Store Connect Issuer ID").option("--apple-profile-name <name>","iOS: Provisioning profile name").option("--apple-team-id <id>","iOS: App Store Connect Team ID").option("--apple-id <email>","iOS: Apple ID email (optional)").option("--apple-app-password <password>","iOS: App-specific password (optional)").option("--keystore <path>","Android: Path to keystore file (.keystore or .jks)").option("--keystore-alias <alias>","Android: Keystore key alias").option("--keystore-key-password <password>","Android: Keystore key password").option("--keystore-store-password <password>","Android: Keystore store password").option("--play-config <path>","Android: Path to Play Store service account JSON");vD.command("list").description(`List saved build credentials (passwords masked).
468
+ --play-config ./service-account.json`).action(ZA).option("--appId <appId>","App ID (e.g., com.example.app) (required)").option("--platform <platform>","Platform: ios or android (required)").option("--certificate <path>","iOS: Path to .p12 certificate file").option("--provisioning-profile <path>","iOS: Path to provisioning profile (.mobileprovision)").option("--provisioning-profile-prod <path>","iOS: Path to production provisioning profile").option("--p12-password <password>","iOS: Certificate password (optional if cert has no password)").option("--apple-key <path>","iOS: Path to .p8 App Store Connect API key").option("--apple-key-id <id>","iOS: App Store Connect API Key ID").option("--apple-issuer-id <id>","iOS: App Store Connect Issuer ID").option("--apple-profile-name <name>","iOS: Provisioning profile name").option("--apple-team-id <id>","iOS: App Store Connect Team ID").option("--apple-id <email>","iOS: Apple ID email (optional)").option("--apple-app-password <password>","iOS: App-specific password (optional)").option("--keystore <path>","Android: Path to keystore file (.keystore or .jks)").option("--keystore-alias <alias>","Android: Keystore key alias").option("--keystore-key-password <password>","Android: Keystore key password").option("--keystore-store-password <password>","Android: Keystore store password").option("--play-config <path>","Android: Path to Play Store service account JSON");ED.command("list").description(`List saved build credentials (passwords masked).
469
469
 
470
470
  Shows what credentials are currently saved in ~/.capgo-credentials/credentials.json
471
471
 
472
472
  Examples:
473
473
  npx @capgo/cli build credentials list # List all apps
474
- npx @capgo/cli build credentials list --appId com.example.app # List specific app`).action(YA).option("--appId <appId>","App ID to list (optional, lists all if omitted)");vD.command("clear").description(`Clear saved build credentials.
474
+ npx @capgo/cli build credentials list --appId com.example.app # List specific app`).action(QA).option("--appId <appId>","App ID to list (optional, lists all if omitted)");ED.command("clear").description(`Clear saved build credentials.
475
475
 
476
476
  Remove credentials from ~/.capgo-credentials/credentials.json
477
477
  Use --appId and --platform to target specific credentials.
@@ -479,7 +479,7 @@ Use --appId and --platform to target specific credentials.
479
479
  Examples:
480
480
  npx @capgo/cli build credentials clear # Clear all apps
481
481
  npx @capgo/cli build credentials clear --appId com.example.app # Clear specific app
482
- npx @capgo/cli build credentials clear --appId com.example.app --platform ios # Clear iOS only`).action(JA).option("--appId <appId>","App ID to clear (optional, clears all apps if omitted)").option("--platform <platform>","Platform to clear: ios or android (optional, clears all platforms if omitted)");ot.command("generate-docs [filePath]").description("Generate Markdown documentation for CLI commands - either for README or individual files").option("--folder <folderPath>","Generate individual markdown files for each command in the specified folder (instead of updating README)").action((t,e)=>{oO(t,e.folder)});ot.exitOverride();ot.configureOutput({writeErr:t=>{}});ot.parseAsync().catch(t=>{if(typeof t=="object"&&t!==null&&"code"in t){let e=t;(e.code==="commander.version"||e.code==="commander.helpDisplayed")&&(0,yf.exit)(0),e.message&&console.error(e.message);let r=e.exitCode??1;(0,yf.exit)(r)}console.error(`Error: ${U(t)}`),(0,yf.exit)(1)});
482
+ npx @capgo/cli build credentials clear --appId com.example.app --platform ios # Clear iOS only`).action(e1).option("--appId <appId>","App ID to clear (optional, clears all apps if omitted)").option("--platform <platform>","Platform to clear: ios or android (optional, clears all platforms if omitted)");ot.command("generate-docs [filePath]").description("Generate Markdown documentation for CLI commands - either for README or individual files").option("--folder <folderPath>","Generate individual markdown files for each command in the specified folder (instead of updating README)").action((t,e)=>{iF(t,e.folder)});ot.exitOverride();ot.configureOutput({writeErr:t=>{}});ot.parseAsync().catch(t=>{if(typeof t=="object"&&t!==null&&"code"in t){let e=t;(e.code==="commander.version"||e.code==="commander.helpDisplayed")&&(0,bf.exit)(0),e.message&&console.error(e.message);let r=e.exitCode??1;(0,bf.exit)(r)}console.error(`Error: ${U(t)}`),(0,bf.exit)(1)});
483
483
  /*! Bundled license information:
484
484
 
485
485
  tus-js-client/lib.es5/upload.js: