@capgo/cli 7.44.1 → 7.45.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
@@ -11,59 +11,59 @@ ${a}`)}boxWrap(e,r){if(r<this.minWidthToWrap)return e;let n=e.split(/\r\n|\n/),o
11
11
  - too many long flags`):new Error(`${s}
12
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}}Nf.Option=Rf;Nf.DualOptions=Bf});var Iy=S($y=>{function f2(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 d2(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=f2(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]}?)`:""}$y.suggestSimilar=d2});var Ny=S(Hf=>{var p2=require("node:events").EventEmitter,jf=require("node:child_process"),Jr=require("node:path"),tu=require("node:fs"),Ee=require("node:process"),{Argument:h2,humanReadableArgName:m2}=eu(),{CommanderError:Uf}=va(),{Help:g2,stripColor:y2}=Tf(),{Option:Ty,DualOptions:D2}=Lf(),{suggestSimilar:Ry}=Iy(),Mf=class t extends p2{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=>Ee.stdout.write(r),writeErr:r=>Ee.stderr.write(r),outputError:(r,n)=>n(r),getOutHelpWidth:()=>Ee.stdout.isTTY?Ee.stdout.columns:void 0,getErrHelpWidth:()=>Ee.stderr.isTTY?Ee.stderr.columns:void 0,getOutHasColors:()=>qf()??(Ee.stdout.isTTY&&Ee.stdout.hasColors?.()),getErrHasColors:()=>qf()??(Ee.stderr.isTTY&&Ee.stderr.hasColors?.()),stripColor:r=>y2(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 g2,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
14
+ (Did you mean ${n[0]}?)`:""}$y.suggestSimilar=d2});var Ny=S(Hf=>{var p2=require("node:events").EventEmitter,jf=require("node:child_process"),Jr=require("node:path"),tu=require("node:fs"),_e=require("node:process"),{Argument:h2,humanReadableArgName:m2}=eu(),{CommanderError:Uf}=va(),{Help:g2,stripColor:y2}=Tf(),{Option:Ty,DualOptions:D2}=Lf(),{suggestSimilar:Ry}=Iy(),Mf=class t extends p2{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=>_e.stdout.write(r),writeErr:r=>_e.stderr.write(r),outputError:(r,n)=>n(r),getOutHelpWidth:()=>_e.stdout.isTTY?_e.stdout.columns:void 0,getErrHelpWidth:()=>_e.stderr.isTTY?_e.stderr.columns:void 0,getOutHasColors:()=>qf()??(_e.stdout.isTTY&&_e.stdout.hasColors?.()),getErrHasColors:()=>qf()??(_e.stderr.isTTY&&_e.stderr.hasColors?.()),stripColor:r=>y2(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 g2,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
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 h2(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 Uf(e,r,n)),Ee.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 Ty(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 Ty)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){Ee.versions?.electron&&(r.from="electron");let o=Ee.execArgv??[];(o.includes("-e")||o.includes("--eval")||o.includes("-p")||o.includes("--print"))&&(r.from="eval")}e===void 0&&(e=Ee.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":Ee.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.
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 Uf(e,r,n)),_e.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 Ty(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 Ty)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){_e.versions?.electron&&(r.from="electron");let o=_e.execArgv??[];(o.includes("-e")||o.includes("--eval")||o.includes("-p")||o.includes("--print"))&&(r.from="eval")}e===void 0&&(e=_e.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":_e.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
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(tu.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=Jr.resolve(l,d);if(tu.existsSync(p))return p;if(o.includes(Jr.extname(d)))return;let h=o.find(m=>tu.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=tu.realpathSync(this._scriptPath)}catch{l=this._scriptPath}s=Jr.resolve(Jr.dirname(l),s)}if(s){let l=i(s,a);if(!l&&!e._executableFile&&this._scriptPath){let d=Jr.basename(this._scriptPath,Jr.extname(this._scriptPath));d!==this._name&&(l=i(s,`${d}-${e._name}`))}a=l||a}n=o.includes(Jr.extname(a));let u;Ee.platform!=="win32"?n?(r.unshift(a),r=By(Ee.execArgv).concat(r),u=jf.spawn(Ee.argv[0],r,{stdio:"inherit"})):u=jf.spawn(a,r,{stdio:"inherit"}):(this._checkForMissingExecutable(a,s,e._name),r.unshift(a),r=By(Ee.execArgv).concat(r),u=jf.spawn(Ee.execPath,r,{stdio:"inherit"})),u.killed||["SIGUSR1","SIGUSR2","SIGTERM","SIGINT","SIGHUP"].forEach(d=>{Ee.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 Uf(l,"commander.executeSubCommandAsync","(close)")):Ee.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)Ee.exit(1);else{let d=new Uf(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=Jr.resolve(l,d);if(tu.existsSync(p))return p;if(o.includes(Jr.extname(d)))return;let h=o.find(m=>tu.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=tu.realpathSync(this._scriptPath)}catch{l=this._scriptPath}s=Jr.resolve(Jr.dirname(l),s)}if(s){let l=i(s,a);if(!l&&!e._executableFile&&this._scriptPath){let d=Jr.basename(this._scriptPath,Jr.extname(this._scriptPath));d!==this._name&&(l=i(s,`${d}-${e._name}`))}a=l||a}n=o.includes(Jr.extname(a));let u;_e.platform!=="win32"?n?(r.unshift(a),r=By(_e.execArgv).concat(r),u=jf.spawn(_e.argv[0],r,{stdio:"inherit"})):u=jf.spawn(a,r,{stdio:"inherit"}):(this._checkForMissingExecutable(a,s,e._name),r.unshift(a),r=By(_e.execArgv).concat(r),u=jf.spawn(_e.execPath,r,{stdio:"inherit"})),u.killed||["SIGUSR1","SIGUSR2","SIGTERM","SIGINT","SIGHUP"].forEach(d=>{_e.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 Uf(l,"commander.executeSubCommandAsync","(close)")):_e.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)_e.exit(1);else{let d=new Uf(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 Ee.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()}`,Ee.env[e.envVar]):this.emit(`optionEnv:${e.name()}`))}})}_parseOptionsImplied(){let e=new D2(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=Ry(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=Ry(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=>m2(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=Jr.basename(e,Jr.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(Ee.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 _e.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()}`,_e.env[e.envVar]):this.emit(`optionEnv:${e.name()}`))}})}_parseOptionsImplied(){let e=new D2(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=Ry(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=Ry(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=>m2(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=Jr.basename(e,Jr.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(_e.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 By(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 qf(){if(Ee.env.NO_COLOR||Ee.env.FORCE_COLOR==="0"||Ee.env.FORCE_COLOR==="false")return!1;if(Ee.env.FORCE_COLOR||Ee.env.CLICOLOR_FORCE!==void 0)return!0}Hf.Command=Mf;Hf.useColor=qf});var My=S(tr=>{var{Argument:Ly}=eu(),{Command:Vf}=Ny(),{CommanderError:b2,InvalidArgumentError:jy}=va(),{Help:w2}=Tf(),{Option:Uy}=Lf();tr.program=new Vf;tr.createCommand=t=>new Vf(t);tr.createOption=(t,e)=>new Uy(t,e);tr.createArgument=(t,e)=>new Ly(t,e);tr.Command=Vf;tr.Option=Uy;tr.Argument=Ly;tr.Help=w2;tr.CommanderError=b2;tr.InvalidArgumentError=jy;tr.InvalidOptionArgumentError=jy});var Kf=S((Eq,Hy)=>{"use strict";var zf={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"},C2={up:(t=1)=>"\x1B[S".repeat(t),down:(t=1)=>"\x1B[T".repeat(t)},E2={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?zf.up():"");return t&&(e+=zf.left),e}};Hy.exports={cursor:zf,scroll:C2,erase:E2,beep:"\x07"}});var Wf=S((_q,Gf)=>{var nu=process||{},Vy=nu.argv||[],ru=nu.env||{},_2=!(ru.NO_COLOR||Vy.includes("--no-color"))&&(!!ru.FORCE_COLOR||Vy.includes("--color")||nu.platform==="win32"||(nu.stdout||{}).isTTY&&ru.TERM!=="dumb"||!!ru.CI),S2=(t,e,r=t)=>n=>{let o=""+n,i=o.indexOf(e,t.length);return~i?t+x2(o,e,r,i)+e:t+o+e},x2=(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)},zy=(t=_2)=>{let e=t?S2:()=>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")}};Gf.exports=zy();Gf.exports.createColors=zy});var du=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 _a=require("node:fs"),vn=require("node:path");function fu(t){let e=(0,vn.join)(t,"package.json"),r=(0,vn.join)(t,"pnpm-workspace.yaml");if((0,_a.existsSync)(r)||(0,_a.existsSync)(e)&&JSON.parse((0,_a.readFileSync)(e,"utf-8")).workspaces)return t;let n=(0,vn.dirname)(t);if(n===t)throw new Error("Monorepo root not found");return fu(n)}Rt.findMonorepoRoot=fu;function sd(t){let e=(0,vn.join)(t,"nx.json");if((0,_a.existsSync)(e))return t;let r=(0,vn.dirname)(t);if(r===t)throw new Error("Monorepo root not found");return sd(r)}Rt.findNXMonorepoRoot=sd;function ud(t,e,r){let n=(0,vn.join)(e,"node_modules",t);if((0,_a.existsSync)(n))return n;if(e===r)return null;let o=(0,vn.dirname)(e);return ud(t,o,r)}Rt.findPackagePath=ud;function ok(t,e){let r=fu(e),n=ud(t,e,r);return n?(0,vn.relative)(e,n):null}Rt.findPackageRelativePathInMonorepo=ok;function ik(t){try{return fu(t),!0}catch{return!1}}Rt.isMonorepo=ik;function ak(t){try{return sd(t),!0}catch{return!1}}Rt.isNXMonorepo=ak});var he={};Yr(he,{__addDisposableResource:()=>WD,__assign:()=>bu,__asyncDelegator:()=>UD,__asyncGenerator:()=>jD,__asyncValues:()=>MD,__await:()=>Yo,__awaiter:()=>ID,__classPrivateFieldGet:()=>zD,__classPrivateFieldIn:()=>GD,__classPrivateFieldSet:()=>KD,__createBinding:()=>vu,__decorate:()=>xD,__disposeResources:()=>YD,__esDecorate:()=>OD,__exportStar:()=>RD,__extends:()=>_D,__generator:()=>TD,__importDefault:()=>VD,__importStar:()=>HD,__makeTemplateObject:()=>qD,__metadata:()=>$D,__param:()=>AD,__propKey:()=>kD,__read:()=>yd,__rest:()=>SD,__rewriteRelativeImportExtension:()=>JD,__runInitializers:()=>FD,__setFunctionName:()=>PD,__spread:()=>BD,__spreadArray:()=>LD,__spreadArrays:()=>ND,__values:()=>wu,default:()=>kk});function _D(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");md(t,e);function r(){this.constructor=t}t.prototype=e===null?Object.create(e):(r.prototype=e.prototype,new r)}function SD(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 xD(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 AD(t,e){return function(r,n){e(r,n,t)}}function OD(t,e,r,n,o,i){function a(v){if(v!==void 0&&typeof v!="function")throw new TypeError("Function expected");return v}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(v){if(p)throw new TypeError("Cannot add initializers after decoration has completed");i.push(a(v||null))};var y=(0,r[h])(s==="accessor"?{get:l.get,set:l.set}:l[u],m);if(s==="accessor"){if(y===void 0)continue;if(y===null||typeof y!="object")throw new TypeError("Object expected");(d=a(y.get))&&(l.get=d),(d=a(y.set))&&(l.set=d),(d=a(y.init))&&o.unshift(d)}else(d=a(y))&&(s==="field"?o.unshift(d):l[u]=d)}c&&Object.defineProperty(c,n.name,l),p=!0}function FD(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 kD(t){return typeof t=="symbol"?t:"".concat(t)}function PD(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 $D(t,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(t,e)}function ID(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 TD(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 RD(t,e){for(var r in t)r!=="default"&&!Object.prototype.hasOwnProperty.call(e,r)&&vu(e,t,r)}function wu(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 yd(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 BD(){for(var t=[],e=0;e<arguments.length;e++)t=t.concat(yd(arguments[e]));return t}function ND(){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 LD(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 Yo(t){return this instanceof Yo?(this.v=t,this):new Yo(t)}function jD(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(y,v){i.push([h,b,y,v])>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 Yo?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 UD(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:Yo(t[o](a)),done:!1}:i?i(a):a}:i}}function MD(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 wu=="function"?wu(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 qD(t,e){return Object.defineProperty?Object.defineProperty(t,"raw",{value:e}):t.raw=e,t}function HD(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r=gd(t),n=0;n<r.length;n++)r[n]!=="default"&&vu(e,t,r[n]);return Ok(e,t),e}function VD(t){return t&&t.__esModule?t:{default:t}}function zD(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 KD(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 GD(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 WD(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 YD(t){function e(i){t.error=t.hasError?new Fk(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 JD(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 md,bu,vu,Ok,gd,Fk,kk,me=Xe(()=>{md=function(t,e){return md=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])},md(t,e)};bu=function(){return bu=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},bu.apply(this,arguments)};vu=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]});Ok=Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e},gd=function(t){return gd=Object.getOwnPropertyNames||function(e){var r=[];for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(r[r.length]=n);return r},gd(t)};Fk=typeof SuppressedError=="function"?SuppressedError:function(t,e,r){var n=new Error(r);return n.name="SuppressedError",n.error=t,n.suppressed=e,n};kk={__extends:_D,__assign:bu,__rest:SD,__decorate:xD,__param:AD,__esDecorate:OD,__runInitializers:FD,__propKey:kD,__setFunctionName:PD,__metadata:$D,__awaiter:ID,__generator:TD,__createBinding:vu,__exportStar:RD,__values:wu,__read:yd,__spread:BD,__spreadArrays:ND,__spreadArray:LD,__await:Yo,__asyncGenerator:jD,__asyncDelegator:UD,__asyncValues:MD,__makeTemplateObject:qD,__importStar:HD,__importDefault:VD,__classPrivateFieldGet:zD,__classPrivateFieldSet:KD,__classPrivateFieldIn:GD,__addDisposableResource:WD,__disposeResources:YD,__rewriteRelativeImportExtension:JD}});var XD=S(Cu=>{"use strict";Object.defineProperty(Cu,"__esModule",{value:!0});Cu.resolveFetch=void 0;var Pk=t=>t?(...e)=>t(...e):(...e)=>fetch(...e);Cu.resolveFetch=Pk});var vd=S(nr=>{"use strict";Object.defineProperty(nr,"__esModule",{value:!0});nr.FunctionRegion=nr.FunctionsHttpError=nr.FunctionsRelayError=nr.FunctionsFetchError=nr.FunctionsError=void 0;var Jo=class extends Error{constructor(e,r="FunctionsError",n){super(e),this.name=r,this.context=n}};nr.FunctionsError=Jo;var Dd=class extends Jo{constructor(e){super("Failed to send a request to the Edge Function","FunctionsFetchError",e)}};nr.FunctionsFetchError=Dd;var bd=class extends Jo{constructor(e){super("Relay Error invoking the Edge Function","FunctionsRelayError",e)}};nr.FunctionsRelayError=bd;var wd=class extends Jo{constructor(e){super("Edge Function returned a non-2xx status code","FunctionsHttpError",e)}};nr.FunctionsHttpError=wd;var ZD;(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"})(ZD||(nr.FunctionRegion=ZD={}))});var QD=S(Eu=>{"use strict";Object.defineProperty(Eu,"__esModule",{value:!0});Eu.FunctionsClient=void 0;var $k=(me(),oe(he)),Ik=XD(),Xo=vd(),Cd=class{constructor(e,{headers:r={},customFetch:n,region:o=Xo.FunctionRegion.Any}={}){this.url=e,this.headers=r,this.region=o,this.fetch=(0,Ik.resolveFetch)(n)}setAuth(e){this.headers.Authorization=`Bearer ${e}`}invoke(e){return $k.__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 y=l;d&&(a=new AbortController,i=setTimeout(()=>a.abort(),d),l?(y=a.signal,l.addEventListener("abort",()=>a.abort())):y=a.signal);let v=yield this.fetch(m.toString(),{method:u||"POST",headers:Object.assign(Object.assign(Object.assign({},p),this.headers),s),body:b,signal:y}).catch(x=>{throw new Xo.FunctionsFetchError(x)}),E=v.headers.get("x-relay-error");if(E&&E==="true")throw new Xo.FunctionsRelayError(v);if(!v.ok)throw new Xo.FunctionsHttpError(v);let g=((o=v.headers.get("Content-Type"))!==null&&o!==void 0?o:"text/plain").split(";")[0].trim(),_;return g==="application/json"?_=yield v.json():g==="application/octet-stream"||g==="application/pdf"?_=yield v.blob():g==="text/event-stream"?_=v:g==="multipart/form-data"?_=yield v.formData():_=yield v.text(),{data:_,error:null,response:v}}catch(s){return{data:null,error:s,response:s instanceof Xo.FunctionsHttpError||s instanceof Xo.FunctionsRelayError?s.context:void 0}}finally{i&&clearTimeout(i)}})}};Eu.FunctionsClient=Cd});var Ed=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 Tk=QD();Object.defineProperty(Bt,"FunctionsClient",{enumerable:!0,get:function(){return Tk.FunctionsClient}});var Fa=vd();Object.defineProperty(Bt,"FunctionsError",{enumerable:!0,get:function(){return Fa.FunctionsError}});Object.defineProperty(Bt,"FunctionsFetchError",{enumerable:!0,get:function(){return Fa.FunctionsFetchError}});Object.defineProperty(Bt,"FunctionsHttpError",{enumerable:!0,get:function(){return Fa.FunctionsHttpError}});Object.defineProperty(Bt,"FunctionsRelayError",{enumerable:!0,get:function(){return Fa.FunctionsRelayError}});Object.defineProperty(Bt,"FunctionRegion",{enumerable:!0,get:function(){return Fa.FunctionRegion}})});var xd=S(Sd=>{"use strict";Object.defineProperty(Sd,"__esModule",{value:!0});var _d=class extends Error{constructor(e){super(e.message),this.name="PostgrestError",this.details=e.details,this.hint=e.hint,this.code=e.code}};Sd.default=_d});var Fd=S(Od=>{"use strict";Object.defineProperty(Od,"__esModule",{value:!0});var Rk=(me(),oe(he)),Bk=Rk.__importDefault(xd()),Ad=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 y=(s=this.headers.get("Prefer"))===null||s===void 0?void 0:s.match(/count=(exact|planned|estimated)/),v=(u=i.headers.get("content-range"))===null||u===void 0?void 0:u.split("/");y&&v&&v.length>1&&(p=parseInt(v[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 y=await i.text();try{l=JSON.parse(y),Array.isArray(l)&&i.status===404&&(d=[],l=null,h=200,m="OK")}catch{i.status===404&&y===""?(h=204,m="No Content"):l={message:y}}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 Bk.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 By(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 qf(){if(_e.env.NO_COLOR||_e.env.FORCE_COLOR==="0"||_e.env.FORCE_COLOR==="false")return!1;if(_e.env.FORCE_COLOR||_e.env.CLICOLOR_FORCE!==void 0)return!0}Hf.Command=Mf;Hf.useColor=qf});var My=S(rr=>{var{Argument:Ly}=eu(),{Command:Vf}=Ny(),{CommanderError:b2,InvalidArgumentError:jy}=va(),{Help:w2}=Tf(),{Option:Uy}=Lf();rr.program=new Vf;rr.createCommand=t=>new Vf(t);rr.createOption=(t,e)=>new Uy(t,e);rr.createArgument=(t,e)=>new Ly(t,e);rr.Command=Vf;rr.Option=Uy;rr.Argument=Ly;rr.Help=w2;rr.CommanderError=b2;rr.InvalidArgumentError=jy;rr.InvalidOptionArgumentError=jy});var Kf=S((Sq,Hy)=>{"use strict";var zf={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"},C2={up:(t=1)=>"\x1B[S".repeat(t),down:(t=1)=>"\x1B[T".repeat(t)},E2={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?zf.up():"");return t&&(e+=zf.left),e}};Hy.exports={cursor:zf,scroll:C2,erase:E2,beep:"\x07"}});var Wf=S((xq,Gf)=>{var nu=process||{},Vy=nu.argv||[],ru=nu.env||{},_2=!(ru.NO_COLOR||Vy.includes("--no-color"))&&(!!ru.FORCE_COLOR||Vy.includes("--color")||nu.platform==="win32"||(nu.stdout||{}).isTTY&&ru.TERM!=="dumb"||!!ru.CI),S2=(t,e,r=t)=>n=>{let o=""+n,i=o.indexOf(e,t.length);return~i?t+x2(o,e,r,i)+e:t+o+e},x2=(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)},zy=(t=_2)=>{let e=t?S2:()=>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")}};Gf.exports=zy();Gf.exports.createColors=zy});var du=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 _a=require("node:fs"),vn=require("node:path");function fu(t){let e=(0,vn.join)(t,"package.json"),r=(0,vn.join)(t,"pnpm-workspace.yaml");if((0,_a.existsSync)(r)||(0,_a.existsSync)(e)&&JSON.parse((0,_a.readFileSync)(e,"utf-8")).workspaces)return t;let n=(0,vn.dirname)(t);if(n===t)throw new Error("Monorepo root not found");return fu(n)}Rt.findMonorepoRoot=fu;function sd(t){let e=(0,vn.join)(t,"nx.json");if((0,_a.existsSync)(e))return t;let r=(0,vn.dirname)(t);if(r===t)throw new Error("Monorepo root not found");return sd(r)}Rt.findNXMonorepoRoot=sd;function ud(t,e,r){let n=(0,vn.join)(e,"node_modules",t);if((0,_a.existsSync)(n))return n;if(e===r)return null;let o=(0,vn.dirname)(e);return ud(t,o,r)}Rt.findPackagePath=ud;function ok(t,e){let r=fu(e),n=ud(t,e,r);return n?(0,vn.relative)(e,n):null}Rt.findPackageRelativePathInMonorepo=ok;function ik(t){try{return fu(t),!0}catch{return!1}}Rt.isMonorepo=ik;function ak(t){try{return sd(t),!0}catch{return!1}}Rt.isNXMonorepo=ak});var he={};Yr(he,{__addDisposableResource:()=>WD,__assign:()=>bu,__asyncDelegator:()=>UD,__asyncGenerator:()=>jD,__asyncValues:()=>MD,__await:()=>Yo,__awaiter:()=>ID,__classPrivateFieldGet:()=>zD,__classPrivateFieldIn:()=>GD,__classPrivateFieldSet:()=>KD,__createBinding:()=>vu,__decorate:()=>xD,__disposeResources:()=>YD,__esDecorate:()=>OD,__exportStar:()=>RD,__extends:()=>_D,__generator:()=>TD,__importDefault:()=>VD,__importStar:()=>HD,__makeTemplateObject:()=>qD,__metadata:()=>$D,__param:()=>AD,__propKey:()=>kD,__read:()=>yd,__rest:()=>SD,__rewriteRelativeImportExtension:()=>JD,__runInitializers:()=>FD,__setFunctionName:()=>PD,__spread:()=>BD,__spreadArray:()=>LD,__spreadArrays:()=>ND,__values:()=>wu,default:()=>kk});function _D(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");md(t,e);function r(){this.constructor=t}t.prototype=e===null?Object.create(e):(r.prototype=e.prototype,new r)}function SD(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 xD(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 AD(t,e){return function(r,n){e(r,n,t)}}function OD(t,e,r,n,o,i){function a(v){if(v!==void 0&&typeof v!="function")throw new TypeError("Function expected");return v}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(v){if(p)throw new TypeError("Cannot add initializers after decoration has completed");i.push(a(v||null))};var y=(0,r[h])(s==="accessor"?{get:l.get,set:l.set}:l[u],m);if(s==="accessor"){if(y===void 0)continue;if(y===null||typeof y!="object")throw new TypeError("Object expected");(d=a(y.get))&&(l.get=d),(d=a(y.set))&&(l.set=d),(d=a(y.init))&&o.unshift(d)}else(d=a(y))&&(s==="field"?o.unshift(d):l[u]=d)}c&&Object.defineProperty(c,n.name,l),p=!0}function FD(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 kD(t){return typeof t=="symbol"?t:"".concat(t)}function PD(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 $D(t,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(t,e)}function ID(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 TD(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 RD(t,e){for(var r in t)r!=="default"&&!Object.prototype.hasOwnProperty.call(e,r)&&vu(e,t,r)}function wu(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 yd(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 BD(){for(var t=[],e=0;e<arguments.length;e++)t=t.concat(yd(arguments[e]));return t}function ND(){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 LD(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 Yo(t){return this instanceof Yo?(this.v=t,this):new Yo(t)}function jD(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(y,v){i.push([h,b,y,v])>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 Yo?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 UD(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:Yo(t[o](a)),done:!1}:i?i(a):a}:i}}function MD(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 wu=="function"?wu(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 qD(t,e){return Object.defineProperty?Object.defineProperty(t,"raw",{value:e}):t.raw=e,t}function HD(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r=gd(t),n=0;n<r.length;n++)r[n]!=="default"&&vu(e,t,r[n]);return Ok(e,t),e}function VD(t){return t&&t.__esModule?t:{default:t}}function zD(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 KD(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 GD(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 WD(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 YD(t){function e(i){t.error=t.hasError?new Fk(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 JD(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 md,bu,vu,Ok,gd,Fk,kk,me=Xe(()=>{md=function(t,e){return md=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])},md(t,e)};bu=function(){return bu=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},bu.apply(this,arguments)};vu=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]});Ok=Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e},gd=function(t){return gd=Object.getOwnPropertyNames||function(e){var r=[];for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(r[r.length]=n);return r},gd(t)};Fk=typeof SuppressedError=="function"?SuppressedError:function(t,e,r){var n=new Error(r);return n.name="SuppressedError",n.error=t,n.suppressed=e,n};kk={__extends:_D,__assign:bu,__rest:SD,__decorate:xD,__param:AD,__esDecorate:OD,__runInitializers:FD,__propKey:kD,__setFunctionName:PD,__metadata:$D,__awaiter:ID,__generator:TD,__createBinding:vu,__exportStar:RD,__values:wu,__read:yd,__spread:BD,__spreadArrays:ND,__spreadArray:LD,__await:Yo,__asyncGenerator:jD,__asyncDelegator:UD,__asyncValues:MD,__makeTemplateObject:qD,__importStar:HD,__importDefault:VD,__classPrivateFieldGet:zD,__classPrivateFieldSet:KD,__classPrivateFieldIn:GD,__addDisposableResource:WD,__disposeResources:YD,__rewriteRelativeImportExtension:JD}});var XD=S(Cu=>{"use strict";Object.defineProperty(Cu,"__esModule",{value:!0});Cu.resolveFetch=void 0;var Pk=t=>t?(...e)=>t(...e):(...e)=>fetch(...e);Cu.resolveFetch=Pk});var vd=S(or=>{"use strict";Object.defineProperty(or,"__esModule",{value:!0});or.FunctionRegion=or.FunctionsHttpError=or.FunctionsRelayError=or.FunctionsFetchError=or.FunctionsError=void 0;var Jo=class extends Error{constructor(e,r="FunctionsError",n){super(e),this.name=r,this.context=n}};or.FunctionsError=Jo;var Dd=class extends Jo{constructor(e){super("Failed to send a request to the Edge Function","FunctionsFetchError",e)}};or.FunctionsFetchError=Dd;var bd=class extends Jo{constructor(e){super("Relay Error invoking the Edge Function","FunctionsRelayError",e)}};or.FunctionsRelayError=bd;var wd=class extends Jo{constructor(e){super("Edge Function returned a non-2xx status code","FunctionsHttpError",e)}};or.FunctionsHttpError=wd;var ZD;(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"})(ZD||(or.FunctionRegion=ZD={}))});var QD=S(Eu=>{"use strict";Object.defineProperty(Eu,"__esModule",{value:!0});Eu.FunctionsClient=void 0;var $k=(me(),oe(he)),Ik=XD(),Xo=vd(),Cd=class{constructor(e,{headers:r={},customFetch:n,region:o=Xo.FunctionRegion.Any}={}){this.url=e,this.headers=r,this.region=o,this.fetch=(0,Ik.resolveFetch)(n)}setAuth(e){this.headers.Authorization=`Bearer ${e}`}invoke(e){return $k.__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 y=l;d&&(a=new AbortController,i=setTimeout(()=>a.abort(),d),l?(y=a.signal,l.addEventListener("abort",()=>a.abort())):y=a.signal);let v=yield this.fetch(m.toString(),{method:u||"POST",headers:Object.assign(Object.assign(Object.assign({},p),this.headers),s),body:b,signal:y}).catch(x=>{throw new Xo.FunctionsFetchError(x)}),E=v.headers.get("x-relay-error");if(E&&E==="true")throw new Xo.FunctionsRelayError(v);if(!v.ok)throw new Xo.FunctionsHttpError(v);let g=((o=v.headers.get("Content-Type"))!==null&&o!==void 0?o:"text/plain").split(";")[0].trim(),_;return g==="application/json"?_=yield v.json():g==="application/octet-stream"||g==="application/pdf"?_=yield v.blob():g==="text/event-stream"?_=v:g==="multipart/form-data"?_=yield v.formData():_=yield v.text(),{data:_,error:null,response:v}}catch(s){return{data:null,error:s,response:s instanceof Xo.FunctionsHttpError||s instanceof Xo.FunctionsRelayError?s.context:void 0}}finally{i&&clearTimeout(i)}})}};Eu.FunctionsClient=Cd});var Ed=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 Tk=QD();Object.defineProperty(Bt,"FunctionsClient",{enumerable:!0,get:function(){return Tk.FunctionsClient}});var Fa=vd();Object.defineProperty(Bt,"FunctionsError",{enumerable:!0,get:function(){return Fa.FunctionsError}});Object.defineProperty(Bt,"FunctionsFetchError",{enumerable:!0,get:function(){return Fa.FunctionsFetchError}});Object.defineProperty(Bt,"FunctionsHttpError",{enumerable:!0,get:function(){return Fa.FunctionsHttpError}});Object.defineProperty(Bt,"FunctionsRelayError",{enumerable:!0,get:function(){return Fa.FunctionsRelayError}});Object.defineProperty(Bt,"FunctionRegion",{enumerable:!0,get:function(){return Fa.FunctionRegion}})});var xd=S(Sd=>{"use strict";Object.defineProperty(Sd,"__esModule",{value:!0});var _d=class extends Error{constructor(e){super(e.message),this.name="PostgrestError",this.details=e.details,this.hint=e.hint,this.code=e.code}};Sd.default=_d});var Fd=S(Od=>{"use strict";Object.defineProperty(Od,"__esModule",{value:!0});var Rk=(me(),oe(he)),Bk=Rk.__importDefault(xd()),Ad=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 y=(s=this.headers.get("Prefer"))===null||s===void 0?void 0:s.match(/count=(exact|planned|estimated)/),v=(u=i.headers.get("content-range"))===null||u===void 0?void 0:u.split("/");y&&v&&v.length>1&&(p=parseInt(v[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 y=await i.text();try{l=JSON.parse(y),Array.isArray(l)&&i.status===404&&(d=[],l=null,h=200,m="OK")}catch{i.status===404&&y===""?(h=204,m="No Content"):l={message:y}}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 Bk.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}};Od.default=Ad});var $d=S(Pd=>{"use strict";Object.defineProperty(Pd,"__esModule",{value:!0});var Nk=(me(),oe(he)),Lk=Nk.__importDefault(Fd()),kd=class extends Lk.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}};Pd.default=kd});var _u=S(Td=>{"use strict";Object.defineProperty(Td,"__esModule",{value:!0});var jk=(me(),oe(he)),Uk=jk.__importDefault($d()),Mk=new RegExp("[,()]"),Id=class extends Uk.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"&&Mk.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}};Td.default=Id});var Nd=S(Bd=>{"use strict";Object.defineProperty(Bd,"__esModule",{value:!0});var qk=(me(),oe(he)),ka=qk.__importDefault(_u()),Rd=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 ka.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 ka.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 ka.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 ka.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 ka.default({method:n,url:this.url,headers:this.headers,schema:this.schema,fetch:(r=this.fetch)!==null&&r!==void 0?r:fetch})}};Bd.default=Rd});var t0=S(jd=>{"use strict";Object.defineProperty(jd,"__esModule",{value:!0});var e0=(me(),oe(he)),Hk=e0.__importDefault(Nd()),Vk=e0.__importDefault(_u()),Ld=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 Hk.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 Vk.default({method:s,url:u,headers:l,schema:this.schemaName,body:c,fetch:(a=this.fetch)!==null&&a!==void 0?a:fetch})}};jd.default=Ld});var Ud=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 Zo=(me(),oe(he)),r0=Zo.__importDefault(t0());At.PostgrestClient=r0.default;var n0=Zo.__importDefault(Nd());At.PostgrestQueryBuilder=n0.default;var o0=Zo.__importDefault(_u());At.PostgrestFilterBuilder=o0.default;var i0=Zo.__importDefault($d());At.PostgrestTransformBuilder=i0.default;var a0=Zo.__importDefault(Fd());At.PostgrestBuilder=a0.default;var s0=Zo.__importDefault(xd());At.PostgrestError=s0.default;At.default={PostgrestClient:r0.default,PostgrestQueryBuilder:n0.default,PostgrestFilterBuilder:o0.default,PostgrestTransformBuilder:i0.default,PostgrestBuilder:a0.default,PostgrestError:s0.default}});var qd={};Yr(qd,{RealtimeClient:()=>Md});var Md,Hd=Xe(()=>{Md=class{constructor(){}connect(){}disconnect(){}}});var En=S(Zr=>{"use strict";Object.defineProperty(Zr,"__esModule",{value:!0});Zr.StorageUnknownError=Zr.StorageApiError=Zr.StorageError=void 0;Zr.isStorageError=zk;var Pa=class extends Error{constructor(e){super(e),this.__isStorageError=!0,this.name="StorageError"}};Zr.StorageError=Pa;function zk(t){return typeof t=="object"&&t!==null&&"__isStorageError"in t}var Vd=class extends Pa{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}}};Zr.StorageApiError=Vd;var zd=class extends Pa{constructor(e,r){super(e),this.name="StorageUnknownError",this.originalError=r}};Zr.StorageUnknownError=zd});var $a=S(or=>{"use strict";Object.defineProperty(or,"__esModule",{value:!0});or.isPlainObject=or.recursiveToCamel=or.resolveResponse=or.resolveFetch=void 0;var Kk=t=>t?(...e)=>t(...e):(...e)=>fetch(...e);or.resolveFetch=Kk;var Gk=()=>Response;or.resolveResponse=Gk;var Wk=t=>{if(Array.isArray(t))return t.map(r=>(0,or.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,or.recursiveToCamel)(n)}),e};or.recursiveToCamel=Wk;var Yk=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=Yk});var Su=S(Wn=>{"use strict";Object.defineProperty(Wn,"__esModule",{value:!0});Wn.get=Zk;Wn.post=Qk;Wn.put=eP;Wn.head=tP;Wn.remove=rP;var Gn=(me(),oe(he)),Kd=En(),u0=$a(),Gd=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)},Jk=(t,e,r)=>Gn.__awaiter(void 0,void 0,void 0,function*(){let n=yield(0,u0.resolveResponse)();t instanceof n&&!r?.noResolveJson?t.json().then(o=>{let i=t.status||500,a=o?.statusCode||i+"";e(new Kd.StorageApiError(Gd(o),i,a))}).catch(o=>{e(new Kd.StorageUnknownError(Gd(o),o))}):e(new Kd.StorageUnknownError(Gd(t),t))}),Xk=(t,e,r,n)=>{let o={method:t,headers:e?.headers||{}};return t==="GET"||!n?o:((0,u0.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 Ia(t,e,r,n,o,i){return Gn.__awaiter(this,void 0,void 0,function*(){return new Promise((a,s)=>{t(r,Xk(e,n,o,i)).then(u=>{if(!u.ok)throw u;return n?.noResolveJson?u:u.json()}).then(u=>a(u)).catch(u=>Jk(u,s,n))})})}function Zk(t,e,r,n){return Gn.__awaiter(this,void 0,void 0,function*(){return Ia(t,"GET",e,r,n)})}function Qk(t,e,r,n,o){return Gn.__awaiter(this,void 0,void 0,function*(){return Ia(t,"POST",e,n,o,r)})}function eP(t,e,r,n,o){return Gn.__awaiter(this,void 0,void 0,function*(){return Ia(t,"PUT",e,n,o,r)})}function tP(t,e,r,n){return Gn.__awaiter(this,void 0,void 0,function*(){return Ia(t,"HEAD",e,Object.assign(Object.assign({},r),{noResolveJson:!0}),n)})}function rP(t,e,r,n,o){return Gn.__awaiter(this,void 0,void 0,function*(){return Ia(t,"DELETE",e,n,o,r)})}});var c0=S(Yd=>{"use strict";Object.defineProperty(Yd,"__esModule",{value:!0});var nP=(me(),oe(he)),oP=En(),Wd=class{constructor(e,r){this.downloadFn=e,this.shouldThrowOnError=r}then(e,r){return this.execute().then(e,r)}execute(){return nP.__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,oP.isStorageError)(e))return{data:null,error:e};throw e}})}};Yd.default=Wd});var d0=S(Xd=>{"use strict";var l0;Object.defineProperty(Xd,"__esModule",{value:!0});var f0=(me(),oe(he)),iP=En(),aP=f0.__importDefault(c0()),Jd=class{constructor(e,r){this.downloadFn=e,this.shouldThrowOnError=r,this[l0]="BlobDownloadBuilder",this.promise=null}asStream(){return new aP.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 f0.__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,iP.isStorageError)(e))return{data:null,error:e};throw e}})}};l0=Symbol.toStringTag;Xd.default=Jd});var m0=S(Qd=>{"use strict";Object.defineProperty(Qd,"__esModule",{value:!0});var Ot=(me(),oe(he)),Nt=En(),Lt=Su(),p0=$a(),sP=Ot.__importDefault(d0()),uP={limit:100,offset:0,sortBy:{column:"name",order:"asc"}},h0={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,p0.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({},h0),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"?Lt.put:Lt.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,Nt.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:h0.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,Lt.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,Nt.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,Lt.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 Nt.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,Nt.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,Lt.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,Nt.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,Lt.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,Nt.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,Lt.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,Nt.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,Lt.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,Nt.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,Lt.get)(this.fetch,`${this.url}/${o}/${s}${a}`,{headers:this.headers,noResolveJson:!0});return new sP.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,Lt.get)(this.fetch,`${this.url}/object/info/${r}`,{headers:this.headers});return{data:(0,p0.recursiveToCamel)(n),error:null}}catch(n){if(this.shouldThrowOnError)throw n;if((0,Nt.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,Lt.head)(this.fetch,`${this.url}/object/${r}`,{headers:this.headers}),{data:!0,error:null}}catch(n){if(this.shouldThrowOnError)throw n;if((0,Nt.isStorageError)(n)&&n instanceof Nt.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,Lt.remove)(this.fetch,`${this.url}/object/${this.bucketId}`,{prefixes:e},{headers:this.headers}),error:null}}catch(r){if(this.shouldThrowOnError)throw r;if((0,Nt.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({},uP),r),{prefix:e||""});return{data:yield(0,Lt.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,Nt.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,Lt.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,Nt.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("&")}};Qd.default=Zd});var ep=S(xu=>{"use strict";Object.defineProperty(xu,"__esModule",{value:!0});xu.version=void 0;xu.version="2.84.0"});var tp=S(Au=>{"use strict";Object.defineProperty(Au,"__esModule",{value:!0});Au.DEFAULT_HEADERS=void 0;var cP=ep();Au.DEFAULT_HEADERS={"X-Client-Info":`storage-js/${cP.version}`}});var g0=S(np=>{"use strict";Object.defineProperty(np,"__esModule",{value:!0});var Qo=(me(),oe(he)),lP=tp(),ei=En(),ti=Su(),fP=$a(),rp=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({},lP.DEFAULT_HEADERS),r),this.fetch=(0,fP.resolveFetch)(n)}throwOnError(){return this.shouldThrowOnError=!0,this}listBuckets(e){return Qo.__awaiter(this,void 0,void 0,function*(){try{let r=this.listBucketOptionsToQueryString(e);return{data:yield(0,ti.get)(this.fetch,`${this.url}/bucket${r}`,{headers:this.headers}),error:null}}catch(r){if(this.shouldThrowOnError)throw r;if((0,ei.isStorageError)(r))return{data:null,error:r};throw r}})}getBucket(e){return Qo.__awaiter(this,void 0,void 0,function*(){try{return{data:yield(0,ti.get)(this.fetch,`${this.url}/bucket/${e}`,{headers:this.headers}),error:null}}catch(r){if(this.shouldThrowOnError)throw r;if((0,ei.isStorageError)(r))return{data:null,error:r};throw r}})}createBucket(e){return Qo.__awaiter(this,arguments,void 0,function*(r,n={public:!1}){try{return{data:yield(0,ti.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,ei.isStorageError)(o))return{data:null,error:o};throw o}})}updateBucket(e,r){return Qo.__awaiter(this,void 0,void 0,function*(){try{return{data:yield(0,ti.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,ei.isStorageError)(n))return{data:null,error:n};throw n}})}emptyBucket(e){return Qo.__awaiter(this,void 0,void 0,function*(){try{return{data:yield(0,ti.post)(this.fetch,`${this.url}/bucket/${e}/empty`,{},{headers:this.headers}),error:null}}catch(r){if(this.shouldThrowOnError)throw r;if((0,ei.isStorageError)(r))return{data:null,error:r};throw r}})}deleteBucket(e){return Qo.__awaiter(this,void 0,void 0,function*(){try{return{data:yield(0,ti.remove)(this.fetch,`${this.url}/bucket/${e}`,{},{headers:this.headers}),error:null}}catch(r){if(this.shouldThrowOnError)throw r;if((0,ei.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():""}};np.default=rp});var cp=S(up=>{"use strict";Object.defineProperty(up,"__esModule",{value:!0});var op=(me(),oe(he)),dP=tp(),ip=En(),ap=Su(),pP=$a(),sp=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 op.__awaiter(this,void 0,void 0,function*(){try{return{data:yield(0,ap.post)(this.fetch,`${this.url}/bucket`,{name:e},{headers:this.headers}),error:null}}catch(r){if(this.shouldThrowOnError)throw r;if((0,ip.isStorageError)(r))return{data:null,error:r};throw r}})}listBuckets(e){return op.__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,ap.get)(this.fetch,o,{headers:this.headers}),error:null}}catch(r){if(this.shouldThrowOnError)throw r;if((0,ip.isStorageError)(r))return{data:null,error:r};throw r}})}deleteBucket(e){return op.__awaiter(this,void 0,void 0,function*(){try{return{data:yield(0,ap.remove)(this.fetch,`${this.url}/bucket/${e}`,{},{headers:this.headers}),error:null}}catch(r){if(this.shouldThrowOnError)throw r;if((0,ip.isStorageError)(r))return{data:null,error:r};throw r}})}};up.default=sp});var Fu=S(Ou=>{"use strict";Object.defineProperty(Ou,"__esModule",{value:!0});Ou.DEFAULT_HEADERS=void 0;var hP=ep();Ou.DEFAULT_HEADERS={"X-Client-Info":`storage-js/${hP.version}`,"Content-Type":"application/json"}});var ri=S(_r=>{"use strict";Object.defineProperty(_r,"__esModule",{value:!0});_r.StorageVectorsErrorCode=_r.StorageVectorsUnknownError=_r.StorageVectorsApiError=_r.StorageVectorsError=void 0;_r.isStorageVectorsError=mP;var Ta=class extends Error{constructor(e){super(e),this.__isStorageVectorsError=!0,this.name="StorageVectorsError"}};_r.StorageVectorsError=Ta;function mP(t){return typeof t=="object"&&t!==null&&"__isStorageVectorsError"in t}var lp=class extends Ta{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}}};_r.StorageVectorsApiError=lp;var fp=class extends Ta{constructor(e,r){super(e),this.name="StorageVectorsUnknownError",this.originalError=r}};_r.StorageVectorsUnknownError=fp;var y0;(function(t){t.InternalError="InternalError",t.S3VectorConflictException="S3VectorConflictException",t.S3VectorNotFoundException="S3VectorNotFoundException",t.S3VectorBucketNotEmpty="S3VectorBucketNotEmpty",t.S3VectorMaxBucketsExceeded="S3VectorMaxBucketsExceeded",t.S3VectorMaxIndexesExceeded="S3VectorMaxIndexesExceeded"})(y0||(_r.StorageVectorsErrorCode=y0={}))});var ni=S(ir=>{"use strict";Object.defineProperty(ir,"__esModule",{value:!0});ir.validateVectorDimension=ir.normalizeToFloat32=ir.isPlainObject=ir.resolveResponse=ir.resolveFetch=void 0;var gP=t=>t?(...e)=>t(...e):(...e)=>fetch(...e);ir.resolveFetch=gP;var yP=()=>Response;ir.resolveResponse=yP;var DP=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)};ir.isPlainObject=DP;var bP=t=>Array.from(new Float32Array(t));ir.normalizeToFloat32=bP;var wP=(t,e)=>{if(e!==void 0&&t.float32.length!==e)throw new Error(`Vector dimension mismatch: expected ${e}, got ${t.float32.length}`)};ir.validateVectorDimension=wP});var $u=S(ii=>{"use strict";Object.defineProperty(ii,"__esModule",{value:!0});ii.get=_P;ii.post=SP;ii.put=xP;ii.remove=AP;var oi=(me(),oe(he)),ku=ri(),vP=ni(),D0=t=>t.msg||t.message||t.error_description||t.error||JSON.stringify(t),CP=(t,e,r)=>oi.__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 ku.StorageVectorsApiError(D0(a),o,s))}).catch(()=>{let a=o+"",s=i.statusText||`HTTP ${o} error`;e(new ku.StorageVectorsApiError(s,o,a))});else{let a=o+"",s=i.statusText||`HTTP ${o} error`;e(new ku.StorageVectorsApiError(s,o,a))}}else e(new ku.StorageVectorsUnknownError(D0(t),t))}),EP=(t,e,r,n)=>{let o={method:t,headers:e?.headers||{}};return t==="GET"||!n?o:((0,vP.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 Pu(t,e,r,n,o,i){return oi.__awaiter(this,void 0,void 0,function*(){return new Promise((a,s)=>{t(r,EP(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=>CP(u,s,n))})})}function _P(t,e,r,n){return oi.__awaiter(this,void 0,void 0,function*(){return Pu(t,"GET",e,r,n)})}function SP(t,e,r,n,o){return oi.__awaiter(this,void 0,void 0,function*(){return Pu(t,"POST",e,n,o,r)})}function xP(t,e,r,n,o){return oi.__awaiter(this,void 0,void 0,function*(){return Pu(t,"PUT",e,n,o,r)})}function AP(t,e,r,n,o){return oi.__awaiter(this,void 0,void 0,function*(){return Pu(t,"DELETE",e,n,o,r)})}});var hp=S(pp=>{"use strict";Object.defineProperty(pp,"__esModule",{value:!0});var Iu=(me(),oe(he)),OP=Fu(),Tu=ri(),Ru=$u(),FP=ni(),dp=class{constructor(e,r={},n){this.shouldThrowOnError=!1,this.url=e.replace(/\/$/,""),this.headers=Object.assign(Object.assign({},OP.DEFAULT_HEADERS),r),this.fetch=(0,FP.resolveFetch)(n)}throwOnError(){return this.shouldThrowOnError=!0,this}createIndex(e){return Iu.__awaiter(this,void 0,void 0,function*(){try{return{data:(yield(0,Ru.post)(this.fetch,`${this.url}/CreateIndex`,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}})}getIndex(e,r){return Iu.__awaiter(this,void 0,void 0,function*(){try{return{data:yield(0,Ru.post)(this.fetch,`${this.url}/GetIndex`,{vectorBucketName:e,indexName:r},{headers:this.headers}),error:null}}catch(n){if(this.shouldThrowOnError)throw n;if((0,Tu.isStorageVectorsError)(n))return{data:null,error:n};throw n}})}listIndexes(e){return Iu.__awaiter(this,void 0,void 0,function*(){try{return{data:yield(0,Ru.post)(this.fetch,`${this.url}/ListIndexes`,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}})}deleteIndex(e,r){return Iu.__awaiter(this,void 0,void 0,function*(){try{return{data:(yield(0,Ru.post)(this.fetch,`${this.url}/DeleteIndex`,{vectorBucketName:e,indexName:r},{headers:this.headers}))||{},error:null}}catch(n){if(this.shouldThrowOnError)throw n;if((0,Tu.isStorageVectorsError)(n))return{data:null,error:n};throw n}})}};pp.default=dp});var yp=S(gp=>{"use strict";Object.defineProperty(gp,"__esModule",{value:!0});var Ra=(me(),oe(he)),kP=Fu(),Ba=ri(),Na=$u(),PP=ni(),mp=class{constructor(e,r={},n){this.shouldThrowOnError=!1,this.url=e.replace(/\/$/,""),this.headers=Object.assign(Object.assign({},kP.DEFAULT_HEADERS),r),this.fetch=(0,PP.resolveFetch)(n)}throwOnError(){return this.shouldThrowOnError=!0,this}putVectors(e){return Ra.__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,Na.post)(this.fetch,`${this.url}/PutVectors`,e,{headers:this.headers}))||{},error:null}}catch(r){if(this.shouldThrowOnError)throw r;if((0,Ba.isStorageVectorsError)(r))return{data:null,error:r};throw r}})}getVectors(e){return Ra.__awaiter(this,void 0,void 0,function*(){try{return{data:yield(0,Na.post)(this.fetch,`${this.url}/GetVectors`,e,{headers:this.headers}),error:null}}catch(r){if(this.shouldThrowOnError)throw r;if((0,Ba.isStorageVectorsError)(r))return{data:null,error:r};throw r}})}listVectors(e){return Ra.__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,Na.post)(this.fetch,`${this.url}/ListVectors`,e,{headers:this.headers}),error:null}}catch(r){if(this.shouldThrowOnError)throw r;if((0,Ba.isStorageVectorsError)(r))return{data:null,error:r};throw r}})}queryVectors(e){return Ra.__awaiter(this,void 0,void 0,function*(){try{return{data:yield(0,Na.post)(this.fetch,`${this.url}/QueryVectors`,e,{headers:this.headers}),error:null}}catch(r){if(this.shouldThrowOnError)throw r;if((0,Ba.isStorageVectorsError)(r))return{data:null,error:r};throw r}})}deleteVectors(e){return Ra.__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,Na.post)(this.fetch,`${this.url}/DeleteVectors`,e,{headers:this.headers}))||{},error:null}}catch(r){if(this.shouldThrowOnError)throw r;if((0,Ba.isStorageVectorsError)(r))return{data:null,error:r};throw r}})}};gp.default=mp});var wp=S(bp=>{"use strict";Object.defineProperty(bp,"__esModule",{value:!0});var Bu=(me(),oe(he)),$P=Fu(),Nu=ri(),Lu=$u(),IP=ni(),Dp=class{constructor(e,r={},n){this.shouldThrowOnError=!1,this.url=e.replace(/\/$/,""),this.headers=Object.assign(Object.assign({},$P.DEFAULT_HEADERS),r),this.fetch=(0,IP.resolveFetch)(n)}throwOnError(){return this.shouldThrowOnError=!0,this}createBucket(e){return Bu.__awaiter(this,void 0,void 0,function*(){try{return{data:(yield(0,Lu.post)(this.fetch,`${this.url}/CreateVectorBucket`,{vectorBucketName:e},{headers:this.headers}))||{},error:null}}catch(r){if(this.shouldThrowOnError)throw r;if((0,Nu.isStorageVectorsError)(r))return{data:null,error:r};throw r}})}getBucket(e){return Bu.__awaiter(this,void 0,void 0,function*(){try{return{data:yield(0,Lu.post)(this.fetch,`${this.url}/GetVectorBucket`,{vectorBucketName:e},{headers:this.headers}),error:null}}catch(r){if(this.shouldThrowOnError)throw r;if((0,Nu.isStorageVectorsError)(r))return{data:null,error:r};throw r}})}listBuckets(){return Bu.__awaiter(this,arguments,void 0,function*(e={}){try{return{data:yield(0,Lu.post)(this.fetch,`${this.url}/ListVectorBuckets`,e,{headers:this.headers}),error:null}}catch(r){if(this.shouldThrowOnError)throw r;if((0,Nu.isStorageVectorsError)(r))return{data:null,error:r};throw r}})}deleteBucket(e){return Bu.__awaiter(this,void 0,void 0,function*(){try{return{data:(yield(0,Lu.post)(this.fetch,`${this.url}/DeleteVectorBucket`,{vectorBucketName:e},{headers:this.headers}))||{},error:null}}catch(r){if(this.shouldThrowOnError)throw r;if((0,Nu.isStorageVectorsError)(r))return{data:null,error:r};throw r}})}};bp.default=Dp});var b0=S(_n=>{"use strict";Object.defineProperty(_n,"__esModule",{value:!0});_n.VectorIndexScope=_n.VectorBucketScope=_n.StorageVectorsClient=void 0;var ar=(me(),oe(he)),TP=ar.__importDefault(hp()),RP=ar.__importDefault(yp()),BP=ar.__importDefault(wp()),vp=class extends BP.default{constructor(e,r={}){super(e,r.headers||{},r.fetch)}from(e){return new ju(this.url,this.headers,e,this.fetch)}};_n.StorageVectorsClient=vp;var ju=class extends TP.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 ar.__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 ar.__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 ar.__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 ar.__awaiter(this,void 0,void 0,function*(){return r.deleteIndex.call(this,this.vectorBucketName,e)})}index(e){return new Uu(this.url,this.headers,this.vectorBucketName,e,this.fetch)}};_n.VectorBucketScope=ju;var Uu=class extends RP.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 ar.__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 ar.__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 ar.__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 ar.__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 ar.__awaiter(this,void 0,void 0,function*(){return r.deleteVectors.call(this,Object.assign(Object.assign({},e),{vectorBucketName:this.vectorBucketName,indexName:this.indexName}))})}};_n.VectorIndexScope=Uu});var _p=S(ge=>{"use strict";Object.defineProperty(ge,"__esModule",{value:!0});ge.validateVectorDimension=ge.normalizeToFloat32=ge.isPlainObject=ge.resolveResponse=ge.resolveFetch=ge.isStorageVectorsError=ge.StorageVectorsErrorCode=ge.StorageVectorsUnknownError=ge.StorageVectorsApiError=ge.StorageVectorsError=ge.VectorDataApi=ge.VectorIndexApi=ge.VectorBucketApi=ge.VectorIndexScope=ge.VectorBucketScope=ge.StorageVectorsClient=void 0;var Cp=(me(),oe(he)),Ep=b0();Object.defineProperty(ge,"StorageVectorsClient",{enumerable:!0,get:function(){return Ep.StorageVectorsClient}});Object.defineProperty(ge,"VectorBucketScope",{enumerable:!0,get:function(){return Ep.VectorBucketScope}});Object.defineProperty(ge,"VectorIndexScope",{enumerable:!0,get:function(){return Ep.VectorIndexScope}});var NP=wp();Object.defineProperty(ge,"VectorBucketApi",{enumerable:!0,get:function(){return Cp.__importDefault(NP).default}});var LP=hp();Object.defineProperty(ge,"VectorIndexApi",{enumerable:!0,get:function(){return Cp.__importDefault(LP).default}});var jP=yp();Object.defineProperty(ge,"VectorDataApi",{enumerable:!0,get:function(){return Cp.__importDefault(jP).default}});var La=ri();Object.defineProperty(ge,"StorageVectorsError",{enumerable:!0,get:function(){return La.StorageVectorsError}});Object.defineProperty(ge,"StorageVectorsApiError",{enumerable:!0,get:function(){return La.StorageVectorsApiError}});Object.defineProperty(ge,"StorageVectorsUnknownError",{enumerable:!0,get:function(){return La.StorageVectorsUnknownError}});Object.defineProperty(ge,"StorageVectorsErrorCode",{enumerable:!0,get:function(){return La.StorageVectorsErrorCode}});Object.defineProperty(ge,"isStorageVectorsError",{enumerable:!0,get:function(){return La.isStorageVectorsError}});var ja=ni();Object.defineProperty(ge,"resolveFetch",{enumerable:!0,get:function(){return ja.resolveFetch}});Object.defineProperty(ge,"resolveResponse",{enumerable:!0,get:function(){return ja.resolveResponse}});Object.defineProperty(ge,"isPlainObject",{enumerable:!0,get:function(){return ja.isPlainObject}});Object.defineProperty(ge,"normalizeToFloat32",{enumerable:!0,get:function(){return ja.normalizeToFloat32}});Object.defineProperty(ge,"validateVectorDimension",{enumerable:!0,get:function(){return ja.validateVectorDimension}})});var w0=S(Mu=>{"use strict";Object.defineProperty(Mu,"__esModule",{value:!0});Mu.StorageClient=void 0;var xp=(me(),oe(he)),UP=xp.__importDefault(m0()),MP=xp.__importDefault(g0()),qP=xp.__importDefault(cp()),HP=_p(),Sp=class extends MP.default{constructor(e,r={},n,o){super(e,r,n,o)}from(e){return new UP.default(this.url,this.headers,e,this.fetch)}get vectors(){return new HP.StorageVectorsClient(this.url+"/vector",{headers:this.headers,fetch:this.fetch})}get analytics(){return new qP.default(this.url+"/iceberg",this.headers,this.fetch)}};Mu.StorageClient=Sp});var C0=S(v0=>{"use strict";Object.defineProperty(v0,"__esModule",{value:!0})});var E0=S(Qr=>{"use strict";Object.defineProperty(Qr,"__esModule",{value:!0});Qr.StorageAnalyticsClient=Qr.StorageClient=void 0;var qu=(me(),oe(he)),VP=w0();Object.defineProperty(Qr,"StorageClient",{enumerable:!0,get:function(){return VP.StorageClient}});var zP=cp();Object.defineProperty(Qr,"StorageAnalyticsClient",{enumerable:!0,get:function(){return qu.__importDefault(zP).default}});qu.__exportStar(C0(),Qr);qu.__exportStar(En(),Qr);qu.__exportStar(_p(),Qr)});var _0=S(Hu=>{"use strict";Object.defineProperty(Hu,"__esModule",{value:!0});Hu.version=void 0;Hu.version="2.84.0"});var S0=S(Gt=>{"use strict";Object.defineProperty(Gt,"__esModule",{value:!0});Gt.DEFAULT_REALTIME_OPTIONS=Gt.DEFAULT_AUTH_OPTIONS=Gt.DEFAULT_DB_OPTIONS=Gt.DEFAULT_GLOBAL_OPTIONS=Gt.DEFAULT_HEADERS=void 0;var KP=_0(),Ua="";typeof Deno<"u"?Ua="deno":typeof document<"u"?Ua="web":typeof navigator<"u"&&navigator.product==="ReactNative"?Ua="react-native":Ua="node";Gt.DEFAULT_HEADERS={"X-Client-Info":`supabase-js-${Ua}/${KP.version}`};Gt.DEFAULT_GLOBAL_OPTIONS={headers:Gt.DEFAULT_HEADERS};Gt.DEFAULT_DB_OPTIONS={schema:"public"};Gt.DEFAULT_AUTH_OPTIONS={autoRefreshToken:!0,persistSession:!0,detectSessionInUrl:!0,flowType:"implicit"};Gt.DEFAULT_REALTIME_OPTIONS={}});var x0=S($r=>{"use strict";Object.defineProperty($r,"__esModule",{value:!0});$r.fetchWithAuth=$r.resolveHeadersConstructor=$r.resolveFetch=void 0;var GP=t=>t?(...e)=>t(...e):(...e)=>fetch(...e);$r.resolveFetch=GP;var WP=()=>Headers;$r.resolveHeadersConstructor=WP;var YP=(t,e,r)=>{let n=(0,$r.resolveFetch)(r),o=(0,$r.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}))}};$r.fetchWithAuth=YP});var O0=S(Sn=>{"use strict";Object.defineProperty(Sn,"__esModule",{value:!0});Sn.isBrowser=void 0;Sn.uuid=JP;Sn.ensureTrailingSlash=A0;Sn.applySettingDefaults=ZP;Sn.validateSupabaseUrl=QP;function JP(){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 A0(t){return t.endsWith("/")?t:t+"/"}var XP=()=>typeof window<"u";Sn.isBrowser=XP;function ZP(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 QP(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(A0(e))}catch{throw Error("Invalid supabaseUrl: Provided URL is malformed.")}}});var jp={};Yr(jp,{AuthAdminApi:()=>Op,AuthApiError:()=>Fp,AuthClient:()=>Ap,AuthError:()=>Sr,AuthImplicitGrantRedirectError:()=>Tp,AuthInvalidCredentialsError:()=>Ip,AuthInvalidTokenResponseError:()=>$p,AuthPKCEGrantCodeExchangeError:()=>Rp,AuthRetryableError:()=>kp,AuthSessionMissingError:()=>Pp,AuthWeakPasswordError:()=>Bp,GoTrueAdminApi:()=>zu,GoTrueClient:()=>Vu,NavigatorLockAcquireTimeoutError:()=>Np,isAuthApiError:()=>o3,isAuthError:()=>n3,isAuthRetryableError:()=>i3,isAuthSessionMissingError:()=>a3,isAuthWeakPasswordError:()=>s3,lockInternals:()=>r3,navigatorLock:()=>e3,processLock:()=>t3});var Lp,F0,Vu,zu,Ap,Op,Sr,Fp,kp,Pp,$p,Ip,Tp,Rp,Bp,e3,t3,Np,r3,n3,o3,i3,a3,s3,Up=Xe(()=>{Lp=()=>Promise.resolve({data:{session:null,user:null},error:null}),F0={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}):Lp}},Vu=class{constructor(e){return this.options=e,new Proxy(this,F0)}},zu=class{constructor(e){return this.options=e,new Proxy(this,F0)}},Ap=class extends Vu{},Op=class extends zu{},Sr=class extends Error{},Fp=class extends Sr{},kp=class extends Sr{},Pp=class extends Sr{},$p=class extends Sr{},Ip=class extends Sr{},Tp=class extends Sr{},Rp=class extends Sr{},Bp=class extends Sr{},e3=Lp,t3=Lp,Np=class extends Error{},r3={},n3=()=>!1,o3=()=>!1,i3=()=>!1,a3=()=>!1,s3=()=>!1});var k0=S(Ku=>{"use strict";Object.defineProperty(Ku,"__esModule",{value:!0});Ku.SupabaseAuthClient=void 0;var u3=(Up(),oe(jp)),Mp=class extends u3.AuthClient{constructor(e){super(e)}};Ku.SupabaseAuthClient=Mp});var Vp=S(Hp=>{"use strict";Object.defineProperty(Hp,"__esModule",{value:!0});var c3=Ed(),l3=Ud(),f3=(Hd(),oe(qd)),d3=E0(),Gu=S0(),p3=x0(),P0=O0(),h3=k0(),qp=class{constructor(e,r,n){var o,i,a;this.supabaseUrl=e,this.supabaseKey=r;let s=(0,P0.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:Gu.DEFAULT_DB_OPTIONS,realtime:Gu.DEFAULT_REALTIME_OPTIONS,auth:Object.assign(Object.assign({},Gu.DEFAULT_AUTH_OPTIONS),{storageKey:u}),global:Gu.DEFAULT_GLOBAL_OPTIONS},l=(0,P0.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,p3.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 l3.PostgrestClient(new URL("rest/v1",s).href,{headers:this.headers,schema:l.db.schema,fetch:this.fetch}),this.storage=new d3.StorageClient(this.storageUrl.href,this.headers,this.fetch,n?.storage),l.accessToken||this._listenForAuthEvents()}get functions(){return new c3.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 h3.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 f3.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)}};Hp.default=qp});var T0=S(Re=>{"use strict";var m3=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)&&m3(e,t,r)},I0=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 g3=I0(Vp());$0((Up(),oe(jp)),Re);var y3=Ud();Object.defineProperty(Re,"PostgrestError",{enumerable:!0,get:function(){return y3.PostgrestError}});var Ma=Ed();Object.defineProperty(Re,"FunctionsHttpError",{enumerable:!0,get:function(){return Ma.FunctionsHttpError}});Object.defineProperty(Re,"FunctionsFetchError",{enumerable:!0,get:function(){return Ma.FunctionsFetchError}});Object.defineProperty(Re,"FunctionsRelayError",{enumerable:!0,get:function(){return Ma.FunctionsRelayError}});Object.defineProperty(Re,"FunctionsError",{enumerable:!0,get:function(){return Ma.FunctionsError}});Object.defineProperty(Re,"FunctionRegion",{enumerable:!0,get:function(){return Ma.FunctionRegion}});$0((Hd(),oe(qd)),Re);var D3=Vp();Object.defineProperty(Re,"SupabaseClient",{enumerable:!0,get:function(){return I0(D3).default}});var b3=(t,e,r)=>new g3.default(t,e,r);Re.createClient=b3;function w3(){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}w3()&&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 zp=S((Dz,R0)=>{R0.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 Wu=S(N0=>{var B0={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 v3(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(B0))N0[t]=v3(B0[t])});var q0=S((wz,M0)=>{var C3=require("fs"),nt=require("path"),L0=zp(),E3=Wu(),_3=typeof process=="object"&&process.platform==="win32",j0=t=>typeof t=="object"&&t!==null,U0=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=C3,j0(t)&&j0(t.fs)&&typeof t.fs.statSync=="function"&&(this.fs=t.fs)}M0.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 E3.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 U0[(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 L0.STORED:return"STORED ("+t+")";case L0.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=_3;We.crcTable=U0});var V0=S((vz,H0)=>{var S3=require("path");H0.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=S3.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 K0=S((Cz,z0)=>{z0.exports={efs:!0,encode:t=>Buffer.from(t,"utf8"),decode:t=>t.toString("utf8")}});var si=S((Ez,ai)=>{ai.exports=q0();ai.exports.Constants=zp();ai.exports.Errors=Wu();ai.exports.FileAttr=V0();ai.exports.decoder=K0()});var W0=S((_z,G0)=>{var xn=si(),J=xn.Constants;G0.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|=xn.isWin?2560:768,r|=J.FLG_EFS;let b={extraLen:0},y=g=>Math.max(0,g)>>>0,v=g=>Math.max(0,g)&65535,E=g=>Math.max(0,g)&255;return o=xn.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&J.FLG_EFS)>0},set flags_efs(g){g?r|=J.FLG_EFS:r&=~J.FLG_EFS},get flags_desc(){return(r&J.FLG_DESC)>0},set flags_desc(g){g?r|=J.FLG_DESC:r&=~J.FLG_DESC},get method(){return n},set method(g){switch(g){case J.STORED:this.version=10;case J.DEFLATED:default:this.version=20}n=g},get time(){return xn.fromDOS2Date(this.timeval)},set time(g){this.timeval=xn.fromDate2DOS(g)},get timeval(){return o},set timeval(g){o=y(g)},get timeHighByte(){return E(o>>>8)},get crc(){return i},set crc(g){i=y(g)},get compressedSize(){return a},set compressedSize(g){a=y(g)},get size(){return s},set size(g){s=y(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=y(g)},get inAttr(){return p},set inAttr(g){p=y(g)},get attr(){return h},set attr(g){h=y(g)},get fileAttr(){return(h||0)>>16&4095},get offset(){return m},set offset(g){m=y(g)},get encrypted(){return(r&J.FLG_ENC)===J.FLG_ENC},get centralHeaderSize(){return J.CENHDR+u+c+l},get realDataOffset(){return m+J.LOCHDR+b.fnameLen+b.extraLen},get localHeader(){return b},loadLocalHeaderFromBinary:function(g){var _=g.slice(m,m+J.LOCHDR);if(_.readUInt32LE(0)!==J.LOCSIG)throw xn.Errors.INVALID_LOC();b.version=_.readUInt16LE(J.LOCVER),b.flags=_.readUInt16LE(J.LOCFLG),b.method=_.readUInt16LE(J.LOCHOW),b.time=_.readUInt32LE(J.LOCTIM),b.crc=_.readUInt32LE(J.LOCCRC),b.compressedSize=_.readUInt32LE(J.LOCSIZ),b.size=_.readUInt32LE(J.LOCLEN),b.fnameLen=_.readUInt16LE(J.LOCNAM),b.extraLen=_.readUInt16LE(J.LOCEXT);let x=m+J.LOCHDR+b.fnameLen,$=x+b.extraLen;return g.slice(x,$)},loadFromBinary:function(g){if(g.length!==J.CENHDR||g.readUInt32LE(0)!==J.CENSIG)throw xn.Errors.INVALID_CEN();t=g.readUInt16LE(J.CENVEM),e=g.readUInt16LE(J.CENVER),r=g.readUInt16LE(J.CENFLG),n=g.readUInt16LE(J.CENHOW),o=g.readUInt32LE(J.CENTIM),i=g.readUInt32LE(J.CENCRC),a=g.readUInt32LE(J.CENSIZ),s=g.readUInt32LE(J.CENLEN),u=g.readUInt16LE(J.CENNAM),c=g.readUInt16LE(J.CENEXT),l=g.readUInt16LE(J.CENCOM),d=g.readUInt16LE(J.CENDSK),p=g.readUInt16LE(J.CENATT),h=g.readUInt32LE(J.CENATX),m=g.readUInt32LE(J.CENOFF)},localHeaderToBinary:function(){var g=Buffer.alloc(J.LOCHDR);return g.writeUInt32LE(J.LOCSIG,0),g.writeUInt16LE(e,J.LOCVER),g.writeUInt16LE(r,J.LOCFLG),g.writeUInt16LE(n,J.LOCHOW),g.writeUInt32LE(o,J.LOCTIM),g.writeUInt32LE(i,J.LOCCRC),g.writeUInt32LE(a,J.LOCSIZ),g.writeUInt32LE(s,J.LOCLEN),g.writeUInt16LE(u,J.LOCNAM),g.writeUInt16LE(b.extraLen,J.LOCEXT),g},centralHeaderToBinary:function(){var g=Buffer.alloc(J.CENHDR+u+c+l);return g.writeUInt32LE(J.CENSIG,0),g.writeUInt16LE(t,J.CENVEM),g.writeUInt16LE(e,J.CENVER),g.writeUInt16LE(r,J.CENFLG),g.writeUInt16LE(n,J.CENHOW),g.writeUInt32LE(o,J.CENTIM),g.writeUInt32LE(i,J.CENCRC),g.writeUInt32LE(a,J.CENSIZ),g.writeUInt32LE(s,J.CENLEN),g.writeUInt16LE(u,J.CENNAM),g.writeUInt16LE(c,J.CENEXT),g.writeUInt16LE(l,J.CENCOM),g.writeUInt16LE(d,J.CENDSK),g.writeUInt16LE(p,J.CENATT),g.writeUInt32LE(h,J.CENATX),g.writeUInt32LE(m,J.CENOFF),g},toJSON:function(){let g=function(_){return _+" bytes"};return{made:t,version:e,flags:r,method:xn.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(J.CENHDR+u+c+l)}},toString:function(){return JSON.stringify(this.toJSON(),null," ")}}}});var J0=S((Sz,Y0)=>{var ui=si(),Ve=ui.Constants;Y0.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 ui.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=ui.readBigUInt64LE(i,Ve.ZIP64SUB),e=ui.readBigUInt64LE(i,Ve.ZIP64TOT),r=ui.readBigUInt64LE(i,Ve.ZIP64SIZE),n=ui.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 Gp=S(Kp=>{Kp.EntryHeader=W0();Kp.MainHeader=J0()});var Z0=S((Az,X0)=>{X0.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 eb=S((Oz,Q0)=>{var x3=+(process.versions?process.versions.node:"").split(".")[0]||0;Q0.exports=function(t,e){var r=require("zlib");let n=x3>=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 ib=S((Fz,ob)=>{"use strict";var{randomFillSync:tb}=require("crypto"),A3=Wu(),O3=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}),nb=(t,e)=>Math.imul(t,e)>>>0,rb=(t,e)=>O3[(t^e)&255]^t>>>8,qa=()=>typeof tb=="function"?tb(Buffer.alloc(12)):qa.node();qa.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 Yu={genSalt:qa};function Ju(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])}Ju.prototype.updateKeys=function(t){let e=this.keys;return e[0]=rb(e[0],t),e[1]+=e[0]&255,e[1]=nb(e[1],134775813)+1,e[2]=rb(e[2],e[1]>>>24),t};Ju.prototype.next=function(){let t=(this.keys[2]|2)>>>0;return nb(t,t^1)>>8&255};function F3(t){let e=new Ju(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 k3(t){let e=new Ju(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 P3(t,e,r){if(!t||!Buffer.isBuffer(t)||t.length<12)return Buffer.alloc(0);let n=F3(r),o=n(t.slice(0,12)),i=(e.flags&8)===8?e.timeHighByte:e.crc>>>24;if(o[11]!==i)throw A3.WRONG_PASSWORD();return n(t.slice(12))}function $3(t){Buffer.isBuffer(t)&&t.length>=12?Yu.genSalt=function(){return t.slice(0,12)}:t==="node"?Yu.genSalt=qa.node:Yu.genSalt=qa}function I3(t,e,r,n=!1){t==null&&(t=Buffer.alloc(0)),Buffer.isBuffer(t)||(t=Buffer.from(t.toString()));let o=k3(r),i=Yu.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)}ob.exports={decrypt:P3,encrypt:I3,_salter:$3}});var ab=S(Xu=>{Xu.Deflater=Z0();Xu.Inflater=eb();Xu.ZipCrypto=ib()});var Yp=S((Pz,sb)=>{var Ae=si(),T3=Gp(),Ye=Ae.Constants,Wp=ab();sb.exports=function(t,e){var r=new T3.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:Ae.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 Ae.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 Ae.Errors.DESCRIPTOR_UNKNOWN();if(_.compressedSize!==r.compressedSize||_.size!==r.size||_.crc!==r.crc)throw Ae.Errors.DESCRIPTOR_FAULTY();if(Ae.crc32(g)!==_.crc)return!1}else if(Ae.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),Ae.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 Ae.Errors.INVALID_PASS_PARAM();$=Wp.ZipCrypto.decrypt($,r,x)}var k=Buffer.alloc(r.size);switch(r.method){case Ae.Constants.STORED:if($.copy(k),h(k))return g&&_&&_(k),k;throw g&&_&&_(k,Ae.Errors.BAD_CRC()),Ae.Errors.BAD_CRC();case Ae.Constants.DEFLATED:var B=new Wp.Inflater($,r.size);if(g)B.inflateAsync(function(T){T.copy(T,0),_&&(h(T)?_(T):_(T,Ae.Errors.BAD_CRC()))});else{if(B.inflate(k).copy(k,0),!h(k))throw Ae.Errors.BAD_CRC(`"${d.decode(n)}"`);return k}break;default:throw g&&_&&_(Buffer.alloc(0),Ae.Errors.UNKNOWN_METHOD()),Ae.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 Ae.Constants.STORED:return r.compressedSize=r.size,x=Buffer.alloc(a.length),a.copy(x),g&&_&&_(x),x;default:case Ae.Constants.DEFLATED:var $=new Wp.Deflater(a);if(g)$.deflateAsync(function(B){x=Buffer.alloc(B.length),r.compressedSize=B.length,B.copy(x),_&&_(x)});else{var k=$.deflate();return r.compressedSize=k.length,k}$=null;break}}else if(g&&_)_(Buffer.alloc(0));else return Buffer.alloc(0)}function y(g,_){return(g.readUInt32LE(_+4)<<4)+g.readUInt32LE(_)}function v(g){try{for(var _=0,x,$,k;_+4<g.length;)x=g.readUInt16LE(_),_+=2,$=g.readUInt16LE(_),_+=2,k=g.slice(_,_+$),_+=$,Ye.ID_ZIP64===x&&E(k)}catch{throw Ae.Errors.EXTRA_FIELD_PARSE_ERROR()}}function E(g){var _,x,$,k;g.length>=Ye.EF_ZIP64_SCOMP&&(_=y(g,Ye.EF_ZIP64_SUNCOMP),r.size===Ye.EF_ZIP64_OR_32&&(r.size=_)),g.length>=Ye.EF_ZIP64_RHO&&(x=y(g,Ye.EF_ZIP64_SCOMP),r.compressedSize===Ye.EF_ZIP64_OR_32&&(r.compressedSize=x)),g.length>=Ye.EF_ZIP64_DSN&&($=y(g,Ye.EF_ZIP64_RHO),r.offset===Ye.EF_ZIP64_OR_32&&(r.offset=$)),g.length>=Ye.EF_ZIP64_DSN+4&&(k=g.readUInt32LE(Ye.EF_ZIP64_DSN),r.diskNumStart===Ye.EF_ZIP64_OR_16&&(r.diskNumStart=k))}return{get entryName(){return d.decode(n)},get rawEntryName(){return n},set entryName(g){n=Ae.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,v(g)},get comment(){return d.decode(o)},set comment(g){if(o=Ae.toBuffer(g,d.encode),r.commentLength=o.length,o.length>65535)throw Ae.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=Ae.toBuffer(g,Ae.decoder.encode),!i&&a.length?(r.size=a.length,r.method=Ae.Constants.DEFLATED,r.crc=Ae.crc32(g),r.changed=!0):r.method=Ae.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(),_=Ae.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 lb=S(($z,cb)=>{var ub=Yp(),R3=Gp(),ht=si();cb.exports=function(t,e){var r=[],n={},o=Buffer.alloc(0),i=new R3.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 y=new Set;for(let v of Object.keys(n)){let E=v.split("/");if(E.pop(),!!E.length)for(let g=0;g<E.length;g++){let _=E.slice(0,g+1).join("/")+"/";y.add(_)}}for(let v of y)if(!(v in n)){let E=new ub(c);E.entryName=v,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)/ht.Constants.CENHDR)throw ht.Errors.DISK_ENTRY_TOO_LARGE();r=new Array(i.diskEntries);for(var y=i.offset,v=0;v<r.length;v++){var E=y,g=new ub(c,t);g.header=t.slice(E,E+=ht.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)),y+=g.header.centralHeaderSize,r[v]=g,n[g.entryName]=g}u.clear(),p()}function m(y){var v=t.length-ht.Constants.ENDHDR,E=Math.max(0,v-65535),g=E,_=t.length,x=-1,$=0;for(typeof c.trailingSpace=="boolean"&&c.trailingSpace&&(E=0),v;v>=g;v--)if(t[v]===80){if(t.readUInt32LE(v)===ht.Constants.ENDSIG){x=v,$=v,_=v+ht.Constants.ENDHDR,g=v-ht.Constants.END64HDR;continue}if(t.readUInt32LE(v)===ht.Constants.END64SIG){g=E;continue}if(t.readUInt32LE(v)===ht.Constants.ZIP64SIG){x=v,_=v+ht.readBigUInt64LE(t,v+ht.Constants.ZIP64SIZE)+ht.Constants.ZIP64LEAD;break}}if(x==-1)throw ht.Errors.INVALID_FORMAT();i.loadFromBinary(t.slice(x,_)),i.commentLength&&(o=t.slice($+ht.Constants.ENDHDR)),y&&h()}function b(){r.length>1&&!l&&r.sort((y,v)=>y.entryName.toLowerCase().localeCompare(v.entryName.toLowerCase()))}return{get entries(){return a||h(),r.filter(y=>!u.has(y))},get comment(){return d.decode(o)},set comment(y){o=ht.toBuffer(y,d.encode),i.commentLength=o.length},getEntryCount:function(){return a?r.length:i.diskEntries},forEach:function(y){this.entries.forEach(y)},getEntry:function(y){return a||h(),n[y]||null},setEntry:function(y){a||h(),r.push(y),n[y.entryName]=y,i.totalEntries=r.length},deleteFile:function(y,v=!0){a||h();let E=n[y];this.getEntryChildren(E,v).map(_=>_.entryName).forEach(this.deleteEntry)},deleteEntry:function(y){a||h();let v=n[y],E=r.indexOf(v);E>=0&&(r.splice(E,1),delete n[y],i.totalEntries=r.length)},getEntryChildren:function(y,v=!0){if(a||h(),typeof y=="object")if(y.isDirectory&&v){let E=[],g=y.entryName;for(let _ of r)_.entryName.startsWith(g)&&E.push(_);return E}else return[y];return[]},getChildCount:function(y){if(y&&y.isDirectory){let v=this.getEntryChildren(y);return v.includes(y)?v.length-1:v.length}return 0},compressToBuffer:function(){a||h(),b();let y=[],v=[],E=0,g=0;i.size=0,i.offset=0;let _=0;for(let k of this.entries){let B=k.getCompressedData();k.header.offset=g;let T=k.packLocalHeader(),L=T.length+B.length;g+=L,y.push(T),y.push(B);let A=k.packCentralHeader();v.push(A),i.size+=A.length,E+=L+A.length,_++}E+=i.mainHeaderSize,i.offset=g,i.totalEntries=_,g=0;let x=Buffer.alloc(E);for(let k of y)k.copy(x,g),g+=k.length;for(let k of v)k.copy(x,g),g+=k.length;let $=i.toBinary();return o&&o.copy($,ht.Constants.ENDHDR),$.copy(x,g),t=x,a=!1,x},toAsyncBuffer:function(y,v,E,g){try{a||h(),b();let _=[],x=[],$=0,k=0,B=0;i.size=0,i.offset=0;let T=function(L){if(L.length>0){let A=L.shift(),j=A.entryName+A.extra.toString();E&&E(j),A.getCompressedDataAsync(function(M){g&&g(j),A.header.offset=k;let W=A.packLocalHeader(),F=W.length+M.length;k+=F,_.push(W),_.push(M);let D=A.packCentralHeader();x.push(D),i.size+=D.length,$+=F+D.length,B++,T(L)})}else{$+=i.mainHeaderSize,i.offset=k,i.totalEntries=B,k=0;let A=Buffer.alloc($);_.forEach(function(M){M.copy(A,k),k+=M.length}),x.forEach(function(M){M.copy(A,k),k+=M.length});let j=i.toBinary();o&&o.copy(j,ht.Constants.ENDHDR),j.copy(A,k),t=A,a=!1,y(A)}};T(Array.from(this.entries))}catch(_){v(_)}}}}});var Jp=S((Iz,db)=>{var ze=si(),Je=require("path"),B3=Yp(),N3=lb(),Yn=(...t)=>ze.findLast(t,e=>typeof e=="boolean"),fb=(...t)=>ze.findLast(t,e=>typeof e=="string"),L3=(...t)=>ze.findLast(t,e=>typeof e=="function"),j3={noSort:!1,readEntries:!1,method:ze.Constants.NONE,fs:null};db.exports=function(t,e){let r=null,n=Object.assign(Object.create(null),j3);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 N3(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:y}=Je.posix;return m(".",b(y+h.split("\\").join(y)+y))}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 y=b.getData();if(y&&y.length)return y.toString(m||"utf8")}return""},readAsTextAsync:function(h,m,b){var y=c(h);y?y.getDataAsync(function(v,E){if(E){m(v,E);return}v&&v.length?m(v.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,y){if(o.fs.existsSync(h)){m=m?l(m):"";let v=Je.win32.basename(Je.win32.normalize(h));m+=b||v;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,y,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:y}=h,{zipPath:v,zipName:E}=h,g=this;o.fs.stat(b,function(_,x){if(_)return m(_,!1);v=v?l(v):"";let $=Je.win32.basename(Je.win32.normalize(b));if(v+=E||$,x.isFile())o.fs.readFile(b,function(k,B){return k?m(k,!1):(g.addFile(v,B,y,x),setImmediate(m,void 0,!0))});else if(x.isDirectory())return v+=o.sep,g.addFile(v,Buffer.alloc(0),y,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 y=o.findFiles(h),v=this;if(y.length)for(let E of y){let g=Je.join(m,p(h,E));b(g)&&v.addLocalFile(E,Je.dirname(g))}}else throw ze.Errors.FILE_NOT_FOUND(h)},addLocalFolderAsync:function(h,m,b,y){y=d(y),b=b?l(b):"",h=Je.normalize(h);var v=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[_],k=p(h,$).split("\\").join("/");k=k.normalize("NFD").replace(/[\u0300-\u036f]/g,"").replace(/[^\x20-\x7E]/g,""),y(k)?o.fs.stat($,function(B,T){B&&m(void 0,B),T.isFile()?o.fs.readFile($,function(L,A){L?m(void 0,L):(v.addFile(b+k,A,"",T),x())}):(v.addFile(b+k+"/",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:y,filter:v,namefix:E}=h;v instanceof RegExp?v=(function(x){return function($){return x.test($)}})(v):typeof v!="function"&&(v=function(){return!0}),y=y?l(y):"",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(y,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($,k){if($)return m($);k=k.filter(B=>v(g(B))),k.length||m(void 0,!1),setImmediate(k.reverse().reduce(function(B,T){return function(L,A){if(L||A===!1)return setImmediate(B,L,!1);b.addLocalFileAsync({localPath:T,zipPath:Je.dirname(g(T)),zipName:_(T)},B)}},m))})})},addLocalFolderPromise:function(h,m){return new Promise((b,y)=>{this.addLocalFolderAsync2(Object.assign({localPath:h},m),(v,E)=>{v&&y(v),E&&b(this)})})},addFile:function(h,m,b,y){h=u(h);let v=c(h),E=v!=null;E||(v=new B3(n),v.entryName=h),v.comment=b||"";let g=typeof y=="object"&&y instanceof o.fs.Stats;g&&(v.header.time=y.mtime);var _=v.isDirectory?16:0;let x=v.isDirectory?16384:32768;return g?x|=4095&y.mode:typeof y=="number"?x|=4095&y:x|=v.isDirectory?493:420,_=(_|x<<16)>>>0,v.attr=_,v.setData(m),E||i.setEntry(v),v},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,y,v,E){y=Yn(!1,y),v=Yn(!1,v),b=Yn(!0,b),E=fb(v,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 L=T.getData();if(!L)throw ze.Errors.CANT_EXTRACT_FILE();var A=a(T.entryName),j=s(m,b?A:Je.basename(A));let M=v?T.header.fileAttr:void 0;o.writeFileTo(j,L,y,M)}),!0}var k=g.getData(i.password);if(!k)throw ze.Errors.CANT_EXTRACT_FILE();if(o.fs.existsSync(x)&&!y)throw ze.Errors.CANT_OVERRIDE();let B=v?h.header.fileAttr:void 0;return o.writeFileTo(x,k,y,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,y){if(b=Yn(!1,b),y=fb(b,y),m=Yn(!1,m),!i)throw ze.Errors.NO_ZIP();i.entries.forEach(function(v){var E=s(h,a(v.entryName));if(v.isDirectory){o.makeDir(E);return}var g=v.getData(y);if(!g)throw ze.Errors.CANT_EXTRACT_FILE();let _=b?v.header.fileAttr:void 0;o.writeFileTo(E,g,m,_);try{o.fs.utimesSync(E,v.header.time,v.header.time)}catch{throw ze.Errors.CANT_EXTRACT_FILE()}})},extractAllToAsync:function(h,m,b,y){if(y=L3(m,b,y),b=Yn(!1,b),m=Yn(!1,m),!y)return new Promise((x,$)=>{this.extractAllToAsync(h,m,b,function(k){k?$(k):x(this)})});if(!i){y(ze.Errors.NO_ZIP());return}h=Je.resolve(h);let v=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 $=v(x),k=b?x.header.fileAttr:void 0;try{o.makeDir($),k&&o.fs.chmodSync($,k),o.fs.utimesSync($,x.header.time,x.header.time)}catch{y(E("Unable to create folder",$))}}_.reverse().reduce(function(x,$){return function(k){if(k)x(k);else{let B=Je.normalize(a($.entryName)),T=s(h,B);$.getDataAsync(function(L,A){if(A)x(A);else if(!L)x(ze.Errors.CANT_EXTRACT_FILE());else{let j=b?$.header.fileAttr:void 0;o.writeFileToAsync(T,L,m,j,function(M){M||x(E("Unable to write file",T)),o.fs.utimes(T,$.header.time,$.header.time,function(W){W?x(E("Unable to set times",T)):x()})})}})}}},y)()},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 y=o.writeFileTo(h,b,!0);typeof m=="function"&&m(y?null:new Error("failed"),"")}}},writeZipPromise:function(h,m){let{overwrite:b,perm:y}=Object.assign({overwrite:!0},m);return new Promise((v,E)=>{!h&&n.filename&&(h=n.filename),h||E("ADM-ZIP: ZIP File Name Missing"),this.toBufferPromise().then(g=>{let _=x=>x?v(x):E("ADM-ZIP: Wasn't able to write zip file");o.writeFileToAsync(h,g,b,y,_)},E)})},toBufferPromise:function(){return new Promise((h,m)=>{i.toAsyncBuffer(h,m)})},toBuffer:function(h,m,b,y){return typeof h=="function"?(i.toAsyncBuffer(h,m,b,y),null):i.compressToBuffer()}}}});var gb=S((Tz,mb)=>{var hb={};mb.exports=hb;var pb={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(pb).forEach(function(t){var e=pb[t],r=hb[t]=[];r.open="\x1B["+e[0]+"m",r.close="\x1B["+e[1]+"m"})});var Db=S((Rz,yb)=>{"use strict";yb.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 wb=S((Bz,bb)=>{"use strict";var U3=require("os"),xr=Db(),Ft=process.env,ci=void 0;xr("no-color")||xr("no-colors")||xr("color=false")?ci=!1:(xr("color")||xr("colors")||xr("color=true")||xr("color=always"))&&(ci=!0);"FORCE_COLOR"in Ft&&(ci=Ft.FORCE_COLOR.length===0||parseInt(Ft.FORCE_COLOR,10)!==0);function M3(t){return t===0?!1:{level:t,hasBasic:!0,has256:t>=2,has16m:t>=3}}function q3(t){if(ci===!1)return 0;if(xr("color=16m")||xr("color=full")||xr("color=truecolor"))return 3;if(xr("color=256"))return 2;if(t&&!t.isTTY&&ci!==!0)return 0;var e=ci?1:0;if(process.platform==="win32"){var r=U3.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 Xp(t){var e=q3(t);return M3(e)}bb.exports={supportsColor:Xp,stdout:Xp(process.stdout),stderr:Xp(process.stderr)}});var Cb=S((Nz,vb)=>{vb.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 _b=S((Lz,Eb)=>{Eb.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],y=0;y<=d[b];y++)c[b]&&(l=l+n[b][i(n[b].length)])}return l}return s(e,r)}});var xb=S((jz,Sb)=>{Sb.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 Ob=S((Uz,Ab)=>{Ab.exports=function(t){return function(e,r,n){return r%2===0?e:t.inverse(e)}}});var kb=S((Mz,Fb)=>{Fb.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((qz,Pb)=>{Pb.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 Lb=S((Vz,Nb)=>{var fe={};Nb.exports=fe;fe.themes={};var H3=require("util"),Jn=fe.styles=gb(),Tb=Object.defineProperties,V3=new RegExp(/[\r\n]+/g);fe.supportsColor=wb().supportsColor;typeof fe.enabled>"u"&&(fe.enabled=fe.supportsColor()!==!1);fe.enable=function(){fe.enabled=!0};fe.disable=function(){fe.enabled=!1};fe.stripColors=fe.strip=function(t){return(""+t).replace(/\x1B\[\d+m/g,"")};var Hz=fe.stylize=function(e,r){if(!fe.enabled)return e+"";var n=Jn[r];return!n&&r in fe?fe[r](e):n.open+e+n.close},z3=/[|\\{}()[\]^$+*?.]/g,K3=function(t){if(typeof t!="string")throw new TypeError("Expected a string");return t.replace(z3,"\\$&")};function Rb(t){var e=function r(){return W3.apply(r,arguments)};return e._styles=t,e.__proto__=G3,e}var Bb=(function(){var t={};return Jn.grey=Jn.gray,Object.keys(Jn).forEach(function(e){Jn[e].closeRe=new RegExp(K3(Jn[e].close),"g"),t[e]={get:function(){return Rb(this._styles.concat(e))}}}),t})(),G3=Tb(function(){},Bb);function W3(){var t=Array.prototype.slice.call(arguments),e=t.map(function(a){return a!=null&&a.constructor===String?a:H3.inspect(a)}).join(" ");if(!fe.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(V3,function(a){return i.close+a+i.open}))}return e}fe.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){fe[r]=function(n){if(typeof t[r]=="object"){var o=n;for(var i in t[r])o=fe[t[r][i]](o);return o}return fe[t[r]](n)}})(e)};function Y3(){var t={};return Object.keys(Bb).forEach(function(e){t[e]={get:function(){return Rb([e])}}}),t}var J3=function(e,r){var n=r.split("");return n=n.map(e),n.join("")};fe.trap=Cb();fe.zalgo=_b();fe.maps={};fe.maps.america=xb()(fe);fe.maps.zebra=Ob()(fe);fe.maps.rainbow=kb()(fe);fe.maps.random=$b()(fe);for(Ib in fe.maps)(function(t){fe[t]=function(e){return J3(fe.maps[t],e)}})(Ib);var Ib;Tb(fe,Y3())});var Ub=S((zz,jb)=>{var X3=Lb();jb.exports=X3});var Mb=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 qb=S((Gz,Z3)=>{Z3.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 Hb=S(Ha=>{"use strict";var Ir=Ub(),An=Mb(),Q3=/[^\w\s\n\r\v\t\.,]/i;Ha.version=qb().version;var Qp=function(t,e){return t!==void 0||e.renderUndefined},Zu=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)&&Zu(t[0],!0,r))},e$=function(t,e){if(e.noColor)return t;if(typeof t=="string")return e.stringColor?Ir[e.stringColor](t):t;var r=t+"";return t===!0?Ir.green(r):t===!1?Ir.red(r):t==null?Ir.grey(r):typeof t=="number"?t>=0?Ir[e.positiveNumberColor](r):Ir[e.negativeNumberColor](r):typeof t=="function"?"function() {}":Array.isArray(t)?t.join(", "):r},eh=function(t,e){return t.multilineStringColor===null||t.noColor?e:Ir[t.multilineStringColor](e)},t$=function(t,e,r){var n=t.split(`
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}};Od.default=Ad});var $d=S(Pd=>{"use strict";Object.defineProperty(Pd,"__esModule",{value:!0});var Nk=(me(),oe(he)),Lk=Nk.__importDefault(Fd()),kd=class extends Lk.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}};Pd.default=kd});var _u=S(Td=>{"use strict";Object.defineProperty(Td,"__esModule",{value:!0});var jk=(me(),oe(he)),Uk=jk.__importDefault($d()),Mk=new RegExp("[,()]"),Id=class extends Uk.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"&&Mk.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}};Td.default=Id});var Nd=S(Bd=>{"use strict";Object.defineProperty(Bd,"__esModule",{value:!0});var qk=(me(),oe(he)),ka=qk.__importDefault(_u()),Rd=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 ka.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 ka.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 ka.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 ka.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 ka.default({method:n,url:this.url,headers:this.headers,schema:this.schema,fetch:(r=this.fetch)!==null&&r!==void 0?r:fetch})}};Bd.default=Rd});var t0=S(jd=>{"use strict";Object.defineProperty(jd,"__esModule",{value:!0});var e0=(me(),oe(he)),Hk=e0.__importDefault(Nd()),Vk=e0.__importDefault(_u()),Ld=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 Hk.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 Vk.default({method:s,url:u,headers:l,schema:this.schemaName,body:c,fetch:(a=this.fetch)!==null&&a!==void 0?a:fetch})}};jd.default=Ld});var Ud=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 Zo=(me(),oe(he)),r0=Zo.__importDefault(t0());At.PostgrestClient=r0.default;var n0=Zo.__importDefault(Nd());At.PostgrestQueryBuilder=n0.default;var o0=Zo.__importDefault(_u());At.PostgrestFilterBuilder=o0.default;var i0=Zo.__importDefault($d());At.PostgrestTransformBuilder=i0.default;var a0=Zo.__importDefault(Fd());At.PostgrestBuilder=a0.default;var s0=Zo.__importDefault(xd());At.PostgrestError=s0.default;At.default={PostgrestClient:r0.default,PostgrestQueryBuilder:n0.default,PostgrestFilterBuilder:o0.default,PostgrestTransformBuilder:i0.default,PostgrestBuilder:a0.default,PostgrestError:s0.default}});var qd={};Yr(qd,{RealtimeClient:()=>Md});var Md,Hd=Xe(()=>{Md=class{constructor(){}connect(){}disconnect(){}}});var En=S(Zr=>{"use strict";Object.defineProperty(Zr,"__esModule",{value:!0});Zr.StorageUnknownError=Zr.StorageApiError=Zr.StorageError=void 0;Zr.isStorageError=zk;var Pa=class extends Error{constructor(e){super(e),this.__isStorageError=!0,this.name="StorageError"}};Zr.StorageError=Pa;function zk(t){return typeof t=="object"&&t!==null&&"__isStorageError"in t}var Vd=class extends Pa{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}}};Zr.StorageApiError=Vd;var zd=class extends Pa{constructor(e,r){super(e),this.name="StorageUnknownError",this.originalError=r}};Zr.StorageUnknownError=zd});var $a=S(ir=>{"use strict";Object.defineProperty(ir,"__esModule",{value:!0});ir.isPlainObject=ir.recursiveToCamel=ir.resolveResponse=ir.resolveFetch=void 0;var Kk=t=>t?(...e)=>t(...e):(...e)=>fetch(...e);ir.resolveFetch=Kk;var Gk=()=>Response;ir.resolveResponse=Gk;var Wk=t=>{if(Array.isArray(t))return t.map(r=>(0,ir.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,ir.recursiveToCamel)(n)}),e};ir.recursiveToCamel=Wk;var Yk=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)};ir.isPlainObject=Yk});var Su=S(Wn=>{"use strict";Object.defineProperty(Wn,"__esModule",{value:!0});Wn.get=Zk;Wn.post=Qk;Wn.put=eP;Wn.head=tP;Wn.remove=rP;var Gn=(me(),oe(he)),Kd=En(),u0=$a(),Gd=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)},Jk=(t,e,r)=>Gn.__awaiter(void 0,void 0,void 0,function*(){let n=yield(0,u0.resolveResponse)();t instanceof n&&!r?.noResolveJson?t.json().then(o=>{let i=t.status||500,a=o?.statusCode||i+"";e(new Kd.StorageApiError(Gd(o),i,a))}).catch(o=>{e(new Kd.StorageUnknownError(Gd(o),o))}):e(new Kd.StorageUnknownError(Gd(t),t))}),Xk=(t,e,r,n)=>{let o={method:t,headers:e?.headers||{}};return t==="GET"||!n?o:((0,u0.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 Ia(t,e,r,n,o,i){return Gn.__awaiter(this,void 0,void 0,function*(){return new Promise((a,s)=>{t(r,Xk(e,n,o,i)).then(u=>{if(!u.ok)throw u;return n?.noResolveJson?u:u.json()}).then(u=>a(u)).catch(u=>Jk(u,s,n))})})}function Zk(t,e,r,n){return Gn.__awaiter(this,void 0,void 0,function*(){return Ia(t,"GET",e,r,n)})}function Qk(t,e,r,n,o){return Gn.__awaiter(this,void 0,void 0,function*(){return Ia(t,"POST",e,n,o,r)})}function eP(t,e,r,n,o){return Gn.__awaiter(this,void 0,void 0,function*(){return Ia(t,"PUT",e,n,o,r)})}function tP(t,e,r,n){return Gn.__awaiter(this,void 0,void 0,function*(){return Ia(t,"HEAD",e,Object.assign(Object.assign({},r),{noResolveJson:!0}),n)})}function rP(t,e,r,n,o){return Gn.__awaiter(this,void 0,void 0,function*(){return Ia(t,"DELETE",e,n,o,r)})}});var c0=S(Yd=>{"use strict";Object.defineProperty(Yd,"__esModule",{value:!0});var nP=(me(),oe(he)),oP=En(),Wd=class{constructor(e,r){this.downloadFn=e,this.shouldThrowOnError=r}then(e,r){return this.execute().then(e,r)}execute(){return nP.__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,oP.isStorageError)(e))return{data:null,error:e};throw e}})}};Yd.default=Wd});var d0=S(Xd=>{"use strict";var l0;Object.defineProperty(Xd,"__esModule",{value:!0});var f0=(me(),oe(he)),iP=En(),aP=f0.__importDefault(c0()),Jd=class{constructor(e,r){this.downloadFn=e,this.shouldThrowOnError=r,this[l0]="BlobDownloadBuilder",this.promise=null}asStream(){return new aP.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 f0.__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,iP.isStorageError)(e))return{data:null,error:e};throw e}})}};l0=Symbol.toStringTag;Xd.default=Jd});var m0=S(Qd=>{"use strict";Object.defineProperty(Qd,"__esModule",{value:!0});var Ot=(me(),oe(he)),Nt=En(),Lt=Su(),p0=$a(),sP=Ot.__importDefault(d0()),uP={limit:100,offset:0,sortBy:{column:"name",order:"asc"}},h0={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,p0.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({},h0),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"?Lt.put:Lt.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,Nt.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:h0.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,Lt.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,Nt.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,Lt.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 Nt.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,Nt.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,Lt.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,Nt.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,Lt.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,Nt.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,Lt.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,Nt.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,Lt.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,Nt.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,Lt.get)(this.fetch,`${this.url}/${o}/${s}${a}`,{headers:this.headers,noResolveJson:!0});return new sP.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,Lt.get)(this.fetch,`${this.url}/object/info/${r}`,{headers:this.headers});return{data:(0,p0.recursiveToCamel)(n),error:null}}catch(n){if(this.shouldThrowOnError)throw n;if((0,Nt.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,Lt.head)(this.fetch,`${this.url}/object/${r}`,{headers:this.headers}),{data:!0,error:null}}catch(n){if(this.shouldThrowOnError)throw n;if((0,Nt.isStorageError)(n)&&n instanceof Nt.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,Lt.remove)(this.fetch,`${this.url}/object/${this.bucketId}`,{prefixes:e},{headers:this.headers}),error:null}}catch(r){if(this.shouldThrowOnError)throw r;if((0,Nt.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({},uP),r),{prefix:e||""});return{data:yield(0,Lt.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,Nt.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,Lt.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,Nt.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("&")}};Qd.default=Zd});var ep=S(xu=>{"use strict";Object.defineProperty(xu,"__esModule",{value:!0});xu.version=void 0;xu.version="2.84.0"});var tp=S(Au=>{"use strict";Object.defineProperty(Au,"__esModule",{value:!0});Au.DEFAULT_HEADERS=void 0;var cP=ep();Au.DEFAULT_HEADERS={"X-Client-Info":`storage-js/${cP.version}`}});var g0=S(np=>{"use strict";Object.defineProperty(np,"__esModule",{value:!0});var Qo=(me(),oe(he)),lP=tp(),ei=En(),ti=Su(),fP=$a(),rp=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({},lP.DEFAULT_HEADERS),r),this.fetch=(0,fP.resolveFetch)(n)}throwOnError(){return this.shouldThrowOnError=!0,this}listBuckets(e){return Qo.__awaiter(this,void 0,void 0,function*(){try{let r=this.listBucketOptionsToQueryString(e);return{data:yield(0,ti.get)(this.fetch,`${this.url}/bucket${r}`,{headers:this.headers}),error:null}}catch(r){if(this.shouldThrowOnError)throw r;if((0,ei.isStorageError)(r))return{data:null,error:r};throw r}})}getBucket(e){return Qo.__awaiter(this,void 0,void 0,function*(){try{return{data:yield(0,ti.get)(this.fetch,`${this.url}/bucket/${e}`,{headers:this.headers}),error:null}}catch(r){if(this.shouldThrowOnError)throw r;if((0,ei.isStorageError)(r))return{data:null,error:r};throw r}})}createBucket(e){return Qo.__awaiter(this,arguments,void 0,function*(r,n={public:!1}){try{return{data:yield(0,ti.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,ei.isStorageError)(o))return{data:null,error:o};throw o}})}updateBucket(e,r){return Qo.__awaiter(this,void 0,void 0,function*(){try{return{data:yield(0,ti.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,ei.isStorageError)(n))return{data:null,error:n};throw n}})}emptyBucket(e){return Qo.__awaiter(this,void 0,void 0,function*(){try{return{data:yield(0,ti.post)(this.fetch,`${this.url}/bucket/${e}/empty`,{},{headers:this.headers}),error:null}}catch(r){if(this.shouldThrowOnError)throw r;if((0,ei.isStorageError)(r))return{data:null,error:r};throw r}})}deleteBucket(e){return Qo.__awaiter(this,void 0,void 0,function*(){try{return{data:yield(0,ti.remove)(this.fetch,`${this.url}/bucket/${e}`,{},{headers:this.headers}),error:null}}catch(r){if(this.shouldThrowOnError)throw r;if((0,ei.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():""}};np.default=rp});var cp=S(up=>{"use strict";Object.defineProperty(up,"__esModule",{value:!0});var op=(me(),oe(he)),dP=tp(),ip=En(),ap=Su(),pP=$a(),sp=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 op.__awaiter(this,void 0,void 0,function*(){try{return{data:yield(0,ap.post)(this.fetch,`${this.url}/bucket`,{name:e},{headers:this.headers}),error:null}}catch(r){if(this.shouldThrowOnError)throw r;if((0,ip.isStorageError)(r))return{data:null,error:r};throw r}})}listBuckets(e){return op.__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,ap.get)(this.fetch,o,{headers:this.headers}),error:null}}catch(r){if(this.shouldThrowOnError)throw r;if((0,ip.isStorageError)(r))return{data:null,error:r};throw r}})}deleteBucket(e){return op.__awaiter(this,void 0,void 0,function*(){try{return{data:yield(0,ap.remove)(this.fetch,`${this.url}/bucket/${e}`,{},{headers:this.headers}),error:null}}catch(r){if(this.shouldThrowOnError)throw r;if((0,ip.isStorageError)(r))return{data:null,error:r};throw r}})}};up.default=sp});var Fu=S(Ou=>{"use strict";Object.defineProperty(Ou,"__esModule",{value:!0});Ou.DEFAULT_HEADERS=void 0;var hP=ep();Ou.DEFAULT_HEADERS={"X-Client-Info":`storage-js/${hP.version}`,"Content-Type":"application/json"}});var ri=S(_r=>{"use strict";Object.defineProperty(_r,"__esModule",{value:!0});_r.StorageVectorsErrorCode=_r.StorageVectorsUnknownError=_r.StorageVectorsApiError=_r.StorageVectorsError=void 0;_r.isStorageVectorsError=mP;var Ta=class extends Error{constructor(e){super(e),this.__isStorageVectorsError=!0,this.name="StorageVectorsError"}};_r.StorageVectorsError=Ta;function mP(t){return typeof t=="object"&&t!==null&&"__isStorageVectorsError"in t}var lp=class extends Ta{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}}};_r.StorageVectorsApiError=lp;var fp=class extends Ta{constructor(e,r){super(e),this.name="StorageVectorsUnknownError",this.originalError=r}};_r.StorageVectorsUnknownError=fp;var y0;(function(t){t.InternalError="InternalError",t.S3VectorConflictException="S3VectorConflictException",t.S3VectorNotFoundException="S3VectorNotFoundException",t.S3VectorBucketNotEmpty="S3VectorBucketNotEmpty",t.S3VectorMaxBucketsExceeded="S3VectorMaxBucketsExceeded",t.S3VectorMaxIndexesExceeded="S3VectorMaxIndexesExceeded"})(y0||(_r.StorageVectorsErrorCode=y0={}))});var ni=S(ar=>{"use strict";Object.defineProperty(ar,"__esModule",{value:!0});ar.validateVectorDimension=ar.normalizeToFloat32=ar.isPlainObject=ar.resolveResponse=ar.resolveFetch=void 0;var gP=t=>t?(...e)=>t(...e):(...e)=>fetch(...e);ar.resolveFetch=gP;var yP=()=>Response;ar.resolveResponse=yP;var DP=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)};ar.isPlainObject=DP;var bP=t=>Array.from(new Float32Array(t));ar.normalizeToFloat32=bP;var wP=(t,e)=>{if(e!==void 0&&t.float32.length!==e)throw new Error(`Vector dimension mismatch: expected ${e}, got ${t.float32.length}`)};ar.validateVectorDimension=wP});var $u=S(ii=>{"use strict";Object.defineProperty(ii,"__esModule",{value:!0});ii.get=_P;ii.post=SP;ii.put=xP;ii.remove=AP;var oi=(me(),oe(he)),ku=ri(),vP=ni(),D0=t=>t.msg||t.message||t.error_description||t.error||JSON.stringify(t),CP=(t,e,r)=>oi.__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 ku.StorageVectorsApiError(D0(a),o,s))}).catch(()=>{let a=o+"",s=i.statusText||`HTTP ${o} error`;e(new ku.StorageVectorsApiError(s,o,a))});else{let a=o+"",s=i.statusText||`HTTP ${o} error`;e(new ku.StorageVectorsApiError(s,o,a))}}else e(new ku.StorageVectorsUnknownError(D0(t),t))}),EP=(t,e,r,n)=>{let o={method:t,headers:e?.headers||{}};return t==="GET"||!n?o:((0,vP.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 Pu(t,e,r,n,o,i){return oi.__awaiter(this,void 0,void 0,function*(){return new Promise((a,s)=>{t(r,EP(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=>CP(u,s,n))})})}function _P(t,e,r,n){return oi.__awaiter(this,void 0,void 0,function*(){return Pu(t,"GET",e,r,n)})}function SP(t,e,r,n,o){return oi.__awaiter(this,void 0,void 0,function*(){return Pu(t,"POST",e,n,o,r)})}function xP(t,e,r,n,o){return oi.__awaiter(this,void 0,void 0,function*(){return Pu(t,"PUT",e,n,o,r)})}function AP(t,e,r,n,o){return oi.__awaiter(this,void 0,void 0,function*(){return Pu(t,"DELETE",e,n,o,r)})}});var hp=S(pp=>{"use strict";Object.defineProperty(pp,"__esModule",{value:!0});var Iu=(me(),oe(he)),OP=Fu(),Tu=ri(),Ru=$u(),FP=ni(),dp=class{constructor(e,r={},n){this.shouldThrowOnError=!1,this.url=e.replace(/\/$/,""),this.headers=Object.assign(Object.assign({},OP.DEFAULT_HEADERS),r),this.fetch=(0,FP.resolveFetch)(n)}throwOnError(){return this.shouldThrowOnError=!0,this}createIndex(e){return Iu.__awaiter(this,void 0,void 0,function*(){try{return{data:(yield(0,Ru.post)(this.fetch,`${this.url}/CreateIndex`,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}})}getIndex(e,r){return Iu.__awaiter(this,void 0,void 0,function*(){try{return{data:yield(0,Ru.post)(this.fetch,`${this.url}/GetIndex`,{vectorBucketName:e,indexName:r},{headers:this.headers}),error:null}}catch(n){if(this.shouldThrowOnError)throw n;if((0,Tu.isStorageVectorsError)(n))return{data:null,error:n};throw n}})}listIndexes(e){return Iu.__awaiter(this,void 0,void 0,function*(){try{return{data:yield(0,Ru.post)(this.fetch,`${this.url}/ListIndexes`,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}})}deleteIndex(e,r){return Iu.__awaiter(this,void 0,void 0,function*(){try{return{data:(yield(0,Ru.post)(this.fetch,`${this.url}/DeleteIndex`,{vectorBucketName:e,indexName:r},{headers:this.headers}))||{},error:null}}catch(n){if(this.shouldThrowOnError)throw n;if((0,Tu.isStorageVectorsError)(n))return{data:null,error:n};throw n}})}};pp.default=dp});var yp=S(gp=>{"use strict";Object.defineProperty(gp,"__esModule",{value:!0});var Ra=(me(),oe(he)),kP=Fu(),Ba=ri(),Na=$u(),PP=ni(),mp=class{constructor(e,r={},n){this.shouldThrowOnError=!1,this.url=e.replace(/\/$/,""),this.headers=Object.assign(Object.assign({},kP.DEFAULT_HEADERS),r),this.fetch=(0,PP.resolveFetch)(n)}throwOnError(){return this.shouldThrowOnError=!0,this}putVectors(e){return Ra.__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,Na.post)(this.fetch,`${this.url}/PutVectors`,e,{headers:this.headers}))||{},error:null}}catch(r){if(this.shouldThrowOnError)throw r;if((0,Ba.isStorageVectorsError)(r))return{data:null,error:r};throw r}})}getVectors(e){return Ra.__awaiter(this,void 0,void 0,function*(){try{return{data:yield(0,Na.post)(this.fetch,`${this.url}/GetVectors`,e,{headers:this.headers}),error:null}}catch(r){if(this.shouldThrowOnError)throw r;if((0,Ba.isStorageVectorsError)(r))return{data:null,error:r};throw r}})}listVectors(e){return Ra.__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,Na.post)(this.fetch,`${this.url}/ListVectors`,e,{headers:this.headers}),error:null}}catch(r){if(this.shouldThrowOnError)throw r;if((0,Ba.isStorageVectorsError)(r))return{data:null,error:r};throw r}})}queryVectors(e){return Ra.__awaiter(this,void 0,void 0,function*(){try{return{data:yield(0,Na.post)(this.fetch,`${this.url}/QueryVectors`,e,{headers:this.headers}),error:null}}catch(r){if(this.shouldThrowOnError)throw r;if((0,Ba.isStorageVectorsError)(r))return{data:null,error:r};throw r}})}deleteVectors(e){return Ra.__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,Na.post)(this.fetch,`${this.url}/DeleteVectors`,e,{headers:this.headers}))||{},error:null}}catch(r){if(this.shouldThrowOnError)throw r;if((0,Ba.isStorageVectorsError)(r))return{data:null,error:r};throw r}})}};gp.default=mp});var wp=S(bp=>{"use strict";Object.defineProperty(bp,"__esModule",{value:!0});var Bu=(me(),oe(he)),$P=Fu(),Nu=ri(),Lu=$u(),IP=ni(),Dp=class{constructor(e,r={},n){this.shouldThrowOnError=!1,this.url=e.replace(/\/$/,""),this.headers=Object.assign(Object.assign({},$P.DEFAULT_HEADERS),r),this.fetch=(0,IP.resolveFetch)(n)}throwOnError(){return this.shouldThrowOnError=!0,this}createBucket(e){return Bu.__awaiter(this,void 0,void 0,function*(){try{return{data:(yield(0,Lu.post)(this.fetch,`${this.url}/CreateVectorBucket`,{vectorBucketName:e},{headers:this.headers}))||{},error:null}}catch(r){if(this.shouldThrowOnError)throw r;if((0,Nu.isStorageVectorsError)(r))return{data:null,error:r};throw r}})}getBucket(e){return Bu.__awaiter(this,void 0,void 0,function*(){try{return{data:yield(0,Lu.post)(this.fetch,`${this.url}/GetVectorBucket`,{vectorBucketName:e},{headers:this.headers}),error:null}}catch(r){if(this.shouldThrowOnError)throw r;if((0,Nu.isStorageVectorsError)(r))return{data:null,error:r};throw r}})}listBuckets(){return Bu.__awaiter(this,arguments,void 0,function*(e={}){try{return{data:yield(0,Lu.post)(this.fetch,`${this.url}/ListVectorBuckets`,e,{headers:this.headers}),error:null}}catch(r){if(this.shouldThrowOnError)throw r;if((0,Nu.isStorageVectorsError)(r))return{data:null,error:r};throw r}})}deleteBucket(e){return Bu.__awaiter(this,void 0,void 0,function*(){try{return{data:(yield(0,Lu.post)(this.fetch,`${this.url}/DeleteVectorBucket`,{vectorBucketName:e},{headers:this.headers}))||{},error:null}}catch(r){if(this.shouldThrowOnError)throw r;if((0,Nu.isStorageVectorsError)(r))return{data:null,error:r};throw r}})}};bp.default=Dp});var b0=S(_n=>{"use strict";Object.defineProperty(_n,"__esModule",{value:!0});_n.VectorIndexScope=_n.VectorBucketScope=_n.StorageVectorsClient=void 0;var sr=(me(),oe(he)),TP=sr.__importDefault(hp()),RP=sr.__importDefault(yp()),BP=sr.__importDefault(wp()),vp=class extends BP.default{constructor(e,r={}){super(e,r.headers||{},r.fetch)}from(e){return new ju(this.url,this.headers,e,this.fetch)}};_n.StorageVectorsClient=vp;var ju=class extends TP.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 sr.__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 sr.__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 sr.__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 sr.__awaiter(this,void 0,void 0,function*(){return r.deleteIndex.call(this,this.vectorBucketName,e)})}index(e){return new Uu(this.url,this.headers,this.vectorBucketName,e,this.fetch)}};_n.VectorBucketScope=ju;var Uu=class extends RP.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 sr.__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 sr.__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 sr.__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 sr.__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 sr.__awaiter(this,void 0,void 0,function*(){return r.deleteVectors.call(this,Object.assign(Object.assign({},e),{vectorBucketName:this.vectorBucketName,indexName:this.indexName}))})}};_n.VectorIndexScope=Uu});var _p=S(ge=>{"use strict";Object.defineProperty(ge,"__esModule",{value:!0});ge.validateVectorDimension=ge.normalizeToFloat32=ge.isPlainObject=ge.resolveResponse=ge.resolveFetch=ge.isStorageVectorsError=ge.StorageVectorsErrorCode=ge.StorageVectorsUnknownError=ge.StorageVectorsApiError=ge.StorageVectorsError=ge.VectorDataApi=ge.VectorIndexApi=ge.VectorBucketApi=ge.VectorIndexScope=ge.VectorBucketScope=ge.StorageVectorsClient=void 0;var Cp=(me(),oe(he)),Ep=b0();Object.defineProperty(ge,"StorageVectorsClient",{enumerable:!0,get:function(){return Ep.StorageVectorsClient}});Object.defineProperty(ge,"VectorBucketScope",{enumerable:!0,get:function(){return Ep.VectorBucketScope}});Object.defineProperty(ge,"VectorIndexScope",{enumerable:!0,get:function(){return Ep.VectorIndexScope}});var NP=wp();Object.defineProperty(ge,"VectorBucketApi",{enumerable:!0,get:function(){return Cp.__importDefault(NP).default}});var LP=hp();Object.defineProperty(ge,"VectorIndexApi",{enumerable:!0,get:function(){return Cp.__importDefault(LP).default}});var jP=yp();Object.defineProperty(ge,"VectorDataApi",{enumerable:!0,get:function(){return Cp.__importDefault(jP).default}});var La=ri();Object.defineProperty(ge,"StorageVectorsError",{enumerable:!0,get:function(){return La.StorageVectorsError}});Object.defineProperty(ge,"StorageVectorsApiError",{enumerable:!0,get:function(){return La.StorageVectorsApiError}});Object.defineProperty(ge,"StorageVectorsUnknownError",{enumerable:!0,get:function(){return La.StorageVectorsUnknownError}});Object.defineProperty(ge,"StorageVectorsErrorCode",{enumerable:!0,get:function(){return La.StorageVectorsErrorCode}});Object.defineProperty(ge,"isStorageVectorsError",{enumerable:!0,get:function(){return La.isStorageVectorsError}});var ja=ni();Object.defineProperty(ge,"resolveFetch",{enumerable:!0,get:function(){return ja.resolveFetch}});Object.defineProperty(ge,"resolveResponse",{enumerable:!0,get:function(){return ja.resolveResponse}});Object.defineProperty(ge,"isPlainObject",{enumerable:!0,get:function(){return ja.isPlainObject}});Object.defineProperty(ge,"normalizeToFloat32",{enumerable:!0,get:function(){return ja.normalizeToFloat32}});Object.defineProperty(ge,"validateVectorDimension",{enumerable:!0,get:function(){return ja.validateVectorDimension}})});var w0=S(Mu=>{"use strict";Object.defineProperty(Mu,"__esModule",{value:!0});Mu.StorageClient=void 0;var xp=(me(),oe(he)),UP=xp.__importDefault(m0()),MP=xp.__importDefault(g0()),qP=xp.__importDefault(cp()),HP=_p(),Sp=class extends MP.default{constructor(e,r={},n,o){super(e,r,n,o)}from(e){return new UP.default(this.url,this.headers,e,this.fetch)}get vectors(){return new HP.StorageVectorsClient(this.url+"/vector",{headers:this.headers,fetch:this.fetch})}get analytics(){return new qP.default(this.url+"/iceberg",this.headers,this.fetch)}};Mu.StorageClient=Sp});var C0=S(v0=>{"use strict";Object.defineProperty(v0,"__esModule",{value:!0})});var E0=S(Qr=>{"use strict";Object.defineProperty(Qr,"__esModule",{value:!0});Qr.StorageAnalyticsClient=Qr.StorageClient=void 0;var qu=(me(),oe(he)),VP=w0();Object.defineProperty(Qr,"StorageClient",{enumerable:!0,get:function(){return VP.StorageClient}});var zP=cp();Object.defineProperty(Qr,"StorageAnalyticsClient",{enumerable:!0,get:function(){return qu.__importDefault(zP).default}});qu.__exportStar(C0(),Qr);qu.__exportStar(En(),Qr);qu.__exportStar(_p(),Qr)});var _0=S(Hu=>{"use strict";Object.defineProperty(Hu,"__esModule",{value:!0});Hu.version=void 0;Hu.version="2.84.0"});var S0=S(Wt=>{"use strict";Object.defineProperty(Wt,"__esModule",{value:!0});Wt.DEFAULT_REALTIME_OPTIONS=Wt.DEFAULT_AUTH_OPTIONS=Wt.DEFAULT_DB_OPTIONS=Wt.DEFAULT_GLOBAL_OPTIONS=Wt.DEFAULT_HEADERS=void 0;var KP=_0(),Ua="";typeof Deno<"u"?Ua="deno":typeof document<"u"?Ua="web":typeof navigator<"u"&&navigator.product==="ReactNative"?Ua="react-native":Ua="node";Wt.DEFAULT_HEADERS={"X-Client-Info":`supabase-js-${Ua}/${KP.version}`};Wt.DEFAULT_GLOBAL_OPTIONS={headers:Wt.DEFAULT_HEADERS};Wt.DEFAULT_DB_OPTIONS={schema:"public"};Wt.DEFAULT_AUTH_OPTIONS={autoRefreshToken:!0,persistSession:!0,detectSessionInUrl:!0,flowType:"implicit"};Wt.DEFAULT_REALTIME_OPTIONS={}});var x0=S($r=>{"use strict";Object.defineProperty($r,"__esModule",{value:!0});$r.fetchWithAuth=$r.resolveHeadersConstructor=$r.resolveFetch=void 0;var GP=t=>t?(...e)=>t(...e):(...e)=>fetch(...e);$r.resolveFetch=GP;var WP=()=>Headers;$r.resolveHeadersConstructor=WP;var YP=(t,e,r)=>{let n=(0,$r.resolveFetch)(r),o=(0,$r.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}))}};$r.fetchWithAuth=YP});var O0=S(Sn=>{"use strict";Object.defineProperty(Sn,"__esModule",{value:!0});Sn.isBrowser=void 0;Sn.uuid=JP;Sn.ensureTrailingSlash=A0;Sn.applySettingDefaults=ZP;Sn.validateSupabaseUrl=QP;function JP(){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 A0(t){return t.endsWith("/")?t:t+"/"}var XP=()=>typeof window<"u";Sn.isBrowser=XP;function ZP(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 QP(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(A0(e))}catch{throw Error("Invalid supabaseUrl: Provided URL is malformed.")}}});var jp={};Yr(jp,{AuthAdminApi:()=>Op,AuthApiError:()=>Fp,AuthClient:()=>Ap,AuthError:()=>Sr,AuthImplicitGrantRedirectError:()=>Tp,AuthInvalidCredentialsError:()=>Ip,AuthInvalidTokenResponseError:()=>$p,AuthPKCEGrantCodeExchangeError:()=>Rp,AuthRetryableError:()=>kp,AuthSessionMissingError:()=>Pp,AuthWeakPasswordError:()=>Bp,GoTrueAdminApi:()=>zu,GoTrueClient:()=>Vu,NavigatorLockAcquireTimeoutError:()=>Np,isAuthApiError:()=>o$,isAuthError:()=>n$,isAuthRetryableError:()=>i$,isAuthSessionMissingError:()=>a$,isAuthWeakPasswordError:()=>s$,lockInternals:()=>r$,navigatorLock:()=>e$,processLock:()=>t$});var Lp,F0,Vu,zu,Ap,Op,Sr,Fp,kp,Pp,$p,Ip,Tp,Rp,Bp,e$,t$,Np,r$,n$,o$,i$,a$,s$,Up=Xe(()=>{Lp=()=>Promise.resolve({data:{session:null,user:null},error:null}),F0={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}):Lp}},Vu=class{constructor(e){return this.options=e,new Proxy(this,F0)}},zu=class{constructor(e){return this.options=e,new Proxy(this,F0)}},Ap=class extends Vu{},Op=class extends zu{},Sr=class extends Error{},Fp=class extends Sr{},kp=class extends Sr{},Pp=class extends Sr{},$p=class extends Sr{},Ip=class extends Sr{},Tp=class extends Sr{},Rp=class extends Sr{},Bp=class extends Sr{},e$=Lp,t$=Lp,Np=class extends Error{},r$={},n$=()=>!1,o$=()=>!1,i$=()=>!1,a$=()=>!1,s$=()=>!1});var k0=S(Ku=>{"use strict";Object.defineProperty(Ku,"__esModule",{value:!0});Ku.SupabaseAuthClient=void 0;var u$=(Up(),oe(jp)),Mp=class extends u$.AuthClient{constructor(e){super(e)}};Ku.SupabaseAuthClient=Mp});var Vp=S(Hp=>{"use strict";Object.defineProperty(Hp,"__esModule",{value:!0});var c$=Ed(),l$=Ud(),f$=(Hd(),oe(qd)),d$=E0(),Gu=S0(),p$=x0(),P0=O0(),h$=k0(),qp=class{constructor(e,r,n){var o,i,a;this.supabaseUrl=e,this.supabaseKey=r;let s=(0,P0.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:Gu.DEFAULT_DB_OPTIONS,realtime:Gu.DEFAULT_REALTIME_OPTIONS,auth:Object.assign(Object.assign({},Gu.DEFAULT_AUTH_OPTIONS),{storageKey:u}),global:Gu.DEFAULT_GLOBAL_OPTIONS},l=(0,P0.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,p$.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 l$.PostgrestClient(new URL("rest/v1",s).href,{headers:this.headers,schema:l.db.schema,fetch:this.fetch}),this.storage=new d$.StorageClient(this.storageUrl.href,this.headers,this.fetch,n?.storage),l.accessToken||this._listenForAuthEvents()}get functions(){return new c$.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 h$.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 f$.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)}};Hp.default=qp});var T0=S(Re=>{"use strict";var m$=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)&&m$(e,t,r)},I0=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 g$=I0(Vp());$0((Up(),oe(jp)),Re);var y$=Ud();Object.defineProperty(Re,"PostgrestError",{enumerable:!0,get:function(){return y$.PostgrestError}});var Ma=Ed();Object.defineProperty(Re,"FunctionsHttpError",{enumerable:!0,get:function(){return Ma.FunctionsHttpError}});Object.defineProperty(Re,"FunctionsFetchError",{enumerable:!0,get:function(){return Ma.FunctionsFetchError}});Object.defineProperty(Re,"FunctionsRelayError",{enumerable:!0,get:function(){return Ma.FunctionsRelayError}});Object.defineProperty(Re,"FunctionsError",{enumerable:!0,get:function(){return Ma.FunctionsError}});Object.defineProperty(Re,"FunctionRegion",{enumerable:!0,get:function(){return Ma.FunctionRegion}});$0((Hd(),oe(qd)),Re);var D$=Vp();Object.defineProperty(Re,"SupabaseClient",{enumerable:!0,get:function(){return I0(D$).default}});var b$=(t,e,r)=>new g$.default(t,e,r);Re.createClient=b$;function w$(){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}w$()&&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 zp=S((wz,R0)=>{R0.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 Wu=S(N0=>{var B0={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 v$(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(B0))N0[t]=v$(B0[t])});var q0=S((Cz,M0)=>{var C$=require("fs"),nt=require("path"),L0=zp(),E$=Wu(),_$=typeof process=="object"&&process.platform==="win32",j0=t=>typeof t=="object"&&t!==null,U0=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=C$,j0(t)&&j0(t.fs)&&typeof t.fs.statSync=="function"&&(this.fs=t.fs)}M0.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 E$.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 U0[(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 L0.STORED:return"STORED ("+t+")";case L0.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=_$;We.crcTable=U0});var V0=S((Ez,H0)=>{var S$=require("path");H0.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=S$.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 K0=S((_z,z0)=>{z0.exports={efs:!0,encode:t=>Buffer.from(t,"utf8"),decode:t=>t.toString("utf8")}});var si=S((Sz,ai)=>{ai.exports=q0();ai.exports.Constants=zp();ai.exports.Errors=Wu();ai.exports.FileAttr=V0();ai.exports.decoder=K0()});var W0=S((xz,G0)=>{var xn=si(),J=xn.Constants;G0.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|=xn.isWin?2560:768,r|=J.FLG_EFS;let b={extraLen:0},y=g=>Math.max(0,g)>>>0,v=g=>Math.max(0,g)&65535,E=g=>Math.max(0,g)&255;return o=xn.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&J.FLG_EFS)>0},set flags_efs(g){g?r|=J.FLG_EFS:r&=~J.FLG_EFS},get flags_desc(){return(r&J.FLG_DESC)>0},set flags_desc(g){g?r|=J.FLG_DESC:r&=~J.FLG_DESC},get method(){return n},set method(g){switch(g){case J.STORED:this.version=10;case J.DEFLATED:default:this.version=20}n=g},get time(){return xn.fromDOS2Date(this.timeval)},set time(g){this.timeval=xn.fromDate2DOS(g)},get timeval(){return o},set timeval(g){o=y(g)},get timeHighByte(){return E(o>>>8)},get crc(){return i},set crc(g){i=y(g)},get compressedSize(){return a},set compressedSize(g){a=y(g)},get size(){return s},set size(g){s=y(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=y(g)},get inAttr(){return p},set inAttr(g){p=y(g)},get attr(){return h},set attr(g){h=y(g)},get fileAttr(){return(h||0)>>16&4095},get offset(){return m},set offset(g){m=y(g)},get encrypted(){return(r&J.FLG_ENC)===J.FLG_ENC},get centralHeaderSize(){return J.CENHDR+u+c+l},get realDataOffset(){return m+J.LOCHDR+b.fnameLen+b.extraLen},get localHeader(){return b},loadLocalHeaderFromBinary:function(g){var _=g.slice(m,m+J.LOCHDR);if(_.readUInt32LE(0)!==J.LOCSIG)throw xn.Errors.INVALID_LOC();b.version=_.readUInt16LE(J.LOCVER),b.flags=_.readUInt16LE(J.LOCFLG),b.method=_.readUInt16LE(J.LOCHOW),b.time=_.readUInt32LE(J.LOCTIM),b.crc=_.readUInt32LE(J.LOCCRC),b.compressedSize=_.readUInt32LE(J.LOCSIZ),b.size=_.readUInt32LE(J.LOCLEN),b.fnameLen=_.readUInt16LE(J.LOCNAM),b.extraLen=_.readUInt16LE(J.LOCEXT);let x=m+J.LOCHDR+b.fnameLen,$=x+b.extraLen;return g.slice(x,$)},loadFromBinary:function(g){if(g.length!==J.CENHDR||g.readUInt32LE(0)!==J.CENSIG)throw xn.Errors.INVALID_CEN();t=g.readUInt16LE(J.CENVEM),e=g.readUInt16LE(J.CENVER),r=g.readUInt16LE(J.CENFLG),n=g.readUInt16LE(J.CENHOW),o=g.readUInt32LE(J.CENTIM),i=g.readUInt32LE(J.CENCRC),a=g.readUInt32LE(J.CENSIZ),s=g.readUInt32LE(J.CENLEN),u=g.readUInt16LE(J.CENNAM),c=g.readUInt16LE(J.CENEXT),l=g.readUInt16LE(J.CENCOM),d=g.readUInt16LE(J.CENDSK),p=g.readUInt16LE(J.CENATT),h=g.readUInt32LE(J.CENATX),m=g.readUInt32LE(J.CENOFF)},localHeaderToBinary:function(){var g=Buffer.alloc(J.LOCHDR);return g.writeUInt32LE(J.LOCSIG,0),g.writeUInt16LE(e,J.LOCVER),g.writeUInt16LE(r,J.LOCFLG),g.writeUInt16LE(n,J.LOCHOW),g.writeUInt32LE(o,J.LOCTIM),g.writeUInt32LE(i,J.LOCCRC),g.writeUInt32LE(a,J.LOCSIZ),g.writeUInt32LE(s,J.LOCLEN),g.writeUInt16LE(u,J.LOCNAM),g.writeUInt16LE(b.extraLen,J.LOCEXT),g},centralHeaderToBinary:function(){var g=Buffer.alloc(J.CENHDR+u+c+l);return g.writeUInt32LE(J.CENSIG,0),g.writeUInt16LE(t,J.CENVEM),g.writeUInt16LE(e,J.CENVER),g.writeUInt16LE(r,J.CENFLG),g.writeUInt16LE(n,J.CENHOW),g.writeUInt32LE(o,J.CENTIM),g.writeUInt32LE(i,J.CENCRC),g.writeUInt32LE(a,J.CENSIZ),g.writeUInt32LE(s,J.CENLEN),g.writeUInt16LE(u,J.CENNAM),g.writeUInt16LE(c,J.CENEXT),g.writeUInt16LE(l,J.CENCOM),g.writeUInt16LE(d,J.CENDSK),g.writeUInt16LE(p,J.CENATT),g.writeUInt32LE(h,J.CENATX),g.writeUInt32LE(m,J.CENOFF),g},toJSON:function(){let g=function(_){return _+" bytes"};return{made:t,version:e,flags:r,method:xn.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(J.CENHDR+u+c+l)}},toString:function(){return JSON.stringify(this.toJSON(),null," ")}}}});var J0=S((Az,Y0)=>{var ui=si(),Ve=ui.Constants;Y0.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 ui.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=ui.readBigUInt64LE(i,Ve.ZIP64SUB),e=ui.readBigUInt64LE(i,Ve.ZIP64TOT),r=ui.readBigUInt64LE(i,Ve.ZIP64SIZE),n=ui.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 Gp=S(Kp=>{Kp.EntryHeader=W0();Kp.MainHeader=J0()});var Z0=S((Fz,X0)=>{X0.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 eb=S((kz,Q0)=>{var x$=+(process.versions?process.versions.node:"").split(".")[0]||0;Q0.exports=function(t,e){var r=require("zlib");let n=x$>=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 ib=S((Pz,ob)=>{"use strict";var{randomFillSync:tb}=require("crypto"),A$=Wu(),O$=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}),nb=(t,e)=>Math.imul(t,e)>>>0,rb=(t,e)=>O$[(t^e)&255]^t>>>8,qa=()=>typeof tb=="function"?tb(Buffer.alloc(12)):qa.node();qa.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 Yu={genSalt:qa};function Ju(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])}Ju.prototype.updateKeys=function(t){let e=this.keys;return e[0]=rb(e[0],t),e[1]+=e[0]&255,e[1]=nb(e[1],134775813)+1,e[2]=rb(e[2],e[1]>>>24),t};Ju.prototype.next=function(){let t=(this.keys[2]|2)>>>0;return nb(t,t^1)>>8&255};function F$(t){let e=new Ju(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 k$(t){let e=new Ju(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 P$(t,e,r){if(!t||!Buffer.isBuffer(t)||t.length<12)return Buffer.alloc(0);let n=F$(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 $$(t){Buffer.isBuffer(t)&&t.length>=12?Yu.genSalt=function(){return t.slice(0,12)}:t==="node"?Yu.genSalt=qa.node:Yu.genSalt=qa}function I$(t,e,r,n=!1){t==null&&(t=Buffer.alloc(0)),Buffer.isBuffer(t)||(t=Buffer.from(t.toString()));let o=k$(r),i=Yu.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)}ob.exports={decrypt:P$,encrypt:I$,_salter:$$}});var ab=S(Xu=>{Xu.Deflater=Z0();Xu.Inflater=eb();Xu.ZipCrypto=ib()});var Yp=S((Iz,sb)=>{var Ae=si(),T$=Gp(),Ye=Ae.Constants,Wp=ab();sb.exports=function(t,e){var r=new T$.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:Ae.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 Ae.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 Ae.Errors.DESCRIPTOR_UNKNOWN();if(_.compressedSize!==r.compressedSize||_.size!==r.size||_.crc!==r.crc)throw Ae.Errors.DESCRIPTOR_FAULTY();if(Ae.crc32(g)!==_.crc)return!1}else if(Ae.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),Ae.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 Ae.Errors.INVALID_PASS_PARAM();$=Wp.ZipCrypto.decrypt($,r,x)}var k=Buffer.alloc(r.size);switch(r.method){case Ae.Constants.STORED:if($.copy(k),h(k))return g&&_&&_(k),k;throw g&&_&&_(k,Ae.Errors.BAD_CRC()),Ae.Errors.BAD_CRC();case Ae.Constants.DEFLATED:var B=new Wp.Inflater($,r.size);if(g)B.inflateAsync(function(T){T.copy(T,0),_&&(h(T)?_(T):_(T,Ae.Errors.BAD_CRC()))});else{if(B.inflate(k).copy(k,0),!h(k))throw Ae.Errors.BAD_CRC(`"${d.decode(n)}"`);return k}break;default:throw g&&_&&_(Buffer.alloc(0),Ae.Errors.UNKNOWN_METHOD()),Ae.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 Ae.Constants.STORED:return r.compressedSize=r.size,x=Buffer.alloc(a.length),a.copy(x),g&&_&&_(x),x;default:case Ae.Constants.DEFLATED:var $=new Wp.Deflater(a);if(g)$.deflateAsync(function(B){x=Buffer.alloc(B.length),r.compressedSize=B.length,B.copy(x),_&&_(x)});else{var k=$.deflate();return r.compressedSize=k.length,k}$=null;break}}else if(g&&_)_(Buffer.alloc(0));else return Buffer.alloc(0)}function y(g,_){return(g.readUInt32LE(_+4)<<4)+g.readUInt32LE(_)}function v(g){try{for(var _=0,x,$,k;_+4<g.length;)x=g.readUInt16LE(_),_+=2,$=g.readUInt16LE(_),_+=2,k=g.slice(_,_+$),_+=$,Ye.ID_ZIP64===x&&E(k)}catch{throw Ae.Errors.EXTRA_FIELD_PARSE_ERROR()}}function E(g){var _,x,$,k;g.length>=Ye.EF_ZIP64_SCOMP&&(_=y(g,Ye.EF_ZIP64_SUNCOMP),r.size===Ye.EF_ZIP64_OR_32&&(r.size=_)),g.length>=Ye.EF_ZIP64_RHO&&(x=y(g,Ye.EF_ZIP64_SCOMP),r.compressedSize===Ye.EF_ZIP64_OR_32&&(r.compressedSize=x)),g.length>=Ye.EF_ZIP64_DSN&&($=y(g,Ye.EF_ZIP64_RHO),r.offset===Ye.EF_ZIP64_OR_32&&(r.offset=$)),g.length>=Ye.EF_ZIP64_DSN+4&&(k=g.readUInt32LE(Ye.EF_ZIP64_DSN),r.diskNumStart===Ye.EF_ZIP64_OR_16&&(r.diskNumStart=k))}return{get entryName(){return d.decode(n)},get rawEntryName(){return n},set entryName(g){n=Ae.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,v(g)},get comment(){return d.decode(o)},set comment(g){if(o=Ae.toBuffer(g,d.encode),r.commentLength=o.length,o.length>65535)throw Ae.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=Ae.toBuffer(g,Ae.decoder.encode),!i&&a.length?(r.size=a.length,r.method=Ae.Constants.DEFLATED,r.crc=Ae.crc32(g),r.changed=!0):r.method=Ae.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(),_=Ae.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 lb=S((Tz,cb)=>{var ub=Yp(),R$=Gp(),ht=si();cb.exports=function(t,e){var r=[],n={},o=Buffer.alloc(0),i=new R$.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 y=new Set;for(let v of Object.keys(n)){let E=v.split("/");if(E.pop(),!!E.length)for(let g=0;g<E.length;g++){let _=E.slice(0,g+1).join("/")+"/";y.add(_)}}for(let v of y)if(!(v in n)){let E=new ub(c);E.entryName=v,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)/ht.Constants.CENHDR)throw ht.Errors.DISK_ENTRY_TOO_LARGE();r=new Array(i.diskEntries);for(var y=i.offset,v=0;v<r.length;v++){var E=y,g=new ub(c,t);g.header=t.slice(E,E+=ht.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)),y+=g.header.centralHeaderSize,r[v]=g,n[g.entryName]=g}u.clear(),p()}function m(y){var v=t.length-ht.Constants.ENDHDR,E=Math.max(0,v-65535),g=E,_=t.length,x=-1,$=0;for(typeof c.trailingSpace=="boolean"&&c.trailingSpace&&(E=0),v;v>=g;v--)if(t[v]===80){if(t.readUInt32LE(v)===ht.Constants.ENDSIG){x=v,$=v,_=v+ht.Constants.ENDHDR,g=v-ht.Constants.END64HDR;continue}if(t.readUInt32LE(v)===ht.Constants.END64SIG){g=E;continue}if(t.readUInt32LE(v)===ht.Constants.ZIP64SIG){x=v,_=v+ht.readBigUInt64LE(t,v+ht.Constants.ZIP64SIZE)+ht.Constants.ZIP64LEAD;break}}if(x==-1)throw ht.Errors.INVALID_FORMAT();i.loadFromBinary(t.slice(x,_)),i.commentLength&&(o=t.slice($+ht.Constants.ENDHDR)),y&&h()}function b(){r.length>1&&!l&&r.sort((y,v)=>y.entryName.toLowerCase().localeCompare(v.entryName.toLowerCase()))}return{get entries(){return a||h(),r.filter(y=>!u.has(y))},get comment(){return d.decode(o)},set comment(y){o=ht.toBuffer(y,d.encode),i.commentLength=o.length},getEntryCount:function(){return a?r.length:i.diskEntries},forEach:function(y){this.entries.forEach(y)},getEntry:function(y){return a||h(),n[y]||null},setEntry:function(y){a||h(),r.push(y),n[y.entryName]=y,i.totalEntries=r.length},deleteFile:function(y,v=!0){a||h();let E=n[y];this.getEntryChildren(E,v).map(_=>_.entryName).forEach(this.deleteEntry)},deleteEntry:function(y){a||h();let v=n[y],E=r.indexOf(v);E>=0&&(r.splice(E,1),delete n[y],i.totalEntries=r.length)},getEntryChildren:function(y,v=!0){if(a||h(),typeof y=="object")if(y.isDirectory&&v){let E=[],g=y.entryName;for(let _ of r)_.entryName.startsWith(g)&&E.push(_);return E}else return[y];return[]},getChildCount:function(y){if(y&&y.isDirectory){let v=this.getEntryChildren(y);return v.includes(y)?v.length-1:v.length}return 0},compressToBuffer:function(){a||h(),b();let y=[],v=[],E=0,g=0;i.size=0,i.offset=0;let _=0;for(let k of this.entries){let B=k.getCompressedData();k.header.offset=g;let T=k.packLocalHeader(),L=T.length+B.length;g+=L,y.push(T),y.push(B);let A=k.packCentralHeader();v.push(A),i.size+=A.length,E+=L+A.length,_++}E+=i.mainHeaderSize,i.offset=g,i.totalEntries=_,g=0;let x=Buffer.alloc(E);for(let k of y)k.copy(x,g),g+=k.length;for(let k of v)k.copy(x,g),g+=k.length;let $=i.toBinary();return o&&o.copy($,ht.Constants.ENDHDR),$.copy(x,g),t=x,a=!1,x},toAsyncBuffer:function(y,v,E,g){try{a||h(),b();let _=[],x=[],$=0,k=0,B=0;i.size=0,i.offset=0;let T=function(L){if(L.length>0){let A=L.shift(),j=A.entryName+A.extra.toString();E&&E(j),A.getCompressedDataAsync(function(M){g&&g(j),A.header.offset=k;let W=A.packLocalHeader(),F=W.length+M.length;k+=F,_.push(W),_.push(M);let D=A.packCentralHeader();x.push(D),i.size+=D.length,$+=F+D.length,B++,T(L)})}else{$+=i.mainHeaderSize,i.offset=k,i.totalEntries=B,k=0;let A=Buffer.alloc($);_.forEach(function(M){M.copy(A,k),k+=M.length}),x.forEach(function(M){M.copy(A,k),k+=M.length});let j=i.toBinary();o&&o.copy(j,ht.Constants.ENDHDR),j.copy(A,k),t=A,a=!1,y(A)}};T(Array.from(this.entries))}catch(_){v(_)}}}}});var Jp=S((Rz,db)=>{var ze=si(),Je=require("path"),B$=Yp(),N$=lb(),Yn=(...t)=>ze.findLast(t,e=>typeof e=="boolean"),fb=(...t)=>ze.findLast(t,e=>typeof e=="string"),L$=(...t)=>ze.findLast(t,e=>typeof e=="function"),j$={noSort:!1,readEntries:!1,method:ze.Constants.NONE,fs:null};db.exports=function(t,e){let r=null,n=Object.assign(Object.create(null),j$);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 N$(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:y}=Je.posix;return m(".",b(y+h.split("\\").join(y)+y))}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 y=b.getData();if(y&&y.length)return y.toString(m||"utf8")}return""},readAsTextAsync:function(h,m,b){var y=c(h);y?y.getDataAsync(function(v,E){if(E){m(v,E);return}v&&v.length?m(v.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,y){if(o.fs.existsSync(h)){m=m?l(m):"";let v=Je.win32.basename(Je.win32.normalize(h));m+=b||v;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,y,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:y}=h,{zipPath:v,zipName:E}=h,g=this;o.fs.stat(b,function(_,x){if(_)return m(_,!1);v=v?l(v):"";let $=Je.win32.basename(Je.win32.normalize(b));if(v+=E||$,x.isFile())o.fs.readFile(b,function(k,B){return k?m(k,!1):(g.addFile(v,B,y,x),setImmediate(m,void 0,!0))});else if(x.isDirectory())return v+=o.sep,g.addFile(v,Buffer.alloc(0),y,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 y=o.findFiles(h),v=this;if(y.length)for(let E of y){let g=Je.join(m,p(h,E));b(g)&&v.addLocalFile(E,Je.dirname(g))}}else throw ze.Errors.FILE_NOT_FOUND(h)},addLocalFolderAsync:function(h,m,b,y){y=d(y),b=b?l(b):"",h=Je.normalize(h);var v=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[_],k=p(h,$).split("\\").join("/");k=k.normalize("NFD").replace(/[\u0300-\u036f]/g,"").replace(/[^\x20-\x7E]/g,""),y(k)?o.fs.stat($,function(B,T){B&&m(void 0,B),T.isFile()?o.fs.readFile($,function(L,A){L?m(void 0,L):(v.addFile(b+k,A,"",T),x())}):(v.addFile(b+k+"/",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:y,filter:v,namefix:E}=h;v instanceof RegExp?v=(function(x){return function($){return x.test($)}})(v):typeof v!="function"&&(v=function(){return!0}),y=y?l(y):"",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(y,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($,k){if($)return m($);k=k.filter(B=>v(g(B))),k.length||m(void 0,!1),setImmediate(k.reverse().reduce(function(B,T){return function(L,A){if(L||A===!1)return setImmediate(B,L,!1);b.addLocalFileAsync({localPath:T,zipPath:Je.dirname(g(T)),zipName:_(T)},B)}},m))})})},addLocalFolderPromise:function(h,m){return new Promise((b,y)=>{this.addLocalFolderAsync2(Object.assign({localPath:h},m),(v,E)=>{v&&y(v),E&&b(this)})})},addFile:function(h,m,b,y){h=u(h);let v=c(h),E=v!=null;E||(v=new B$(n),v.entryName=h),v.comment=b||"";let g=typeof y=="object"&&y instanceof o.fs.Stats;g&&(v.header.time=y.mtime);var _=v.isDirectory?16:0;let x=v.isDirectory?16384:32768;return g?x|=4095&y.mode:typeof y=="number"?x|=4095&y:x|=v.isDirectory?493:420,_=(_|x<<16)>>>0,v.attr=_,v.setData(m),E||i.setEntry(v),v},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,y,v,E){y=Yn(!1,y),v=Yn(!1,v),b=Yn(!0,b),E=fb(v,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 L=T.getData();if(!L)throw ze.Errors.CANT_EXTRACT_FILE();var A=a(T.entryName),j=s(m,b?A:Je.basename(A));let M=v?T.header.fileAttr:void 0;o.writeFileTo(j,L,y,M)}),!0}var k=g.getData(i.password);if(!k)throw ze.Errors.CANT_EXTRACT_FILE();if(o.fs.existsSync(x)&&!y)throw ze.Errors.CANT_OVERRIDE();let B=v?h.header.fileAttr:void 0;return o.writeFileTo(x,k,y,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,y){if(b=Yn(!1,b),y=fb(b,y),m=Yn(!1,m),!i)throw ze.Errors.NO_ZIP();i.entries.forEach(function(v){var E=s(h,a(v.entryName));if(v.isDirectory){o.makeDir(E);return}var g=v.getData(y);if(!g)throw ze.Errors.CANT_EXTRACT_FILE();let _=b?v.header.fileAttr:void 0;o.writeFileTo(E,g,m,_);try{o.fs.utimesSync(E,v.header.time,v.header.time)}catch{throw ze.Errors.CANT_EXTRACT_FILE()}})},extractAllToAsync:function(h,m,b,y){if(y=L$(m,b,y),b=Yn(!1,b),m=Yn(!1,m),!y)return new Promise((x,$)=>{this.extractAllToAsync(h,m,b,function(k){k?$(k):x(this)})});if(!i){y(ze.Errors.NO_ZIP());return}h=Je.resolve(h);let v=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 $=v(x),k=b?x.header.fileAttr:void 0;try{o.makeDir($),k&&o.fs.chmodSync($,k),o.fs.utimesSync($,x.header.time,x.header.time)}catch{y(E("Unable to create folder",$))}}_.reverse().reduce(function(x,$){return function(k){if(k)x(k);else{let B=Je.normalize(a($.entryName)),T=s(h,B);$.getDataAsync(function(L,A){if(A)x(A);else if(!L)x(ze.Errors.CANT_EXTRACT_FILE());else{let j=b?$.header.fileAttr:void 0;o.writeFileToAsync(T,L,m,j,function(M){M||x(E("Unable to write file",T)),o.fs.utimes(T,$.header.time,$.header.time,function(W){W?x(E("Unable to set times",T)):x()})})}})}}},y)()},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 y=o.writeFileTo(h,b,!0);typeof m=="function"&&m(y?null:new Error("failed"),"")}}},writeZipPromise:function(h,m){let{overwrite:b,perm:y}=Object.assign({overwrite:!0},m);return new Promise((v,E)=>{!h&&n.filename&&(h=n.filename),h||E("ADM-ZIP: ZIP File Name Missing"),this.toBufferPromise().then(g=>{let _=x=>x?v(x):E("ADM-ZIP: Wasn't able to write zip file");o.writeFileToAsync(h,g,b,y,_)},E)})},toBufferPromise:function(){return new Promise((h,m)=>{i.toAsyncBuffer(h,m)})},toBuffer:function(h,m,b,y){return typeof h=="function"?(i.toAsyncBuffer(h,m,b,y),null):i.compressToBuffer()}}}});var gb=S((Bz,mb)=>{var hb={};mb.exports=hb;var pb={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(pb).forEach(function(t){var e=pb[t],r=hb[t]=[];r.open="\x1B["+e[0]+"m",r.close="\x1B["+e[1]+"m"})});var Db=S((Nz,yb)=>{"use strict";yb.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 wb=S((Lz,bb)=>{"use strict";var U$=require("os"),xr=Db(),Ft=process.env,ci=void 0;xr("no-color")||xr("no-colors")||xr("color=false")?ci=!1:(xr("color")||xr("colors")||xr("color=true")||xr("color=always"))&&(ci=!0);"FORCE_COLOR"in Ft&&(ci=Ft.FORCE_COLOR.length===0||parseInt(Ft.FORCE_COLOR,10)!==0);function M$(t){return t===0?!1:{level:t,hasBasic:!0,has256:t>=2,has16m:t>=3}}function q$(t){if(ci===!1)return 0;if(xr("color=16m")||xr("color=full")||xr("color=truecolor"))return 3;if(xr("color=256"))return 2;if(t&&!t.isTTY&&ci!==!0)return 0;var e=ci?1:0;if(process.platform==="win32"){var r=U$.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 Xp(t){var e=q$(t);return M$(e)}bb.exports={supportsColor:Xp,stdout:Xp(process.stdout),stderr:Xp(process.stderr)}});var Cb=S((jz,vb)=>{vb.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 _b=S((Uz,Eb)=>{Eb.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],y=0;y<=d[b];y++)c[b]&&(l=l+n[b][i(n[b].length)])}return l}return s(e,r)}});var xb=S((Mz,Sb)=>{Sb.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 Ob=S((qz,Ab)=>{Ab.exports=function(t){return function(e,r,n){return r%2===0?e:t.inverse(e)}}});var kb=S((Hz,Fb)=>{Fb.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,Pb)=>{Pb.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 Lb=S((Kz,Nb)=>{var fe={};Nb.exports=fe;fe.themes={};var H$=require("util"),Jn=fe.styles=gb(),Tb=Object.defineProperties,V$=new RegExp(/[\r\n]+/g);fe.supportsColor=wb().supportsColor;typeof fe.enabled>"u"&&(fe.enabled=fe.supportsColor()!==!1);fe.enable=function(){fe.enabled=!0};fe.disable=function(){fe.enabled=!1};fe.stripColors=fe.strip=function(t){return(""+t).replace(/\x1B\[\d+m/g,"")};var zz=fe.stylize=function(e,r){if(!fe.enabled)return e+"";var n=Jn[r];return!n&&r in fe?fe[r](e):n.open+e+n.close},z$=/[|\\{}()[\]^$+*?.]/g,K$=function(t){if(typeof t!="string")throw new TypeError("Expected a string");return t.replace(z$,"\\$&")};function Rb(t){var e=function r(){return W$.apply(r,arguments)};return e._styles=t,e.__proto__=G$,e}var Bb=(function(){var t={};return Jn.grey=Jn.gray,Object.keys(Jn).forEach(function(e){Jn[e].closeRe=new RegExp(K$(Jn[e].close),"g"),t[e]={get:function(){return Rb(this._styles.concat(e))}}}),t})(),G$=Tb(function(){},Bb);function W$(){var t=Array.prototype.slice.call(arguments),e=t.map(function(a){return a!=null&&a.constructor===String?a:H$.inspect(a)}).join(" ");if(!fe.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(V$,function(a){return i.close+a+i.open}))}return e}fe.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){fe[r]=function(n){if(typeof t[r]=="object"){var o=n;for(var i in t[r])o=fe[t[r][i]](o);return o}return fe[t[r]](n)}})(e)};function Y$(){var t={};return Object.keys(Bb).forEach(function(e){t[e]={get:function(){return Rb([e])}}}),t}var J$=function(e,r){var n=r.split("");return n=n.map(e),n.join("")};fe.trap=Cb();fe.zalgo=_b();fe.maps={};fe.maps.america=xb()(fe);fe.maps.zebra=Ob()(fe);fe.maps.rainbow=kb()(fe);fe.maps.random=$b()(fe);for(Ib in fe.maps)(function(t){fe[t]=function(e){return J$(fe.maps[t],e)}})(Ib);var Ib;Tb(fe,Y$())});var Ub=S((Gz,jb)=>{var X$=Lb();jb.exports=X$});var Mb=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 qb=S((Yz,Z$)=>{Z$.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 Hb=S(Ha=>{"use strict";var Ir=Ub(),An=Mb(),Q$=/[^\w\s\n\r\v\t\.,]/i;Ha.version=qb().version;var Qp=function(t,e){return t!==void 0||e.renderUndefined},Zu=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)&&Zu(t[0],!0,r))},e3=function(t,e){if(e.noColor)return t;if(typeof t=="string")return e.stringColor?Ir[e.stringColor](t):t;var r=t+"";return t===!0?Ir.green(r):t===!1?Ir.red(r):t==null?Ir.grey(r):typeof t=="number"?t>=0?Ir[e.positiveNumberColor](r):Ir[e.negativeNumberColor](r):typeof t=="function"?"function() {}":Array.isArray(t)?t.join(", "):r},eh=function(t,e){return t.multilineStringColor===null||t.noColor?e:Ir[t.multilineStringColor](e)},t3=function(t,e,r){var n=t.split(`
33
33
  `);return n=n.map(function(o){return An.indent(e)+eh(r,o)}),n.join(`
34
- `)},li=function(t,e,r){if(typeof t=="string"&&t.match(Q3)&&e.escape&&(t=JSON.stringify(t)),!Qp(t,e))return[];if(Zu(t,!1,e))return[An.indent(r)+e$(t,e)];if(typeof t=="string")return[An.indent(r)+eh(e,'"""'),t$(t,r+e.defaultIndentation,e),An.indent(r)+eh(e,'"""')];if(Array.isArray(t)){if(t.length===0)return[An.indent(r)+e.emptyArrayMsg];var n=[];return t.forEach(function(s){if(Qp(s,e)){var u="- ";e.noColor||(u=Ir[e.dashColor](u)),u=An.indent(r)+u,Zu(s,!1,e)?(u+=li(s,e,0)[0],n.push(u)):(n.push(u),n.push.apply(n,li(s,e,r+e.defaultIndentation)))}}),n}if(t instanceof Error)return li({message:t.message,stack:t.stack.split(`
34
+ `)},li=function(t,e,r){if(typeof t=="string"&&t.match(Q$)&&e.escape&&(t=JSON.stringify(t)),!Qp(t,e))return[];if(Zu(t,!1,e))return[An.indent(r)+e3(t,e)];if(typeof t=="string")return[An.indent(r)+eh(e,'"""'),t3(t,r+e.defaultIndentation,e),An.indent(r)+eh(e,'"""')];if(Array.isArray(t)){if(t.length===0)return[An.indent(r)+e.emptyArrayMsg];var n=[];return t.forEach(function(s){if(Qp(s,e)){var u="- ";e.noColor||(u=Ir[e.dashColor](u)),u=An.indent(r)+u,Zu(s,!1,e)?(u+=li(s,e,0)[0],n.push(u)):(n.push(u),n.push.apply(n,li(s,e,r+e.defaultIndentation)))}}),n}if(t instanceof Error)return li({message:t.message,stack:t.stack.split(`
35
35
  `)},e,r);var o=e.noAlign?0:An.getMaxIndexLength(t),i,a=[];return Object.getOwnPropertyNames(t).forEach(function(s){if(Qp(t[s],e))if(i=s+": ",e.noColor||(i=Ir[e.keysColor](i)),i=An.indent(r)+i,Zu(t[s],!1,e)){var u=e.noAlign?0:o-s.length;i+=li(t[s],e,u)[0],a.push(i)}else a.push(i),a.push.apply(a,li(t[s],e,r+e.defaultIndentation))}),a};Ha.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,li(e,r,n).join(`
36
36
  `)};Ha.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 Ir.red("Error:")+" Not valid JSON!"}return o+=Ha.render(i,r,n),o}});var nh=S(Qu=>{"use strict";Object.defineProperty(Qu,"__esModule",{value:!0});Qu.default=void 0;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 Vb(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,n$(n.key),n)}}function r$(t,e,r){return e&&Vb(t.prototype,e),r&&Vb(t,r),Object.defineProperty(t,"prototype",{writable:!1}),t}function n$(t){var e=o$(t,"string");return fi(e)=="symbol"?e:e+""}function o$(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)}function i$(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function a$(t,e,r){return e=za(e),s$(t,rh()?Reflect.construct(e,r||[],za(t).constructor):e.apply(t,r))}function s$(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 u$(t)}function u$(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function c$(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&&Va(t,e)}function th(t){var e=typeof Map=="function"?new Map:void 0;return th=function(n){if(n===null||!f$(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 l$(n,arguments,za(this).constructor)}return o.prototype=Object.create(n.prototype,{constructor:{value:o,enumerable:!1,writable:!0,configurable:!0}}),Va(o,n)},th(t)}function l$(t,e,r){if(rh())return Reflect.construct.apply(null,arguments);var n=[null];n.push.apply(n,e);var o=new(t.bind.apply(t,n));return r&&Va(o,r.prototype),o}function rh(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(rh=function(){return!!t})()}function f$(t){try{return Function.toString.call(t).indexOf("[native code]")!==-1}catch{return typeof t=="function"}}function Va(t,e){return Va=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,o){return n.__proto__=o,n},Va(t,e)}function za(t){return za=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},za(t)}var d$=(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(i$(this,e),n=a$(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 c$(e,t),r$(e)})(th(Error)),Yz=Qu.default=d$});var oh=S(ec=>{"use strict";Object.defineProperty(ec,"__esModule",{value:!0});ec.enableDebugLog=p$;ec.log=h$;var zb=!1;function p$(){zb=!0}function h$(t){zb&&console.log(t)}});var Gb=S(tc=>{"use strict";Object.defineProperty(tc,"__esModule",{value:!0});tc.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 m$(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Kb(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,y$(n.key),n)}}function g$(t,e,r){return e&&Kb(t.prototype,e),r&&Kb(t,r),Object.defineProperty(t,"prototype",{writable:!1}),t}function y$(t){var e=D$(t,"string");return Ka(e)=="symbol"?e:e+""}function D$(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 Zz=tc.default=(function(){function t(){m$(this,t)}return g$(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 Wb=S((ih,ah)=>{(function(t,e){typeof ih=="object"&&typeof ah<"u"?ah.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:ih,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(P){var N={};return P.forEach(function(z,H){return N[z]=H}),N})(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(P){return new Uint8Array(Array.prototype.slice.call(P,0))},d=function(P){return P.replace(/=/g,"").replace(/[+\/]/g,function(N){return N=="+"?"-":"_"})},p=function(P){return P.replace(/[^A-Za-z0-9\+\/]/g,"")},h=function(P){for(var N,z,H,se,zt="",G=P.length%3,Se=0;Se<P.length;){if((z=P.charCodeAt(Se++))>255||(H=P.charCodeAt(Se++))>255||(se=P.charCodeAt(Se++))>255)throw new TypeError("invalid character found");N=z<<16|H<<8|se,zt+=a[N>>18&63]+a[N>>12&63]+a[N>>6&63]+a[N&63]}return G?zt.slice(0,G-3)+"===".substring(G):zt},m=typeof btoa=="function"?function(P){return btoa(P)}:r?function(P){return Buffer.from(P,"binary").toString("base64")}:h,b=r?function(P){return Buffer.from(P).toString("base64")}:function(P){for(var N=4096,z=[],H=0,se=P.length;H<se;H+=N)z.push(c.apply(null,P.subarray(H,H+N)));return m(z.join(""))},y=function(P,N){return N===void 0&&(N=!1),N?d(b(P)):b(P)},v=function(P){if(P.length<2){var N=P.charCodeAt(0);return N<128?P:N<2048?c(192|N>>>6)+c(128|N&63):c(224|N>>>12&15)+c(128|N>>>6&63)+c(128|N&63)}else{var N=65536+(P.charCodeAt(0)-55296)*1024+(P.charCodeAt(1)-56320);return c(240|N>>>18&7)+c(128|N>>>12&63)+c(128|N>>>6&63)+c(128|N&63)}},E=/[\uD800-\uDBFF][\uDC00-\uDFFFF]|[^\x00-\x7F]/g,g=function(P){return P.replace(E,v)},_=r?function(P){return Buffer.from(P,"utf8").toString("base64")}:o?function(P){return b(o.encode(P))}:function(P){return m(g(P))},x=function(P,N){return N===void 0&&(N=!1),N?d(_(P)):_(P)},$=function(P){return x(P,!0)},k=/[\xC0-\xDF][\x80-\xBF]|[\xE0-\xEF][\x80-\xBF]{2}|[\xF0-\xF7][\x80-\xBF]{3}/g,B=function(P){switch(P.length){case 4:var N=(7&P.charCodeAt(0))<<18|(63&P.charCodeAt(1))<<12|(63&P.charCodeAt(2))<<6|63&P.charCodeAt(3),z=N-65536;return c((z>>>10)+55296)+c((z&1023)+56320);case 3:return c((15&P.charCodeAt(0))<<12|(63&P.charCodeAt(1))<<6|63&P.charCodeAt(2));default:return c((31&P.charCodeAt(0))<<6|63&P.charCodeAt(1))}},T=function(P){return P.replace(k,B)},L=function(P){if(P=P.replace(/\s+/g,""),!u.test(P))throw new TypeError("malformed base64.");P+="==".slice(2-(P.length&3));for(var N,z,H,se=[],zt=0;zt<P.length;)N=s[P.charAt(zt++)]<<18|s[P.charAt(zt++)]<<12|(z=s[P.charAt(zt++)])<<6|(H=s[P.charAt(zt++)]),z===64?se.push(c(N>>16&255)):H===64?se.push(c(N>>16&255,N>>8&255)):se.push(c(N>>16&255,N>>8&255,N&255));return se.join("")},A=typeof atob=="function"?function(P){return atob(p(P))}:r?function(P){return Buffer.from(P,"base64").toString("binary")}:L,j=r?function(P){return l(Buffer.from(P,"base64"))}:function(P){return l(A(P).split("").map(function(N){return N.charCodeAt(0)}))},M=function(P){return j(F(P))},W=r?function(P){return Buffer.from(P,"base64").toString("utf8")}:n?function(P){return n.decode(j(P))}:function(P){return T(A(P))},F=function(P){return p(P.replace(/[-_]/g,function(N){return N=="-"?"+":"/"}))},D=function(P){return W(F(P))},w=function(P){if(typeof P!="string")return!1;var N=P.replace(/\s+/g,"").replace(/={0,2}$/,"");return!/[^\s0-9a-zA-Z\+/]/.test(N)||!/[^\s0-9a-zA-Z\-_]/.test(N)},C=function(P){return{value:P,enumerable:!1,writable:!0,configurable:!0}},O=function(){var P=function(N,z){return Object.defineProperty(String.prototype,N,C(z))};P("fromBase64",function(){return D(this)}),P("toBase64",function(N){return x(this,N)}),P("toBase64URI",function(){return x(this,!0)}),P("toBase64URL",function(){return x(this,!0)}),P("toUint8Array",function(){return M(this)})},R=function(){var P=function(N,z){return Object.defineProperty(Uint8Array.prototype,N,C(z))};P("toBase64",function(N){return y(this,N)}),P("toBase64URI",function(){return y(this,!0)}),P("toBase64URL",function(){return y(this,!0)})},I=function(){O(),R()},q={version:t,VERSION:e,atob:A,atobPolyfill:L,btoa:m,btoaPolyfill:h,fromBase64:D,toBase64:x,encode:x,encodeURI:$,encodeURL:$,utob:g,btou:T,decode:D,isValid:w,fromUint8Array:y,toUint8Array:M,extendString:O,extendUint8Array:R,extendBuiltins:I};return q.Base64={},Object.keys(q).forEach(function(P){return q.Base64[P]=q[P]}),q})});var Jb=S((eK,Yb)=>{"use strict";Yb.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 Qb=S(sh=>{"use strict";var b$=Object.prototype.hasOwnProperty,w$;function Xb(t){try{return decodeURIComponent(t.replace(/\+/g," "))}catch{return null}}function Zb(t){try{return encodeURIComponent(t)}catch{return null}}function v$(t){for(var e=/([^=?#&]+)=?([^&]*)/g,r={},n;n=e.exec(t);){var o=Xb(n[1]),i=Xb(n[2]);o===null||i===null||o in r||(r[o]=i)}return r}function C$(t,e){e=e||"";var r=[],n,o;typeof e!="string"&&(e="?");for(o in t)if(b$.call(t,o)){if(n=t[o],!n&&(n===null||n===w$||isNaN(n))&&(n=""),o=Zb(o),n=Zb(n),o===null||n===null)continue;r.push(o+"="+n)}return r.length?e+r.join("&"):""}sh.stringify=C$;sh.parse=v$});var sw=S((rK,aw)=>{"use strict";var tw=Jb(),rc=Qb(),E$=/^[\x00-\x20\u00a0\u1680\u2000-\u200a\u2028\u2029\u202f\u205f\u3000\ufeff]+/,rw=/[\n\r\t]/g,_$=/^[A-Za-z][A-Za-z0-9+-.]*:\/\//,nw=/:\d+$/,S$=/^([a-z][a-z0-9.+-]*:)?(\/\/)?([\\/]+)?([\S\s]*)/i,x$=/^[a-zA-Z]:/;function ch(t){return(t||"").toString().replace(E$,"")}var uh=[["#","hash"],["?","query"],function(e,r){return Tr(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]],ew={hash:1,query:1};function ow(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 Rr(unescape(t.pathname),{});else if(o==="string"){n=new Rr(t,{});for(i in ew)delete n[i]}else if(o==="object"){for(i in t)i in ew||(n[i]=t[i]);n.slashes===void 0&&(n.slashes=_$.test(t.href))}return n}function Tr(t){return t==="file:"||t==="ftp:"||t==="http:"||t==="https:"||t==="ws:"||t==="wss:"}function iw(t,e){t=ch(t),t=t.replace(rw,""),e=e||{};var r=S$.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)):Tr(n)?s=r[4]:n?o&&(s=s.slice(2)):a>=2&&Tr(e.protocol)&&(s=r[4]),{protocol:n,slashes:o||Tr(n),slashesCount:a,rest:s}}function A$(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 Rr(t,e,r){if(t=ch(t),t=t.replace(rw,""),!(this instanceof Rr))return new Rr(t,e,r);var n,o,i,a,s,u,c=uh.slice(),l=typeof e,d=this,p=0;for(l!=="object"&&l!=="string"&&(r=e,e=null),r&&typeof r!="function"&&(r=rc.parse),e=ow(e),o=iw(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||x$.test(t))||!o.slashes&&(o.protocol||o.slashesCount<2||!Tr(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=A$(d.pathname,e.pathname)),d.pathname.charAt(0)!=="/"&&Tr(d.protocol)&&(d.pathname="/"+d.pathname),tw(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:"&&Tr(d.protocol)&&d.host?d.protocol+"//"+d.host:"null",d.href=d.toString()}function O$(t,e,r){var n=this;switch(t){case"query":typeof e=="string"&&e.length&&(e=(r||rc.parse)(e)),n[t]=e;break;case"port":n[t]=e,tw(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,nw.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<uh.length;a++){var s=uh[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:"&&Tr(n.protocol)&&n.host?n.protocol+"//"+n.host:"null",n.href=n.toString(),n}function F$(t){(!t||typeof t!="function")&&(t=rc.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||Tr(r.protocol)?"//":"");return r.username?(i+=r.username,r.password&&(i+=":"+r.password),i+="@"):r.password?(i+=":"+r.password,i+="@"):r.protocol!=="file:"&&Tr(r.protocol)&&!n&&r.pathname!=="/"&&(i+="@"),(n[n.length-1]===":"||nw.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}Rr.prototype={set:O$,toString:F$};Rr.extractProtocol=iw;Rr.location=ow;Rr.trimLeft=ch;Rr.qs=rc;aw.exports=Rr});var uw=S(lh=>{"use strict";Object.defineProperty(lh,"__esModule",{value:!0});lh.default=k$;function k$(){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 Ew=S(ac=>{"use strict";Object.defineProperty(ac,"__esModule",{value:!0});ac.default=void 0;var P$=Wb(),$$=ph(sw()),nc=ph(nh()),Xn=oh(),I$=ph(uw());function ph(t){return t&&t.__esModule?t:{default:t}}function fh(){"use strict";fh=function(){return e};var t,e={},r=Object.prototype,n=r.hasOwnProperty,o=Object.defineProperty||function(D,w,C){D[w]=C.value},i=typeof Symbol=="function"?Symbol:{},a=i.iterator||"@@iterator",s=i.asyncIterator||"@@asyncIterator",u=i.toStringTag||"@@toStringTag";function c(D,w,C){return Object.defineProperty(D,w,{value:C,enumerable:!0,configurable:!0,writable:!0}),D[w]}try{c({},"")}catch{c=function(C,O,R){return C[O]=R}}function l(D,w,C,O){var R=w&&w.prototype instanceof v?w:v,I=Object.create(R.prototype),q=new W(O||[]);return o(I,"_invoke",{value:L(D,C,q)}),I}function d(D,w,C){try{return{type:"normal",arg:D.call(w,C)}}catch(O){return{type:"throw",arg:O}}}e.wrap=l;var p="suspendedStart",h="suspendedYield",m="executing",b="completed",y={};function v(){}function E(){}function g(){}var _={};c(_,a,function(){return this});var x=Object.getPrototypeOf,$=x&&x(x(F([])));$&&$!==r&&n.call($,a)&&(_=$);var k=g.prototype=v.prototype=Object.create(_);function B(D){["next","throw","return"].forEach(function(w){c(D,w,function(C){return this._invoke(w,C)})})}function T(D,w){function C(R,I,q,P){var N=d(D[R],D,I);if(N.type!=="throw"){var z=N.arg,H=z.value;return H&&Zn(H)=="object"&&n.call(H,"__await")?w.resolve(H.__await).then(function(se){C("next",se,q,P)},function(se){C("throw",se,q,P)}):w.resolve(H).then(function(se){z.value=se,q(z)},function(se){return C("throw",se,q,P)})}P(N.arg)}var O;o(this,"_invoke",{value:function(I,q){function P(){return new w(function(N,z){C(I,q,N,z)})}return O=O?O.then(P,P):P()}})}function L(D,w,C){var O=p;return function(R,I){if(O===m)throw Error("Generator is already running");if(O===b){if(R==="throw")throw I;return{value:t,done:!0}}for(C.method=R,C.arg=I;;){var q=C.delegate;if(q){var P=A(q,C);if(P){if(P===y)continue;return P}}if(C.method==="next")C.sent=C._sent=C.arg;else if(C.method==="throw"){if(O===p)throw O=b,C.arg;C.dispatchException(C.arg)}else C.method==="return"&&C.abrupt("return",C.arg);O=m;var N=d(D,w,C);if(N.type==="normal"){if(O=C.done?b:h,N.arg===y)continue;return{value:N.arg,done:C.done}}N.type==="throw"&&(O=b,C.method="throw",C.arg=N.arg)}}}function A(D,w){var C=w.method,O=D.iterator[C];if(O===t)return w.delegate=null,C==="throw"&&D.iterator.return&&(w.method="return",w.arg=t,A(D,w),w.method==="throw")||C!=="return"&&(w.method="throw",w.arg=new TypeError("The iterator does not provide a '"+C+"' method")),y;var R=d(O,D.iterator,w.arg);if(R.type==="throw")return w.method="throw",w.arg=R.arg,w.delegate=null,y;var I=R.arg;return I?I.done?(w[D.resultName]=I.value,w.next=D.nextLoc,w.method!=="return"&&(w.method="next",w.arg=t),w.delegate=null,y):I:(w.method="throw",w.arg=new TypeError("iterator result is not an object"),w.delegate=null,y)}function j(D){var w={tryLoc:D[0]};1 in D&&(w.catchLoc=D[1]),2 in D&&(w.finallyLoc=D[2],w.afterLoc=D[3]),this.tryEntries.push(w)}function M(D){var w=D.completion||{};w.type="normal",delete w.arg,D.completion=w}function W(D){this.tryEntries=[{tryLoc:"root"}],D.forEach(j,this),this.reset(!0)}function F(D){if(D||D===""){var w=D[a];if(w)return w.call(D);if(typeof D.next=="function")return D;if(!isNaN(D.length)){var C=-1,O=function R(){for(;++C<D.length;)if(n.call(D,C))return R.value=D[C],R.done=!1,R;return R.value=t,R.done=!0,R};return O.next=O}}throw new TypeError(Zn(D)+" is not iterable")}return E.prototype=g,o(k,"constructor",{value:g,configurable:!0}),o(g,"constructor",{value:E,configurable:!0}),E.displayName=c(g,u,"GeneratorFunction"),e.isGeneratorFunction=function(D){var w=typeof D=="function"&&D.constructor;return!!w&&(w===E||(w.displayName||w.name)==="GeneratorFunction")},e.mark=function(D){return Object.setPrototypeOf?Object.setPrototypeOf(D,g):(D.__proto__=g,c(D,u,"GeneratorFunction")),D.prototype=Object.create(k),D},e.awrap=function(D){return{__await:D}},B(T.prototype),c(T.prototype,s,function(){return this}),e.AsyncIterator=T,e.async=function(D,w,C,O,R){R===void 0&&(R=Promise);var I=new T(l(D,w,C,O),R);return e.isGeneratorFunction(w)?I:I.next().then(function(q){return q.done?q.value:I.next()})},B(k),c(k,u,"Generator"),c(k,a,function(){return this}),c(k,"toString",function(){return"[object Generator]"}),e.keys=function(D){var w=Object(D),C=[];for(var O in w)C.push(O);return C.reverse(),function R(){for(;C.length;){var I=C.pop();if(I in w)return R.value=I,R.done=!1,R}return R.done=!0,R}},e.values=F,W.prototype={constructor:W,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 C in this)C.charAt(0)==="t"&&n.call(this,C)&&!isNaN(+C.slice(1))&&(this[C]=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 C=this;function O(z,H){return q.type="throw",q.arg=w,C.next=z,H&&(C.method="next",C.arg=t),!!H}for(var R=this.tryEntries.length-1;R>=0;--R){var I=this.tryEntries[R],q=I.completion;if(I.tryLoc==="root")return O("end");if(I.tryLoc<=this.prev){var P=n.call(I,"catchLoc"),N=n.call(I,"finallyLoc");if(P&&N){if(this.prev<I.catchLoc)return O(I.catchLoc,!0);if(this.prev<I.finallyLoc)return O(I.finallyLoc)}else if(P){if(this.prev<I.catchLoc)return O(I.catchLoc,!0)}else{if(!N)throw Error("try statement without catch or finally");if(this.prev<I.finallyLoc)return O(I.finallyLoc)}}}},abrupt:function(w,C){for(var O=this.tryEntries.length-1;O>=0;--O){var R=this.tryEntries[O];if(R.tryLoc<=this.prev&&n.call(R,"finallyLoc")&&this.prev<R.finallyLoc){var I=R;break}}I&&(w==="break"||w==="continue")&&I.tryLoc<=C&&C<=I.finallyLoc&&(I=null);var q=I?I.completion:{};return q.type=w,q.arg=C,I?(this.method="next",this.next=I.finallyLoc,y):this.complete(q)},complete:function(w,C){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"&&C&&(this.next=C),y},finish:function(w){for(var C=this.tryEntries.length-1;C>=0;--C){var O=this.tryEntries[C];if(O.finallyLoc===w)return this.complete(O.completion,O.afterLoc),M(O),y}},catch:function(w){for(var C=this.tryEntries.length-1;C>=0;--C){var O=this.tryEntries[C];if(O.tryLoc===w){var R=O.completion;if(R.type==="throw"){var I=R.arg;M(O)}return I}}throw Error("illegal catch attempt")},delegateYield:function(w,C,O){return this.delegate={iterator:F(w),resultName:C,nextLoc:O},this.method==="next"&&(this.arg=t),y}},e}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 T$(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 Dw(t,e){return N$(t)||B$(t,e)||bw(t,e)||R$()}function R$(){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 B$(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 N$(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 L$(t,e){var r=typeof Symbol<"u"&&t[Symbol.iterator]||t["@@iterator"];if(!r){if(Array.isArray(t)||(r=bw(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 bw(t,e){if(t){if(typeof t=="string")return lw(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 lw(t,e)}}function lw(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 fw(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 di(t){for(var e=1;e<arguments.length;e++){var r=arguments[e]!=null?arguments[e]:{};e%2?fw(Object(r),!0).forEach(function(n){j$(t,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):fw(Object(r)).forEach(function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(r,n))})}return t}function j$(t,e,r){return e=ww(e),e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}function U$(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function dw(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,ww(n.key),n)}}function M$(t,e,r){return e&&dw(t.prototype,e),r&&dw(t,r),Object.defineProperty(t,"prototype",{writable:!1}),t}function ww(t){var e=q$(t,"string");return Zn(e)=="symbol"?e:e+""}function q$(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 oc="tus-v1",ic="ietf-draft-03",Ga="ietf-draft-05",H$={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:Cw,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:oc},vw=(function(){function t(e,r){U$(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 M$(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(![oc,ic,Ga].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:z$(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,y){var v=di(di({},n.options),{},{uploadUrl:l.uploadUrl||null,storeFingerprintForResuming:!1,removeFingerprintOnSuccess:!1,parallelUploads:1,parallelUploadBoundaries:null,metadata:n.options.metadataForPartialUploads,headers:di(di({},n.options.headers),{},{"Upload-Concat":"partial"}),onSuccess:b,onError:y,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,v);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=pw(n.options.metadata);return l!==""&&c.setHeader("Upload-Metadata",l),n._sendRequest(c,null)}).then(function(l){if(!pi(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=yw(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=L$(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 nc.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),gw(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=pw(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===ic||this.options.protocol===Ga)&&n.setHeader("Upload-Complete","?0"),i=this._sendRequest(n,null)),i.then(function(a){if(!pi(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=yw(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(!pi(a,200)){if(a===423){r._emitHttpError(n,i,"tus: upload is currently locked; retry later");return}if(pi(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===oc){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(!pi(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===oc?r.setHeader("Content-Type","application/offset+octet-stream"):this.options.protocol===Ga&&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===ic||n.options.protocol===Ga)&&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=hw(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 mw(r,n,this.options)}}],[{key:"terminate",value:function(r){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},o=hw("DELETE",r,n);return mw(o,null,n).then(function(i){if(i.getStatus()!==204)throw new nc.default("tus: unexpected response while terminating upload",null,o,i)}).catch(function(i){if(i instanceof nc.default||(i=new nc.default("tus: failed to terminate upload",i,o,null)),!gw(i,0,n))throw i;var a=n.retryDelays[0],s=n.retryDelays.slice(1),u=di(di({},n),{},{retryDelays:s});return new Promise(function(c){return setTimeout(c,a)}).then(function(){return t.terminate(r,u)})})}}])})();function pw(t){return Object.entries(t).map(function(e){var r=Dw(e,2),n=r[0],o=r[1];return"".concat(n," ").concat(P$.Base64.encode(String(o)))}).join(",")}function pi(t,e){return t>=e&&t<e+100}function hw(t,e,r){var n=r.httpStack.createRequest(t,e);r.protocol===ic?n.setHeader("Upload-Draft-Interop-Version","5"):r.protocol===Ga?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,I$.default)();n.setHeader("X-Request-ID",l)}return n}function mw(t,e,r){return dh.apply(this,arguments)}function dh(){return dh=T$(fh().mark(function t(e,r,n){var o;return fh().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)})),dh.apply(this,arguments)}function V$(){var t=!0;return typeof navigator<"u"&&navigator.onLine===!1&&(t=!1),t}function gw(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):Cw(t)}function Cw(t){var e=t.originalResponse?t.originalResponse.getStatus():0;return(!pi(e,400)||e===409||e===423)&&V$()}function yw(t,e){return new $$.default(e,t).toString()}function z$(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}vw.defaultOptions=H$;var oK=ac.default=vw});var Sw=S((aK,_w)=>{"use strict";var Br=t=>t!==null&&typeof t=="object"&&typeof t.pipe=="function";Br.writable=t=>Br(t)&&t.writable!==!1&&typeof t._write=="function"&&typeof t._writableState=="object";Br.readable=t=>Br(t)&&t.readable!==!1&&typeof t._read=="function"&&typeof t._readableState=="object";Br.duplex=t=>Br.writable(t)&&Br.readable(t);Br.transform=t=>Br.duplex(t)&&typeof t._transform=="function";_w.exports=Br});var Aw=S(sc=>{"use strict";Object.defineProperty(sc,"__esModule",{value:!0});sc.default=void 0;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 K$(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,W$(n.key),n)}}function G$(t,e,r){return e&&xw(t.prototype,e),r&&xw(t,r),Object.defineProperty(t,"prototype",{writable:!1}),t}function W$(t){var e=Y$(t,"string");return Wa(e)=="symbol"?e:e+""}function Y$(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 sK=sc.default=(function(){function t(e){K$(this,t),this._buffer=e,this.size=e.length}return G$(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 Pw=S(gh=>{"use strict";Object.defineProperty(gh,"__esModule",{value:!0});gh.default=tI;var kw=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 hh(){"use strict";hh=function(){return e};var t,e={},r=Object.prototype,n=r.hasOwnProperty,o=Object.defineProperty||function(D,w,C){D[w]=C.value},i=typeof Symbol=="function"?Symbol:{},a=i.iterator||"@@iterator",s=i.asyncIterator||"@@asyncIterator",u=i.toStringTag||"@@toStringTag";function c(D,w,C){return Object.defineProperty(D,w,{value:C,enumerable:!0,configurable:!0,writable:!0}),D[w]}try{c({},"")}catch{c=function(C,O,R){return C[O]=R}}function l(D,w,C,O){var R=w&&w.prototype instanceof v?w:v,I=Object.create(R.prototype),q=new W(O||[]);return o(I,"_invoke",{value:L(D,C,q)}),I}function d(D,w,C){try{return{type:"normal",arg:D.call(w,C)}}catch(O){return{type:"throw",arg:O}}}e.wrap=l;var p="suspendedStart",h="suspendedYield",m="executing",b="completed",y={};function v(){}function E(){}function g(){}var _={};c(_,a,function(){return this});var x=Object.getPrototypeOf,$=x&&x(x(F([])));$&&$!==r&&n.call($,a)&&(_=$);var k=g.prototype=v.prototype=Object.create(_);function B(D){["next","throw","return"].forEach(function(w){c(D,w,function(C){return this._invoke(w,C)})})}function T(D,w){function C(R,I,q,P){var N=d(D[R],D,I);if(N.type!=="throw"){var z=N.arg,H=z.value;return H&&Qn(H)=="object"&&n.call(H,"__await")?w.resolve(H.__await).then(function(se){C("next",se,q,P)},function(se){C("throw",se,q,P)}):w.resolve(H).then(function(se){z.value=se,q(z)},function(se){return C("throw",se,q,P)})}P(N.arg)}var O;o(this,"_invoke",{value:function(I,q){function P(){return new w(function(N,z){C(I,q,N,z)})}return O=O?O.then(P,P):P()}})}function L(D,w,C){var O=p;return function(R,I){if(O===m)throw Error("Generator is already running");if(O===b){if(R==="throw")throw I;return{value:t,done:!0}}for(C.method=R,C.arg=I;;){var q=C.delegate;if(q){var P=A(q,C);if(P){if(P===y)continue;return P}}if(C.method==="next")C.sent=C._sent=C.arg;else if(C.method==="throw"){if(O===p)throw O=b,C.arg;C.dispatchException(C.arg)}else C.method==="return"&&C.abrupt("return",C.arg);O=m;var N=d(D,w,C);if(N.type==="normal"){if(O=C.done?b:h,N.arg===y)continue;return{value:N.arg,done:C.done}}N.type==="throw"&&(O=b,C.method="throw",C.arg=N.arg)}}}function A(D,w){var C=w.method,O=D.iterator[C];if(O===t)return w.delegate=null,C==="throw"&&D.iterator.return&&(w.method="return",w.arg=t,A(D,w),w.method==="throw")||C!=="return"&&(w.method="throw",w.arg=new TypeError("The iterator does not provide a '"+C+"' method")),y;var R=d(O,D.iterator,w.arg);if(R.type==="throw")return w.method="throw",w.arg=R.arg,w.delegate=null,y;var I=R.arg;return I?I.done?(w[D.resultName]=I.value,w.next=D.nextLoc,w.method!=="return"&&(w.method="next",w.arg=t),w.delegate=null,y):I:(w.method="throw",w.arg=new TypeError("iterator result is not an object"),w.delegate=null,y)}function j(D){var w={tryLoc:D[0]};1 in D&&(w.catchLoc=D[1]),2 in D&&(w.finallyLoc=D[2],w.afterLoc=D[3]),this.tryEntries.push(w)}function M(D){var w=D.completion||{};w.type="normal",delete w.arg,D.completion=w}function W(D){this.tryEntries=[{tryLoc:"root"}],D.forEach(j,this),this.reset(!0)}function F(D){if(D||D===""){var w=D[a];if(w)return w.call(D);if(typeof D.next=="function")return D;if(!isNaN(D.length)){var C=-1,O=function R(){for(;++C<D.length;)if(n.call(D,C))return R.value=D[C],R.done=!1,R;return R.value=t,R.done=!0,R};return O.next=O}}throw new TypeError(Qn(D)+" is not iterable")}return E.prototype=g,o(k,"constructor",{value:g,configurable:!0}),o(g,"constructor",{value:E,configurable:!0}),E.displayName=c(g,u,"GeneratorFunction"),e.isGeneratorFunction=function(D){var w=typeof D=="function"&&D.constructor;return!!w&&(w===E||(w.displayName||w.name)==="GeneratorFunction")},e.mark=function(D){return Object.setPrototypeOf?Object.setPrototypeOf(D,g):(D.__proto__=g,c(D,u,"GeneratorFunction")),D.prototype=Object.create(k),D},e.awrap=function(D){return{__await:D}},B(T.prototype),c(T.prototype,s,function(){return this}),e.AsyncIterator=T,e.async=function(D,w,C,O,R){R===void 0&&(R=Promise);var I=new T(l(D,w,C,O),R);return e.isGeneratorFunction(w)?I:I.next().then(function(q){return q.done?q.value:I.next()})},B(k),c(k,u,"Generator"),c(k,a,function(){return this}),c(k,"toString",function(){return"[object Generator]"}),e.keys=function(D){var w=Object(D),C=[];for(var O in w)C.push(O);return C.reverse(),function R(){for(;C.length;){var I=C.pop();if(I in w)return R.value=I,R.done=!1,R}return R.done=!0,R}},e.values=F,W.prototype={constructor:W,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 C in this)C.charAt(0)==="t"&&n.call(this,C)&&!isNaN(+C.slice(1))&&(this[C]=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 C=this;function O(z,H){return q.type="throw",q.arg=w,C.next=z,H&&(C.method="next",C.arg=t),!!H}for(var R=this.tryEntries.length-1;R>=0;--R){var I=this.tryEntries[R],q=I.completion;if(I.tryLoc==="root")return O("end");if(I.tryLoc<=this.prev){var P=n.call(I,"catchLoc"),N=n.call(I,"finallyLoc");if(P&&N){if(this.prev<I.catchLoc)return O(I.catchLoc,!0);if(this.prev<I.finallyLoc)return O(I.finallyLoc)}else if(P){if(this.prev<I.catchLoc)return O(I.catchLoc,!0)}else{if(!N)throw Error("try statement without catch or finally");if(this.prev<I.finallyLoc)return O(I.finallyLoc)}}}},abrupt:function(w,C){for(var O=this.tryEntries.length-1;O>=0;--O){var R=this.tryEntries[O];if(R.tryLoc<=this.prev&&n.call(R,"finallyLoc")&&this.prev<R.finallyLoc){var I=R;break}}I&&(w==="break"||w==="continue")&&I.tryLoc<=C&&C<=I.finallyLoc&&(I=null);var q=I?I.completion:{};return q.type=w,q.arg=C,I?(this.method="next",this.next=I.finallyLoc,y):this.complete(q)},complete:function(w,C){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"&&C&&(this.next=C),y},finish:function(w){for(var C=this.tryEntries.length-1;C>=0;--C){var O=this.tryEntries[C];if(O.finallyLoc===w)return this.complete(O.completion,O.afterLoc),M(O),y}},catch:function(w){for(var C=this.tryEntries.length-1;C>=0;--C){var O=this.tryEntries[C];if(O.tryLoc===w){var R=O.completion;if(R.type==="throw"){var I=R.arg;M(O)}return I}}throw Error("illegal catch attempt")},delegateYield:function(w,C,O){return this.delegate={iterator:F(w),resultName:C,nextLoc:O},this.method==="next"&&(this.arg=t),y}},e}function J$(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,Z$(n.key),n)}}function X$(t,e,r){return e&&Ow(t.prototype,e),r&&Ow(t,r),Object.defineProperty(t,"prototype",{writable:!1}),t}function Z$(t){var e=Q$(t,"string");return Qn(e)=="symbol"?e:e+""}function Q$(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 Fw(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 eI(t){return function(){var e=this,r=arguments;return new Promise(function(n,o){var i=t.apply(e,r);function a(u){Fw(i,n,o,a,s,"next",u)}function s(u){Fw(i,n,o,a,s,"throw",u)}a(void 0)})}}function tI(t){return mh.apply(this,arguments)}function mh(){return mh=eI(hh().mark(function t(e){var r,n,o,i,a,s,u;return hh().wrap(function(l){for(;;)switch(l.prev=l.next){case 0:return n=e.path.toString(),l.next=3,kw.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 rI(e,n,u));case 9:case"end":return l.stop()}},t)})),mh.apply(this,arguments)}var rI=(function(){function t(e,r,n){J$(this,t),this._stream=e,this._path=r,this.size=n}return X$(t,[{key:"slice",value:function(r,n){var o,i=(o=this._stream.start)!==null&&o!==void 0?o:0,a=(0,kw.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(uc=>{"use strict";Object.defineProperty(uc,"__esModule",{value:!0});uc.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 Ya(){"use strict";Ya=function(){return e};var t,e={},r=Object.prototype,n=r.hasOwnProperty,o=Object.defineProperty||function(D,w,C){D[w]=C.value},i=typeof Symbol=="function"?Symbol:{},a=i.iterator||"@@iterator",s=i.asyncIterator||"@@asyncIterator",u=i.toStringTag||"@@toStringTag";function c(D,w,C){return Object.defineProperty(D,w,{value:C,enumerable:!0,configurable:!0,writable:!0}),D[w]}try{c({},"")}catch{c=function(C,O,R){return C[O]=R}}function l(D,w,C,O){var R=w&&w.prototype instanceof v?w:v,I=Object.create(R.prototype),q=new W(O||[]);return o(I,"_invoke",{value:L(D,C,q)}),I}function d(D,w,C){try{return{type:"normal",arg:D.call(w,C)}}catch(O){return{type:"throw",arg:O}}}e.wrap=l;var p="suspendedStart",h="suspendedYield",m="executing",b="completed",y={};function v(){}function E(){}function g(){}var _={};c(_,a,function(){return this});var x=Object.getPrototypeOf,$=x&&x(x(F([])));$&&$!==r&&n.call($,a)&&(_=$);var k=g.prototype=v.prototype=Object.create(_);function B(D){["next","throw","return"].forEach(function(w){c(D,w,function(C){return this._invoke(w,C)})})}function T(D,w){function C(R,I,q,P){var N=d(D[R],D,I);if(N.type!=="throw"){var z=N.arg,H=z.value;return H&&eo(H)=="object"&&n.call(H,"__await")?w.resolve(H.__await).then(function(se){C("next",se,q,P)},function(se){C("throw",se,q,P)}):w.resolve(H).then(function(se){z.value=se,q(z)},function(se){return C("throw",se,q,P)})}P(N.arg)}var O;o(this,"_invoke",{value:function(I,q){function P(){return new w(function(N,z){C(I,q,N,z)})}return O=O?O.then(P,P):P()}})}function L(D,w,C){var O=p;return function(R,I){if(O===m)throw Error("Generator is already running");if(O===b){if(R==="throw")throw I;return{value:t,done:!0}}for(C.method=R,C.arg=I;;){var q=C.delegate;if(q){var P=A(q,C);if(P){if(P===y)continue;return P}}if(C.method==="next")C.sent=C._sent=C.arg;else if(C.method==="throw"){if(O===p)throw O=b,C.arg;C.dispatchException(C.arg)}else C.method==="return"&&C.abrupt("return",C.arg);O=m;var N=d(D,w,C);if(N.type==="normal"){if(O=C.done?b:h,N.arg===y)continue;return{value:N.arg,done:C.done}}N.type==="throw"&&(O=b,C.method="throw",C.arg=N.arg)}}}function A(D,w){var C=w.method,O=D.iterator[C];if(O===t)return w.delegate=null,C==="throw"&&D.iterator.return&&(w.method="return",w.arg=t,A(D,w),w.method==="throw")||C!=="return"&&(w.method="throw",w.arg=new TypeError("The iterator does not provide a '"+C+"' method")),y;var R=d(O,D.iterator,w.arg);if(R.type==="throw")return w.method="throw",w.arg=R.arg,w.delegate=null,y;var I=R.arg;return I?I.done?(w[D.resultName]=I.value,w.next=D.nextLoc,w.method!=="return"&&(w.method="next",w.arg=t),w.delegate=null,y):I:(w.method="throw",w.arg=new TypeError("iterator result is not an object"),w.delegate=null,y)}function j(D){var w={tryLoc:D[0]};1 in D&&(w.catchLoc=D[1]),2 in D&&(w.finallyLoc=D[2],w.afterLoc=D[3]),this.tryEntries.push(w)}function M(D){var w=D.completion||{};w.type="normal",delete w.arg,D.completion=w}function W(D){this.tryEntries=[{tryLoc:"root"}],D.forEach(j,this),this.reset(!0)}function F(D){if(D||D===""){var w=D[a];if(w)return w.call(D);if(typeof D.next=="function")return D;if(!isNaN(D.length)){var C=-1,O=function R(){for(;++C<D.length;)if(n.call(D,C))return R.value=D[C],R.done=!1,R;return R.value=t,R.done=!0,R};return O.next=O}}throw new TypeError(eo(D)+" is not iterable")}return E.prototype=g,o(k,"constructor",{value:g,configurable:!0}),o(g,"constructor",{value:E,configurable:!0}),E.displayName=c(g,u,"GeneratorFunction"),e.isGeneratorFunction=function(D){var w=typeof D=="function"&&D.constructor;return!!w&&(w===E||(w.displayName||w.name)==="GeneratorFunction")},e.mark=function(D){return Object.setPrototypeOf?Object.setPrototypeOf(D,g):(D.__proto__=g,c(D,u,"GeneratorFunction")),D.prototype=Object.create(k),D},e.awrap=function(D){return{__await:D}},B(T.prototype),c(T.prototype,s,function(){return this}),e.AsyncIterator=T,e.async=function(D,w,C,O,R){R===void 0&&(R=Promise);var I=new T(l(D,w,C,O),R);return e.isGeneratorFunction(w)?I:I.next().then(function(q){return q.done?q.value:I.next()})},B(k),c(k,u,"Generator"),c(k,a,function(){return this}),c(k,"toString",function(){return"[object Generator]"}),e.keys=function(D){var w=Object(D),C=[];for(var O in w)C.push(O);return C.reverse(),function R(){for(;C.length;){var I=C.pop();if(I in w)return R.value=I,R.done=!1,R}return R.done=!0,R}},e.values=F,W.prototype={constructor:W,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 C in this)C.charAt(0)==="t"&&n.call(this,C)&&!isNaN(+C.slice(1))&&(this[C]=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 C=this;function O(z,H){return q.type="throw",q.arg=w,C.next=z,H&&(C.method="next",C.arg=t),!!H}for(var R=this.tryEntries.length-1;R>=0;--R){var I=this.tryEntries[R],q=I.completion;if(I.tryLoc==="root")return O("end");if(I.tryLoc<=this.prev){var P=n.call(I,"catchLoc"),N=n.call(I,"finallyLoc");if(P&&N){if(this.prev<I.catchLoc)return O(I.catchLoc,!0);if(this.prev<I.finallyLoc)return O(I.finallyLoc)}else if(P){if(this.prev<I.catchLoc)return O(I.catchLoc,!0)}else{if(!N)throw Error("try statement without catch or finally");if(this.prev<I.finallyLoc)return O(I.finallyLoc)}}}},abrupt:function(w,C){for(var O=this.tryEntries.length-1;O>=0;--O){var R=this.tryEntries[O];if(R.tryLoc<=this.prev&&n.call(R,"finallyLoc")&&this.prev<R.finallyLoc){var I=R;break}}I&&(w==="break"||w==="continue")&&I.tryLoc<=C&&C<=I.finallyLoc&&(I=null);var q=I?I.completion:{};return q.type=w,q.arg=C,I?(this.method="next",this.next=I.finallyLoc,y):this.complete(q)},complete:function(w,C){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"&&C&&(this.next=C),y},finish:function(w){for(var C=this.tryEntries.length-1;C>=0;--C){var O=this.tryEntries[C];if(O.finallyLoc===w)return this.complete(O.completion,O.afterLoc),M(O),y}},catch:function(w){for(var C=this.tryEntries.length-1;C>=0;--C){var O=this.tryEntries[C];if(O.tryLoc===w){var R=O.completion;if(R.type==="throw"){var I=R.arg;M(O)}return I}}throw Error("illegal catch attempt")},delegateYield:function(w,C,O){return this.delegate={iterator:F(w),resultName:C,nextLoc:O},this.method==="next"&&(this.arg=t),y}},e}function nI(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,iI(n.key),n)}}function oI(t,e,r){return e&&$w(t.prototype,e),r&&$w(t,r),Object.defineProperty(t,"prototype",{writable:!1}),t}function iI(t){var e=aI(t,"string");return eo(e)=="symbol"?e:e+""}function aI(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 Iw(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 Tw(t){return function(){var e=this,r=arguments;return new Promise(function(n,o){var i=t.apply(e,r);function a(u){Iw(i,n,o,a,s,"next",u)}function s(u){Iw(i,n,o,a,s,"throw",u)}a(void 0)})}}function sI(t,e){return yh.apply(this,arguments)}function yh(){return yh=Tw(Ya().mark(function t(e,r){return Ya().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)})),yh.apply(this,arguments)}var lK=uc.default=(function(){function t(e){var r=this;nI(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 oI(t,[{key:"slice",value:(function(){var e=Tw(Ya().mark(function n(o,i){var a,s,u,c,l;return Ya().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,sI(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 Bw=S(lc=>{"use strict";Object.defineProperty(lc,"__esModule",{value:!0});lc.default=void 0;var uI=require("fs"),cI=cc(Sw()),lI=cc(Aw()),fI=cc(Pw()),dI=cc(Dh());function cc(t){return t&&t.__esModule?t:{default:t}}function Ja(t){"@babel/helpers - typeof";return Ja=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},Ja(t)}function pI(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Rw(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,mI(n.key),n)}}function hI(t,e,r){return e&&Rw(t.prototype,e),r&&Rw(t,r),Object.defineProperty(t,"prototype",{writable:!1}),t}function mI(t){var e=gI(t,"string");return Ja(e)=="symbol"?e:e+""}function gI(t,e){if(Ja(t)!="object"||!t)return t;var r=t[Symbol.toPrimitive];if(r!==void 0){var n=r.call(t,e||"default");if(Ja(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(t)}var dK=lc.default=(function(){function t(){pI(this,t)}return hI(t,[{key:"openFile",value:function(r,n){return Buffer.isBuffer(r)?Promise.resolve(new lI.default(r)):r instanceof uI.ReadStream&&r.path!=null?(0,fI.default)(r):cI.default.readable(r)?(n=Number(n),Number.isFinite(n)?Promise.resolve(new dI.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 Uw=S(bh=>{"use strict";Object.defineProperty(bh,"__esModule",{value:!0});bh.default=bI;var yI=require("crypto"),Nw=jw(require("fs")),DI=jw(require("path"));function Lw(t){if(typeof WeakMap!="function")return null;var e=new WeakMap,r=new WeakMap;return(Lw=function(n){return n?r:e})(t)}function jw(t,e){if(!e&&t&&t.__esModule)return t;if(t===null||typeof t!="object"&&typeof t!="function")return{default:t};var r=Lw(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 bI(t,e){if(Buffer.isBuffer(t)){var r=65536,n=t.slice(0,Math.min(r,t.length)),o=(0,yI.createHash)("md5").update(n).digest("hex"),i=["node-buffer",o,t.length,e.endpoint].join("-");return Promise.resolve(i)}return t instanceof Nw.ReadStream&&t.path!=null?new Promise(function(a,s){var u=DI.resolve(t.path);Nw.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 zw=S((mK,Vw)=>{var Hw="Expected a function",Mw=NaN,wI="[object Symbol]",vI=/^\s+|\s+$/g,CI=/^[-+]0x[0-9a-f]+$/i,EI=/^0b[01]+$/i,_I=/^0o[0-7]+$/i,SI=parseInt,xI=typeof global=="object"&&global&&global.Object===Object&&global,AI=typeof self=="object"&&self&&self.Object===Object&&self,OI=xI||AI||Function("return this")(),FI=Object.prototype,kI=FI.toString,PI=Math.max,$I=Math.min,wh=function(){return OI.Date.now()};function II(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(Hw);e=qw(e)||0,fc(r)&&(l=!!r.leading,d="maxWait"in r,i=d?PI(qw(r.maxWait)||0,e):i,p="trailing"in r?!!r.trailing:p);function h($){var k=n,B=o;return n=o=void 0,c=$,a=t.apply(B,k),a}function m($){return c=$,s=setTimeout(v,e),l?h($):a}function b($){var k=$-u,B=$-c,T=e-k;return d?$I(T,i-B):T}function y($){var k=$-u,B=$-c;return u===void 0||k>=e||k<0||d&&B>=i}function v(){var $=wh();if(y($))return E($);s=setTimeout(v,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(wh())}function x(){var $=wh(),k=y($);if(n=arguments,o=this,u=$,k){if(s===void 0)return m(u);if(d)return s=setTimeout(v,e),h(u)}return s===void 0&&(s=setTimeout(v,e)),a}return x.cancel=g,x.flush=_,x}function TI(t,e,r){var n=!0,o=!0;if(typeof t!="function")throw new TypeError(Hw);return fc(r)&&(n="leading"in r?!!r.leading:n,o="trailing"in r?!!r.trailing:o),II(t,e,{leading:n,maxWait:e,trailing:o})}function fc(t){var e=typeof t;return!!t&&(e=="object"||e=="function")}function RI(t){return!!t&&typeof t=="object"}function BI(t){return typeof t=="symbol"||RI(t)&&kI.call(t)==wI}function qw(t){if(typeof t=="number")return t;if(BI(t))return Mw;if(fc(t)){var e=typeof t.valueOf=="function"?t.valueOf():t;t=fc(e)?e+"":e}if(typeof t!="string")return t===0?t:+t;t=t.replace(vI,"");var r=EI.test(t);return r||_I.test(t)?SI(t.slice(2),r?2:8):CI.test(t)?Mw:+t}Vw.exports=TI});var ev=S(mc=>{"use strict";Object.defineProperty(mc,"__esModule",{value:!0});mc.default=void 0;var NI=Xw(require("http")),LI=Xw(require("https")),Ww=require("stream"),jI=require("url"),Yw=UI(zw());function UI(t){return t&&t.__esModule?t:{default:t}}function Jw(t){if(typeof WeakMap!="function")return null;var e=new WeakMap,r=new WeakMap;return(Jw=function(n){return n?r:e})(t)}function Xw(t,e){if(!e&&t&&t.__esModule)return t;if(t===null||typeof t!="object"&&typeof t!="function")return{default:t};var r=Jw(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 MI(t,e,r){return e=dc(e),qI(t,Zw()?Reflect.construct(e,r||[],dc(t).constructor):e.apply(t,r))}function qI(t,e){if(e&&(hi(e)==="object"||typeof e=="function"))return e;if(e!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return HI(t)}function HI(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function Zw(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(Zw=function(){return!!t})()}function dc(t){return dc=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},dc(t)}function VI(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&&vh(t,e)}function vh(t,e){return vh=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,o){return n.__proto__=o,n},vh(t,e)}function Kw(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 Xa(t){for(var e=1;e<arguments.length;e++){var r=arguments[e]!=null?arguments[e]:{};e%2?Kw(Object(r),!0).forEach(function(n){zI(t,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):Kw(Object(r)).forEach(function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(r,n))})}return t}function zI(t,e,r){return e=Qw(e),e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}function hi(t){"@babel/helpers - typeof";return hi=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},hi(t)}function pc(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Gw(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,Qw(n.key),n)}}function hc(t,e,r){return e&&Gw(t.prototype,e),r&&Gw(t,r),Object.defineProperty(t,"prototype",{writable:!1}),t}function Qw(t){var e=KI(t,"string");return hi(e)=="symbol"?e:e+""}function KI(t,e){if(hi(t)!="object"||!t)return t;var r=t[Symbol.toPrimitive];if(r!==void 0){var n=r.call(t,e||"default");if(hi(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(t)}var gK=mc.default=(function(){function t(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};pc(this,t),this._requestOptions=e}return hc(t,[{key:"createRequest",value:function(r,n){return new GI(r,n,this._requestOptions)}},{key:"getName",value:function(){return"NodeHttpStack"}}])})(),GI=(function(){function t(e,r,n){pc(this,t),this._method=e,this._url=r,this._headers={},this._request=null,this._progressHandler=function(){},this._requestOptions=n||{}}return hc(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=Xa(Xa(Xa({},(0,jI.parse)(r._url)),r._requestOptions),{},{method:r._method,headers:Xa(Xa({},r._requestOptions.headers||{}),r._headers)});n!=null&&n.size&&(a.headers["Content-Length"]=n.size);var s=a.protocol==="https:"?LI:NI;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 WI(c,d))})}),u.on("error",function(c){i(c)}),n instanceof Ww.Readable?n.pipe(new YI(r._progressHandler)).pipe(u):n instanceof Uint8Array?JI(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}}])})(),WI=(function(){function t(e,r){pc(this,t),this._response=e,this._body=r}return hc(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}}])})(),YI=(function(t){function e(r){var n;return pc(this,e),n=MI(this,e),n._onprogress=(0,Yw.default)(r,100,{leading:!0,trailing:!1}),n._position=0,n}return VI(e,t),hc(e,[{key:"_transform",value:function(n,o,i){this._position+=n.length,this._onprogress(this._position),i(null,n)}}])})(Ww.Transform),JI=function(e,r,n){n=(0,Yw.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 tv=S(Ch=>{"use strict";Ch.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};Ch.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 Ir.red("Error:")+" Not valid JSON!"}return o+=Ha.render(i,r,n),o}});var nh=S(Qu=>{"use strict";Object.defineProperty(Qu,"__esModule",{value:!0});Qu.default=void 0;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 Vb(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 r3(t,e,r){return e&&Vb(t.prototype,e),r&&Vb(t,r),Object.defineProperty(t,"prototype",{writable:!1}),t}function n3(t){var e=o3(t,"string");return fi(e)=="symbol"?e:e+""}function o3(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)}function i3(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function a3(t,e,r){return e=za(e),s3(t,rh()?Reflect.construct(e,r||[],za(t).constructor):e.apply(t,r))}function s3(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 u3(t)}function u3(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function c3(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&&Va(t,e)}function th(t){var e=typeof Map=="function"?new Map:void 0;return th=function(n){if(n===null||!f3(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 l3(n,arguments,za(this).constructor)}return o.prototype=Object.create(n.prototype,{constructor:{value:o,enumerable:!1,writable:!0,configurable:!0}}),Va(o,n)},th(t)}function l3(t,e,r){if(rh())return Reflect.construct.apply(null,arguments);var n=[null];n.push.apply(n,e);var o=new(t.bind.apply(t,n));return r&&Va(o,r.prototype),o}function rh(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(rh=function(){return!!t})()}function f3(t){try{return Function.toString.call(t).indexOf("[native code]")!==-1}catch{return typeof t=="function"}}function Va(t,e){return Va=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,o){return n.__proto__=o,n},Va(t,e)}function za(t){return za=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},za(t)}var d3=(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(i3(this,e),n=a3(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 c3(e,t),r3(e)})(th(Error)),Xz=Qu.default=d3});var oh=S(ec=>{"use strict";Object.defineProperty(ec,"__esModule",{value:!0});ec.enableDebugLog=p3;ec.log=h3;var zb=!1;function p3(){zb=!0}function h3(t){zb&&console.log(t)}});var Gb=S(tc=>{"use strict";Object.defineProperty(tc,"__esModule",{value:!0});tc.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 m3(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Kb(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 g3(t,e,r){return e&&Kb(t.prototype,e),r&&Kb(t,r),Object.defineProperty(t,"prototype",{writable:!1}),t}function y3(t){var e=D3(t,"string");return Ka(e)=="symbol"?e:e+""}function D3(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 eK=tc.default=(function(){function t(){m3(this,t)}return g3(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 Wb=S((ih,ah)=>{(function(t,e){typeof ih=="object"&&typeof ah<"u"?ah.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:ih,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(P){var N={};return P.forEach(function(z,H){return N[z]=H}),N})(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(P){return new Uint8Array(Array.prototype.slice.call(P,0))},d=function(P){return P.replace(/=/g,"").replace(/[+\/]/g,function(N){return N=="+"?"-":"_"})},p=function(P){return P.replace(/[^A-Za-z0-9\+\/]/g,"")},h=function(P){for(var N,z,H,se,zt="",G=P.length%3,xe=0;xe<P.length;){if((z=P.charCodeAt(xe++))>255||(H=P.charCodeAt(xe++))>255||(se=P.charCodeAt(xe++))>255)throw new TypeError("invalid character found");N=z<<16|H<<8|se,zt+=a[N>>18&63]+a[N>>12&63]+a[N>>6&63]+a[N&63]}return G?zt.slice(0,G-3)+"===".substring(G):zt},m=typeof btoa=="function"?function(P){return btoa(P)}:r?function(P){return Buffer.from(P,"binary").toString("base64")}:h,b=r?function(P){return Buffer.from(P).toString("base64")}:function(P){for(var N=4096,z=[],H=0,se=P.length;H<se;H+=N)z.push(c.apply(null,P.subarray(H,H+N)));return m(z.join(""))},y=function(P,N){return N===void 0&&(N=!1),N?d(b(P)):b(P)},v=function(P){if(P.length<2){var N=P.charCodeAt(0);return N<128?P:N<2048?c(192|N>>>6)+c(128|N&63):c(224|N>>>12&15)+c(128|N>>>6&63)+c(128|N&63)}else{var N=65536+(P.charCodeAt(0)-55296)*1024+(P.charCodeAt(1)-56320);return c(240|N>>>18&7)+c(128|N>>>12&63)+c(128|N>>>6&63)+c(128|N&63)}},E=/[\uD800-\uDBFF][\uDC00-\uDFFFF]|[^\x00-\x7F]/g,g=function(P){return P.replace(E,v)},_=r?function(P){return Buffer.from(P,"utf8").toString("base64")}:o?function(P){return b(o.encode(P))}:function(P){return m(g(P))},x=function(P,N){return N===void 0&&(N=!1),N?d(_(P)):_(P)},$=function(P){return x(P,!0)},k=/[\xC0-\xDF][\x80-\xBF]|[\xE0-\xEF][\x80-\xBF]{2}|[\xF0-\xF7][\x80-\xBF]{3}/g,B=function(P){switch(P.length){case 4:var N=(7&P.charCodeAt(0))<<18|(63&P.charCodeAt(1))<<12|(63&P.charCodeAt(2))<<6|63&P.charCodeAt(3),z=N-65536;return c((z>>>10)+55296)+c((z&1023)+56320);case 3:return c((15&P.charCodeAt(0))<<12|(63&P.charCodeAt(1))<<6|63&P.charCodeAt(2));default:return c((31&P.charCodeAt(0))<<6|63&P.charCodeAt(1))}},T=function(P){return P.replace(k,B)},L=function(P){if(P=P.replace(/\s+/g,""),!u.test(P))throw new TypeError("malformed base64.");P+="==".slice(2-(P.length&3));for(var N,z,H,se=[],zt=0;zt<P.length;)N=s[P.charAt(zt++)]<<18|s[P.charAt(zt++)]<<12|(z=s[P.charAt(zt++)])<<6|(H=s[P.charAt(zt++)]),z===64?se.push(c(N>>16&255)):H===64?se.push(c(N>>16&255,N>>8&255)):se.push(c(N>>16&255,N>>8&255,N&255));return se.join("")},A=typeof atob=="function"?function(P){return atob(p(P))}:r?function(P){return Buffer.from(P,"base64").toString("binary")}:L,j=r?function(P){return l(Buffer.from(P,"base64"))}:function(P){return l(A(P).split("").map(function(N){return N.charCodeAt(0)}))},M=function(P){return j(F(P))},W=r?function(P){return Buffer.from(P,"base64").toString("utf8")}:n?function(P){return n.decode(j(P))}:function(P){return T(A(P))},F=function(P){return p(P.replace(/[-_]/g,function(N){return N=="-"?"+":"/"}))},D=function(P){return W(F(P))},w=function(P){if(typeof P!="string")return!1;var N=P.replace(/\s+/g,"").replace(/={0,2}$/,"");return!/[^\s0-9a-zA-Z\+/]/.test(N)||!/[^\s0-9a-zA-Z\-_]/.test(N)},C=function(P){return{value:P,enumerable:!1,writable:!0,configurable:!0}},O=function(){var P=function(N,z){return Object.defineProperty(String.prototype,N,C(z))};P("fromBase64",function(){return D(this)}),P("toBase64",function(N){return x(this,N)}),P("toBase64URI",function(){return x(this,!0)}),P("toBase64URL",function(){return x(this,!0)}),P("toUint8Array",function(){return M(this)})},R=function(){var P=function(N,z){return Object.defineProperty(Uint8Array.prototype,N,C(z))};P("toBase64",function(N){return y(this,N)}),P("toBase64URI",function(){return y(this,!0)}),P("toBase64URL",function(){return y(this,!0)})},I=function(){O(),R()},q={version:t,VERSION:e,atob:A,atobPolyfill:L,btoa:m,btoaPolyfill:h,fromBase64:D,toBase64:x,encode:x,encodeURI:$,encodeURL:$,utob:g,btou:T,decode:D,isValid:w,fromUint8Array:y,toUint8Array:M,extendString:O,extendUint8Array:R,extendBuiltins:I};return q.Base64={},Object.keys(q).forEach(function(P){return q.Base64[P]=q[P]}),q})});var Jb=S((rK,Yb)=>{"use strict";Yb.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 Qb=S(sh=>{"use strict";var b3=Object.prototype.hasOwnProperty,w3;function Xb(t){try{return decodeURIComponent(t.replace(/\+/g," "))}catch{return null}}function Zb(t){try{return encodeURIComponent(t)}catch{return null}}function v3(t){for(var e=/([^=?#&]+)=?([^&]*)/g,r={},n;n=e.exec(t);){var o=Xb(n[1]),i=Xb(n[2]);o===null||i===null||o in r||(r[o]=i)}return r}function C3(t,e){e=e||"";var r=[],n,o;typeof e!="string"&&(e="?");for(o in t)if(b3.call(t,o)){if(n=t[o],!n&&(n===null||n===w3||isNaN(n))&&(n=""),o=Zb(o),n=Zb(n),o===null||n===null)continue;r.push(o+"="+n)}return r.length?e+r.join("&"):""}sh.stringify=C3;sh.parse=v3});var sw=S((oK,aw)=>{"use strict";var tw=Jb(),rc=Qb(),E3=/^[\x00-\x20\u00a0\u1680\u2000-\u200a\u2028\u2029\u202f\u205f\u3000\ufeff]+/,rw=/[\n\r\t]/g,_3=/^[A-Za-z][A-Za-z0-9+-.]*:\/\//,nw=/:\d+$/,S3=/^([a-z][a-z0-9.+-]*:)?(\/\/)?([\\/]+)?([\S\s]*)/i,x3=/^[a-zA-Z]:/;function ch(t){return(t||"").toString().replace(E3,"")}var uh=[["#","hash"],["?","query"],function(e,r){return Tr(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]],ew={hash:1,query:1};function ow(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 Rr(unescape(t.pathname),{});else if(o==="string"){n=new Rr(t,{});for(i in ew)delete n[i]}else if(o==="object"){for(i in t)i in ew||(n[i]=t[i]);n.slashes===void 0&&(n.slashes=_3.test(t.href))}return n}function Tr(t){return t==="file:"||t==="ftp:"||t==="http:"||t==="https:"||t==="ws:"||t==="wss:"}function iw(t,e){t=ch(t),t=t.replace(rw,""),e=e||{};var r=S3.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)):Tr(n)?s=r[4]:n?o&&(s=s.slice(2)):a>=2&&Tr(e.protocol)&&(s=r[4]),{protocol:n,slashes:o||Tr(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 Rr(t,e,r){if(t=ch(t),t=t.replace(rw,""),!(this instanceof Rr))return new Rr(t,e,r);var n,o,i,a,s,u,c=uh.slice(),l=typeof e,d=this,p=0;for(l!=="object"&&l!=="string"&&(r=e,e=null),r&&typeof r!="function"&&(r=rc.parse),e=ow(e),o=iw(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||x3.test(t))||!o.slashes&&(o.protocol||o.slashesCount<2||!Tr(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)!=="/"&&Tr(d.protocol)&&(d.pathname="/"+d.pathname),tw(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:"&&Tr(d.protocol)&&d.host?d.protocol+"//"+d.host:"null",d.href=d.toString()}function O3(t,e,r){var n=this;switch(t){case"query":typeof e=="string"&&e.length&&(e=(r||rc.parse)(e)),n[t]=e;break;case"port":n[t]=e,tw(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,nw.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<uh.length;a++){var s=uh[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:"&&Tr(n.protocol)&&n.host?n.protocol+"//"+n.host:"null",n.href=n.toString(),n}function F3(t){(!t||typeof t!="function")&&(t=rc.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||Tr(r.protocol)?"//":"");return r.username?(i+=r.username,r.password&&(i+=":"+r.password),i+="@"):r.password?(i+=":"+r.password,i+="@"):r.protocol!=="file:"&&Tr(r.protocol)&&!n&&r.pathname!=="/"&&(i+="@"),(n[n.length-1]===":"||nw.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}Rr.prototype={set:O3,toString:F3};Rr.extractProtocol=iw;Rr.location=ow;Rr.trimLeft=ch;Rr.qs=rc;aw.exports=Rr});var uw=S(lh=>{"use strict";Object.defineProperty(lh,"__esModule",{value:!0});lh.default=k3;function k3(){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 Ew=S(ac=>{"use strict";Object.defineProperty(ac,"__esModule",{value:!0});ac.default=void 0;var P3=Wb(),$3=ph(sw()),nc=ph(nh()),Xn=oh(),I3=ph(uw());function ph(t){return t&&t.__esModule?t:{default:t}}function fh(){"use strict";fh=function(){return e};var t,e={},r=Object.prototype,n=r.hasOwnProperty,o=Object.defineProperty||function(D,w,C){D[w]=C.value},i=typeof Symbol=="function"?Symbol:{},a=i.iterator||"@@iterator",s=i.asyncIterator||"@@asyncIterator",u=i.toStringTag||"@@toStringTag";function c(D,w,C){return Object.defineProperty(D,w,{value:C,enumerable:!0,configurable:!0,writable:!0}),D[w]}try{c({},"")}catch{c=function(C,O,R){return C[O]=R}}function l(D,w,C,O){var R=w&&w.prototype instanceof v?w:v,I=Object.create(R.prototype),q=new W(O||[]);return o(I,"_invoke",{value:L(D,C,q)}),I}function d(D,w,C){try{return{type:"normal",arg:D.call(w,C)}}catch(O){return{type:"throw",arg:O}}}e.wrap=l;var p="suspendedStart",h="suspendedYield",m="executing",b="completed",y={};function v(){}function E(){}function g(){}var _={};c(_,a,function(){return this});var x=Object.getPrototypeOf,$=x&&x(x(F([])));$&&$!==r&&n.call($,a)&&(_=$);var k=g.prototype=v.prototype=Object.create(_);function B(D){["next","throw","return"].forEach(function(w){c(D,w,function(C){return this._invoke(w,C)})})}function T(D,w){function C(R,I,q,P){var N=d(D[R],D,I);if(N.type!=="throw"){var z=N.arg,H=z.value;return H&&Zn(H)=="object"&&n.call(H,"__await")?w.resolve(H.__await).then(function(se){C("next",se,q,P)},function(se){C("throw",se,q,P)}):w.resolve(H).then(function(se){z.value=se,q(z)},function(se){return C("throw",se,q,P)})}P(N.arg)}var O;o(this,"_invoke",{value:function(I,q){function P(){return new w(function(N,z){C(I,q,N,z)})}return O=O?O.then(P,P):P()}})}function L(D,w,C){var O=p;return function(R,I){if(O===m)throw Error("Generator is already running");if(O===b){if(R==="throw")throw I;return{value:t,done:!0}}for(C.method=R,C.arg=I;;){var q=C.delegate;if(q){var P=A(q,C);if(P){if(P===y)continue;return P}}if(C.method==="next")C.sent=C._sent=C.arg;else if(C.method==="throw"){if(O===p)throw O=b,C.arg;C.dispatchException(C.arg)}else C.method==="return"&&C.abrupt("return",C.arg);O=m;var N=d(D,w,C);if(N.type==="normal"){if(O=C.done?b:h,N.arg===y)continue;return{value:N.arg,done:C.done}}N.type==="throw"&&(O=b,C.method="throw",C.arg=N.arg)}}}function A(D,w){var C=w.method,O=D.iterator[C];if(O===t)return w.delegate=null,C==="throw"&&D.iterator.return&&(w.method="return",w.arg=t,A(D,w),w.method==="throw")||C!=="return"&&(w.method="throw",w.arg=new TypeError("The iterator does not provide a '"+C+"' method")),y;var R=d(O,D.iterator,w.arg);if(R.type==="throw")return w.method="throw",w.arg=R.arg,w.delegate=null,y;var I=R.arg;return I?I.done?(w[D.resultName]=I.value,w.next=D.nextLoc,w.method!=="return"&&(w.method="next",w.arg=t),w.delegate=null,y):I:(w.method="throw",w.arg=new TypeError("iterator result is not an object"),w.delegate=null,y)}function j(D){var w={tryLoc:D[0]};1 in D&&(w.catchLoc=D[1]),2 in D&&(w.finallyLoc=D[2],w.afterLoc=D[3]),this.tryEntries.push(w)}function M(D){var w=D.completion||{};w.type="normal",delete w.arg,D.completion=w}function W(D){this.tryEntries=[{tryLoc:"root"}],D.forEach(j,this),this.reset(!0)}function F(D){if(D||D===""){var w=D[a];if(w)return w.call(D);if(typeof D.next=="function")return D;if(!isNaN(D.length)){var C=-1,O=function R(){for(;++C<D.length;)if(n.call(D,C))return R.value=D[C],R.done=!1,R;return R.value=t,R.done=!0,R};return O.next=O}}throw new TypeError(Zn(D)+" is not iterable")}return E.prototype=g,o(k,"constructor",{value:g,configurable:!0}),o(g,"constructor",{value:E,configurable:!0}),E.displayName=c(g,u,"GeneratorFunction"),e.isGeneratorFunction=function(D){var w=typeof D=="function"&&D.constructor;return!!w&&(w===E||(w.displayName||w.name)==="GeneratorFunction")},e.mark=function(D){return Object.setPrototypeOf?Object.setPrototypeOf(D,g):(D.__proto__=g,c(D,u,"GeneratorFunction")),D.prototype=Object.create(k),D},e.awrap=function(D){return{__await:D}},B(T.prototype),c(T.prototype,s,function(){return this}),e.AsyncIterator=T,e.async=function(D,w,C,O,R){R===void 0&&(R=Promise);var I=new T(l(D,w,C,O),R);return e.isGeneratorFunction(w)?I:I.next().then(function(q){return q.done?q.value:I.next()})},B(k),c(k,u,"Generator"),c(k,a,function(){return this}),c(k,"toString",function(){return"[object Generator]"}),e.keys=function(D){var w=Object(D),C=[];for(var O in w)C.push(O);return C.reverse(),function R(){for(;C.length;){var I=C.pop();if(I in w)return R.value=I,R.done=!1,R}return R.done=!0,R}},e.values=F,W.prototype={constructor:W,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 C in this)C.charAt(0)==="t"&&n.call(this,C)&&!isNaN(+C.slice(1))&&(this[C]=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 C=this;function O(z,H){return q.type="throw",q.arg=w,C.next=z,H&&(C.method="next",C.arg=t),!!H}for(var R=this.tryEntries.length-1;R>=0;--R){var I=this.tryEntries[R],q=I.completion;if(I.tryLoc==="root")return O("end");if(I.tryLoc<=this.prev){var P=n.call(I,"catchLoc"),N=n.call(I,"finallyLoc");if(P&&N){if(this.prev<I.catchLoc)return O(I.catchLoc,!0);if(this.prev<I.finallyLoc)return O(I.finallyLoc)}else if(P){if(this.prev<I.catchLoc)return O(I.catchLoc,!0)}else{if(!N)throw Error("try statement without catch or finally");if(this.prev<I.finallyLoc)return O(I.finallyLoc)}}}},abrupt:function(w,C){for(var O=this.tryEntries.length-1;O>=0;--O){var R=this.tryEntries[O];if(R.tryLoc<=this.prev&&n.call(R,"finallyLoc")&&this.prev<R.finallyLoc){var I=R;break}}I&&(w==="break"||w==="continue")&&I.tryLoc<=C&&C<=I.finallyLoc&&(I=null);var q=I?I.completion:{};return q.type=w,q.arg=C,I?(this.method="next",this.next=I.finallyLoc,y):this.complete(q)},complete:function(w,C){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"&&C&&(this.next=C),y},finish:function(w){for(var C=this.tryEntries.length-1;C>=0;--C){var O=this.tryEntries[C];if(O.finallyLoc===w)return this.complete(O.completion,O.afterLoc),M(O),y}},catch:function(w){for(var C=this.tryEntries.length-1;C>=0;--C){var O=this.tryEntries[C];if(O.tryLoc===w){var R=O.completion;if(R.type==="throw"){var I=R.arg;M(O)}return I}}throw Error("illegal catch attempt")},delegateYield:function(w,C,O){return this.delegate={iterator:F(w),resultName:C,nextLoc:O},this.method==="next"&&(this.arg=t),y}},e}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 T3(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 Dw(t,e){return N3(t)||B3(t,e)||bw(t,e)||R3()}function R3(){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 B3(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 N3(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 L3(t,e){var r=typeof Symbol<"u"&&t[Symbol.iterator]||t["@@iterator"];if(!r){if(Array.isArray(t)||(r=bw(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 bw(t,e){if(t){if(typeof t=="string")return lw(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 lw(t,e)}}function lw(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 fw(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 di(t){for(var e=1;e<arguments.length;e++){var r=arguments[e]!=null?arguments[e]:{};e%2?fw(Object(r),!0).forEach(function(n){j3(t,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):fw(Object(r)).forEach(function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(r,n))})}return t}function j3(t,e,r){return e=ww(e),e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}function U3(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function dw(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,ww(n.key),n)}}function M3(t,e,r){return e&&dw(t.prototype,e),r&&dw(t,r),Object.defineProperty(t,"prototype",{writable:!1}),t}function ww(t){var e=q3(t,"string");return Zn(e)=="symbol"?e:e+""}function q3(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 oc="tus-v1",ic="ietf-draft-03",Ga="ietf-draft-05",H3={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:Cw,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:oc},vw=(function(){function t(e,r){U3(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 M3(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(![oc,ic,Ga].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:z3(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,y){var v=di(di({},n.options),{},{uploadUrl:l.uploadUrl||null,storeFingerprintForResuming:!1,removeFingerprintOnSuccess:!1,parallelUploads:1,parallelUploadBoundaries:null,metadata:n.options.metadataForPartialUploads,headers:di(di({},n.options.headers),{},{"Upload-Concat":"partial"}),onSuccess:b,onError:y,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,v);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=pw(n.options.metadata);return l!==""&&c.setHeader("Upload-Metadata",l),n._sendRequest(c,null)}).then(function(l){if(!pi(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=yw(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=L3(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 nc.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),gw(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=pw(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===ic||this.options.protocol===Ga)&&n.setHeader("Upload-Complete","?0"),i=this._sendRequest(n,null)),i.then(function(a){if(!pi(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=yw(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(!pi(a,200)){if(a===423){r._emitHttpError(n,i,"tus: upload is currently locked; retry later");return}if(pi(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===oc){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(!pi(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===oc?r.setHeader("Content-Type","application/offset+octet-stream"):this.options.protocol===Ga&&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===ic||n.options.protocol===Ga)&&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=hw(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 mw(r,n,this.options)}}],[{key:"terminate",value:function(r){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},o=hw("DELETE",r,n);return mw(o,null,n).then(function(i){if(i.getStatus()!==204)throw new nc.default("tus: unexpected response while terminating upload",null,o,i)}).catch(function(i){if(i instanceof nc.default||(i=new nc.default("tus: failed to terminate upload",i,o,null)),!gw(i,0,n))throw i;var a=n.retryDelays[0],s=n.retryDelays.slice(1),u=di(di({},n),{},{retryDelays:s});return new Promise(function(c){return setTimeout(c,a)}).then(function(){return t.terminate(r,u)})})}}])})();function pw(t){return Object.entries(t).map(function(e){var r=Dw(e,2),n=r[0],o=r[1];return"".concat(n," ").concat(P3.Base64.encode(String(o)))}).join(",")}function pi(t,e){return t>=e&&t<e+100}function hw(t,e,r){var n=r.httpStack.createRequest(t,e);r.protocol===ic?n.setHeader("Upload-Draft-Interop-Version","5"):r.protocol===Ga?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,I3.default)();n.setHeader("X-Request-ID",l)}return n}function mw(t,e,r){return dh.apply(this,arguments)}function dh(){return dh=T3(fh().mark(function t(e,r,n){var o;return fh().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)})),dh.apply(this,arguments)}function V3(){var t=!0;return typeof navigator<"u"&&navigator.onLine===!1&&(t=!1),t}function gw(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):Cw(t)}function Cw(t){var e=t.originalResponse?t.originalResponse.getStatus():0;return(!pi(e,400)||e===409||e===423)&&V3()}function yw(t,e){return new $3.default(e,t).toString()}function z3(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}vw.defaultOptions=H3;var aK=ac.default=vw});var Sw=S((uK,_w)=>{"use strict";var Br=t=>t!==null&&typeof t=="object"&&typeof t.pipe=="function";Br.writable=t=>Br(t)&&t.writable!==!1&&typeof t._write=="function"&&typeof t._writableState=="object";Br.readable=t=>Br(t)&&t.readable!==!1&&typeof t._read=="function"&&typeof t._readableState=="object";Br.duplex=t=>Br.writable(t)&&Br.readable(t);Br.transform=t=>Br.duplex(t)&&typeof t._transform=="function";_w.exports=Br});var Aw=S(sc=>{"use strict";Object.defineProperty(sc,"__esModule",{value:!0});sc.default=void 0;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 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,W3(n.key),n)}}function G3(t,e,r){return e&&xw(t.prototype,e),r&&xw(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 cK=sc.default=(function(){function t(e){K3(this,t),this._buffer=e,this.size=e.length}return G3(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 Pw=S(gh=>{"use strict";Object.defineProperty(gh,"__esModule",{value:!0});gh.default=tI;var kw=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 hh(){"use strict";hh=function(){return e};var t,e={},r=Object.prototype,n=r.hasOwnProperty,o=Object.defineProperty||function(D,w,C){D[w]=C.value},i=typeof Symbol=="function"?Symbol:{},a=i.iterator||"@@iterator",s=i.asyncIterator||"@@asyncIterator",u=i.toStringTag||"@@toStringTag";function c(D,w,C){return Object.defineProperty(D,w,{value:C,enumerable:!0,configurable:!0,writable:!0}),D[w]}try{c({},"")}catch{c=function(C,O,R){return C[O]=R}}function l(D,w,C,O){var R=w&&w.prototype instanceof v?w:v,I=Object.create(R.prototype),q=new W(O||[]);return o(I,"_invoke",{value:L(D,C,q)}),I}function d(D,w,C){try{return{type:"normal",arg:D.call(w,C)}}catch(O){return{type:"throw",arg:O}}}e.wrap=l;var p="suspendedStart",h="suspendedYield",m="executing",b="completed",y={};function v(){}function E(){}function g(){}var _={};c(_,a,function(){return this});var x=Object.getPrototypeOf,$=x&&x(x(F([])));$&&$!==r&&n.call($,a)&&(_=$);var k=g.prototype=v.prototype=Object.create(_);function B(D){["next","throw","return"].forEach(function(w){c(D,w,function(C){return this._invoke(w,C)})})}function T(D,w){function C(R,I,q,P){var N=d(D[R],D,I);if(N.type!=="throw"){var z=N.arg,H=z.value;return H&&Qn(H)=="object"&&n.call(H,"__await")?w.resolve(H.__await).then(function(se){C("next",se,q,P)},function(se){C("throw",se,q,P)}):w.resolve(H).then(function(se){z.value=se,q(z)},function(se){return C("throw",se,q,P)})}P(N.arg)}var O;o(this,"_invoke",{value:function(I,q){function P(){return new w(function(N,z){C(I,q,N,z)})}return O=O?O.then(P,P):P()}})}function L(D,w,C){var O=p;return function(R,I){if(O===m)throw Error("Generator is already running");if(O===b){if(R==="throw")throw I;return{value:t,done:!0}}for(C.method=R,C.arg=I;;){var q=C.delegate;if(q){var P=A(q,C);if(P){if(P===y)continue;return P}}if(C.method==="next")C.sent=C._sent=C.arg;else if(C.method==="throw"){if(O===p)throw O=b,C.arg;C.dispatchException(C.arg)}else C.method==="return"&&C.abrupt("return",C.arg);O=m;var N=d(D,w,C);if(N.type==="normal"){if(O=C.done?b:h,N.arg===y)continue;return{value:N.arg,done:C.done}}N.type==="throw"&&(O=b,C.method="throw",C.arg=N.arg)}}}function A(D,w){var C=w.method,O=D.iterator[C];if(O===t)return w.delegate=null,C==="throw"&&D.iterator.return&&(w.method="return",w.arg=t,A(D,w),w.method==="throw")||C!=="return"&&(w.method="throw",w.arg=new TypeError("The iterator does not provide a '"+C+"' method")),y;var R=d(O,D.iterator,w.arg);if(R.type==="throw")return w.method="throw",w.arg=R.arg,w.delegate=null,y;var I=R.arg;return I?I.done?(w[D.resultName]=I.value,w.next=D.nextLoc,w.method!=="return"&&(w.method="next",w.arg=t),w.delegate=null,y):I:(w.method="throw",w.arg=new TypeError("iterator result is not an object"),w.delegate=null,y)}function j(D){var w={tryLoc:D[0]};1 in D&&(w.catchLoc=D[1]),2 in D&&(w.finallyLoc=D[2],w.afterLoc=D[3]),this.tryEntries.push(w)}function M(D){var w=D.completion||{};w.type="normal",delete w.arg,D.completion=w}function W(D){this.tryEntries=[{tryLoc:"root"}],D.forEach(j,this),this.reset(!0)}function F(D){if(D||D===""){var w=D[a];if(w)return w.call(D);if(typeof D.next=="function")return D;if(!isNaN(D.length)){var C=-1,O=function R(){for(;++C<D.length;)if(n.call(D,C))return R.value=D[C],R.done=!1,R;return R.value=t,R.done=!0,R};return O.next=O}}throw new TypeError(Qn(D)+" is not iterable")}return E.prototype=g,o(k,"constructor",{value:g,configurable:!0}),o(g,"constructor",{value:E,configurable:!0}),E.displayName=c(g,u,"GeneratorFunction"),e.isGeneratorFunction=function(D){var w=typeof D=="function"&&D.constructor;return!!w&&(w===E||(w.displayName||w.name)==="GeneratorFunction")},e.mark=function(D){return Object.setPrototypeOf?Object.setPrototypeOf(D,g):(D.__proto__=g,c(D,u,"GeneratorFunction")),D.prototype=Object.create(k),D},e.awrap=function(D){return{__await:D}},B(T.prototype),c(T.prototype,s,function(){return this}),e.AsyncIterator=T,e.async=function(D,w,C,O,R){R===void 0&&(R=Promise);var I=new T(l(D,w,C,O),R);return e.isGeneratorFunction(w)?I:I.next().then(function(q){return q.done?q.value:I.next()})},B(k),c(k,u,"Generator"),c(k,a,function(){return this}),c(k,"toString",function(){return"[object Generator]"}),e.keys=function(D){var w=Object(D),C=[];for(var O in w)C.push(O);return C.reverse(),function R(){for(;C.length;){var I=C.pop();if(I in w)return R.value=I,R.done=!1,R}return R.done=!0,R}},e.values=F,W.prototype={constructor:W,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 C in this)C.charAt(0)==="t"&&n.call(this,C)&&!isNaN(+C.slice(1))&&(this[C]=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 C=this;function O(z,H){return q.type="throw",q.arg=w,C.next=z,H&&(C.method="next",C.arg=t),!!H}for(var R=this.tryEntries.length-1;R>=0;--R){var I=this.tryEntries[R],q=I.completion;if(I.tryLoc==="root")return O("end");if(I.tryLoc<=this.prev){var P=n.call(I,"catchLoc"),N=n.call(I,"finallyLoc");if(P&&N){if(this.prev<I.catchLoc)return O(I.catchLoc,!0);if(this.prev<I.finallyLoc)return O(I.finallyLoc)}else if(P){if(this.prev<I.catchLoc)return O(I.catchLoc,!0)}else{if(!N)throw Error("try statement without catch or finally");if(this.prev<I.finallyLoc)return O(I.finallyLoc)}}}},abrupt:function(w,C){for(var O=this.tryEntries.length-1;O>=0;--O){var R=this.tryEntries[O];if(R.tryLoc<=this.prev&&n.call(R,"finallyLoc")&&this.prev<R.finallyLoc){var I=R;break}}I&&(w==="break"||w==="continue")&&I.tryLoc<=C&&C<=I.finallyLoc&&(I=null);var q=I?I.completion:{};return q.type=w,q.arg=C,I?(this.method="next",this.next=I.finallyLoc,y):this.complete(q)},complete:function(w,C){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"&&C&&(this.next=C),y},finish:function(w){for(var C=this.tryEntries.length-1;C>=0;--C){var O=this.tryEntries[C];if(O.finallyLoc===w)return this.complete(O.completion,O.afterLoc),M(O),y}},catch:function(w){for(var C=this.tryEntries.length-1;C>=0;--C){var O=this.tryEntries[C];if(O.tryLoc===w){var R=O.completion;if(R.type==="throw"){var I=R.arg;M(O)}return I}}throw Error("illegal catch attempt")},delegateYield:function(w,C,O){return this.delegate={iterator:F(w),resultName:C,nextLoc:O},this.method==="next"&&(this.arg=t),y}},e}function J3(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,Z3(n.key),n)}}function X3(t,e,r){return e&&Ow(t.prototype,e),r&&Ow(t,r),Object.defineProperty(t,"prototype",{writable:!1}),t}function Z3(t){var e=Q3(t,"string");return Qn(e)=="symbol"?e:e+""}function Q3(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 Fw(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 eI(t){return function(){var e=this,r=arguments;return new Promise(function(n,o){var i=t.apply(e,r);function a(u){Fw(i,n,o,a,s,"next",u)}function s(u){Fw(i,n,o,a,s,"throw",u)}a(void 0)})}}function tI(t){return mh.apply(this,arguments)}function mh(){return mh=eI(hh().mark(function t(e){var r,n,o,i,a,s,u;return hh().wrap(function(l){for(;;)switch(l.prev=l.next){case 0:return n=e.path.toString(),l.next=3,kw.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 rI(e,n,u));case 9:case"end":return l.stop()}},t)})),mh.apply(this,arguments)}var rI=(function(){function t(e,r,n){J3(this,t),this._stream=e,this._path=r,this.size=n}return X3(t,[{key:"slice",value:function(r,n){var o,i=(o=this._stream.start)!==null&&o!==void 0?o:0,a=(0,kw.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(uc=>{"use strict";Object.defineProperty(uc,"__esModule",{value:!0});uc.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 Ya(){"use strict";Ya=function(){return e};var t,e={},r=Object.prototype,n=r.hasOwnProperty,o=Object.defineProperty||function(D,w,C){D[w]=C.value},i=typeof Symbol=="function"?Symbol:{},a=i.iterator||"@@iterator",s=i.asyncIterator||"@@asyncIterator",u=i.toStringTag||"@@toStringTag";function c(D,w,C){return Object.defineProperty(D,w,{value:C,enumerable:!0,configurable:!0,writable:!0}),D[w]}try{c({},"")}catch{c=function(C,O,R){return C[O]=R}}function l(D,w,C,O){var R=w&&w.prototype instanceof v?w:v,I=Object.create(R.prototype),q=new W(O||[]);return o(I,"_invoke",{value:L(D,C,q)}),I}function d(D,w,C){try{return{type:"normal",arg:D.call(w,C)}}catch(O){return{type:"throw",arg:O}}}e.wrap=l;var p="suspendedStart",h="suspendedYield",m="executing",b="completed",y={};function v(){}function E(){}function g(){}var _={};c(_,a,function(){return this});var x=Object.getPrototypeOf,$=x&&x(x(F([])));$&&$!==r&&n.call($,a)&&(_=$);var k=g.prototype=v.prototype=Object.create(_);function B(D){["next","throw","return"].forEach(function(w){c(D,w,function(C){return this._invoke(w,C)})})}function T(D,w){function C(R,I,q,P){var N=d(D[R],D,I);if(N.type!=="throw"){var z=N.arg,H=z.value;return H&&eo(H)=="object"&&n.call(H,"__await")?w.resolve(H.__await).then(function(se){C("next",se,q,P)},function(se){C("throw",se,q,P)}):w.resolve(H).then(function(se){z.value=se,q(z)},function(se){return C("throw",se,q,P)})}P(N.arg)}var O;o(this,"_invoke",{value:function(I,q){function P(){return new w(function(N,z){C(I,q,N,z)})}return O=O?O.then(P,P):P()}})}function L(D,w,C){var O=p;return function(R,I){if(O===m)throw Error("Generator is already running");if(O===b){if(R==="throw")throw I;return{value:t,done:!0}}for(C.method=R,C.arg=I;;){var q=C.delegate;if(q){var P=A(q,C);if(P){if(P===y)continue;return P}}if(C.method==="next")C.sent=C._sent=C.arg;else if(C.method==="throw"){if(O===p)throw O=b,C.arg;C.dispatchException(C.arg)}else C.method==="return"&&C.abrupt("return",C.arg);O=m;var N=d(D,w,C);if(N.type==="normal"){if(O=C.done?b:h,N.arg===y)continue;return{value:N.arg,done:C.done}}N.type==="throw"&&(O=b,C.method="throw",C.arg=N.arg)}}}function A(D,w){var C=w.method,O=D.iterator[C];if(O===t)return w.delegate=null,C==="throw"&&D.iterator.return&&(w.method="return",w.arg=t,A(D,w),w.method==="throw")||C!=="return"&&(w.method="throw",w.arg=new TypeError("The iterator does not provide a '"+C+"' method")),y;var R=d(O,D.iterator,w.arg);if(R.type==="throw")return w.method="throw",w.arg=R.arg,w.delegate=null,y;var I=R.arg;return I?I.done?(w[D.resultName]=I.value,w.next=D.nextLoc,w.method!=="return"&&(w.method="next",w.arg=t),w.delegate=null,y):I:(w.method="throw",w.arg=new TypeError("iterator result is not an object"),w.delegate=null,y)}function j(D){var w={tryLoc:D[0]};1 in D&&(w.catchLoc=D[1]),2 in D&&(w.finallyLoc=D[2],w.afterLoc=D[3]),this.tryEntries.push(w)}function M(D){var w=D.completion||{};w.type="normal",delete w.arg,D.completion=w}function W(D){this.tryEntries=[{tryLoc:"root"}],D.forEach(j,this),this.reset(!0)}function F(D){if(D||D===""){var w=D[a];if(w)return w.call(D);if(typeof D.next=="function")return D;if(!isNaN(D.length)){var C=-1,O=function R(){for(;++C<D.length;)if(n.call(D,C))return R.value=D[C],R.done=!1,R;return R.value=t,R.done=!0,R};return O.next=O}}throw new TypeError(eo(D)+" is not iterable")}return E.prototype=g,o(k,"constructor",{value:g,configurable:!0}),o(g,"constructor",{value:E,configurable:!0}),E.displayName=c(g,u,"GeneratorFunction"),e.isGeneratorFunction=function(D){var w=typeof D=="function"&&D.constructor;return!!w&&(w===E||(w.displayName||w.name)==="GeneratorFunction")},e.mark=function(D){return Object.setPrototypeOf?Object.setPrototypeOf(D,g):(D.__proto__=g,c(D,u,"GeneratorFunction")),D.prototype=Object.create(k),D},e.awrap=function(D){return{__await:D}},B(T.prototype),c(T.prototype,s,function(){return this}),e.AsyncIterator=T,e.async=function(D,w,C,O,R){R===void 0&&(R=Promise);var I=new T(l(D,w,C,O),R);return e.isGeneratorFunction(w)?I:I.next().then(function(q){return q.done?q.value:I.next()})},B(k),c(k,u,"Generator"),c(k,a,function(){return this}),c(k,"toString",function(){return"[object Generator]"}),e.keys=function(D){var w=Object(D),C=[];for(var O in w)C.push(O);return C.reverse(),function R(){for(;C.length;){var I=C.pop();if(I in w)return R.value=I,R.done=!1,R}return R.done=!0,R}},e.values=F,W.prototype={constructor:W,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 C in this)C.charAt(0)==="t"&&n.call(this,C)&&!isNaN(+C.slice(1))&&(this[C]=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 C=this;function O(z,H){return q.type="throw",q.arg=w,C.next=z,H&&(C.method="next",C.arg=t),!!H}for(var R=this.tryEntries.length-1;R>=0;--R){var I=this.tryEntries[R],q=I.completion;if(I.tryLoc==="root")return O("end");if(I.tryLoc<=this.prev){var P=n.call(I,"catchLoc"),N=n.call(I,"finallyLoc");if(P&&N){if(this.prev<I.catchLoc)return O(I.catchLoc,!0);if(this.prev<I.finallyLoc)return O(I.finallyLoc)}else if(P){if(this.prev<I.catchLoc)return O(I.catchLoc,!0)}else{if(!N)throw Error("try statement without catch or finally");if(this.prev<I.finallyLoc)return O(I.finallyLoc)}}}},abrupt:function(w,C){for(var O=this.tryEntries.length-1;O>=0;--O){var R=this.tryEntries[O];if(R.tryLoc<=this.prev&&n.call(R,"finallyLoc")&&this.prev<R.finallyLoc){var I=R;break}}I&&(w==="break"||w==="continue")&&I.tryLoc<=C&&C<=I.finallyLoc&&(I=null);var q=I?I.completion:{};return q.type=w,q.arg=C,I?(this.method="next",this.next=I.finallyLoc,y):this.complete(q)},complete:function(w,C){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"&&C&&(this.next=C),y},finish:function(w){for(var C=this.tryEntries.length-1;C>=0;--C){var O=this.tryEntries[C];if(O.finallyLoc===w)return this.complete(O.completion,O.afterLoc),M(O),y}},catch:function(w){for(var C=this.tryEntries.length-1;C>=0;--C){var O=this.tryEntries[C];if(O.tryLoc===w){var R=O.completion;if(R.type==="throw"){var I=R.arg;M(O)}return I}}throw Error("illegal catch attempt")},delegateYield:function(w,C,O){return this.delegate={iterator:F(w),resultName:C,nextLoc:O},this.method==="next"&&(this.arg=t),y}},e}function nI(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,iI(n.key),n)}}function oI(t,e,r){return e&&$w(t.prototype,e),r&&$w(t,r),Object.defineProperty(t,"prototype",{writable:!1}),t}function iI(t){var e=aI(t,"string");return eo(e)=="symbol"?e:e+""}function aI(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 Iw(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 Tw(t){return function(){var e=this,r=arguments;return new Promise(function(n,o){var i=t.apply(e,r);function a(u){Iw(i,n,o,a,s,"next",u)}function s(u){Iw(i,n,o,a,s,"throw",u)}a(void 0)})}}function sI(t,e){return yh.apply(this,arguments)}function yh(){return yh=Tw(Ya().mark(function t(e,r){return Ya().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)})),yh.apply(this,arguments)}var dK=uc.default=(function(){function t(e){var r=this;nI(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 oI(t,[{key:"slice",value:(function(){var e=Tw(Ya().mark(function n(o,i){var a,s,u,c,l;return Ya().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,sI(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 Bw=S(lc=>{"use strict";Object.defineProperty(lc,"__esModule",{value:!0});lc.default=void 0;var uI=require("fs"),cI=cc(Sw()),lI=cc(Aw()),fI=cc(Pw()),dI=cc(Dh());function cc(t){return t&&t.__esModule?t:{default:t}}function Ja(t){"@babel/helpers - typeof";return Ja=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},Ja(t)}function pI(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Rw(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,mI(n.key),n)}}function hI(t,e,r){return e&&Rw(t.prototype,e),r&&Rw(t,r),Object.defineProperty(t,"prototype",{writable:!1}),t}function mI(t){var e=gI(t,"string");return Ja(e)=="symbol"?e:e+""}function gI(t,e){if(Ja(t)!="object"||!t)return t;var r=t[Symbol.toPrimitive];if(r!==void 0){var n=r.call(t,e||"default");if(Ja(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(t)}var hK=lc.default=(function(){function t(){pI(this,t)}return hI(t,[{key:"openFile",value:function(r,n){return Buffer.isBuffer(r)?Promise.resolve(new lI.default(r)):r instanceof uI.ReadStream&&r.path!=null?(0,fI.default)(r):cI.default.readable(r)?(n=Number(n),Number.isFinite(n)?Promise.resolve(new dI.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 Uw=S(bh=>{"use strict";Object.defineProperty(bh,"__esModule",{value:!0});bh.default=bI;var yI=require("crypto"),Nw=jw(require("fs")),DI=jw(require("path"));function Lw(t){if(typeof WeakMap!="function")return null;var e=new WeakMap,r=new WeakMap;return(Lw=function(n){return n?r:e})(t)}function jw(t,e){if(!e&&t&&t.__esModule)return t;if(t===null||typeof t!="object"&&typeof t!="function")return{default:t};var r=Lw(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 bI(t,e){if(Buffer.isBuffer(t)){var r=65536,n=t.slice(0,Math.min(r,t.length)),o=(0,yI.createHash)("md5").update(n).digest("hex"),i=["node-buffer",o,t.length,e.endpoint].join("-");return Promise.resolve(i)}return t instanceof Nw.ReadStream&&t.path!=null?new Promise(function(a,s){var u=DI.resolve(t.path);Nw.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 zw=S((yK,Vw)=>{var Hw="Expected a function",Mw=NaN,wI="[object Symbol]",vI=/^\s+|\s+$/g,CI=/^[-+]0x[0-9a-f]+$/i,EI=/^0b[01]+$/i,_I=/^0o[0-7]+$/i,SI=parseInt,xI=typeof global=="object"&&global&&global.Object===Object&&global,AI=typeof self=="object"&&self&&self.Object===Object&&self,OI=xI||AI||Function("return this")(),FI=Object.prototype,kI=FI.toString,PI=Math.max,$I=Math.min,wh=function(){return OI.Date.now()};function II(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(Hw);e=qw(e)||0,fc(r)&&(l=!!r.leading,d="maxWait"in r,i=d?PI(qw(r.maxWait)||0,e):i,p="trailing"in r?!!r.trailing:p);function h($){var k=n,B=o;return n=o=void 0,c=$,a=t.apply(B,k),a}function m($){return c=$,s=setTimeout(v,e),l?h($):a}function b($){var k=$-u,B=$-c,T=e-k;return d?$I(T,i-B):T}function y($){var k=$-u,B=$-c;return u===void 0||k>=e||k<0||d&&B>=i}function v(){var $=wh();if(y($))return E($);s=setTimeout(v,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(wh())}function x(){var $=wh(),k=y($);if(n=arguments,o=this,u=$,k){if(s===void 0)return m(u);if(d)return s=setTimeout(v,e),h(u)}return s===void 0&&(s=setTimeout(v,e)),a}return x.cancel=g,x.flush=_,x}function TI(t,e,r){var n=!0,o=!0;if(typeof t!="function")throw new TypeError(Hw);return fc(r)&&(n="leading"in r?!!r.leading:n,o="trailing"in r?!!r.trailing:o),II(t,e,{leading:n,maxWait:e,trailing:o})}function fc(t){var e=typeof t;return!!t&&(e=="object"||e=="function")}function RI(t){return!!t&&typeof t=="object"}function BI(t){return typeof t=="symbol"||RI(t)&&kI.call(t)==wI}function qw(t){if(typeof t=="number")return t;if(BI(t))return Mw;if(fc(t)){var e=typeof t.valueOf=="function"?t.valueOf():t;t=fc(e)?e+"":e}if(typeof t!="string")return t===0?t:+t;t=t.replace(vI,"");var r=EI.test(t);return r||_I.test(t)?SI(t.slice(2),r?2:8):CI.test(t)?Mw:+t}Vw.exports=TI});var ev=S(mc=>{"use strict";Object.defineProperty(mc,"__esModule",{value:!0});mc.default=void 0;var NI=Xw(require("http")),LI=Xw(require("https")),Ww=require("stream"),jI=require("url"),Yw=UI(zw());function UI(t){return t&&t.__esModule?t:{default:t}}function Jw(t){if(typeof WeakMap!="function")return null;var e=new WeakMap,r=new WeakMap;return(Jw=function(n){return n?r:e})(t)}function Xw(t,e){if(!e&&t&&t.__esModule)return t;if(t===null||typeof t!="object"&&typeof t!="function")return{default:t};var r=Jw(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 MI(t,e,r){return e=dc(e),qI(t,Zw()?Reflect.construct(e,r||[],dc(t).constructor):e.apply(t,r))}function qI(t,e){if(e&&(hi(e)==="object"||typeof e=="function"))return e;if(e!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return HI(t)}function HI(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function Zw(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(Zw=function(){return!!t})()}function dc(t){return dc=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},dc(t)}function VI(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&&vh(t,e)}function vh(t,e){return vh=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,o){return n.__proto__=o,n},vh(t,e)}function Kw(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 Xa(t){for(var e=1;e<arguments.length;e++){var r=arguments[e]!=null?arguments[e]:{};e%2?Kw(Object(r),!0).forEach(function(n){zI(t,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):Kw(Object(r)).forEach(function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(r,n))})}return t}function zI(t,e,r){return e=Qw(e),e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}function hi(t){"@babel/helpers - typeof";return hi=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},hi(t)}function pc(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Gw(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,Qw(n.key),n)}}function hc(t,e,r){return e&&Gw(t.prototype,e),r&&Gw(t,r),Object.defineProperty(t,"prototype",{writable:!1}),t}function Qw(t){var e=KI(t,"string");return hi(e)=="symbol"?e:e+""}function KI(t,e){if(hi(t)!="object"||!t)return t;var r=t[Symbol.toPrimitive];if(r!==void 0){var n=r.call(t,e||"default");if(hi(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(t)}var DK=mc.default=(function(){function t(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};pc(this,t),this._requestOptions=e}return hc(t,[{key:"createRequest",value:function(r,n){return new GI(r,n,this._requestOptions)}},{key:"getName",value:function(){return"NodeHttpStack"}}])})(),GI=(function(){function t(e,r,n){pc(this,t),this._method=e,this._url=r,this._headers={},this._request=null,this._progressHandler=function(){},this._requestOptions=n||{}}return hc(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=Xa(Xa(Xa({},(0,jI.parse)(r._url)),r._requestOptions),{},{method:r._method,headers:Xa(Xa({},r._requestOptions.headers||{}),r._headers)});n!=null&&n.size&&(a.headers["Content-Length"]=n.size);var s=a.protocol==="https:"?LI:NI;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 WI(c,d))})}),u.on("error",function(c){i(c)}),n instanceof Ww.Readable?n.pipe(new YI(r._progressHandler)).pipe(u):n instanceof Uint8Array?JI(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}}])})(),WI=(function(){function t(e,r){pc(this,t),this._response=e,this._body=r}return hc(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}}])})(),YI=(function(t){function e(r){var n;return pc(this,e),n=MI(this,e),n._onprogress=(0,Yw.default)(r,100,{leading:!0,trailing:!1}),n._position=0,n}return VI(e,t),hc(e,[{key:"_transform",value:function(n,o,i){this._position+=n.length,this._onprogress(this._position),i(null,n)}}])})(Ww.Transform),JI=function(e,r,n){n=(0,Yw.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 tv=S(Ch=>{"use strict";Ch.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};Ch.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 ov=S((bK,nv)=>{"use strict";nv.exports=to;to.factory=tv();var Sh=to("CustomError");Sh.order=to(Sh,{message:"Arguments out of order.",code:"EOARG"});function to(t,e,r,n){var o,i;return e=gc(arguments,1,Error,rv,[Eh,yc]),r=gc(arguments,2,{},Eh,[yc]),n=gc(arguments,3,_h,yc,[]),t=gc(arguments,0,e===Error?"Error":e.prototype.CustomError.name,XI,[rv,Eh,yc]),i=e===Error,i&&n===_h&&(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,y){to.factory[m].call(u,b,y,l)}}),d=this.CustomError.chain.length-1;d>=0;d--)p=this.CustomError.chain[d],p.factory!==_h&&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 gc(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 Sh.order;return a!==-1?t[a]:r}function yc(t){return typeof t=="function"&&t!==Error&&!t.prototype.CustomError}function XI(t){return typeof t=="string"}function rv(t){return typeof t=="function"&&(t===Error||t.prototype.CustomError)}function Eh(t){return t&&typeof t=="object"}function _h(){}});var av=S((wK,iv)=>{iv.exports=ov()});var fv=S((ro,mi)=>{var ZI=1/0,QI="[object Symbol]",Za={function:!0,object:!0},eT=Za[typeof ro]&&ro&&!ro.nodeType?ro:void 0,tT=Za[typeof mi]&&mi&&!mi.nodeType?mi:void 0,rT=Dc(eT&&tT&&typeof global=="object"&&global),nT=Dc(Za[typeof self]&&self),sv=Dc(Za[typeof window]&&window),xh=Dc(Za[typeof ro]&&ro),oT=rT||sv!==(xh&&xh.window)&&sv||nT||xh||Function("return this")();function Dc(t){return t&&t.Object===Object?t:null}var iT=Object.prototype,aT=iT.toString,uv=oT.Symbol,cv=uv?uv.prototype:void 0,lv=cv?cv.toString:void 0;function sT(t){if(typeof t=="string")return t;if(cT(t))return lv?lv.call(t):"";var e=t+"";return e=="0"&&1/t==-ZI?"-0":e}function uT(t){return!!t&&typeof t=="object"}function cT(t){return typeof t=="symbol"||uT(t)&&aT.call(t)==QI}mi.exports=sT});var Dv=S((no,gi)=>{var lT=fv(),fT="Expected a function",pv="__lodash_hash_undefined__",dT="[object Function]",pT="[object GeneratorFunction]",hT=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]/g,mT=/[\\^$.*+?()[\]{}|]/g,gT=/\\(\\)?/g,yT=/^\[object .+?Constructor\]$/,es={function:!0,object:!0},DT=es[typeof no]&&no&&!no.nodeType?no:void 0,bT=es[typeof gi]&&gi&&!gi.nodeType?gi:void 0,wT=bc(DT&&bT&&typeof global=="object"&&global),vT=bc(es[typeof self]&&self),dv=bc(es[typeof window]&&window),Ah=bc(es[typeof no]&&no),CT=wT||dv!==(Ah&&Ah.window)&&dv||vT||Ah||Function("return this")();function bc(t){return t&&t.Object===Object?t:null}function ET(t){var e=!1;if(t!=null&&typeof t.toString!="function")try{e=!!(t+"")}catch{}return e}var _T=Array.prototype,hv=Object.prototype,mv=Function.prototype.toString,Oh=hv.hasOwnProperty,ST=hv.toString,xT=RegExp("^"+mv.call(Oh).replace(mT,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),AT=_T.splice,OT=gv(CT,"Map"),Qa=gv(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 FT(){this.__data__=Qa?Qa(null):{}}function kT(t){return this.has(t)&&delete this.__data__[t]}function PT(t){var e=this.__data__;if(Qa){var r=e[t];return r===pv?void 0:r}return Oh.call(e,t)?e[t]:void 0}function $T(t){var e=this.__data__;return Qa?e[t]!==void 0:Oh.call(e,t)}function IT(t,e){var r=this.__data__;return r[t]=Qa&&e===void 0?pv:e,this}oo.prototype.clear=FT;oo.prototype.delete=kT;oo.prototype.get=PT;oo.prototype.has=$T;oo.prototype.set=IT;function yi(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 TT(){this.__data__=[]}function RT(t){var e=this.__data__,r=wc(e,t);if(r<0)return!1;var n=e.length-1;return r==n?e.pop():AT.call(e,r,1),!0}function BT(t){var e=this.__data__,r=wc(e,t);return r<0?void 0:e[r][1]}function NT(t){return wc(this.__data__,t)>-1}function LT(t,e){var r=this.__data__,n=wc(r,t);return n<0?r.push([t,e]):r[n][1]=e,this}yi.prototype.clear=TT;yi.prototype.delete=RT;yi.prototype.get=BT;yi.prototype.has=NT;yi.prototype.set=LT;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 jT(){this.__data__={hash:new oo,map:new(OT||yi),string:new oo}}function UT(t){return vc(this,t).delete(t)}function MT(t){return vc(this,t).get(t)}function qT(t){return vc(this,t).has(t)}function HT(t,e){return vc(this,t).set(t,e),this}io.prototype.clear=jT;io.prototype.delete=UT;io.prototype.get=MT;io.prototype.has=qT;io.prototype.set=HT;function wc(t,e){for(var r=t.length;r--;)if(GT(t[r][0],e))return r;return-1}function vc(t,e){var r=t.__data__;return VT(e)?r[typeof e=="string"?"string":"hash"]:r.map}function gv(t,e){var r=t[e];return YT(r)?r:void 0}function VT(t){var e=typeof t;return e=="string"||e=="number"||e=="symbol"||e=="boolean"?t!=="__proto__":t===null}var zT=Fh(function(t){var e=[];return JT(t).replace(hT,function(r,n,o,i){e.push(o?i.replace(gT,"$1"):n||r)}),e});function KT(t){if(t!=null){try{return mv.call(t)}catch{}try{return t+""}catch{}}return""}function Fh(t,e){if(typeof t!="function"||e&&typeof e!="function")throw new TypeError(fT);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(Fh.Cache||io),r}Fh.Cache=io;function GT(t,e){return t===e||t!==t&&e!==e}function WT(t){var e=yv(t)?ST.call(t):"";return e==dT||e==pT}function yv(t){var e=typeof t;return!!t&&(e=="object"||e=="function")}function YT(t){if(!yv(t))return!1;var e=WT(t)||ET(t)?xT:yT;return e.test(KT(t))}function JT(t){return t==null?"":lT(t)}gi.exports=zT});var Wv=S((ao,bi)=>{var XT=Dv(),ZT=200,Uh="__lodash_hash_undefined__",xc=1,wi=2,QT=1/0,_v=9007199254740991,Cc="[object Arguments]",$h="[object Array]",Sv="[object Boolean]",xv="[object Date]",Av="[object Error]",Ov="[object Function]",eR="[object GeneratorFunction]",ts="[object Map]",Fv="[object Number]",Di="[object Object]",bv="[object Promise]",kv="[object RegExp]",rs="[object Set]",Mh="[object String]",Pv="[object Symbol]",Ih="[object WeakMap]",$v="[object ArrayBuffer]",Ec="[object DataView]",tR="[object Float32Array]",rR="[object Float64Array]",nR="[object Int8Array]",oR="[object Int16Array]",iR="[object Int32Array]",aR="[object Uint8Array]",sR="[object Uint8ClampedArray]",uR="[object Uint16Array]",cR="[object Uint32Array]",lR=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,fR=/^\w*$/,dR=/[\\^$.*+?()[\]{}|]/g,pR=/^\[object .+?Constructor\]$/,hR=/^(?:0|[1-9]\d*)$/,Ne={};Ne[tR]=Ne[rR]=Ne[nR]=Ne[oR]=Ne[iR]=Ne[aR]=Ne[sR]=Ne[uR]=Ne[cR]=!0;Ne[Cc]=Ne[$h]=Ne[$v]=Ne[Sv]=Ne[Ec]=Ne[xv]=Ne[Av]=Ne[Ov]=Ne[ts]=Ne[Fv]=Ne[Di]=Ne[kv]=Ne[rs]=Ne[Mh]=Ne[Ih]=!1;var os={function:!0,object:!0},mR=os[typeof ao]&&ao&&!ao.nodeType?ao:void 0,gR=os[typeof bi]&&bi&&!bi.nodeType?bi:void 0,yR=Ac(mR&&gR&&typeof global=="object"&&global),DR=Ac(os[typeof self]&&self),wv=Ac(os[typeof window]&&window),kh=Ac(os[typeof ao]&&ao),co=yR||wv!==(kh&&kh.window)&&wv||DR||kh||Function("return this")();function bR(t,e){for(var r=-1,n=t.length,o=Array(n);++r<n;)o[r]=e(t[r],r,t);return o}function wR(t,e){for(var r=-1,n=t.length;++r<n;)if(e(t[r],r,t))return!0;return!1}function vR(t,e){for(var r=-1,n=Array(t);++r<t;)n[r]=e(r);return n}function CR(t,e){return bR(e,function(r){return[r,t[r]]})}function Ac(t){return t&&t.Object===Object?t:null}function Th(t){var e=!1;if(t!=null&&typeof t.toString!="function")try{e=!!(t+"")}catch{}return e}function Iv(t){var e=-1,r=Array(t.size);return t.forEach(function(n,o){r[++e]=[o,n]}),r}function ER(t){var e=-1,r=Array(t.size);return t.forEach(function(n){r[++e]=n}),r}function _R(t){var e=-1,r=Array(t.size);return t.forEach(function(n){r[++e]=[n,n]}),r}var SR=Array.prototype,Oc=Object.prototype,Tv=Function.prototype.toString,so=Oc.hasOwnProperty,lo=Oc.toString,xR=RegExp("^"+Tv.call(so).replace(dR,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),vv=co.Symbol,Cv=co.Uint8Array,AR=Oc.propertyIsEnumerable,OR=SR.splice,FR=Object.getPrototypeOf,kR=Object.keys,Rh=vi(co,"DataView"),_c=vi(co,"Map"),Bh=vi(co,"Promise"),Nh=vi(co,"Set"),Lh=vi(co,"WeakMap"),ns=vi(Object,"create"),PR=po(Rh),$R=po(_c),IR=po(Bh),TR=po(Nh),RR=po(Lh),Ev=vv?vv.prototype:void 0,Ph=Ev?Ev.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 BR(){this.__data__=ns?ns(null):{}}function NR(t){return this.has(t)&&delete this.__data__[t]}function LR(t){var e=this.__data__;if(ns){var r=e[t];return r===Uh?void 0:r}return so.call(e,t)?e[t]:void 0}function jR(t){var e=this.__data__;return ns?e[t]!==void 0:so.call(e,t)}function UR(t,e){var r=this.__data__;return r[t]=ns&&e===void 0?Uh:e,this}uo.prototype.clear=BR;uo.prototype.delete=NR;uo.prototype.get=LR;uo.prototype.has=jR;uo.prototype.set=UR;function rn(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__=[]}function qR(t){var e=this.__data__,r=Fc(e,t);if(r<0)return!1;var n=e.length-1;return r==n?e.pop():OR.call(e,r,1),!0}function HR(t){var e=this.__data__,r=Fc(e,t);return r<0?void 0:e[r][1]}function VR(t){return Fc(this.__data__,t)>-1}function zR(t,e){var r=this.__data__,n=Fc(r,t);return n<0?r.push([t,e]):r[n][1]=e,this}rn.prototype.clear=MR;rn.prototype.delete=qR;rn.prototype.get=HR;rn.prototype.has=VR;rn.prototype.set=zR;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 KR(){this.__data__={hash:new uo,map:new(_c||rn),string:new uo}}function GR(t){return kc(this,t).delete(t)}function WR(t){return kc(this,t).get(t)}function YR(t){return kc(this,t).has(t)}function JR(t,e){return kc(this,t).set(t,e),this}fo.prototype.clear=KR;fo.prototype.delete=GR;fo.prototype.get=WR;fo.prototype.has=YR;fo.prototype.set=JR;function Sc(t){var e=-1,r=t?t.length:0;for(this.__data__=new fo;++e<r;)this.add(t[e])}function XR(t){return this.__data__.set(t,Uh),this}function ZR(t){return this.__data__.has(t)}Sc.prototype.add=Sc.prototype.push=XR;Sc.prototype.has=ZR;function tn(t){this.__data__=new rn(t)}function QR(){this.__data__=new rn}function eB(t){return this.__data__.delete(t)}function tB(t){return this.__data__.get(t)}function rB(t){return this.__data__.has(t)}function nB(t,e){var r=this.__data__;return r instanceof rn&&r.__data__.length==ZT&&(r=this.__data__=new fo(r.__data__)),r.set(t,e),this}tn.prototype.clear=QR;tn.prototype.delete=eB;tn.prototype.get=tB;tn.prototype.has=rB;tn.prototype.set=nB;function Fc(t,e){for(var r=t.length;r--;)if(CB(t[r][0],e))return r;return-1}function Rv(t,e){e=Pc(e,t)?[e]:Lv(e);for(var r=0,n=e.length;t!=null&&r<n;)t=t[$c(e[r++])];return r&&r==n?t:void 0}function Bv(t,e){return so.call(t,e)||typeof t=="object"&&e in t&&yB(t)===null}function oB(t,e){return e in Object(t)}function qh(t,e,r,n,o){return t===e?!0:t==null||e==null||!Tc(t)&&!is(e)?t!==t&&e!==e:iB(t,e,qh,r,n,o)}function iB(t,e,r,n,o,i){var a=On(t),s=On(e),u=$h,c=$h;a||(u=en(t),u=u==Cc?Di:u),s||(c=en(e),c=c==Cc?Di:c);var l=u==Di&&!Th(t),d=c==Di&&!Th(e),p=u==c;if(p&&!l)return i||(i=new tn),a||SB(t)?jv(t,e,r,n,o,i):pB(t,e,u,r,n,o,i);if(!(o&wi)){var h=l&&so.call(t,"__wrapped__"),m=d&&so.call(e,"__wrapped__");if(h||m){var b=h?t.value():t,y=m?e.value():e;return i||(i=new tn),r(b,y,n,o,i)}}return p?(i||(i=new tn),hB(t,e,r,n,o,i)):!1}function aB(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 tn;if(n)var p=n(c,l,u,t,e,d);if(!(p===void 0?qh(l,c,n,xc|wi,d):p))return!1}}return!0}function sB(t){return typeof t=="function"?t:t==null?FB:typeof t=="object"?On(t)?lB(t[0],t[1]):cB(t):kB(t)}function uB(t){return kR(Object(t))}function cB(t){var e=gB(t);return e.length==1&&e[0][2]?qv(e[0][0],e[0][1]):function(r){return r===t||aB(r,t,e)}}function lB(t,e){return Pc(t)&&Mv(e)?qv($c(t),e):function(r){var n=xB(r,t);return n===void 0&&n===e?AB(r,t):qh(e,n,void 0,xc|wi)}}function Nv(t){return function(e){return e?.[t]}}function fB(t){return function(e){return Rv(e,t)}}function Lv(t){return On(t)?t:XT(t)}function dB(t){return function(e){var r=en(e);return r==ts?Iv(e):r==rs?_R(e):CR(e,t(e))}}function jv(t,e,r,n,o,i){var a=o&wi,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&xc?new Sc: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(!wR(e,function(y,v){if(!p.has(v)&&(h===y||r(h,y,n,o,i)))return p.add(v)})){d=!1;break}}else if(!(h===m||r(h,m,n,o,i))){d=!1;break}}return i.delete(t),d}function pB(t,e,r,n,o,i,a){switch(r){case Ec: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 Cv(t),new Cv(e)));case Sv:case xv:return+t==+e;case Av:return t.name==e.name&&t.message==e.message;case Fv:return t!=+t?e!=+e:t==+e;case kv:case Mh:return t==e+"";case ts:var s=Iv;case rs:var u=i&wi;if(s||(s=ER),t.size!=e.size&&!u)return!1;var c=a.get(t);return c?c==e:(i|=xc,a.set(t,e),jv(s(t),s(e),n,o,i,a));case Pv:if(Ph)return Ph.call(t)==Ph.call(e)}return!1}function hB(t,e,r,n,o,i){var a=o&wi,s=jh(t),u=s.length,c=jh(e),l=c.length;if(u!=l&&!a)return!1;for(var d=u;d--;){var p=s[d];if(!(a?p in e:Bv(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 y=t[p],v=e[p];if(n)var E=a?n(v,y,p,e,t,i):n(y,v,p,t,e,i);if(!(E===void 0?y===v||r(y,v,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 mB=Nv("length");function kc(t,e){var r=t.__data__;return wB(e)?r[typeof e=="string"?"string":"hash"]:r.map}function gB(t){for(var e=OB(t),r=e.length;r--;)e[r][2]=Mv(e[r][1]);return e}function vi(t,e){var r=t[e];return _B(r)?r:void 0}function yB(t){return FR(Object(t))}function en(t){return lo.call(t)}(Rh&&en(new Rh(new ArrayBuffer(1)))!=Ec||_c&&en(new _c)!=ts||Bh&&en(Bh.resolve())!=bv||Nh&&en(new Nh)!=rs||Lh&&en(new Lh)!=Ih)&&(en=function(t){var e=lo.call(t),r=e==Di?t.constructor:void 0,n=r?po(r):void 0;if(n)switch(n){case PR:return Ec;case $R:return ts;case IR:return bv;case TR:return rs;case RR:return Ih}return e});function DB(t,e,r){e=Pc(e,t)?[e]:Lv(e);for(var n,o=-1,a=e.length;++o<a;){var i=$c(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&&Ic(a)&&Uv(i,a)&&(On(t)||Kv(t)||Hv(t))}function bB(t){var e=t?t.length:void 0;return Ic(e)&&(On(t)||Kv(t)||Hv(t))?vR(e,String):null}function Uv(t,e){return e=e??_v,!!e&&(typeof t=="number"||hR.test(t))&&t>-1&&t%1==0&&t<e}function Pc(t,e){if(On(t))return!1;var r=typeof t;return r=="number"||r=="symbol"||r=="boolean"||t==null||Gv(t)?!0:fR.test(t)||!lR.test(t)||e!=null&&t in Object(e)}function wB(t){var e=typeof t;return e=="string"||e=="number"||e=="symbol"||e=="boolean"?t!=="__proto__":t===null}function vB(t){var e=t&&t.constructor,r=typeof e=="function"&&e.prototype||Oc;return t===r}function Mv(t){return t===t&&!Tc(t)}function qv(t,e){return function(r){return r==null?!1:r[t]===e&&(e!==void 0||t in Object(r))}}function $c(t){if(typeof t=="string"||Gv(t))return t;var e=t+"";return e=="0"&&1/t==-QT?"-0":e}function po(t){if(t!=null){try{return Tv.call(t)}catch{}try{return t+""}catch{}}return""}function CB(t,e){return t===e||t!==t&&e!==e}function Hv(t){return EB(t)&&so.call(t,"callee")&&(!AR.call(t,"callee")||lo.call(t)==Cc)}var On=Array.isArray;function Vv(t){return t!=null&&Ic(mB(t))&&!zv(t)}function EB(t){return is(t)&&Vv(t)}function zv(t){var e=Tc(t)?lo.call(t):"";return e==Ov||e==eR}function Ic(t){return typeof t=="number"&&t>-1&&t%1==0&&t<=_v}function Tc(t){var e=typeof t;return!!t&&(e=="object"||e=="function")}function is(t){return!!t&&typeof t=="object"}function _B(t){if(!Tc(t))return!1;var e=zv(t)||Th(t)?xR:pR;return e.test(po(t))}function Kv(t){return typeof t=="string"||!On(t)&&is(t)&&lo.call(t)==Mh}function Gv(t){return typeof t=="symbol"||is(t)&&lo.call(t)==Pv}function SB(t){return is(t)&&Ic(t.length)&&!!Ne[lo.call(t)]}function xB(t,e,r){var n=t==null?void 0:Rv(t,e);return n===void 0?r:n}function AB(t,e){return t!=null&&DB(t,e,oB)}function jh(t){var e=vB(t);if(!(e||Vv(t)))return uB(t);var r=bB(t),n=!!r,o=r||[],i=o.length;for(var a in t)Bv(t,a)&&!(n&&(a=="length"||Uv(a,i)))&&!(e&&a=="constructor")&&o.push(a);return o}var OB=dB(jh);function FB(t){return t}function kB(t){return Pc(t)?Nv($c(t)):fB(t)}bi.exports=sB});var Qv=S((ho,Ci)=>{var PB=1/0,$B="[object Function]",IB="[object GeneratorFunction]",TB=/[\\^$.*+?()[\]{}|]/g,RB=/^\[object .+?Constructor\]$/,as={function:!0,object:!0},BB=as[typeof ho]&&ho&&!ho.nodeType?ho:void 0,NB=as[typeof Ci]&&Ci&&!Ci.nodeType?Ci:void 0,LB=Rc(BB&&NB&&typeof global=="object"&&global),jB=Rc(as[typeof self]&&self),Yv=Rc(as[typeof window]&&window),Hh=Rc(as[typeof ho]&&ho),UB=LB||Yv!==(Hh&&Hh.window)&&Yv||jB||Hh||Function("return this")();function Rc(t){return t&&t.Object===Object?t:null}function MB(t){var e=!1;if(t!=null&&typeof t.toString!="function")try{e=!!(t+"")}catch{}return e}function qB(t){var e=-1,r=Array(t.size);return t.forEach(function(n){r[++e]=n}),r}var Jv=Object.prototype,Xv=Function.prototype.toString,HB=Jv.hasOwnProperty,VB=Jv.toString,zB=RegExp("^"+Xv.call(HB).replace(TB,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),Vh=GB(UB,"Set"),KB=Vh&&1/qB(new Vh([,-0]))[1]==PB?function(t){return new Vh(t)}:XB;function GB(t,e){var r=t[e];return JB(r)?r:void 0}function WB(t){if(t!=null){try{return Xv.call(t)}catch{}try{return t+""}catch{}}return""}function YB(t){var e=Zv(t)?VB.call(t):"";return e==$B||e==IB}function Zv(t){var e=typeof t;return!!t&&(e=="object"||e=="function")}function JB(t){if(!Zv(t))return!1;var e=YB(t)||MB(t)?zB:RB;return e.test(WB(t))}function XB(){}Ci.exports=KB});var tC=S((mo,Ei)=>{var ss={function:!0,object:!0},ZB=ss[typeof mo]&&mo&&!mo.nodeType?mo:void 0,QB=ss[typeof Ei]&&Ei&&!Ei.nodeType?Ei:void 0,e6=Bc(ZB&&QB&&typeof global=="object"&&global),t6=Bc(ss[typeof self]&&self),eC=Bc(ss[typeof window]&&window),zh=Bc(ss[typeof mo]&&mo),r6=e6||eC!==(zh&&zh.window)&&eC||t6||zh||Function("return this")();function Bc(t){return t&&t.Object===Object?t:null}Ei.exports=r6});var sC=S((vK,aC)=>{var n6=Qv(),o6=tC(),i6=200,Kh="__lodash_hash_undefined__",a6="[object Function]",s6="[object GeneratorFunction]",u6=/[\\^$.*+?()[\]{}|]/g,c6=/^\[object .+?Constructor\]$/;function l6(t,e){return!!t.length&&d6(t,e,0)>-1}function f6(t,e,r){for(var n=-1,o=t.length;++n<o;)if(r(e,t[n]))return!0;return!1}function d6(t,e,r){if(e!==e)return h6(t,r);for(var n=r-1,o=t.length;++n<o;)if(t[n]===e)return n;return-1}function p6(t,e){return t.has(e)}function h6(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 m6(t){var e=!1;if(t!=null&&typeof t.toString!="function")try{e=!!(t+"")}catch{}return e}function g6(t){var e=-1,r=Array(t.size);return t.forEach(function(n){r[++e]=n}),r}var y6=Array.prototype,rC=Object.prototype,nC=Function.prototype.toString,Gh=rC.hasOwnProperty,D6=rC.toString,b6=RegExp("^"+nC.call(Gh).replace(u6,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),w6=y6.splice,v6=oC(o6,"Map"),us=oC(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 C6(){this.__data__=us?us(null):{}}function E6(t){return this.has(t)&&delete this.__data__[t]}function _6(t){var e=this.__data__;if(us){var r=e[t];return r===Kh?void 0:r}return Gh.call(e,t)?e[t]:void 0}function S6(t){var e=this.__data__;return us?e[t]!==void 0:Gh.call(e,t)}function x6(t,e){var r=this.__data__;return r[t]=us&&e===void 0?Kh:e,this}go.prototype.clear=C6;go.prototype.delete=E6;go.prototype.get=_6;go.prototype.has=S6;go.prototype.set=x6;function _i(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 O6(t){var e=this.__data__,r=Lc(e,t);if(r<0)return!1;var n=e.length-1;return r==n?e.pop():w6.call(e,r,1),!0}function F6(t){var e=this.__data__,r=Lc(e,t);return r<0?void 0:e[r][1]}function k6(t){return Lc(this.__data__,t)>-1}function P6(t,e){var r=this.__data__,n=Lc(r,t);return n<0?r.push([t,e]):r[n][1]=e,this}_i.prototype.clear=A6;_i.prototype.delete=O6;_i.prototype.get=F6;_i.prototype.has=k6;_i.prototype.set=P6;function Si(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 $6(){this.__data__={hash:new go,map:new(v6||_i),string:new go}}function I6(t){return jc(this,t).delete(t)}function T6(t){return jc(this,t).get(t)}function R6(t){return jc(this,t).has(t)}function B6(t,e){return jc(this,t).set(t,e),this}Si.prototype.clear=$6;Si.prototype.delete=I6;Si.prototype.get=T6;Si.prototype.has=R6;Si.prototype.set=B6;function Nc(t){var e=-1,r=t?t.length:0;for(this.__data__=new Si;++e<r;)this.add(t[e])}function N6(t){return this.__data__.set(t,Kh),this}function L6(t){return this.__data__.has(t)}Nc.prototype.add=Nc.prototype.push=N6;Nc.prototype.has=L6;function Lc(t,e){for(var r=t.length;r--;)if(q6(t[r][0],e))return r;return-1}function j6(t,e,r){var n=-1,o=l6,i=t.length,a=!0,s=[],u=s;if(r)a=!1,o=f6;else if(i>=i6){var c=e?null:n6(t);if(c)return g6(c);a=!1,o=p6,u=new Nc}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 jc(t,e){var r=t.__data__;return U6(e)?r[typeof e=="string"?"string":"hash"]:r.map}function oC(t,e){var r=t[e];return V6(r)?r:void 0}function U6(t){var e=typeof t;return e=="string"||e=="number"||e=="symbol"||e=="boolean"?t!=="__proto__":t===null}function M6(t){if(t!=null){try{return nC.call(t)}catch{}try{return t+""}catch{}}return""}function q6(t,e){return t===e||t!==t&&e!==e}function H6(t){var e=iC(t)?D6.call(t):"";return e==a6||e==s6}function iC(t){var e=typeof t;return!!t&&(e=="object"||e=="function")}function V6(t){if(!iC(t))return!1;var e=H6(t)||m6(t)?b6:c6;return e.test(M6(t))}aC.exports=j6});var cC=S((CK,uC)=>{var z6=Wv(),K6=sC();function G6(t,e){return t&&t.length?K6(t,z6(e)):[]}uC.exports=G6});var fC=S((EK,lC)=>{"use strict";var W6=av(),Y6=cC(),J6=W6("MultiError");lC.exports=Wh;function Wh(t){if(!(this instanceof Wh))return new Wh(t);if(t=Array.isArray(t)?t:[t],t=Y6(t,function(r){return r.stack}),t.length===1)return t[0];var e=new J6({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 ov=S((vK,nv)=>{"use strict";nv.exports=to;to.factory=tv();var Sh=to("CustomError");Sh.order=to(Sh,{message:"Arguments out of order.",code:"EOARG"});function to(t,e,r,n){var o,i;return e=gc(arguments,1,Error,rv,[Eh,yc]),r=gc(arguments,2,{},Eh,[yc]),n=gc(arguments,3,_h,yc,[]),t=gc(arguments,0,e===Error?"Error":e.prototype.CustomError.name,XI,[rv,Eh,yc]),i=e===Error,i&&n===_h&&(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,y){to.factory[m].call(u,b,y,l)}}),d=this.CustomError.chain.length-1;d>=0;d--)p=this.CustomError.chain[d],p.factory!==_h&&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 gc(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 Sh.order;return a!==-1?t[a]:r}function yc(t){return typeof t=="function"&&t!==Error&&!t.prototype.CustomError}function XI(t){return typeof t=="string"}function rv(t){return typeof t=="function"&&(t===Error||t.prototype.CustomError)}function Eh(t){return t&&typeof t=="object"}function _h(){}});var av=S((CK,iv)=>{iv.exports=ov()});var fv=S((ro,mi)=>{var ZI=1/0,QI="[object Symbol]",Za={function:!0,object:!0},eT=Za[typeof ro]&&ro&&!ro.nodeType?ro:void 0,tT=Za[typeof mi]&&mi&&!mi.nodeType?mi:void 0,rT=Dc(eT&&tT&&typeof global=="object"&&global),nT=Dc(Za[typeof self]&&self),sv=Dc(Za[typeof window]&&window),xh=Dc(Za[typeof ro]&&ro),oT=rT||sv!==(xh&&xh.window)&&sv||nT||xh||Function("return this")();function Dc(t){return t&&t.Object===Object?t:null}var iT=Object.prototype,aT=iT.toString,uv=oT.Symbol,cv=uv?uv.prototype:void 0,lv=cv?cv.toString:void 0;function sT(t){if(typeof t=="string")return t;if(cT(t))return lv?lv.call(t):"";var e=t+"";return e=="0"&&1/t==-ZI?"-0":e}function uT(t){return!!t&&typeof t=="object"}function cT(t){return typeof t=="symbol"||uT(t)&&aT.call(t)==QI}mi.exports=sT});var Dv=S((no,gi)=>{var lT=fv(),fT="Expected a function",pv="__lodash_hash_undefined__",dT="[object Function]",pT="[object GeneratorFunction]",hT=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]/g,mT=/[\\^$.*+?()[\]{}|]/g,gT=/\\(\\)?/g,yT=/^\[object .+?Constructor\]$/,es={function:!0,object:!0},DT=es[typeof no]&&no&&!no.nodeType?no:void 0,bT=es[typeof gi]&&gi&&!gi.nodeType?gi:void 0,wT=bc(DT&&bT&&typeof global=="object"&&global),vT=bc(es[typeof self]&&self),dv=bc(es[typeof window]&&window),Ah=bc(es[typeof no]&&no),CT=wT||dv!==(Ah&&Ah.window)&&dv||vT||Ah||Function("return this")();function bc(t){return t&&t.Object===Object?t:null}function ET(t){var e=!1;if(t!=null&&typeof t.toString!="function")try{e=!!(t+"")}catch{}return e}var _T=Array.prototype,hv=Object.prototype,mv=Function.prototype.toString,Oh=hv.hasOwnProperty,ST=hv.toString,xT=RegExp("^"+mv.call(Oh).replace(mT,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),AT=_T.splice,OT=gv(CT,"Map"),Qa=gv(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 FT(){this.__data__=Qa?Qa(null):{}}function kT(t){return this.has(t)&&delete this.__data__[t]}function PT(t){var e=this.__data__;if(Qa){var r=e[t];return r===pv?void 0:r}return Oh.call(e,t)?e[t]:void 0}function $T(t){var e=this.__data__;return Qa?e[t]!==void 0:Oh.call(e,t)}function IT(t,e){var r=this.__data__;return r[t]=Qa&&e===void 0?pv:e,this}oo.prototype.clear=FT;oo.prototype.delete=kT;oo.prototype.get=PT;oo.prototype.has=$T;oo.prototype.set=IT;function yi(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 TT(){this.__data__=[]}function RT(t){var e=this.__data__,r=wc(e,t);if(r<0)return!1;var n=e.length-1;return r==n?e.pop():AT.call(e,r,1),!0}function BT(t){var e=this.__data__,r=wc(e,t);return r<0?void 0:e[r][1]}function NT(t){return wc(this.__data__,t)>-1}function LT(t,e){var r=this.__data__,n=wc(r,t);return n<0?r.push([t,e]):r[n][1]=e,this}yi.prototype.clear=TT;yi.prototype.delete=RT;yi.prototype.get=BT;yi.prototype.has=NT;yi.prototype.set=LT;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 jT(){this.__data__={hash:new oo,map:new(OT||yi),string:new oo}}function UT(t){return vc(this,t).delete(t)}function MT(t){return vc(this,t).get(t)}function qT(t){return vc(this,t).has(t)}function HT(t,e){return vc(this,t).set(t,e),this}io.prototype.clear=jT;io.prototype.delete=UT;io.prototype.get=MT;io.prototype.has=qT;io.prototype.set=HT;function wc(t,e){for(var r=t.length;r--;)if(GT(t[r][0],e))return r;return-1}function vc(t,e){var r=t.__data__;return VT(e)?r[typeof e=="string"?"string":"hash"]:r.map}function gv(t,e){var r=t[e];return YT(r)?r:void 0}function VT(t){var e=typeof t;return e=="string"||e=="number"||e=="symbol"||e=="boolean"?t!=="__proto__":t===null}var zT=Fh(function(t){var e=[];return JT(t).replace(hT,function(r,n,o,i){e.push(o?i.replace(gT,"$1"):n||r)}),e});function KT(t){if(t!=null){try{return mv.call(t)}catch{}try{return t+""}catch{}}return""}function Fh(t,e){if(typeof t!="function"||e&&typeof e!="function")throw new TypeError(fT);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(Fh.Cache||io),r}Fh.Cache=io;function GT(t,e){return t===e||t!==t&&e!==e}function WT(t){var e=yv(t)?ST.call(t):"";return e==dT||e==pT}function yv(t){var e=typeof t;return!!t&&(e=="object"||e=="function")}function YT(t){if(!yv(t))return!1;var e=WT(t)||ET(t)?xT:yT;return e.test(KT(t))}function JT(t){return t==null?"":lT(t)}gi.exports=zT});var Wv=S((ao,bi)=>{var XT=Dv(),ZT=200,Uh="__lodash_hash_undefined__",xc=1,wi=2,QT=1/0,_v=9007199254740991,Cc="[object Arguments]",$h="[object Array]",Sv="[object Boolean]",xv="[object Date]",Av="[object Error]",Ov="[object Function]",eR="[object GeneratorFunction]",ts="[object Map]",Fv="[object Number]",Di="[object Object]",bv="[object Promise]",kv="[object RegExp]",rs="[object Set]",Mh="[object String]",Pv="[object Symbol]",Ih="[object WeakMap]",$v="[object ArrayBuffer]",Ec="[object DataView]",tR="[object Float32Array]",rR="[object Float64Array]",nR="[object Int8Array]",oR="[object Int16Array]",iR="[object Int32Array]",aR="[object Uint8Array]",sR="[object Uint8ClampedArray]",uR="[object Uint16Array]",cR="[object Uint32Array]",lR=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,fR=/^\w*$/,dR=/[\\^$.*+?()[\]{}|]/g,pR=/^\[object .+?Constructor\]$/,hR=/^(?:0|[1-9]\d*)$/,Ne={};Ne[tR]=Ne[rR]=Ne[nR]=Ne[oR]=Ne[iR]=Ne[aR]=Ne[sR]=Ne[uR]=Ne[cR]=!0;Ne[Cc]=Ne[$h]=Ne[$v]=Ne[Sv]=Ne[Ec]=Ne[xv]=Ne[Av]=Ne[Ov]=Ne[ts]=Ne[Fv]=Ne[Di]=Ne[kv]=Ne[rs]=Ne[Mh]=Ne[Ih]=!1;var os={function:!0,object:!0},mR=os[typeof ao]&&ao&&!ao.nodeType?ao:void 0,gR=os[typeof bi]&&bi&&!bi.nodeType?bi:void 0,yR=Ac(mR&&gR&&typeof global=="object"&&global),DR=Ac(os[typeof self]&&self),wv=Ac(os[typeof window]&&window),kh=Ac(os[typeof ao]&&ao),co=yR||wv!==(kh&&kh.window)&&wv||DR||kh||Function("return this")();function bR(t,e){for(var r=-1,n=t.length,o=Array(n);++r<n;)o[r]=e(t[r],r,t);return o}function wR(t,e){for(var r=-1,n=t.length;++r<n;)if(e(t[r],r,t))return!0;return!1}function vR(t,e){for(var r=-1,n=Array(t);++r<t;)n[r]=e(r);return n}function CR(t,e){return bR(e,function(r){return[r,t[r]]})}function Ac(t){return t&&t.Object===Object?t:null}function Th(t){var e=!1;if(t!=null&&typeof t.toString!="function")try{e=!!(t+"")}catch{}return e}function Iv(t){var e=-1,r=Array(t.size);return t.forEach(function(n,o){r[++e]=[o,n]}),r}function ER(t){var e=-1,r=Array(t.size);return t.forEach(function(n){r[++e]=n}),r}function _R(t){var e=-1,r=Array(t.size);return t.forEach(function(n){r[++e]=[n,n]}),r}var SR=Array.prototype,Oc=Object.prototype,Tv=Function.prototype.toString,so=Oc.hasOwnProperty,lo=Oc.toString,xR=RegExp("^"+Tv.call(so).replace(dR,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),vv=co.Symbol,Cv=co.Uint8Array,AR=Oc.propertyIsEnumerable,OR=SR.splice,FR=Object.getPrototypeOf,kR=Object.keys,Rh=vi(co,"DataView"),_c=vi(co,"Map"),Bh=vi(co,"Promise"),Nh=vi(co,"Set"),Lh=vi(co,"WeakMap"),ns=vi(Object,"create"),PR=po(Rh),$R=po(_c),IR=po(Bh),TR=po(Nh),RR=po(Lh),Ev=vv?vv.prototype:void 0,Ph=Ev?Ev.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 BR(){this.__data__=ns?ns(null):{}}function NR(t){return this.has(t)&&delete this.__data__[t]}function LR(t){var e=this.__data__;if(ns){var r=e[t];return r===Uh?void 0:r}return so.call(e,t)?e[t]:void 0}function jR(t){var e=this.__data__;return ns?e[t]!==void 0:so.call(e,t)}function UR(t,e){var r=this.__data__;return r[t]=ns&&e===void 0?Uh:e,this}uo.prototype.clear=BR;uo.prototype.delete=NR;uo.prototype.get=LR;uo.prototype.has=jR;uo.prototype.set=UR;function rn(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__=[]}function qR(t){var e=this.__data__,r=Fc(e,t);if(r<0)return!1;var n=e.length-1;return r==n?e.pop():OR.call(e,r,1),!0}function HR(t){var e=this.__data__,r=Fc(e,t);return r<0?void 0:e[r][1]}function VR(t){return Fc(this.__data__,t)>-1}function zR(t,e){var r=this.__data__,n=Fc(r,t);return n<0?r.push([t,e]):r[n][1]=e,this}rn.prototype.clear=MR;rn.prototype.delete=qR;rn.prototype.get=HR;rn.prototype.has=VR;rn.prototype.set=zR;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 KR(){this.__data__={hash:new uo,map:new(_c||rn),string:new uo}}function GR(t){return kc(this,t).delete(t)}function WR(t){return kc(this,t).get(t)}function YR(t){return kc(this,t).has(t)}function JR(t,e){return kc(this,t).set(t,e),this}fo.prototype.clear=KR;fo.prototype.delete=GR;fo.prototype.get=WR;fo.prototype.has=YR;fo.prototype.set=JR;function Sc(t){var e=-1,r=t?t.length:0;for(this.__data__=new fo;++e<r;)this.add(t[e])}function XR(t){return this.__data__.set(t,Uh),this}function ZR(t){return this.__data__.has(t)}Sc.prototype.add=Sc.prototype.push=XR;Sc.prototype.has=ZR;function tn(t){this.__data__=new rn(t)}function QR(){this.__data__=new rn}function eB(t){return this.__data__.delete(t)}function tB(t){return this.__data__.get(t)}function rB(t){return this.__data__.has(t)}function nB(t,e){var r=this.__data__;return r instanceof rn&&r.__data__.length==ZT&&(r=this.__data__=new fo(r.__data__)),r.set(t,e),this}tn.prototype.clear=QR;tn.prototype.delete=eB;tn.prototype.get=tB;tn.prototype.has=rB;tn.prototype.set=nB;function Fc(t,e){for(var r=t.length;r--;)if(CB(t[r][0],e))return r;return-1}function Rv(t,e){e=Pc(e,t)?[e]:Lv(e);for(var r=0,n=e.length;t!=null&&r<n;)t=t[$c(e[r++])];return r&&r==n?t:void 0}function Bv(t,e){return so.call(t,e)||typeof t=="object"&&e in t&&yB(t)===null}function oB(t,e){return e in Object(t)}function qh(t,e,r,n,o){return t===e?!0:t==null||e==null||!Tc(t)&&!is(e)?t!==t&&e!==e:iB(t,e,qh,r,n,o)}function iB(t,e,r,n,o,i){var a=On(t),s=On(e),u=$h,c=$h;a||(u=en(t),u=u==Cc?Di:u),s||(c=en(e),c=c==Cc?Di:c);var l=u==Di&&!Th(t),d=c==Di&&!Th(e),p=u==c;if(p&&!l)return i||(i=new tn),a||SB(t)?jv(t,e,r,n,o,i):pB(t,e,u,r,n,o,i);if(!(o&wi)){var h=l&&so.call(t,"__wrapped__"),m=d&&so.call(e,"__wrapped__");if(h||m){var b=h?t.value():t,y=m?e.value():e;return i||(i=new tn),r(b,y,n,o,i)}}return p?(i||(i=new tn),hB(t,e,r,n,o,i)):!1}function aB(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 tn;if(n)var p=n(c,l,u,t,e,d);if(!(p===void 0?qh(l,c,n,xc|wi,d):p))return!1}}return!0}function sB(t){return typeof t=="function"?t:t==null?FB:typeof t=="object"?On(t)?lB(t[0],t[1]):cB(t):kB(t)}function uB(t){return kR(Object(t))}function cB(t){var e=gB(t);return e.length==1&&e[0][2]?qv(e[0][0],e[0][1]):function(r){return r===t||aB(r,t,e)}}function lB(t,e){return Pc(t)&&Mv(e)?qv($c(t),e):function(r){var n=xB(r,t);return n===void 0&&n===e?AB(r,t):qh(e,n,void 0,xc|wi)}}function Nv(t){return function(e){return e?.[t]}}function fB(t){return function(e){return Rv(e,t)}}function Lv(t){return On(t)?t:XT(t)}function dB(t){return function(e){var r=en(e);return r==ts?Iv(e):r==rs?_R(e):CR(e,t(e))}}function jv(t,e,r,n,o,i){var a=o&wi,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&xc?new Sc: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(!wR(e,function(y,v){if(!p.has(v)&&(h===y||r(h,y,n,o,i)))return p.add(v)})){d=!1;break}}else if(!(h===m||r(h,m,n,o,i))){d=!1;break}}return i.delete(t),d}function pB(t,e,r,n,o,i,a){switch(r){case Ec: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 Cv(t),new Cv(e)));case Sv:case xv:return+t==+e;case Av:return t.name==e.name&&t.message==e.message;case Fv:return t!=+t?e!=+e:t==+e;case kv:case Mh:return t==e+"";case ts:var s=Iv;case rs:var u=i&wi;if(s||(s=ER),t.size!=e.size&&!u)return!1;var c=a.get(t);return c?c==e:(i|=xc,a.set(t,e),jv(s(t),s(e),n,o,i,a));case Pv:if(Ph)return Ph.call(t)==Ph.call(e)}return!1}function hB(t,e,r,n,o,i){var a=o&wi,s=jh(t),u=s.length,c=jh(e),l=c.length;if(u!=l&&!a)return!1;for(var d=u;d--;){var p=s[d];if(!(a?p in e:Bv(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 y=t[p],v=e[p];if(n)var E=a?n(v,y,p,e,t,i):n(y,v,p,t,e,i);if(!(E===void 0?y===v||r(y,v,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 mB=Nv("length");function kc(t,e){var r=t.__data__;return wB(e)?r[typeof e=="string"?"string":"hash"]:r.map}function gB(t){for(var e=OB(t),r=e.length;r--;)e[r][2]=Mv(e[r][1]);return e}function vi(t,e){var r=t[e];return _B(r)?r:void 0}function yB(t){return FR(Object(t))}function en(t){return lo.call(t)}(Rh&&en(new Rh(new ArrayBuffer(1)))!=Ec||_c&&en(new _c)!=ts||Bh&&en(Bh.resolve())!=bv||Nh&&en(new Nh)!=rs||Lh&&en(new Lh)!=Ih)&&(en=function(t){var e=lo.call(t),r=e==Di?t.constructor:void 0,n=r?po(r):void 0;if(n)switch(n){case PR:return Ec;case $R:return ts;case IR:return bv;case TR:return rs;case RR:return Ih}return e});function DB(t,e,r){e=Pc(e,t)?[e]:Lv(e);for(var n,o=-1,a=e.length;++o<a;){var i=$c(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&&Ic(a)&&Uv(i,a)&&(On(t)||Kv(t)||Hv(t))}function bB(t){var e=t?t.length:void 0;return Ic(e)&&(On(t)||Kv(t)||Hv(t))?vR(e,String):null}function Uv(t,e){return e=e??_v,!!e&&(typeof t=="number"||hR.test(t))&&t>-1&&t%1==0&&t<e}function Pc(t,e){if(On(t))return!1;var r=typeof t;return r=="number"||r=="symbol"||r=="boolean"||t==null||Gv(t)?!0:fR.test(t)||!lR.test(t)||e!=null&&t in Object(e)}function wB(t){var e=typeof t;return e=="string"||e=="number"||e=="symbol"||e=="boolean"?t!=="__proto__":t===null}function vB(t){var e=t&&t.constructor,r=typeof e=="function"&&e.prototype||Oc;return t===r}function Mv(t){return t===t&&!Tc(t)}function qv(t,e){return function(r){return r==null?!1:r[t]===e&&(e!==void 0||t in Object(r))}}function $c(t){if(typeof t=="string"||Gv(t))return t;var e=t+"";return e=="0"&&1/t==-QT?"-0":e}function po(t){if(t!=null){try{return Tv.call(t)}catch{}try{return t+""}catch{}}return""}function CB(t,e){return t===e||t!==t&&e!==e}function Hv(t){return EB(t)&&so.call(t,"callee")&&(!AR.call(t,"callee")||lo.call(t)==Cc)}var On=Array.isArray;function Vv(t){return t!=null&&Ic(mB(t))&&!zv(t)}function EB(t){return is(t)&&Vv(t)}function zv(t){var e=Tc(t)?lo.call(t):"";return e==Ov||e==eR}function Ic(t){return typeof t=="number"&&t>-1&&t%1==0&&t<=_v}function Tc(t){var e=typeof t;return!!t&&(e=="object"||e=="function")}function is(t){return!!t&&typeof t=="object"}function _B(t){if(!Tc(t))return!1;var e=zv(t)||Th(t)?xR:pR;return e.test(po(t))}function Kv(t){return typeof t=="string"||!On(t)&&is(t)&&lo.call(t)==Mh}function Gv(t){return typeof t=="symbol"||is(t)&&lo.call(t)==Pv}function SB(t){return is(t)&&Ic(t.length)&&!!Ne[lo.call(t)]}function xB(t,e,r){var n=t==null?void 0:Rv(t,e);return n===void 0?r:n}function AB(t,e){return t!=null&&DB(t,e,oB)}function jh(t){var e=vB(t);if(!(e||Vv(t)))return uB(t);var r=bB(t),n=!!r,o=r||[],i=o.length;for(var a in t)Bv(t,a)&&!(n&&(a=="length"||Uv(a,i)))&&!(e&&a=="constructor")&&o.push(a);return o}var OB=dB(jh);function FB(t){return t}function kB(t){return Pc(t)?Nv($c(t)):fB(t)}bi.exports=sB});var Qv=S((ho,Ci)=>{var PB=1/0,$B="[object Function]",IB="[object GeneratorFunction]",TB=/[\\^$.*+?()[\]{}|]/g,RB=/^\[object .+?Constructor\]$/,as={function:!0,object:!0},BB=as[typeof ho]&&ho&&!ho.nodeType?ho:void 0,NB=as[typeof Ci]&&Ci&&!Ci.nodeType?Ci:void 0,LB=Rc(BB&&NB&&typeof global=="object"&&global),jB=Rc(as[typeof self]&&self),Yv=Rc(as[typeof window]&&window),Hh=Rc(as[typeof ho]&&ho),UB=LB||Yv!==(Hh&&Hh.window)&&Yv||jB||Hh||Function("return this")();function Rc(t){return t&&t.Object===Object?t:null}function MB(t){var e=!1;if(t!=null&&typeof t.toString!="function")try{e=!!(t+"")}catch{}return e}function qB(t){var e=-1,r=Array(t.size);return t.forEach(function(n){r[++e]=n}),r}var Jv=Object.prototype,Xv=Function.prototype.toString,HB=Jv.hasOwnProperty,VB=Jv.toString,zB=RegExp("^"+Xv.call(HB).replace(TB,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),Vh=GB(UB,"Set"),KB=Vh&&1/qB(new Vh([,-0]))[1]==PB?function(t){return new Vh(t)}:XB;function GB(t,e){var r=t[e];return JB(r)?r:void 0}function WB(t){if(t!=null){try{return Xv.call(t)}catch{}try{return t+""}catch{}}return""}function YB(t){var e=Zv(t)?VB.call(t):"";return e==$B||e==IB}function Zv(t){var e=typeof t;return!!t&&(e=="object"||e=="function")}function JB(t){if(!Zv(t))return!1;var e=YB(t)||MB(t)?zB:RB;return e.test(WB(t))}function XB(){}Ci.exports=KB});var tC=S((mo,Ei)=>{var ss={function:!0,object:!0},ZB=ss[typeof mo]&&mo&&!mo.nodeType?mo:void 0,QB=ss[typeof Ei]&&Ei&&!Ei.nodeType?Ei:void 0,e6=Bc(ZB&&QB&&typeof global=="object"&&global),t6=Bc(ss[typeof self]&&self),eC=Bc(ss[typeof window]&&window),zh=Bc(ss[typeof mo]&&mo),r6=e6||eC!==(zh&&zh.window)&&eC||t6||zh||Function("return this")();function Bc(t){return t&&t.Object===Object?t:null}Ei.exports=r6});var sC=S((EK,aC)=>{var n6=Qv(),o6=tC(),i6=200,Kh="__lodash_hash_undefined__",a6="[object Function]",s6="[object GeneratorFunction]",u6=/[\\^$.*+?()[\]{}|]/g,c6=/^\[object .+?Constructor\]$/;function l6(t,e){return!!t.length&&d6(t,e,0)>-1}function f6(t,e,r){for(var n=-1,o=t.length;++n<o;)if(r(e,t[n]))return!0;return!1}function d6(t,e,r){if(e!==e)return h6(t,r);for(var n=r-1,o=t.length;++n<o;)if(t[n]===e)return n;return-1}function p6(t,e){return t.has(e)}function h6(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 m6(t){var e=!1;if(t!=null&&typeof t.toString!="function")try{e=!!(t+"")}catch{}return e}function g6(t){var e=-1,r=Array(t.size);return t.forEach(function(n){r[++e]=n}),r}var y6=Array.prototype,rC=Object.prototype,nC=Function.prototype.toString,Gh=rC.hasOwnProperty,D6=rC.toString,b6=RegExp("^"+nC.call(Gh).replace(u6,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),w6=y6.splice,v6=oC(o6,"Map"),us=oC(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 C6(){this.__data__=us?us(null):{}}function E6(t){return this.has(t)&&delete this.__data__[t]}function _6(t){var e=this.__data__;if(us){var r=e[t];return r===Kh?void 0:r}return Gh.call(e,t)?e[t]:void 0}function S6(t){var e=this.__data__;return us?e[t]!==void 0:Gh.call(e,t)}function x6(t,e){var r=this.__data__;return r[t]=us&&e===void 0?Kh:e,this}go.prototype.clear=C6;go.prototype.delete=E6;go.prototype.get=_6;go.prototype.has=S6;go.prototype.set=x6;function _i(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 O6(t){var e=this.__data__,r=Lc(e,t);if(r<0)return!1;var n=e.length-1;return r==n?e.pop():w6.call(e,r,1),!0}function F6(t){var e=this.__data__,r=Lc(e,t);return r<0?void 0:e[r][1]}function k6(t){return Lc(this.__data__,t)>-1}function P6(t,e){var r=this.__data__,n=Lc(r,t);return n<0?r.push([t,e]):r[n][1]=e,this}_i.prototype.clear=A6;_i.prototype.delete=O6;_i.prototype.get=F6;_i.prototype.has=k6;_i.prototype.set=P6;function Si(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 $6(){this.__data__={hash:new go,map:new(v6||_i),string:new go}}function I6(t){return jc(this,t).delete(t)}function T6(t){return jc(this,t).get(t)}function R6(t){return jc(this,t).has(t)}function B6(t,e){return jc(this,t).set(t,e),this}Si.prototype.clear=$6;Si.prototype.delete=I6;Si.prototype.get=T6;Si.prototype.has=R6;Si.prototype.set=B6;function Nc(t){var e=-1,r=t?t.length:0;for(this.__data__=new Si;++e<r;)this.add(t[e])}function N6(t){return this.__data__.set(t,Kh),this}function L6(t){return this.__data__.has(t)}Nc.prototype.add=Nc.prototype.push=N6;Nc.prototype.has=L6;function Lc(t,e){for(var r=t.length;r--;)if(q6(t[r][0],e))return r;return-1}function j6(t,e,r){var n=-1,o=l6,i=t.length,a=!0,s=[],u=s;if(r)a=!1,o=f6;else if(i>=i6){var c=e?null:n6(t);if(c)return g6(c);a=!1,o=p6,u=new Nc}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 jc(t,e){var r=t.__data__;return U6(e)?r[typeof e=="string"?"string":"hash"]:r.map}function oC(t,e){var r=t[e];return V6(r)?r:void 0}function U6(t){var e=typeof t;return e=="string"||e=="number"||e=="symbol"||e=="boolean"?t!=="__proto__":t===null}function M6(t){if(t!=null){try{return nC.call(t)}catch{}try{return t+""}catch{}}return""}function q6(t,e){return t===e||t!==t&&e!==e}function H6(t){var e=iC(t)?D6.call(t):"";return e==a6||e==s6}function iC(t){var e=typeof t;return!!t&&(e=="object"||e=="function")}function V6(t){if(!iC(t))return!1;var e=H6(t)||m6(t)?b6:c6;return e.test(M6(t))}aC.exports=j6});var cC=S((_K,uC)=>{var z6=Wv(),K6=sC();function G6(t,e){return t&&t.length?K6(t,z6(e)):[]}uC.exports=G6});var fC=S((SK,lC)=>{"use strict";var W6=av(),Y6=cC(),J6=W6("MultiError");lC.exports=Wh;function Wh(t){if(!(this instanceof Wh))return new Wh(t);if(t=Array.isArray(t)?t:[t],t=Y6(t,function(r){return r.stack}),t.length===1)return t[0];var e=new J6({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 pC=S((_K,dC)=>{var Fn=require("constants"),X6=process.cwd,Uc=null,Z6=process.env.GRACEFUL_FS_PLATFORM||process.platform;process.cwd=function(){return Uc||(Uc=X6.call(process)),Uc};try{process.cwd()}catch{}typeof process.chdir=="function"&&(Yh=process.chdir,process.chdir=function(t){Uc=null,Yh.call(process,t)},Object.setPrototypeOf&&Object.setPrototypeOf(process.chdir,Yh));var Yh;dC.exports=Q6;function Q6(t){Fn.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(){}),Z6==="win32"&&(t.rename=typeof t.rename!="function"?t.rename:(function(l){function d(p,h,m){var b=Date.now(),y=0;l(p,h,function v(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,v):m(E)})},y),y<100&&(y+=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,y,v){var E;if(v&&typeof v=="function"){var g=0;E=function(_,x,$){if(_&&_.code==="EAGAIN"&&g<10)return g++,l.call(t,p,h,m,b,y,E);v.apply(this,arguments)}}return l.call(t,p,h,m,b,y,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 y=0;;)try{return l.call(t,d,p,h,m,b)}catch(v){if(v.code==="EAGAIN"&&y<10){y++;continue}throw v}}})(t.readSync);function e(l){l.lchmod=function(d,p,h){l.open(d,Fn.O_WRONLY|Fn.O_SYMLINK,p,function(m,b){if(m){h&&h(m);return}l.fchmod(b,p,function(y){l.close(b,function(v){h&&h(y||v)})})})},l.lchmodSync=function(d,p){var h=l.openSync(d,Fn.O_WRONLY|Fn.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){Fn.hasOwnProperty("O_SYMLINK")&&l.futimes?(l.lutimes=function(d,p,h,m){l.open(d,Fn.O_SYMLINK,function(b,y){if(b){m&&m(b);return}l.futimes(y,p,h,function(v){l.close(y,function(E){m&&m(v||E)})})})},l.lutimesSync=function(d,p,h){var m=l.openSync(d,Fn.O_SYMLINK),b,y=!0;try{b=l.futimesSync(m,p,h),y=!1}finally{if(y)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,y){y&&(y.uid<0&&(y.uid+=4294967296),y.gid<0&&(y.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 gC=S((SK,mC)=>{var hC=require("stream").Stream;mC.exports=e8;function e8(t){return{ReadStream:e,WriteStream:r};function e(n,o){if(!(this instanceof e))return new e(n,o);hC.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);hC.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 DC=S((xK,yC)=>{"use strict";yC.exports=r8;var t8=Object.getPrototypeOf||function(t){return t.__proto__};function r8(t){if(t===null||typeof t!="object")return t;if(t instanceof Object)var e={__proto__:t8(t)};else var e=Object.create(null);return Object.getOwnPropertyNames(t).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(t,r))}),e}});var kn=S((AK,Zh)=>{var Ke=require("fs"),n8=pC(),o8=gC(),i8=DC(),Mc=require("util"),mt,Hc;typeof Symbol=="function"&&typeof Symbol.for=="function"?(mt=Symbol.for("graceful-fs.queue"),Hc=Symbol.for("graceful-fs.previous")):(mt="___graceful-fs.queue",Hc="___graceful-fs.previous");function a8(){}function vC(t,e){Object.defineProperty(t,mt,{get:function(){return e}})}var yo=a8;Mc.debuglog?yo=Mc.debuglog("gfs4"):/\bgfs4\b/i.test(process.env.NODE_DEBUG||"")&&(yo=function(){var t=Mc.format.apply(Mc,arguments);t="GFS4: "+t.split(/\n/).join(`
47
- GFS4: `),console.error(t)});Ke[mt]||(bC=global[mt]||[],vC(Ke,bC),Ke.close=(function(t){function e(r,n){return t.call(Ke,r,function(o){o||wC(),typeof n=="function"&&n.apply(this,arguments)})}return Object.defineProperty(e,Hc,{value:t}),e})(Ke.close),Ke.closeSync=(function(t){function e(r){t.apply(Ke,arguments),wC()}return Object.defineProperty(e,Hc,{value:t}),e})(Ke.closeSync),/\bgfs4\b/i.test(process.env.NODE_DEBUG||"")&&process.on("exit",function(){yo(Ke[mt]),require("assert").equal(Ke[mt].length,0)}));var bC;global[mt]||vC(global,Ke[mt]);Zh.exports=Jh(i8(Ke));process.env.TEST_GRACEFUL_FS_GLOBAL_PATCH&&!Ke.__patched&&(Zh.exports=Jh(Ke),Ke.__patched=!0);function Jh(t){n8(t),t.gracefulify=Jh,t.createReadStream=x,t.createWriteStream=$;var e=t.readFile;t.readFile=r;function r(T,L,A){return typeof L=="function"&&(A=L,L=null),j(T,L,A);function j(M,W,F,D){return e(M,W,function(w){w&&(w.code==="EMFILE"||w.code==="ENFILE")?xi([j,[M,W,F],w,D||Date.now(),Date.now()]):typeof F=="function"&&F.apply(this,arguments)})}}var n=t.writeFile;t.writeFile=o;function o(T,L,A,j){return typeof A=="function"&&(j=A,A=null),M(T,L,A,j);function M(W,F,D,w,C){return n(W,F,D,function(O){O&&(O.code==="EMFILE"||O.code==="ENFILE")?xi([M,[W,F,D,w],O,C||Date.now(),Date.now()]):typeof w=="function"&&w.apply(this,arguments)})}}var i=t.appendFile;i&&(t.appendFile=a);function a(T,L,A,j){return typeof A=="function"&&(j=A,A=null),M(T,L,A,j);function M(W,F,D,w,C){return i(W,F,D,function(O){O&&(O.code==="EMFILE"||O.code==="ENFILE")?xi([M,[W,F,D,w],O,C||Date.now(),Date.now()]):typeof w=="function"&&w.apply(this,arguments)})}}var s=t.copyFile;s&&(t.copyFile=u);function u(T,L,A,j){return typeof A=="function"&&(j=A,A=0),M(T,L,A,j);function M(W,F,D,w,C){return s(W,F,D,function(O){O&&(O.code==="EMFILE"||O.code==="ENFILE")?xi([M,[W,F,D,w],O,C||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,L,A){typeof L=="function"&&(A=L,L=null);var j=l.test(process.version)?function(F,D,w,C){return c(F,M(F,D,w,C))}:function(F,D,w,C){return c(F,D,M(F,D,w,C))};return j(T,L,A);function M(W,F,D,w){return function(C,O){C&&(C.code==="EMFILE"||C.code==="ENFILE")?xi([j,[W,F,D],C,w||Date.now(),Date.now()]):(O&&O.sort&&O.sort(),typeof D=="function"&&D.call(this,C,O))}}}if(process.version.substr(0,4)==="v0.8"){var p=o8(t);v=p.ReadStream,g=p.WriteStream}var h=t.ReadStream;h&&(v.prototype=Object.create(h.prototype),v.prototype.open=E);var m=t.WriteStream;m&&(g.prototype=Object.create(m.prototype),g.prototype.open=_),Object.defineProperty(t,"ReadStream",{get:function(){return v},set:function(T){v=T},enumerable:!0,configurable:!0}),Object.defineProperty(t,"WriteStream",{get:function(){return g},set:function(T){g=T},enumerable:!0,configurable:!0});var b=v;Object.defineProperty(t,"FileReadStream",{get:function(){return b},set:function(T){b=T},enumerable:!0,configurable:!0});var y=g;Object.defineProperty(t,"FileWriteStream",{get:function(){return y},set:function(T){y=T},enumerable:!0,configurable:!0});function v(T,L){return this instanceof v?(h.apply(this,arguments),this):v.apply(Object.create(v.prototype),arguments)}function E(){var T=this;B(T.path,T.flags,T.mode,function(L,A){L?(T.autoClose&&T.destroy(),T.emit("error",L)):(T.fd=A,T.emit("open",A),T.read())})}function g(T,L){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(L,A){L?(T.destroy(),T.emit("error",L)):(T.fd=A,T.emit("open",A))})}function x(T,L){return new t.ReadStream(T,L)}function $(T,L){return new t.WriteStream(T,L)}var k=t.open;t.open=B;function B(T,L,A,j){return typeof A=="function"&&(j=A,A=null),M(T,L,A,j);function M(W,F,D,w,C){return k(W,F,D,function(O,R){O&&(O.code==="EMFILE"||O.code==="ENFILE")?xi([M,[W,F,D,w],O,C||Date.now(),Date.now()]):typeof w=="function"&&w.apply(this,arguments)})}}return t}function xi(t){yo("ENQUEUE",t[0].name,t[1]),Ke[mt].push(t),Xh()}var qc;function wC(){for(var t=Date.now(),e=0;e<Ke[mt].length;++e)Ke[mt][e].length>2&&(Ke[mt][e][3]=t,Ke[mt][e][4]=t);Xh()}function Xh(){if(clearTimeout(qc),qc=void 0,Ke[mt].length!==0){var t=Ke[mt].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[mt].push(t)}qc===void 0&&(qc=setTimeout(Xh,0))}}});var EC=S((OK,CC)=>{function sr(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))}CC.exports=sr;sr.prototype.reset=function(){this._attempts=1,this._timeouts=this._originalTimeouts};sr.prototype.stop=function(){this._timeout&&clearTimeout(this._timeout),this._timeouts=[],this._cachedTimeouts=null};sr.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};sr.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)};sr.prototype.try=function(t){console.log("Using RetryOperation.try() is deprecated"),this.attempt(t)};sr.prototype.start=function(t){console.log("Using RetryOperation.start() is deprecated"),this.attempt(t)};sr.prototype.start=sr.prototype.try;sr.prototype.errors=function(){return this._errors};sr.prototype.attempts=function(){return this._attempts};sr.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 _C=S(Do=>{var s8=EC();Do.operation=function(t){var e=Do.timeouts(t);return new s8(e,{forever:t&&t.forever,unref:t&&t.unref,maxRetryTime:t&&t.maxRetryTime})};Do.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};Do.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};Do.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=Do.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 xC=S((kK,SC)=>{SC.exports=_C()});var AC=S((PK,Vc)=>{Vc.exports=["SIGABRT","SIGALRM","SIGHUP","SIGINT","SIGTERM"];process.platform!=="win32"&&Vc.exports.push("SIGVTALRM","SIGXCPU","SIGXFSZ","SIGUSR2","SIGTRAP","SIGSYS","SIGQUIT","SIGIOT");process.platform==="linux"&&Vc.exports.push("SIGIO","SIGPOLL","SIGPWR","SIGSTKFLT","SIGUNUSED")});var tm=S(($K,Fi)=>{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)?(OC=require("assert"),Ai=AC(),FC=/^win/i.test(Ue.platform),cs=require("events"),typeof cs!="function"&&(cs=cs.EventEmitter),Ue.__signal_exit_emitter__?it=Ue.__signal_exit_emitter__:(it=Ue.__signal_exit_emitter__=new cs,it.count=0,it.emitted={}),it.infinite||(it.setMaxListeners(1/0),it.infinite=!0),Fi.exports=function(t,e){if(!bo(global.process))return function(){};OC.equal(typeof t,"function","a callback must be provided for exit handler"),Oi===!1&&Qh();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&&zc()};return it.on(r,t),n},zc=function(){!Oi||!bo(global.process)||(Oi=!1,Ai.forEach(function(e){try{Ue.removeListener(e,Kc[e])}catch{}}),Ue.emit=Gc,Ue.reallyExit=em,it.count-=1)},Fi.exports.unload=zc,wo=function(e,r,n){it.emitted[e]||(it.emitted[e]=!0,it.emit(e,r,n))},Kc={},Ai.forEach(function(t){Kc[t]=function(){if(bo(global.process)){var r=Ue.listeners(t);r.length===it.count&&(zc(),wo("exit",null,t),wo("afterexit",null,t),FC&&t==="SIGHUP"&&(t="SIGINT"),Ue.kill(Ue.pid,t))}}}),Fi.exports.signals=function(){return Ai},Oi=!1,Qh=function(){Oi||!bo(global.process)||(Oi=!0,it.count+=1,Ai=Ai.filter(function(e){try{return Ue.on(e,Kc[e]),!0}catch{return!1}}),Ue.emit=PC,Ue.reallyExit=kC)},Fi.exports.load=Qh,em=Ue.reallyExit,kC=function(e){bo(global.process)&&(Ue.exitCode=e||0,wo("exit",Ue.exitCode,null),wo("afterexit",Ue.exitCode,null),em.call(Ue,Ue.exitCode))},Gc=Ue.emit,PC=function(e,r){if(e==="exit"&&bo(global.process)){r!==void 0&&(Ue.exitCode=r);var n=Gc.apply(this,arguments);return wo("exit",Ue.exitCode,null),wo("afterexit",Ue.exitCode,null),n}else return Gc.apply(this,arguments)}):Fi.exports=function(){return function(){}};var OC,Ai,FC,cs,it,zc,wo,Kc,Oi,Qh,em,kC,Gc,PC});var IC=S((IK,rm)=>{"use strict";var $C=Symbol();function u8(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 c8(t){let e=Date.now();return t==="s"&&(e=Math.ceil(e/1e3)*1e3),new Date(e)}rm.exports.probe=u8;rm.exports.getMtime=c8});var LC=S((TK,fs)=>{"use strict";var l8=require("path"),im=kn(),f8=xC(),d8=tm(),TC=IC(),nn={};function ls(t,e){return e.lockfilePath||`${t}.lock`}function am(t,e,r){if(!e.realpath)return r(null,l8.resolve(t));e.fs.realpath(t,r)}function om(t,e,r){let n=ls(t,e);e.fs.mkdir(n,o=>{if(!o)return TC.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"?om(t,{...e,stale:0},r):r(i);if(!RC(a,e))return r(Object.assign(new Error("Lock file is already being held"),{code:"ELOCKED",file:t}));BC(t,e,s=>{if(s)return r(s);om(t,{...e,stale:0},r)})})})}function RC(t,e){return t.mtime.getTime()<Date.now()-e.stale}function BC(t,e,r){e.fs.rmdir(ls(t,e),n=>{if(n&&n.code!=="ENOENT")return r(n);r()})}function Wc(t,e){let r=nn[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?nm(t,r,Object.assign(n,{code:"ECOMPROMISED"})):(r.updateDelay=1e3,Wc(t,e));if(!(r.mtime.getTime()===o.mtime.getTime()))return nm(t,r,Object.assign(new Error("Unable to update lock within the stale threshold"),{code:"ECOMPROMISED"}));let s=TC.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?nm(t,r,Object.assign(u,{code:"ECOMPROMISED"})):(r.updateDelay=1e3,Wc(t,e));r.mtime=s,r.lastUpdate=Date.now(),r.updateDelay=null,Wc(t,e)}})})},r.updateDelay),r.updateTimeout.unref&&r.updateTimeout.unref())}function nm(t,e,r){e.released=!0,e.updateTimeout&&clearTimeout(e.updateTimeout),nn[t]===e&&delete nn[t],e.options.onCompromised(r)}function p8(t,e,r){e={stale:1e4,update:null,realpath:!0,retries:0,fs:im,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),am(t,e,(n,o)=>{if(n)return r(n);let i=f8.operation(e.retries);i.attempt(()=>{om(o,e,(a,s,u)=>{if(i.retry(a))return;if(a)return r(i.mainError());let c=nn[o]={lockfilePath:ls(o,e),mtime:s,mtimePrecision:u,options:e,lastUpdate:Date.now()};Wc(o,e),r(null,l=>{if(c.released)return l&&l(Object.assign(new Error("Lock is already released"),{code:"ERELEASED"}));NC(o,{...e,realpath:!1},l)})})})})}function NC(t,e,r){e={fs:im,realpath:!0,...e},am(t,e,(n,o)=>{if(n)return r(n);let i=nn[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 nn[o],BC(o,e,r)})}function h8(t,e,r){e={stale:1e4,realpath:!0,fs:im,...e},e.stale=Math.max(e.stale||0,2e3),am(t,e,(n,o)=>{if(n)return r(n);e.fs.stat(ls(o,e),(i,a)=>i?i.code==="ENOENT"?r(null,!1):r(i):r(null,!RC(a,e)))})}function m8(){return nn}d8(()=>{for(let t in nn){let e=nn[t].options;try{e.fs.rmdirSync(ls(t,e))}catch{}}});fs.exports.lock=p8;fs.exports.unlock=NC;fs.exports.check=h8;fs.exports.getLocks=m8});var UC=S((RK,jC)=>{"use strict";var g8=kn();function y8(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 D8(t){return(...e)=>new Promise((r,n)=>{e.push((o,i)=>{o?n(o):r(i)}),t(...e)})}function b8(t){return(...e)=>{let r,n;if(e.push((o,i)=>{r=o,n=i}),t(...e),r)throw r;return n}}function w8(t){if(t={...t},t.fs=y8(t.fs||g8),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}jC.exports={toPromise:D8,toSync:b8,toSyncOptions:w8}});var qC=S((BK,Pn)=>{"use strict";var ki=LC(),{toPromise:Yc,toSync:Jc,toSyncOptions:sm}=UC();async function MC(t,e){let r=await Yc(ki.lock)(t,e);return Yc(r)}function v8(t,e){let r=Jc(ki.lock)(t,sm(e));return Jc(r)}function C8(t,e){return Yc(ki.unlock)(t,e)}function E8(t,e){return Jc(ki.unlock)(t,sm(e))}function _8(t,e){return Yc(ki.check)(t,e)}function S8(t,e){return Jc(ki.check)(t,sm(e))}Pn.exports=MC;Pn.exports.lock=MC;Pn.exports.unlock=C8;Pn.exports.lockSync=v8;Pn.exports.unlockSync=E8;Pn.exports.check=_8;Pn.exports.checkSync=S8});var GC=S(Pi=>{"use strict";Object.defineProperty(Pi,"__esModule",{value:!0});Pi.canStoreURLs=Pi.FileUrlStorage=void 0;var HC=require("fs"),x8=O8(fC()),VC=A8(qC());function KC(t){if(typeof WeakMap!="function")return null;var e=new WeakMap,r=new WeakMap;return(KC=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=KC(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 O8(t){return t&&t.__esModule?t:{default:t}}function ds(t){"@babel/helpers - typeof";return ds=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},ds(t)}function F8(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function zC(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,P8(n.key),n)}}function k8(t,e,r){return e&&zC(t.prototype,e),r&&zC(t,r),Object.defineProperty(t,"prototype",{writable:!1}),t}function P8(t){var e=$8(t,"string");return ds(e)=="symbol"?e:e+""}function $8(t,e){if(ds(t)!="object"||!t)return t;var r=t[Symbol.toPrimitive];if(r!==void 0){var n=r.call(t,e||"default");if(ds(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(t)}var NK=Pi.canStoreURLs=!0,LK=Pi.FileUrlStorage=(function(){function t(e){F8(this,t),this.path=e}return k8(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;VC.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;VC.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,x8.default)([o,i]))});return}r().then(n).catch(n)}}},{key:"_writeData",value:function(r,n){var o={encoding:"utf8",mode:432,flag:"w"};(0,HC.writeFile)(this.path,JSON.stringify(r),o,function(i){return n(i)})}},{key:"_getData",value:function(r){(0,HC.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 Zc=S(jt=>{"use strict";Object.defineProperty(jt,"__esModule",{value:!0});Object.defineProperty(jt,"DefaultHttpStack",{enumerable:!0,get:function(){return XC.default}});Object.defineProperty(jt,"DetailedError",{enumerable:!0,get:function(){return I8.default}});Object.defineProperty(jt,"FileUrlStorage",{enumerable:!0,get:function(){return ZC.FileUrlStorage}});Object.defineProperty(jt,"StreamSource",{enumerable:!0,get:function(){return L8.default}});jt.Upload=void 0;Object.defineProperty(jt,"canStoreURLs",{enumerable:!0,get:function(){return ZC.canStoreURLs}});jt.defaultOptions=void 0;Object.defineProperty(jt,"enableDebugLog",{enumerable:!0,get:function(){return T8.enableDebugLog}});jt.isSupported=void 0;var I8=vo(nh()),T8=oh(),R8=vo(Gb()),um=vo(Ew()),B8=vo(Bw()),N8=vo(Uw()),XC=vo(ev()),L8=vo(Dh()),ZC=GC();function vo(t){return t&&t.__esModule?t:{default:t}}function Ii(t){"@babel/helpers - typeof";return Ii=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},Ii(t)}function j8(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function WC(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,eE(n.key),n)}}function U8(t,e,r){return e&&WC(t.prototype,e),r&&WC(t,r),Object.defineProperty(t,"prototype",{writable:!1}),t}function M8(t,e,r){return e=Xc(e),q8(t,QC()?Reflect.construct(e,r||[],Xc(t).constructor):e.apply(t,r))}function q8(t,e){if(e&&(Ii(e)==="object"||typeof e=="function"))return e;if(e!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return H8(t)}function H8(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function QC(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(QC=function(){return!!t})()}function Xc(t){return Xc=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},Xc(t)}function V8(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&&cm(t,e)}function cm(t,e){return cm=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,o){return n.__proto__=o,n},cm(t,e)}function YC(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 $i(t){for(var e=1;e<arguments.length;e++){var r=arguments[e]!=null?arguments[e]:{};e%2?YC(Object(r),!0).forEach(function(n){z8(t,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):YC(Object(r)).forEach(function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(r,n))})}return t}function z8(t,e,r){return e=eE(e),e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}function eE(t){var e=K8(t,"string");return Ii(e)=="symbol"?e:e+""}function K8(t,e){if(Ii(t)!="object"||!t)return t;var r=t[Symbol.toPrimitive];if(r!==void 0){var n=r.call(t,e||"default");if(Ii(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(t)}var JC=jt.defaultOptions=$i($i({},um.default.defaultOptions),{},{httpStack:new XC.default,fileReader:new B8.default,urlStorage:new R8.default,fingerprint:N8.default}),UK=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 j8(this,e),n=$i($i({},JC),n),M8(this,e,[r,n])}return V8(e,t),U8(e,null,[{key:"terminate",value:function(n){var o=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return o=$i($i({},JC),o),um.default.terminate(n,o)}}])})(um.default),MK=jt.isSupported=!0});var iE=S((nG,oE)=>{var Ti=1e3,Ri=Ti*60,Bi=Ri*60,Co=Bi*24,tN=Co*7,rN=Co*365.25;oE.exports=function(t,e){e=e||{};var r=typeof t;if(r==="string"&&t.length>0)return nN(t);if(r==="number"&&isFinite(t))return e.long?iN(t):oN(t);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(t))};function nN(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*rN;case"weeks":case"week":case"w":return r*tN;case"days":case"day":case"d":return r*Co;case"hours":case"hour":case"hrs":case"hr":case"h":return r*Bi;case"minutes":case"minute":case"mins":case"min":case"m":return r*Ri;case"seconds":case"second":case"secs":case"sec":case"s":return r*Ti;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return r;default:return}}}}function oN(t){var e=Math.abs(t);return e>=Co?Math.round(t/Co)+"d":e>=Bi?Math.round(t/Bi)+"h":e>=Ri?Math.round(t/Ri)+"m":e>=Ti?Math.round(t/Ti)+"s":t+"ms"}function iN(t){var e=Math.abs(t);return e>=Co?el(t,e,Co,"day"):e>=Bi?el(t,e,Bi,"hour"):e>=Ri?el(t,e,Ri,"minute"):e>=Ti?el(t,e,Ti,"second"):t+" ms"}function el(t,e,r,n){var o=e>=r*1.5;return Math.round(t/r)+" "+n+(o?"s":"")}});var dm=S((oG,aE)=>{function aN(t){r.debug=r,r.default=r,r.coerce=u,r.disable=a,r.enable=o,r.enabled=s,r.humanize=iE(),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(...y){if(!b.enabled)return;let v=b,E=Number(new Date),g=E-(d||E);v.diff=g,v.prev=d,v.curr=E,d=E,y[0]=r.coerce(y[0]),typeof y[0]!="string"&&y.unshift("%O");let _=0;y[0]=y[0].replace(/%([a-zA-Z%])/g,($,k)=>{if($==="%%")return"%";_++;let B=r.formatters[k];if(typeof B=="function"){let T=y[_];$=B.call(v,T),y.splice(_,1),_--}return $}),r.formatArgs.call(v,y),(v.log||r.log).apply(v,y)}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:y=>{p=y}}),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}aE.exports=aN});var sE=S((Ut,tl)=>{Ut.formatArgs=uN;Ut.save=cN;Ut.load=lN;Ut.useColors=sN;Ut.storage=fN();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 sN(){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 uN(t){if(t[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+t[0]+(this.useColors?"%c ":" ")+"+"+tl.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 cN(t){try{t?Ut.storage.setItem("debug",t):Ut.storage.removeItem("debug")}catch{}}function lN(){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 fN(){try{return localStorage}catch{}}tl.exports=dm()(Ut);var{formatters:dN}=tl.exports;dN.j=function(t){try{return JSON.stringify(t)}catch(e){return"[UnexpectedJSONParseError]: "+e.message}}});var cE=S((iG,uE)=>{"use strict";uE.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 dE=S((aG,fE)=>{"use strict";var pN=require("os"),lE=require("tty"),lr=cE(),{env:st}=process,$n;lr("no-color")||lr("no-colors")||lr("color=false")||lr("color=never")?$n=0:(lr("color")||lr("colors")||lr("color=true")||lr("color=always"))&&($n=1);"FORCE_COLOR"in st&&(st.FORCE_COLOR==="true"?$n=1:st.FORCE_COLOR==="false"?$n=0:$n=st.FORCE_COLOR.length===0?1:Math.min(parseInt(st.FORCE_COLOR,10),3));function pm(t){return t===0?!1:{level:t,hasBasic:!0,has256:t>=2,has16m:t>=3}}function hm(t,e){if($n===0)return 0;if(lr("color=16m")||lr("color=full")||lr("color=truecolor"))return 3;if(lr("color=256"))return 2;if(t&&!e&&$n===void 0)return 0;let r=$n||0;if(st.TERM==="dumb")return r;if(process.platform==="win32"){let n=pN.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 hN(t){let e=hm(t,t&&t.isTTY);return pm(e)}fE.exports={supportsColor:hN,stdout:pm(hm(!0,lE.isatty(1))),stderr:pm(hm(!0,lE.isatty(2)))}});var hE=S((ut,nl)=>{var mN=require("tty"),rl=require("util");ut.init=CN;ut.log=bN;ut.formatArgs=yN;ut.save=wN;ut.load=vN;ut.useColors=gN;ut.destroy=rl.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=dE();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 gN(){return"colors"in ut.inspectOpts?!!ut.inspectOpts.colors:mN.isatty(process.stderr.fd)}function yN(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 pC=S((xK,dC)=>{var Fn=require("constants"),X6=process.cwd,Uc=null,Z6=process.env.GRACEFUL_FS_PLATFORM||process.platform;process.cwd=function(){return Uc||(Uc=X6.call(process)),Uc};try{process.cwd()}catch{}typeof process.chdir=="function"&&(Yh=process.chdir,process.chdir=function(t){Uc=null,Yh.call(process,t)},Object.setPrototypeOf&&Object.setPrototypeOf(process.chdir,Yh));var Yh;dC.exports=Q6;function Q6(t){Fn.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(){}),Z6==="win32"&&(t.rename=typeof t.rename!="function"?t.rename:(function(l){function d(p,h,m){var b=Date.now(),y=0;l(p,h,function v(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,v):m(E)})},y),y<100&&(y+=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,y,v){var E;if(v&&typeof v=="function"){var g=0;E=function(_,x,$){if(_&&_.code==="EAGAIN"&&g<10)return g++,l.call(t,p,h,m,b,y,E);v.apply(this,arguments)}}return l.call(t,p,h,m,b,y,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 y=0;;)try{return l.call(t,d,p,h,m,b)}catch(v){if(v.code==="EAGAIN"&&y<10){y++;continue}throw v}}})(t.readSync);function e(l){l.lchmod=function(d,p,h){l.open(d,Fn.O_WRONLY|Fn.O_SYMLINK,p,function(m,b){if(m){h&&h(m);return}l.fchmod(b,p,function(y){l.close(b,function(v){h&&h(y||v)})})})},l.lchmodSync=function(d,p){var h=l.openSync(d,Fn.O_WRONLY|Fn.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){Fn.hasOwnProperty("O_SYMLINK")&&l.futimes?(l.lutimes=function(d,p,h,m){l.open(d,Fn.O_SYMLINK,function(b,y){if(b){m&&m(b);return}l.futimes(y,p,h,function(v){l.close(y,function(E){m&&m(v||E)})})})},l.lutimesSync=function(d,p,h){var m=l.openSync(d,Fn.O_SYMLINK),b,y=!0;try{b=l.futimesSync(m,p,h),y=!1}finally{if(y)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,y){y&&(y.uid<0&&(y.uid+=4294967296),y.gid<0&&(y.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 gC=S((AK,mC)=>{var hC=require("stream").Stream;mC.exports=e8;function e8(t){return{ReadStream:e,WriteStream:r};function e(n,o){if(!(this instanceof e))return new e(n,o);hC.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);hC.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 DC=S((OK,yC)=>{"use strict";yC.exports=r8;var t8=Object.getPrototypeOf||function(t){return t.__proto__};function r8(t){if(t===null||typeof t!="object")return t;if(t instanceof Object)var e={__proto__:t8(t)};else var e=Object.create(null);return Object.getOwnPropertyNames(t).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(t,r))}),e}});var kn=S((FK,Zh)=>{var Ke=require("fs"),n8=pC(),o8=gC(),i8=DC(),Mc=require("util"),mt,Hc;typeof Symbol=="function"&&typeof Symbol.for=="function"?(mt=Symbol.for("graceful-fs.queue"),Hc=Symbol.for("graceful-fs.previous")):(mt="___graceful-fs.queue",Hc="___graceful-fs.previous");function a8(){}function vC(t,e){Object.defineProperty(t,mt,{get:function(){return e}})}var yo=a8;Mc.debuglog?yo=Mc.debuglog("gfs4"):/\bgfs4\b/i.test(process.env.NODE_DEBUG||"")&&(yo=function(){var t=Mc.format.apply(Mc,arguments);t="GFS4: "+t.split(/\n/).join(`
47
+ GFS4: `),console.error(t)});Ke[mt]||(bC=global[mt]||[],vC(Ke,bC),Ke.close=(function(t){function e(r,n){return t.call(Ke,r,function(o){o||wC(),typeof n=="function"&&n.apply(this,arguments)})}return Object.defineProperty(e,Hc,{value:t}),e})(Ke.close),Ke.closeSync=(function(t){function e(r){t.apply(Ke,arguments),wC()}return Object.defineProperty(e,Hc,{value:t}),e})(Ke.closeSync),/\bgfs4\b/i.test(process.env.NODE_DEBUG||"")&&process.on("exit",function(){yo(Ke[mt]),require("assert").equal(Ke[mt].length,0)}));var bC;global[mt]||vC(global,Ke[mt]);Zh.exports=Jh(i8(Ke));process.env.TEST_GRACEFUL_FS_GLOBAL_PATCH&&!Ke.__patched&&(Zh.exports=Jh(Ke),Ke.__patched=!0);function Jh(t){n8(t),t.gracefulify=Jh,t.createReadStream=x,t.createWriteStream=$;var e=t.readFile;t.readFile=r;function r(T,L,A){return typeof L=="function"&&(A=L,L=null),j(T,L,A);function j(M,W,F,D){return e(M,W,function(w){w&&(w.code==="EMFILE"||w.code==="ENFILE")?xi([j,[M,W,F],w,D||Date.now(),Date.now()]):typeof F=="function"&&F.apply(this,arguments)})}}var n=t.writeFile;t.writeFile=o;function o(T,L,A,j){return typeof A=="function"&&(j=A,A=null),M(T,L,A,j);function M(W,F,D,w,C){return n(W,F,D,function(O){O&&(O.code==="EMFILE"||O.code==="ENFILE")?xi([M,[W,F,D,w],O,C||Date.now(),Date.now()]):typeof w=="function"&&w.apply(this,arguments)})}}var i=t.appendFile;i&&(t.appendFile=a);function a(T,L,A,j){return typeof A=="function"&&(j=A,A=null),M(T,L,A,j);function M(W,F,D,w,C){return i(W,F,D,function(O){O&&(O.code==="EMFILE"||O.code==="ENFILE")?xi([M,[W,F,D,w],O,C||Date.now(),Date.now()]):typeof w=="function"&&w.apply(this,arguments)})}}var s=t.copyFile;s&&(t.copyFile=u);function u(T,L,A,j){return typeof A=="function"&&(j=A,A=0),M(T,L,A,j);function M(W,F,D,w,C){return s(W,F,D,function(O){O&&(O.code==="EMFILE"||O.code==="ENFILE")?xi([M,[W,F,D,w],O,C||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,L,A){typeof L=="function"&&(A=L,L=null);var j=l.test(process.version)?function(F,D,w,C){return c(F,M(F,D,w,C))}:function(F,D,w,C){return c(F,D,M(F,D,w,C))};return j(T,L,A);function M(W,F,D,w){return function(C,O){C&&(C.code==="EMFILE"||C.code==="ENFILE")?xi([j,[W,F,D],C,w||Date.now(),Date.now()]):(O&&O.sort&&O.sort(),typeof D=="function"&&D.call(this,C,O))}}}if(process.version.substr(0,4)==="v0.8"){var p=o8(t);v=p.ReadStream,g=p.WriteStream}var h=t.ReadStream;h&&(v.prototype=Object.create(h.prototype),v.prototype.open=E);var m=t.WriteStream;m&&(g.prototype=Object.create(m.prototype),g.prototype.open=_),Object.defineProperty(t,"ReadStream",{get:function(){return v},set:function(T){v=T},enumerable:!0,configurable:!0}),Object.defineProperty(t,"WriteStream",{get:function(){return g},set:function(T){g=T},enumerable:!0,configurable:!0});var b=v;Object.defineProperty(t,"FileReadStream",{get:function(){return b},set:function(T){b=T},enumerable:!0,configurable:!0});var y=g;Object.defineProperty(t,"FileWriteStream",{get:function(){return y},set:function(T){y=T},enumerable:!0,configurable:!0});function v(T,L){return this instanceof v?(h.apply(this,arguments),this):v.apply(Object.create(v.prototype),arguments)}function E(){var T=this;B(T.path,T.flags,T.mode,function(L,A){L?(T.autoClose&&T.destroy(),T.emit("error",L)):(T.fd=A,T.emit("open",A),T.read())})}function g(T,L){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(L,A){L?(T.destroy(),T.emit("error",L)):(T.fd=A,T.emit("open",A))})}function x(T,L){return new t.ReadStream(T,L)}function $(T,L){return new t.WriteStream(T,L)}var k=t.open;t.open=B;function B(T,L,A,j){return typeof A=="function"&&(j=A,A=null),M(T,L,A,j);function M(W,F,D,w,C){return k(W,F,D,function(O,R){O&&(O.code==="EMFILE"||O.code==="ENFILE")?xi([M,[W,F,D,w],O,C||Date.now(),Date.now()]):typeof w=="function"&&w.apply(this,arguments)})}}return t}function xi(t){yo("ENQUEUE",t[0].name,t[1]),Ke[mt].push(t),Xh()}var qc;function wC(){for(var t=Date.now(),e=0;e<Ke[mt].length;++e)Ke[mt][e].length>2&&(Ke[mt][e][3]=t,Ke[mt][e][4]=t);Xh()}function Xh(){if(clearTimeout(qc),qc=void 0,Ke[mt].length!==0){var t=Ke[mt].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[mt].push(t)}qc===void 0&&(qc=setTimeout(Xh,0))}}});var EC=S((kK,CC)=>{function ur(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))}CC.exports=ur;ur.prototype.reset=function(){this._attempts=1,this._timeouts=this._originalTimeouts};ur.prototype.stop=function(){this._timeout&&clearTimeout(this._timeout),this._timeouts=[],this._cachedTimeouts=null};ur.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};ur.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)};ur.prototype.try=function(t){console.log("Using RetryOperation.try() is deprecated"),this.attempt(t)};ur.prototype.start=function(t){console.log("Using RetryOperation.start() is deprecated"),this.attempt(t)};ur.prototype.start=ur.prototype.try;ur.prototype.errors=function(){return this._errors};ur.prototype.attempts=function(){return this._attempts};ur.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 _C=S(Do=>{var s8=EC();Do.operation=function(t){var e=Do.timeouts(t);return new s8(e,{forever:t&&t.forever,unref:t&&t.unref,maxRetryTime:t&&t.maxRetryTime})};Do.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};Do.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};Do.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=Do.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 xC=S(($K,SC)=>{SC.exports=_C()});var AC=S((IK,Vc)=>{Vc.exports=["SIGABRT","SIGALRM","SIGHUP","SIGINT","SIGTERM"];process.platform!=="win32"&&Vc.exports.push("SIGVTALRM","SIGXCPU","SIGXFSZ","SIGUSR2","SIGTRAP","SIGSYS","SIGQUIT","SIGIOT");process.platform==="linux"&&Vc.exports.push("SIGIO","SIGPOLL","SIGPWR","SIGSTKFLT","SIGUNUSED")});var tm=S((TK,Fi)=>{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)?(OC=require("assert"),Ai=AC(),FC=/^win/i.test(Ue.platform),cs=require("events"),typeof cs!="function"&&(cs=cs.EventEmitter),Ue.__signal_exit_emitter__?it=Ue.__signal_exit_emitter__:(it=Ue.__signal_exit_emitter__=new cs,it.count=0,it.emitted={}),it.infinite||(it.setMaxListeners(1/0),it.infinite=!0),Fi.exports=function(t,e){if(!bo(global.process))return function(){};OC.equal(typeof t,"function","a callback must be provided for exit handler"),Oi===!1&&Qh();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&&zc()};return it.on(r,t),n},zc=function(){!Oi||!bo(global.process)||(Oi=!1,Ai.forEach(function(e){try{Ue.removeListener(e,Kc[e])}catch{}}),Ue.emit=Gc,Ue.reallyExit=em,it.count-=1)},Fi.exports.unload=zc,wo=function(e,r,n){it.emitted[e]||(it.emitted[e]=!0,it.emit(e,r,n))},Kc={},Ai.forEach(function(t){Kc[t]=function(){if(bo(global.process)){var r=Ue.listeners(t);r.length===it.count&&(zc(),wo("exit",null,t),wo("afterexit",null,t),FC&&t==="SIGHUP"&&(t="SIGINT"),Ue.kill(Ue.pid,t))}}}),Fi.exports.signals=function(){return Ai},Oi=!1,Qh=function(){Oi||!bo(global.process)||(Oi=!0,it.count+=1,Ai=Ai.filter(function(e){try{return Ue.on(e,Kc[e]),!0}catch{return!1}}),Ue.emit=PC,Ue.reallyExit=kC)},Fi.exports.load=Qh,em=Ue.reallyExit,kC=function(e){bo(global.process)&&(Ue.exitCode=e||0,wo("exit",Ue.exitCode,null),wo("afterexit",Ue.exitCode,null),em.call(Ue,Ue.exitCode))},Gc=Ue.emit,PC=function(e,r){if(e==="exit"&&bo(global.process)){r!==void 0&&(Ue.exitCode=r);var n=Gc.apply(this,arguments);return wo("exit",Ue.exitCode,null),wo("afterexit",Ue.exitCode,null),n}else return Gc.apply(this,arguments)}):Fi.exports=function(){return function(){}};var OC,Ai,FC,cs,it,zc,wo,Kc,Oi,Qh,em,kC,Gc,PC});var IC=S((RK,rm)=>{"use strict";var $C=Symbol();function u8(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 c8(t){let e=Date.now();return t==="s"&&(e=Math.ceil(e/1e3)*1e3),new Date(e)}rm.exports.probe=u8;rm.exports.getMtime=c8});var LC=S((BK,fs)=>{"use strict";var l8=require("path"),im=kn(),f8=xC(),d8=tm(),TC=IC(),nn={};function ls(t,e){return e.lockfilePath||`${t}.lock`}function am(t,e,r){if(!e.realpath)return r(null,l8.resolve(t));e.fs.realpath(t,r)}function om(t,e,r){let n=ls(t,e);e.fs.mkdir(n,o=>{if(!o)return TC.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"?om(t,{...e,stale:0},r):r(i);if(!RC(a,e))return r(Object.assign(new Error("Lock file is already being held"),{code:"ELOCKED",file:t}));BC(t,e,s=>{if(s)return r(s);om(t,{...e,stale:0},r)})})})}function RC(t,e){return t.mtime.getTime()<Date.now()-e.stale}function BC(t,e,r){e.fs.rmdir(ls(t,e),n=>{if(n&&n.code!=="ENOENT")return r(n);r()})}function Wc(t,e){let r=nn[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?nm(t,r,Object.assign(n,{code:"ECOMPROMISED"})):(r.updateDelay=1e3,Wc(t,e));if(!(r.mtime.getTime()===o.mtime.getTime()))return nm(t,r,Object.assign(new Error("Unable to update lock within the stale threshold"),{code:"ECOMPROMISED"}));let s=TC.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?nm(t,r,Object.assign(u,{code:"ECOMPROMISED"})):(r.updateDelay=1e3,Wc(t,e));r.mtime=s,r.lastUpdate=Date.now(),r.updateDelay=null,Wc(t,e)}})})},r.updateDelay),r.updateTimeout.unref&&r.updateTimeout.unref())}function nm(t,e,r){e.released=!0,e.updateTimeout&&clearTimeout(e.updateTimeout),nn[t]===e&&delete nn[t],e.options.onCompromised(r)}function p8(t,e,r){e={stale:1e4,update:null,realpath:!0,retries:0,fs:im,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),am(t,e,(n,o)=>{if(n)return r(n);let i=f8.operation(e.retries);i.attempt(()=>{om(o,e,(a,s,u)=>{if(i.retry(a))return;if(a)return r(i.mainError());let c=nn[o]={lockfilePath:ls(o,e),mtime:s,mtimePrecision:u,options:e,lastUpdate:Date.now()};Wc(o,e),r(null,l=>{if(c.released)return l&&l(Object.assign(new Error("Lock is already released"),{code:"ERELEASED"}));NC(o,{...e,realpath:!1},l)})})})})}function NC(t,e,r){e={fs:im,realpath:!0,...e},am(t,e,(n,o)=>{if(n)return r(n);let i=nn[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 nn[o],BC(o,e,r)})}function h8(t,e,r){e={stale:1e4,realpath:!0,fs:im,...e},e.stale=Math.max(e.stale||0,2e3),am(t,e,(n,o)=>{if(n)return r(n);e.fs.stat(ls(o,e),(i,a)=>i?i.code==="ENOENT"?r(null,!1):r(i):r(null,!RC(a,e)))})}function m8(){return nn}d8(()=>{for(let t in nn){let e=nn[t].options;try{e.fs.rmdirSync(ls(t,e))}catch{}}});fs.exports.lock=p8;fs.exports.unlock=NC;fs.exports.check=h8;fs.exports.getLocks=m8});var UC=S((NK,jC)=>{"use strict";var g8=kn();function y8(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 D8(t){return(...e)=>new Promise((r,n)=>{e.push((o,i)=>{o?n(o):r(i)}),t(...e)})}function b8(t){return(...e)=>{let r,n;if(e.push((o,i)=>{r=o,n=i}),t(...e),r)throw r;return n}}function w8(t){if(t={...t},t.fs=y8(t.fs||g8),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}jC.exports={toPromise:D8,toSync:b8,toSyncOptions:w8}});var qC=S((LK,Pn)=>{"use strict";var ki=LC(),{toPromise:Yc,toSync:Jc,toSyncOptions:sm}=UC();async function MC(t,e){let r=await Yc(ki.lock)(t,e);return Yc(r)}function v8(t,e){let r=Jc(ki.lock)(t,sm(e));return Jc(r)}function C8(t,e){return Yc(ki.unlock)(t,e)}function E8(t,e){return Jc(ki.unlock)(t,sm(e))}function _8(t,e){return Yc(ki.check)(t,e)}function S8(t,e){return Jc(ki.check)(t,sm(e))}Pn.exports=MC;Pn.exports.lock=MC;Pn.exports.unlock=C8;Pn.exports.lockSync=v8;Pn.exports.unlockSync=E8;Pn.exports.check=_8;Pn.exports.checkSync=S8});var GC=S(Pi=>{"use strict";Object.defineProperty(Pi,"__esModule",{value:!0});Pi.canStoreURLs=Pi.FileUrlStorage=void 0;var HC=require("fs"),x8=O8(fC()),VC=A8(qC());function KC(t){if(typeof WeakMap!="function")return null;var e=new WeakMap,r=new WeakMap;return(KC=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=KC(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 O8(t){return t&&t.__esModule?t:{default:t}}function ds(t){"@babel/helpers - typeof";return ds=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},ds(t)}function F8(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function zC(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,P8(n.key),n)}}function k8(t,e,r){return e&&zC(t.prototype,e),r&&zC(t,r),Object.defineProperty(t,"prototype",{writable:!1}),t}function P8(t){var e=$8(t,"string");return ds(e)=="symbol"?e:e+""}function $8(t,e){if(ds(t)!="object"||!t)return t;var r=t[Symbol.toPrimitive];if(r!==void 0){var n=r.call(t,e||"default");if(ds(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(t)}var jK=Pi.canStoreURLs=!0,UK=Pi.FileUrlStorage=(function(){function t(e){F8(this,t),this.path=e}return k8(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;VC.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;VC.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,x8.default)([o,i]))});return}r().then(n).catch(n)}}},{key:"_writeData",value:function(r,n){var o={encoding:"utf8",mode:432,flag:"w"};(0,HC.writeFile)(this.path,JSON.stringify(r),o,function(i){return n(i)})}},{key:"_getData",value:function(r){(0,HC.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 Zc=S(jt=>{"use strict";Object.defineProperty(jt,"__esModule",{value:!0});Object.defineProperty(jt,"DefaultHttpStack",{enumerable:!0,get:function(){return XC.default}});Object.defineProperty(jt,"DetailedError",{enumerable:!0,get:function(){return I8.default}});Object.defineProperty(jt,"FileUrlStorage",{enumerable:!0,get:function(){return ZC.FileUrlStorage}});Object.defineProperty(jt,"StreamSource",{enumerable:!0,get:function(){return L8.default}});jt.Upload=void 0;Object.defineProperty(jt,"canStoreURLs",{enumerable:!0,get:function(){return ZC.canStoreURLs}});jt.defaultOptions=void 0;Object.defineProperty(jt,"enableDebugLog",{enumerable:!0,get:function(){return T8.enableDebugLog}});jt.isSupported=void 0;var I8=vo(nh()),T8=oh(),R8=vo(Gb()),um=vo(Ew()),B8=vo(Bw()),N8=vo(Uw()),XC=vo(ev()),L8=vo(Dh()),ZC=GC();function vo(t){return t&&t.__esModule?t:{default:t}}function Ii(t){"@babel/helpers - typeof";return Ii=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},Ii(t)}function j8(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function WC(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,eE(n.key),n)}}function U8(t,e,r){return e&&WC(t.prototype,e),r&&WC(t,r),Object.defineProperty(t,"prototype",{writable:!1}),t}function M8(t,e,r){return e=Xc(e),q8(t,QC()?Reflect.construct(e,r||[],Xc(t).constructor):e.apply(t,r))}function q8(t,e){if(e&&(Ii(e)==="object"||typeof e=="function"))return e;if(e!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return H8(t)}function H8(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function QC(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(QC=function(){return!!t})()}function Xc(t){return Xc=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},Xc(t)}function V8(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&&cm(t,e)}function cm(t,e){return cm=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,o){return n.__proto__=o,n},cm(t,e)}function YC(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 $i(t){for(var e=1;e<arguments.length;e++){var r=arguments[e]!=null?arguments[e]:{};e%2?YC(Object(r),!0).forEach(function(n){z8(t,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):YC(Object(r)).forEach(function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(r,n))})}return t}function z8(t,e,r){return e=eE(e),e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}function eE(t){var e=K8(t,"string");return Ii(e)=="symbol"?e:e+""}function K8(t,e){if(Ii(t)!="object"||!t)return t;var r=t[Symbol.toPrimitive];if(r!==void 0){var n=r.call(t,e||"default");if(Ii(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(t)}var JC=jt.defaultOptions=$i($i({},um.default.defaultOptions),{},{httpStack:new XC.default,fileReader:new B8.default,urlStorage:new R8.default,fingerprint:N8.default}),qK=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 j8(this,e),n=$i($i({},JC),n),M8(this,e,[r,n])}return V8(e,t),U8(e,null,[{key:"terminate",value:function(n){var o=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return o=$i($i({},JC),o),um.default.terminate(n,o)}}])})(um.default),HK=jt.isSupported=!0});var iE=S((iG,oE)=>{var Ti=1e3,Ri=Ti*60,Bi=Ri*60,Co=Bi*24,tN=Co*7,rN=Co*365.25;oE.exports=function(t,e){e=e||{};var r=typeof t;if(r==="string"&&t.length>0)return nN(t);if(r==="number"&&isFinite(t))return e.long?iN(t):oN(t);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(t))};function nN(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*rN;case"weeks":case"week":case"w":return r*tN;case"days":case"day":case"d":return r*Co;case"hours":case"hour":case"hrs":case"hr":case"h":return r*Bi;case"minutes":case"minute":case"mins":case"min":case"m":return r*Ri;case"seconds":case"second":case"secs":case"sec":case"s":return r*Ti;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return r;default:return}}}}function oN(t){var e=Math.abs(t);return e>=Co?Math.round(t/Co)+"d":e>=Bi?Math.round(t/Bi)+"h":e>=Ri?Math.round(t/Ri)+"m":e>=Ti?Math.round(t/Ti)+"s":t+"ms"}function iN(t){var e=Math.abs(t);return e>=Co?el(t,e,Co,"day"):e>=Bi?el(t,e,Bi,"hour"):e>=Ri?el(t,e,Ri,"minute"):e>=Ti?el(t,e,Ti,"second"):t+" ms"}function el(t,e,r,n){var o=e>=r*1.5;return Math.round(t/r)+" "+n+(o?"s":"")}});var dm=S((aG,aE)=>{function aN(t){r.debug=r,r.default=r,r.coerce=u,r.disable=a,r.enable=o,r.enabled=s,r.humanize=iE(),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(...y){if(!b.enabled)return;let v=b,E=Number(new Date),g=E-(d||E);v.diff=g,v.prev=d,v.curr=E,d=E,y[0]=r.coerce(y[0]),typeof y[0]!="string"&&y.unshift("%O");let _=0;y[0]=y[0].replace(/%([a-zA-Z%])/g,($,k)=>{if($==="%%")return"%";_++;let B=r.formatters[k];if(typeof B=="function"){let T=y[_];$=B.call(v,T),y.splice(_,1),_--}return $}),r.formatArgs.call(v,y),(v.log||r.log).apply(v,y)}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:y=>{p=y}}),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}aE.exports=aN});var sE=S((Ut,tl)=>{Ut.formatArgs=uN;Ut.save=cN;Ut.load=lN;Ut.useColors=sN;Ut.storage=fN();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 sN(){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 uN(t){if(t[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+t[0]+(this.useColors?"%c ":" ")+"+"+tl.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 cN(t){try{t?Ut.storage.setItem("debug",t):Ut.storage.removeItem("debug")}catch{}}function lN(){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 fN(){try{return localStorage}catch{}}tl.exports=dm()(Ut);var{formatters:dN}=tl.exports;dN.j=function(t){try{return JSON.stringify(t)}catch(e){return"[UnexpectedJSONParseError]: "+e.message}}});var cE=S((sG,uE)=>{"use strict";uE.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 dE=S((uG,fE)=>{"use strict";var pN=require("os"),lE=require("tty"),fr=cE(),{env:st}=process,$n;fr("no-color")||fr("no-colors")||fr("color=false")||fr("color=never")?$n=0:(fr("color")||fr("colors")||fr("color=true")||fr("color=always"))&&($n=1);"FORCE_COLOR"in st&&(st.FORCE_COLOR==="true"?$n=1:st.FORCE_COLOR==="false"?$n=0:$n=st.FORCE_COLOR.length===0?1:Math.min(parseInt(st.FORCE_COLOR,10),3));function pm(t){return t===0?!1:{level:t,hasBasic:!0,has256:t>=2,has16m:t>=3}}function hm(t,e){if($n===0)return 0;if(fr("color=16m")||fr("color=full")||fr("color=truecolor"))return 3;if(fr("color=256"))return 2;if(t&&!e&&$n===void 0)return 0;let r=$n||0;if(st.TERM==="dumb")return r;if(process.platform==="win32"){let n=pN.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 hN(t){let e=hm(t,t&&t.isTTY);return pm(e)}fE.exports={supportsColor:hN,stdout:pm(hm(!0,lE.isatty(1))),stderr:pm(hm(!0,lE.isatty(2)))}});var hE=S((ut,nl)=>{var mN=require("tty"),rl=require("util");ut.init=CN;ut.log=bN;ut.formatArgs=yN;ut.save=wN;ut.load=vN;ut.useColors=gN;ut.destroy=rl.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=dE();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 gN(){return"colors"in ut.inspectOpts?!!ut.inspectOpts.colors:mN.isatty(process.stderr.fd)}function yN(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
49
  `+i),t.push(o+"m+"+nl.exports.humanize(this.diff)+"\x1B[0m")}else t[0]=DN()+e+" "+t[0]}function DN(){return ut.inspectOpts.hideDate?"":new Date().toISOString()+" "}function bN(...t){return process.stderr.write(rl.formatWithOptions(ut.inspectOpts,...t)+`
50
50
  `)}function wN(t){t?process.env.DEBUG=t:delete process.env.DEBUG}function vN(){return process.env.DEBUG}function CN(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]]}nl.exports=dm()(ut);var{formatters:pE}=nl.exports;pE.o=function(t){return this.inspectOpts.colors=this.useColors,rl.inspect(t,this.inspectOpts).split(`
51
- `).map(e=>e.trim()).join(" ")};pE.O=function(t){return this.inspectOpts.colors=this.useColors,rl.inspect(t,this.inspectOpts)}});var gm=S((sG,mm)=>{typeof process>"u"||process.type==="renderer"||process.browser===!0||process.__nwjs?mm.exports=sE():mm.exports=hE()});var ct=S(ym=>{"use strict";ym.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})};ym.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(an=>{"use strict";var mE=ct().fromCallback,kt=kn(),EN=["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(an,kt);EN.forEach(t=>{an[t]=mE(kt[t])});an.exists=function(t,e){return typeof e=="function"?kt.exists(t,e):new Promise(r=>kt.exists(t,r))};an.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})})})};an.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})})})};an.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})})})};an.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"?an.realpath.native=mE(kt.realpath.native):process.emitWarning("fs.realpath.native is not a function. Is fs being monkey-patched?","Warning","fs-extra-WARN0003")});var yE=S((lG,gE)=>{"use strict";var _N=require("path");gE.exports.checkPath=function(e){if(process.platform==="win32"&&/[<>:"|?*]/.test(e.replace(_N.parse(e).root,""))){let n=new Error(`Path contains invalid characters: ${e}`);throw n.code="EINVAL",n}}});var vE=S((fG,Dm)=>{"use strict";var DE=Pt(),{checkPath:bE}=yE(),wE=t=>{let e={mode:511};return typeof t=="number"?t:{...e,...t}.mode};Dm.exports.makeDir=async(t,e)=>(bE(t),DE.mkdir(t,{mode:wE(e),recursive:!0}));Dm.exports.makeDirSync=(t,e)=>(bE(t),DE.mkdirSync(t,{mode:wE(e),recursive:!0}))});var Ar=S((dG,CE)=>{"use strict";var SN=ct().fromPromise,{makeDir:xN,makeDirSync:bm}=vE(),wm=SN(xN);CE.exports={mkdirs:wm,mkdirsSync:bm,mkdirp:wm,mkdirpSync:bm,ensureDir:wm,ensureDirSync:bm}});var In=S((pG,_E)=>{"use strict";var AN=ct().fromPromise,EE=Pt();function ON(t){return EE.access(t).then(()=>!0).catch(()=>!1)}_E.exports={pathExists:AN(ON),pathExistsSync:EE.existsSync}});var vm=S((hG,SE)=>{"use strict";var Ni=Pt(),FN=ct().fromPromise;async function kN(t,e,r){let n=await Ni.open(t,"r+"),o=null;try{await Ni.futimes(n,e,r)}finally{try{await Ni.close(n)}catch(i){o=i}}if(o)throw o}function PN(t,e,r){let n=Ni.openSync(t,"r+");return Ni.futimesSync(n,e,r),Ni.closeSync(n)}SE.exports={utimesMillis:FN(kN),utimesMillisSync:PN}});var Eo=S((mG,FE)=>{"use strict";var Li=Pt(),lt=require("path"),xE=ct().fromPromise;function $N(t,e,r){let n=r.dereference?o=>Li.stat(o,{bigint:!0}):o=>Li.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 IN(t,e,r){let n,o=r.dereference?a=>Li.statSync(a,{bigint:!0}):a=>Li.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 TN(t,e,r,n){let{srcStat:o,destStat:i}=await $N(t,e,n);if(i){if(ps(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()&&Cm(t,e))throw new Error(ol(t,e,r));return{srcStat:o,destStat:i}}function RN(t,e,r,n){let{srcStat:o,destStat:i}=IN(t,e,n);if(i){if(ps(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()&&Cm(t,e))throw new Error(ol(t,e,r));return{srcStat:o,destStat:i}}async function AE(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 Li.stat(i,{bigint:!0})}catch(s){if(s.code==="ENOENT")return;throw s}if(ps(e,a))throw new Error(ol(t,r,n));return AE(t,e,i,n)}function OE(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=Li.statSync(i,{bigint:!0})}catch(s){if(s.code==="ENOENT")return;throw s}if(ps(e,a))throw new Error(ol(t,r,n));return OE(t,e,i,n)}function ps(t,e){return e.ino!==void 0&&e.dev!==void 0&&e.ino===t.ino&&e.dev===t.dev}function Cm(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 ol(t,e,r){return`Cannot ${r} '${t}' to a subdirectory of itself, '${e}'.`}FE.exports={checkPaths:xE(TN),checkPathsSync:RN,checkParentPaths:xE(AE),checkParentPathsSync:OE,isSrcSubdir:Cm,areIdentical:ps}});var PE=S((gG,kE)=>{"use strict";async function BN(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})))}kE.exports={asyncIteratorConcurrentProcess:BN}});var BE=S((yG,RE)=>{"use strict";var wt=Pt(),hs=require("path"),{mkdirs:NN}=Ar(),{pathExists:LN}=In(),{utimesMillis:jN}=vm(),ms=Eo(),{asyncIteratorConcurrentProcess:UN}=PE();async function MN(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;
51
+ `).map(e=>e.trim()).join(" ")};pE.O=function(t){return this.inspectOpts.colors=this.useColors,rl.inspect(t,this.inspectOpts)}});var gm=S((cG,mm)=>{typeof process>"u"||process.type==="renderer"||process.browser===!0||process.__nwjs?mm.exports=sE():mm.exports=hE()});var ct=S(ym=>{"use strict";ym.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})};ym.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(an=>{"use strict";var mE=ct().fromCallback,kt=kn(),EN=["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(an,kt);EN.forEach(t=>{an[t]=mE(kt[t])});an.exists=function(t,e){return typeof e=="function"?kt.exists(t,e):new Promise(r=>kt.exists(t,r))};an.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})})})};an.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})})})};an.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})})})};an.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"?an.realpath.native=mE(kt.realpath.native):process.emitWarning("fs.realpath.native is not a function. Is fs being monkey-patched?","Warning","fs-extra-WARN0003")});var yE=S((dG,gE)=>{"use strict";var _N=require("path");gE.exports.checkPath=function(e){if(process.platform==="win32"&&/[<>:"|?*]/.test(e.replace(_N.parse(e).root,""))){let n=new Error(`Path contains invalid characters: ${e}`);throw n.code="EINVAL",n}}});var vE=S((pG,Dm)=>{"use strict";var DE=Pt(),{checkPath:bE}=yE(),wE=t=>{let e={mode:511};return typeof t=="number"?t:{...e,...t}.mode};Dm.exports.makeDir=async(t,e)=>(bE(t),DE.mkdir(t,{mode:wE(e),recursive:!0}));Dm.exports.makeDirSync=(t,e)=>(bE(t),DE.mkdirSync(t,{mode:wE(e),recursive:!0}))});var Ar=S((hG,CE)=>{"use strict";var SN=ct().fromPromise,{makeDir:xN,makeDirSync:bm}=vE(),wm=SN(xN);CE.exports={mkdirs:wm,mkdirsSync:bm,mkdirp:wm,mkdirpSync:bm,ensureDir:wm,ensureDirSync:bm}});var In=S((mG,_E)=>{"use strict";var AN=ct().fromPromise,EE=Pt();function ON(t){return EE.access(t).then(()=>!0).catch(()=>!1)}_E.exports={pathExists:AN(ON),pathExistsSync:EE.existsSync}});var vm=S((gG,SE)=>{"use strict";var Ni=Pt(),FN=ct().fromPromise;async function kN(t,e,r){let n=await Ni.open(t,"r+"),o=null;try{await Ni.futimes(n,e,r)}finally{try{await Ni.close(n)}catch(i){o=i}}if(o)throw o}function PN(t,e,r){let n=Ni.openSync(t,"r+");return Ni.futimesSync(n,e,r),Ni.closeSync(n)}SE.exports={utimesMillis:FN(kN),utimesMillisSync:PN}});var Eo=S((yG,FE)=>{"use strict";var Li=Pt(),lt=require("path"),xE=ct().fromPromise;function $N(t,e,r){let n=r.dereference?o=>Li.stat(o,{bigint:!0}):o=>Li.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 IN(t,e,r){let n,o=r.dereference?a=>Li.statSync(a,{bigint:!0}):a=>Li.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 TN(t,e,r,n){let{srcStat:o,destStat:i}=await $N(t,e,n);if(i){if(ps(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()&&Cm(t,e))throw new Error(ol(t,e,r));return{srcStat:o,destStat:i}}function RN(t,e,r,n){let{srcStat:o,destStat:i}=IN(t,e,n);if(i){if(ps(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()&&Cm(t,e))throw new Error(ol(t,e,r));return{srcStat:o,destStat:i}}async function AE(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 Li.stat(i,{bigint:!0})}catch(s){if(s.code==="ENOENT")return;throw s}if(ps(e,a))throw new Error(ol(t,r,n));return AE(t,e,i,n)}function OE(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=Li.statSync(i,{bigint:!0})}catch(s){if(s.code==="ENOENT")return;throw s}if(ps(e,a))throw new Error(ol(t,r,n));return OE(t,e,i,n)}function ps(t,e){return e.ino!==void 0&&e.dev!==void 0&&e.ino===t.ino&&e.dev===t.dev}function Cm(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 ol(t,e,r){return`Cannot ${r} '${t}' to a subdirectory of itself, '${e}'.`}FE.exports={checkPaths:xE(TN),checkPathsSync:RN,checkParentPaths:xE(AE),checkParentPathsSync:OE,isSrcSubdir:Cm,areIdentical:ps}});var PE=S((DG,kE)=>{"use strict";async function BN(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})))}kE.exports={asyncIteratorConcurrentProcess:BN}});var BE=S((bG,RE)=>{"use strict";var wt=Pt(),hs=require("path"),{mkdirs:NN}=Ar(),{pathExists:LN}=In(),{utimesMillis:jN}=vm(),ms=Eo(),{asyncIteratorConcurrentProcess:UN}=PE();async function MN(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 ms.checkPaths(t,e,"copy",r);if(await ms.checkParentPaths(t,n,e,"copy"),!await IE(t,e,r))return;let a=hs.dirname(e);await LN(a)||await NN(a),await TE(o,t,e,r)}async function IE(t,e,r){return r.filter?r.filter(t,e):!0}async function TE(t,e,r,n){let i=await(n.dereference?wt.stat:wt.lstat)(e);if(i.isDirectory())return zN(i,t,e,r,n);if(i.isFile()||i.isCharacterDevice()||i.isBlockDevice())return qN(i,t,e,r,n);if(i.isSymbolicLink())return KN(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 qN(t,e,r,n,o){if(!e)return $E(t,r,n,o);if(o.overwrite)return await wt.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 wt.copyFile(e,r),n.preserveTimestamps){HN(t.mode)&&await VN(r,t.mode);let o=await wt.stat(e);await jN(r,o.atime,o.mtime)}return wt.chmod(r,t.mode)}function HN(t){return(t&128)===0}function VN(t,e){return wt.chmod(t,e|128)}async function zN(t,e,r,n,o){e||await wt.mkdir(n),await UN(await wt.opendir(r),async i=>{let a=hs.join(r,i.name),s=hs.join(n,i.name);if(await IE(a,s,o)){let{destStat:c}=await ms.checkPaths(a,s,"copy",o);await TE(c,a,s,o)}}),e||await wt.chmod(n,t.mode)}async function KN(t,e,r,n){let o=await wt.readlink(e);if(n.dereference&&(o=hs.resolve(process.cwd(),o)),!t)return wt.symlink(o,r);let i=null;try{i=await wt.readlink(r)}catch(a){if(a.code==="EINVAL"||a.code==="UNKNOWN")return wt.symlink(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 await wt.unlink(r),wt.symlink(o,r)}RE.exports=MN});var ME=S((DG,UE)=>{"use strict";var $t=kn(),gs=require("path"),GN=Ar().mkdirsSync,WN=vm().utimesMillisSync,ys=Eo();function YN(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 ms.checkPaths(t,e,"copy",r);if(await ms.checkParentPaths(t,n,e,"copy"),!await IE(t,e,r))return;let a=hs.dirname(e);await LN(a)||await NN(a),await TE(o,t,e,r)}async function IE(t,e,r){return r.filter?r.filter(t,e):!0}async function TE(t,e,r,n){let i=await(n.dereference?wt.stat:wt.lstat)(e);if(i.isDirectory())return zN(i,t,e,r,n);if(i.isFile()||i.isCharacterDevice()||i.isBlockDevice())return qN(i,t,e,r,n);if(i.isSymbolicLink())return KN(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 qN(t,e,r,n,o){if(!e)return $E(t,r,n,o);if(o.overwrite)return await wt.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 wt.copyFile(e,r),n.preserveTimestamps){HN(t.mode)&&await VN(r,t.mode);let o=await wt.stat(e);await jN(r,o.atime,o.mtime)}return wt.chmod(r,t.mode)}function HN(t){return(t&128)===0}function VN(t,e){return wt.chmod(t,e|128)}async function zN(t,e,r,n,o){e||await wt.mkdir(n),await UN(await wt.opendir(r),async i=>{let a=hs.join(r,i.name),s=hs.join(n,i.name);if(await IE(a,s,o)){let{destStat:c}=await ms.checkPaths(a,s,"copy",o);await TE(c,a,s,o)}}),e||await wt.chmod(n,t.mode)}async function KN(t,e,r,n){let o=await wt.readlink(e);if(n.dereference&&(o=hs.resolve(process.cwd(),o)),!t)return wt.symlink(o,r);let i=null;try{i=await wt.readlink(r)}catch(a){if(a.code==="EINVAL"||a.code==="UNKNOWN")return wt.symlink(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 await wt.unlink(r),wt.symlink(o,r)}RE.exports=MN});var ME=S((wG,UE)=>{"use strict";var $t=kn(),gs=require("path"),GN=Ar().mkdirsSync,WN=vm().utimesMillisSync,ys=Eo();function YN(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}=ys.checkPathsSync(t,e,"copy",r);if(ys.checkParentPathsSync(t,n,e,"copy"),r.filter&&!r.filter(t,e))return;let i=gs.dirname(e);return $t.existsSync(i)||GN(i),NE(o,t,e,r)}function NE(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 JN(i,t,e,r,n);if(i.isSymbolicLink())return iL(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 JN(t,e,r,n,o){return e?XN(t,r,n,o):LE(t,r,n,o)}function XN(t,e,r,n){if(n.overwrite)return $t.unlinkSync(r),LE(t,e,r,n);if(n.errorOnExist)throw new Error(`'${r}' already exists`)}function LE(t,e,r,n){return $t.copyFileSync(e,r),n.preserveTimestamps&&ZN(t.mode,e,r),Em(r,t.mode)}function ZN(t,e,r){return QN(t)&&eL(r,t),tL(e,r)}function QN(t){return(t&128)===0}function eL(t,e){return Em(t,e|128)}function Em(t,e){return $t.chmodSync(t,e)}function tL(t,e){let r=$t.statSync(t);return WN(e,r.atime,r.mtime)}function rL(t,e,r,n,o){return e?jE(r,n,o):nL(t.mode,r,n,o)}function nL(t,e,r,n){return $t.mkdirSync(r),jE(e,r,n),Em(r,t)}function jE(t,e,r){let n=$t.opendirSync(t);try{let o;for(;(o=n.readSync())!==null;)oL(o.name,t,e,r)}finally{n.closeSync()}}function oL(t,e,r,n){let o=gs.join(e,t),i=gs.join(r,t);if(n.filter&&!n.filter(o,i))return;let{destStat:a}=ys.checkPathsSync(o,i,"copy",n);return NE(a,o,i,n)}function iL(t,e,r,n){let o=$t.readlinkSync(e);if(n.dereference&&(o=gs.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=gs.resolve(process.cwd(),i)),ys.isSrcSubdir(o,i))throw new Error(`Cannot copy '${o}' to a subdirectory of itself, '${i}'.`);if(ys.isSrcSubdir(i,o))throw new Error(`Cannot overwrite '${i}' with '${o}'.`);return aL(o,r)}else return $t.symlinkSync(o,r)}function aL(t,e){return $t.unlinkSync(e),$t.symlinkSync(t,e)}UE.exports=YN});var il=S((bG,qE)=>{"use strict";var sL=ct().fromPromise;qE.exports={copy:sL(BE()),copySync:ME()}});var Ds=S((wG,VE)=>{"use strict";var HE=kn(),uL=ct().fromCallback;function cL(t,e){HE.rm(t,{recursive:!0,force:!0},e)}function lL(t){HE.rmSync(t,{recursive:!0,force:!0})}VE.exports={remove:uL(cL),removeSync:lL}});var ZE=S((vG,XE)=>{"use strict";var fL=ct().fromPromise,GE=Pt(),WE=require("path"),YE=Ar(),JE=Ds(),zE=fL(async function(e){let r;try{r=await GE.readdir(e)}catch{return YE.mkdirs(e)}return Promise.all(r.map(n=>JE.remove(WE.join(e,n))))});function KE(t){let e;try{e=GE.readdirSync(t)}catch{return YE.mkdirsSync(t)}e.forEach(r=>{r=WE.join(t,r),JE.removeSync(r)})}XE.exports={emptyDirSync:KE,emptydirSync:KE,emptyDir:zE,emptydir:zE}});var r_=S((CG,t_)=>{"use strict";var dL=ct().fromPromise,QE=require("path"),sn=Pt(),e_=Ar();async function pL(t){let e;try{e=await sn.stat(t)}catch{}if(e&&e.isFile())return;let r=QE.dirname(t),n=null;try{n=await sn.stat(r)}catch(o){if(o.code==="ENOENT"){await e_.mkdirs(r),await sn.writeFile(t,"");return}else throw o}n.isDirectory()?await sn.writeFile(t,""):await sn.readdir(r)}function hL(t){let e;try{e=sn.statSync(t)}catch{}if(e&&e.isFile())return;let r=QE.dirname(t);try{sn.statSync(r).isDirectory()||sn.readdirSync(r)}catch(n){if(n&&n.code==="ENOENT")e_.mkdirsSync(r);else throw n}sn.writeFileSync(t,"")}t_.exports={createFile:dL(pL),createFileSync:hL}});var s_=S((EG,a_)=>{"use strict";var mL=ct().fromPromise,n_=require("path"),Tn=Pt(),o_=Ar(),{pathExists:gL}=In(),{areIdentical:i_}=Eo();async function yL(t,e){let r;try{r=await Tn.lstat(e)}catch{}let n;try{n=await Tn.lstat(t)}catch(a){throw a.message=a.message.replace("lstat","ensureLink"),a}if(r&&i_(n,r))return;let o=n_.dirname(e);await gL(o)||await o_.mkdirs(o),await Tn.link(t,e)}function DL(t,e){let r;try{r=Tn.lstatSync(e)}catch{}try{let i=Tn.lstatSync(t);if(r&&i_(i,r))return}catch(i){throw i.message=i.message.replace("lstat","ensureLink"),i}let n=n_.dirname(e);return Tn.existsSync(n)||o_.mkdirsSync(n),Tn.linkSync(t,e)}a_.exports={createLink:mL(yL),createLinkSync:DL}});var c_=S((_G,u_)=>{"use strict";var Rn=require("path"),bs=Pt(),{pathExists:bL}=In(),wL=ct().fromPromise;async function vL(t,e){if(Rn.isAbsolute(t)){try{await bs.lstat(t)}catch(i){throw i.message=i.message.replace("lstat","ensureSymlink"),i}return{toCwd:t,toDst:t}}let r=Rn.dirname(e),n=Rn.join(r,t);if(await bL(n))return{toCwd:n,toDst:t};try{await bs.lstat(t)}catch(i){throw i.message=i.message.replace("lstat","ensureSymlink"),i}return{toCwd:t,toDst:Rn.relative(r,t)}}function CL(t,e){if(Rn.isAbsolute(t)){if(!bs.existsSync(t))throw new Error("absolute srcpath does not exist");return{toCwd:t,toDst:t}}let r=Rn.dirname(e),n=Rn.join(r,t);if(bs.existsSync(n))return{toCwd:n,toDst:t};if(!bs.existsSync(t))throw new Error("relative srcpath does not exist");return{toCwd:t,toDst:Rn.relative(r,t)}}u_.exports={symlinkPaths:wL(vL),symlinkPathsSync:CL}});var d_=S((SG,f_)=>{"use strict";var l_=Pt(),EL=ct().fromPromise;async function _L(t,e){if(e)return e;let r;try{r=await l_.lstat(t)}catch{return"file"}return r&&r.isDirectory()?"dir":"file"}function SL(t,e){if(e)return e;let r;try{r=l_.lstatSync(t)}catch{return"file"}return r&&r.isDirectory()?"dir":"file"}f_.exports={symlinkType:EL(_L),symlinkTypeSync:SL}});var g_=S((xG,m_)=>{"use strict";var xL=ct().fromPromise,p_=require("path"),Nr=Pt(),{mkdirs:AL,mkdirsSync:OL}=Ar(),{symlinkPaths:FL,symlinkPathsSync:kL}=c_(),{symlinkType:PL,symlinkTypeSync:$L}=d_(),{pathExists:IL}=In(),{areIdentical:h_}=Eo();async function TL(t,e,r){let n;try{n=await Nr.lstat(e)}catch{}if(n&&n.isSymbolicLink()){let[s,u]=await Promise.all([Nr.stat(t),Nr.stat(e)]);if(h_(s,u))return}let o=await FL(t,e);t=o.toDst;let i=await PL(o.toCwd,r),a=p_.dirname(e);return await IL(a)||await AL(a),Nr.symlink(t,e,i)}function RL(t,e,r){let n;try{n=Nr.lstatSync(e)}catch{}if(n&&n.isSymbolicLink()){let s=Nr.statSync(t),u=Nr.statSync(e);if(h_(s,u))return}let o=kL(t,e);t=o.toDst,r=$L(o.toCwd,r);let i=p_.dirname(e);return Nr.existsSync(i)||OL(i),Nr.symlinkSync(t,e,r)}m_.exports={createSymlink:xL(TL),createSymlinkSync:RL}});var __=S((AG,E_)=>{"use strict";var{createFile:y_,createFileSync:D_}=r_(),{createLink:b_,createLinkSync:w_}=s_(),{createSymlink:v_,createSymlinkSync:C_}=g_();E_.exports={createFile:y_,createFileSync:D_,ensureFile:y_,ensureFileSync:D_,createLink:b_,createLinkSync:w_,ensureLink:b_,ensureLinkSync:w_,createSymlink:v_,createSymlinkSync:C_,ensureSymlink:v_,ensureSymlinkSync:C_}});var al=S((OG,S_)=>{function BL(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 NL(t){return Buffer.isBuffer(t)&&(t=t.toString("utf8")),t.replace(/^\uFEFF/,"")}S_.exports={stringify:BL,stripBom:NL}});var F_=S((FG,O_)=>{var ji;try{ji=kn()}catch{ji=require("fs")}var sl=ct(),{stringify:x_,stripBom:A_}=al();async function LL(t,e={}){typeof e=="string"&&(e={encoding:e});let r=e.fs||ji,n="throws"in e?e.throws:!0,o=await sl.fromCallback(r.readFile)(t,e);o=A_(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 jL=sl.fromPromise(LL);function UL(t,e={}){typeof e=="string"&&(e={encoding:e});let r=e.fs||ji,n="throws"in e?e.throws:!0;try{let o=r.readFileSync(t,e);return o=A_(o),JSON.parse(o,e.reviver)}catch(o){if(n)throw o.message=`${t}: ${o.message}`,o;return null}}async function ML(t,e,r={}){let n=r.fs||ji,o=x_(e,r);await sl.fromCallback(n.writeFile)(t,o,r)}var qL=sl.fromPromise(ML);function HL(t,e,r={}){let n=r.fs||ji,o=x_(e,r);return n.writeFileSync(t,o,r)}O_.exports={readFile:jL,readFileSync:UL,writeFile:qL,writeFileSync:HL}});var P_=S((kG,k_)=>{"use strict";var ul=F_();k_.exports={readJson:ul.readFile,readJsonSync:ul.readFileSync,writeJson:ul.writeFile,writeJsonSync:ul.writeFileSync}});var cl=S((PG,T_)=>{"use strict";var VL=ct().fromPromise,_m=Pt(),$_=require("path"),I_=Ar(),zL=In().pathExists;async function KL(t,e,r="utf-8"){let n=$_.dirname(t);return await zL(n)||await I_.mkdirs(n),_m.writeFile(t,e,r)}function GL(t,...e){let r=$_.dirname(t);_m.existsSync(r)||I_.mkdirsSync(r),_m.writeFileSync(t,...e)}T_.exports={outputFile:VL(KL),outputFileSync:GL}});var B_=S(($G,R_)=>{"use strict";var{stringify:WL}=al(),{outputFile:YL}=cl();async function JL(t,e,r={}){let n=WL(e,r);await YL(t,n,r)}R_.exports=JL});var L_=S((IG,N_)=>{"use strict";var{stringify:XL}=al(),{outputFileSync:ZL}=cl();function QL(t,e,r){let n=XL(e,r);ZL(t,n,r)}N_.exports=QL});var U_=S((TG,j_)=>{"use strict";var ej=ct().fromPromise,It=P_();It.outputJson=ej(B_());It.outputJsonSync=L_();It.outputJSON=It.outputJson;It.outputJSONSync=It.outputJsonSync;It.writeJSON=It.writeJson;It.writeJSONSync=It.writeJsonSync;It.readJSON=It.readJson;It.readJSONSync=It.readJsonSync;j_.exports=It});var z_=S((RG,V_)=>{"use strict";var tj=Pt(),M_=require("path"),{copy:rj}=il(),{remove:H_}=Ds(),{mkdirp:nj}=Ar(),{pathExists:oj}=In(),q_=Eo();async function ij(t,e,r={}){let n=r.overwrite||r.clobber||!1,{srcStat:o,isChangingCase:i=!1}=await q_.checkPaths(t,e,"move",r);await q_.checkParentPaths(t,o,e,"move");let a=M_.dirname(e);return M_.parse(a).root!==a&&await nj(a),aj(t,e,n,i)}async function aj(t,e,r,n){if(!n){if(r)await H_(e);else if(await oj(e))throw new Error("dest already exists.")}try{await tj.rename(t,e)}catch(o){if(o.code!=="EXDEV")throw o;await sj(t,e,r)}}async function sj(t,e,r){return await rj(t,e,{overwrite:r,errorOnExist:!0,preserveTimestamps:!0}),H_(t)}V_.exports=ij});var J_=S((BG,Y_)=>{"use strict";var G_=kn(),xm=require("path"),uj=il().copySync,W_=Ds().removeSync,cj=Ar().mkdirpSync,K_=Eo();function lj(t,e,r){r=r||{};let n=r.overwrite||r.clobber||!1,{srcStat:o,isChangingCase:i=!1}=K_.checkPathsSync(t,e,"move",r);return K_.checkParentPathsSync(t,o,e,"move"),fj(e)||cj(xm.dirname(e)),dj(t,e,n,i)}function fj(t){let e=xm.dirname(t);return xm.parse(e).root===e}function dj(t,e,r,n){if(n)return Sm(t,e,r);if(r)return W_(e),Sm(t,e,r);if(G_.existsSync(e))throw new Error("dest already exists.");return Sm(t,e,r)}function Sm(t,e,r){try{G_.renameSync(t,e)}catch(n){if(n.code!=="EXDEV")throw n;return pj(t,e,r)}}function pj(t,e,r){return uj(t,e,{overwrite:r,errorOnExist:!0,preserveTimestamps:!0}),W_(t)}Y_.exports=lj});var Z_=S((NG,X_)=>{"use strict";var hj=ct().fromPromise;X_.exports={move:hj(z_()),moveSync:J_()}});var Ui=S((LG,Q_)=>{"use strict";Q_.exports={...Pt(),...il(),...ZE(),...__(),...U_(),...Ar(),...Z_(),...cl(),...In(),...Ds()}});var aS=S((jG,iS)=>{"use strict";var Am,tS,rS,nS,oS=!0;typeof process<"u"&&({FORCE_COLOR:Am,NODE_DISABLE_COLORS:tS,NO_COLOR:rS,TERM:nS}=process.env||{},oS=process.stdout&&process.stdout.isTTY);var Oe={enabled:!tS&&rS==null&&nS!=="dumb"&&(Am!=null&&Am!=="0"||oS),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 eS(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 mj(t,e){let r={has:t,keys:e};return r.reset=Oe.reset.bind(r),r.bold=Oe.bold.bind(r),r.dim=Oe.dim.bind(r),r.italic=Oe.italic.bind(r),r.underline=Oe.underline.bind(r),r.inverse=Oe.inverse.bind(r),r.hidden=Oe.hidden.bind(r),r.strikethrough=Oe.strikethrough.bind(r),r.black=Oe.black.bind(r),r.red=Oe.red.bind(r),r.green=Oe.green.bind(r),r.yellow=Oe.yellow.bind(r),r.blue=Oe.blue.bind(r),r.magenta=Oe.magenta.bind(r),r.cyan=Oe.cyan.bind(r),r.white=Oe.white.bind(r),r.gray=Oe.gray.bind(r),r.grey=Oe.grey.bind(r),r.bgBlack=Oe.bgBlack.bind(r),r.bgRed=Oe.bgRed.bind(r),r.bgGreen=Oe.bgGreen.bind(r),r.bgYellow=Oe.bgYellow.bind(r),r.bgBlue=Oe.bgBlue.bind(r),r.bgMagenta=Oe.bgMagenta.bind(r),r.bgCyan=Oe.bgCyan.bind(r),r.bgWhite=Oe.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:Oe.enabled?eS(this.keys,n+""):n+""):n===void 0?mj([t],[r]):Oe.enabled?eS([r],n+""):n+""}}iS.exports=Oe});var Mi=S(Qe=>{"use strict";Object.defineProperty(Qe,"__esModule",{value:!0});Qe.ancillary=Qe.failure=Qe.success=Qe.input=Qe.weak=Qe.strong=void 0;var gj=(me(),oe(he)),Lr=gj.__importDefault(aS());Qe.strong=Lr.default.bold;Qe.weak=Lr.default.dim;Qe.input=Lr.default.cyan;Qe.success=Lr.default.green;Qe.failure=Lr.default.red;Qe.ancillary=Lr.default.cyan;var yj={strong:Qe.strong,weak:Qe.weak,input:Qe.input,success:Qe.success,failure:Qe.failure,ancillary:Qe.ancillary,log:{DEBUG:Lr.default.magenta,INFO:Lr.default.cyan,WARN:Lr.default.yellow,ERROR:Lr.default.red}};Qe.default=yj});var Om=S(ll=>{"use strict";Object.defineProperty(ll,"__esModule",{value:!0});ll.EscapeCode=void 0;var Or="\x1B[",ft=class{};ll.EscapeCode=ft;ft.cursorLeft=()=>`${Or}G`;ft.cursorUp=(t=1)=>`${Or}${t}A`;ft.cursorDown=(t=1)=>`${Or}${t}B`;ft.cursorForward=(t=1)=>`${Or}${t}C`;ft.cursorBackward=(t=1)=>`${Or}${t}D`;ft.cursorHide=()=>`${Or}?25l`;ft.cursorShow=()=>`${Or}?25h`;ft.eraseLine=()=>`${Or}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=()=>`${Or}1J`;ft.eraseDown=()=>`${Or}J`;ft.eraseScreen=()=>`${Or}2J`});var uS=S(fl=>{"use strict";Object.defineProperty(fl,"__esModule",{value:!0});fl.Cursor=void 0;var Dj=(me(),oe(he)),bj=Dj.__importDefault(tm()),sS=Om(),qi=class t{static show(){t.stream.isTTY&&(t._isVisible=!0,t.stream.write(sS.EscapeCode.cursorShow()))}static hide(){t.stream.isTTY&&(t._listenerAttached||((0,bj.default)(()=>{t.show()}),t._listenerAttached=!0),t._isVisible=!1,t.stream.write(sS.EscapeCode.cursorHide()))}static toggle(){t._isVisible?t.hide():t.show()}};fl.Cursor=qi;qi.stream=process.stderr;qi._isVisible=!0;qi._listenerAttached=!1});var km=S((HG,Fm)=>{"use strict";var cS=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);Fm.exports=cS;Fm.exports.default=cS});var dS=S((VG,fS)=>{"use strict";var lS="[\uD800-\uDBFF][\uDC00-\uDFFF]",wj=t=>t&&t.exact?new RegExp(`^${lS}$`):new RegExp(lS,"g");fS.exports=wj});var hS=S((zG,pS)=>{"use strict";pS.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 Pm=S((KG,gS)=>{var ws=hS(),mS={};for(let t of Object.keys(ws))mS[ws[t]]=t;var Q={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"]}};gS.exports=Q;for(let t of Object.keys(Q)){if(!("channels"in Q[t]))throw new Error("missing channels property: "+t);if(!("labels"in Q[t]))throw new Error("missing channel labels property: "+t);if(Q[t].labels.length!==Q[t].channels)throw new Error("channel and label counts mismatch: "+t);let{channels:e,labels:r}=Q[t];delete Q[t].channels,delete Q[t].labels,Object.defineProperty(Q[t],"channels",{value:e}),Object.defineProperty(Q[t],"labels",{value:r})}Q.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]};Q.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]};Q.rgb.hwb=function(t){let e=t[0],r=t[1],n=t[2],o=Q.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]};Q.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 vj(t,e){return(t[0]-e[0])**2+(t[1]-e[1])**2+(t[2]-e[2])**2}Q.rgb.keyword=function(t){let e=mS[t];if(e)return e;let r=1/0,n;for(let o of Object.keys(ws)){let i=ws[o],a=vj(t,i);a<r&&(r=a,n=o)}return n};Q.keyword.rgb=function(t){return ws[t]};Q.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]};Q.rgb.lab=function(t){let e=Q.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]};Q.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};Q.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]};Q.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]}};Q.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]};Q.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]};Q.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]};Q.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]};Q.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]};Q.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]};Q.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]};Q.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]};Q.rgb.ansi16=function(t,e=null){let[r,n,o]=t,i=e===null?Q.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};Q.hsv.ansi16=function(t){return Q.rgb.ansi16(Q.hsv.rgb(t),t[2])};Q.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)};Q.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]};Q.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]};Q.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};Q.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]};Q.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]};Q.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]};Q.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]};Q.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]};Q.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]};Q.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]};Q.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]};Q.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]};Q.apple.rgb=function(t){return[t[0]/65535*255,t[1]/65535*255,t[2]/65535*255]};Q.rgb.apple=function(t){return[t[0]/255*65535,t[1]/255*65535,t[2]/255*65535]};Q.gray.rgb=function(t){return[t[0]/100*255,t[0]/100*255,t[0]/100*255]};Q.gray.hsl=function(t){return[0,0,t[0]]};Q.gray.hsv=Q.gray.hsl;Q.gray.hwb=function(t){return[0,100,t[0]]};Q.gray.cmyk=function(t){return[0,0,0,t[0]]};Q.gray.lab=function(t){return[t[0],0,0]};Q.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};Q.rgb.gray=function(t){return[(t[0]+t[1]+t[2])/3/255*100]}});var DS=S((GG,yS)=>{var dl=Pm();function Cj(){let t={},e=Object.keys(dl);for(let r=e.length,n=0;n<r;n++)t[e[n]]={distance:-1,parent:null};return t}function Ej(t){let e=Cj(),r=[t];for(e[t].distance=0;r.length;){let n=r.pop(),o=Object.keys(dl[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 _j(t,e){return function(r){return e(t(r))}}function Sj(t,e){let r=[e[t].parent,t],n=dl[e[t].parent][t],o=e[t].parent;for(;e[o].parent;)r.unshift(e[o].parent),n=_j(dl[e[o].parent][o],n),o=e[o].parent;return n.conversion=r,n}yS.exports=function(t){let e=Ej(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]=Sj(a,e))}return r}});var wS=S((WG,bS)=>{var $m=Pm(),xj=DS(),Hi={},Aj=Object.keys($m);function Oj(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 Fj(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=>{Hi[t]={},Object.defineProperty(Hi[t],"channels",{value:$m[t].channels}),Object.defineProperty(Hi[t],"labels",{value:$m[t].labels});let e=xj(t);Object.keys(e).forEach(n=>{let o=e[n];Hi[t][n]=Fj(o),Hi[t][n].raw=Oj(o)})});bS.exports=Hi});var Tm=S((YG,SS)=>{"use strict";var vS=(t,e)=>(...r)=>`\x1B[${t(...r)+e}m`,CS=(t,e)=>(...r)=>{let n=t(...r);return`\x1B[${38+e};5;${n}m`},ES=(t,e)=>(...r)=>{let n=t(...r);return`\x1B[${38+e};2;${n[0]};${n[1]};${n[2]}m`},pl=t=>t,_S=(t,e,r)=>[t,e,r],Vi=(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})},Im,zi=(t,e,r,n)=>{Im===void 0&&(Im=wS());let o=n?10:0,i={};for(let[a,s]of Object.entries(Im)){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 kj(){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",Vi(e.color,"ansi",()=>zi(vS,"ansi16",pl,!1)),Vi(e.color,"ansi256",()=>zi(CS,"ansi256",pl,!1)),Vi(e.color,"ansi16m",()=>zi(ES,"rgb",_S,!1)),Vi(e.bgColor,"ansi",()=>zi(vS,"ansi16",pl,!0)),Vi(e.bgColor,"ansi256",()=>zi(CS,"ansi256",pl,!0)),Vi(e.bgColor,"ansi16m",()=>zi(ES,"rgb",_S,!0)),e}Object.defineProperty(SS,"exports",{enumerable:!0,get:kj})});var kS=S((JG,FS)=>{"use strict";var Pj=km(),$j=dS(),xS=Tm(),OS=["\x1B","\x9B"],hl=t=>`${OS[0]}[${t}m`,AS=(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=xS.codes.get(Number.parseInt(o,10));if(a){let s=t.indexOf(a.toString());s===-1?n.push(hl(e?a:i)):t.splice(s,1)}else if(e){n.push(hl(0));break}else n.push(hl(i))}if(e&&(n=n.filter((o,i)=>n.indexOf(o)===i),r!==void 0)){let o=hl(xS.codes.get(Number.parseInt(r,10)));n=n.reduce((i,a)=>a===o?[a,...i]:[...i,a],[])}return n.join("")};FS.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(OS.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++,!$j({exact:!0}).test(d)&&Pj(d.codePointAt())&&(u++,typeof r!="number"&&i++),u>e&&u<=i)c+=d;else if(u===e&&!a&&s!==void 0)c=AS(o);else if(u>=i){c+=AS(o,!0,s);break}}return c}});var $S=S((XG,PS)=>{"use strict";PS.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 ml=S((ZG,IS)=>{"use strict";var Ij=$S();IS.exports=t=>typeof t=="string"?t.replace(Ij(),""):t});var RS=S((QG,TS)=>{"use strict";TS.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 Bm=S((eW,Rm)=>{"use strict";var Tj=ml(),Rj=km(),Bj=RS(),BS=t=>{if(typeof t!="string"||t.length===0||(t=Tj(t),t.length===0))return 0;t=t.replace(Bj()," ");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+=Rj(n)?2:1)}return e};Rm.exports=BS;Rm.exports.default=BS});var qS=S((tW,MS)=>{"use strict";var vs=Bm(),Nj=ml(),Lj=Tm(),gl=new Set(["\x1B","\x9B"]),jj=39,Lm="\x07",jS="[",Uj="]",US="m",jm=`${Uj}8;;`,NS=t=>`${gl.values().next().value}${jS}${t}${US}`,LS=t=>`${gl.values().next().value}${jm}${t}${Lm}`,Mj=t=>t.split(" ").map(e=>vs(e)),Nm=(t,e,r)=>{let n=[...e],o=!1,i=!1,a=vs(Nj(t[t.length-1]));for(let[s,u]of n.entries()){let c=vs(u);if(a+c<=r?t[t.length-1]+=u:(t.push(u),a=0),gl.has(u)&&(o=!0,i=n.slice(s+1).join("").startsWith(jm)),o){i?u===Lm&&(o=!1,i=!1):u===US&&(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())},qj=t=>{let e=t.split(" "),r=e.length;for(;r>0&&!(vs(e[r-1])>0);)r--;return r===e.length?t:e.slice(0,r).join(" ")+e.slice(r).join("")},Hj=(t,e,r={})=>{if(r.trim!==!1&&t.trim()==="")return"";let n="",o,i,a=Mj(t),s=[""];for(let[c,l]of t.split(" ").entries()){r.trim!==!1&&(s[s.length-1]=s[s.length-1].trimStart());let d=vs(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(""),Nm(s,l,e);continue}if(d+a[c]>e&&d>0&&a[c]>0){if(r.wordWrap===!1&&d<e){Nm(s,l,e);continue}s.push("")}if(d+a[c]>e&&r.wordWrap===!1){Nm(s,l,e);continue}s[s.length-1]+=l}r.trim!==!1&&(s=s.map(qj));let u=[...s.join(`
55
+ see https://github.com/jprichardson/node-fs-extra/issues/269`,"Warning","fs-extra-WARN0002");let{srcStat:n,destStat:o}=ys.checkPathsSync(t,e,"copy",r);if(ys.checkParentPathsSync(t,n,e,"copy"),r.filter&&!r.filter(t,e))return;let i=gs.dirname(e);return $t.existsSync(i)||GN(i),NE(o,t,e,r)}function NE(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 JN(i,t,e,r,n);if(i.isSymbolicLink())return iL(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 JN(t,e,r,n,o){return e?XN(t,r,n,o):LE(t,r,n,o)}function XN(t,e,r,n){if(n.overwrite)return $t.unlinkSync(r),LE(t,e,r,n);if(n.errorOnExist)throw new Error(`'${r}' already exists`)}function LE(t,e,r,n){return $t.copyFileSync(e,r),n.preserveTimestamps&&ZN(t.mode,e,r),Em(r,t.mode)}function ZN(t,e,r){return QN(t)&&eL(r,t),tL(e,r)}function QN(t){return(t&128)===0}function eL(t,e){return Em(t,e|128)}function Em(t,e){return $t.chmodSync(t,e)}function tL(t,e){let r=$t.statSync(t);return WN(e,r.atime,r.mtime)}function rL(t,e,r,n,o){return e?jE(r,n,o):nL(t.mode,r,n,o)}function nL(t,e,r,n){return $t.mkdirSync(r),jE(e,r,n),Em(r,t)}function jE(t,e,r){let n=$t.opendirSync(t);try{let o;for(;(o=n.readSync())!==null;)oL(o.name,t,e,r)}finally{n.closeSync()}}function oL(t,e,r,n){let o=gs.join(e,t),i=gs.join(r,t);if(n.filter&&!n.filter(o,i))return;let{destStat:a}=ys.checkPathsSync(o,i,"copy",n);return NE(a,o,i,n)}function iL(t,e,r,n){let o=$t.readlinkSync(e);if(n.dereference&&(o=gs.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=gs.resolve(process.cwd(),i)),ys.isSrcSubdir(o,i))throw new Error(`Cannot copy '${o}' to a subdirectory of itself, '${i}'.`);if(ys.isSrcSubdir(i,o))throw new Error(`Cannot overwrite '${i}' with '${o}'.`);return aL(o,r)}else return $t.symlinkSync(o,r)}function aL(t,e){return $t.unlinkSync(e),$t.symlinkSync(t,e)}UE.exports=YN});var il=S((vG,qE)=>{"use strict";var sL=ct().fromPromise;qE.exports={copy:sL(BE()),copySync:ME()}});var Ds=S((CG,VE)=>{"use strict";var HE=kn(),uL=ct().fromCallback;function cL(t,e){HE.rm(t,{recursive:!0,force:!0},e)}function lL(t){HE.rmSync(t,{recursive:!0,force:!0})}VE.exports={remove:uL(cL),removeSync:lL}});var ZE=S((EG,XE)=>{"use strict";var fL=ct().fromPromise,GE=Pt(),WE=require("path"),YE=Ar(),JE=Ds(),zE=fL(async function(e){let r;try{r=await GE.readdir(e)}catch{return YE.mkdirs(e)}return Promise.all(r.map(n=>JE.remove(WE.join(e,n))))});function KE(t){let e;try{e=GE.readdirSync(t)}catch{return YE.mkdirsSync(t)}e.forEach(r=>{r=WE.join(t,r),JE.removeSync(r)})}XE.exports={emptyDirSync:KE,emptydirSync:KE,emptyDir:zE,emptydir:zE}});var r_=S((_G,t_)=>{"use strict";var dL=ct().fromPromise,QE=require("path"),sn=Pt(),e_=Ar();async function pL(t){let e;try{e=await sn.stat(t)}catch{}if(e&&e.isFile())return;let r=QE.dirname(t),n=null;try{n=await sn.stat(r)}catch(o){if(o.code==="ENOENT"){await e_.mkdirs(r),await sn.writeFile(t,"");return}else throw o}n.isDirectory()?await sn.writeFile(t,""):await sn.readdir(r)}function hL(t){let e;try{e=sn.statSync(t)}catch{}if(e&&e.isFile())return;let r=QE.dirname(t);try{sn.statSync(r).isDirectory()||sn.readdirSync(r)}catch(n){if(n&&n.code==="ENOENT")e_.mkdirsSync(r);else throw n}sn.writeFileSync(t,"")}t_.exports={createFile:dL(pL),createFileSync:hL}});var s_=S((SG,a_)=>{"use strict";var mL=ct().fromPromise,n_=require("path"),Tn=Pt(),o_=Ar(),{pathExists:gL}=In(),{areIdentical:i_}=Eo();async function yL(t,e){let r;try{r=await Tn.lstat(e)}catch{}let n;try{n=await Tn.lstat(t)}catch(a){throw a.message=a.message.replace("lstat","ensureLink"),a}if(r&&i_(n,r))return;let o=n_.dirname(e);await gL(o)||await o_.mkdirs(o),await Tn.link(t,e)}function DL(t,e){let r;try{r=Tn.lstatSync(e)}catch{}try{let i=Tn.lstatSync(t);if(r&&i_(i,r))return}catch(i){throw i.message=i.message.replace("lstat","ensureLink"),i}let n=n_.dirname(e);return Tn.existsSync(n)||o_.mkdirsSync(n),Tn.linkSync(t,e)}a_.exports={createLink:mL(yL),createLinkSync:DL}});var c_=S((xG,u_)=>{"use strict";var Rn=require("path"),bs=Pt(),{pathExists:bL}=In(),wL=ct().fromPromise;async function vL(t,e){if(Rn.isAbsolute(t)){try{await bs.lstat(t)}catch(i){throw i.message=i.message.replace("lstat","ensureSymlink"),i}return{toCwd:t,toDst:t}}let r=Rn.dirname(e),n=Rn.join(r,t);if(await bL(n))return{toCwd:n,toDst:t};try{await bs.lstat(t)}catch(i){throw i.message=i.message.replace("lstat","ensureSymlink"),i}return{toCwd:t,toDst:Rn.relative(r,t)}}function CL(t,e){if(Rn.isAbsolute(t)){if(!bs.existsSync(t))throw new Error("absolute srcpath does not exist");return{toCwd:t,toDst:t}}let r=Rn.dirname(e),n=Rn.join(r,t);if(bs.existsSync(n))return{toCwd:n,toDst:t};if(!bs.existsSync(t))throw new Error("relative srcpath does not exist");return{toCwd:t,toDst:Rn.relative(r,t)}}u_.exports={symlinkPaths:wL(vL),symlinkPathsSync:CL}});var d_=S((AG,f_)=>{"use strict";var l_=Pt(),EL=ct().fromPromise;async function _L(t,e){if(e)return e;let r;try{r=await l_.lstat(t)}catch{return"file"}return r&&r.isDirectory()?"dir":"file"}function SL(t,e){if(e)return e;let r;try{r=l_.lstatSync(t)}catch{return"file"}return r&&r.isDirectory()?"dir":"file"}f_.exports={symlinkType:EL(_L),symlinkTypeSync:SL}});var g_=S((OG,m_)=>{"use strict";var xL=ct().fromPromise,p_=require("path"),Nr=Pt(),{mkdirs:AL,mkdirsSync:OL}=Ar(),{symlinkPaths:FL,symlinkPathsSync:kL}=c_(),{symlinkType:PL,symlinkTypeSync:$L}=d_(),{pathExists:IL}=In(),{areIdentical:h_}=Eo();async function TL(t,e,r){let n;try{n=await Nr.lstat(e)}catch{}if(n&&n.isSymbolicLink()){let[s,u]=await Promise.all([Nr.stat(t),Nr.stat(e)]);if(h_(s,u))return}let o=await FL(t,e);t=o.toDst;let i=await PL(o.toCwd,r),a=p_.dirname(e);return await IL(a)||await AL(a),Nr.symlink(t,e,i)}function RL(t,e,r){let n;try{n=Nr.lstatSync(e)}catch{}if(n&&n.isSymbolicLink()){let s=Nr.statSync(t),u=Nr.statSync(e);if(h_(s,u))return}let o=kL(t,e);t=o.toDst,r=$L(o.toCwd,r);let i=p_.dirname(e);return Nr.existsSync(i)||OL(i),Nr.symlinkSync(t,e,r)}m_.exports={createSymlink:xL(TL),createSymlinkSync:RL}});var __=S((FG,E_)=>{"use strict";var{createFile:y_,createFileSync:D_}=r_(),{createLink:b_,createLinkSync:w_}=s_(),{createSymlink:v_,createSymlinkSync:C_}=g_();E_.exports={createFile:y_,createFileSync:D_,ensureFile:y_,ensureFileSync:D_,createLink:b_,createLinkSync:w_,ensureLink:b_,ensureLinkSync:w_,createSymlink:v_,createSymlinkSync:C_,ensureSymlink:v_,ensureSymlinkSync:C_}});var al=S((kG,S_)=>{function BL(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 NL(t){return Buffer.isBuffer(t)&&(t=t.toString("utf8")),t.replace(/^\uFEFF/,"")}S_.exports={stringify:BL,stripBom:NL}});var F_=S((PG,O_)=>{var ji;try{ji=kn()}catch{ji=require("fs")}var sl=ct(),{stringify:x_,stripBom:A_}=al();async function LL(t,e={}){typeof e=="string"&&(e={encoding:e});let r=e.fs||ji,n="throws"in e?e.throws:!0,o=await sl.fromCallback(r.readFile)(t,e);o=A_(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 jL=sl.fromPromise(LL);function UL(t,e={}){typeof e=="string"&&(e={encoding:e});let r=e.fs||ji,n="throws"in e?e.throws:!0;try{let o=r.readFileSync(t,e);return o=A_(o),JSON.parse(o,e.reviver)}catch(o){if(n)throw o.message=`${t}: ${o.message}`,o;return null}}async function ML(t,e,r={}){let n=r.fs||ji,o=x_(e,r);await sl.fromCallback(n.writeFile)(t,o,r)}var qL=sl.fromPromise(ML);function HL(t,e,r={}){let n=r.fs||ji,o=x_(e,r);return n.writeFileSync(t,o,r)}O_.exports={readFile:jL,readFileSync:UL,writeFile:qL,writeFileSync:HL}});var P_=S(($G,k_)=>{"use strict";var ul=F_();k_.exports={readJson:ul.readFile,readJsonSync:ul.readFileSync,writeJson:ul.writeFile,writeJsonSync:ul.writeFileSync}});var cl=S((IG,T_)=>{"use strict";var VL=ct().fromPromise,_m=Pt(),$_=require("path"),I_=Ar(),zL=In().pathExists;async function KL(t,e,r="utf-8"){let n=$_.dirname(t);return await zL(n)||await I_.mkdirs(n),_m.writeFile(t,e,r)}function GL(t,...e){let r=$_.dirname(t);_m.existsSync(r)||I_.mkdirsSync(r),_m.writeFileSync(t,...e)}T_.exports={outputFile:VL(KL),outputFileSync:GL}});var B_=S((TG,R_)=>{"use strict";var{stringify:WL}=al(),{outputFile:YL}=cl();async function JL(t,e,r={}){let n=WL(e,r);await YL(t,n,r)}R_.exports=JL});var L_=S((RG,N_)=>{"use strict";var{stringify:XL}=al(),{outputFileSync:ZL}=cl();function QL(t,e,r){let n=XL(e,r);ZL(t,n,r)}N_.exports=QL});var U_=S((BG,j_)=>{"use strict";var ej=ct().fromPromise,It=P_();It.outputJson=ej(B_());It.outputJsonSync=L_();It.outputJSON=It.outputJson;It.outputJSONSync=It.outputJsonSync;It.writeJSON=It.writeJson;It.writeJSONSync=It.writeJsonSync;It.readJSON=It.readJson;It.readJSONSync=It.readJsonSync;j_.exports=It});var z_=S((NG,V_)=>{"use strict";var tj=Pt(),M_=require("path"),{copy:rj}=il(),{remove:H_}=Ds(),{mkdirp:nj}=Ar(),{pathExists:oj}=In(),q_=Eo();async function ij(t,e,r={}){let n=r.overwrite||r.clobber||!1,{srcStat:o,isChangingCase:i=!1}=await q_.checkPaths(t,e,"move",r);await q_.checkParentPaths(t,o,e,"move");let a=M_.dirname(e);return M_.parse(a).root!==a&&await nj(a),aj(t,e,n,i)}async function aj(t,e,r,n){if(!n){if(r)await H_(e);else if(await oj(e))throw new Error("dest already exists.")}try{await tj.rename(t,e)}catch(o){if(o.code!=="EXDEV")throw o;await sj(t,e,r)}}async function sj(t,e,r){return await rj(t,e,{overwrite:r,errorOnExist:!0,preserveTimestamps:!0}),H_(t)}V_.exports=ij});var J_=S((LG,Y_)=>{"use strict";var G_=kn(),xm=require("path"),uj=il().copySync,W_=Ds().removeSync,cj=Ar().mkdirpSync,K_=Eo();function lj(t,e,r){r=r||{};let n=r.overwrite||r.clobber||!1,{srcStat:o,isChangingCase:i=!1}=K_.checkPathsSync(t,e,"move",r);return K_.checkParentPathsSync(t,o,e,"move"),fj(e)||cj(xm.dirname(e)),dj(t,e,n,i)}function fj(t){let e=xm.dirname(t);return xm.parse(e).root===e}function dj(t,e,r,n){if(n)return Sm(t,e,r);if(r)return W_(e),Sm(t,e,r);if(G_.existsSync(e))throw new Error("dest already exists.");return Sm(t,e,r)}function Sm(t,e,r){try{G_.renameSync(t,e)}catch(n){if(n.code!=="EXDEV")throw n;return pj(t,e,r)}}function pj(t,e,r){return uj(t,e,{overwrite:r,errorOnExist:!0,preserveTimestamps:!0}),W_(t)}Y_.exports=lj});var Z_=S((jG,X_)=>{"use strict";var hj=ct().fromPromise;X_.exports={move:hj(z_()),moveSync:J_()}});var Ui=S((UG,Q_)=>{"use strict";Q_.exports={...Pt(),...il(),...ZE(),...__(),...U_(),...Ar(),...Z_(),...cl(),...In(),...Ds()}});var aS=S((MG,iS)=>{"use strict";var Am,tS,rS,nS,oS=!0;typeof process<"u"&&({FORCE_COLOR:Am,NODE_DISABLE_COLORS:tS,NO_COLOR:rS,TERM:nS}=process.env||{},oS=process.stdout&&process.stdout.isTTY);var Oe={enabled:!tS&&rS==null&&nS!=="dumb"&&(Am!=null&&Am!=="0"||oS),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 eS(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 mj(t,e){let r={has:t,keys:e};return r.reset=Oe.reset.bind(r),r.bold=Oe.bold.bind(r),r.dim=Oe.dim.bind(r),r.italic=Oe.italic.bind(r),r.underline=Oe.underline.bind(r),r.inverse=Oe.inverse.bind(r),r.hidden=Oe.hidden.bind(r),r.strikethrough=Oe.strikethrough.bind(r),r.black=Oe.black.bind(r),r.red=Oe.red.bind(r),r.green=Oe.green.bind(r),r.yellow=Oe.yellow.bind(r),r.blue=Oe.blue.bind(r),r.magenta=Oe.magenta.bind(r),r.cyan=Oe.cyan.bind(r),r.white=Oe.white.bind(r),r.gray=Oe.gray.bind(r),r.grey=Oe.grey.bind(r),r.bgBlack=Oe.bgBlack.bind(r),r.bgRed=Oe.bgRed.bind(r),r.bgGreen=Oe.bgGreen.bind(r),r.bgYellow=Oe.bgYellow.bind(r),r.bgBlue=Oe.bgBlue.bind(r),r.bgMagenta=Oe.bgMagenta.bind(r),r.bgCyan=Oe.bgCyan.bind(r),r.bgWhite=Oe.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:Oe.enabled?eS(this.keys,n+""):n+""):n===void 0?mj([t],[r]):Oe.enabled?eS([r],n+""):n+""}}iS.exports=Oe});var Mi=S(Qe=>{"use strict";Object.defineProperty(Qe,"__esModule",{value:!0});Qe.ancillary=Qe.failure=Qe.success=Qe.input=Qe.weak=Qe.strong=void 0;var gj=(me(),oe(he)),Lr=gj.__importDefault(aS());Qe.strong=Lr.default.bold;Qe.weak=Lr.default.dim;Qe.input=Lr.default.cyan;Qe.success=Lr.default.green;Qe.failure=Lr.default.red;Qe.ancillary=Lr.default.cyan;var yj={strong:Qe.strong,weak:Qe.weak,input:Qe.input,success:Qe.success,failure:Qe.failure,ancillary:Qe.ancillary,log:{DEBUG:Lr.default.magenta,INFO:Lr.default.cyan,WARN:Lr.default.yellow,ERROR:Lr.default.red}};Qe.default=yj});var Om=S(ll=>{"use strict";Object.defineProperty(ll,"__esModule",{value:!0});ll.EscapeCode=void 0;var Or="\x1B[",ft=class{};ll.EscapeCode=ft;ft.cursorLeft=()=>`${Or}G`;ft.cursorUp=(t=1)=>`${Or}${t}A`;ft.cursorDown=(t=1)=>`${Or}${t}B`;ft.cursorForward=(t=1)=>`${Or}${t}C`;ft.cursorBackward=(t=1)=>`${Or}${t}D`;ft.cursorHide=()=>`${Or}?25l`;ft.cursorShow=()=>`${Or}?25h`;ft.eraseLine=()=>`${Or}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=()=>`${Or}1J`;ft.eraseDown=()=>`${Or}J`;ft.eraseScreen=()=>`${Or}2J`});var uS=S(fl=>{"use strict";Object.defineProperty(fl,"__esModule",{value:!0});fl.Cursor=void 0;var Dj=(me(),oe(he)),bj=Dj.__importDefault(tm()),sS=Om(),qi=class t{static show(){t.stream.isTTY&&(t._isVisible=!0,t.stream.write(sS.EscapeCode.cursorShow()))}static hide(){t.stream.isTTY&&(t._listenerAttached||((0,bj.default)(()=>{t.show()}),t._listenerAttached=!0),t._isVisible=!1,t.stream.write(sS.EscapeCode.cursorHide()))}static toggle(){t._isVisible?t.hide():t.show()}};fl.Cursor=qi;qi.stream=process.stderr;qi._isVisible=!0;qi._listenerAttached=!1});var km=S((zG,Fm)=>{"use strict";var cS=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);Fm.exports=cS;Fm.exports.default=cS});var dS=S((KG,fS)=>{"use strict";var lS="[\uD800-\uDBFF][\uDC00-\uDFFF]",wj=t=>t&&t.exact?new RegExp(`^${lS}$`):new RegExp(lS,"g");fS.exports=wj});var hS=S((GG,pS)=>{"use strict";pS.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 Pm=S((WG,gS)=>{var ws=hS(),mS={};for(let t of Object.keys(ws))mS[ws[t]]=t;var Q={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"]}};gS.exports=Q;for(let t of Object.keys(Q)){if(!("channels"in Q[t]))throw new Error("missing channels property: "+t);if(!("labels"in Q[t]))throw new Error("missing channel labels property: "+t);if(Q[t].labels.length!==Q[t].channels)throw new Error("channel and label counts mismatch: "+t);let{channels:e,labels:r}=Q[t];delete Q[t].channels,delete Q[t].labels,Object.defineProperty(Q[t],"channels",{value:e}),Object.defineProperty(Q[t],"labels",{value:r})}Q.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]};Q.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]};Q.rgb.hwb=function(t){let e=t[0],r=t[1],n=t[2],o=Q.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]};Q.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 vj(t,e){return(t[0]-e[0])**2+(t[1]-e[1])**2+(t[2]-e[2])**2}Q.rgb.keyword=function(t){let e=mS[t];if(e)return e;let r=1/0,n;for(let o of Object.keys(ws)){let i=ws[o],a=vj(t,i);a<r&&(r=a,n=o)}return n};Q.keyword.rgb=function(t){return ws[t]};Q.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]};Q.rgb.lab=function(t){let e=Q.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]};Q.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};Q.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]};Q.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]}};Q.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]};Q.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]};Q.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]};Q.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]};Q.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]};Q.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]};Q.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]};Q.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]};Q.rgb.ansi16=function(t,e=null){let[r,n,o]=t,i=e===null?Q.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};Q.hsv.ansi16=function(t){return Q.rgb.ansi16(Q.hsv.rgb(t),t[2])};Q.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)};Q.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]};Q.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]};Q.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};Q.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]};Q.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]};Q.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]};Q.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]};Q.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]};Q.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]};Q.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]};Q.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]};Q.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]};Q.apple.rgb=function(t){return[t[0]/65535*255,t[1]/65535*255,t[2]/65535*255]};Q.rgb.apple=function(t){return[t[0]/255*65535,t[1]/255*65535,t[2]/255*65535]};Q.gray.rgb=function(t){return[t[0]/100*255,t[0]/100*255,t[0]/100*255]};Q.gray.hsl=function(t){return[0,0,t[0]]};Q.gray.hsv=Q.gray.hsl;Q.gray.hwb=function(t){return[0,100,t[0]]};Q.gray.cmyk=function(t){return[0,0,0,t[0]]};Q.gray.lab=function(t){return[t[0],0,0]};Q.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};Q.rgb.gray=function(t){return[(t[0]+t[1]+t[2])/3/255*100]}});var DS=S((YG,yS)=>{var dl=Pm();function Cj(){let t={},e=Object.keys(dl);for(let r=e.length,n=0;n<r;n++)t[e[n]]={distance:-1,parent:null};return t}function Ej(t){let e=Cj(),r=[t];for(e[t].distance=0;r.length;){let n=r.pop(),o=Object.keys(dl[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 _j(t,e){return function(r){return e(t(r))}}function Sj(t,e){let r=[e[t].parent,t],n=dl[e[t].parent][t],o=e[t].parent;for(;e[o].parent;)r.unshift(e[o].parent),n=_j(dl[e[o].parent][o],n),o=e[o].parent;return n.conversion=r,n}yS.exports=function(t){let e=Ej(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]=Sj(a,e))}return r}});var wS=S((JG,bS)=>{var $m=Pm(),xj=DS(),Hi={},Aj=Object.keys($m);function Oj(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 Fj(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=>{Hi[t]={},Object.defineProperty(Hi[t],"channels",{value:$m[t].channels}),Object.defineProperty(Hi[t],"labels",{value:$m[t].labels});let e=xj(t);Object.keys(e).forEach(n=>{let o=e[n];Hi[t][n]=Fj(o),Hi[t][n].raw=Oj(o)})});bS.exports=Hi});var Tm=S((XG,SS)=>{"use strict";var vS=(t,e)=>(...r)=>`\x1B[${t(...r)+e}m`,CS=(t,e)=>(...r)=>{let n=t(...r);return`\x1B[${38+e};5;${n}m`},ES=(t,e)=>(...r)=>{let n=t(...r);return`\x1B[${38+e};2;${n[0]};${n[1]};${n[2]}m`},pl=t=>t,_S=(t,e,r)=>[t,e,r],Vi=(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})},Im,zi=(t,e,r,n)=>{Im===void 0&&(Im=wS());let o=n?10:0,i={};for(let[a,s]of Object.entries(Im)){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 kj(){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",Vi(e.color,"ansi",()=>zi(vS,"ansi16",pl,!1)),Vi(e.color,"ansi256",()=>zi(CS,"ansi256",pl,!1)),Vi(e.color,"ansi16m",()=>zi(ES,"rgb",_S,!1)),Vi(e.bgColor,"ansi",()=>zi(vS,"ansi16",pl,!0)),Vi(e.bgColor,"ansi256",()=>zi(CS,"ansi256",pl,!0)),Vi(e.bgColor,"ansi16m",()=>zi(ES,"rgb",_S,!0)),e}Object.defineProperty(SS,"exports",{enumerable:!0,get:kj})});var kS=S((ZG,FS)=>{"use strict";var Pj=km(),$j=dS(),xS=Tm(),OS=["\x1B","\x9B"],hl=t=>`${OS[0]}[${t}m`,AS=(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=xS.codes.get(Number.parseInt(o,10));if(a){let s=t.indexOf(a.toString());s===-1?n.push(hl(e?a:i)):t.splice(s,1)}else if(e){n.push(hl(0));break}else n.push(hl(i))}if(e&&(n=n.filter((o,i)=>n.indexOf(o)===i),r!==void 0)){let o=hl(xS.codes.get(Number.parseInt(r,10)));n=n.reduce((i,a)=>a===o?[a,...i]:[...i,a],[])}return n.join("")};FS.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(OS.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++,!$j({exact:!0}).test(d)&&Pj(d.codePointAt())&&(u++,typeof r!="number"&&i++),u>e&&u<=i)c+=d;else if(u===e&&!a&&s!==void 0)c=AS(o);else if(u>=i){c+=AS(o,!0,s);break}}return c}});var $S=S((QG,PS)=>{"use strict";PS.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 ml=S((eW,IS)=>{"use strict";var Ij=$S();IS.exports=t=>typeof t=="string"?t.replace(Ij(),""):t});var RS=S((tW,TS)=>{"use strict";TS.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 Bm=S((rW,Rm)=>{"use strict";var Tj=ml(),Rj=km(),Bj=RS(),BS=t=>{if(typeof t!="string"||t.length===0||(t=Tj(t),t.length===0))return 0;t=t.replace(Bj()," ");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+=Rj(n)?2:1)}return e};Rm.exports=BS;Rm.exports.default=BS});var qS=S((nW,MS)=>{"use strict";var vs=Bm(),Nj=ml(),Lj=Tm(),gl=new Set(["\x1B","\x9B"]),jj=39,Lm="\x07",jS="[",Uj="]",US="m",jm=`${Uj}8;;`,NS=t=>`${gl.values().next().value}${jS}${t}${US}`,LS=t=>`${gl.values().next().value}${jm}${t}${Lm}`,Mj=t=>t.split(" ").map(e=>vs(e)),Nm=(t,e,r)=>{let n=[...e],o=!1,i=!1,a=vs(Nj(t[t.length-1]));for(let[s,u]of n.entries()){let c=vs(u);if(a+c<=r?t[t.length-1]+=u:(t.push(u),a=0),gl.has(u)&&(o=!0,i=n.slice(s+1).join("").startsWith(jm)),o){i?u===Lm&&(o=!1,i=!1):u===US&&(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())},qj=t=>{let e=t.split(" "),r=e.length;for(;r>0&&!(vs(e[r-1])>0);)r--;return r===e.length?t:e.slice(0,r).join(" ")+e.slice(r).join("")},Hj=(t,e,r={})=>{if(r.trim!==!1&&t.trim()==="")return"";let n="",o,i,a=Mj(t),s=[""];for(let[c,l]of t.split(" ").entries()){r.trim!==!1&&(s[s.length-1]=s[s.length-1].trimStart());let d=vs(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(""),Nm(s,l,e);continue}if(d+a[c]>e&&d>0&&a[c]>0){if(r.wordWrap===!1&&d<e){Nm(s,l,e);continue}s.push("")}if(d+a[c]>e&&r.wordWrap===!1){Nm(s,l,e);continue}s[s.length-1]+=l}r.trim!==!1&&(s=s.map(qj));let u=[...s.join(`
57
57
  `)];for(let[c,l]of u.entries()){if(n+=l,gl.has(l)){let{groups:p}=new RegExp(`(?:\\${jS}(?<code>\\d+)m|\\${jm}(?<uri>.*)${Lm})`).exec(u.slice(c).join(""))||{groups:{}};if(p.code!==void 0){let h=Number.parseFloat(p.code);o=h===jj?void 0:h}else p.uri!==void 0&&(i=p.uri.length===0?void 0:p.uri)}let d=Lj.codes.get(Number(o));u[c+1]===`
58
58
  `?(i&&(n+=LS("")),o&&d&&(n+=NS(d))):l===`
59
59
  `&&(o&&d&&(n+=NS(o)),i&&(n+=LS(i)))}return n};MS.exports=(t,e,r)=>String(t).normalize().replace(/\r\n/g,`
60
60
  `).split(`
61
61
  `).map(n=>Hj(n,e,r)).join(`
62
- `)});var zS=S((rW,VS)=>{"use strict";var Vj=require("os"),HS=Vj.homedir();VS.exports=t=>{if(typeof t!="string")throw new TypeError(`Expected a string, got ${typeof t}`);return HS?t.replace(/^~(?=$|\/|\\)/,HS):t}});var XS=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 KS=(me(),oe(he)),zj=KS.__importStar(require("os")),un=KS.__importStar(require("path")),GS=kS();Ge.sliceAnsi=GS;var yl=Bm();Ge.stringWidth=yl;var Kj=ml();Ge.stripAnsi=Kj;var Gj=qS(),Wj=zS(),Yj=80,Jj=120;Ge.TTY_WIDTH=process.stdout.columns?Math.max(Yj,Math.min(process.stdout.columns,Jj)):1/0;function WS(t=4){return" ".repeat(t)}Ge.indent=WS;function Xj(t,{width:e=Ge.TTY_WIDTH,indentation:r=0,append:n=""}){return Gj(t,e-r-n.length,{trim:!0}).split(`
62
+ `)});var zS=S((oW,VS)=>{"use strict";var Vj=require("os"),HS=Vj.homedir();VS.exports=t=>{if(typeof t!="string")throw new TypeError(`Expected a string, got ${typeof t}`);return HS?t.replace(/^~(?=$|\/|\\)/,HS):t}});var XS=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 KS=(me(),oe(he)),zj=KS.__importStar(require("os")),un=KS.__importStar(require("path")),GS=kS();Ge.sliceAnsi=GS;var yl=Bm();Ge.stringWidth=yl;var Kj=ml();Ge.stripAnsi=Kj;var Gj=qS(),Wj=zS(),Yj=80,Jj=120;Ge.TTY_WIDTH=process.stdout.columns?Math.max(Yj,Math.min(process.stdout.columns,Jj)):1/0;function WS(t=4){return" ".repeat(t)}Ge.indent=WS;function Xj(t,{width:e=Ge.TTY_WIDTH,indentation:r=0,append:n=""}){return Gj(t,e-r-n.length,{trim:!0}).split(`
63
63
  `).join(`${n}
64
64
  ${WS(r)}`)}Ge.wordWrap=Xj;function Zj(t){t=YS(t);let e=process.cwd(),r=un.dirname(t),n=zj.homedir(),o=Math.abs(r.split(un.sep).length-e.split(un.sep).length);if(e===r)return"."+un.sep+un.basename(t);if(r.startsWith(e))return"."+un.sep+t.substring(e.length+1);if(o<=2){let i=un.relative(e,t);return i||"."}else{if(t===n)return"~";if(t.indexOf(n)===0)return"~"+un.sep+t.substring(n.length+1)}return t}Ge.prettyPath=Zj;function YS(t){return un.resolve(Wj(t))}Ge.expandPath=YS;function JS(t,e=1,r=" "){e<2&&(e=2);let n=Math.max(...t.map(a=>yl(a))),o=n>e?n+1:e,i=r.repeat(o);return t.map(a=>GS(i,0,o-yl(a)))}Ge.generateFillSpaceStringList=JS;function Qj(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
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=JS(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,yl(m)),m}));return o&&e!==""&&c.splice(1,0,e.repeat(u)),c.join(`
66
- `)}Ge.columnar=Qj});var ZS=S(fr=>{"use strict";Object.defineProperty(fr,"__esModule",{value:!0});fr.TERMINAL_INFO=fr.CI_ENVIRONMENT_VARIABLES_DETECTED=fr.CI_ENVIRONMENT_VARIABLES=void 0;var e4=(me(),oe(he)),t4=gm(),r4=e4.__importStar(require("os")),n4=(0,t4.debug)("ionic:utils-terminal:info");fr.CI_ENVIRONMENT_VARIABLES=["CI","BUILD_ID","BUILD_NUMBER","BITBUCKET_COMMIT","CODEBUILD_BUILD_ARN","GITHUB_ACTIONS"];fr.CI_ENVIRONMENT_VARIABLES_DETECTED=fr.CI_ENVIRONMENT_VARIABLES.filter(t=>!!process.env[t]);function o4(){let{shell:t}=r4.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")}fr.CI_ENVIRONMENT_VARIABLES_DETECTED.length>0&&n4(`Environment variables for CI detected: ${fr.CI_ENVIRONMENT_VARIABLES_DETECTED.join(", ")}`);fr.TERMINAL_INFO=Object.freeze({ci:fr.CI_ENVIRONMENT_VARIABLES_DETECTED.length>0,shell:o4(),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 Um=S(Ki=>{"use strict";Object.defineProperty(Ki,"__esModule",{value:!0});var Dl=(me(),oe(he));Dl.__exportStar(Om(),Ki);Dl.__exportStar(uS(),Ki);Dl.__exportStar(XS(),Ki);Dl.__exportStar(ZS(),Ki)});var wl=S(jr=>{"use strict";Object.defineProperty(jr,"__esModule",{value:!0});jr.isFatal=jr.fatal=jr.FatalException=jr.BaseException=void 0;var bl=class extends Error{constructor(e,r){super(e),this.message=e,this.code=r}};jr.BaseException=bl;var Cs=class extends bl{constructor(e,r=1){super(e,"FATAL"),this.message=e,this.exitCode=r}};jr.FatalException=Cs;function i4(t){throw new Cs(t)}jr.fatal=i4;function a4(t){return t&&t instanceof Cs}jr.isFatal=a4});var Hm={};Yr(Hm,{LOGGER_LEVELS:()=>h4,Logger:()=>qm,NO_COLORS:()=>QS,StreamOutputStrategy:()=>vl,TTYOutputStrategy:()=>Mm,TTY_WIDTH:()=>s4,createDefaultLogger:()=>p4,indent:()=>u4,sliceAnsi:()=>c4,stringWidth:()=>l4,stripAnsi:()=>f4,wordWrap:()=>d4});var s4,u4,c4,l4,f4,d4,p4,QS,vl,Mm,qm,h4,Vm=Xe(()=>{s4=80,u4=t=>t,c4=t=>t,l4=t=>t.length,f4=t=>t,d4=t=>t,p4=()=>({info:console.log,warn:console.warn,error:console.error,debug:console.debug}),QS={},vl=class{constructor(){this.colors=QS,this.stream=process.stdout}},Mm=class extends vl{constructor(e){super(),this.options=e}},qm=class{constructor(){}info(){}warn(){}error(){}debug(){}},h4={DEBUG:"DEBUG",INFO:"INFO",WARN:"WARN",ERROR:"ERROR"}});var tx=S(_o=>{"use strict";Object.defineProperty(_o,"__esModule",{value:!0});_o.isInteractive=_o.checkInteractive=void 0;var m4=(me(),oe(he)),ex=Um(),g4=m4.__importDefault(Mi()),y4=Es(),D4=(...t)=>(0,_o.isInteractive)()?!0:t.length?t.filter(e=>!e).length?(y4.logger.error(`Non-interactive shell detected.
66
+ `)}Ge.columnar=Qj});var ZS=S(dr=>{"use strict";Object.defineProperty(dr,"__esModule",{value:!0});dr.TERMINAL_INFO=dr.CI_ENVIRONMENT_VARIABLES_DETECTED=dr.CI_ENVIRONMENT_VARIABLES=void 0;var e4=(me(),oe(he)),t4=gm(),r4=e4.__importStar(require("os")),n4=(0,t4.debug)("ionic:utils-terminal:info");dr.CI_ENVIRONMENT_VARIABLES=["CI","BUILD_ID","BUILD_NUMBER","BITBUCKET_COMMIT","CODEBUILD_BUILD_ARN","GITHUB_ACTIONS"];dr.CI_ENVIRONMENT_VARIABLES_DETECTED=dr.CI_ENVIRONMENT_VARIABLES.filter(t=>!!process.env[t]);function o4(){let{shell:t}=r4.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")}dr.CI_ENVIRONMENT_VARIABLES_DETECTED.length>0&&n4(`Environment variables for CI detected: ${dr.CI_ENVIRONMENT_VARIABLES_DETECTED.join(", ")}`);dr.TERMINAL_INFO=Object.freeze({ci:dr.CI_ENVIRONMENT_VARIABLES_DETECTED.length>0,shell:o4(),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 Um=S(Ki=>{"use strict";Object.defineProperty(Ki,"__esModule",{value:!0});var Dl=(me(),oe(he));Dl.__exportStar(Om(),Ki);Dl.__exportStar(uS(),Ki);Dl.__exportStar(XS(),Ki);Dl.__exportStar(ZS(),Ki)});var wl=S(jr=>{"use strict";Object.defineProperty(jr,"__esModule",{value:!0});jr.isFatal=jr.fatal=jr.FatalException=jr.BaseException=void 0;var bl=class extends Error{constructor(e,r){super(e),this.message=e,this.code=r}};jr.BaseException=bl;var Cs=class extends bl{constructor(e,r=1){super(e,"FATAL"),this.message=e,this.exitCode=r}};jr.FatalException=Cs;function i4(t){throw new Cs(t)}jr.fatal=i4;function a4(t){return t&&t instanceof Cs}jr.isFatal=a4});var Hm={};Yr(Hm,{LOGGER_LEVELS:()=>h4,Logger:()=>qm,NO_COLORS:()=>QS,StreamOutputStrategy:()=>vl,TTYOutputStrategy:()=>Mm,TTY_WIDTH:()=>s4,createDefaultLogger:()=>p4,indent:()=>u4,sliceAnsi:()=>c4,stringWidth:()=>l4,stripAnsi:()=>f4,wordWrap:()=>d4});var s4,u4,c4,l4,f4,d4,p4,QS,vl,Mm,qm,h4,Vm=Xe(()=>{s4=80,u4=t=>t,c4=t=>t,l4=t=>t.length,f4=t=>t,d4=t=>t,p4=()=>({info:console.log,warn:console.warn,error:console.error,debug:console.debug}),QS={},vl=class{constructor(){this.colors=QS,this.stream=process.stdout}},Mm=class extends vl{constructor(e){super(),this.options=e}},qm=class{constructor(){}info(){}warn(){}error(){}debug(){}},h4={DEBUG:"DEBUG",INFO:"INFO",WARN:"WARN",ERROR:"ERROR"}});var tx=S(_o=>{"use strict";Object.defineProperty(_o,"__esModule",{value:!0});_o.isInteractive=_o.checkInteractive=void 0;var m4=(me(),oe(he)),ex=Um(),g4=m4.__importDefault(Mi()),y4=Es(),D4=(...t)=>(0,_o.isInteractive)()?!0:t.length?t.filter(e=>!e).length?(y4.logger.error(`Non-interactive shell detected.
67
67
  Run the command with ${g4.default.input("--help")} to see a list of arguments that must be provided.`),!1):!0:!1;_o.checkInteractive=D4;var b4=()=>ex.TERMINAL_INFO.tty&&!ex.TERMINAL_INFO.ci;_o.isInteractive=b4});var Cl={};Yr(Cl,{default:()=>rx});function rx(){throw new Error("Prompts are not supported in this CLI build")}var El=Xe(()=>{});var Es=S(Mt=>{"use strict";Object.defineProperty(Mt,"__esModule",{value:!0});Mt.logSuccess=Mt.logPrompt=Mt.logger=Mt.output=void 0;var zm=(me(),oe(he)),So=(Vm(),oe(Hm)),xo=zm.__importDefault(Mi()),w4=tx(),nx={colors:xo.default,stream:process.argv.includes("--json")?process.stderr:process.stdout};Mt.output=(0,w4.isInteractive)()?new So.TTYOutputStrategy(nx):new So.StreamOutputStrategy(nx);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 v4(t,e){let{wordWrap:r}=await Promise.resolve().then(()=>zm.__importStar((Vm(),oe(Hm)))),{prompt:n}=await Promise.resolve().then(()=>zm.__importStar((El(),oe(Cl))));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=v4;function C4(t){Mt.logger.msg(`${xo.default.success("[success]")} ${t}`)}Mt.logSuccess=C4});var _l=S(Gi=>{"use strict";Object.defineProperty(Gi,"__esModule",{value:!0});Gi.resolveNode=Gi.requireTS=void 0;var E4=require("fs"),_4=Ui(),S4=require("path"),x4=(t,e)=>{let r=(0,S4.resolve)(e);delete require.cache[r],require.extensions[".ts"]=(o,i)=>{var a;let s=(0,_4.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};Gi.requireTS=x4;function A4(t,...e){try{return require.resolve(e.join("/"),{paths:[t]})}catch{let n=[t,"node_modules",...e].join("/");return(0,E4.existsSync)(n)?n:null}}Gi.resolveNode=A4});var ox={};Yr(ox,{default:()=>O4});var O4,ix=Xe(()=>{O4={}});var ax=S(Ur=>{"use strict";Object.defineProperty(Ur,"__esModule",{value:!0});Ur.buildXmlElement=Ur.writeXML=Ur.parseXML=Ur.readXML=void 0;var F4=(me(),oe(he)),k4=Ui(),_s=F4.__importDefault((ix(),oe(ox)));async function P4(t){var e;try{let r=await(0,k4.readFile)(t,{encoding:"utf-8"});try{return await _s.default.parseStringPromise(r)}catch(n){throw`Error parsing: ${t}, ${(e=n.stack)!==null&&e!==void 0?e:n}`}}catch{throw`Unable to read: ${t}`}}Ur.readXML=P4;function $4(t,e){let r=e!==void 0?new _s.default.Parser({...e}):new _s.default.Parser,n;return r.parseString(t,(o,i)=>{o||(n=i)}),n}Ur.parseXML=$4;async function I4(t){return new Promise(e=>{let n=new _s.default.Builder({headless:!0,explicitRoot:!1,rootName:"deleteme"}).buildObject(t);n=n.replace("<deleteme>","").replace("</deleteme>",""),e(n)})}Ur.writeXML=I4;function T4(t,e){return new _s.default.Builder({headless:!0,explicitRoot:!1,rootName:e}).buildObject(t)}Ur.buildXmlElement=T4});var fx=S(ke=>{"use strict";Object.defineProperty(ke,"__esModule",{value:!0});ke.getAllElements=ke.getFilePath=ke.getAssets=ke.getJSModules=ke.getPluginType=ke.getPlatformElement=ke.getPluginPlatform=ke.printPlugins=ke.fixName=ke.getDependencies=ke.resolvePlugin=ke.getPlugins=ke.getIncludedPluginPackages=void 0;var R4=(me(),oe(he)),B4=Ui(),Km=require("path"),Wi=R4.__importDefault(Mi()),N4=wl(),L4=Es(),sx=_l(),j4=ax();function ux(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}}ke.getIncludedPluginPackages=ux;async function U4(t,e){var r;let n=(r=ux(t,e))!==null&&r!==void 0?r:lx(t);return(await Promise.all(n.map(async i=>cx(t,i)))).filter(i=>!!i)}ke.getPlugins=U4;async function cx(t,e){try{let r=(0,sx.resolveNode)(t.app.rootDir,e,"package.json");r||(0,N4.fatal)(`Unable to find ${Wi.default.strong(`node_modules/${e}`)}.
68
68
  Are you sure ${Wi.default.strong(e)} is installed?`);let n=(0,Km.dirname)(r),o=await(0,B4.readJSON)(r);if(!o)return null;if(o.capacitor)return{id:e,name:Gm(e),version:o.version,rootPath:n,repository:o.repository,manifest:o.capacitor};let i=(0,Km.join)(n,"plugin.xml"),a=await(0,j4.readXML)(i);return{id:e,name:Gm(e),version:o.version,rootPath:n,repository:o.repository,xml:a.plugin}}catch{}return null}ke.resolvePlugin=cx;function lx(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:{})]}ke.getDependencies=lx;function Gm(t){return t=t.replace(/\//g,"_").replace(/-/g,"_").replace(/@/g,"").replace(/_\w/g,e=>e[1].toUpperCase()),t.charAt(0).toUpperCase()+t.slice(1)}ke.fixName=Gm;function M4(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 ${Wi.default.strong(e)}:
69
69
  `;break;case"incompatible":n=`Found ${t.length} incompatible Cordova plugin${o} for ${Wi.default.strong(e)}, skipped install:
@@ -102,9 +102,9 @@ Please follow the Upgrade Guide to move ${Oo.default.strong("public")} inside th
102
102
  const config: CapacitorConfig = ${(0,t5.formatJSObject)(t)};
103
103
 
104
104
  export default config;
105
- `}});function D5(){try{return ig.default.statSync("/.dockerenv"),!0}catch{return!1}}function b5(){try{return ig.default.readFileSync("/proc/self/cgroup","utf8").includes("docker")}catch{return!1}}function ag(){return og===void 0&&(og=D5()||b5()),og}var ig,og,Nx=Xe(()=>{ig=ue(require("node:fs"),1)});function Zi(){return sg===void 0&&(sg=w5()||ag()),sg}var Lx,sg,w5,ug=Xe(()=>{Lx=ue(require("node:fs"),1);Nx();w5=()=>{try{return Lx.default.statSync("/run/.containerenv"),!0}catch{return!1}}});var cg,Ux,Mx,jx,cn,lg=Xe(()=>{cg=ue(require("node:process"),1),Ux=ue(require("node:os"),1),Mx=ue(require("node:fs"),1);ug();jx=()=>{if(cg.default.platform!=="linux")return!1;if(Ux.default.release().toLowerCase().includes("microsoft"))return!Zi();try{return Mx.default.readFileSync("/proc/version","utf8").toLowerCase().includes("microsoft")?!Zi():!1}catch{return!1}},cn=cg.default.env.__IS_WSL_TEST__?jx:jx()});var fg,qx,Hx,Vx,v5,dg,Wt,pg=Xe(()=>{fg=ue(require("node:process"),1),qx=require("node:buffer"),Hx=require("node:util"),Vx=ue(require("node:child_process"),1),v5=(0,Hx.promisify)(Vx.default.execFile),dg=()=>`${fg.default.env.SYSTEMROOT||fg.default.env.windir||String.raw`C:\Windows`}\\System32\\WindowsPowerShell\\v1.0\\powershell.exe`,Wt=async(t,e={})=>{let{powerShellPath:r,...n}=e,o=Wt.encodeCommand(t);return v5(r??dg(),[...Wt.argumentsPrefix,o],{encoding:"utf8",...n})};Wt.argumentsPrefix=["-NoProfile","-NonInteractive","-ExecutionPolicy","Bypass","-EncodedCommand"];Wt.encodeCommand=t=>qx.Buffer.from(t,"utf16le").toString("base64");Wt.escapeArgument=t=>`'${String(t).replaceAll("'","''")}'`});var Kx,Gx,Fo,C5,E5,_5,$l,zx,Wx,Yx,Jx,Xx=Xe(()=>{Kx=require("node:util"),Gx=ue(require("node:child_process"),1),Fo=ue(require("node:fs/promises"),1);lg();pg();lg();C5=(0,Kx.promisify)(Gx.default.execFile),E5=(()=>{let t="/mnt/",e;return async function(){if(e)return e;let r="/etc/wsl.conf",n=!1;try{await Fo.default.access(r,Fo.constants.F_OK),n=!0}catch{}if(!n)return t;let o=await Fo.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}})(),_5=async()=>`${await E5()}c/Windows/System32/WindowsPowerShell/v1.0/powershell.exe`,$l=cn?_5:dg,Wx=async()=>(zx??=(async()=>{try{let t=await $l();return await Fo.default.access(t,Fo.constants.X_OK),!0}catch{return!1}})(),zx),Yx=async()=>{let t=await $l(),e=String.raw`(Get-ItemProperty -Path "HKCU:\Software\Microsoft\Windows\Shell\Associations\UrlAssociations\http\UserChoice").ProgId`,{stdout:r}=await Wt(e,{powerShellPath:t});return r.trim()},Jx=async t=>{if(/^[a-z]+:\/\//i.test(t))return t;try{let{stdout:e}=await C5("wslpath",["-aw",t],{encoding:"utf8"});return e.trim()}catch{return t}}});function ko(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 Zx=Xe(()=>{});async function hg(){if(eA.default.platform!=="darwin")throw new Error("macOS only");let{stdout:t}=await S5("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 Qx,eA,tA,S5,rA=Xe(()=>{Qx=require("node:util"),eA=ue(require("node:process"),1),tA=require("node:child_process"),S5=(0,Qx.promisify)(tA.execFile)});async function iA(t,{humanReadableOutput:e=!0,signal:r}={}){if(nA.default.platform!=="darwin")throw new Error("macOS only");let n=e?[]:["-ss"],o={};r&&(o.signal=r);let{stdout:i}=await x5("osascript",["-e",t,n],o);return i.trim()}var nA,oA,mg,x5,aA=Xe(()=>{nA=ue(require("node:process"),1),oA=require("node:util"),mg=require("node:child_process"),x5=(0,oA.promisify)(mg.execFile)});async function gg(t){return iA(`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 sA=Xe(()=>{aA()});async function Dg(t=A5){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 Il(`Cannot find Windows browser in stdout: ${JSON.stringify(e)}`);let{id:n}=r.groups,o=lA[n];if(!o)throw new Il(`Unknown browser ID: ${n}`);return o}var uA,cA,A5,lA,yg,Il,bg=Xe(()=>{uA=require("node:util"),cA=require("node:child_process"),A5=(0,uA.promisify)(cA.execFile),lA={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"}},yg=new Map(Object.entries(lA)),Il=class extends Error{}});async function wg(){if(Tl.default.platform==="darwin"){let t=await hg();return{name:await gg(t),id:t}}if(Tl.default.platform==="linux"){let{stdout:t}=await O5("xdg-mime",["query","default","x-scheme-handler/http"]),e=t.trim();return{name:F5(e.replace(/.desktop$/,"").replace("-"," ")),id:e}}if(Tl.default.platform==="win32")return Dg();throw new Error("Only macOS, Linux, and Windows are supported")}var fA,Tl,dA,O5,F5,pA=Xe(()=>{fA=require("node:util"),Tl=ue(require("node:process"),1),dA=require("node:child_process");rA();sA();bg();bg();O5=(0,fA.promisify)(dA.execFile),F5=t=>t.toLowerCase().replaceAll(/(?:^|\s|-)\S/g,e=>e.toUpperCase())});var Rl,k5,hA,mA=Xe(()=>{Rl=ue(require("node:process"),1),k5=!!(Rl.default.env.SSH_CONNECTION||Rl.default.env.SSH_CLIENT||Rl.default.env.SSH_TTY),hA=k5});var _g={};Yr(_g,{apps:()=>Po,default:()=>I5,openApp:()=>$5});function bA(t){if(typeof t=="string"||Array.isArray(t))return t;let{[yA]:e}=t;if(!e)throw new Error(`${yA} is not supported`);return e}function Fs({[Qi]:t},{wsl:e}={}){if(e&&cn)return bA(e);if(!t)throw new Error(`${Qi} is not supported`);return bA(t)}var Cg,Eg,vA,CA,Nl,wA,Bl,vg,gA,Qi,yA,DA,Os,P5,$5,Po,I5,Sg=Xe(()=>{Cg=ue(require("node:process"),1),Eg=ue(require("node:path"),1),vA=require("node:url"),CA=ue(require("node:child_process"),1),Nl=ue(require("node:fs/promises"),1);Xx();pg();Zx();pA();ug();mA();wA={},Bl=Symbol("fallbackAttempt"),vg=wA.url?Eg.default.dirname((0,vA.fileURLToPath)(wA.url)):"",gA=Eg.default.join(vg,"xdg-open"),{platform:Qi,arch:yA}=Cg.default,DA=async(t,e)=>{if(t.length===0)return;let r=[];for(let n of t)try{return await e(n)}catch(o){r.push(o)}throw new AggregateError(r,"Failed to open in all supported apps")},Os=async t=>{t={wait:!1,background:!1,newInstance:!1,allowNonzeroExitCode:!1,...t};let e=t[Bl]===!0;if(delete t[Bl],Array.isArray(t.app))return DA(t.app,c=>Os({...t,app:c,[Bl]:!0}));let{name:r,arguments:n=[]}=t.app??{};if(n=[...n],Array.isArray(r))return DA(r,c=>Os({...t,app:{name:c,arguments:n},[Bl]:!0}));if(r==="browser"||r==="browserPrivate"){let c={"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","com.apple.safari":"safari"},l={chrome:"--incognito",brave:"--incognito",firefox:"--private-window",edge:"--inPrivate"},d;if(cn){let p=await Yx();d=yg.get(p)??{}}else d=await wg();if(d.id in c){let p=c[d.id.toLowerCase()];if(r==="browserPrivate"){if(p==="safari")throw new Error("Safari doesn't support opening in private mode via command line");n.push(l[p])}return Os({...t,app:{name:Po[p],arguments:n}})}throw new Error(`${d.name} is not supported as a default browser`)}let o,i=[],a={},s=!1;if(cn&&!Zi()&&!hA&&!r&&(s=await Wx()),Qi==="darwin")o="open",t.wait&&i.push("--wait-apps"),t.background&&i.push("--background"),t.newInstance&&i.push("--new"),r&&i.push("-a",r);else if(Qi==="win32"||s){o=await $l(),i.push(...Wt.argumentsPrefix),cn||(a.windowsVerbatimArguments=!0),cn&&t.target&&(t.target=await Jx(t.target));let c=["$ProgressPreference = 'SilentlyContinue';","Start"];t.wait&&c.push("-Wait"),r?(c.push(Wt.escapeArgument(r)),t.target&&n.push(t.target)):t.target&&c.push(Wt.escapeArgument(t.target)),n.length>0&&(n=n.map(l=>Wt.escapeArgument(l)),c.push("-ArgumentList",n.join(","))),t.target=Wt.encodeCommand(c.join(" ")),t.wait||(a.stdio="ignore")}else{if(r)o=r;else{let c=!vg||vg==="/",l=!1;try{await Nl.default.access(gA,Nl.constants.X_OK),l=!0}catch{}o=Cg.default.versions.electron??(Qi==="android"||c||!l)?"xdg-open":gA}n.length>0&&i.push(...n),t.wait||(a.stdio="ignore",a.detached=!0)}Qi==="darwin"&&n.length>0&&i.push("--args",...n),t.target&&i.push(t.target);let u=CA.default.spawn(o,i,a);return t.wait?new Promise((c,l)=>{u.once("error",l),u.once("close",d=>{if(!t.allowNonzeroExitCode&&d!==0){l(new Error(`Exited with code ${d}`));return}c(u)})}):e?new Promise((c,l)=>{u.once("error",l),u.once("spawn",()=>{u.once("close",d=>{if(u.off("error",l),d!==0){l(new Error(`Exited with code ${d}`));return}u.unref(),c(u)})})}):(u.unref(),new Promise((c,l)=>{u.once("error",l),u.once("spawn",()=>{u.off("error",l),c(u)})}))},P5=(t,e)=>{if(typeof t!="string")throw new TypeError("Expected a `target`");return Os({...e,target:t})},$5=(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 Os({...e,app:{name:t,arguments:r}})};Po={browser:"browser",browserPrivate:"browserPrivate"};ko(Po,"chrome",()=>Fs({darwin:"google chrome",win32:"chrome",linux:["google-chrome","google-chrome-stable","chromium","chromium-browser"]},{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"]}}));ko(Po,"brave",()=>Fs({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"]}}));ko(Po,"firefox",()=>Fs({darwin:"firefox",win32:String.raw`C:\Program Files\Mozilla Firefox\firefox.exe`,linux:"firefox"},{wsl:"/mnt/c/Program Files/Mozilla Firefox/firefox.exe"}));ko(Po,"edge",()=>Fs({darwin:"microsoft edge",win32:"msedge",linux:["microsoft-edge","microsoft-edge-dev"]},{wsl:"/mnt/c/Program Files (x86)/Microsoft/Edge/Application/msedge.exe"}));ko(Po,"safari",()=>Fs({darwin:"Safari"}));I5=P5});var ff=S(mr=>{"use strict";mr.isInteger=t=>typeof t=="number"?Number.isInteger(t):typeof t=="string"&&t.trim()!==""?Number.isInteger(Number(t)):!1;mr.find=(t,e)=>t.nodes.find(r=>r.type===e);mr.exceedsLimit=(t,e,r=1,n)=>n===!1||!mr.isInteger(t)||!mr.isInteger(e)?!1:(Number(e)-Number(t))/Number(r)>=n;mr.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)};mr.encloseBrace=t=>t.type!=="brace"?!1:t.commas>>0+t.ranges>>0===0?(t.invalid=!0,!0):!1;mr.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;mr.isOpenOrClose=t=>t.type==="open"||t.type==="close"?!0:t.open===!0||t.close===!0;mr.reduce=t=>t.reduce((e,r)=>(r.type==="text"&&e.push(r.value),r.type==="range"&&(r.type="text"),e),[]);mr.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 df=S((XJ,Z1)=>{"use strict";var X1=ff();Z1.exports=(t,e={})=>{let r=(n,o={})=>{let i=e.escapeInvalid&&X1.isInvalidBrace(o),a=n.invalid===!0&&e.escapeInvalid===!0,s="";if(n.value)return(i||a)&&X1.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 eO=S((ZJ,Q1)=>{"use strict";Q1.exports=function(t){return typeof t=="number"?t-t===0:typeof t=="string"&&t.trim()!==""?Number.isFinite?Number.isFinite(+t):isFinite(+t):!1}});var cO=S((QJ,uO)=>{"use strict";var tO=eO(),Mo=(t,e,r)=>{if(tO(t)===!1)throw new TypeError("toRegexRange: expected the first argument to be a number");if(e===void 0||t===e)return String(t);if(tO(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(Mo.cache.hasOwnProperty(u))return Mo.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=sO(t)||sO(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=rO(b,Math.abs(c),p,n),c=p.a=0}return l>=0&&(h=rO(c,l,p,n)),p.negatives=m,p.positives=h,p.result=xM(m,h,n),n.capture===!0?p.result=`(${p.result})`:n.wrap!==!1&&h.length+m.length>1&&(p.result=`(?:${p.result})`),Mo.cache[u]=p,p.result};function xM(t,e,r){let n=Jg(t,e,"-",!1,r)||[],o=Jg(e,t,"",!1,r)||[],i=Jg(t,e,"-?",!0,r)||[];return n.concat(i).concat(o).join("|")}function AM(t,e){let r=1,n=1,o=oO(t,r),i=new Set([e]);for(;t<=o&&o<=e;)i.add(o),r+=1,o=oO(t,r);for(o=iO(e+1,n)-1;t<o&&o<=e;)i.add(o),n+=1,o=iO(e+1,n)-1;return i=[...i],i.sort(kM),i}function OM(t,e,r){if(t===e)return{pattern:t,count:[],digits:0};let n=FM(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+=PM(u,c,r):a++}return a&&(i+=r.shorthand===!0?"\\d":"[0-9]"),{pattern:i,count:[a],digits:o}}function rO(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=OM(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+aO(s.count),a=c+1;continue}r.isPadded&&(d=$M(c,r,n)),l.string=d+l.pattern+aO(l.count),i.push(l),a=c+1,s=l}return i}function Jg(t,e,r,n,o){let i=[];for(let a of t){let{string:s}=a;!n&&!nO(e,"string",s)&&i.push(r+s),n&&nO(e,"string",s)&&i.push(r+s)}return i}function FM(t,e){let r=[];for(let n=0;n<t.length;n++)r.push([t[n],e[n]]);return r}function kM(t,e){return t>e?1:e>t?-1:0}function nO(t,e,r){return t.some(n=>n[e]===r)}function oO(t,e){return Number(String(t).slice(0,-e)+"9".repeat(e))}function iO(t,e){return t-t%Math.pow(10,e)}function aO(t){let[e=0,r=""]=t;return r||e>1?`{${e+(r?","+r:"")}}`:""}function PM(t,e,r){return`[${t}${e-t===1?"":"-"}${e}]`}function sO(t){return/^-?(0+)\d/.test(t)}function $M(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}}`}}Mo.cache={};Mo.clearCache=()=>Mo.cache={};uO.exports=Mo});var Qg=S((eX,gO)=>{"use strict";var IM=require("util"),fO=cO(),lO=t=>t!==null&&typeof t=="object"&&!Array.isArray(t),TM=t=>e=>t===!0?Number(e):String(e),Xg=t=>typeof t=="number"||typeof t=="string"&&t!=="",Hs=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},RM=(t,e,r)=>typeof t=="string"||typeof e=="string"?!0:r.stringify===!0,BM=(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},hf=(t,e)=>{let r=t[0]==="-"?"-":"";for(r&&(t=t.slice(1),e--);t.length<e;)t="0"+t;return r?"-"+t:t},NM=(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=>hf(String(s),r)).join("|")),t.negatives.length&&(i=`-(${n}${t.negatives.map(s=>hf(String(s),r)).join("|")})`),o&&i?a=`${o}|${i}`:a=o||i,e.wrap?`(${n}${a})`:a},dO=(t,e,r,n)=>{if(r)return fO(t,e,{wrap:!1,...n});let o=String.fromCharCode(t);if(t===e)return o;let i=String.fromCharCode(e);return`[${o}-${i}]`},pO=(t,e,r)=>{if(Array.isArray(t)){let n=r.wrap===!0,o=r.capture?"":"?:";return n?`(${o}${t.join("|")})`:t.join("|")}return fO(t,e,r)},hO=(...t)=>new RangeError("Invalid range arguments: "+IM.inspect(...t)),mO=(t,e,r)=>{if(r.strictRanges===!0)throw hO([t,e]);return[]},LM=(t,e)=>{if(e.strictRanges===!0)throw new TypeError(`Expected step "${t}" to be a number`);return[]},jM=(t,e,r=1,n={})=>{let o=Number(t),i=Number(e);if(!Number.isInteger(o)||!Number.isInteger(i)){if(n.strictRanges===!0)throw hO([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&&RM(t,e,n)===!1,h=n.transform||TM(p);if(n.toRegex&&r===1)return dO(hf(t,d),hf(e,d),!0,n);let m={negatives:[],positives:[]},b=E=>m[E<0?"negatives":"positives"].push(Math.abs(E)),y=[],v=0;for(;a?o>=i:o<=i;)n.toRegex===!0&&r>1?b(o):y.push(BM(h(o,v),d,p)),o=a?o-r:o+r,v++;return n.toRegex===!0?r>1?NM(m,n,d):pO(y,null,{wrap:!1,...n}):y},UM=(t,e,r=1,n={})=>{if(!Hs(t)&&t.length>1||!Hs(e)&&e.length>1)return mO(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 dO(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?pO(l,null,{wrap:!1,options:n}):l},pf=(t,e,r,n={})=>{if(e==null&&Xg(t))return[t];if(!Xg(t)||!Xg(e))return mO(t,e,n);if(typeof r=="function")return pf(t,e,1,{transform:r});if(lO(r))return pf(t,e,0,r);let o={...n};return o.capture===!0&&(o.wrap=!0),r=r||o.step||1,Hs(r)?Hs(t)&&Hs(e)?jM(t,e,r,o):UM(t,e,Math.max(Math.abs(r),1),o):r!=null&&!lO(r)?LM(r,o):pf(t,e,1,r)};gO.exports=pf});var bO=S((tX,DO)=>{"use strict";var MM=Qg(),yO=ff(),qM=(t,e={})=>{let r=(n,o={})=>{let i=yO.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=yO.reduce(n.nodes),d=MM(...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)};DO.exports=qM});var CO=S((rX,vO)=>{"use strict";var HM=Qg(),wO=df(),ha=ff(),qo=(t="",e="",r=!1)=>{let n=[];if(t=[].concat(t),e=[].concat(e),!e.length)return t;if(!t.length)return r?ha.flatten(e).map(o=>`{${o}}`):e;for(let o of t)if(Array.isArray(o))for(let i of o)n.push(qo(i,e,r));else for(let i of e)r===!0&&typeof i=="string"&&(i=`{${i}}`),n.push(Array.isArray(i)?qo(o,i,r):o+i);return ha.flatten(n)},VM=(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(qo(s.pop(),wO(o,e)));return}if(o.type==="brace"&&o.invalid!==!0&&o.nodes.length===2){s.push(qo(s.pop(),["{}"]));return}if(o.nodes&&o.ranges>0){let d=ha.reduce(o.nodes);if(ha.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=HM(...d,e);p.length===0&&(p=wO(o,e)),s.push(qo(s.pop(),p)),o.nodes=[];return}let u=ha.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(qo(s.pop(),c,u));continue}if(p.value&&p.type!=="open"){c.push(qo(c.pop(),p.value));continue}p.nodes&&n(p,o)}return c};return ha.flatten(n(t))};vO.exports=VM});var _O=S((nX,EO)=>{"use strict";EO.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((oX,OO)=>{"use strict";var zM=df(),{MAX_LENGTH:SO,CHAR_BACKSLASH:ey,CHAR_BACKTICK:KM,CHAR_COMMA:GM,CHAR_DOT:WM,CHAR_LEFT_PARENTHESES:YM,CHAR_RIGHT_PARENTHESES:JM,CHAR_LEFT_CURLY_BRACE:XM,CHAR_RIGHT_CURLY_BRACE:ZM,CHAR_LEFT_SQUARE_BRACKET:xO,CHAR_RIGHT_SQUARE_BRACKET:AO,CHAR_DOUBLE_QUOTE:QM,CHAR_SINGLE_QUOTE:e9,CHAR_NO_BREAK_SPACE:t9,CHAR_ZERO_WIDTH_NOBREAK_SPACE:r9}=_O(),n9=(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===r9||p===t9)){if(p===ey){m({type:"text",value:(e.keepEscaping?p:"")+h()});continue}if(p===AO){m({type:"text",value:"\\"+p});continue}if(p===xO){u++;let b;for(;l<c&&(b=h());){if(p+=b,b===xO){u++;continue}if(b===ey){p+=h();continue}if(b===AO&&(u--,u===0))break}m({type:"text",value:p});continue}if(p===YM){a=m({type:"paren",nodes:[]}),i.push(a),m({type:"text",value:p});continue}if(p===JM){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===QM||p===e9||p===KM){let b=p,y;for(e.keepQuotes!==!0&&(p="");l<c&&(y=h());){if(y===ey){p+=y+h();continue}if(y===b){e.keepQuotes===!0&&(p+=y);break}p+=y}m({type:"text",value:p});continue}if(p===XM){d++;let y={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(y),i.push(a),m({type:"open",value:p});continue}if(p===ZM){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===GM&&d>0){if(a.ranges>0){a.ranges=0;let b=a.nodes.shift();a.nodes=[b,{type:"text",value:zM(a)}]}m({type:"comma",value:p}),a.commas++;continue}if(p===WM&&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 y=b[b.length-1];y.value+=s.value+p,s=y,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(v=>{v.nodes||(v.type==="open"&&(v.isOpen=!0),v.type==="close"&&(v.isClose=!0),v.nodes||(v.type="text"),v.invalid=!0)});let b=i[i.length-1],y=b.nodes.indexOf(a);b.nodes.splice(y,1,...a.nodes)}while(i.length>0);return m({type:"eos"}),o};OO.exports=n9});var $O=S((iX,PO)=>{"use strict";var kO=df(),o9=bO(),i9=CO(),a9=FO(),Zt=(t,e={})=>{let r=[];if(Array.isArray(t))for(let n of t){let o=Zt.create(n,e);Array.isArray(o)?r.push(...o):r.push(o)}else r=[].concat(Zt.create(t,e));return e&&e.expand===!0&&e.nodupes===!0&&(r=[...new Set(r)]),r};Zt.parse=(t,e={})=>a9(t,e);Zt.stringify=(t,e={})=>kO(typeof t=="string"?Zt.parse(t,e):t,e);Zt.compile=(t,e={})=>(typeof t=="string"&&(t=Zt.parse(t,e)),o9(t,e));Zt.expand=(t,e={})=>{typeof t=="string"&&(t=Zt.parse(t,e));let r=i9(t,e);return e.noempty===!0&&(r=r.filter(Boolean)),e.nodupes===!0&&(r=[...new Set(r)]),r};Zt.create=(t,e={})=>t===""||t.length<3?[t]:e.expand!==!0?Zt.compile(t,e):Zt.expand(t,e);PO.exports=Zt});var Vs=S((aX,NO)=>{"use strict";var s9=require("path"),zr="\\\\/",IO=`[^${zr}]`,yn="\\.",u9="\\+",c9="\\?",mf="\\/",l9="(?=.)",TO="[^/]",ty=`(?:${mf}|$)`,RO=`(?:^|${mf})`,ry=`${yn}{1,2}${ty}`,f9=`(?!${yn})`,d9=`(?!${RO}${ry})`,p9=`(?!${yn}{0,1}${ty})`,h9=`(?!${ry})`,m9=`[^.${mf}]`,g9=`${TO}*?`,BO={DOT_LITERAL:yn,PLUS_LITERAL:u9,QMARK_LITERAL:c9,SLASH_LITERAL:mf,ONE_CHAR:l9,QMARK:TO,END_ANCHOR:ty,DOTS_SLASH:ry,NO_DOT:f9,NO_DOTS:d9,NO_DOT_SLASH:p9,NO_DOTS_SLASH:h9,QMARK_NO_DOT:m9,STAR:g9,START_ANCHOR:RO},y9={...BO,SLASH_LITERAL:`[${zr}]`,QMARK:IO,STAR:`${IO}*?`,DOTS_SLASH:`${yn}{1,2}(?:[${zr}]|$)`,NO_DOT:`(?!${yn})`,NO_DOTS:`(?!(?:^|[${zr}])${yn}{1,2}(?:[${zr}]|$))`,NO_DOT_SLASH:`(?!${yn}{0,1}(?:[${zr}]|$))`,NO_DOTS_SLASH:`(?!${yn}{1,2}(?:[${zr}]|$))`,QMARK_NO_DOT:`[^.${zr}]`,START_ANCHOR:`(?:^|[${zr}])`,END_ANCHOR:`(?:[${zr}]|$)`},D9={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"};NO.exports={MAX_LENGTH:1024*64,POSIX_REGEX_SOURCE:D9,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:s9.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?y9:BO}}});var zs=S(Ht=>{"use strict";var b9=require("path"),w9=process.platform==="win32",{REGEX_BACKSLASH:v9,REGEX_REMOVE_BACKSLASH:C9,REGEX_SPECIAL_CHARS:E9,REGEX_SPECIAL_CHARS_GLOBAL:_9}=Vs();Ht.isObject=t=>t!==null&&typeof t=="object"&&!Array.isArray(t);Ht.hasRegexChars=t=>E9.test(t);Ht.isRegexChar=t=>t.length===1&&Ht.hasRegexChars(t);Ht.escapeRegex=t=>t.replace(_9,"\\$1");Ht.toPosixSlashes=t=>t.replace(v9,"/");Ht.removeBackslashes=t=>t.replace(C9,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:w9===!0||b9.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 zO=S((uX,VO)=>{"use strict";var LO=zs(),{CHAR_ASTERISK:ny,CHAR_AT:S9,CHAR_BACKWARD_SLASH:Ks,CHAR_COMMA:x9,CHAR_DOT:oy,CHAR_EXCLAMATION_MARK:iy,CHAR_FORWARD_SLASH:HO,CHAR_LEFT_CURLY_BRACE:ay,CHAR_LEFT_PARENTHESES:sy,CHAR_LEFT_SQUARE_BRACKET:A9,CHAR_PLUS:O9,CHAR_QUESTION_MARK:jO,CHAR_RIGHT_CURLY_BRACE:F9,CHAR_RIGHT_PARENTHESES:UO,CHAR_RIGHT_SQUARE_BRACKET:k9}=Vs(),MO=t=>t===HO||t===Ks,qO=t=>{t.isPrefix!==!0&&(t.depth=t.isGlobstar?1/0:1)},P9=(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,y=!1,v=!1,E=!1,g=!1,_=!1,x=!1,$=0,k,B,T={value:"",depth:0,isGlob:!1},L=()=>c>=n,A=()=>u.charCodeAt(c+1),j=()=>(k=B,u.charCodeAt(++c));for(;c<n;){B=j();let w;if(B===Ks){E=T.backslashes=!0,B=j(),B===ay&&(v=!0);continue}if(v===!0||B===ay){for($++;L()!==!0&&(B=j());){if(B===Ks){E=T.backslashes=!0,j();continue}if(B===ay){$++;continue}if(v!==!0&&B===oy&&(B=j())===oy){if(p=T.isBrace=!0,m=T.isGlob=!0,x=!0,o===!0)continue;break}if(v!==!0&&B===x9){if(p=T.isBrace=!0,m=T.isGlob=!0,x=!0,o===!0)continue;break}if(B===F9&&($--,$===0)){v=!1,p=T.isBrace=!0,x=!0;break}}if(o===!0)continue;break}if(B===HO){if(i.push(c),a.push(T),T={value:"",depth:0,isGlob:!1},x===!0)continue;if(k===oy&&c===l+1){l+=2;continue}d=c+1;continue}if(r.noext!==!0&&(B===O9||B===S9||B===ny||B===jO||B===iy)===!0&&A()===sy){if(m=T.isGlob=!0,b=T.isExtglob=!0,x=!0,B===iy&&c===l&&(_=!0),o===!0){for(;L()!==!0&&(B=j());){if(B===Ks){E=T.backslashes=!0,B=j();continue}if(B===UO){m=T.isGlob=!0,x=!0;break}}continue}break}if(B===ny){if(k===ny&&(y=T.isGlobstar=!0),m=T.isGlob=!0,x=!0,o===!0)continue;break}if(B===jO){if(m=T.isGlob=!0,x=!0,o===!0)continue;break}if(B===A9){for(;L()!==!0&&(w=j());){if(w===Ks){E=T.backslashes=!0,j();continue}if(w===k9){h=T.isBracket=!0,m=T.isGlob=!0,x=!0;break}}if(o===!0)continue;break}if(r.nonegate!==!0&&B===iy&&c===l){g=T.negated=!0,l++;continue}if(r.noparen!==!0&&B===sy){if(m=T.isGlob=!0,o===!0){for(;L()!==!0&&(B=j());){if(B===sy){E=T.backslashes=!0,B=j();continue}if(B===UO){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,W="",F="";l>0&&(W=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&&MO(M.charCodeAt(M.length-1))&&(M=M.slice(0,-1)),r.unescape===!0&&(F&&(F=LO.removeBackslashes(F)),M&&E===!0&&(M=LO.removeBackslashes(M)));let D={prefix:W,input:t,start:l,base:M,glob:F,isBrace:p,isBracket:h,isGlob:m,isExtglob:b,isGlobstar:y,negated:g,negatedExtglob:_};if(r.tokens===!0&&(D.maxDepth=0,MO(B)||a.push(T),D.tokens=a),r.parts===!0||r.tokens===!0){let w;for(let C=0;C<i.length;C++){let O=w?w+1:l,R=i[C],I=t.slice(O,R);r.tokens&&(C===0&&l!==0?(a[C].isPrefix=!0,a[C].value=W):a[C].value=I,qO(a[C]),D.maxDepth+=a[C].depth),(C!==0||I!=="")&&s.push(I),w=R}if(w&&w+1<t.length){let C=t.slice(w+1);s.push(C),r.tokens&&(a[a.length-1].value=C,qO(a[a.length-1]),D.maxDepth+=a[a.length-1].depth)}D.slashes=i,D.parts=s}return D};VO.exports=P9});var WO=S((cX,GO)=>{"use strict";var gf=Vs(),Qt=zs(),{MAX_LENGTH:yf,POSIX_REGEX_SOURCE:$9,REGEX_NON_SPECIAL_CHARS:I9,REGEX_SPECIAL_CHARS_BACKREF:T9,REPLACEMENTS:KO}=gf,R9=(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=>Qt.escapeRegex(o)).join("..")}return r},ma=(t,e)=>`Missing ${t}: "${e}" - use "\\\\${e}" to match literal characters`,uy=(t,e)=>{if(typeof t!="string")throw new TypeError("Expected a string");t=KO[t]||t;let r={...e},n=typeof r.maxLength=="number"?Math.min(yf,r.maxLength):yf,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=Qt.isWindows(e),c=gf.globChars(u),l=gf.extglobChars(c),{DOT_LITERAL:d,PLUS_LITERAL:p,SLASH_LITERAL:h,ONE_CHAR:m,DOTS_SLASH:b,NO_DOT:y,NO_DOT_SLASH:v,NO_DOTS_SLASH:E,QMARK:g,QMARK_NO_DOT:_,STAR:x,START_ANCHOR:$}=c,k=G=>`(${s}(?:(?!${$}${G.dot?b:d}).)*?)`,B=r.dot?"":y,T=r.dot?g:_,L=r.bash===!0?k(r):x;r.capture&&(L=`(${L})`),typeof r.noext=="boolean"&&(r.noextglob=r.noext);let A={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=Qt.removePrefix(t,A),o=t.length;let j=[],M=[],W=[],F=i,D,w=()=>A.index===o-1,C=A.peek=(G=1)=>t[A.index+G],O=A.advance=()=>t[++A.index]||"",R=()=>t.slice(A.index+1),I=(G="",Se=0)=>{A.consumed+=G,A.index+=Se},q=G=>{A.output+=G.output!=null?G.output:G.value,I(G.value)},P=()=>{let G=1;for(;C()==="!"&&(C(2)!=="("||C(3)==="?");)O(),A.start++,G++;return G%2===0?!1:(A.negated=!0,A.start++,!0)},N=G=>{A[G]++,W.push(G)},z=G=>{A[G]--,W.pop()},H=G=>{if(F.type==="globstar"){let Se=A.braces>0&&(G.type==="comma"||G.type==="brace"),V=G.extglob===!0||j.length&&(G.type==="pipe"||G.type==="paren");G.type!=="slash"&&G.type!=="paren"&&!Se&&!V&&(A.output=A.output.slice(0,-F.output.length),F.type="star",F.value="*",F.output=L,A.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,Se)=>{let V={...l[Se],conditions:1,inner:""};V.prev=F,V.parens=A.parens,V.output=A.output;let ce=(r.capture?"(":"")+V.open;N("parens"),H({type:G,value:Se,output:A.output?"":m}),H({type:"paren",extglob:!0,value:O(),output:ce}),j.push(V)},zt=G=>{let Se=G.close+(r.capture?")":""),V;if(G.type==="negate"){let ce=L;if(G.inner&&G.inner.length>1&&G.inner.includes("/")&&(ce=k(r)),(ce!==L||w()||/^\)+$/.test(R()))&&(Se=G.close=`)$))${ce}`),G.inner.includes("*")&&(V=R())&&/^\.[^\\/.]+$/.test(V)){let qe=uy(V,{...e,fastpaths:!1}).output;Se=G.close=`)${qe})${ce})`}G.prev.type==="bos"&&(A.negatedExtglob=!0)}H({type:"paren",extglob:!0,value:D,output:Se}),z("parens")};if(r.fastpaths!==!1&&!/(^[*!]|[/()[\]{}"])/.test(t)){let G=!1,Se=t.replace(T9,(V,ce,qe,Et,rt,Af)=>Et==="\\"?(G=!0,V):Et==="?"?ce?ce+Et+(rt?g.repeat(rt.length):""):Af===0?T+(rt?g.repeat(rt.length):""):g.repeat(qe.length):Et==="."?d.repeat(qe.length):Et==="*"?ce?ce+Et+(rt?L:""):L:ce?V:`\\${V}`);return G===!0&&(r.unescape===!0?Se=Se.replace(/\\/g,""):Se=Se.replace(/\\+/g,V=>V.length%2===0?"\\\\":V?"\\":"")),Se===t&&r.contains===!0?(A.output=t,A):(A.output=Qt.wrapOutput(Se,A,e),A)}for(;!w();){if(D=O(),D==="\0")continue;if(D==="\\"){let V=C();if(V==="/"&&r.bash!==!0||V==="."||V===";")continue;if(!V){D+="\\",H({type:"text",value:D});continue}let ce=/^\\+/.exec(R()),qe=0;if(ce&&ce[0].length>2&&(qe=ce[0].length,A.index+=qe,qe%2!==0&&(D+="\\")),r.unescape===!0?D=O():D+=O(),A.brackets===0){H({type:"text",value:D});continue}}if(A.brackets>0&&(D!=="]"||F.value==="["||F.value==="[^")){if(r.posix!==!1&&D===":"){let V=F.value.slice(1);if(V.includes("[")&&(F.posix=!0,V.includes(":"))){let ce=F.value.lastIndexOf("["),qe=F.value.slice(0,ce),Et=F.value.slice(ce+2),rt=$9[Et];if(rt){F.value=qe+rt,A.backtrack=!0,O(),!i.output&&a.indexOf(F)===1&&(i.output=m);continue}}}(D==="["&&C()!==":"||D==="-"&&C()==="]")&&(D=`\\${D}`),D==="]"&&(F.value==="["||F.value==="[^")&&(D=`\\${D}`),r.posix===!0&&D==="!"&&F.value==="["&&(D="^"),F.value+=D,q({value:D});continue}if(A.quotes===1&&D!=='"'){D=Qt.escapeRegex(D),F.value+=D,q({value:D});continue}if(D==='"'){A.quotes=A.quotes===1?0:1,r.keepQuotes===!0&&H({type:"text",value:D});continue}if(D==="("){N("parens"),H({type:"paren",value:D});continue}if(D===")"){if(A.parens===0&&r.strictBrackets===!0)throw new SyntaxError(ma("opening","("));let V=j[j.length-1];if(V&&A.parens===V.parens+1){zt(j.pop());continue}H({type:"paren",value:D,output:A.parens?")":"\\)"}),z("parens");continue}if(D==="["){if(r.nobracket===!0||!R().includes("]")){if(r.nobracket!==!0&&r.strictBrackets===!0)throw new SyntaxError(ma("closing","]"));D=`\\${D}`}else N("brackets");H({type:"bracket",value:D});continue}if(D==="]"){if(r.nobracket===!0||F&&F.type==="bracket"&&F.value.length===1){H({type:"text",value:D,output:`\\${D}`});continue}if(A.brackets===0){if(r.strictBrackets===!0)throw new SyntaxError(ma("opening","["));H({type:"text",value:D,output:`\\${D}`});continue}z("brackets");let V=F.value.slice(1);if(F.posix!==!0&&V[0]==="^"&&!V.includes("/")&&(D=`/${D}`),F.value+=D,q({value:D}),r.literalBrackets===!1||Qt.hasRegexChars(V))continue;let ce=Qt.escapeRegex(F.value);if(A.output=A.output.slice(0,-F.value.length),r.literalBrackets===!0){A.output+=ce,F.value=ce;continue}F.value=`(${s}${ce}|${F.value})`,A.output+=F.value;continue}if(D==="{"&&r.nobrace!==!0){N("braces");let V={type:"brace",value:D,output:"(",outputIndex:A.output.length,tokensIndex:A.tokens.length};M.push(V),H(V);continue}if(D==="}"){let V=M[M.length-1];if(r.nobrace===!0||!V){H({type:"text",value:D,output:D});continue}let ce=")";if(V.dots===!0){let qe=a.slice(),Et=[];for(let rt=qe.length-1;rt>=0&&(a.pop(),qe[rt].type!=="brace");rt--)qe[rt].type!=="dots"&&Et.unshift(qe[rt].value);ce=R9(Et,r),A.backtrack=!0}if(V.comma!==!0&&V.dots!==!0){let qe=A.output.slice(0,V.outputIndex),Et=A.tokens.slice(V.tokensIndex);V.value=V.output="\\{",D=ce="\\}",A.output=qe;for(let rt of Et)A.output+=rt.output||rt.value}H({type:"brace",value:D,output:ce}),z("braces"),M.pop();continue}if(D==="|"){j.length>0&&j[j.length-1].conditions++,H({type:"text",value:D});continue}if(D===","){let V=D,ce=M[M.length-1];ce&&W[W.length-1]==="braces"&&(ce.comma=!0,V="|"),H({type:"comma",value:D,output:V});continue}if(D==="/"){if(F.type==="dot"&&A.index===A.start+1){A.start=A.index+1,A.consumed="",A.output="",a.pop(),F=i;continue}H({type:"slash",value:D,output:h});continue}if(D==="."){if(A.braces>0&&F.type==="dot"){F.value==="."&&(F.output=d);let V=M[M.length-1];F.type="dots",F.output+=D,F.value+=D,V.dots=!0;continue}if(A.braces+A.parens===0&&F.type!=="bos"&&F.type!=="slash"){H({type:"text",value:D,output:d});continue}H({type:"dot",value:D,output:d});continue}if(D==="?"){if(!(F&&F.value==="(")&&r.noextglob!==!0&&C()==="("&&C(2)!=="?"){se("qmark",D);continue}if(F&&F.type==="paren"){let ce=C(),qe=D;if(ce==="<"&&!Qt.supportsLookbehinds())throw new Error("Node.js v10 or higher is required for regex lookbehinds");(F.value==="("&&!/[!=<:]/.test(ce)||ce==="<"&&!/<([!=]|\w+>)/.test(R()))&&(qe=`\\${D}`),H({type:"text",value:D,output:qe});continue}if(r.dot!==!0&&(F.type==="slash"||F.type==="bos")){H({type:"qmark",value:D,output:_});continue}H({type:"qmark",value:D,output:g});continue}if(D==="!"){if(r.noextglob!==!0&&C()==="("&&(C(2)!=="?"||!/[!=<:]/.test(C(3)))){se("negate",D);continue}if(r.nonegate!==!0&&A.index===0){P();continue}}if(D==="+"){if(r.noextglob!==!0&&C()==="("&&C(2)!=="?"){se("plus",D);continue}if(F&&F.value==="("||r.regex===!1){H({type:"plus",value:D,output:p});continue}if(F&&(F.type==="bracket"||F.type==="paren"||F.type==="brace")||A.parens>0){H({type:"plus",value:D});continue}H({type:"plus",value:p});continue}if(D==="@"){if(r.noextglob!==!0&&C()==="("&&C(2)!=="?"){H({type:"at",extglob:!0,value:D,output:""});continue}H({type:"text",value:D});continue}if(D!=="*"){(D==="$"||D==="^")&&(D=`\\${D}`);let V=I9.exec(R());V&&(D+=V[0],A.index+=V[0].length),H({type:"text",value:D});continue}if(F&&(F.type==="globstar"||F.star===!0)){F.type="star",F.star=!0,F.value+=D,F.output=L,A.backtrack=!0,A.globstar=!0,I(D);continue}let G=R();if(r.noextglob!==!0&&/^\([^?]/.test(G)){se("star",D);continue}if(F.type==="star"){if(r.noglobstar===!0){I(D);continue}let V=F.prev,ce=V.prev,qe=V.type==="slash"||V.type==="bos",Et=ce&&(ce.type==="star"||ce.type==="globstar");if(r.bash===!0&&(!qe||G[0]&&G[0]!=="/")){H({type:"star",value:D,output:""});continue}let rt=A.braces>0&&(V.type==="comma"||V.type==="brace"),Af=j.length&&(V.type==="pipe"||V.type==="paren");if(!qe&&V.type!=="paren"&&!rt&&!Af){H({type:"star",value:D,output:""});continue}for(;G.slice(0,3)==="/**";){let Xs=t[A.index+4];if(Xs&&Xs!=="/")break;G=G.slice(3),I("/**",3)}if(V.type==="bos"&&w()){F.type="globstar",F.value+=D,F.output=k(r),A.output=F.output,A.globstar=!0,I(D);continue}if(V.type==="slash"&&V.prev.type!=="bos"&&!Et&&w()){A.output=A.output.slice(0,-(V.output+F.output).length),V.output=`(?:${V.output}`,F.type="globstar",F.output=k(r)+(r.strictSlashes?")":"|$)"),F.value+=D,A.globstar=!0,A.output+=V.output+F.output,I(D);continue}if(V.type==="slash"&&V.prev.type!=="bos"&&G[0]==="/"){let Xs=G[1]!==void 0?"|$":"";A.output=A.output.slice(0,-(V.output+F.output).length),V.output=`(?:${V.output}`,F.type="globstar",F.output=`${k(r)}${h}|${h}${Xs})`,F.value+=D,A.output+=V.output+F.output,A.globstar=!0,I(D+O()),H({type:"slash",value:"/",output:""});continue}if(V.type==="bos"&&G[0]==="/"){F.type="globstar",F.value+=D,F.output=`(?:^|${h}|${k(r)}${h})`,A.output=F.output,A.globstar=!0,I(D+O()),H({type:"slash",value:"/",output:""});continue}A.output=A.output.slice(0,-F.output.length),F.type="globstar",F.output=k(r),F.value+=D,A.output+=F.output,A.globstar=!0,I(D);continue}let Se={type:"star",value:D,output:L};if(r.bash===!0){Se.output=".*?",(F.type==="bos"||F.type==="slash")&&(Se.output=B+Se.output),H(Se);continue}if(F&&(F.type==="bracket"||F.type==="paren")&&r.regex===!0){Se.output=D,H(Se);continue}(A.index===A.start||F.type==="slash"||F.type==="dot")&&(F.type==="dot"?(A.output+=v,F.output+=v):r.dot===!0?(A.output+=E,F.output+=E):(A.output+=B,F.output+=B),C()!=="*"&&(A.output+=m,F.output+=m)),H(Se)}for(;A.brackets>0;){if(r.strictBrackets===!0)throw new SyntaxError(ma("closing","]"));A.output=Qt.escapeLast(A.output,"["),z("brackets")}for(;A.parens>0;){if(r.strictBrackets===!0)throw new SyntaxError(ma("closing",")"));A.output=Qt.escapeLast(A.output,"("),z("parens")}for(;A.braces>0;){if(r.strictBrackets===!0)throw new SyntaxError(ma("closing","}"));A.output=Qt.escapeLast(A.output,"{"),z("braces")}if(r.strictSlashes!==!0&&(F.type==="star"||F.type==="bracket")&&H({type:"maybe_slash",value:"",output:`${h}?`}),A.backtrack===!0){A.output="";for(let G of A.tokens)A.output+=G.output!=null?G.output:G.value,G.suffix&&(A.output+=G.suffix)}return A};uy.fastpaths=(t,e)=>{let r={...e},n=typeof r.maxLength=="number"?Math.min(yf,r.maxLength):yf,o=t.length;if(o>n)throw new SyntaxError(`Input length: ${o}, exceeds maximum allowed length: ${n}`);t=KO[t]||t;let i=Qt.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}=gf.globChars(i),b=r.dot?d:l,y=r.dot?p:l,v=r.capture?"":"?:",E={negated:!1,prefix:""},g=r.bash===!0?".*?":h;r.capture&&(g=`(${g})`);let _=B=>B.noglobstar===!0?g:`(${v}(?:(?!${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}${y}${g}`;case"**":return b+_(r);case"**/*":return`(?:${b}${_(r)}${s})?${y}${u}${g}`;case"**/*.*":return`(?:${b}${_(r)}${s})?${y}${g}${a}${u}${g}`;case"**/.*":return`(?:${b}${_(r)}${s})?${a}${u}${g}`;default:{let T=/^(.*?)\.(\w+)$/.exec(B);if(!T)return;let L=x(T[1]);return L?L+a+T[2]:void 0}}},$=Qt.removePrefix(t,E),k=x($);return k&&r.strictSlashes!==!0&&(k+=`${s}?`),k};GO.exports=uy});var JO=S((lX,YO)=>{"use strict";var B9=require("path"),N9=zO(),cy=WO(),ly=zs(),L9=Vs(),j9=t=>t&&typeof t=="object"&&!Array.isArray(t),et=(t,e,r=!1)=>{if(Array.isArray(t)){let l=t.map(p=>et(p,e,r));return p=>{for(let h of l){let m=h(p);if(m)return m}return!1}}let n=j9(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=ly.isWindows(e),a=n?et.compileRe(t,e):et.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=et(o.ignore,l,r)}let c=(l,d=!1)=>{let{isMatch:p,match:h,output:m}=et.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};et.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?ly.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=et.matchBase(t,e,r,o):s=e.exec(u)),{isMatch:!!s,match:s,output:u}};et.matchBase=(t,e,r,n=ly.isWindows(r))=>(e instanceof RegExp?e:et.makeRe(e,r)).test(B9.basename(t));et.isMatch=(t,e,r)=>et(e,r)(t);et.parse=(t,e)=>Array.isArray(t)?t.map(r=>et.parse(r,e)):cy(t,{...e,fastpaths:!1});et.scan=(t,e)=>N9(t,e);et.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=et.toRegex(s,e);return n===!0&&(u.state=t),u};et.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=cy.fastpaths(t,e)),o.output||(o=cy(t,e)),et.compileRe(o,e,r,n)};et.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/$^/}};et.constants=L9;YO.exports=et});var ZO=S((fX,XO)=>{"use strict";XO.exports=JO()});var oF=S((dX,nF)=>{"use strict";var eF=require("util"),tF=$O(),Kr=ZO(),fy=zs(),QO=t=>t===""||t==="./",rF=t=>{let e=t.indexOf("{");return e>-1&&t.indexOf("}",e)>-1},Le=(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=Kr(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};Le.match=Le;Le.matcher=(t,e)=>Kr(t,e);Le.isMatch=(t,e,r)=>Kr(e,r)(t);Le.any=Le.isMatch;Le.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(Le(t,e,{...r,onResult:i}));for(let s of o)a.has(s)||n.add(s);return[...n]};Le.contains=(t,e,r)=>{if(typeof t!="string")throw new TypeError(`Expected a string: "${eF.inspect(t)}"`);if(Array.isArray(e))return e.some(n=>Le.contains(t,n,r));if(typeof e=="string"){if(QO(t)||QO(e))return!1;if(t.includes(e)||t.startsWith("./")&&t.slice(2).includes(e))return!0}return Le.isMatch(t,e,{...r,contains:!0})};Le.matchKeys=(t,e,r)=>{if(!fy.isObject(t))throw new TypeError("Expected the first argument to be an object");let n=Le(Object.keys(t),e,r),o={};for(let i of n)o[i]=t[i];return o};Le.some=(t,e,r)=>{let n=[].concat(t);for(let o of[].concat(e)){let i=Kr(String(o),r);if(n.some(a=>i(a)))return!0}return!1};Le.every=(t,e,r)=>{let n=[].concat(t);for(let o of[].concat(e)){let i=Kr(String(o),r);if(!n.every(a=>i(a)))return!1}return!0};Le.all=(t,e,r)=>{if(typeof t!="string")throw new TypeError(`Expected a string: "${eF.inspect(t)}"`);return[].concat(e).every(n=>Kr(n,r)(t))};Le.capture=(t,e,r)=>{let n=fy.isWindows(r),i=Kr.makeRe(String(t),{...r,capture:!0}).exec(n?fy.toPosixSlashes(e):e);if(i)return i.slice(1).map(a=>a===void 0?"":a)};Le.makeRe=(...t)=>Kr.makeRe(...t);Le.scan=(...t)=>Kr.scan(...t);Le.parse=(t,e)=>{let r=[];for(let n of[].concat(t||[]))for(let o of tF(String(n),e))r.push(Kr.parse(o,e));return r};Le.braces=(t,e)=>{if(typeof t!="string")throw new TypeError("Expected a string");return e&&e.nobrace===!0||!rF(t)?[t]:tF(t,e)};Le.braceExpand=(t,e)=>{if(typeof t!="string")throw new TypeError("Expected a string");return Le.braces(t,{...e,expand:!0})};Le.hasBraces=rF;nF.exports=Le});var HF=S((lZ,Dn)=>{var $e=require("fs"),Cf=require("os"),yt=require("path"),xF=require("crypto"),Wr={fs:$e.constants,os:Cf.constants},AF="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz",PF=/XXXXXX/,d7=3,$F=(Wr.O_CREAT||Wr.fs.O_CREAT)|(Wr.O_EXCL||Wr.fs.O_EXCL)|(Wr.O_RDWR||Wr.fs.O_RDWR),p7=Cf.platform()==="win32",h7=Wr.EBADF||Wr.os.errno.EBADF,m7=Wr.ENOENT||Wr.os.errno.ENOENT,IF=448,TF=384,g7="exit",ya=[],RF=$e.rmdirSync.bind($e),BF=!1;function y7(t,e){return $e.rm(t,{recursive:!0},e)}function NF(t){return $e.rmSync(t,{recursive:!0})}function yy(t,e){let r=Da(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=jF(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 Dy(t){let e=Da(t),r=e[0],n=O7(r),o=n.tries;do{let i=jF(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 D7(t,e){let r=Da(t,e),n=r[0],o=r[1];yy(n,function(a,s){if(a)return o(a);$e.open(s,$F,n.mode||TF,function(c,l){if(c)return o(c);if(n.discardDescriptor)return $e.close(l,function(p){return o(p,s,void 0,my(s,-1,n,!1))});{let d=n.discardDescriptor||n.detachDescriptor;o(null,s,l,my(s,d?-1:l,n,!1))}})})}function b7(t){let e=Da(t),r=e[0],n=r.discardDescriptor||r.detachDescriptor,o=Dy(r),i=$e.openSync(o,$F,r.mode||TF);return r.discardDescriptor&&($e.closeSync(i),i=void 0),{name:o,fd:i,removeCallback:my(o,n?-1:i,r,!0)}}function w7(t,e){let r=Da(t,e),n=r[0],o=r[1];yy(n,function(a,s){if(a)return o(a);$e.mkdir(s,n.mode||IF,function(c){if(c)return o(c);o(null,s,LF(s,n,!1))})})}function v7(t){let e=Da(t),r=e[0],n=Dy(r);return $e.mkdirSync(n,r.mode||IF),{name:n,removeCallback:LF(n,r,!0)}}function C7(t,e){let r=function(n){if(n&&!gy(n))return e(n);e()};0<=t[0]?$e.close(t[0],function(){$e.unlink(t[1],r)}):$e.unlink(t[1],r)}function E7(t){let e=null;try{0<=t[0]&&$e.closeSync(t[0])}catch(r){if(!F7(r)&&!gy(r))throw r}finally{try{$e.unlinkSync(t[1])}catch(r){gy(r)||(e=r)}}if(e!==null)throw e}function my(t,e,r,n){let o=vf(E7,[e,t],n),i=vf(C7,[e,t],n,o);return r.keep||ya.unshift(o),n?o:i}function LF(t,e,r){let n=e.unsafeCleanup?y7:$e.rmdir.bind($e),o=e.unsafeCleanup?NF:RF,i=vf(o,t,r),a=vf(n,t,r,i);return e.keep||ya.unshift(i),r?i:a}function vf(t,e,r,n){let o=!1;return function i(a){if(!o){let s=n||i,u=ya.indexOf(s);return u>=0&&ya.splice(u,1),o=!0,r||t===RF||t===NF?t(e):t(e,a||function(){})}}}function _7(){if(BF)for(;ya.length;)try{ya[0]()}catch{}}function OF(t){let e=[],r=null;try{r=xF.randomBytes(t)}catch{r=xF.pseudoRandomBytes(t)}for(let n=0;n<t;n++)e.push(AF[r[n]%AF.length]);return e.join("")}function er(t){return typeof t>"u"}function Da(t,e){if(typeof t=="function")return[{},t];if(er(t))return[{},e];let r={};for(let n of Object.getOwnPropertyNames(t))r[n]=t[n];return[r,e]}function S7(t,e,r){let n=yt.isAbsolute(t)?t:yt.join(e,t);$e.stat(n,function(o){o?$e.realpath(yt.dirname(n),function(i,a){if(i)return r(i);r(null,yt.join(a,yt.basename(n)))}):$e.realpath(n,r)})}function x7(t,e){let r=yt.isAbsolute(t)?t:yt.join(e,t);try{return $e.statSync(r),$e.realpathSync(r)}catch{let o=$e.realpathSync(yt.dirname(r));return yt.join(o,yt.basename(r))}}function jF(t){let e=t.tmpdir;if(!er(t.name))return yt.join(e,t.dir,t.name);if(!er(t.template))return yt.join(e,t.dir,t.template).replace(PF,OF(6));let r=[t.prefix?t.prefix:"tmp","-",process.pid,"-",OF(12),t.postfix?"-"+t.postfix:""].join("");return yt.join(e,t.dir,r)}function UF(t){if(!er(t.name)){let e=t.name;if(yt.isAbsolute(e))throw new Error(`name option must not contain an absolute path, found "${e}".`);let r=yt.basename(e);if(r===".."||r==="."||r!==e)throw new Error(`name option must not contain a path, found "${e}".`)}if(!er(t.template)&&!t.template.match(PF))throw new Error(`Invalid template, found "${t.template}".`);if(!er(t.tries)&&isNaN(t.tries)||t.tries<0)throw new Error(`Invalid tries, found "${t.tries}".`);t.tries=er(t.name)?t.tries||d7:1,t.keep=!!t.keep,t.detachDescriptor=!!t.detachDescriptor,t.discardDescriptor=!!t.discardDescriptor,t.unsafeCleanup=!!t.unsafeCleanup,t.prefix=er(t.prefix)?"":t.prefix,t.postfix=er(t.postfix)?"":t.postfix}function FF(t,e,r,n){if(er(e))return n(null);S7(e,r,function(o,i){if(o)return n(o);let a=yt.relative(r,i);if(!i.startsWith(r))return n(new Error(`${t} option must be relative to "${r}", found "${a}".`));n(null,a)})}function kF(t,e,r){if(er(e))return;let n=x7(e,r),o=yt.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){P7(t,function(r,n){if(r)return e(r);t.tmpdir=n;try{UF(t,n)}catch(o){return e(o)}FF("dir",t.dir,n,function(o,i){if(o)return e(o);t.dir=er(i)?"":i,FF("template",t.template,n,function(a,s){if(a)return e(a);t.template=s,e(null,t)})})})}function O7(t){let e=t.tmpdir=qF(t);UF(t,e);let r=kF("dir",t.dir,e);return t.dir=er(r)?"":r,t.template=kF("template",t.template,e),t}function F7(t){return MF(t,-h7,"EBADF")}function gy(t){return MF(t,-m7,"ENOENT")}function MF(t,e,r){return p7?t.code===r:t.code===r&&t.errno===e}function k7(){BF=!0}function P7(t,e){return $e.realpath(t&&t.tmpdir||Cf.tmpdir(),e)}function qF(t){return $e.realpathSync(t&&t.tmpdir||Cf.tmpdir())}process.addListener(g7,_7);Object.defineProperty(Dn.exports,"tmpdir",{enumerable:!0,configurable:!1,get:function(){return qF()}});Dn.exports.dir=w7;Dn.exports.dirSync=v7;Dn.exports.file=D7;Dn.exports.fileSync=b7;Dn.exports.tmpName=yy;Dn.exports.tmpNameSync=Dy;Dn.exports.setGracefulCleanup=k7});var Sf=require("node:process");var qy=ue(My(),1),{program:ot,createCommand:fq,createArgument:dq,createOption:pq,CommanderError:hq,InvalidArgumentError:mq,InvalidOptionArgumentError:gq,Command:yq,Argument:Dq,Option:bq,Help:wq}=qy.default;var Dr={name:"@capgo/cli",version:"7.44.1",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:version-detection":"node test/test-get-installed-version.mjs","test:version-detection:setup":"./test/fixtures/setup-test-projects.sh",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 && bun run test:version-detection"},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.27.0",eslint:"^9.38.0","git-format-staged":"3.1.1",husky:"^9.1.7","is-wsl":"^3.1.0",open:"^11.0.0",prettyjson:"^1.2.5",tmp:"^0.2.5","tus-js-client":"^4.3.1",typescript:"^5.9.3"}};var ua=require("node:fs");var Dt=ue(Kf(),1),zo=require("node:process"),wn=ue(require("node:readline"),1),Xf=ue(require("node:readline"),1),Qy=require("node:stream"),eD=ue(Wf(),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 O2=A2();function tD(t){if(typeof t!="string")throw new TypeError(`Expected a \`string\`, got \`${typeof t}\``);return t.replace(O2,"")}function rD(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}var nD={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}})(nD);var F2=nD.exports,k2=rD(F2),P2=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},$2=rD(P2);function Ca(t,e={}){if(typeof t!="string"||t.length===0||(e={ambiguousIsNarrow:!0,...e},t=tD(t),t.length===0))return 0;t=t.replace($2()," ");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(k2.eastAsianWidth(o)){case"F":case"W":n+=2;break;case"A":n+=r;break;default:n+=1}}return n}var Yf=10,Ky=(t=0)=>e=>`\x1B[${e+t}m`,Gy=(t=0)=>e=>`\x1B[${38+t};5;${e}m`,Wy=(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 I2=Object.keys(je.color),T2=Object.keys(je.bgColor);[...I2,...T2];function R2(){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=Ky(),je.color.ansi256=Gy(),je.color.ansi16m=Wy(),je.bgColor.ansi=Ky(Yf),je.bgColor.ansi256=Gy(Yf),je.bgColor.ansi16m=Wy(Yf),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 B2=R2(),cu=new Set(["\x1B","\x9B"]),N2=39,Qf="\x07",oD="[",L2="]",iD="m",ed=`${L2}8;;`,Yy=t=>`${cu.values().next().value}${oD}${t}${iD}`,Jy=t=>`${cu.values().next().value}${ed}${t}${Qf}`,j2=t=>t.split(" ").map(e=>Ca(e)),Jf=(t,e,r)=>{let n=[...e],o=!1,i=!1,a=Ca(tD(t[t.length-1]));for(let[s,u]of n.entries()){let c=Ca(u);if(a+c<=r?t[t.length-1]+=u:(t.push(u),a=0),cu.has(u)&&(o=!0,i=n.slice(s+1).join("").startsWith(ed)),o){i?u===Qf&&(o=!1,i=!1):u===iD&&(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())},U2=t=>{let e=t.split(" "),r=e.length;for(;r>0&&!(Ca(e[r-1])>0);)r--;return r===e.length?t:e.slice(0,r).join(" ")+e.slice(r).join("")},M2=(t,e,r={})=>{if(r.trim!==!1&&t.trim()==="")return"";let n="",o,i,a=j2(t),s=[""];for(let[c,l]of t.split(" ").entries()){r.trim!==!1&&(s[s.length-1]=s[s.length-1].trimStart());let d=Ca(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(""),Jf(s,l,e);continue}if(d+a[c]>e&&d>0&&a[c]>0){if(r.wordWrap===!1&&d<e){Jf(s,l,e);continue}s.push("")}if(d+a[c]>e&&r.wordWrap===!1){Jf(s,l,e);continue}s[s.length-1]+=l}r.trim!==!1&&(s=s.map(c=>U2(c)));let u=[...s.join(`
105
+ `}});function D5(){try{return ig.default.statSync("/.dockerenv"),!0}catch{return!1}}function b5(){try{return ig.default.readFileSync("/proc/self/cgroup","utf8").includes("docker")}catch{return!1}}function ag(){return og===void 0&&(og=D5()||b5()),og}var ig,og,Nx=Xe(()=>{ig=ue(require("node:fs"),1)});function Zi(){return sg===void 0&&(sg=w5()||ag()),sg}var Lx,sg,w5,ug=Xe(()=>{Lx=ue(require("node:fs"),1);Nx();w5=()=>{try{return Lx.default.statSync("/run/.containerenv"),!0}catch{return!1}}});var cg,Ux,Mx,jx,cn,lg=Xe(()=>{cg=ue(require("node:process"),1),Ux=ue(require("node:os"),1),Mx=ue(require("node:fs"),1);ug();jx=()=>{if(cg.default.platform!=="linux")return!1;if(Ux.default.release().toLowerCase().includes("microsoft"))return!Zi();try{return Mx.default.readFileSync("/proc/version","utf8").toLowerCase().includes("microsoft")?!Zi():!1}catch{return!1}},cn=cg.default.env.__IS_WSL_TEST__?jx:jx()});var fg,qx,Hx,Vx,v5,dg,Yt,pg=Xe(()=>{fg=ue(require("node:process"),1),qx=require("node:buffer"),Hx=require("node:util"),Vx=ue(require("node:child_process"),1),v5=(0,Hx.promisify)(Vx.default.execFile),dg=()=>`${fg.default.env.SYSTEMROOT||fg.default.env.windir||String.raw`C:\Windows`}\\System32\\WindowsPowerShell\\v1.0\\powershell.exe`,Yt=async(t,e={})=>{let{powerShellPath:r,...n}=e,o=Yt.encodeCommand(t);return v5(r??dg(),[...Yt.argumentsPrefix,o],{encoding:"utf8",...n})};Yt.argumentsPrefix=["-NoProfile","-NonInteractive","-ExecutionPolicy","Bypass","-EncodedCommand"];Yt.encodeCommand=t=>qx.Buffer.from(t,"utf16le").toString("base64");Yt.escapeArgument=t=>`'${String(t).replaceAll("'","''")}'`});var Kx,Gx,Fo,C5,E5,_5,$l,zx,Wx,Yx,Jx,Xx=Xe(()=>{Kx=require("node:util"),Gx=ue(require("node:child_process"),1),Fo=ue(require("node:fs/promises"),1);lg();pg();lg();C5=(0,Kx.promisify)(Gx.default.execFile),E5=(()=>{let t="/mnt/",e;return async function(){if(e)return e;let r="/etc/wsl.conf",n=!1;try{await Fo.default.access(r,Fo.constants.F_OK),n=!0}catch{}if(!n)return t;let o=await Fo.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}})(),_5=async()=>`${await E5()}c/Windows/System32/WindowsPowerShell/v1.0/powershell.exe`,$l=cn?_5:dg,Wx=async()=>(zx??=(async()=>{try{let t=await $l();return await Fo.default.access(t,Fo.constants.X_OK),!0}catch{return!1}})(),zx),Yx=async()=>{let t=await $l(),e=String.raw`(Get-ItemProperty -Path "HKCU:\Software\Microsoft\Windows\Shell\Associations\UrlAssociations\http\UserChoice").ProgId`,{stdout:r}=await Yt(e,{powerShellPath:t});return r.trim()},Jx=async t=>{if(/^[a-z]+:\/\//i.test(t))return t;try{let{stdout:e}=await C5("wslpath",["-aw",t],{encoding:"utf8"});return e.trim()}catch{return t}}});function ko(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 Zx=Xe(()=>{});async function hg(){if(eA.default.platform!=="darwin")throw new Error("macOS only");let{stdout:t}=await S5("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 Qx,eA,tA,S5,rA=Xe(()=>{Qx=require("node:util"),eA=ue(require("node:process"),1),tA=require("node:child_process"),S5=(0,Qx.promisify)(tA.execFile)});async function iA(t,{humanReadableOutput:e=!0,signal:r}={}){if(nA.default.platform!=="darwin")throw new Error("macOS only");let n=e?[]:["-ss"],o={};r&&(o.signal=r);let{stdout:i}=await x5("osascript",["-e",t,n],o);return i.trim()}var nA,oA,mg,x5,aA=Xe(()=>{nA=ue(require("node:process"),1),oA=require("node:util"),mg=require("node:child_process"),x5=(0,oA.promisify)(mg.execFile)});async function gg(t){return iA(`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 sA=Xe(()=>{aA()});async function Dg(t=A5){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 Il(`Cannot find Windows browser in stdout: ${JSON.stringify(e)}`);let{id:n}=r.groups,o=lA[n];if(!o)throw new Il(`Unknown browser ID: ${n}`);return o}var uA,cA,A5,lA,yg,Il,bg=Xe(()=>{uA=require("node:util"),cA=require("node:child_process"),A5=(0,uA.promisify)(cA.execFile),lA={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"}},yg=new Map(Object.entries(lA)),Il=class extends Error{}});async function wg(){if(Tl.default.platform==="darwin"){let t=await hg();return{name:await gg(t),id:t}}if(Tl.default.platform==="linux"){let{stdout:t}=await O5("xdg-mime",["query","default","x-scheme-handler/http"]),e=t.trim();return{name:F5(e.replace(/.desktop$/,"").replace("-"," ")),id:e}}if(Tl.default.platform==="win32")return Dg();throw new Error("Only macOS, Linux, and Windows are supported")}var fA,Tl,dA,O5,F5,pA=Xe(()=>{fA=require("node:util"),Tl=ue(require("node:process"),1),dA=require("node:child_process");rA();sA();bg();bg();O5=(0,fA.promisify)(dA.execFile),F5=t=>t.toLowerCase().replaceAll(/(?:^|\s|-)\S/g,e=>e.toUpperCase())});var Rl,k5,hA,mA=Xe(()=>{Rl=ue(require("node:process"),1),k5=!!(Rl.default.env.SSH_CONNECTION||Rl.default.env.SSH_CLIENT||Rl.default.env.SSH_TTY),hA=k5});var _g={};Yr(_g,{apps:()=>Po,default:()=>I5,openApp:()=>$5});function bA(t){if(typeof t=="string"||Array.isArray(t))return t;let{[yA]:e}=t;if(!e)throw new Error(`${yA} is not supported`);return e}function Fs({[Qi]:t},{wsl:e}={}){if(e&&cn)return bA(e);if(!t)throw new Error(`${Qi} is not supported`);return bA(t)}var Cg,Eg,vA,CA,Nl,wA,Bl,vg,gA,Qi,yA,DA,Os,P5,$5,Po,I5,Sg=Xe(()=>{Cg=ue(require("node:process"),1),Eg=ue(require("node:path"),1),vA=require("node:url"),CA=ue(require("node:child_process"),1),Nl=ue(require("node:fs/promises"),1);Xx();pg();Zx();pA();ug();mA();wA={},Bl=Symbol("fallbackAttempt"),vg=wA.url?Eg.default.dirname((0,vA.fileURLToPath)(wA.url)):"",gA=Eg.default.join(vg,"xdg-open"),{platform:Qi,arch:yA}=Cg.default,DA=async(t,e)=>{if(t.length===0)return;let r=[];for(let n of t)try{return await e(n)}catch(o){r.push(o)}throw new AggregateError(r,"Failed to open in all supported apps")},Os=async t=>{t={wait:!1,background:!1,newInstance:!1,allowNonzeroExitCode:!1,...t};let e=t[Bl]===!0;if(delete t[Bl],Array.isArray(t.app))return DA(t.app,c=>Os({...t,app:c,[Bl]:!0}));let{name:r,arguments:n=[]}=t.app??{};if(n=[...n],Array.isArray(r))return DA(r,c=>Os({...t,app:{name:c,arguments:n},[Bl]:!0}));if(r==="browser"||r==="browserPrivate"){let c={"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","com.apple.safari":"safari"},l={chrome:"--incognito",brave:"--incognito",firefox:"--private-window",edge:"--inPrivate"},d;if(cn){let p=await Yx();d=yg.get(p)??{}}else d=await wg();if(d.id in c){let p=c[d.id.toLowerCase()];if(r==="browserPrivate"){if(p==="safari")throw new Error("Safari doesn't support opening in private mode via command line");n.push(l[p])}return Os({...t,app:{name:Po[p],arguments:n}})}throw new Error(`${d.name} is not supported as a default browser`)}let o,i=[],a={},s=!1;if(cn&&!Zi()&&!hA&&!r&&(s=await Wx()),Qi==="darwin")o="open",t.wait&&i.push("--wait-apps"),t.background&&i.push("--background"),t.newInstance&&i.push("--new"),r&&i.push("-a",r);else if(Qi==="win32"||s){o=await $l(),i.push(...Yt.argumentsPrefix),cn||(a.windowsVerbatimArguments=!0),cn&&t.target&&(t.target=await Jx(t.target));let c=["$ProgressPreference = 'SilentlyContinue';","Start"];t.wait&&c.push("-Wait"),r?(c.push(Yt.escapeArgument(r)),t.target&&n.push(t.target)):t.target&&c.push(Yt.escapeArgument(t.target)),n.length>0&&(n=n.map(l=>Yt.escapeArgument(l)),c.push("-ArgumentList",n.join(","))),t.target=Yt.encodeCommand(c.join(" ")),t.wait||(a.stdio="ignore")}else{if(r)o=r;else{let c=!vg||vg==="/",l=!1;try{await Nl.default.access(gA,Nl.constants.X_OK),l=!0}catch{}o=Cg.default.versions.electron??(Qi==="android"||c||!l)?"xdg-open":gA}n.length>0&&i.push(...n),t.wait||(a.stdio="ignore",a.detached=!0)}Qi==="darwin"&&n.length>0&&i.push("--args",...n),t.target&&i.push(t.target);let u=CA.default.spawn(o,i,a);return t.wait?new Promise((c,l)=>{u.once("error",l),u.once("close",d=>{if(!t.allowNonzeroExitCode&&d!==0){l(new Error(`Exited with code ${d}`));return}c(u)})}):e?new Promise((c,l)=>{u.once("error",l),u.once("spawn",()=>{u.once("close",d=>{if(u.off("error",l),d!==0){l(new Error(`Exited with code ${d}`));return}u.unref(),c(u)})})}):(u.unref(),new Promise((c,l)=>{u.once("error",l),u.once("spawn",()=>{u.off("error",l),c(u)})}))},P5=(t,e)=>{if(typeof t!="string")throw new TypeError("Expected a `target`");return Os({...e,target:t})},$5=(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 Os({...e,app:{name:t,arguments:r}})};Po={browser:"browser",browserPrivate:"browserPrivate"};ko(Po,"chrome",()=>Fs({darwin:"google chrome",win32:"chrome",linux:["google-chrome","google-chrome-stable","chromium","chromium-browser"]},{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"]}}));ko(Po,"brave",()=>Fs({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"]}}));ko(Po,"firefox",()=>Fs({darwin:"firefox",win32:String.raw`C:\Program Files\Mozilla Firefox\firefox.exe`,linux:"firefox"},{wsl:"/mnt/c/Program Files/Mozilla Firefox/firefox.exe"}));ko(Po,"edge",()=>Fs({darwin:"microsoft edge",win32:"msedge",linux:["microsoft-edge","microsoft-edge-dev"]},{wsl:"/mnt/c/Program Files (x86)/Microsoft/Edge/Application/msedge.exe"}));ko(Po,"safari",()=>Fs({darwin:"Safari"}));I5=P5});var ff=S(gr=>{"use strict";gr.isInteger=t=>typeof t=="number"?Number.isInteger(t):typeof t=="string"&&t.trim()!==""?Number.isInteger(Number(t)):!1;gr.find=(t,e)=>t.nodes.find(r=>r.type===e);gr.exceedsLimit=(t,e,r=1,n)=>n===!1||!gr.isInteger(t)||!gr.isInteger(e)?!1:(Number(e)-Number(t))/Number(r)>=n;gr.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)};gr.encloseBrace=t=>t.type!=="brace"?!1:t.commas>>0+t.ranges>>0===0?(t.invalid=!0,!0):!1;gr.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;gr.isOpenOrClose=t=>t.type==="open"||t.type==="close"?!0:t.open===!0||t.close===!0;gr.reduce=t=>t.reduce((e,r)=>(r.type==="text"&&e.push(r.value),r.type==="range"&&(r.type="text"),e),[]);gr.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 df=S((QJ,ZO)=>{"use strict";var XO=ff();ZO.exports=(t,e={})=>{let r=(n,o={})=>{let i=e.escapeInvalid&&XO.isInvalidBrace(o),a=n.invalid===!0&&e.escapeInvalid===!0,s="";if(n.value)return(i||a)&&XO.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 e1=S((eX,QO)=>{"use strict";QO.exports=function(t){return typeof t=="number"?t-t===0:typeof t=="string"&&t.trim()!==""?Number.isFinite?Number.isFinite(+t):isFinite(+t):!1}});var c1=S((tX,u1)=>{"use strict";var t1=e1(),Mo=(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(Mo.cache.hasOwnProperty(u))return Mo.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=s1(t)||s1(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=r1(b,Math.abs(c),p,n),c=p.a=0}return l>=0&&(h=r1(c,l,p,n)),p.negatives=m,p.positives=h,p.result=xM(m,h,n),n.capture===!0?p.result=`(${p.result})`:n.wrap!==!1&&h.length+m.length>1&&(p.result=`(?:${p.result})`),Mo.cache[u]=p,p.result};function xM(t,e,r){let n=Jg(t,e,"-",!1,r)||[],o=Jg(e,t,"",!1,r)||[],i=Jg(t,e,"-?",!0,r)||[];return n.concat(i).concat(o).join("|")}function AM(t,e){let r=1,n=1,o=o1(t,r),i=new Set([e]);for(;t<=o&&o<=e;)i.add(o),r+=1,o=o1(t,r);for(o=i1(e+1,n)-1;t<o&&o<=e;)i.add(o),n+=1,o=i1(e+1,n)-1;return i=[...i],i.sort(kM),i}function OM(t,e,r){if(t===e)return{pattern:t,count:[],digits:0};let n=FM(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+=PM(u,c,r):a++}return a&&(i+=r.shorthand===!0?"\\d":"[0-9]"),{pattern:i,count:[a],digits:o}}function r1(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=OM(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+a1(s.count),a=c+1;continue}r.isPadded&&(d=$M(c,r,n)),l.string=d+l.pattern+a1(l.count),i.push(l),a=c+1,s=l}return i}function Jg(t,e,r,n,o){let i=[];for(let a of t){let{string:s}=a;!n&&!n1(e,"string",s)&&i.push(r+s),n&&n1(e,"string",s)&&i.push(r+s)}return i}function FM(t,e){let r=[];for(let n=0;n<t.length;n++)r.push([t[n],e[n]]);return r}function kM(t,e){return t>e?1:e>t?-1:0}function n1(t,e,r){return t.some(n=>n[e]===r)}function o1(t,e){return Number(String(t).slice(0,-e)+"9".repeat(e))}function i1(t,e){return t-t%Math.pow(10,e)}function a1(t){let[e=0,r=""]=t;return r||e>1?`{${e+(r?","+r:"")}}`:""}function PM(t,e,r){return`[${t}${e-t===1?"":"-"}${e}]`}function s1(t){return/^-?(0+)\d/.test(t)}function $M(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}}`}}Mo.cache={};Mo.clearCache=()=>Mo.cache={};u1.exports=Mo});var Qg=S((rX,g1)=>{"use strict";var IM=require("util"),f1=c1(),l1=t=>t!==null&&typeof t=="object"&&!Array.isArray(t),TM=t=>e=>t===!0?Number(e):String(e),Xg=t=>typeof t=="number"||typeof t=="string"&&t!=="",Hs=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},RM=(t,e,r)=>typeof t=="string"||typeof e=="string"?!0:r.stringify===!0,BM=(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},hf=(t,e)=>{let r=t[0]==="-"?"-":"";for(r&&(t=t.slice(1),e--);t.length<e;)t="0"+t;return r?"-"+t:t},NM=(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=>hf(String(s),r)).join("|")),t.negatives.length&&(i=`-(${n}${t.negatives.map(s=>hf(String(s),r)).join("|")})`),o&&i?a=`${o}|${i}`:a=o||i,e.wrap?`(${n}${a})`:a},d1=(t,e,r,n)=>{if(r)return f1(t,e,{wrap:!1,...n});let o=String.fromCharCode(t);if(t===e)return o;let i=String.fromCharCode(e);return`[${o}-${i}]`},p1=(t,e,r)=>{if(Array.isArray(t)){let n=r.wrap===!0,o=r.capture?"":"?:";return n?`(${o}${t.join("|")})`:t.join("|")}return f1(t,e,r)},h1=(...t)=>new RangeError("Invalid range arguments: "+IM.inspect(...t)),m1=(t,e,r)=>{if(r.strictRanges===!0)throw h1([t,e]);return[]},LM=(t,e)=>{if(e.strictRanges===!0)throw new TypeError(`Expected step "${t}" to be a number`);return[]},jM=(t,e,r=1,n={})=>{let o=Number(t),i=Number(e);if(!Number.isInteger(o)||!Number.isInteger(i)){if(n.strictRanges===!0)throw h1([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&&RM(t,e,n)===!1,h=n.transform||TM(p);if(n.toRegex&&r===1)return d1(hf(t,d),hf(e,d),!0,n);let m={negatives:[],positives:[]},b=E=>m[E<0?"negatives":"positives"].push(Math.abs(E)),y=[],v=0;for(;a?o>=i:o<=i;)n.toRegex===!0&&r>1?b(o):y.push(BM(h(o,v),d,p)),o=a?o-r:o+r,v++;return n.toRegex===!0?r>1?NM(m,n,d):p1(y,null,{wrap:!1,...n}):y},UM=(t,e,r=1,n={})=>{if(!Hs(t)&&t.length>1||!Hs(e)&&e.length>1)return m1(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 d1(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?p1(l,null,{wrap:!1,options:n}):l},pf=(t,e,r,n={})=>{if(e==null&&Xg(t))return[t];if(!Xg(t)||!Xg(e))return m1(t,e,n);if(typeof r=="function")return pf(t,e,1,{transform:r});if(l1(r))return pf(t,e,0,r);let o={...n};return o.capture===!0&&(o.wrap=!0),r=r||o.step||1,Hs(r)?Hs(t)&&Hs(e)?jM(t,e,r,o):UM(t,e,Math.max(Math.abs(r),1),o):r!=null&&!l1(r)?LM(r,o):pf(t,e,1,r)};g1.exports=pf});var b1=S((nX,D1)=>{"use strict";var MM=Qg(),y1=ff(),qM=(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=MM(...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)};D1.exports=qM});var C1=S((oX,v1)=>{"use strict";var HM=Qg(),w1=df(),ha=ff(),qo=(t="",e="",r=!1)=>{let n=[];if(t=[].concat(t),e=[].concat(e),!e.length)return t;if(!t.length)return r?ha.flatten(e).map(o=>`{${o}}`):e;for(let o of t)if(Array.isArray(o))for(let i of o)n.push(qo(i,e,r));else for(let i of e)r===!0&&typeof i=="string"&&(i=`{${i}}`),n.push(Array.isArray(i)?qo(o,i,r):o+i);return ha.flatten(n)},VM=(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(qo(s.pop(),w1(o,e)));return}if(o.type==="brace"&&o.invalid!==!0&&o.nodes.length===2){s.push(qo(s.pop(),["{}"]));return}if(o.nodes&&o.ranges>0){let d=ha.reduce(o.nodes);if(ha.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=HM(...d,e);p.length===0&&(p=w1(o,e)),s.push(qo(s.pop(),p)),o.nodes=[];return}let u=ha.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(qo(s.pop(),c,u));continue}if(p.value&&p.type!=="open"){c.push(qo(c.pop(),p.value));continue}p.nodes&&n(p,o)}return c};return ha.flatten(n(t))};v1.exports=VM});var _1=S((iX,E1)=>{"use strict";E1.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 F1=S((aX,O1)=>{"use strict";var zM=df(),{MAX_LENGTH:S1,CHAR_BACKSLASH:ey,CHAR_BACKTICK:KM,CHAR_COMMA:GM,CHAR_DOT:WM,CHAR_LEFT_PARENTHESES:YM,CHAR_RIGHT_PARENTHESES:JM,CHAR_LEFT_CURLY_BRACE:XM,CHAR_RIGHT_CURLY_BRACE:ZM,CHAR_LEFT_SQUARE_BRACKET:x1,CHAR_RIGHT_SQUARE_BRACKET:A1,CHAR_DOUBLE_QUOTE:QM,CHAR_SINGLE_QUOTE:e9,CHAR_NO_BREAK_SPACE:t9,CHAR_ZERO_WIDTH_NOBREAK_SPACE:r9}=_1(),n9=(t,e={})=>{if(typeof t!="string")throw new TypeError("Expected a string");let r=e||{},n=typeof r.maxLength=="number"?Math.min(S1,r.maxLength):S1;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===r9||p===t9)){if(p===ey){m({type:"text",value:(e.keepEscaping?p:"")+h()});continue}if(p===A1){m({type:"text",value:"\\"+p});continue}if(p===x1){u++;let b;for(;l<c&&(b=h());){if(p+=b,b===x1){u++;continue}if(b===ey){p+=h();continue}if(b===A1&&(u--,u===0))break}m({type:"text",value:p});continue}if(p===YM){a=m({type:"paren",nodes:[]}),i.push(a),m({type:"text",value:p});continue}if(p===JM){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===QM||p===e9||p===KM){let b=p,y;for(e.keepQuotes!==!0&&(p="");l<c&&(y=h());){if(y===ey){p+=y+h();continue}if(y===b){e.keepQuotes===!0&&(p+=y);break}p+=y}m({type:"text",value:p});continue}if(p===XM){d++;let y={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(y),i.push(a),m({type:"open",value:p});continue}if(p===ZM){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===GM&&d>0){if(a.ranges>0){a.ranges=0;let b=a.nodes.shift();a.nodes=[b,{type:"text",value:zM(a)}]}m({type:"comma",value:p}),a.commas++;continue}if(p===WM&&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 y=b[b.length-1];y.value+=s.value+p,s=y,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(v=>{v.nodes||(v.type==="open"&&(v.isOpen=!0),v.type==="close"&&(v.isClose=!0),v.nodes||(v.type="text"),v.invalid=!0)});let b=i[i.length-1],y=b.nodes.indexOf(a);b.nodes.splice(y,1,...a.nodes)}while(i.length>0);return m({type:"eos"}),o};O1.exports=n9});var $1=S((sX,P1)=>{"use strict";var k1=df(),o9=b1(),i9=C1(),a9=F1(),Qt=(t,e={})=>{let r=[];if(Array.isArray(t))for(let n of t){let o=Qt.create(n,e);Array.isArray(o)?r.push(...o):r.push(o)}else r=[].concat(Qt.create(t,e));return e&&e.expand===!0&&e.nodupes===!0&&(r=[...new Set(r)]),r};Qt.parse=(t,e={})=>a9(t,e);Qt.stringify=(t,e={})=>k1(typeof t=="string"?Qt.parse(t,e):t,e);Qt.compile=(t,e={})=>(typeof t=="string"&&(t=Qt.parse(t,e)),o9(t,e));Qt.expand=(t,e={})=>{typeof t=="string"&&(t=Qt.parse(t,e));let r=i9(t,e);return e.noempty===!0&&(r=r.filter(Boolean)),e.nodupes===!0&&(r=[...new Set(r)]),r};Qt.create=(t,e={})=>t===""||t.length<3?[t]:e.expand!==!0?Qt.compile(t,e):Qt.expand(t,e);P1.exports=Qt});var Vs=S((uX,N1)=>{"use strict";var s9=require("path"),zr="\\\\/",I1=`[^${zr}]`,yn="\\.",u9="\\+",c9="\\?",mf="\\/",l9="(?=.)",T1="[^/]",ty=`(?:${mf}|$)`,R1=`(?:^|${mf})`,ry=`${yn}{1,2}${ty}`,f9=`(?!${yn})`,d9=`(?!${R1}${ry})`,p9=`(?!${yn}{0,1}${ty})`,h9=`(?!${ry})`,m9=`[^.${mf}]`,g9=`${T1}*?`,B1={DOT_LITERAL:yn,PLUS_LITERAL:u9,QMARK_LITERAL:c9,SLASH_LITERAL:mf,ONE_CHAR:l9,QMARK:T1,END_ANCHOR:ty,DOTS_SLASH:ry,NO_DOT:f9,NO_DOTS:d9,NO_DOT_SLASH:p9,NO_DOTS_SLASH:h9,QMARK_NO_DOT:m9,STAR:g9,START_ANCHOR:R1},y9={...B1,SLASH_LITERAL:`[${zr}]`,QMARK:I1,STAR:`${I1}*?`,DOTS_SLASH:`${yn}{1,2}(?:[${zr}]|$)`,NO_DOT:`(?!${yn})`,NO_DOTS:`(?!(?:^|[${zr}])${yn}{1,2}(?:[${zr}]|$))`,NO_DOT_SLASH:`(?!${yn}{0,1}(?:[${zr}]|$))`,NO_DOTS_SLASH:`(?!${yn}{1,2}(?:[${zr}]|$))`,QMARK_NO_DOT:`[^.${zr}]`,START_ANCHOR:`(?:^|[${zr}])`,END_ANCHOR:`(?:[${zr}]|$)`},D9={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"};N1.exports={MAX_LENGTH:1024*64,POSIX_REGEX_SOURCE:D9,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:s9.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?y9:B1}}});var zs=S(Ht=>{"use strict";var b9=require("path"),w9=process.platform==="win32",{REGEX_BACKSLASH:v9,REGEX_REMOVE_BACKSLASH:C9,REGEX_SPECIAL_CHARS:E9,REGEX_SPECIAL_CHARS_GLOBAL:_9}=Vs();Ht.isObject=t=>t!==null&&typeof t=="object"&&!Array.isArray(t);Ht.hasRegexChars=t=>E9.test(t);Ht.isRegexChar=t=>t.length===1&&Ht.hasRegexChars(t);Ht.escapeRegex=t=>t.replace(_9,"\\$1");Ht.toPosixSlashes=t=>t.replace(v9,"/");Ht.removeBackslashes=t=>t.replace(C9,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:w9===!0||b9.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 z1=S((lX,V1)=>{"use strict";var L1=zs(),{CHAR_ASTERISK:ny,CHAR_AT:S9,CHAR_BACKWARD_SLASH:Ks,CHAR_COMMA:x9,CHAR_DOT:oy,CHAR_EXCLAMATION_MARK:iy,CHAR_FORWARD_SLASH:H1,CHAR_LEFT_CURLY_BRACE:ay,CHAR_LEFT_PARENTHESES:sy,CHAR_LEFT_SQUARE_BRACKET:A9,CHAR_PLUS:O9,CHAR_QUESTION_MARK:j1,CHAR_RIGHT_CURLY_BRACE:F9,CHAR_RIGHT_PARENTHESES:U1,CHAR_RIGHT_SQUARE_BRACKET:k9}=Vs(),M1=t=>t===H1||t===Ks,q1=t=>{t.isPrefix!==!0&&(t.depth=t.isGlobstar?1/0:1)},P9=(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,y=!1,v=!1,E=!1,g=!1,_=!1,x=!1,$=0,k,B,T={value:"",depth:0,isGlob:!1},L=()=>c>=n,A=()=>u.charCodeAt(c+1),j=()=>(k=B,u.charCodeAt(++c));for(;c<n;){B=j();let w;if(B===Ks){E=T.backslashes=!0,B=j(),B===ay&&(v=!0);continue}if(v===!0||B===ay){for($++;L()!==!0&&(B=j());){if(B===Ks){E=T.backslashes=!0,j();continue}if(B===ay){$++;continue}if(v!==!0&&B===oy&&(B=j())===oy){if(p=T.isBrace=!0,m=T.isGlob=!0,x=!0,o===!0)continue;break}if(v!==!0&&B===x9){if(p=T.isBrace=!0,m=T.isGlob=!0,x=!0,o===!0)continue;break}if(B===F9&&($--,$===0)){v=!1,p=T.isBrace=!0,x=!0;break}}if(o===!0)continue;break}if(B===H1){if(i.push(c),a.push(T),T={value:"",depth:0,isGlob:!1},x===!0)continue;if(k===oy&&c===l+1){l+=2;continue}d=c+1;continue}if(r.noext!==!0&&(B===O9||B===S9||B===ny||B===j1||B===iy)===!0&&A()===sy){if(m=T.isGlob=!0,b=T.isExtglob=!0,x=!0,B===iy&&c===l&&(_=!0),o===!0){for(;L()!==!0&&(B=j());){if(B===Ks){E=T.backslashes=!0,B=j();continue}if(B===U1){m=T.isGlob=!0,x=!0;break}}continue}break}if(B===ny){if(k===ny&&(y=T.isGlobstar=!0),m=T.isGlob=!0,x=!0,o===!0)continue;break}if(B===j1){if(m=T.isGlob=!0,x=!0,o===!0)continue;break}if(B===A9){for(;L()!==!0&&(w=j());){if(w===Ks){E=T.backslashes=!0,j();continue}if(w===k9){h=T.isBracket=!0,m=T.isGlob=!0,x=!0;break}}if(o===!0)continue;break}if(r.nonegate!==!0&&B===iy&&c===l){g=T.negated=!0,l++;continue}if(r.noparen!==!0&&B===sy){if(m=T.isGlob=!0,o===!0){for(;L()!==!0&&(B=j());){if(B===sy){E=T.backslashes=!0,B=j();continue}if(B===U1){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,W="",F="";l>0&&(W=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&&M1(M.charCodeAt(M.length-1))&&(M=M.slice(0,-1)),r.unescape===!0&&(F&&(F=L1.removeBackslashes(F)),M&&E===!0&&(M=L1.removeBackslashes(M)));let D={prefix:W,input:t,start:l,base:M,glob:F,isBrace:p,isBracket:h,isGlob:m,isExtglob:b,isGlobstar:y,negated:g,negatedExtglob:_};if(r.tokens===!0&&(D.maxDepth=0,M1(B)||a.push(T),D.tokens=a),r.parts===!0||r.tokens===!0){let w;for(let C=0;C<i.length;C++){let O=w?w+1:l,R=i[C],I=t.slice(O,R);r.tokens&&(C===0&&l!==0?(a[C].isPrefix=!0,a[C].value=W):a[C].value=I,q1(a[C]),D.maxDepth+=a[C].depth),(C!==0||I!=="")&&s.push(I),w=R}if(w&&w+1<t.length){let C=t.slice(w+1);s.push(C),r.tokens&&(a[a.length-1].value=C,q1(a[a.length-1]),D.maxDepth+=a[a.length-1].depth)}D.slashes=i,D.parts=s}return D};V1.exports=P9});var W1=S((fX,G1)=>{"use strict";var gf=Vs(),er=zs(),{MAX_LENGTH:yf,POSIX_REGEX_SOURCE:$9,REGEX_NON_SPECIAL_CHARS:I9,REGEX_SPECIAL_CHARS_BACKREF:T9,REPLACEMENTS:K1}=gf,R9=(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=>er.escapeRegex(o)).join("..")}return r},ma=(t,e)=>`Missing ${t}: "${e}" - use "\\\\${e}" to match literal characters`,uy=(t,e)=>{if(typeof t!="string")throw new TypeError("Expected a string");t=K1[t]||t;let r={...e},n=typeof r.maxLength=="number"?Math.min(yf,r.maxLength):yf,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=er.isWindows(e),c=gf.globChars(u),l=gf.extglobChars(c),{DOT_LITERAL:d,PLUS_LITERAL:p,SLASH_LITERAL:h,ONE_CHAR:m,DOTS_SLASH:b,NO_DOT:y,NO_DOT_SLASH:v,NO_DOTS_SLASH:E,QMARK:g,QMARK_NO_DOT:_,STAR:x,START_ANCHOR:$}=c,k=G=>`(${s}(?:(?!${$}${G.dot?b:d}).)*?)`,B=r.dot?"":y,T=r.dot?g:_,L=r.bash===!0?k(r):x;r.capture&&(L=`(${L})`),typeof r.noext=="boolean"&&(r.noextglob=r.noext);let A={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=er.removePrefix(t,A),o=t.length;let j=[],M=[],W=[],F=i,D,w=()=>A.index===o-1,C=A.peek=(G=1)=>t[A.index+G],O=A.advance=()=>t[++A.index]||"",R=()=>t.slice(A.index+1),I=(G="",xe=0)=>{A.consumed+=G,A.index+=xe},q=G=>{A.output+=G.output!=null?G.output:G.value,I(G.value)},P=()=>{let G=1;for(;C()==="!"&&(C(2)!=="("||C(3)==="?");)O(),A.start++,G++;return G%2===0?!1:(A.negated=!0,A.start++,!0)},N=G=>{A[G]++,W.push(G)},z=G=>{A[G]--,W.pop()},H=G=>{if(F.type==="globstar"){let xe=A.braces>0&&(G.type==="comma"||G.type==="brace"),V=G.extglob===!0||j.length&&(G.type==="pipe"||G.type==="paren");G.type!=="slash"&&G.type!=="paren"&&!xe&&!V&&(A.output=A.output.slice(0,-F.output.length),F.type="star",F.value="*",F.output=L,A.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,xe)=>{let V={...l[xe],conditions:1,inner:""};V.prev=F,V.parens=A.parens,V.output=A.output;let ce=(r.capture?"(":"")+V.open;N("parens"),H({type:G,value:xe,output:A.output?"":m}),H({type:"paren",extglob:!0,value:O(),output:ce}),j.push(V)},zt=G=>{let xe=G.close+(r.capture?")":""),V;if(G.type==="negate"){let ce=L;if(G.inner&&G.inner.length>1&&G.inner.includes("/")&&(ce=k(r)),(ce!==L||w()||/^\)+$/.test(R()))&&(xe=G.close=`)$))${ce}`),G.inner.includes("*")&&(V=R())&&/^\.[^\\/.]+$/.test(V)){let qe=uy(V,{...e,fastpaths:!1}).output;xe=G.close=`)${qe})${ce})`}G.prev.type==="bos"&&(A.negatedExtglob=!0)}H({type:"paren",extglob:!0,value:D,output:xe}),z("parens")};if(r.fastpaths!==!1&&!/(^[*!]|[/()[\]{}"])/.test(t)){let G=!1,xe=t.replace(T9,(V,ce,qe,Et,rt,Af)=>Et==="\\"?(G=!0,V):Et==="?"?ce?ce+Et+(rt?g.repeat(rt.length):""):Af===0?T+(rt?g.repeat(rt.length):""):g.repeat(qe.length):Et==="."?d.repeat(qe.length):Et==="*"?ce?ce+Et+(rt?L:""):L:ce?V:`\\${V}`);return G===!0&&(r.unescape===!0?xe=xe.replace(/\\/g,""):xe=xe.replace(/\\+/g,V=>V.length%2===0?"\\\\":V?"\\":"")),xe===t&&r.contains===!0?(A.output=t,A):(A.output=er.wrapOutput(xe,A,e),A)}for(;!w();){if(D=O(),D==="\0")continue;if(D==="\\"){let V=C();if(V==="/"&&r.bash!==!0||V==="."||V===";")continue;if(!V){D+="\\",H({type:"text",value:D});continue}let ce=/^\\+/.exec(R()),qe=0;if(ce&&ce[0].length>2&&(qe=ce[0].length,A.index+=qe,qe%2!==0&&(D+="\\")),r.unescape===!0?D=O():D+=O(),A.brackets===0){H({type:"text",value:D});continue}}if(A.brackets>0&&(D!=="]"||F.value==="["||F.value==="[^")){if(r.posix!==!1&&D===":"){let V=F.value.slice(1);if(V.includes("[")&&(F.posix=!0,V.includes(":"))){let ce=F.value.lastIndexOf("["),qe=F.value.slice(0,ce),Et=F.value.slice(ce+2),rt=$9[Et];if(rt){F.value=qe+rt,A.backtrack=!0,O(),!i.output&&a.indexOf(F)===1&&(i.output=m);continue}}}(D==="["&&C()!==":"||D==="-"&&C()==="]")&&(D=`\\${D}`),D==="]"&&(F.value==="["||F.value==="[^")&&(D=`\\${D}`),r.posix===!0&&D==="!"&&F.value==="["&&(D="^"),F.value+=D,q({value:D});continue}if(A.quotes===1&&D!=='"'){D=er.escapeRegex(D),F.value+=D,q({value:D});continue}if(D==='"'){A.quotes=A.quotes===1?0:1,r.keepQuotes===!0&&H({type:"text",value:D});continue}if(D==="("){N("parens"),H({type:"paren",value:D});continue}if(D===")"){if(A.parens===0&&r.strictBrackets===!0)throw new SyntaxError(ma("opening","("));let V=j[j.length-1];if(V&&A.parens===V.parens+1){zt(j.pop());continue}H({type:"paren",value:D,output:A.parens?")":"\\)"}),z("parens");continue}if(D==="["){if(r.nobracket===!0||!R().includes("]")){if(r.nobracket!==!0&&r.strictBrackets===!0)throw new SyntaxError(ma("closing","]"));D=`\\${D}`}else N("brackets");H({type:"bracket",value:D});continue}if(D==="]"){if(r.nobracket===!0||F&&F.type==="bracket"&&F.value.length===1){H({type:"text",value:D,output:`\\${D}`});continue}if(A.brackets===0){if(r.strictBrackets===!0)throw new SyntaxError(ma("opening","["));H({type:"text",value:D,output:`\\${D}`});continue}z("brackets");let V=F.value.slice(1);if(F.posix!==!0&&V[0]==="^"&&!V.includes("/")&&(D=`/${D}`),F.value+=D,q({value:D}),r.literalBrackets===!1||er.hasRegexChars(V))continue;let ce=er.escapeRegex(F.value);if(A.output=A.output.slice(0,-F.value.length),r.literalBrackets===!0){A.output+=ce,F.value=ce;continue}F.value=`(${s}${ce}|${F.value})`,A.output+=F.value;continue}if(D==="{"&&r.nobrace!==!0){N("braces");let V={type:"brace",value:D,output:"(",outputIndex:A.output.length,tokensIndex:A.tokens.length};M.push(V),H(V);continue}if(D==="}"){let V=M[M.length-1];if(r.nobrace===!0||!V){H({type:"text",value:D,output:D});continue}let ce=")";if(V.dots===!0){let qe=a.slice(),Et=[];for(let rt=qe.length-1;rt>=0&&(a.pop(),qe[rt].type!=="brace");rt--)qe[rt].type!=="dots"&&Et.unshift(qe[rt].value);ce=R9(Et,r),A.backtrack=!0}if(V.comma!==!0&&V.dots!==!0){let qe=A.output.slice(0,V.outputIndex),Et=A.tokens.slice(V.tokensIndex);V.value=V.output="\\{",D=ce="\\}",A.output=qe;for(let rt of Et)A.output+=rt.output||rt.value}H({type:"brace",value:D,output:ce}),z("braces"),M.pop();continue}if(D==="|"){j.length>0&&j[j.length-1].conditions++,H({type:"text",value:D});continue}if(D===","){let V=D,ce=M[M.length-1];ce&&W[W.length-1]==="braces"&&(ce.comma=!0,V="|"),H({type:"comma",value:D,output:V});continue}if(D==="/"){if(F.type==="dot"&&A.index===A.start+1){A.start=A.index+1,A.consumed="",A.output="",a.pop(),F=i;continue}H({type:"slash",value:D,output:h});continue}if(D==="."){if(A.braces>0&&F.type==="dot"){F.value==="."&&(F.output=d);let V=M[M.length-1];F.type="dots",F.output+=D,F.value+=D,V.dots=!0;continue}if(A.braces+A.parens===0&&F.type!=="bos"&&F.type!=="slash"){H({type:"text",value:D,output:d});continue}H({type:"dot",value:D,output:d});continue}if(D==="?"){if(!(F&&F.value==="(")&&r.noextglob!==!0&&C()==="("&&C(2)!=="?"){se("qmark",D);continue}if(F&&F.type==="paren"){let ce=C(),qe=D;if(ce==="<"&&!er.supportsLookbehinds())throw new Error("Node.js v10 or higher is required for regex lookbehinds");(F.value==="("&&!/[!=<:]/.test(ce)||ce==="<"&&!/<([!=]|\w+>)/.test(R()))&&(qe=`\\${D}`),H({type:"text",value:D,output:qe});continue}if(r.dot!==!0&&(F.type==="slash"||F.type==="bos")){H({type:"qmark",value:D,output:_});continue}H({type:"qmark",value:D,output:g});continue}if(D==="!"){if(r.noextglob!==!0&&C()==="("&&(C(2)!=="?"||!/[!=<:]/.test(C(3)))){se("negate",D);continue}if(r.nonegate!==!0&&A.index===0){P();continue}}if(D==="+"){if(r.noextglob!==!0&&C()==="("&&C(2)!=="?"){se("plus",D);continue}if(F&&F.value==="("||r.regex===!1){H({type:"plus",value:D,output:p});continue}if(F&&(F.type==="bracket"||F.type==="paren"||F.type==="brace")||A.parens>0){H({type:"plus",value:D});continue}H({type:"plus",value:p});continue}if(D==="@"){if(r.noextglob!==!0&&C()==="("&&C(2)!=="?"){H({type:"at",extglob:!0,value:D,output:""});continue}H({type:"text",value:D});continue}if(D!=="*"){(D==="$"||D==="^")&&(D=`\\${D}`);let V=I9.exec(R());V&&(D+=V[0],A.index+=V[0].length),H({type:"text",value:D});continue}if(F&&(F.type==="globstar"||F.star===!0)){F.type="star",F.star=!0,F.value+=D,F.output=L,A.backtrack=!0,A.globstar=!0,I(D);continue}let G=R();if(r.noextglob!==!0&&/^\([^?]/.test(G)){se("star",D);continue}if(F.type==="star"){if(r.noglobstar===!0){I(D);continue}let V=F.prev,ce=V.prev,qe=V.type==="slash"||V.type==="bos",Et=ce&&(ce.type==="star"||ce.type==="globstar");if(r.bash===!0&&(!qe||G[0]&&G[0]!=="/")){H({type:"star",value:D,output:""});continue}let rt=A.braces>0&&(V.type==="comma"||V.type==="brace"),Af=j.length&&(V.type==="pipe"||V.type==="paren");if(!qe&&V.type!=="paren"&&!rt&&!Af){H({type:"star",value:D,output:""});continue}for(;G.slice(0,3)==="/**";){let Xs=t[A.index+4];if(Xs&&Xs!=="/")break;G=G.slice(3),I("/**",3)}if(V.type==="bos"&&w()){F.type="globstar",F.value+=D,F.output=k(r),A.output=F.output,A.globstar=!0,I(D);continue}if(V.type==="slash"&&V.prev.type!=="bos"&&!Et&&w()){A.output=A.output.slice(0,-(V.output+F.output).length),V.output=`(?:${V.output}`,F.type="globstar",F.output=k(r)+(r.strictSlashes?")":"|$)"),F.value+=D,A.globstar=!0,A.output+=V.output+F.output,I(D);continue}if(V.type==="slash"&&V.prev.type!=="bos"&&G[0]==="/"){let Xs=G[1]!==void 0?"|$":"";A.output=A.output.slice(0,-(V.output+F.output).length),V.output=`(?:${V.output}`,F.type="globstar",F.output=`${k(r)}${h}|${h}${Xs})`,F.value+=D,A.output+=V.output+F.output,A.globstar=!0,I(D+O()),H({type:"slash",value:"/",output:""});continue}if(V.type==="bos"&&G[0]==="/"){F.type="globstar",F.value+=D,F.output=`(?:^|${h}|${k(r)}${h})`,A.output=F.output,A.globstar=!0,I(D+O()),H({type:"slash",value:"/",output:""});continue}A.output=A.output.slice(0,-F.output.length),F.type="globstar",F.output=k(r),F.value+=D,A.output+=F.output,A.globstar=!0,I(D);continue}let xe={type:"star",value:D,output:L};if(r.bash===!0){xe.output=".*?",(F.type==="bos"||F.type==="slash")&&(xe.output=B+xe.output),H(xe);continue}if(F&&(F.type==="bracket"||F.type==="paren")&&r.regex===!0){xe.output=D,H(xe);continue}(A.index===A.start||F.type==="slash"||F.type==="dot")&&(F.type==="dot"?(A.output+=v,F.output+=v):r.dot===!0?(A.output+=E,F.output+=E):(A.output+=B,F.output+=B),C()!=="*"&&(A.output+=m,F.output+=m)),H(xe)}for(;A.brackets>0;){if(r.strictBrackets===!0)throw new SyntaxError(ma("closing","]"));A.output=er.escapeLast(A.output,"["),z("brackets")}for(;A.parens>0;){if(r.strictBrackets===!0)throw new SyntaxError(ma("closing",")"));A.output=er.escapeLast(A.output,"("),z("parens")}for(;A.braces>0;){if(r.strictBrackets===!0)throw new SyntaxError(ma("closing","}"));A.output=er.escapeLast(A.output,"{"),z("braces")}if(r.strictSlashes!==!0&&(F.type==="star"||F.type==="bracket")&&H({type:"maybe_slash",value:"",output:`${h}?`}),A.backtrack===!0){A.output="";for(let G of A.tokens)A.output+=G.output!=null?G.output:G.value,G.suffix&&(A.output+=G.suffix)}return A};uy.fastpaths=(t,e)=>{let r={...e},n=typeof r.maxLength=="number"?Math.min(yf,r.maxLength):yf,o=t.length;if(o>n)throw new SyntaxError(`Input length: ${o}, exceeds maximum allowed length: ${n}`);t=K1[t]||t;let i=er.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}=gf.globChars(i),b=r.dot?d:l,y=r.dot?p:l,v=r.capture?"":"?:",E={negated:!1,prefix:""},g=r.bash===!0?".*?":h;r.capture&&(g=`(${g})`);let _=B=>B.noglobstar===!0?g:`(${v}(?:(?!${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}${y}${g}`;case"**":return b+_(r);case"**/*":return`(?:${b}${_(r)}${s})?${y}${u}${g}`;case"**/*.*":return`(?:${b}${_(r)}${s})?${y}${g}${a}${u}${g}`;case"**/.*":return`(?:${b}${_(r)}${s})?${a}${u}${g}`;default:{let T=/^(.*?)\.(\w+)$/.exec(B);if(!T)return;let L=x(T[1]);return L?L+a+T[2]:void 0}}},$=er.removePrefix(t,E),k=x($);return k&&r.strictSlashes!==!0&&(k+=`${s}?`),k};G1.exports=uy});var J1=S((dX,Y1)=>{"use strict";var B9=require("path"),N9=z1(),cy=W1(),ly=zs(),L9=Vs(),j9=t=>t&&typeof t=="object"&&!Array.isArray(t),et=(t,e,r=!1)=>{if(Array.isArray(t)){let l=t.map(p=>et(p,e,r));return p=>{for(let h of l){let m=h(p);if(m)return m}return!1}}let n=j9(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=ly.isWindows(e),a=n?et.compileRe(t,e):et.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=et(o.ignore,l,r)}let c=(l,d=!1)=>{let{isMatch:p,match:h,output:m}=et.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};et.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?ly.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=et.matchBase(t,e,r,o):s=e.exec(u)),{isMatch:!!s,match:s,output:u}};et.matchBase=(t,e,r,n=ly.isWindows(r))=>(e instanceof RegExp?e:et.makeRe(e,r)).test(B9.basename(t));et.isMatch=(t,e,r)=>et(e,r)(t);et.parse=(t,e)=>Array.isArray(t)?t.map(r=>et.parse(r,e)):cy(t,{...e,fastpaths:!1});et.scan=(t,e)=>N9(t,e);et.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=et.toRegex(s,e);return n===!0&&(u.state=t),u};et.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=cy.fastpaths(t,e)),o.output||(o=cy(t,e)),et.compileRe(o,e,r,n)};et.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/$^/}};et.constants=L9;Y1.exports=et});var Z1=S((pX,X1)=>{"use strict";X1.exports=J1()});var oF=S((hX,nF)=>{"use strict";var eF=require("util"),tF=$1(),Kr=Z1(),fy=zs(),Q1=t=>t===""||t==="./",rF=t=>{let e=t.indexOf("{");return e>-1&&t.indexOf("}",e)>-1},Le=(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=Kr(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};Le.match=Le;Le.matcher=(t,e)=>Kr(t,e);Le.isMatch=(t,e,r)=>Kr(e,r)(t);Le.any=Le.isMatch;Le.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(Le(t,e,{...r,onResult:i}));for(let s of o)a.has(s)||n.add(s);return[...n]};Le.contains=(t,e,r)=>{if(typeof t!="string")throw new TypeError(`Expected a string: "${eF.inspect(t)}"`);if(Array.isArray(e))return e.some(n=>Le.contains(t,n,r));if(typeof e=="string"){if(Q1(t)||Q1(e))return!1;if(t.includes(e)||t.startsWith("./")&&t.slice(2).includes(e))return!0}return Le.isMatch(t,e,{...r,contains:!0})};Le.matchKeys=(t,e,r)=>{if(!fy.isObject(t))throw new TypeError("Expected the first argument to be an object");let n=Le(Object.keys(t),e,r),o={};for(let i of n)o[i]=t[i];return o};Le.some=(t,e,r)=>{let n=[].concat(t);for(let o of[].concat(e)){let i=Kr(String(o),r);if(n.some(a=>i(a)))return!0}return!1};Le.every=(t,e,r)=>{let n=[].concat(t);for(let o of[].concat(e)){let i=Kr(String(o),r);if(!n.every(a=>i(a)))return!1}return!0};Le.all=(t,e,r)=>{if(typeof t!="string")throw new TypeError(`Expected a string: "${eF.inspect(t)}"`);return[].concat(e).every(n=>Kr(n,r)(t))};Le.capture=(t,e,r)=>{let n=fy.isWindows(r),i=Kr.makeRe(String(t),{...r,capture:!0}).exec(n?fy.toPosixSlashes(e):e);if(i)return i.slice(1).map(a=>a===void 0?"":a)};Le.makeRe=(...t)=>Kr.makeRe(...t);Le.scan=(...t)=>Kr.scan(...t);Le.parse=(t,e)=>{let r=[];for(let n of[].concat(t||[]))for(let o of tF(String(n),e))r.push(Kr.parse(o,e));return r};Le.braces=(t,e)=>{if(typeof t!="string")throw new TypeError("Expected a string");return e&&e.nobrace===!0||!rF(t)?[t]:tF(t,e)};Le.braceExpand=(t,e)=>{if(typeof t!="string")throw new TypeError("Expected a string");return Le.braces(t,{...e,expand:!0})};Le.hasBraces=rF;nF.exports=Le});var HF=S((dZ,Dn)=>{var $e=require("fs"),Cf=require("os"),yt=require("path"),xF=require("crypto"),Wr={fs:$e.constants,os:Cf.constants},AF="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz",PF=/XXXXXX/,d7=3,$F=(Wr.O_CREAT||Wr.fs.O_CREAT)|(Wr.O_EXCL||Wr.fs.O_EXCL)|(Wr.O_RDWR||Wr.fs.O_RDWR),p7=Cf.platform()==="win32",h7=Wr.EBADF||Wr.os.errno.EBADF,m7=Wr.ENOENT||Wr.os.errno.ENOENT,IF=448,TF=384,g7="exit",ya=[],RF=$e.rmdirSync.bind($e),BF=!1;function y7(t,e){return $e.rm(t,{recursive:!0},e)}function NF(t){return $e.rmSync(t,{recursive:!0})}function yy(t,e){let r=Da(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=jF(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 Dy(t){let e=Da(t),r=e[0],n=O7(r),o=n.tries;do{let i=jF(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 D7(t,e){let r=Da(t,e),n=r[0],o=r[1];yy(n,function(a,s){if(a)return o(a);$e.open(s,$F,n.mode||TF,function(c,l){if(c)return o(c);if(n.discardDescriptor)return $e.close(l,function(p){return o(p,s,void 0,my(s,-1,n,!1))});{let d=n.discardDescriptor||n.detachDescriptor;o(null,s,l,my(s,d?-1:l,n,!1))}})})}function b7(t){let e=Da(t),r=e[0],n=r.discardDescriptor||r.detachDescriptor,o=Dy(r),i=$e.openSync(o,$F,r.mode||TF);return r.discardDescriptor&&($e.closeSync(i),i=void 0),{name:o,fd:i,removeCallback:my(o,n?-1:i,r,!0)}}function w7(t,e){let r=Da(t,e),n=r[0],o=r[1];yy(n,function(a,s){if(a)return o(a);$e.mkdir(s,n.mode||IF,function(c){if(c)return o(c);o(null,s,LF(s,n,!1))})})}function v7(t){let e=Da(t),r=e[0],n=Dy(r);return $e.mkdirSync(n,r.mode||IF),{name:n,removeCallback:LF(n,r,!0)}}function C7(t,e){let r=function(n){if(n&&!gy(n))return e(n);e()};0<=t[0]?$e.close(t[0],function(){$e.unlink(t[1],r)}):$e.unlink(t[1],r)}function E7(t){let e=null;try{0<=t[0]&&$e.closeSync(t[0])}catch(r){if(!F7(r)&&!gy(r))throw r}finally{try{$e.unlinkSync(t[1])}catch(r){gy(r)||(e=r)}}if(e!==null)throw e}function my(t,e,r,n){let o=vf(E7,[e,t],n),i=vf(C7,[e,t],n,o);return r.keep||ya.unshift(o),n?o:i}function LF(t,e,r){let n=e.unsafeCleanup?y7:$e.rmdir.bind($e),o=e.unsafeCleanup?NF:RF,i=vf(o,t,r),a=vf(n,t,r,i);return e.keep||ya.unshift(i),r?i:a}function vf(t,e,r,n){let o=!1;return function i(a){if(!o){let s=n||i,u=ya.indexOf(s);return u>=0&&ya.splice(u,1),o=!0,r||t===RF||t===NF?t(e):t(e,a||function(){})}}}function _7(){if(BF)for(;ya.length;)try{ya[0]()}catch{}}function OF(t){let e=[],r=null;try{r=xF.randomBytes(t)}catch{r=xF.pseudoRandomBytes(t)}for(let n=0;n<t;n++)e.push(AF[r[n]%AF.length]);return e.join("")}function tr(t){return typeof t>"u"}function Da(t,e){if(typeof t=="function")return[{},t];if(tr(t))return[{},e];let r={};for(let n of Object.getOwnPropertyNames(t))r[n]=t[n];return[r,e]}function S7(t,e,r){let n=yt.isAbsolute(t)?t:yt.join(e,t);$e.stat(n,function(o){o?$e.realpath(yt.dirname(n),function(i,a){if(i)return r(i);r(null,yt.join(a,yt.basename(n)))}):$e.realpath(n,r)})}function x7(t,e){let r=yt.isAbsolute(t)?t:yt.join(e,t);try{return $e.statSync(r),$e.realpathSync(r)}catch{let o=$e.realpathSync(yt.dirname(r));return yt.join(o,yt.basename(r))}}function jF(t){let e=t.tmpdir;if(!tr(t.name))return yt.join(e,t.dir,t.name);if(!tr(t.template))return yt.join(e,t.dir,t.template).replace(PF,OF(6));let r=[t.prefix?t.prefix:"tmp","-",process.pid,"-",OF(12),t.postfix?"-"+t.postfix:""].join("");return yt.join(e,t.dir,r)}function UF(t){if(!tr(t.name)){let e=t.name;if(yt.isAbsolute(e))throw new Error(`name option must not contain an absolute path, found "${e}".`);let r=yt.basename(e);if(r===".."||r==="."||r!==e)throw new Error(`name option must not contain a path, found "${e}".`)}if(!tr(t.template)&&!t.template.match(PF))throw new Error(`Invalid template, found "${t.template}".`);if(!tr(t.tries)&&isNaN(t.tries)||t.tries<0)throw new Error(`Invalid tries, found "${t.tries}".`);t.tries=tr(t.name)?t.tries||d7:1,t.keep=!!t.keep,t.detachDescriptor=!!t.detachDescriptor,t.discardDescriptor=!!t.discardDescriptor,t.unsafeCleanup=!!t.unsafeCleanup,t.prefix=tr(t.prefix)?"":t.prefix,t.postfix=tr(t.postfix)?"":t.postfix}function FF(t,e,r,n){if(tr(e))return n(null);S7(e,r,function(o,i){if(o)return n(o);let a=yt.relative(r,i);if(!i.startsWith(r))return n(new Error(`${t} option must be relative to "${r}", found "${a}".`));n(null,a)})}function kF(t,e,r){if(tr(e))return;let n=x7(e,r),o=yt.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){P7(t,function(r,n){if(r)return e(r);t.tmpdir=n;try{UF(t,n)}catch(o){return e(o)}FF("dir",t.dir,n,function(o,i){if(o)return e(o);t.dir=tr(i)?"":i,FF("template",t.template,n,function(a,s){if(a)return e(a);t.template=s,e(null,t)})})})}function O7(t){let e=t.tmpdir=qF(t);UF(t,e);let r=kF("dir",t.dir,e);return t.dir=tr(r)?"":r,t.template=kF("template",t.template,e),t}function F7(t){return MF(t,-h7,"EBADF")}function gy(t){return MF(t,-m7,"ENOENT")}function MF(t,e,r){return p7?t.code===r:t.code===r&&t.errno===e}function k7(){BF=!0}function P7(t,e){return $e.realpath(t&&t.tmpdir||Cf.tmpdir(),e)}function qF(t){return $e.realpathSync(t&&t.tmpdir||Cf.tmpdir())}process.addListener(g7,_7);Object.defineProperty(Dn.exports,"tmpdir",{enumerable:!0,configurable:!1,get:function(){return qF()}});Dn.exports.dir=w7;Dn.exports.dirSync=v7;Dn.exports.file=D7;Dn.exports.fileSync=b7;Dn.exports.tmpName=yy;Dn.exports.tmpNameSync=Dy;Dn.exports.setGracefulCleanup=k7});var Sf=require("node:process");var qy=ue(My(),1),{program:ot,createCommand:pq,createArgument:hq,createOption:mq,CommanderError:gq,InvalidArgumentError:yq,InvalidOptionArgumentError:Dq,Command:bq,Argument:wq,Option:vq,Help:Cq}=qy.default;var br={name:"@capgo/cli",version:"7.45.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:version-detection":"node test/test-get-installed-version.mjs","test:version-detection:setup":"./test/fixtures/setup-test-projects.sh",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 && bun run test:version-detection"},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.27.0",eslint:"^9.38.0","git-format-staged":"3.1.1",husky:"^9.1.7","is-wsl":"^3.1.0",open:"^11.0.0",prettyjson:"^1.2.5",tmp:"^0.2.5","tus-js-client":"^4.3.1",typescript:"^5.9.3"}};var ua=require("node:fs");var Dt=ue(Kf(),1),zo=require("node:process"),wn=ue(require("node:readline"),1),Xf=ue(require("node:readline"),1),Qy=require("node:stream"),eD=ue(Wf(),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 O2=A2();function tD(t){if(typeof t!="string")throw new TypeError(`Expected a \`string\`, got \`${typeof t}\``);return t.replace(O2,"")}function rD(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}var nD={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}})(nD);var F2=nD.exports,k2=rD(F2),P2=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},$2=rD(P2);function Ca(t,e={}){if(typeof t!="string"||t.length===0||(e={ambiguousIsNarrow:!0,...e},t=tD(t),t.length===0))return 0;t=t.replace($2()," ");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(k2.eastAsianWidth(o)){case"F":case"W":n+=2;break;case"A":n+=r;break;default:n+=1}}return n}var Yf=10,Ky=(t=0)=>e=>`\x1B[${e+t}m`,Gy=(t=0)=>e=>`\x1B[${38+t};5;${e}m`,Wy=(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 I2=Object.keys(je.color),T2=Object.keys(je.bgColor);[...I2,...T2];function R2(){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=Ky(),je.color.ansi256=Gy(),je.color.ansi16m=Wy(),je.bgColor.ansi=Ky(Yf),je.bgColor.ansi256=Gy(Yf),je.bgColor.ansi16m=Wy(Yf),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 B2=R2(),cu=new Set(["\x1B","\x9B"]),N2=39,Qf="\x07",oD="[",L2="]",iD="m",ed=`${L2}8;;`,Yy=t=>`${cu.values().next().value}${oD}${t}${iD}`,Jy=t=>`${cu.values().next().value}${ed}${t}${Qf}`,j2=t=>t.split(" ").map(e=>Ca(e)),Jf=(t,e,r)=>{let n=[...e],o=!1,i=!1,a=Ca(tD(t[t.length-1]));for(let[s,u]of n.entries()){let c=Ca(u);if(a+c<=r?t[t.length-1]+=u:(t.push(u),a=0),cu.has(u)&&(o=!0,i=n.slice(s+1).join("").startsWith(ed)),o){i?u===Qf&&(o=!1,i=!1):u===iD&&(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())},U2=t=>{let e=t.split(" "),r=e.length;for(;r>0&&!(Ca(e[r-1])>0);)r--;return r===e.length?t:e.slice(0,r).join(" ")+e.slice(r).join("")},M2=(t,e,r={})=>{if(r.trim!==!1&&t.trim()==="")return"";let n="",o,i,a=j2(t),s=[""];for(let[c,l]of t.split(" ").entries()){r.trim!==!1&&(s[s.length-1]=s[s.length-1].trimStart());let d=Ca(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(""),Jf(s,l,e);continue}if(d+a[c]>e&&d>0&&a[c]>0){if(r.wordWrap===!1&&d<e){Jf(s,l,e);continue}s.push("")}if(d+a[c]>e&&r.wordWrap===!1){Jf(s,l,e);continue}s[s.length-1]+=l}r.trim!==!1&&(s=s.map(c=>U2(c)));let u=[...s.join(`
108
108
  `)];for(let[c,l]of u.entries()){if(n+=l,cu.has(l)){let{groups:p}=new RegExp(`(?:\\${oD}(?<code>\\d+)m|\\${ed}(?<uri>.*)${Qf})`).exec(u.slice(c).join(""))||{groups:{}};if(p.code!==void 0){let h=Number.parseFloat(p.code);o=h===N2?void 0:h}else p.uri!==void 0&&(i=p.uri.length===0?void 0:p.uri)}let d=B2.codes.get(Number(o));u[c+1]===`
109
109
  `?(i&&(n+=Jy("")),o&&d&&(n+=Yy(d))):l===`
110
110
  `&&(o&&d&&(n+=Yy(o)),i&&(n+=Jy(i)))}return n};function Xy(t,e,r){return String(t).normalize().replace(/\r\n/g,`
@@ -112,12 +112,12 @@ tell application "System Events" to get value of property list item "CFBundleNam
112
112
  `).map(n=>M2(n,e,r)).join(`
113
113
  `)}var q2=["up","down","left","right","space","enter","cancel"],iu={actions:new Set(q2),aliases:new Map([["k","up"],["j","down"],["h","left"],["l","right"],["","cancel"],["escape","cancel"]])};function td(t,e){if(typeof t=="string")return iu.aliases.get(t)===e;for(let r of t)if(r!==void 0&&td(r,e))return!0;return!1}function H2(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 V2=globalThis.process.platform.startsWith("win"),Zf=Symbol("clack:cancel");function ve(t){return t===Zf}function ou(t,e){let r=t;r.isTTY&&r.setRawMode(e)}function aD({input:t=zo.stdin,output:e=zo.stdout,overwrite:r=!0,hideCursor:n=!0}={}){let o=wn.createInterface({input:t,output:e,prompt:"",tabSize:1});wn.emitKeypressEvents(t,o),t.isTTY&&t.setRawMode(!0);let i=(a,{name:s,sequence:u})=>{let c=String(a);if(td([c,s,u],"cancel")){n&&e.write(Dt.cursor.show),process.exit(0);return}if(!r)return;wn.moveCursor(e,s==="return"?0:-1,s==="return"?-1:0,()=>{wn.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&&!V2&&t.setRawMode(!1),o.terminal=!1,o.close()}}var z2=Object.defineProperty,K2=(t,e,r)=>e in t?z2(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r,Kt=(t,e,r)=>(K2(t,typeof e!="symbol"?e+"":e,r),r),Ea=class{constructor(e,r=!0){Kt(this,"input"),Kt(this,"output"),Kt(this,"_abortSignal"),Kt(this,"rl"),Kt(this,"opts"),Kt(this,"_render"),Kt(this,"_track",!1),Kt(this,"_prevFrame",""),Kt(this,"_subscribers",new Map),Kt(this,"_cursor",0),Kt(this,"state","initial"),Kt(this,"error",""),Kt(this,"value");let{input:n=zo.stdin,output:o=zo.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 Qy.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=Xf.default.createInterface({input:this.input,output:n,tabSize:2,prompt:"",escapeCodeTimeout:50,terminal:!0}),Xf.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),ou(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),ou(this.input,!1),e(this.value)}),this.once("cancel",()=>{this.output.write(Dt.cursor.show),this.output.off("resize",this.render),ou(this.input,!1),e(Zf)})})}onKeypress(e,r){if(this.state==="error"&&(this.state="active"),r?.name&&(!this._track&&iu.aliases.has(r.name)&&this.emit("cursor",iu.aliases.get(r.name)),iu.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")}td([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(`
115
+ `),o=[];for(let i=0;i<Math.max(r.length,n.length);i++)r[i]!==n[i]&&o.push(i);return o}var V2=globalThis.process.platform.startsWith("win"),Zf=Symbol("clack:cancel");function Ce(t){return t===Zf}function ou(t,e){let r=t;r.isTTY&&r.setRawMode(e)}function aD({input:t=zo.stdin,output:e=zo.stdout,overwrite:r=!0,hideCursor:n=!0}={}){let o=wn.createInterface({input:t,output:e,prompt:"",tabSize:1});wn.emitKeypressEvents(t,o),t.isTTY&&t.setRawMode(!0);let i=(a,{name:s,sequence:u})=>{let c=String(a);if(td([c,s,u],"cancel")){n&&e.write(Dt.cursor.show),process.exit(0);return}if(!r)return;wn.moveCursor(e,s==="return"?0:-1,s==="return"?-1:0,()=>{wn.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&&!V2&&t.setRawMode(!1),o.terminal=!1,o.close()}}var z2=Object.defineProperty,K2=(t,e,r)=>e in t?z2(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r,Kt=(t,e,r)=>(K2(t,typeof e!="symbol"?e+"":e,r),r),Ea=class{constructor(e,r=!0){Kt(this,"input"),Kt(this,"output"),Kt(this,"_abortSignal"),Kt(this,"rl"),Kt(this,"opts"),Kt(this,"_render"),Kt(this,"_track",!1),Kt(this,"_prevFrame",""),Kt(this,"_subscribers",new Map),Kt(this,"_cursor",0),Kt(this,"state","initial"),Kt(this,"error",""),Kt(this,"value");let{input:n=zo.stdin,output:o=zo.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 Qy.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=Xf.default.createInterface({input:this.input,output:n,tabSize:2,prompt:"",escapeCodeTimeout:50,terminal:!0}),Xf.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),ou(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),ou(this.input,!1),e(this.value)}),this.once("cancel",()=>{this.output.write(Dt.cursor.show),this.output.off("resize",this.render),ou(this.input,!1),e(Zf)})})}onKeypress(e,r){if(this.state==="error"&&(this.state="active"),r?.name&&(!this._track&&iu.aliases.has(r.name)&&this.emit("cursor",iu.aliases.get(r.name)),iu.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")}td([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
116
  `),ou(this.input,!1),this.rl?.close(),this.rl=void 0,this.emit(`${this.state}`,this.value),this.unsubscribe()}restoreCursor(){let e=Xy(this._prevFrame,process.stdout.columns,{hard:!0}).split(`
117
117
  `).length-1;this.output.write(Dt.cursor.move(-999,e*-1))}render(){let e=Xy(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=H2(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}}},au=class extends Ea{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 G2;G2=new WeakMap;var W2=Object.defineProperty,Y2=(t,e,r)=>e in t?W2(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r,Zy=(t,e,r)=>(Y2(t,typeof e!="symbol"?e+"":e,r),r),su=class extends Ea{constructor(e){super(e,!1),Zy(this,"options"),Zy(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 uu=class extends Ea{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}${eD.default.inverse(r)}${n.join("")}`}get cursor(){return this._cursor}constructor(e){super(e),this.on("finalize",()=>{this.value||(this.value=e.defaultValue)})}};var rr=ue(require("node:process"),1),Y=ue(Wf(),1),lu=ue(Kf(),1);function J2(){return rr.default.platform!=="win32"?rr.default.env.TERM!=="linux":!!rr.default.env.CI||!!rr.default.env.WT_SESSION||!!rr.default.env.TERMINUS_SUBLIME||rr.default.env.ConEmuTask==="{cmd::Cmder}"||rr.default.env.TERM_PROGRAM==="Terminus-Sublime"||rr.default.env.TERM_PROGRAM==="vscode"||rr.default.env.TERM==="xterm-256color"||rr.default.env.TERM==="alacritty"||rr.default.env.TERMINAL_EMULATOR==="JetBrains-JediTerm"}var rd=J2(),Ze=(t,e)=>rd?t:e,X2=Ze("\u25C6","*"),sD=Ze("\u25A0","x"),uD=Ze("\u25B2","x"),id=Ze("\u25C7","o"),Z2=Ze("\u250C","T"),He=Ze("\u2502","|"),Ko=Ze("\u2514","\u2014"),nd=Ze("\u25CF",">"),od=Ze("\u25CB"," "),$q=Ze("\u25FB","[\u2022]"),Iq=Ze("\u25FC","[+]"),Tq=Ze("\u25FB","[ ]"),Rq=Ze("\u25AA","\u2022"),Bq=Ze("\u2500","-"),Nq=Ze("\u256E","+"),Lq=Ze("\u251C","+"),jq=Ze("\u256F","+"),Q2=Ze("\u25CF","\u2022"),ek=Ze("\u25C6","*"),tk=Ze("\u25B2","!"),rk=Ze("\u25A0","x"),ad=t=>{switch(t){case"initial":case"active":return Y.default.cyan(X2);case"cancel":return Y.default.red(sD);case"error":return Y.default.yellow(uD);case"submit":return Y.default.green(id)}},nk=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?Y.default.dim("..."):n(l,d+s===e)})},br=t=>new uu({validate:t.validate,placeholder:t.placeholder,defaultValue:t.defaultValue,initialValue:t.initialValue,render(){let e=`${Y.default.gray(He)}
120
+ `)),this._prevFrame=e;return}this.output.write(Dt.erase.down())}this.output.write(e),this.state==="initial"&&(this.state="active"),this._prevFrame=e}}},au=class extends Ea{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 G2;G2=new WeakMap;var W2=Object.defineProperty,Y2=(t,e,r)=>e in t?W2(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r,Zy=(t,e,r)=>(Y2(t,typeof e!="symbol"?e+"":e,r),r),su=class extends Ea{constructor(e){super(e,!1),Zy(this,"options"),Zy(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 uu=class extends Ea{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}${eD.default.inverse(r)}${n.join("")}`}get cursor(){return this._cursor}constructor(e){super(e),this.on("finalize",()=>{this.value||(this.value=e.defaultValue)})}};var nr=ue(require("node:process"),1),Y=ue(Wf(),1),lu=ue(Kf(),1);function J2(){return nr.default.platform!=="win32"?nr.default.env.TERM!=="linux":!!nr.default.env.CI||!!nr.default.env.WT_SESSION||!!nr.default.env.TERMINUS_SUBLIME||nr.default.env.ConEmuTask==="{cmd::Cmder}"||nr.default.env.TERM_PROGRAM==="Terminus-Sublime"||nr.default.env.TERM_PROGRAM==="vscode"||nr.default.env.TERM==="xterm-256color"||nr.default.env.TERM==="alacritty"||nr.default.env.TERMINAL_EMULATOR==="JetBrains-JediTerm"}var rd=J2(),Ze=(t,e)=>rd?t:e,X2=Ze("\u25C6","*"),sD=Ze("\u25A0","x"),uD=Ze("\u25B2","x"),id=Ze("\u25C7","o"),Z2=Ze("\u250C","T"),He=Ze("\u2502","|"),Ko=Ze("\u2514","\u2014"),nd=Ze("\u25CF",">"),od=Ze("\u25CB"," "),Tq=Ze("\u25FB","[\u2022]"),Rq=Ze("\u25FC","[+]"),Bq=Ze("\u25FB","[ ]"),Nq=Ze("\u25AA","\u2022"),Lq=Ze("\u2500","-"),jq=Ze("\u256E","+"),Uq=Ze("\u251C","+"),Mq=Ze("\u256F","+"),Q2=Ze("\u25CF","\u2022"),ek=Ze("\u25C6","*"),tk=Ze("\u25B2","!"),rk=Ze("\u25A0","x"),ad=t=>{switch(t){case"initial":case"active":return Y.default.cyan(X2);case"cancel":return Y.default.red(sD);case"error":return Y.default.yellow(uD);case"submit":return Y.default.green(id)}},nk=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?Y.default.dim("..."):n(l,d+s===e)})},wr=t=>new uu({validate:t.validate,placeholder:t.placeholder,defaultValue:t.defaultValue,initialValue:t.initialValue,render(){let e=`${Y.default.gray(He)}
121
121
  ${ad(this.state)} ${t.message}
122
122
  `,r=t.placeholder?Y.default.inverse(t.placeholder[0])+Y.default.dim(t.placeholder.slice(1)):Y.default.inverse(Y.default.hidden("_")),n=this.value?this.valueWithCursor:r;switch(this.state){case"error":return`${e.trim()}
123
123
  ${Y.default.yellow(He)} ${n}
@@ -125,12 +125,12 @@ ${Y.default.yellow(Ko)} ${Y.default.yellow(this.error)}
125
125
  `;case"submit":return`${e}${Y.default.gray(He)} ${Y.default.dim(this.value||t.placeholder)}`;case"cancel":return`${e}${Y.default.gray(He)} ${Y.default.strikethrough(Y.default.dim(this.value??""))}${this.value?.trim()?`
126
126
  ${Y.default.gray(He)}`:""}`;default:return`${e}${Y.default.cyan(He)} ${n}
127
127
  ${Y.default.cyan(Ko)}
128
- `}}}).prompt();var Ce=t=>{let e=t.active??"Yes",r=t.inactive??"No";return new au({active:e,inactive:r,initialValue:t.initialValue??!0,render(){let n=`${Y.default.gray(He)}
128
+ `}}}).prompt();var Ee=t=>{let e=t.active??"Yes",r=t.inactive??"No";return new au({active:e,inactive:r,initialValue:t.initialValue??!0,render(){let n=`${Y.default.gray(He)}
129
129
  ${ad(this.state)} ${t.message}
130
130
  `,o=this.value?e:r;switch(this.state){case"submit":return`${n}${Y.default.gray(He)} ${Y.default.dim(o)}`;case"cancel":return`${n}${Y.default.gray(He)} ${Y.default.strikethrough(Y.default.dim(o))}
131
131
  ${Y.default.gray(He)}`;default:return`${n}${Y.default.cyan(He)} ${this.value?`${Y.default.green(nd)} ${e}`:`${Y.default.dim(od)} ${Y.default.dim(e)}`} ${Y.default.dim("/")} ${this.value?`${Y.default.dim(od)} ${Y.default.dim(r)}`:`${Y.default.green(nd)} ${r}`}
132
132
  ${Y.default.cyan(Ko)}
133
- `}}}).prompt()},wr=t=>{let e=(r,n)=>{let o=r.label??String(r.value);switch(n){case"selected":return`${Y.default.dim(o)}`;case"active":return`${Y.default.green(nd)} ${o} ${r.hint?Y.default.dim(`(${r.hint})`):""}`;case"cancelled":return`${Y.default.strikethrough(Y.default.dim(o))}`;default:return`${Y.default.dim(od)} ${Y.default.dim(o)}`}};return new su({options:t.options,initialValue:t.initialValue,render(){let r=`${Y.default.gray(He)}
133
+ `}}}).prompt()},vr=t=>{let e=(r,n)=>{let o=r.label??String(r.value);switch(n){case"selected":return`${Y.default.dim(o)}`;case"active":return`${Y.default.green(nd)} ${o} ${r.hint?Y.default.dim(`(${r.hint})`):""}`;case"cancelled":return`${Y.default.strikethrough(Y.default.dim(o))}`;default:return`${Y.default.dim(od)} ${Y.default.dim(o)}`}};return new su({options:t.options,initialValue:t.initialValue,render(){let r=`${Y.default.gray(He)}
134
134
  ${ad(this.state)} ${t.message}
135
135
  `;switch(this.state){case"submit":return`${r}${Y.default.gray(He)} ${e(this.options[this.cursor],"selected")}`;case"cancel":return`${r}${Y.default.gray(He)} ${e(this.options[this.cursor],"cancelled")}
136
136
  ${Y.default.gray(He)}`;default:return`${r}${Y.default.cyan(He)} ${nk({cursor:this.cursor,options:this.options,maxItems:t.maxItems,style:(n,o)=>e(n,o?"active":"inactive")}).join(`
@@ -145,15 +145,15 @@ ${Y.default.gray(Ko)} ${t}
145
145
  `)},f={message:(t="",{symbol:e=Y.default.gray(He)}={})=>{let r=[`${Y.default.gray(He)}`];if(t){let[n,...o]=t.split(`
146
146
  `);r.push(`${e} ${n}`,...o.map(i=>`${Y.default.gray(He)} ${i}`))}process.stdout.write(`${r.join(`
147
147
  `)}
148
- `)},info:t=>{f.message(t,{symbol:Y.default.blue(Q2)})},success:t=>{f.message(t,{symbol:Y.default.green(ek)})},step:t=>{f.message(t,{symbol:Y.default.green(id)})},warn:t=>{f.message(t,{symbol:Y.default.yellow(tk)})},warning:t=>{f.warn(t)},error:t=>{f.message(t,{symbol:Y.default.red(rk)})}},Uq=`${Y.default.gray(He)} `;var De=({indicator:t="dots"}={})=>{let e=rd?["\u25D2","\u25D0","\u25D3","\u25D1"]:["\u2022","o","O","0"],r=rd?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:Y.default.blue(Q2)})},success:t=>{f.message(t,{symbol:Y.default.green(ek)})},step:t=>{f.message(t,{symbol:Y.default.green(id)})},warn:t=>{f.message(t,{symbol:Y.default.yellow(tk)})},warning:t=>{f.warn(t)},error:t=>{f.message(t,{symbol:Y.default.red(rk)})}},qq=`${Y.default.gray(He)} `;var De=({indicator:t="dots"}={})=>{let e=rd?["\u25D2","\u25D0","\u25D3","\u25D1"]:["\u2022","o","O","0"],r=rd?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
150
  `);process.stdout.write(lu.cursor.move(-999,_.length-1)),process.stdout.write(lu.erase.down(_.length))},y=_=>_.replace(/\.+$/,""),v=_=>{let x=(performance.now()-_)/1e3,$=Math.floor(x/60),k=Math.floor(x%60);return $>0?`[${$}m ${k}s]`:`[${k}s]`},E=(_="")=>{a=!0,o=aD(),s=y(_),c=performance.now(),process.stdout.write(`${Y.default.gray(He)}
151
151
  `);let x=0,$=0;h(),i=setInterval(()=>{if(n&&s===u)return;b(),u=s;let k=Y.default.magenta(e[x]);if(n)process.stdout.write(`${k} ${s}...`);else if(t==="timer")process.stdout.write(`${k} ${s} ${v(c)}`);else{let B=".".repeat(Math.floor($)).slice(0,3);process.stdout.write(`${k} ${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?Y.default.green(id):x===1?Y.default.red(sD):Y.default.red(uD);s=y(_??s),t==="timer"?process.stdout.write(`${$} ${s} ${v(c)}
152
152
  `):process.stdout.write(`${$} ${s}
153
- `),m(),o()};return{start:E,stop:g,message:(_="")=>{s=y(_??s)}}};var FA=require("node:child_process"),be=require("node:fs"),jl=require("node:os"),pe=ue(require("node:path")),Yt=require("node:process"),Mr=ue(du());var _t=require("fs"),Sa=(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},pu=(t=Sa(),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"}},cD=(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 hu(t,e){if(isNaN(t)||isNaN(e))throw new Error("Cannot compare against non-numbers");return t===e?0:t<e?-1:1}function dD(t=[],e=[]){return t.length&&!e.length?-1:!t.length&&e.length?1:0}function ld(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 Go="0|[1-9]\\d*",sk="\\d*[a-zA-Z-][a-zA-Z0-9-]*",uk=`(?<major>${Go})\\.(?<minor>${Go})\\.(?<patch>${Go})`,lD=`(?:${Go}|${sk})`,pD=`(?:-(?<prerelease>${lD}(?:\\.${lD})*))`,fD="[0-9A-Za-z-]+",hD=`(?:\\+(?<buildmetadata>${fD}(?:\\.${fD})*))`,mD=`v?${uk}${pD}?${hD}?`,gD=new RegExp(`^${mD}$`),yD="(?:<|>)?=?",ck="x|X|\\*",cd=`${Go}|${ck}`,mu=`[v=\\s]*(?<major>${cd})(?:\\.(?<minor>${cd})(?:\\.(?<patch>${cd})${pD}?${hD}?)?)?`,DD=new RegExp(`^(?<operator>~>?|\\^|${yD})\\s*${mu}$`),bD=new RegExp(`^(?<operator>${yD})\\s*(${mD})$|^$`);function fd(t){return typeof t=="number"&&!Number.isNaN(t)&&(!Number.isFinite(t)||0<=t&&t<=Number.MAX_SAFE_INTEGER)}var dd=256;var lk=new RegExp(`^${Go}$`);function St(t){return t.split(".").filter(Boolean).map(e=>{if(lk.test(e)){let r=Number(e);if(fd(r))return r}return e})}function vr(t){return t.split(".").filter(Boolean)}function Cn(t,e){let r=Number(t);if(!fd(r))throw new TypeError(e);return r}function Xr(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:hu(t.major,e.major)||hu(t.minor,e.minor)||hu(t.patch,e.patch)||dD(t.prerelease,e.prerelease)||ld(t.prerelease,e.prerelease)}function pd(t){return t.toFixed(0)}function Cr(t){let e=pd(t.major),r=pd(t.minor),n=pd(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 fk(t,e){if(Xr(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 gu(t,e){for(let r of e)if(!fk(t,r))return!1;if(t.prerelease&&t.prerelease.length>0){for(let r of e){if(Xr(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 xa(t,e){return e.some(r=>gu(t,r))}function dk(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 Aa(t=[],e){let r=dk(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 Oa(t,e,r={}){let n=r.build!==void 0?vr(r.build):t.build??[];switch(e){case"premajor":return{major:t.major+1,minor:0,patch:0,prerelease:Aa(t.prerelease,r.prerelease),build:n};case"preminor":return{major:t.major,minor:t.minor+1,patch:0,prerelease:Aa(t.prerelease,r.prerelease),build:n};case"prepatch":return{major:t.major,minor:t.minor,patch:t.patch+1,prerelease:Aa(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:Aa(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:Aa(t.prerelease,r.prerelease),build:n};default:throw new TypeError(`Cannot increment version: invalid argument ${e}`)}}var yu={major:Number.NaN,minor:Number.NaN,patch:Number.NaN,prerelease:[],build:[]},Wo={operator:void 0,...yu};function hd(t,e){return xt(t,e)>0}function Er(t,e){return xt(t,e)<0}function pk(t){let r=t.match(bD)?.groups;if(!r)return null;let{operator:n,prerelease:o,buildmetadata:i}=r,a=r.major?{major:Cn(r.major,`Cannot parse comparator ${t}: invalid major version`),minor:Cn(r.minor,`Cannot parse comparator ${t}: invalid minor version`),patch:Cn(r.patch,`Cannot parse comparator ${t}: invalid patch version`),prerelease:o?St(o):[],build:i?vr(i):[]}:yu;return{operator:n||void 0,...a}}function Te(t){return!t||t.toLowerCase()==="x"||t==="*"}function hk(t){if(!Te(t.major))return Te(t.minor)?{operator:">=",major:+t.major,minor:0,patch:0,prerelease:[],build:[]}:Te(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 mk(t){if(!Te(t.major))return Te(t.minor)?{operator:"<",major:+t.major+1,minor:0,patch:0,prerelease:[],build:[]}:Te(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 gk(t){let e=t.match(new RegExp(`^${mu}`)),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(`^${mu}\\s*$`))?.groups;if(!s)return null;let u=hk(r),c=mk(s);return[u,c].filter(Boolean)}function yk(t){let e=Te(t.major),r=Te(t.minor),n=Te(t.patch),o=+t.major,i=+t.minor,a=+t.patch;if(e)return[Wo];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 Dk(t){let e=Te(t.major),r=Te(t.minor),n=Te(t.patch),o=+t.major,i=+t.minor,a=+t.patch;if(e)return[Wo];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 bk(t){let e=Te(t.major),r=Te(t.minor),n=Te(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=vr(t.build??"");return[{operator:"<",major:o,minor:i,patch:a,prerelease:s,build:u}]}function wk(t){let e=Te(t.minor),r=Te(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=vr(t.build??"");return[{operator:"<=",major:n,minor:o,patch:i,prerelease:a,build:s}]}function vk(t){let e=Te(t.major),r=Te(t.minor),n=Te(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=vr(t.build??"");return[{operator:">",major:o,minor:i,patch:a,prerelease:s,build:u}]}function Ck(t){let e=Te(t.major),r=Te(t.minor),n=Te(t.patch),o=+t.major,i=+t.minor,a=+t.patch;if(e)return[Wo];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=vr(t.build??"");return[{operator:">=",major:o,minor:i,patch:a,prerelease:s,build:u}]}function Ek(t){let e=Te(t.major),r=Te(t.minor),n=Te(t.patch),o=+t.major,i=+t.minor,a=+t.patch;if(e)return[Wo];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=vr(t.build??"");return[{operator:void 0,major:o,minor:i,patch:a,prerelease:s,build:u}]}function _k(t){let e=t.match(DD)?.groups;if(!e)return pk(t);switch(e.operator){case"^":return yk(e);case"~":case"~>":return Dk(e);case"<":return bk(e);case"<=":return wk(e);case">":return vk(e);case">=":return Ck(e);case"=":case"":return Ek(e);default:throw new Error(`Cannot parse version range: '${e.operator}' is not a valid operator`)}}function Sk(t){return t.split(/\s+/).flatMap(_k)}function Du(t){let e=t.replaceAll(/(?<=<|>|=|~|\^)(\s+)/g,"").split(/\s*\|\|\s*/).map(r=>gk(r)||Sk(r));if(e.some(r=>r.includes(null)))throw new TypeError(`Cannot parse version range: range "${t}" is invalid`);return e}function xe(t){if(typeof t!="string")throw new TypeError(`Cannot parse version as version must be a string: received ${typeof t}`);if(t.length>dd)throw new TypeError(`Cannot parse version as version length is too long: length is ${t.length}, max length is ${dd}`);t=t.trim();let e=t.match(gD)?.groups;if(!e)throw new TypeError(`Cannot parse version: ${t}`);let r=Cn(e.major,`Cannot parse version ${t}: invalid major version`),n=Cn(e.minor,`Cannot parse version ${t}: invalid minor version`),o=Cn(e.patch,`Cannot parse version ${t}: invalid patch version`),i=e.prerelease?St(e.prerelease):[],a=e.buildmetadata?vr(e.buildmetadata):[];return{major:r,minor:n,patch:o,prerelease:i,build:a}}function wD(t,e){let r=t.operator,n=e.operator;if(r===void 0)return Xr(t)?!0:xa(t,[[e]]);if(n===void 0)return Xr(e)?!0:xa(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 xk(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(!wD(r,n))return!1}return!0}function vD(t,e){return xk([t,e])&&t.some(r=>e.some(n=>r.every(o=>n.every(i=>wD(o,i)))))}function CD(t){try{return xe(t),!0}catch{return!1}}function ED(t,e){return xt(t,e)>=0}var ta=ue(T0()),Ag=ue(Jp()),kA=ue(Hb()),Ul=ue(Zc());function tE(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?tE("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))+tE("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 Qc(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 ye(){let t=await Qc("@capgo/cli")??"",e=t?.split(".")[0];t!==Dr.version&&f.warning(`\u{1F6A8} You are using @capgo/cli@${Dr.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 G8(t){return new Promise(e=>{setTimeout(e,t)})}function W8(t){return new Date(t||"").toLocaleTimeString()}async function ur(t,e,r,n,o,i="\u2705"){await de(r,{channel:t,event:n,icon:i,user_id:e,...o?{tags:{"app-id":o}}:{},notify:!1})}async function Y8(t,e,r,n){if(ve(e))throw await ur(t,r,n,"canceled",void 0,"\u{1F937}"),new Error("Command cancelled")}async function J8(t,e,r){try{let n=await cr(),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 X8(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}/settings/organization/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 Z8(t,e,r,n,o,i){let a=X8(t);if(!a)return{};a.snag&&await ur(e,r,n,a.snag);let s=W8(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 lm(t,e,r,n,o){let i=!0,a=await cr(),s=`${a.hostWeb}/app/${r}`;await ur(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 G8(5e3);let h=await J8(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()),y=new at;y.headers=["Time","Device","Key","Message"],y.theme=at.roundTheme,y.rows=[];let v=!1;for(let E of b){let{row:g,stop:_}=await Z8(E,t,n,e,s,a.hostWeb);g&&y.rows.push(g),_&&(v=!0)}if(y.rows.length&&(d.stop(""),f.info(y.toString()),d.start(`Waiting for logs (Expect delay of 30 sec) more info: ${p}`)),v){i=!1;break}}}return d.stop("Stop watching logs"),Promise.resolve()}async function rE(t,e){ee("Debug Live update in Capgo"),await ye(),e.apikey=e.apikey||ne();let r=await te();t=le(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 bt(o,t),a=await Ce({message:"Automatic check if update working in device ?"});await Y8("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 lm("debug",e.apikey,t,i,n),Z("Done \u2705")):Z("Canceled \u274C")}var fm=require("node:buffer"),nE=require("node:crypto"),Q8=(()=>{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 eN(t){let e=4294967295;for(let r=0;r<t.length;r++){let n=t[r];e=Q8[(e^n)&255]^e>>>8}return e=e^4294967295,(e>>>0).toString(16).padStart(8,"0")}async function on(t,e="sha256"){let r=fm.Buffer.isBuffer(t)?t:fm.Buffer.from(t);if(e==="crc32")return eN(r);let n=(0,nE.createHash)(e);return n.update(r),n.digest("hex")}var As=ue(Rx());async function Bx(){let t=await(0,As.loadConfig)();return{config:t.app.extConfig,path:t.app.extConfigFilePath}}async function ng(t,e,r=!1){let n=await(0,As.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,As.writeConfig)(o,n.app.extConfigFilePath))}async function Xi(t,e=!1){await ng("CapacitorUpdater",t,e)}var ra=".capgo_key",Jt=".capgo_key_v2",Ml=`${ra}.pub`,ln=`${Jt}.pub`,EA="https://capgo.app",_A="https://files.capgo.app",SA="https://api.capgo.app",xA="https://console.capgo.app",Og=12e4,T5=1024*1024*20,R5=1024*1024*1024,B5=1024*1024*99,dr="package.json",na=/^(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
- ${kA.default.render(t)}`:"";function Ll(t){return new Promise(e=>{setTimeout(e,t)})}function PA(t){return(0,Mr.isMonorepo)(t)||(0,Mr.isNXMonorepo)(t)}function gt(t){return(0,Mr.isMonorepo)(t)?(0,Mr.findMonorepoRoot)(t):(0,Mr.isNXMonorepo)(t)?(0,Mr.findNXMonorepoRoot)(t):t}function $A(t=gt((0,Yt.cwd)()),e=void 0){let r=e?.split(",")[0];if(r&&!(0,be.existsSync)(r)){let o=`Package.json at ${r} does not exist`;throw f.error(o),new Error(o)}let n=(0,be.readFileSync)(r??(0,pe.join)(t,dr));return JSON.parse(n)}function Fg(t=gt((0,Yt.cwd)()),e=void 0){return $A(t,e).scripts}function Fr(t=gt((0,Yt.cwd)()),e=void 0){return $A(t,e).version??""}function AA(t){let e=t.replace("^","").replace("~","");if(CD(e))try{let r=xe(e);return Cr(r)}catch{return e}return e}async function qr(t,e=(0,Yt.cwd)(),r){if(t!=="@capgo/capacitor-updater")return null;let n=r?(0,pe.dirname)(r):e;try{let u=`${t}/package.json`,{createRequire:c}=await import("node:module"),d=c((0,pe.join)(n,"package.json")).resolve(u),p=JSON.parse((0,be.readFileSync)(d,"utf-8"));if(p.version)return p.version}catch{}let o=n,i=pe.default.parse(o).root;for(;o!==i;){let u=(0,pe.join)(o,"node_modules",t,dr);if((0,be.existsSync)(u))try{let l=JSON.parse((0,be.readFileSync)(u,"utf-8"));if(l.version)return l.version}catch{}let c=(0,pe.dirname)(o);if(c===o)break;o=c}let a=null,s=(0,pe.join)(e,"ios","App","Podfile");if((0,be.existsSync)(s))try{let c=(0,be.readFileSync)(s,"utf-8").match(/pod\s+['"]CapgoCapacitorUpdater['"],\s*:path\s*=>\s*['"]([^'"]+)['"]/);c?.[1]&&(a=(0,pe.resolve)((0,pe.join)(e,"ios","App",c[1])))}catch{}if(!a){let u=(0,pe.join)(e,"android","capacitor.settings.gradle");if((0,be.existsSync)(u))try{let l=(0,be.readFileSync)(u,"utf-8").match(/project\(':capgo-capacitor-updater'\)\.projectDir\s*=\s*new\s+File\(['"]([^'"]+)['"]/);l?.[1]&&(a=(0,pe.resolve)((0,pe.join)(e,"android",l[1])).replace(/\/android$/,""))}catch{}}if(a){let u=(0,pe.join)(a,dr);if((0,be.existsSync)(u))try{let c=JSON.parse((0,be.readFileSync)(u,"utf-8"));if(c.version)return c.version}catch{}}try{let c=(await pr(e)).get(t);if(c)return c}catch{}return null}async function pr(t=gt((0,Yt.cwd)()),e=void 0){let r=e?.split(",");if(r??=[(0,pe.join)(t,dr)],r){for(let o of r)if(!(0,be.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,be.readFileSync)(o),a=JSON.parse(i);for(let s in a.dependencies)n.set(s,AA(a.dependencies[s]));for(let s in a.devDependencies)n.set(s,AA(a.devDependencies[s]))}return n}async function te(){try{let t=await Bx();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 kg(t,e){let r=await te();return r?.config&&(r.config.plugins??={},r.config.plugins.extConfig??={},r.config.plugins[t]??={},r.config.plugins[t]={...r.config.plugins[t],...e},await ng(t,r)),r}async function Ps(t){return kg("CapacitorUpdater",t)}async function cr(){try{let t=await te(),e={host:t?.config?.plugins?.CapacitorUpdater?.localHost||EA,hostWeb:t?.config?.plugins?.CapacitorUpdater?.localWebHost||xA,hostFilesApi:t?.config?.plugins?.CapacitorUpdater?.localApiFiles||_A,hostApi:t?.config?.plugins?.CapacitorUpdater?.localApi||SA};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:EA,hostWeb:xA,hostFilesApi:_A,hostApi:SA}}}var N5=/([A-Za-z0-9]+)\.(java|swift|kt|scala)$/;async function ql(){let t=await cr();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 IA(){let t=await cr();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:R5,maxChunkSize:B5,alertUploadSize:T5}}}async function re(t,e,r){let n=await ql();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,ta.createClient)(n.supaHost,n.supaKey,{auth:{persistSession:!1},global:{headers:{capgkey:t}}})}async function L5(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 TA(t,e){let{data:r}=await t.rpc("is_paying_org",{orgid:e}).single();return r||!1}async function RA(t,e){let{data:r}=await t.rpc("is_trial_org",{orgid:e}).single();return r||0}async function j5(t,e){let{data:r}=await t.rpc("is_allowed_action_org",{orgid:e}).single();return!!r}async function U5(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||{}),oa=(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 NA(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:E,stop:g,message:(_="")=>{s=y(_??s)}}};var FA=require("node:child_process"),we=require("node:fs"),jl=require("node:os"),pe=ue(require("node:path")),Jt=require("node:process"),Mr=ue(du());var _t=require("fs"),Sa=(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},pu=(t=Sa(),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"}},cD=(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 hu(t,e){if(isNaN(t)||isNaN(e))throw new Error("Cannot compare against non-numbers");return t===e?0:t<e?-1:1}function dD(t=[],e=[]){return t.length&&!e.length?-1:!t.length&&e.length?1:0}function ld(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 Go="0|[1-9]\\d*",sk="\\d*[a-zA-Z-][a-zA-Z0-9-]*",uk=`(?<major>${Go})\\.(?<minor>${Go})\\.(?<patch>${Go})`,lD=`(?:${Go}|${sk})`,pD=`(?:-(?<prerelease>${lD}(?:\\.${lD})*))`,fD="[0-9A-Za-z-]+",hD=`(?:\\+(?<buildmetadata>${fD}(?:\\.${fD})*))`,mD=`v?${uk}${pD}?${hD}?`,gD=new RegExp(`^${mD}$`),yD="(?:<|>)?=?",ck="x|X|\\*",cd=`${Go}|${ck}`,mu=`[v=\\s]*(?<major>${cd})(?:\\.(?<minor>${cd})(?:\\.(?<patch>${cd})${pD}?${hD}?)?)?`,DD=new RegExp(`^(?<operator>~>?|\\^|${yD})\\s*${mu}$`),bD=new RegExp(`^(?<operator>${yD})\\s*(${mD})$|^$`);function fd(t){return typeof t=="number"&&!Number.isNaN(t)&&(!Number.isFinite(t)||0<=t&&t<=Number.MAX_SAFE_INTEGER)}var dd=256;var lk=new RegExp(`^${Go}$`);function St(t){return t.split(".").filter(Boolean).map(e=>{if(lk.test(e)){let r=Number(e);if(fd(r))return r}return e})}function Cr(t){return t.split(".").filter(Boolean)}function Cn(t,e){let r=Number(t);if(!fd(r))throw new TypeError(e);return r}function Xr(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:hu(t.major,e.major)||hu(t.minor,e.minor)||hu(t.patch,e.patch)||dD(t.prerelease,e.prerelease)||ld(t.prerelease,e.prerelease)}function pd(t){return t.toFixed(0)}function Er(t){let e=pd(t.major),r=pd(t.minor),n=pd(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 fk(t,e){if(Xr(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 gu(t,e){for(let r of e)if(!fk(t,r))return!1;if(t.prerelease&&t.prerelease.length>0){for(let r of e){if(Xr(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 xa(t,e){return e.some(r=>gu(t,r))}function dk(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 Aa(t=[],e){let r=dk(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 Oa(t,e,r={}){let n=r.build!==void 0?Cr(r.build):t.build??[];switch(e){case"premajor":return{major:t.major+1,minor:0,patch:0,prerelease:Aa(t.prerelease,r.prerelease),build:n};case"preminor":return{major:t.major,minor:t.minor+1,patch:0,prerelease:Aa(t.prerelease,r.prerelease),build:n};case"prepatch":return{major:t.major,minor:t.minor,patch:t.patch+1,prerelease:Aa(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:Aa(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:Aa(t.prerelease,r.prerelease),build:n};default:throw new TypeError(`Cannot increment version: invalid argument ${e}`)}}var yu={major:Number.NaN,minor:Number.NaN,patch:Number.NaN,prerelease:[],build:[]},Wo={operator:void 0,...yu};function hd(t,e){return xt(t,e)>0}function Gt(t,e){return xt(t,e)<0}function pk(t){let r=t.match(bD)?.groups;if(!r)return null;let{operator:n,prerelease:o,buildmetadata:i}=r,a=r.major?{major:Cn(r.major,`Cannot parse comparator ${t}: invalid major version`),minor:Cn(r.minor,`Cannot parse comparator ${t}: invalid minor version`),patch:Cn(r.patch,`Cannot parse comparator ${t}: invalid patch version`),prerelease:o?St(o):[],build:i?Cr(i):[]}:yu;return{operator:n||void 0,...a}}function Te(t){return!t||t.toLowerCase()==="x"||t==="*"}function hk(t){if(!Te(t.major))return Te(t.minor)?{operator:">=",major:+t.major,minor:0,patch:0,prerelease:[],build:[]}:Te(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 mk(t){if(!Te(t.major))return Te(t.minor)?{operator:"<",major:+t.major+1,minor:0,patch:0,prerelease:[],build:[]}:Te(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 gk(t){let e=t.match(new RegExp(`^${mu}`)),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(`^${mu}\\s*$`))?.groups;if(!s)return null;let u=hk(r),c=mk(s);return[u,c].filter(Boolean)}function yk(t){let e=Te(t.major),r=Te(t.minor),n=Te(t.patch),o=+t.major,i=+t.minor,a=+t.patch;if(e)return[Wo];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 Dk(t){let e=Te(t.major),r=Te(t.minor),n=Te(t.patch),o=+t.major,i=+t.minor,a=+t.patch;if(e)return[Wo];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 bk(t){let e=Te(t.major),r=Te(t.minor),n=Te(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=Cr(t.build??"");return[{operator:"<",major:o,minor:i,patch:a,prerelease:s,build:u}]}function wk(t){let e=Te(t.minor),r=Te(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=Cr(t.build??"");return[{operator:"<=",major:n,minor:o,patch:i,prerelease:a,build:s}]}function vk(t){let e=Te(t.major),r=Te(t.minor),n=Te(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=Cr(t.build??"");return[{operator:">",major:o,minor:i,patch:a,prerelease:s,build:u}]}function Ck(t){let e=Te(t.major),r=Te(t.minor),n=Te(t.patch),o=+t.major,i=+t.minor,a=+t.patch;if(e)return[Wo];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=Cr(t.build??"");return[{operator:">=",major:o,minor:i,patch:a,prerelease:s,build:u}]}function Ek(t){let e=Te(t.major),r=Te(t.minor),n=Te(t.patch),o=+t.major,i=+t.minor,a=+t.patch;if(e)return[Wo];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=Cr(t.build??"");return[{operator:void 0,major:o,minor:i,patch:a,prerelease:s,build:u}]}function _k(t){let e=t.match(DD)?.groups;if(!e)return pk(t);switch(e.operator){case"^":return yk(e);case"~":case"~>":return Dk(e);case"<":return bk(e);case"<=":return wk(e);case">":return vk(e);case">=":return Ck(e);case"=":case"":return Ek(e);default:throw new Error(`Cannot parse version range: '${e.operator}' is not a valid operator`)}}function Sk(t){return t.split(/\s+/).flatMap(_k)}function Du(t){let e=t.replaceAll(/(?<=<|>|=|~|\^)(\s+)/g,"").split(/\s*\|\|\s*/).map(r=>gk(r)||Sk(r));if(e.some(r=>r.includes(null)))throw new TypeError(`Cannot parse version range: range "${t}" is invalid`);return e}function be(t){if(typeof t!="string")throw new TypeError(`Cannot parse version as version must be a string: received ${typeof t}`);if(t.length>dd)throw new TypeError(`Cannot parse version as version length is too long: length is ${t.length}, max length is ${dd}`);t=t.trim();let e=t.match(gD)?.groups;if(!e)throw new TypeError(`Cannot parse version: ${t}`);let r=Cn(e.major,`Cannot parse version ${t}: invalid major version`),n=Cn(e.minor,`Cannot parse version ${t}: invalid minor version`),o=Cn(e.patch,`Cannot parse version ${t}: invalid patch version`),i=e.prerelease?St(e.prerelease):[],a=e.buildmetadata?Cr(e.buildmetadata):[];return{major:r,minor:n,patch:o,prerelease:i,build:a}}function wD(t,e){let r=t.operator,n=e.operator;if(r===void 0)return Xr(t)?!0:xa(t,[[e]]);if(n===void 0)return Xr(e)?!0:xa(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 xk(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(!wD(r,n))return!1}return!0}function vD(t,e){return xk([t,e])&&t.some(r=>e.some(n=>r.every(o=>n.every(i=>wD(o,i)))))}function CD(t){try{return be(t),!0}catch{return!1}}function ED(t,e){return xt(t,e)>=0}var ta=ue(T0()),Ag=ue(Jp()),kA=ue(Hb()),Ul=ue(Zc());function tE(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?tE("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))+tE("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 Qc(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 ye(){let t=await Qc("@capgo/cli")??"",e=t?.split(".")[0];t!==br.version&&f.warning(`\u{1F6A8} You are using @capgo/cli@${br.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 G8(t){return new Promise(e=>{setTimeout(e,t)})}function W8(t){return new Date(t||"").toLocaleTimeString()}async function cr(t,e,r,n,o,i="\u2705"){await de(r,{channel:t,event:n,icon:i,user_id:e,...o?{tags:{"app-id":o}}:{},notify:!1})}async function Y8(t,e,r,n){if(Ce(e))throw await cr(t,r,n,"canceled",void 0,"\u{1F937}"),new Error("Command cancelled")}async function J8(t,e,r){try{let n=await lr(),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 X8(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}/settings/organization/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 Z8(t,e,r,n,o,i){let a=X8(t);if(!a)return{};a.snag&&await cr(e,r,n,a.snag);let s=W8(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 lm(t,e,r,n,o){let i=!0,a=await lr(),s=`${a.hostWeb}/app/${r}`;await cr(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 G8(5e3);let h=await J8(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()),y=new at;y.headers=["Time","Device","Key","Message"],y.theme=at.roundTheme,y.rows=[];let v=!1;for(let E of b){let{row:g,stop:_}=await Z8(E,t,n,e,s,a.hostWeb);g&&y.rows.push(g),_&&(v=!0)}if(y.rows.length&&(d.stop(""),f.info(y.toString()),d.start(`Waiting for logs (Expect delay of 30 sec) more info: ${p}`)),v){i=!1;break}}}return d.stop("Stop watching logs"),Promise.resolve()}async function rE(t,e){ee("Debug Live update in Capgo"),await ye(),e.apikey=e.apikey||ne();let r=await te();t=le(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 bt(o,t),a=await Ee({message:"Automatic check if update working in device ?"});await Y8("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 lm("debug",e.apikey,t,i,n),Z("Done \u2705")):Z("Canceled \u274C")}var fm=require("node:buffer"),nE=require("node:crypto"),Q8=(()=>{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 eN(t){let e=4294967295;for(let r=0;r<t.length;r++){let n=t[r];e=Q8[(e^n)&255]^e>>>8}return e=e^4294967295,(e>>>0).toString(16).padStart(8,"0")}async function on(t,e="sha256"){let r=fm.Buffer.isBuffer(t)?t:fm.Buffer.from(t);if(e==="crc32")return eN(r);let n=(0,nE.createHash)(e);return n.update(r),n.digest("hex")}var As=ue(Rx());async function Bx(){let t=await(0,As.loadConfig)();return{config:t.app.extConfig,path:t.app.extConfigFilePath}}async function ng(t,e,r=!1){let n=await(0,As.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,As.writeConfig)(o,n.app.extConfigFilePath))}async function Xi(t,e=!1){await ng("CapacitorUpdater",t,e)}var ra=".capgo_key",Xt=".capgo_key_v2",Ml=`${ra}.pub`,ln=`${Xt}.pub`,EA="https://capgo.app",_A="https://files.capgo.app",SA="https://api.capgo.app",xA="https://console.capgo.app",Og=12e4,T5=1024*1024*20,R5=1024*1024*1024,B5=1024*1024*99,pr="package.json",na=/^(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
+ ${kA.default.render(t)}`:"";function Ll(t){return new Promise(e=>{setTimeout(e,t)})}function PA(t){return(0,Mr.isMonorepo)(t)||(0,Mr.isNXMonorepo)(t)}function gt(t){return(0,Mr.isMonorepo)(t)?(0,Mr.findMonorepoRoot)(t):(0,Mr.isNXMonorepo)(t)?(0,Mr.findNXMonorepoRoot)(t):t}function $A(t=gt((0,Jt.cwd)()),e=void 0){let r=e?.split(",")[0];if(r&&!(0,we.existsSync)(r)){let o=`Package.json at ${r} does not exist`;throw f.error(o),new Error(o)}let n=(0,we.readFileSync)(r??(0,pe.join)(t,pr));return JSON.parse(n)}function Fg(t=gt((0,Jt.cwd)()),e=void 0){return $A(t,e).scripts}function Fr(t=gt((0,Jt.cwd)()),e=void 0){return $A(t,e).version??""}function AA(t){let e=t.replace("^","").replace("~","");if(CD(e))try{let r=be(e);return Er(r)}catch{return e}return e}async function qr(t,e=(0,Jt.cwd)(),r){if(t!=="@capgo/capacitor-updater")return null;let n=r?(0,pe.dirname)(r):e;try{let u=`${t}/package.json`,{createRequire:c}=await import("node:module"),d=c((0,pe.join)(n,"package.json")).resolve(u),p=JSON.parse((0,we.readFileSync)(d,"utf-8"));if(p.version)return p.version}catch{}let o=n,i=pe.default.parse(o).root;for(;o!==i;){let u=(0,pe.join)(o,"node_modules",t,pr);if((0,we.existsSync)(u))try{let l=JSON.parse((0,we.readFileSync)(u,"utf-8"));if(l.version)return l.version}catch{}let c=(0,pe.dirname)(o);if(c===o)break;o=c}let a=null,s=(0,pe.join)(e,"ios","App","Podfile");if((0,we.existsSync)(s))try{let c=(0,we.readFileSync)(s,"utf-8").match(/pod\s+['"]CapgoCapacitorUpdater['"],\s*:path\s*=>\s*['"]([^'"]+)['"]/);c?.[1]&&(a=(0,pe.resolve)((0,pe.join)(e,"ios","App",c[1])))}catch{}if(!a){let u=(0,pe.join)(e,"android","capacitor.settings.gradle");if((0,we.existsSync)(u))try{let l=(0,we.readFileSync)(u,"utf-8").match(/project\(':capgo-capacitor-updater'\)\.projectDir\s*=\s*new\s+File\(['"]([^'"]+)['"]/);l?.[1]&&(a=(0,pe.resolve)((0,pe.join)(e,"android",l[1])).replace(/\/android$/,""))}catch{}}if(a){let u=(0,pe.join)(a,pr);if((0,we.existsSync)(u))try{let c=JSON.parse((0,we.readFileSync)(u,"utf-8"));if(c.version)return c.version}catch{}}try{let c=(await hr(e)).get(t);if(c)return c}catch{}return null}async function hr(t=gt((0,Jt.cwd)()),e=void 0){let r=e?.split(",");if(r??=[(0,pe.join)(t,pr)],r){for(let o of r)if(!(0,we.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,we.readFileSync)(o),a=JSON.parse(i);for(let s in a.dependencies)n.set(s,AA(a.dependencies[s]));for(let s in a.devDependencies)n.set(s,AA(a.devDependencies[s]))}return n}async function te(){try{let t=await Bx();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 kg(t,e){let r=await te();return r?.config&&(r.config.plugins??={},r.config.plugins.extConfig??={},r.config.plugins[t]??={},r.config.plugins[t]={...r.config.plugins[t],...e},await ng(t,r)),r}async function Ps(t){return kg("CapacitorUpdater",t)}async function lr(){try{let t=await te(),e={host:t?.config?.plugins?.CapacitorUpdater?.localHost||EA,hostWeb:t?.config?.plugins?.CapacitorUpdater?.localWebHost||xA,hostFilesApi:t?.config?.plugins?.CapacitorUpdater?.localApiFiles||_A,hostApi:t?.config?.plugins?.CapacitorUpdater?.localApi||SA};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:EA,hostWeb:xA,hostFilesApi:_A,hostApi:SA}}}var N5=/([A-Za-z0-9]+)\.(java|swift|kt|scala)$/;async function ql(){let t=await lr();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 IA(){let t=await lr();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:R5,maxChunkSize:B5,alertUploadSize:T5}}}async function re(t,e,r){let n=await ql();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,ta.createClient)(n.supaHost,n.supaKey,{auth:{persistSession:!1},global:{headers:{capgkey:t}}})}async function L5(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 TA(t,e){let{data:r}=await t.rpc("is_paying_org",{orgid:e}).single();return r||!1}async function RA(t,e){let{data:r}=await t.rpc("is_trial_org",{orgid:e}).single();return r||0}async function j5(t,e){let{data:r}=await t.rpc("is_allowed_action_org",{orgid:e}).single();return!!r}async function U5(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||{}),oa=(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 NA(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
158
  `)}`)}if(i)throw f.error("Please fix the warnings and try again."),i;f.info("End of cli warnings.")}}async function LA(t,e,r,n,o=!0){let i=await ql();if(!await(n?U5(t,n,r):j5(t,e)))throw f.error(`You need to upgrade your plan to continue to use capgo.
159
159
  Upgrade here: ${i.hostWeb}/settings/organization/plans
@@ -163,31 +163,31 @@ Trial expires in ${s} days, upgrade here: ${i.hostWeb}/settings/organization/pla
163
163
  Upgrade here: ${i.hostWeb}/settings/organization/plans
164
164
  `),Ll(100),Promise.resolve().then(()=>(Sg(),_g)).then(c=>{c.default(`${i.hostWeb}/settings/organization/plans`)}),Ll(500),new Error("Plan upgrade required for upload");let[s,u]=await Promise.all([RA(t,e),TA(t,e)]);s>0&&o&&!u&&f.warn(`WARNING !!
165
165
  Trial expires in ${s} days, upgrade here: ${i.hostWeb}/settings/organization/plans
166
- `)}function ne(t=!1){let e=Yt.env.CAPGO_TOKEN?.trim();if(e)return t||f.info("Use CAPGO_TOKEN environment variable"),e;let r=(0,jl.homedir)(),n,o=`${r}/.capgo`;if((0,be.existsSync)(o)&&(t||f.info(`Use global API key ${o}`),n=(0,be.readFileSync)(o,"utf8").trim()),o=".capgo",!n&&(0,be.existsSync)(o)&&(t||f.info(`Use local API key ${o}`),n=(0,be.readFileSync)(o,"utf8").trim()),!n){let i=`Cannot find API key in local folder or global, please login first with ${tt().runner} @capacitor/cli login`;throw f.error(i),new Error(i)}return n}async function*Pg(t){let e=await(0,be.readdirSync)(t,{withFileTypes:!0});for(let r of e){let n=(0,pe.resolve)(t,r.name);r.isDirectory()&&!r.name.startsWith(".")&&!r.name.startsWith("node_modules")&&!r.name.startsWith("dist")?yield*Pg(n):yield n}}function ia(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 Hl(){let t=(0,Yt.cwd)(),e=!1,r=(0,pe.resolve)(t,"tsconfig.json");(0,be.existsSync)(r)&&(e=!0);for await(let n of Pg(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(dr)){let o=(0,pe.dirname)(n),i=await pr(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 UA(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 Ce({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 Ce({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 MA(){let t=/(main|index)\.(ts|tsx|js|jsx)$/,e="",r=(0,Yt.cwd)(),n=r.split("/").length;for await(let o of Pg(r))if(o.split("/").length-n<=2&&t.test(o)){e=o,f.info(`Found main file here ${o}`);break}return e}async function Ig(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 qA(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 ta.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*HA(t){let e=(0,be.readdirSync)(t,{withFileTypes:!0});for(let r of e){let n=(0,pe.join)(t,r.name);r.isDirectory()?yield*HA(n):yield n}}var VA="5.10.0",zA="6.25.0",$s="7.0.30";function jn(t,e="5.10.0",r="6.25.0",n="7.25.0"){return!!(t.major===5&&Er(t,xe(e))||t.major===6&&Er(t,xe(r))||t.major===7&&Er(t,xe(n)))}async function KA(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 HA(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,be.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 on(o,"sha256"),a=(0,pe.relative)(t,n);a.startsWith("/")&&(a=a.substring(1)),e.push({file:a,hash:i})}return e}async function Vl(t){return(0,jl.platform)()==="win32"?q5(t):M5(t)}function M5(t){let e=new Ag.default;return e.addLocalFolder(t),e.toBuffer()}async function q5(t){f.info("Zipping file windows mode");let e=new Ag.default,r=(n,o)=>{let i=(0,be.readdirSync)(n);for(let a of i){let s=(0,pe.join)(n,a),u=(0,be.statSync)(s);if(u.isFile()){let c=(0,be.readFileSync)(s);e.addFile((0,pe.join)(o,a).split(pe.sep).join("/"),c)}else u.isDirectory()&&r(s,(0,pe.join)(o,a))}};return r(t,""),e.toBuffer()}async function GA(t,e,r,n,o,i,a,s){return new Promise((u,c)=>{de(t,{channel:"app",event:"App TUS upload",icon:"\u23EB",user_id:r,tags:{"app-id":n},notify:!1}),new Ul.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 Ul.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 de(t,{channel:"app",event:"App TUS done",icon:"\u23EB",user_id:r,tags:{"app-id":n},notify:!1}).catch(),u(!0)}}).start()})}async function WA(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 ta.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 ta.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 zl(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 de(t,e,r){try{r&&f.info(`Get remove config: for ${e.event}`);let n=await ql();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 aa(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 wr({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(ve(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 L5(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 bt(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 sa(t){return new Date(t||"").toLocaleString()}var OA=!1,ea="npm",ks="install",xg="npx";function tt(){if(OA)return{pm:ea,command:ks,installCommand:`${ea} ${ks}`,runner:xg};let t=gt((0,Yt.cwd)());return ea=Sa(t,"npm"),ks=pu(ea),OA=!0,xg=cD(t),{pm:ea,command:ks,installCommand:`${ea} ${ks}`,runner:xg}}function YA(t){return(0,be.readdirSync)(t,{withFileTypes:!0}).flatMap(n=>{let o=(0,pe.join)(t,n.name);return n.isDirectory()?YA(o):o.split(`node_modules${pe.sep}`)[1]||o})}async function Tg(t,e){let r=e?e.split(","):[],n;try{n=await pr("",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?pe.default.resolve(o).replace(dr,""):gt((0,Yt.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,pe.join)((0,Yt.cwd)(),"node_modules")]:r;if(!a.some(l=>(0,be.existsSync)(l))){let l=Sa(i,"npm"),d=pu(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,m=d;for(let b of a){let y=(0,pe.join)(b,l);if((0,be.existsSync)(y)){p=!0;try{let v=(0,pe.join)(y,dr);if((0,be.existsSync)(v)){let E=JSON.parse((0,be.readFileSync)(v,"utf-8"));E.version&&(m=E.version)}}catch{}try{if(YA(y).some(E=>N5.test(E))){h=!0;break}}catch(v){throw f.error(`Error reading node_modules files for ${l} package in ${b}`),console.error(v),v instanceof Error?v:new Error(`Error reading node_modules files for ${l}`)}}}if(!p){u=!0;let b=Sa(i,"npm"),y=pu(b);return f.error(`Missing dependency ${l}, please run ${b} ${y}`),{name:l,version:d}}return{name:l,version:m,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 H5(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 V5(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 JA(t,e,r){let{data:n,error:o}=await t.from("channels").select(`version (
166
+ `)}function ne(t=!1){let e=Jt.env.CAPGO_TOKEN?.trim();if(e)return t||f.info("Use CAPGO_TOKEN environment variable"),e;let r=(0,jl.homedir)(),n,o=`${r}/.capgo`;if((0,we.existsSync)(o)&&(t||f.info(`Use global API key ${o}`),n=(0,we.readFileSync)(o,"utf8").trim()),o=".capgo",!n&&(0,we.existsSync)(o)&&(t||f.info(`Use local API key ${o}`),n=(0,we.readFileSync)(o,"utf8").trim()),!n){let i=`Cannot find API key in local folder or global, please login first with ${tt().runner} @capgo/cli login`;throw f.error(i),new Error(i)}return n}async function*Pg(t){let e=await(0,we.readdirSync)(t,{withFileTypes:!0});for(let r of e){let n=(0,pe.resolve)(t,r.name);r.isDirectory()&&!r.name.startsWith(".")&&!r.name.startsWith("node_modules")&&!r.name.startsWith("dist")?yield*Pg(n):yield n}}function ia(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 Hl(){let t=(0,Jt.cwd)(),e=!1,r=(0,pe.resolve)(t,"tsconfig.json");(0,we.existsSync)(r)&&(e=!0);for await(let n of Pg(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(pr)){let o=(0,pe.dirname)(n),i=await hr(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 UA(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 Ee({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 Ee({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 MA(){let t=/(main|index)\.(ts|tsx|js|jsx)$/,e="",r=(0,Jt.cwd)(),n=r.split("/").length;for await(let o of Pg(r))if(o.split("/").length-n<=2&&t.test(o)){e=o,f.info(`Found main file here ${o}`);break}return e}async function Ig(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 qA(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 ta.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*HA(t){let e=(0,we.readdirSync)(t,{withFileTypes:!0});for(let r of e){let n=(0,pe.join)(t,r.name);r.isDirectory()?yield*HA(n):yield n}}var VA="5.10.0",zA="6.25.0",$s="7.0.30";function jn(t,e="5.10.0",r="6.25.0",n="7.25.0"){return!!(t.major===5&&Gt(t,be(e))||t.major===6&&Gt(t,be(r))||t.major===7&&Gt(t,be(n)))}async function KA(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 HA(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,we.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 on(o,"sha256"),a=(0,pe.relative)(t,n);a.startsWith("/")&&(a=a.substring(1)),e.push({file:a,hash:i})}return e}async function Vl(t){return(0,jl.platform)()==="win32"?q5(t):M5(t)}function M5(t){let e=new Ag.default;return e.addLocalFolder(t),e.toBuffer()}async function q5(t){f.info("Zipping file windows mode");let e=new Ag.default,r=(n,o)=>{let i=(0,we.readdirSync)(n);for(let a of i){let s=(0,pe.join)(n,a),u=(0,we.statSync)(s);if(u.isFile()){let c=(0,we.readFileSync)(s);e.addFile((0,pe.join)(o,a).split(pe.sep).join("/"),c)}else u.isDirectory()&&r(s,(0,pe.join)(o,a))}};return r(t,""),e.toBuffer()}async function GA(t,e,r,n,o,i,a,s){return new Promise((u,c)=>{de(t,{channel:"app",event:"App TUS upload",icon:"\u23EB",user_id:r,tags:{"app-id":n},notify:!1}),new Ul.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 Ul.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 de(t,{channel:"app",event:"App TUS done",icon:"\u23EB",user_id:r,tags:{"app-id":n},notify:!1}).catch(),u(!0)}}).start()})}async function WA(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 ta.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 ta.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 zl(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 de(t,e,r){try{r&&f.info(`Get remove config: for ${e.event}`);let n=await ql();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 aa(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 vr({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(Ce(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 L5(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 bt(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 sa(t){return new Date(t||"").toLocaleString()}var OA=!1,ea="npm",ks="install",xg="npx";function tt(){if(OA)return{pm:ea,command:ks,installCommand:`${ea} ${ks}`,runner:xg};let t=gt((0,Jt.cwd)());return ea=Sa(t,"npm"),ks=pu(ea),OA=!0,xg=cD(t),{pm:ea,command:ks,installCommand:`${ea} ${ks}`,runner:xg}}function YA(t){return(0,we.readdirSync)(t,{withFileTypes:!0}).flatMap(n=>{let o=(0,pe.join)(t,n.name);return n.isDirectory()?YA(o):o.split(`node_modules${pe.sep}`)[1]||o})}async function Tg(t,e){let r=e?e.split(","):[],n;try{n=await hr("",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?pe.default.resolve(o).replace(pr,""):gt((0,Jt.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,pe.join)((0,Jt.cwd)(),"node_modules")]:r;if(!a.some(l=>(0,we.existsSync)(l))){let l=Sa(i,"npm"),d=pu(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,m=d;for(let b of a){let y=(0,pe.join)(b,l);if((0,we.existsSync)(y)){p=!0;try{let v=(0,pe.join)(y,pr);if((0,we.existsSync)(v)){let E=JSON.parse((0,we.readFileSync)(v,"utf-8"));E.version&&(m=E.version)}}catch{}try{if(YA(y).some(E=>N5.test(E))){h=!0;break}}catch(v){throw f.error(`Error reading node_modules files for ${l} package in ${b}`),console.error(v),v instanceof Error?v:new Error(`Error reading node_modules files for ${l}`)}}}if(!p){u=!0;let b=Sa(i,"npm"),y=pu(b);return f.error(`Missing dependency ${l}, please run ${b} ${y}`),{name:l,version:d}}return{name:l,version:m,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 H5(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 V5(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 JA(t,e,r){let{data:n,error:o}=await t.from("channels").select(`version (
167
167
  native_packages
168
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 V5(n.version.native_packages??[])}async function XA(t,e,r,n){let o=De();o.start(`Checking bundle checksum compatibility with channel ${r}`);let i=await H5(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 le(t,e){return t||e?.plugins?.CapacitorUpdater?.appId||e?.appId}function $o(t){if(!t.localVersion)return!0;if(!t.remoteVersion)return!1;try{let e=Du(t.localVersion),r=Du(t.remoteVersion);return vD(e,r)}catch{return!1}}async function Kl(t,e,r,n,o){let i=await Tg(n,o),a=await JA(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 Rg(t,e,r,n){let o=await JA(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 Gl(t,e,r){let n=await Ce({message:"Would you like to sync your project with Capacitor now? This is recommended to ensure encrypted updates work properly."});if(ve(n))throw t&&e&&r&&await ur("onboarding-v2",e,r,"canceled","\u{1F937}"),f.error("Canceled Capacitor sync"),new Error("Capacitor sync cancelled");if(n){let o=tt(),i=De();i.start("Running the command...");try{await new Promise((a,s)=>{let u=(0,FA.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=tt();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 ZA(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=tt(),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 hr="assets/icon.png";var z5=/^[a-z0-9]+(\.[\w-]+)+$/i;function K5(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(!z5.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 G5(t,e,r){if(await ZA(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 Bg(t,e,r,n=!1){n||ee("Adding"),await ye(),e.apikey=e.apikey||ne();let o=await te(),i=le(t,o?.config);K5(i,e,n);let a=await re(e.apikey,e.supaHost,e.supaAnon),s=await ie(a,e.apikey,["write","all"]);await G5(a,i,n),r||(r=await aa(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,ua.existsSync)(l)?(d=(0,ua.readFileSync)(l),p=ia(l)||"image/png",n||f.warn(`Found app icon ${l}`)):(0,ua.existsSync)(hr)?(d=(0,ua.readFileSync)(hr),p=ia(hr)||"image/png",n||f.warn(`Found app icon ${hr}`)):n||f.warn(`Cannot find app icon in any of the following locations: ${l}, ${hr}`);let h="icon",m="https://xvwzpoazmxkqosrdewyv.supabase.co/storage/v1/object/public/images/capgo.png";if(d&&p){let{error:y}=await a.storage.from(`images/org/${u}/${i}`).upload(h,d,{contentType:p});if(y)throw n||console.error(y),n||f.error(`Could not add app ${U(y)}`),new Error(`Could not add app ${U(y)}`);let{data:v}=await a.storage.from(`images/org/${u}/${i}`).getPublicUrl(h);m=v?.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`),Z("Done \u2705")),{appId:i,organizationUid:u,userId:s,name:c,signedURL:m}}async function QA(t,e){await Bg(t,e,void 0)}async function W5(t,e,r=!1,n=!1){r||ee("Deleting"),e.apikey=e.apikey||ne();let o=await te(),i=le(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 wr({message:"Do you want to continue?",options:[{label:"Yes",value:"yes"},{label:"No",value:"no"}]});if(ve(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 bt(a,i);return await de(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"),Z("Done \u2705")),!0}async function e1(t,e){return W5(t,e,!1,!1)}var Wl=require("node:os"),r1=require("node:process");async function t1(t){let e={},r=Object.keys(t);return(await Promise.all(r.map(o=>Qc(o)))).forEach((o,i)=>{o&&(e[r[i]]=o)}),e}async function Y5(){let t=await pr(),e={"@capgo/cli":Dr.version};for(let[r,n]of t)(r.startsWith("@capgo/")||r.startsWith("@capawesome/")||r.startsWith("capacitor"))&&(e[r]=n);return e}async function J5(t,e=!1){e||f.warn(" \u{1F48A} Capgo Doctor \u{1F48A}");let r=await te(),n=Fr("",t.packageJson),o=r?.config?.plugins?.CapacitorUpdater?.version||n,i=r?.config?.appName||"",a=le("",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,Wl.platform)()} ${(0,Wl.version)()}`),f.info(` Node: ${r1.version}`),f.info(" Installed Dependencies:"));let u=await Y5();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 t1(u);else{let l=De();l.start("Running: Loading latest dependencies"),c=await t1(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 n1(t){return J5(t)}function X5(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,sa(r.created_at)]);f.success("Apps"),f.success(e.toString())}async function Z5(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 Q5(t,e=!1){e||ee("List apps in Capgo"),await ye(),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 Z5(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}`),X5(n),Z("Done \u2705")),n}async function o1(t){return Q5(t,!1)}var i1=require("node:crypto"),ca=require("node:fs");async function eM(t,e,r=!1){r||ee("Set app"),e.apikey=e.apikey||ne();let n=await te();if(t=le(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 aa(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,i1.randomUUID)()}`,m="https://xvwzpoazmxkqosrdewyv.supabase.co/storage/v1/object/public/images/capgo.png";if(c&&(0,ca.existsSync)(c)?(d=(0,ca.readFileSync)(c),p=ia(c)||"image/png",r||f.warn(`Found app icon ${c}`)):(0,ca.existsSync)(hr)?(d=(0,ca.readFileSync)(hr),p=ia(hr)||"image/png",r||f.warn(`Found app icon ${hr}`)):r||f.warn(`Cannot find app icon in any of the following locations: ${c}, ${hr}`),d&&p){let{error:y}=await o.storage.from(`images/org/${a}/${t}`).upload(h,d,{contentType:p});if(y)throw r||f.error(`Could not set app ${U(y)}`),new Error(`Could not set app: ${U(y)}`);let{data:v}=await o.storage.from(`images/org/${a}/${t}`).getPublicUrl(h);m=v?.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||Z("Done \u2705"),!0}async function a1(t,e){return eM(t,e)}async function tM(t,e,r=!1){if(r||ee("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 te(),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 Xi(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||Z("Done \u2705")}async function s1(t,e){return tM(t,e)}var To=require("node:fs"),Ro=require("node:path"),Xt=ue(require("node:process"));var Io=require("node:fs/promises"),u1=require("node:os"),Ng=require("node:path"),Fe=require("node:process"),c1=(0,Ng.join)((0,u1.homedir)(),".capgo-credentials"),l1=(0,Ng.join)(c1,"credentials.json");async function la(t){return(await(0,Io.readFile)(t)).toString("base64")}async function Jl(){try{let t=await(0,Io.readFile)(l1,"utf-8");return JSON.parse(t)}catch{return{}}}async function Is(t){let e=await Jl();if(!t){let r=Object.keys(e);return r.length===0?null:e[r[0]]||null}return e[t]||null}async function Yl(t){await(0,Io.mkdir)(c1,{recursive:!0}),await(0,Io.writeFile)(l1,JSON.stringify(t,null,2),"utf-8")}function rM(){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 f1(t,e,r){let n=await Is(t),o=rM(),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 d1(t,e,r={}){let n={...r};return t==="ios"?(e.BUILD_CERTIFICATE_FILE&&(n.BUILD_CERTIFICATE_BASE64=await la(e.BUILD_CERTIFICATE_FILE)),e.BUILD_PROVISION_PROFILE_FILE&&(n.BUILD_PROVISION_PROFILE_BASE64=await la(e.BUILD_PROVISION_PROFILE_FILE)),e.BUILD_PROVISION_PROFILE_FILE_PROD&&(n.BUILD_PROVISION_PROFILE_BASE64_PROD=await la(e.BUILD_PROVISION_PROFILE_FILE_PROD)),e.APPLE_KEY_FILE&&(n.APPLE_KEY_CONTENT=await la(e.APPLE_KEY_FILE))):t==="android"&&(e.ANDROID_KEYSTORE_PATH&&(n.ANDROID_KEYSTORE_FILE=await la(e.ANDROID_KEYSTORE_PATH)),e.PLAY_CONFIG_JSON_PATH&&(n.PLAY_CONFIG_JSON=await la(e.PLAY_CONFIG_JSON_PATH))),n}async function p1(t,e,r){let n=await Jl(),o=n[t]||{};o[e]={...o[e],...r},n[t]=o,await Yl(n)}async function Xl(t,e){let r=await Jl();if(!t){await Yl({});return}if(!e){delete r[t],await Yl(r);return}let n=r[t]||{};delete n[e],Object.keys(n).length===0?delete r[t]:r[t]=n,await Yl(r)}async function h1(t,e){return(await Is(t))?.[e]||null}async function Lg(){let t=await Jl();return Object.keys(t)}async function m1(t){try{t.platform||(f.error("Platform is required. Use --platform ios or --platform android"),Xt.default.exit(1));let e=await te(),r=le(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(""),Xt.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 le(t,e){return t||e?.plugins?.CapacitorUpdater?.appId||e?.appId}function $o(t){if(!t.localVersion)return!0;if(!t.remoteVersion)return!1;try{let e=Du(t.localVersion),r=Du(t.remoteVersion);return vD(e,r)}catch{return!1}}async function Kl(t,e,r,n,o){let i=await Tg(n,o),a=await JA(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 Rg(t,e,r,n){let o=await JA(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 Gl(t,e,r){let n=await Ee({message:"Would you like to sync your project with Capacitor now? This is recommended to ensure encrypted updates work properly."});if(Ce(n))throw t&&e&&r&&await cr("onboarding-v2",e,r,"canceled","\u{1F937}"),f.error("Canceled Capacitor sync"),new Error("Capacitor sync cancelled");if(n){let o=tt(),i=De();i.start("Running the command...");try{await new Promise((a,s)=>{let u=(0,FA.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=tt();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 ZA(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=tt(),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 mr="assets/icon.png";var z5=/^[a-z0-9]+(\.[\w-]+)+$/i;function K5(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(!z5.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 G5(t,e,r){if(await ZA(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 Bg(t,e,r,n=!1){n||ee("Adding"),await ye(),e.apikey=e.apikey||ne();let o=await te(),i=le(t,o?.config);K5(i,e,n);let a=await re(e.apikey,e.supaHost,e.supaAnon),s=await ie(a,e.apikey,["write","all"]);await G5(a,i,n),r||(r=await aa(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,ua.existsSync)(l)?(d=(0,ua.readFileSync)(l),p=ia(l)||"image/png",n||f.warn(`Found app icon ${l}`)):(0,ua.existsSync)(mr)?(d=(0,ua.readFileSync)(mr),p=ia(mr)||"image/png",n||f.warn(`Found app icon ${mr}`)):n||f.warn(`Cannot find app icon in any of the following locations: ${l}, ${mr}`);let h="icon",m="https://xvwzpoazmxkqosrdewyv.supabase.co/storage/v1/object/public/images/capgo.png";if(d&&p){let{error:y}=await a.storage.from(`images/org/${u}/${i}`).upload(h,d,{contentType:p});if(y)throw n||console.error(y),n||f.error(`Could not add app ${U(y)}`),new Error(`Could not add app ${U(y)}`);let{data:v}=await a.storage.from(`images/org/${u}/${i}`).getPublicUrl(h);m=v?.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`),Z("Done \u2705")),{appId:i,organizationUid:u,userId:s,name:c,signedURL:m}}async function QA(t,e){await Bg(t,e,void 0)}async function W5(t,e,r=!1,n=!1){r||ee("Deleting"),e.apikey=e.apikey||ne();let o=await te(),i=le(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 vr({message:"Do you want to continue?",options:[{label:"Yes",value:"yes"},{label:"No",value:"no"}]});if(Ce(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 bt(a,i);return await de(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"),Z("Done \u2705")),!0}async function eO(t,e){return W5(t,e,!1,!1)}var Wl=require("node:os"),rO=require("node:process");async function tO(t){let e={},r=Object.keys(t);return(await Promise.all(r.map(o=>Qc(o)))).forEach((o,i)=>{o&&(e[r[i]]=o)}),e}async function Y5(){let t=await hr(),e={"@capgo/cli":br.version};for(let[r,n]of t)(r.startsWith("@capgo/")||r.startsWith("@capawesome/")||r.startsWith("capacitor"))&&(e[r]=n);return e}async function J5(t,e=!1){e||f.warn(" \u{1F48A} Capgo Doctor \u{1F48A}");let r=await te(),n=Fr("",t.packageJson),o=r?.config?.plugins?.CapacitorUpdater?.version||n,i=r?.config?.appName||"",a=le("",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,Wl.platform)()} ${(0,Wl.version)()}`),f.info(` Node: ${rO.version}`),f.info(" Installed Dependencies:"));let u=await Y5();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 tO(u);else{let l=De();l.start("Running: Loading latest dependencies"),c=await tO(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 nO(t){return J5(t)}function X5(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,sa(r.created_at)]);f.success("Apps"),f.success(e.toString())}async function Z5(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 Q5(t,e=!1){e||ee("List apps in Capgo"),await ye(),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 Z5(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}`),X5(n),Z("Done \u2705")),n}async function oO(t){return Q5(t,!1)}var iO=require("node:crypto"),ca=require("node:fs");async function eM(t,e,r=!1){r||ee("Set app"),e.apikey=e.apikey||ne();let n=await te();if(t=le(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 aa(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,exposeMetadata:d}=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 p,h,m=`icon_${(0,iO.randomUUID)()}`,b="https://xvwzpoazmxkqosrdewyv.supabase.co/storage/v1/object/public/images/capgo.png";if(c&&(0,ca.existsSync)(c)?(p=(0,ca.readFileSync)(c),h=ia(c)||"image/png",r||f.warn(`Found app icon ${c}`)):(0,ca.existsSync)(mr)?(p=(0,ca.readFileSync)(mr),h=ia(mr)||"image/png",r||f.warn(`Found app icon ${mr}`)):r||f.warn(`Cannot find app icon in any of the following locations: ${c}, ${mr}`),p&&h){let{error:v}=await o.storage.from(`images/org/${a}/${t}`).upload(m,p,{contentType:h});if(v)throw r||f.error(`Could not set app ${U(v)}`),new Error(`Could not set app: ${U(v)}`);let{data:E}=await o.storage.from(`images/org/${a}/${t}`).getPublicUrl(m);b=E?.publicUrl||b}let{error:y}=await o.from("apps").update({icon_url:b,name:u,retention:l?l*24*60*60:void 0,expose_metadata:d}).eq("app_id",t).eq("user_id",s);if(y)throw r||f.error(`Could not set app ${U(y)}`),new Error(`Could not set app: ${U(y)}`);return r||Z("Done \u2705"),!0}async function aO(t,e){return eM(t,e)}async function tM(t,e,r=!1){if(r||ee("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 te(),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 Xi(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||Z("Done \u2705")}async function sO(t,e){return tM(t,e)}var To=require("node:fs"),Ro=require("node:path"),Zt=ue(require("node:process"));var Io=require("node:fs/promises"),uO=require("node:os"),Ng=require("node:path"),Fe=require("node:process"),cO=(0,Ng.join)((0,uO.homedir)(),".capgo-credentials"),lO=(0,Ng.join)(cO,"credentials.json");async function la(t){return(await(0,Io.readFile)(t)).toString("base64")}async function Jl(){try{let t=await(0,Io.readFile)(lO,"utf-8");return JSON.parse(t)}catch{return{}}}async function Is(t){let e=await Jl();if(!t){let r=Object.keys(e);return r.length===0?null:e[r[0]]||null}return e[t]||null}async function Yl(t){await(0,Io.mkdir)(cO,{recursive:!0}),await(0,Io.writeFile)(lO,JSON.stringify(t,null,2),"utf-8")}function rM(){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 fO(t,e,r){let n=await Is(t),o=rM(),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 dO(t,e,r={}){let n={...r};return t==="ios"?(e.BUILD_CERTIFICATE_FILE&&(n.BUILD_CERTIFICATE_BASE64=await la(e.BUILD_CERTIFICATE_FILE)),e.BUILD_PROVISION_PROFILE_FILE&&(n.BUILD_PROVISION_PROFILE_BASE64=await la(e.BUILD_PROVISION_PROFILE_FILE)),e.BUILD_PROVISION_PROFILE_FILE_PROD&&(n.BUILD_PROVISION_PROFILE_BASE64_PROD=await la(e.BUILD_PROVISION_PROFILE_FILE_PROD)),e.APPLE_KEY_FILE&&(n.APPLE_KEY_CONTENT=await la(e.APPLE_KEY_FILE))):t==="android"&&(e.ANDROID_KEYSTORE_PATH&&(n.ANDROID_KEYSTORE_FILE=await la(e.ANDROID_KEYSTORE_PATH)),e.PLAY_CONFIG_JSON_PATH&&(n.PLAY_CONFIG_JSON=await la(e.PLAY_CONFIG_JSON_PATH))),n}async function pO(t,e,r){let n=await Jl(),o=n[t]||{};o[e]={...o[e],...r},n[t]=o,await Yl(n)}async function Xl(t,e){let r=await Jl();if(!t){await Yl({});return}if(!e){delete r[t],await Yl(r);return}let n=r[t]||{};delete n[e],Object.keys(n).length===0?delete r[t]:r[t]=n,await Yl(r)}async function hO(t,e){return(await Is(t))?.[e]||null}async function Lg(){let t=await Jl();return Object.keys(t)}async function mO(t){try{t.platform||(f.error("Platform is required. Use --platform ios or --platform android"),Zt.default.exit(1));let e=await te(),r=le(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(""),Zt.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,Ro.resolve)(t.certificate);(0,To.existsSync)(u)||(f.error(`Certificate file not found: ${u}`),Xt.default.exit(1)),i.BUILD_CERTIFICATE_FILE=u,f.info(`\u2713 Certificate file: ${u}`)}if(t.provisioningProfile){let u=(0,Ro.resolve)(t.provisioningProfile);(0,To.existsSync)(u)||(f.error(`Provisioning profile not found: ${u}`),Xt.default.exit(1)),i.BUILD_PROVISION_PROFILE_FILE=u,f.info(`\u2713 Provisioning profile: ${u}`)}if(t.provisioningProfileProd){let u=(0,Ro.resolve)(t.provisioningProfileProd);(0,To.existsSync)(u)||(f.error(`Production provisioning profile not found: ${u}`),Xt.default.exit(1)),i.BUILD_PROVISION_PROFILE_FILE_PROD=u,f.info(`\u2713 Production provisioning profile: ${u}`)}if(t.appleKey){let u=(0,Ro.resolve)(t.appleKey);(0,To.existsSync)(u)||(f.error(`Apple key file not found: ${u}`),Xt.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,Ro.resolve)(t.keystore);(0,To.existsSync)(l)||(f.error(`Keystore file not found: ${l}`),Xt.default.exit(1)),i.ANDROID_KEYSTORE_PATH=l,f.info(`\u2713 Keystore file: ${l}`)}if(t.playConfig){let l=(0,Ro.resolve)(t.playConfig);(0,To.existsSync)(l)||(f.error(`Play config file not found: ${l}`),Xt.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 d1(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(""),Xt.default.exit(1)}await p1(r,n,a);try{let u=ne(!0);if(u){let c=await re(u),l=await bt(c,r);await de(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,Ro.resolve)(t.certificate);(0,To.existsSync)(u)||(f.error(`Certificate file not found: ${u}`),Zt.default.exit(1)),i.BUILD_CERTIFICATE_FILE=u,f.info(`\u2713 Certificate file: ${u}`)}if(t.provisioningProfile){let u=(0,Ro.resolve)(t.provisioningProfile);(0,To.existsSync)(u)||(f.error(`Provisioning profile not found: ${u}`),Zt.default.exit(1)),i.BUILD_PROVISION_PROFILE_FILE=u,f.info(`\u2713 Provisioning profile: ${u}`)}if(t.provisioningProfileProd){let u=(0,Ro.resolve)(t.provisioningProfileProd);(0,To.existsSync)(u)||(f.error(`Production provisioning profile not found: ${u}`),Zt.default.exit(1)),i.BUILD_PROVISION_PROFILE_FILE_PROD=u,f.info(`\u2713 Production provisioning profile: ${u}`)}if(t.appleKey){let u=(0,Ro.resolve)(t.appleKey);(0,To.existsSync)(u)||(f.error(`Apple key file not found: ${u}`),Zt.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,Ro.resolve)(t.keystore);(0,To.existsSync)(l)||(f.error(`Keystore file not found: ${l}`),Zt.default.exit(1)),i.ANDROID_KEYSTORE_PATH=l,f.info(`\u2713 Keystore file: ${l}`)}if(t.playConfig){let l=(0,Ro.resolve)(t.playConfig);(0,To.existsSync)(l)||(f.error(`Play config file not found: ${l}`),Zt.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 dO(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(""),Zt.default.exit(1)}await pO(r,n,a);try{let u=ne(!0);if(u){let c=await re(u),l=await bt(c,r);await de(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)}`),Xt.default.exit(1)}}async function g1(t){try{let e=await Lg();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)}`),Zt.default.exit(1)}}async function gO(t){try{let e=await Lg();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
177
  `);let r=await te(),n=t?.appId||le(void 0,r?.config),o=n?[n]:e;for(let i of o){let a=await Is(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)}`),Xt.default.exit(1)}}async function y1(t){try{let e=await te(),r=t.appId||le(void 0,e?.config);if(r&&t.platform){if(!await h1(r,t.platform)){f.info(`No ${t.platform.toUpperCase()} credentials found for ${r}.`);return}await Xl(r,t.platform),f.success(`\u2705 ${t.platform.toUpperCase()} credentials cleared for ${r}!`)}else if(r){let n=await Is(r);if(!n||!n.ios&&!n.android){f.info(`No credentials found for ${r}.`);return}await Xl(r),f.success(`\u2705 All credentials cleared for ${r}!`)}else{if((await Lg()).length===0){f.info("No saved credentials found.");return}await Xl(),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)}`),Xt.default.exit(1)}}var fn=require("node:fs"),kr=require("node:fs/promises"),b1=require("node:os"),Pr=require("node:path"),jg=ue(require("node:process"));var w1=ue(Jp()),Zl=ue(Zc());async function nM(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 oM(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 iM(t,e){let r=new Set;if(e==="ios"){let n=(0,Pr.join)(t,"ios/App/Podfile");if((0,fn.existsSync)(n)){let i=(await(0,kr.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,Pr.join)(t,"android/capacitor.settings.gradle");if((0,fn.existsSync)(n)){let i=(await(0,kr.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 D1(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 Ts(t,e,r,n,o){let i=(0,fn.readdirSync)(e);for(let a of i){let s=(0,Pr.join)(e,a),u=r?`${r}/${a}`:a,c=(0,fn.statSync)(s);if(c.isDirectory()){if(a===".git"||a==="dist"||a==="build"||a===".angular"||a===".vite")continue;if(a===n){Ts(t,s,u,n,o);continue}if(a==="node_modules"){Ts(t,s,u,n,o);continue}if(a==="resources"){Ts(t,s,u,n,o);continue}let l=u.replace(/\\/g,"/");(D1(u,n,o)||Array.from(o).some(p=>p.startsWith(`${l}/`)))&&Ts(t,s,u,n,o)}else if(c.isFile()){if(a===".DS_Store"||a.endsWith(".log"))continue;D1(u,n,o)&&t.addLocalFile(s,r||void 0)}}}async function aM(t,e,r){let n=await iM(t,r),o=new w1.default;Ts(o,t,"",r,n),await(0,kr.writeFile)(e,o.toBuffer())}async function sM(t,e,r=!1){let n=Date.now();try{e.apikey=e.apikey||ne(r);let o=await te();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,Pr.resolve)(e.path||jg.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 bt(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)}`),Zt.default.exit(1)}}async function yO(t){try{let e=await te(),r=t.appId||le(void 0,e?.config);if(r&&t.platform){if(!await hO(r,t.platform)){f.info(`No ${t.platform.toUpperCase()} credentials found for ${r}.`);return}await Xl(r,t.platform),f.success(`\u2705 ${t.platform.toUpperCase()} credentials cleared for ${r}!`)}else if(r){let n=await Is(r);if(!n||!n.ios&&!n.android){f.info(`No credentials found for ${r}.`);return}await Xl(r),f.success(`\u2705 All credentials cleared for ${r}!`)}else{if((await Lg()).length===0){f.info("No saved credentials found.");return}await Xl(),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)}`),Zt.default.exit(1)}}var fn=require("node:fs"),kr=require("node:fs/promises"),bO=require("node:os"),Pr=require("node:path"),jg=ue(require("node:process"));var wO=ue(Jp()),Zl=ue(Zc());async function nM(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 oM(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 iM(t,e){let r=new Set;if(e==="ios"){let n=(0,Pr.join)(t,"ios/App/Podfile");if((0,fn.existsSync)(n)){let i=(await(0,kr.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,Pr.join)(t,"android/capacitor.settings.gradle");if((0,fn.existsSync)(n)){let i=(await(0,kr.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 DO(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 Ts(t,e,r,n,o){let i=(0,fn.readdirSync)(e);for(let a of i){let s=(0,Pr.join)(e,a),u=r?`${r}/${a}`:a,c=(0,fn.statSync)(s);if(c.isDirectory()){if(a===".git"||a==="dist"||a==="build"||a===".angular"||a===".vite")continue;if(a===n){Ts(t,s,u,n,o);continue}if(a==="node_modules"){Ts(t,s,u,n,o);continue}if(a==="resources"){Ts(t,s,u,n,o);continue}let l=u.replace(/\\/g,"/");(DO(u,n,o)||Array.from(o).some(p=>p.startsWith(`${l}/`)))&&Ts(t,s,u,n,o)}else if(c.isFile()){if(a===".DS_Store"||a.endsWith(".log"))continue;DO(u,n,o)&&t.addLocalFile(s,r||void 0)}}}async function aM(t,e,r){let n=await iM(t,r),o=new wO.default;Ts(o,t,"",r,n),await(0,kr.writeFile)(e,o.toBuffer())}async function sM(t,e,r=!1){let n=Date.now();try{e.apikey=e.apikey||ne(r);let o=await te();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,Pr.resolve)(e.path||jg.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 bt(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 f1(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 y=await b.json();r||(f.success(`Build job created: ${y.job_id}`),f.info(`Status: ${y.status}`),f.info(`Upload URL: ${y.upload_url}`),f.info(`Upload expires: ${y.upload_expires_at}`)),await de(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 v=(0,Pr.join)((0,b1.tmpdir)(),`capgo-build-${Date.now()}`);await(0,kr.mkdir)(v,{recursive:!0});let E=(0,Pr.join)(v,`${(0,Pr.basename)(i)}.zip`);try{r||f.info(`Zipping ${e.platform} project from ${i}...`),await aM(i,E,e.platform);let _=((await(0,kr.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: ${y.upload_url}`),f.info(`File size: ${_} MB`),f.info(`Job ID: ${y.job_id}`));let x=(0,fn.readFileSync)(E),$=De();r||$.start("Uploading bundle"),await new Promise((A,j)=>{let M=new Zl.Upload(x,{endpoint:y.upload_url,chunkSize:5242880,metadata:{filename:(0,Pr.basename)(E),filetype:"application/zip"},headers:{authorization:e.apikey},onBeforeRequest(W){if(!r){f.info(`[TUS] ${W.getMethod()} ${W.getURL()}`);let F=W.getHeader("authorization");f.info(`[TUS] Authorization header present: ${!!F}`)}},onAfterResponse(W,F){if(!r){f.info(`[TUS] Response status: ${F.getStatus()}`);let D=F.getHeader("upload-offset"),w=F.getHeader("tus-resumable");f.info(`[TUS] Upload-Offset: ${D}, Tus-Resumable: ${w}`)}},onError(W){if(r||($.stop("Upload failed"),f.error(`[TUS] Upload error: ${W.message}`)),W instanceof Zl.DetailedError){let F=W.originalResponse?.getBody(),D=W.originalResponse?.getStatus(),w=W.originalRequest?.getURL();r||(f.error(`[TUS] Request URL: ${w}`),f.error(`[TUS] Response status: ${D}`),f.error(`[TUS] Response body: ${F}`));let C="Unknown error";try{let O=JSON.parse(F||'{"error": "unknown error"}');C=O.status||O.error||O.message||"unknown error"}catch{C=F||W.message}j(new Error(`TUS upload failed: ${C}`))}else j(new Error(`TUS upload failed: ${W.message||W.toString()}`))},onProgress(W,F){let D=(W/F*100).toFixed(2);r||$.message(`Uploading ${D}%`)},onSuccess(){r||($.stop("Upload complete!"),f.success("TUS upload completed successfully")),A()}});r||f.info("[TUS] Starting upload..."),M.start()}),r||f.info("Starting build job...");let k=await fetch(`${a}/build/start/${y.job_id}`,{method:"POST",headers:{"Content-Type":"application/json",authorization:e.apikey},body:JSON.stringify({app_id:t})});if(!k.ok){let A=await k.text();throw new Error(`Failed to start build: ${k.status} - ${A}`)}let B=await k.json();r||(f.success("Build started successfully!"),f.info(`Job ID: ${y.job_id}`),f.info(`Streaming build logs...
186
- `)),await nM(a,y.job_id,t,e.apikey,r);let T=await oM(a,y.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 L=((Date.now()-n)/1e3).toFixed(2);return await de(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:L},notify:!1}).catch(),{success:T==="succeeded",jobId:y.job_id,uploadUrl:y.upload_url,status:T||B.status||y.status}}finally{await(0,kr.rm)(v,{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 v1(t,e){(await sM(t,e,!1)).success||jg.default.exit(1)}async function C1(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)`);ee(`\u274C Version ${e}@${r.name} is used in ${a.length} channel${a.length>1?"s":""}`);let u=i;if(i||(u=await Ce({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 Ug(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`)}Z(`Version unlinked from ${a.length} channel${a.length>1?"s":""}`)}async function Ug(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 E1(t,e){return t.from("channels").insert(e).select().single()}function _1(t,e,r,n){return t.from("channels").delete().eq("name",e).eq("app_id",r).single()}function S1(t,e,r){return t.from("channels").select().eq("app_id",e).eq("name",r).single()}function x1(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 fO(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 y=await b.json();r||(f.success(`Build job created: ${y.job_id}`),f.info(`Status: ${y.status}`),f.info(`Upload URL: ${y.upload_url}`),f.info(`Upload expires: ${y.upload_expires_at}`)),await de(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 v=(0,Pr.join)((0,bO.tmpdir)(),`capgo-build-${Date.now()}`);await(0,kr.mkdir)(v,{recursive:!0});let E=(0,Pr.join)(v,`${(0,Pr.basename)(i)}.zip`);try{r||f.info(`Zipping ${e.platform} project from ${i}...`),await aM(i,E,e.platform);let _=((await(0,kr.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: ${y.upload_url}`),f.info(`File size: ${_} MB`),f.info(`Job ID: ${y.job_id}`));let x=(0,fn.readFileSync)(E),$=De();r||$.start("Uploading bundle"),await new Promise((A,j)=>{let M=new Zl.Upload(x,{endpoint:y.upload_url,chunkSize:5242880,metadata:{filename:(0,Pr.basename)(E),filetype:"application/zip"},headers:{authorization:e.apikey},onBeforeRequest(W){if(!r){f.info(`[TUS] ${W.getMethod()} ${W.getURL()}`);let F=W.getHeader("authorization");f.info(`[TUS] Authorization header present: ${!!F}`)}},onAfterResponse(W,F){if(!r){f.info(`[TUS] Response status: ${F.getStatus()}`);let D=F.getHeader("upload-offset"),w=F.getHeader("tus-resumable");f.info(`[TUS] Upload-Offset: ${D}, Tus-Resumable: ${w}`)}},onError(W){if(r||($.stop("Upload failed"),f.error(`[TUS] Upload error: ${W.message}`)),W instanceof Zl.DetailedError){let F=W.originalResponse?.getBody(),D=W.originalResponse?.getStatus(),w=W.originalRequest?.getURL();r||(f.error(`[TUS] Request URL: ${w}`),f.error(`[TUS] Response status: ${D}`),f.error(`[TUS] Response body: ${F}`));let C="Unknown error";try{let O=JSON.parse(F||'{"error": "unknown error"}');C=O.status||O.error||O.message||"unknown error"}catch{C=F||W.message}j(new Error(`TUS upload failed: ${C}`))}else j(new Error(`TUS upload failed: ${W.message||W.toString()}`))},onProgress(W,F){let D=(W/F*100).toFixed(2);r||$.message(`Uploading ${D}%`)},onSuccess(){r||($.stop("Upload complete!"),f.success("TUS upload completed successfully")),A()}});r||f.info("[TUS] Starting upload..."),M.start()}),r||f.info("Starting build job...");let k=await fetch(`${a}/build/start/${y.job_id}`,{method:"POST",headers:{"Content-Type":"application/json",authorization:e.apikey},body:JSON.stringify({app_id:t})});if(!k.ok){let A=await k.text();throw new Error(`Failed to start build: ${k.status} - ${A}`)}let B=await k.json();r||(f.success("Build started successfully!"),f.info(`Job ID: ${y.job_id}`),f.info(`Streaming build logs...
186
+ `)),await nM(a,y.job_id,t,e.apikey,r);let T=await oM(a,y.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 L=((Date.now()-n)/1e3).toFixed(2);return await de(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:L},notify:!1}).catch(),{success:T==="succeeded",jobId:y.job_id,uploadUrl:y.upload_url,status:T||B.status||y.status}}finally{await(0,kr.rm)(v,{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 vO(t,e){(await sM(t,e,!1)).success||jg.default.exit(1)}async function CO(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)`);ee(`\u274C Version ${e}@${r.name} is used in ${a.length} channel${a.length>1?"s":""}`);let u=i;if(i||(u=await Ee({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 Ug(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`)}Z(`Version unlinked from ${a.length} channel${a.length>1?"s":""}`)}async function Ug(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 EO(t,e){return t.from("channels").insert(e).select().single()}function _O(t,e,r,n){return t.from("channels").delete().eq("name",e).eq("app_id",r).single()}function SO(t,e,r){return t.from("channels").select().eq("app_id",e).eq("name",r).single()}function xO(t,e,r){return t.from("channel_devices").delete().eq("app_id",e).eq("channel_id",r)}function AO(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 O1(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 F1(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 OO(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 FO(t,e,r=!1){let{data:n,error:o}=await t.from("channels").select(`
191
191
  id,
192
192
  name,
193
193
  public,
@@ -202,28 +202,28 @@ ${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 Mg(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 Ql(t,e,r,n={}){let{silent:o=!1,autoUnlink:i=!1}=n,a=await uM(t,e,r,{silent:o});await C1(t,e,a,{silent:o,autoUnlink:i}),await Mg(t,e,r,{silent:o})}function ef(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,sa(n.created_at),n.keep??""]);f.success("Bundles"),f.success(r.toString())}async function tf(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 k1(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 uM(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 cM(t,e,r,n){for await(let o of t)n||f.warn(`Removing ${o.name} created on ${sa(o.created_at)}`),await Ql(e,r,o.name)}function lM(t,e,r){let n=[];for(let o of t??[]){let i=xe(o.name);hd(i,e)&&Er(i,r)&&n.push(o)}return n}async function fM(t,e,r=!1){r||ee("Cleanup versions in Capgo"),await ye(),e.apikey=e.apikey||ne();let{bundle:n,keep:o=4}=e,i=e.force||!1,a=e.ignoreChannel||!1,s=await te();if(t=le(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 tf(u,t),l=await k1(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=xe(n),m=Oa(h,"major");r||f.info(`Querying available versions in Capgo between ${Cr(h)} and ${Cr(m)}`),c=lM(c,h,m),r||f.info(`Active versions in Capgo between ${Cr(h)} and ${Cr(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||ef(c),!i){if(r)throw new Error("Cleanup requires force=true in SDK mode to prevent accidental deletions");{let h=await Ce({message:"Do you want to continue removing the versions specified?"});if(ve(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 cM(d,u,t,r),r||Z("Done \u2705"),{removed:d.length,kept:p}}async function P1(t,e){return fM(t,e)}async function dM(t,e,r=!1){r||ee("Check compatibility");let n={...e,apikey:e.apikey||ne()},o=await te(),i=le(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 Kl(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,y=$o(p)?l:d;c.rows.push([h,m,b,y])}f.success("Compatibility"),f.success(c.toString())}return{finalCompatibility:u.finalCompatibility}}async function $1(t,e){try{await dM(t,e,!1)}catch(r){throw f.error(`Error checking compatibility ${U(r)}`),r}}var hn=require("node:fs");var dn=require("node:buffer"),pt=require("node:crypto"),T1="aes-128-cbc",pn="base64",I1="hex",Rs=pt.constants.RSA_PKCS1_PADDING;function rf(t){let e=(0,pt.randomBytes)(16),r=(0,pt.randomBytes)(16),n=e.toString(pn),o=(0,pt.privateEncrypt)({key:t,padding:Rs},r).toString(pn);return{sessionKey:r,ivSessionKey:`${n}:${o}`}}function fa(t,e,r){let[n]=r.split(":"),o=dn.Buffer.from(n,pn),i=(0,pt.createCipheriv)(T1,e,o);return i.setAutoPadding(!0),dn.Buffer.concat([i.update(t),i.final()])}function R1(t,e,r){let[n,o]=e.split(":"),i=(0,pt.publicDecrypt)({key:r,padding:Rs},dn.Buffer.from(o,pn)),a=dn.Buffer.from(n,pn),s=(0,pt.createDecipheriv)(T1,i,a);return s.setAutoPadding(!0),dn.Buffer.concat([s.update(t),s.final()])}function da(t,e){return(0,pt.privateEncrypt)({key:e,padding:Rs},dn.Buffer.from(t,pn)).toString(pn)}function nf(t,e){return(0,pt.privateEncrypt)({key:e,padding:Rs},dn.Buffer.from(t,I1)).toString(I1)}function B1(t="pem",e=2048){let{publicKey:r,privateKey:n}=(0,pt.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 N1(t,e){return(0,pt.publicDecrypt)({key:e,padding:Rs},dn.Buffer.from(t,pn)).toString(pn)}function pM(t,e){let r=t.key||ln,n=e.config.plugins?.CapacitorUpdater?.publicKey;return(0,hn.existsSync)(r)?n=(0,hn.readFileSync)(r,"utf8"):!n&&t.keyData&&(n=t.keyData),{publicKey:n,fallbackKeyPath:r}}async function hM(t,e,r,n=!1){n||ee("Decrypt zip file");try{if(await ye(),!(0,hn.existsSync)(t)){let d=`Zip not found at the path ${t}`;throw n||f.error(d),new Error(d)}let o=await te();if(!r.key&&!(0,hn.existsSync)(ln)&&!o.config.plugins?.CapacitorUpdater?.publicKey){let d=`Public Key not found at the path ${ln} or in ${o.path}`;throw n||f.error(d),new Error(d)}let{publicKey:i,fallbackKeyPath:a}=pM(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,hn.readFileSync)(t),u=R1(s,e,r.keyData??i),c=`${t}_decrypted.zip`;(0,hn.writeFileSync)(c,u),n||f.info(`Decrypted zip file at ${c}`);let l;if(r.checksum){let d=await on(u,"sha256"),p=N1(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||Z("\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 L1(t,e,r){await hM(t,e,r,!1)}async function mM(t,e,r,n=!1){n||ee("Delete bundle"),r.apikey=r.apikey||ne();let o=await te();if(e=le(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 Ql(i,e,t),n||(f.success(`Bundle ${e}@${t} deleted in Capgo`),Z("Done")),!0}async function j1(t,e,r){return mM(t,e,r)}var mn=require("node:fs");function Bs(t){console.error(U(t))}async function gM(t,e,r,n=!1){let{json:o}=r,i=!o&&!n;i&&(ee("Encryption"),await ye());try{let a=await te(),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,mn.existsSync)(t)){let v=`Zip not found at the path ${t}`;throw n||(o?Bs({error:"zip_not_found"}):f.error(`Error: ${v}`)),new Error(v)}if(!u)throw n||(o?Bs({error:"missing_public_key"}):f.warning("Warning: Missing Public Key in config")),new Error("Missing public key in config");let c=r.key||Jt,l=r.keyData||"";if(!(0,mn.existsSync)(c)&&!l)throw n||(o?Bs({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,mn.existsSync)(c)&&(l=(0,mn.readFileSync)(c,"utf8")),l&&!l.startsWith("-----BEGIN RSA PRIVATE KEY-----"))throw n||(o?Bs({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,mn.readFileSync)(t),{sessionKey:p,ivSessionKey:h}=rf(l),m=fa(d,p,h),b=da(e,l),y=`${t}_encrypted.zip`;return(0,mn.writeFileSync)(y,m),n||(o?console.log(JSON.stringify({checksum:b,filename:y,ivSessionKey:h},null,2)):(f.success(`Encoded Checksum: ${b}`),f.success(`ivSessionKey: ${h}`),f.success(`Encrypted zip saved at ${y}`),Z("Done \u2705"))),{checksum:b,filename:y,ivSessionKey:h}}catch(a){throw n||(r.json?Bs(a):f.error(`Error encrypting zip file ${U(a)}`)),a instanceof Error?a:new Error(String(a))}}async function U1(t,e,r){await gM(t,e,r,!1)}async function M1(t,e,r=!1){r||ee("List bundles"),await ye(),e.apikey=e.apikey||ne();let n=await te();if(t=le(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 tf(o,t);return r||(f.info(`Active versions in Capgo: ${i?.length??0}`),ef(i),Z("Done \u2705")),i}var hF=require("node:crypto"),Vo=require("node:fs"),bf=require("node:process");var of=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 Hr=class extends Error{};var Ct=class extends Hr{},Ns=class extends Hr{},af=class extends Hr{bucketName;constructor(e){super(`Invalid bucket name: ${e}`),this.bucketName=e}},Vr=class extends Hr{objectName;constructor(e){super(`Invalid object name: ${e}`),this.objectName=e}},Mn=class extends Hr{constructor(){super("accessKey is required")}},pa=class extends Hr{constructor(){super("secretKey is required")}},Ls=class extends Hr{constructor(){super("expirySeconds cannot be less than 1 second or more than 7 days")}},gn=class extends Hr{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 q1(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 gn(t.status,n,o,{key:i,bucketName:a,resource:s,region:u})}catch{return new gn(t.status,"UnrecognizedError",`Error: Unexpected response code ${t.status} ${t.statusText}. Unable to parse response as XML.`)}}function H1(t){return typeof t!="number"||isNaN(t)?!1:t>=1&&t<=65535}function V1(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!(!yM(t)||t.length===0)}function yM(t){return!(typeof t!="string"||t.length>1024)}function js(t){return Array.from(t).map(e=>e.toString(16).padStart(2,"0")).join("")}function Bo(t=""){let e={'"':"","&quot;":"","&#34;":"","&QUOT;":"","&#x00022":""};return t.replace(/^("|&quot;|&#34;)|("|&quot;|&#34;)$/g,r=>e[r])}function Hg(t){return t.get("x-amz-version-id")??null}function No(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 Vg(t){return No(t).slice(0,8)}function zg(t,e){return`${Vg(e)}/${t}/s3/aws4_request`}async function sf(t){return t instanceof Uint8Array||(t=new TextEncoder().encode(t)),js(new Uint8Array(await crypto.subtle.digest("SHA-256",t)))}var DM=["x-amz-server-side-encryption-customer-algorithm","x-amz-server-side-encryption-customer-key","x-amz-server-side-encryption-customer-key-MD5"],uf=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:Bo(E.headers.get("etag")??void 0),versionId:Hg(E.headers)};return}b===1&&(u=(await bM({client:e,bucketName:r,objectName:n,metadata:i})).uploadId);let y={"Content-Length":String(p.length)};for(let E of DM){let g=i[E];g&&(y[E]=g)}let v=e.makeRequest({method:"PUT",query:{partNumber:b.toString(),uploadId:u},headers:new Headers(y),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(v.catch(E=>{l||(l=E)}))}catch(y){throw y}},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 wM({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 bM(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 wM({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 Mg(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 Ql(t,e,r,n={}){let{silent:o=!1,autoUnlink:i=!1}=n,a=await uM(t,e,r,{silent:o});await CO(t,e,a,{silent:o,autoUnlink:i}),await Mg(t,e,r,{silent:o})}function ef(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,sa(n.created_at),n.keep??""]);f.success("Bundles"),f.success(r.toString())}async function tf(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 kO(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 uM(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 cM(t,e,r,n){for await(let o of t)n||f.warn(`Removing ${o.name} created on ${sa(o.created_at)}`),await Ql(e,r,o.name)}function lM(t,e,r){let n=[];for(let o of t??[]){let i=be(o.name);hd(i,e)&&Gt(i,r)&&n.push(o)}return n}async function fM(t,e,r=!1){r||ee("Cleanup versions in Capgo"),await ye(),e.apikey=e.apikey||ne();let{bundle:n,keep:o=4}=e,i=e.force||!1,a=e.ignoreChannel||!1,s=await te();if(t=le(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 tf(u,t),l=await kO(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=be(n),m=Oa(h,"major");r||f.info(`Querying available versions in Capgo between ${Er(h)} and ${Er(m)}`),c=lM(c,h,m),r||f.info(`Active versions in Capgo between ${Er(h)} and ${Er(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||ef(c),!i){if(r)throw new Error("Cleanup requires force=true in SDK mode to prevent accidental deletions");{let h=await Ee({message:"Do you want to continue removing the versions specified?"});if(Ce(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 cM(d,u,t,r),r||Z("Done \u2705"),{removed:d.length,kept:p}}async function PO(t,e){return fM(t,e)}async function dM(t,e,r=!1){r||ee("Check compatibility");let n={...e,apikey:e.apikey||ne()},o=await te(),i=le(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 Kl(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,y=$o(p)?l:d;c.rows.push([h,m,b,y])}f.success("Compatibility"),f.success(c.toString())}return{finalCompatibility:u.finalCompatibility}}async function $O(t,e){try{await dM(t,e,!1)}catch(r){throw f.error(`Error checking compatibility ${U(r)}`),r}}var hn=require("node:fs");var dn=require("node:buffer"),pt=require("node:crypto"),TO="aes-128-cbc",pn="base64",IO="hex",Rs=pt.constants.RSA_PKCS1_PADDING;function rf(t){let e=(0,pt.randomBytes)(16),r=(0,pt.randomBytes)(16),n=e.toString(pn),o=(0,pt.privateEncrypt)({key:t,padding:Rs},r).toString(pn);return{sessionKey:r,ivSessionKey:`${n}:${o}`}}function fa(t,e,r){let[n]=r.split(":"),o=dn.Buffer.from(n,pn),i=(0,pt.createCipheriv)(TO,e,o);return i.setAutoPadding(!0),dn.Buffer.concat([i.update(t),i.final()])}function RO(t,e,r){let[n,o]=e.split(":"),i=(0,pt.publicDecrypt)({key:r,padding:Rs},dn.Buffer.from(o,pn)),a=dn.Buffer.from(n,pn),s=(0,pt.createDecipheriv)(TO,i,a);return s.setAutoPadding(!0),dn.Buffer.concat([s.update(t),s.final()])}function da(t,e){return(0,pt.privateEncrypt)({key:e,padding:Rs},dn.Buffer.from(t,pn)).toString(pn)}function nf(t,e){return(0,pt.privateEncrypt)({key:e,padding:Rs},dn.Buffer.from(t,IO)).toString(IO)}function BO(t="pem",e=2048){let{publicKey:r,privateKey:n}=(0,pt.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 NO(t,e){return(0,pt.publicDecrypt)({key:e,padding:Rs},dn.Buffer.from(t,pn)).toString(pn)}function pM(t,e){let r=t.key||ln,n=e.config.plugins?.CapacitorUpdater?.publicKey;return(0,hn.existsSync)(r)?n=(0,hn.readFileSync)(r,"utf8"):!n&&t.keyData&&(n=t.keyData),{publicKey:n,fallbackKeyPath:r}}async function hM(t,e,r,n=!1){n||ee("Decrypt zip file");try{if(await ye(),!(0,hn.existsSync)(t)){let d=`Zip not found at the path ${t}`;throw n||f.error(d),new Error(d)}let o=await te();if(!r.key&&!(0,hn.existsSync)(ln)&&!o.config.plugins?.CapacitorUpdater?.publicKey){let d=`Public Key not found at the path ${ln} or in ${o.path}`;throw n||f.error(d),new Error(d)}let{publicKey:i,fallbackKeyPath:a}=pM(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,hn.readFileSync)(t),u=RO(s,e,r.keyData??i),c=`${t}_decrypted.zip`;(0,hn.writeFileSync)(c,u),n||f.info(`Decrypted zip file at ${c}`);let l;if(r.checksum){let d=await on(u,"sha256"),p=NO(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||Z("\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 LO(t,e,r){await hM(t,e,r,!1)}async function mM(t,e,r,n=!1){n||ee("Delete bundle"),r.apikey=r.apikey||ne();let o=await te();if(e=le(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 Ql(i,e,t),n||(f.success(`Bundle ${e}@${t} deleted in Capgo`),Z("Done")),!0}async function jO(t,e,r){return mM(t,e,r)}var mn=require("node:fs");function Bs(t){console.error(U(t))}async function gM(t,e,r,n=!1){let{json:o}=r,i=!o&&!n;i&&(ee("Encryption"),await ye());try{let a=await te(),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,mn.existsSync)(t)){let v=`Zip not found at the path ${t}`;throw n||(o?Bs({error:"zip_not_found"}):f.error(`Error: ${v}`)),new Error(v)}if(!u)throw n||(o?Bs({error:"missing_public_key"}):f.warning("Warning: Missing Public Key in config")),new Error("Missing public key in config");let c=r.key||Xt,l=r.keyData||"";if(!(0,mn.existsSync)(c)&&!l)throw n||(o?Bs({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,mn.existsSync)(c)&&(l=(0,mn.readFileSync)(c,"utf8")),l&&!l.startsWith("-----BEGIN RSA PRIVATE KEY-----"))throw n||(o?Bs({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,mn.readFileSync)(t),{sessionKey:p,ivSessionKey:h}=rf(l),m=fa(d,p,h),b=da(e,l),y=`${t}_encrypted.zip`;return(0,mn.writeFileSync)(y,m),n||(o?console.log(JSON.stringify({checksum:b,filename:y,ivSessionKey:h},null,2)):(f.success(`Encoded Checksum: ${b}`),f.success(`ivSessionKey: ${h}`),f.success(`Encrypted zip saved at ${y}`),Z("Done \u2705"))),{checksum:b,filename:y,ivSessionKey:h}}catch(a){throw n||(r.json?Bs(a):f.error(`Error encrypting zip file ${U(a)}`)),a instanceof Error?a:new Error(String(a))}}async function UO(t,e,r){await gM(t,e,r,!1)}async function MO(t,e,r=!1){r||ee("List bundles"),await ye(),e.apikey=e.apikey||ne();let n=await te();if(t=le(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 tf(o,t);return r||(f.info(`Active versions in Capgo: ${i?.length??0}`),ef(i),Z("Done \u2705")),i}var hF=require("node:crypto"),Vo=require("node:fs"),bf=require("node:process");var of=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 Hr=class extends Error{};var Ct=class extends Hr{},Ns=class extends Hr{},af=class extends Hr{bucketName;constructor(e){super(`Invalid bucket name: ${e}`),this.bucketName=e}},Vr=class extends Hr{objectName;constructor(e){super(`Invalid object name: ${e}`),this.objectName=e}},Mn=class extends Hr{constructor(){super("accessKey is required")}},pa=class extends Hr{constructor(){super("secretKey is required")}},Ls=class extends Hr{constructor(){super("expirySeconds cannot be less than 1 second or more than 7 days")}},gn=class extends Hr{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 qO(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 gn(t.status,n,o,{key:i,bucketName:a,resource:s,region:u})}catch{return new gn(t.status,"UnrecognizedError",`Error: Unexpected response code ${t.status} ${t.statusText}. Unable to parse response as XML.`)}}function HO(t){return typeof t!="number"||isNaN(t)?!1:t>=1&&t<=65535}function VO(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!(!yM(t)||t.length===0)}function yM(t){return!(typeof t!="string"||t.length>1024)}function js(t){return Array.from(t).map(e=>e.toString(16).padStart(2,"0")).join("")}function Bo(t=""){let e={'"':"","&quot;":"","&#34;":"","&QUOT;":"","&#x00022":""};return t.replace(/^("|&quot;|&#34;)|("|&quot;|&#34;)$/g,r=>e[r])}function Hg(t){return t.get("x-amz-version-id")??null}function No(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 Vg(t){return No(t).slice(0,8)}function zg(t,e){return`${Vg(e)}/${t}/s3/aws4_request`}async function sf(t){return t instanceof Uint8Array||(t=new TextEncoder().encode(t)),js(new Uint8Array(await crypto.subtle.digest("SHA-256",t)))}var DM=["x-amz-server-side-encryption-customer-algorithm","x-amz-server-side-encryption-customer-key","x-amz-server-side-encryption-customer-key-MD5"],uf=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:Bo(E.headers.get("etag")??void 0),versionId:Hg(E.headers)};return}b===1&&(u=(await bM({client:e,bucketName:r,objectName:n,metadata:i})).uploadId);let y={"Content-Length":String(p.length)};for(let E of DM){let g=i[E];g&&(y[E]=g)}let v=e.makeRequest({method:"PUT",query:{partNumber:b.toString(),uploadId:u},headers:new Headers(y),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(v.catch(E=>{l||(l=E)}))}catch(y){throw y}},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 wM({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 bM(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 wM({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=Hg(a.headers);return{etag:Bo(c),versionId:l}}var Us="AWS4-HMAC-SHA256";async function z1(t){if(!t.accessKey)throw new Mn;if(!t.secretKey)throw new pa;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=G1(t.headers),n=W1(t.method,t.path,t.headers,r,e),o=await Y1(n,t.date,t.region),i=await Gg(t.date,t.region,t.secretKey),a=Wg(t.accessKey,t.region,t.date),s=js(await jo(i,o)).toLowerCase();return`${Us} Credential=${a}, SignedHeaders=${r.join(";").toLowerCase()}, Signature=${s}`}async function K1(t){if(!t.accessKey)throw new Mn;if(!t.secretKey)throw new pa;if(t.expirySeconds<1||t.expirySeconds>604800)throw new Ls;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=No(t.date),o=G1(t.headers),i=Wg(t.accessKey,t.region,t.date),a="UNSIGNED-PAYLOAD",s=new URLSearchParams(r);s.set("X-Amz-Algorithm",Us),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(y=>encodeURIComponent(y)).join("/"),d=W1(t.method,c,t.headers,o,a),p=await Y1(d,t.date,t.region),h=await Gg(t.date,t.region,t.secretKey),m=js(await jo(h,p)).toLowerCase();return`${t.protocol}//${t.headers.get("Host")}${l}?${u}&X-Amz-Signature=${m}`}function G1(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 Lo={A:65,Z:90,a:97,z:122,0:48,9:57,"/":47},vM="-._~".split("").map(t=>t.charCodeAt(0));function Kg(t,e=!1){let r=new TextEncoder().encode(t),n="";for(let o of r)o>=Lo.A&&o<=Lo.Z||o>=Lo.a&&o<=Lo.z||o>=Lo[0]&&o<=Lo[9]||vM.includes(o)||o==Lo["/"]&&e?n+=String.fromCharCode(o):n+="%"+o.toString(16).padStart(2,"0").toUpperCase();return n}function W1(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 Kg(decodeURIComponent(c))+"="+Kg(decodeURIComponent(l||""))}).sort().join("&"):s="",[t.toUpperCase(),Kg(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=Hg(a.headers);return{etag:Bo(c),versionId:l}}var Us="AWS4-HMAC-SHA256";async function zO(t){if(!t.accessKey)throw new Mn;if(!t.secretKey)throw new pa;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=GO(t.headers),n=WO(t.method,t.path,t.headers,r,e),o=await YO(n,t.date,t.region),i=await Gg(t.date,t.region,t.secretKey),a=Wg(t.accessKey,t.region,t.date),s=js(await jo(i,o)).toLowerCase();return`${Us} Credential=${a}, SignedHeaders=${r.join(";").toLowerCase()}, Signature=${s}`}async function KO(t){if(!t.accessKey)throw new Mn;if(!t.secretKey)throw new pa;if(t.expirySeconds<1||t.expirySeconds>604800)throw new Ls;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=No(t.date),o=GO(t.headers),i=Wg(t.accessKey,t.region,t.date),a="UNSIGNED-PAYLOAD",s=new URLSearchParams(r);s.set("X-Amz-Algorithm",Us),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(y=>encodeURIComponent(y)).join("/"),d=WO(t.method,c,t.headers,o,a),p=await YO(d,t.date,t.region),h=await Gg(t.date,t.region,t.secretKey),m=js(await jo(h,p)).toLowerCase();return`${t.protocol}//${t.headers.get("Host")}${l}?${u}&X-Amz-Signature=${m}`}function GO(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 Lo={A:65,Z:90,a:97,z:122,0:48,9:57,"/":47},vM="-._~".split("").map(t=>t.charCodeAt(0));function Kg(t,e=!1){let r=new TextEncoder().encode(t),n="";for(let o of r)o>=Lo.A&&o<=Lo.Z||o>=Lo.a&&o<=Lo.z||o>=Lo[0]&&o<=Lo[9]||vM.includes(o)||o==Lo["/"]&&e?n+=String.fromCharCode(o):n+="%"+o.toString(16).padStart(2,"0").toUpperCase();return n}function WO(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 Kg(decodeURIComponent(c))+"="+Kg(decodeURIComponent(l||""))}).sort().join("&"):s="",[t.toUpperCase(),Kg(a,!0),s,i.join(`
211
211
  `)+`
212
212
  `,n.join(";").toLowerCase(),o].join(`
213
- `)}async function Y1(t,e,r){let n=await sf(t),o=zg(r,e);return[Us,No(e),o,n].join(`
214
- `)}async function Gg(t,e,r){let n=Vg(t),o=await jo("AWS4"+r,n),i=await jo(o,e),a=await jo(i,"s3");return await jo(a,"aws4_request")}function Wg(t,e,r){return`${t}/${zg(e,r)}`}async function jo(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 J1(t){if(!t.accessKey)throw new Mn;if(!t.secretKey)throw new pa;if(t.expirySeconds<1||t.expirySeconds>604800)throw new Ls;let e=new Date(t.date);e.setSeconds(e.getSeconds()+t.expirySeconds);let r=Wg(t.accessKey,t.region,t.date),n=No(t.date),o={"X-Amz-Algorithm":Us,"X-Amz-Credential":r,"X-Amz-Date":n,key:t.objectKey,...t.fields},i=[{bucket:t.bucket},{key:t.objectKey},{"X-Amz-Algorithm":Us},{"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 Gg(t.date,t.region,t.secretKey),d=js(await jo(l,c)).toLowerCase();return o["X-Amz-Signature"]=d,{url:`${t.protocol}//${t.host}/${t.bucket}`,fields:o}}var CM=["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"],EM=5*1024*1024,_M=5*1024*1024*1024,Yg=5*1024*1024*1024*1024,Ms=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 Ns(`Invalid endPoint URL: ${e}`)}}if(typeof e!="string"||e.length===0)throw new Ns(`Invalid endPoint: ${e}`);if(r===void 0&&(r=!0),n!==void 0&&!H1(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||!V1(r))throw new af(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 sf(r??new Uint8Array);i.set("x-amz-date",No(o)),i.set("x-amz-content-sha256",l),this.accessKey&&(this.sessionToken&&i.set("x-amz-security-token",this.sessionToken),i.set("authorization",await z1({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 q1(p):p.status===301?new gn(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 gn(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 Vr(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 gn&&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 Vr(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 Vr(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 K1({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:Bo(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,y=m.type==="Object"?m.key:m.prefix;return b>y?1:b<y?-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 Vr(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<EM)throw new Ct("Part size should be greater than 5MB");if(s>_M)throw new Ct("Part size should be less than 6MB");let u=new of(s),c=new uf({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=Yg),e>Yg)throw new TypeError(`size should not be more than ${Yg}`);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 Vr(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 CM)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:Bo(i.headers.get("ETag")??"")}}async copyObject(e,r,n){let o=this.getBucketName(n),i=e.sourceBucketName??o;if(!qn(r))throw new Vr(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:Bo(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 gn&&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 Vr(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 J1({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 Uo=require("node:fs"),cf=require("node:path");function SM(t,e){return(0,Uo.readFileSync)(t,"utf8").includes(e)}function qs(t,e){let r=(0,Uo.readdirSync)(t);for(let n of r){let o=(0,cf.join)(t,n),i=(0,Uo.statSync)(o);if(i.isDirectory()){if(qs(o,e))return!0}else if(i.isFile()&&(0,cf.extname)(o)===".js"&&SM(o,e))return!0}return!1}function lf(t){return(0,Uo.readdirSync)(t).indexOf("index.html")>-1}var iF=require("node:buffer"),aF=require("node:crypto"),ga=require("node:fs"),sF=require("node:os"),Ho=require("node:path"),uF=require("node:process"),Df=require("node:stream/consumers"),cF=require("node:zlib");var lF=ue(oF()),fF=ue(Zc());async function U9(t,e){try{return(await fetch(`${t.hostFilesApi}/files/read/attachments/${encodeURIComponent(e)}`,{method:"HEAD"})).ok}catch{return!1}}var M9=8192;async function q9(t){let e=gt((0,uF.cwd)()),r=await qr("@capgo/capacitor-updater",e,t.packageJson),n;try{n=r?xe(r):void 0}catch{n=void 0}if(!r||!n)return{version:null,supportsBrotliV2:!1};let o=!jn(n,void 0,void 0,$s);return{version:`${n.major}.${n.minor}.${n.patch}`,supportsBrotliV2:o}}function H9(t,e){if(!e)return!1;let r=e.split(",").map(n=>n.trim()).filter(n=>!!n);return r.length===0?!1:lF.isMatch(t,r)}async function V9(t,e,r){let o=(0,ga.statSync)(t).size,i=await(0,Df.buffer)((0,ga.createReadStream)(t));if(o===0)return{buffer:i,useBrotli:!1};if(H9(e,r.noBrotliPatterns))return{buffer:i,useBrotli:!1};if(o<M9)return{buffer:i,useBrotli:!1};try{let a=await(0,Df.buffer)((0,ga.createReadStream)(t).pipe((0,cF.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 dF(t,e,r,n,o,i,a=!1){let s=De();s.start(o!=="v2"?"Generating the update manifest":`Generating the update manifest with ${a?"V3":"V2"} encryption`);let u=await KA(t);if(o==="v2")for(let c of u)c.hash=a?nf(c.hash,i):da(c.hash,i);return s.stop("Manifest generated successfully"),await de(e,{channel:"partial-update",event:"Generate manifest",icon:"\u{1F4C2}",user_id:r,tags:{"app-id":n},notify:!1}),u}function z9(t){return(0,sF.platform)()!=="win32"?t:Ho.win32.normalize(t).split(Ho.win32.sep).join(Ho.posix.sep)}function K9(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 pF(t,e,r,n,o,i,a){let s=De();s.start("Preparing partial update with TUS protocol");let u=performance.now(),c=await cr(),l=!!(a.partial||a.delta||a.partialOnly||a.deltaOnly),{version:d,supportsBrotliV2:p}=await q9(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 ${VA} (v5), ${zA} (v6) or ${$s} (v7) or higher.`);let h=e.filter(v=>v.file.includes(" "));if(h.length>0)throw new Error(`Files with spaces in their names (${h.map(v=>v.file).join(", ")}). Please rename the files.`);let m=0,b=e.length,y=0;try{s.message(`Uploading ${b} files using TUS protocol`);let v=async $=>{let k=(0,Ho.join)(r,$.file),B=z9($.file),T,L=!1;if(a.disableBrotli)T=await(0,Df.buffer)((0,ga.createReadStream)(k)),L=!1;else{let D=await V9(k,B,a);T=D.buffer,L=D.useBrotli}let A=T;i&&(A=fa(T,i.sessionKey,i.ivSessionKey));let j=B;L&&(j=`${B}.br`,y++);let M=K9(j),W=(0,aF.createHash)("sha256").update($.hash).digest("hex"),F;if(i){let D=iF.Buffer.from(i.ivSessionKey).toString("hex");F=`orgs/${o}/apps/${n}/delta/${D}/${W}_${M}`}else F=`orgs/${o}/apps/${n}/delta/${W}_${M}`;return!i&&await U9(c,F)?(m++,Promise.resolve({file_name:M,s3_path:F,file_hash:$.hash})):new Promise((D,w)=>{s.message(`Prepare upload partial file: ${B}`),new fF.Upload(A,{endpoint:`${c.hostFilesApi}/files/upload/attachments/`,chunkSize:a.tusChunkSize,retryDelays:[0,1e3,3e3,5e3,1e4],removeFingerprintOnSuccess:!0,metadata:{filename:F},headers:{Authorization:t},onError:O=>{let R=O.toString(),I;try{let P=R.match(/response text: (\{.*?\})/);P&&P[1]&&(I=JSON.parse(P[1]).moreInfo?.requestId)}catch{}let q=I?` [requestId: ${I}]`:"";f.error(`Failed to upload ${B}: ${R}${q}`),w(O)},onProgress(){let O=(m/b*100).toFixed(2);s.message(`Uploading partial update: ${O}%`)},onSuccess(){m++,D({file_name:M,s3_path:F,file_hash:$.hash})}}).start()})},E=500,g=[];for(let $=0;$<e.length;$+=E){let k=e.slice($,$+E),B=Math.floor($/E)+1,T=Math.ceil(e.length/E);T>1&&s.message(`Processing batch ${B}/${T} (${k.length} files)`);let L=await Promise.all(k.map(A=>v(A)));g.push(...L)}let x=((performance.now()-u)/1e3).toFixed(2);return s.stop(`Partial update uploaded successfully \u{1F4AA} in (${x} seconds)`),y>0&&f.info(`${y} of ${b} files were compressed with brotli and use .br extension`),await de(t,{channel:"app",event:`App Partial TUS done${y>0?" with .br extension":""}`,icon:"\u23EB",user_id:o,tags:{"app-id":n},notify:!1}),await de(t,{channel:"performance",event:"Partial upload performance",icon:"\u{1F684}",user_id:o,tags:{"app-id":n,time:x},notify:!1}),g}catch(v){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: ${v}`),f.error("Delta/partial upload was explicitly requested but failed. Upload aborted."),v;return f.info(`Error uploading partial update: ${v}, This is not a critical error, the bundle has been uploaded without the partial files`),null}}function we(t){throw f.error(t),new Error(t)}async function G9(t,e){let r=Fr("",e.packageJson),n=e.bundle||t?.plugins?.CapacitorUpdater?.version||r||`0.0.1-beta.${(0,hF.randomUUID)().split("-")[0]}`;return na.test(n)||we(`Your bundle name ${n}, is not valid it should follow semver convention : https://semver.org/`),n}function W9(t){let e=t.apikey||ne();return e||we("Missing API key, you need to provide an API key to upload your bundle"),e}function Y9(t,e,r){let n=le(t,r),o=e.path||r?.webDir;return n||we("Missing argument, you need to provide a appid or be in a capacitor project"),o||we("Missing argument, you need to provide a path (--path), or be in a capacitor project"),(0,Vo.existsSync)(o)||we(`Path ${o} does not exist, build your app first, or provide a valid path`),{appid:n,path:o}}function J9(t,e){let r=t.codeCheck;(typeof r>"u"||r)&&(qs(e,"notifyAppReady")||we(`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`),lf(e)||we(`index.html is missing in the root folder of ${e}`))}async function X9(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 y=De();y.start(`Checking bundle compatibility with channel ${n}`);let{finalCompatibility:v,localDependencies:E}=await Kl(t,o,n,r.packageJson,r.nodeModules);if(h=v,p=E,h.find(g=>!$o(g)))y.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||!na.test(g))&&we("Invalid remote min update version, skipping auto setting compatibility"),u=g,y.stop(`Auto set min-update-version to ${u}`)}catch{we(`Cannot auto set compatibility, invalid data ${c}`)}else y.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 Tg(r.packageJson,r.nodeModules),s&&(u=i,f.info(`Auto set min-update-version to ${u}`)));d&&!u&&!a&&we("You need to provide a min-update-version to upload a bundle to this channel"),u&&(na.test(u)||we(`Your minimal version update ${u}, is not valid it should follow semver convention : https://semver.org/`));let m=p?new Map(p.filter(y=>!!y.native&&y.native!==void 0).map(y=>[y.name,y])):new Map;return{nativePackages:m.size>0||!r.ignoreMetadataCheck?Array.from(m,([y,v])=>({name:y,version:v.version})):void 0,minUpdateVersion:u}}async function Z9(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`),Z("Bundle version already exists - exiting gracefully \u{1F389}"),!0;we(`Version ${r} already exists ${U(i)}`)}return!1}async function Q9(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 Vl(t),b.message("Calculating checksum");let y=gt((0,bf.cwd)()),v=await qr("@capgo/capacitor-updater",y,e.packageJson),E=!1,g;try{g=v?xe(v):void 0}catch{g=void 0}if(v?g?E=!jn(g,$s):(v==="link:@capgo/capacitor-updater"||v==="file:.."||v==="file:../")&&(f.warn("Using local @capgo/capacitor-updater. Assuming latest version for checksum calculation."),E=!0):we("Cannot find @capgo/capacitor-updater in node_modules, please install it first with your package manager"),(h||e.keyDataV2||(0,Vo.existsSync)(Jt))&&!m||E?c=await on(l,"sha256"):c=await on(l,"crc32"),b.stop(`Checksum ${E?"SHA256":"CRC32"}: ${c}`),m)f.info("Encryption ignored");else if((h||(0,Vo.existsSync)(Jt)||e.keyDataV2)&&!e.oldEncryption){let $=typeof h=="string"?h:Jt,k=e.keyDataV2||"";!k&&!(0,Vo.existsSync)($)&&we(`Cannot find private key ${$}`),await de(r,{channel:"app",event:"App encryption v2",icon:"\u{1F511}",user_id:n,tags:{"app-id":o},notify:!1},e.verbose),k||(k=(0,Vo.readFileSync)($).toString());let B=g&&!jn(g,"5.30.0","6.30.0","7.30.0");f.info(`Encrypting your bundle with ${B?"V3":"V2"}`);let{sessionKey:T,ivSessionKey:L}=rf(k),A=fa(l,T,L);c=B?nf(c,k):da(c,k),s=L,u=T,d="v2",p=k,e.displayIvSession&&f.info(`Your Iv Session key is ${s},
213
+ `)}async function YO(t,e,r){let n=await sf(t),o=zg(r,e);return[Us,No(e),o,n].join(`
214
+ `)}async function Gg(t,e,r){let n=Vg(t),o=await jo("AWS4"+r,n),i=await jo(o,e),a=await jo(i,"s3");return await jo(a,"aws4_request")}function Wg(t,e,r){return`${t}/${zg(e,r)}`}async function jo(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 JO(t){if(!t.accessKey)throw new Mn;if(!t.secretKey)throw new pa;if(t.expirySeconds<1||t.expirySeconds>604800)throw new Ls;let e=new Date(t.date);e.setSeconds(e.getSeconds()+t.expirySeconds);let r=Wg(t.accessKey,t.region,t.date),n=No(t.date),o={"X-Amz-Algorithm":Us,"X-Amz-Credential":r,"X-Amz-Date":n,key:t.objectKey,...t.fields},i=[{bucket:t.bucket},{key:t.objectKey},{"X-Amz-Algorithm":Us},{"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 Gg(t.date,t.region,t.secretKey),d=js(await jo(l,c)).toLowerCase();return o["X-Amz-Signature"]=d,{url:`${t.protocol}//${t.host}/${t.bucket}`,fields:o}}var CM=["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"],EM=5*1024*1024,_M=5*1024*1024*1024,Yg=5*1024*1024*1024*1024,Ms=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 Ns(`Invalid endPoint URL: ${e}`)}}if(typeof e!="string"||e.length===0)throw new Ns(`Invalid endPoint: ${e}`);if(r===void 0&&(r=!0),n!==void 0&&!HO(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||!VO(r))throw new af(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 sf(r??new Uint8Array);i.set("x-amz-date",No(o)),i.set("x-amz-content-sha256",l),this.accessKey&&(this.sessionToken&&i.set("x-amz-security-token",this.sessionToken),i.set("authorization",await zO({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 qO(p):p.status===301?new gn(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 gn(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 Vr(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 gn&&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 Vr(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 Vr(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 KO({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:Bo(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,y=m.type==="Object"?m.key:m.prefix;return b>y?1:b<y?-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 Vr(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<EM)throw new Ct("Part size should be greater than 5MB");if(s>_M)throw new Ct("Part size should be less than 6MB");let u=new of(s),c=new uf({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=Yg),e>Yg)throw new TypeError(`size should not be more than ${Yg}`);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 Vr(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 CM)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:Bo(i.headers.get("ETag")??"")}}async copyObject(e,r,n){let o=this.getBucketName(n),i=e.sourceBucketName??o;if(!qn(r))throw new Vr(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:Bo(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 gn&&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 Vr(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 JO({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 Uo=require("node:fs"),cf=require("node:path");function SM(t,e){return(0,Uo.readFileSync)(t,"utf8").includes(e)}function qs(t,e){let r=(0,Uo.readdirSync)(t);for(let n of r){let o=(0,cf.join)(t,n),i=(0,Uo.statSync)(o);if(i.isDirectory()){if(qs(o,e))return!0}else if(i.isFile()&&(0,cf.extname)(o)===".js"&&SM(o,e))return!0}return!1}function lf(t){return(0,Uo.readdirSync)(t).indexOf("index.html")>-1}var iF=require("node:buffer"),aF=require("node:crypto"),ga=require("node:fs"),sF=require("node:os"),Ho=require("node:path"),uF=require("node:process"),Df=require("node:stream/consumers"),cF=require("node:zlib");var lF=ue(oF()),fF=ue(Zc());async function U9(t,e){try{return(await fetch(`${t.hostFilesApi}/files/read/attachments/${encodeURIComponent(e)}`,{method:"HEAD"})).ok}catch{return!1}}var M9=8192;async function q9(t){let e=gt((0,uF.cwd)()),r=await qr("@capgo/capacitor-updater",e,t.packageJson),n;try{n=r?be(r):void 0}catch{n=void 0}if(!r||!n)return{version:null,supportsBrotliV2:!1};let o=!jn(n,void 0,void 0,$s);return{version:`${n.major}.${n.minor}.${n.patch}`,supportsBrotliV2:o}}function H9(t,e){if(!e)return!1;let r=e.split(",").map(n=>n.trim()).filter(n=>!!n);return r.length===0?!1:lF.isMatch(t,r)}async function V9(t,e,r){let o=(0,ga.statSync)(t).size,i=await(0,Df.buffer)((0,ga.createReadStream)(t));if(o===0)return{buffer:i,useBrotli:!1};if(H9(e,r.noBrotliPatterns))return{buffer:i,useBrotli:!1};if(o<M9)return{buffer:i,useBrotli:!1};try{let a=await(0,Df.buffer)((0,ga.createReadStream)(t).pipe((0,cF.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 dF(t,e,r,n,o,i,a=!1){let s=De();s.start(o!=="v2"?"Generating the update manifest":`Generating the update manifest with ${a?"V3":"V2"} encryption`);let u=await KA(t);if(o==="v2")for(let c of u)c.hash=a?nf(c.hash,i):da(c.hash,i);return s.stop("Manifest generated successfully"),await de(e,{channel:"partial-update",event:"Generate manifest",icon:"\u{1F4C2}",user_id:r,tags:{"app-id":n},notify:!1}),u}function z9(t){return(0,sF.platform)()!=="win32"?t:Ho.win32.normalize(t).split(Ho.win32.sep).join(Ho.posix.sep)}function K9(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 pF(t,e,r,n,o,i,a){let s=De();s.start("Preparing partial update with TUS protocol");let u=performance.now(),c=await lr(),l=!!(a.partial||a.delta||a.partialOnly||a.deltaOnly),{version:d,supportsBrotliV2:p}=await q9(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 ${VA} (v5), ${zA} (v6) or ${$s} (v7) or higher.`);let h=e.filter(v=>v.file.includes(" "));if(h.length>0)throw new Error(`Files with spaces in their names (${h.map(v=>v.file).join(", ")}). Please rename the files.`);let m=0,b=e.length,y=0;try{s.message(`Uploading ${b} files using TUS protocol`);let v=async $=>{let k=(0,Ho.join)(r,$.file),B=z9($.file),T,L=!1;if(a.disableBrotli)T=await(0,Df.buffer)((0,ga.createReadStream)(k)),L=!1;else{let D=await V9(k,B,a);T=D.buffer,L=D.useBrotli}let A=T;i&&(A=fa(T,i.sessionKey,i.ivSessionKey));let j=B;L&&(j=`${B}.br`,y++);let M=K9(j),W=(0,aF.createHash)("sha256").update($.hash).digest("hex"),F;if(i){let D=iF.Buffer.from(i.ivSessionKey).toString("hex");F=`orgs/${o}/apps/${n}/delta/${D}/${W}_${M}`}else F=`orgs/${o}/apps/${n}/delta/${W}_${M}`;return!i&&await U9(c,F)?(m++,Promise.resolve({file_name:M,s3_path:F,file_hash:$.hash})):new Promise((D,w)=>{s.message(`Prepare upload partial file: ${B}`),new fF.Upload(A,{endpoint:`${c.hostFilesApi}/files/upload/attachments/`,chunkSize:a.tusChunkSize,retryDelays:[0,1e3,3e3,5e3,1e4],removeFingerprintOnSuccess:!0,metadata:{filename:F},headers:{Authorization:t},onError:O=>{let R=O.toString(),I;try{let P=R.match(/response text: (\{.*?\})/);P&&P[1]&&(I=JSON.parse(P[1]).moreInfo?.requestId)}catch{}let q=I?` [requestId: ${I}]`:"";f.error(`Failed to upload ${B}: ${R}${q}`),w(O)},onProgress(){let O=(m/b*100).toFixed(2);s.message(`Uploading partial update: ${O}%`)},onSuccess(){m++,D({file_name:M,s3_path:F,file_hash:$.hash})}}).start()})},E=500,g=[];for(let $=0;$<e.length;$+=E){let k=e.slice($,$+E),B=Math.floor($/E)+1,T=Math.ceil(e.length/E);T>1&&s.message(`Processing batch ${B}/${T} (${k.length} files)`);let L=await Promise.all(k.map(A=>v(A)));g.push(...L)}let x=((performance.now()-u)/1e3).toFixed(2);return s.stop(`Partial update uploaded successfully \u{1F4AA} in (${x} seconds)`),y>0&&f.info(`${y} of ${b} files were compressed with brotli and use .br extension`),await de(t,{channel:"app",event:`App Partial TUS done${y>0?" with .br extension":""}`,icon:"\u23EB",user_id:o,tags:{"app-id":n},notify:!1}),await de(t,{channel:"performance",event:"Partial upload performance",icon:"\u{1F684}",user_id:o,tags:{"app-id":n,time:x},notify:!1}),g}catch(v){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: ${v}`),f.error("Delta/partial upload was explicitly requested but failed. Upload aborted."),v;return f.info(`Error uploading partial update: ${v}, This is not a critical error, the bundle has been uploaded without the partial files`),null}}function ve(t){throw f.error(t),new Error(t)}async function G9(t,e){let r=Fr("",e.packageJson),n=e.bundle||t?.plugins?.CapacitorUpdater?.version||r||`0.0.1-beta.${(0,hF.randomUUID)().split("-")[0]}`;return na.test(n)||ve(`Your bundle name ${n}, is not valid it should follow semver convention : https://semver.org/`),n}function W9(t){let e=t.apikey||ne();return e||ve("Missing API key, you need to provide an API key to upload your bundle"),e}function Y9(t,e,r){let n=le(t,r),o=e.path||r?.webDir;return n||ve("Missing argument, you need to provide a appid or be in a capacitor project"),o||ve("Missing argument, you need to provide a path (--path), or be in a capacitor project"),(0,Vo.existsSync)(o)||ve(`Path ${o} does not exist, build your app first, or provide a valid path`),{appid:n,path:o}}function J9(t,e){let r=t.codeCheck;(typeof r>"u"||r)&&(qs(e,"notifyAppReady")||ve(`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`),lf(e)||ve(`index.html is missing in the root folder of ${e}`))}async function X9(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 y=De();y.start(`Checking bundle compatibility with channel ${n}`);let{finalCompatibility:v,localDependencies:E}=await Kl(t,o,n,r.packageJson,r.nodeModules);if(h=v,p=E,h.find(g=>!$o(g)))y.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||!na.test(g))&&ve("Invalid remote min update version, skipping auto setting compatibility"),u=g,y.stop(`Auto set min-update-version to ${u}`)}catch{ve(`Cannot auto set compatibility, invalid data ${c}`)}else y.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 Tg(r.packageJson,r.nodeModules),s&&(u=i,f.info(`Auto set min-update-version to ${u}`)));d&&!u&&!a&&ve("You need to provide a min-update-version to upload a bundle to this channel"),u&&(na.test(u)||ve(`Your minimal version update ${u}, is not valid it should follow semver convention : https://semver.org/`));let m=p?new Map(p.filter(y=>!!y.native&&y.native!==void 0).map(y=>[y.name,y])):new Map;return{nativePackages:m.size>0||!r.ignoreMetadataCheck?Array.from(m,([y,v])=>({name:y,version:v.version})):void 0,minUpdateVersion:u}}async function Z9(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`),Z("Bundle version already exists - exiting gracefully \u{1F389}"),!0;ve(`Version ${r} already exists ${U(i)}`)}return!1}async function Q9(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 Vl(t),b.message("Calculating checksum");let y=gt((0,bf.cwd)()),v=await qr("@capgo/capacitor-updater",y,e.packageJson),E=!1,g;try{g=v?be(v):void 0}catch{g=void 0}if(v?g?E=!jn(g,$s):(v==="link:@capgo/capacitor-updater"||v==="file:.."||v==="file:../")&&(f.warn("Using local @capgo/capacitor-updater. Assuming latest version for checksum calculation."),E=!0):ve("Cannot find @capgo/capacitor-updater in node_modules, please install it first with your package manager"),(h||e.keyDataV2||(0,Vo.existsSync)(Xt))&&!m||E?c=await on(l,"sha256"):c=await on(l,"crc32"),b.stop(`Checksum ${E?"SHA256":"CRC32"}: ${c}`),m)f.info("Encryption ignored");else if((h||(0,Vo.existsSync)(Xt)||e.keyDataV2)&&!e.oldEncryption){let $=typeof h=="string"?h:Xt,k=e.keyDataV2||"";!k&&!(0,Vo.existsSync)($)&&ve(`Cannot find private key ${$}`),await de(r,{channel:"app",event:"App encryption v2",icon:"\u{1F511}",user_id:n,tags:{"app-id":o},notify:!1},e.verbose),k||(k=(0,Vo.readFileSync)($).toString());let B=g&&!jn(g,"5.30.0","6.30.0","7.30.0");f.info(`Encrypting your bundle with ${B?"V3":"V2"}`);let{sessionKey:T,ivSessionKey:L}=rf(k),A=fa(l,T,L);c=B?nf(c,k):da(c,k),s=L,u=T,d="v2",p=k,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
- `),l=A}let _=Math.floor((l?.byteLength??0)/1024/1024),x=Math.floor(i/1024/1024);return l?.byteLength>i?we(`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 !!
218
+ `),l=A}let _=Math.floor((l?.byteLength??0)/1024/1024),x=Math.floor(i/1024/1024);return l?.byteLength>i?ve(`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
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 de(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 e7(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 cr();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 GA(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 qA(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||Og}ms`),f.info(" - Retry attempts: 5"),f.info(" - Content-Type: application/zip"));let b=new AbortController,y=setTimeout(()=>b.abort(),a.timeout||Og);try{let v=await fetch(m,{method:"PUT",body:i,headers:{"Content-Type":"application/zip"},signal:b.signal});if(!v.ok)throw new Error(`HTTP error! status: ${v.status}`)}finally{clearTimeout(y)}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 y=h.message.match(/status: (\d+)/),v=y?y[1]:"unknown";f.error(`Upload failed with status ${v}: ${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 WA(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 de(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 t7(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 r7(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||we("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 zl(t,{name:o,app_id:s,created_by:i,version:l,owner_org:a,...c?{allow_device_self_set:!0}:{}});p&&we(`Cannot set channel, the upload key is not allowed to do that, use the "all" for this. ${U(p)}`);let m=`${u.hostWeb}/app/${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 n7(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/${t}/info`),null):o.default_upload_channel}async function dy(t,e,r=!1){r||ee(`Uploading with CLI version ${Dr.version}`);let n,o=tt();await ye();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=W9(e);e.verbose&&f.info("[Verbose] API key retrieved successfully");let h=await te();e.verbose&&f.info("[Verbose] Capacitor config loaded successfully");let m=await IA();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:y}=Y9(t,e,h.config);e.verbose&&f.info(`[Verbose] App ID: ${b}, Build path: ${y}`);let v=await G9(h.config,e);e.verbose&&f.info(`[Verbose] Bundle version: ${v}`);let E=e.external?"external":"r2-direct",g="none";e.autoSetBundle&&(await Ps({version:v}),e.verbose&&f.info("[Verbose] Auto-set bundle version in capacitor.config.json")),J9(e,y),e.verbose&&f.info("[Verbose] Code check passed (notifyAppReady found and index.html present)"),f.info(`Upload ${b}@${v} started from path "${y}" to Capgo cloud`);let _=await cr();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 k=e.channel||await n7(b,x,_.hostWeb)||"dev";e.verbose&&f.info(`[Verbose] Target channel: ${k}`);let B=await bt(x,b);e.verbose&&f.info(`[Verbose] Organization ID: ${B}`),await NA(x,B,Dr.version),e.verbose&&f.info("[Verbose] Remote CLI messages checked"),await jA(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 ${k}...`);let{nativePackages:T,minUpdateVersion:L}=await X9(x,o,e,k,b,v);e.verbose&&(f.info("[Verbose] Compatibility check completed:"),f.info(` - Native packages: ${T?T.length:0}`),f.info(` - Min update version: ${L||"none"}`)),e.verbose&&f.info(`[Verbose] Checking if version ${v} already exists...`);let A=await Z9(x,b,v,e.versionExistsOk);if(e.verbose&&f.info(`[Verbose] Version exists check: ${A?"yes (skipping)":"no (continuing)"}`),A)return{success:!0,skipped:!0,reason:"VERSION_EXISTS",bundle:v,checksum:null,encryptionMethod:g,storageProvider:E};e.external&&!e.external.startsWith("https://")&&we(`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:v,app_id:b,session_key:void 0,external_url:e.external,storage_provider:E,min_update_version:L,native_packages:T,owner_org:B,user_id:$,checksum:void 0,link:e.link||null,comment:e.comment||null},M=null,W="";if(e.external)e.verbose&&f.info(`[Verbose] Using external URL: ${e.external}`),await de(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: ${y}`);let{zipped:P,ivSessionKey:N,checksum:z,sessionKey:H,encryptionMethod:se,finalKeyData:zt}=await Q9(y,e,p,B,b,m.maxUploadLength,m.alertUploadSize);j.session_key=N,j.checksum=z,n=H,M=P,g=se,W=zt,e.verbose&&(f.info("[Verbose] Bundle prepared:"),f.info(` - Size: ${Math.floor((P?.byteLength??0)/1024)} KB`),f.info(` - Checksum: ${z}`),f.info(` - Encryption: ${se}`),f.info(` - IV Session Key: ${N?"present":"none"}`)),e.ignoreChecksumCheck||(e.verbose&&f.info("[Verbose] Checking for duplicate checksum..."),await XA(x,b,k,z),e.verbose&&f.info("[Verbose] Checksum is unique"))}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"&&we("You cannot encrypt the partial update if you are not using the v2 encryption method");let F="5.30.0",D="6.30.0",w="7.30.0",C=!1;if(e.delta&&g==="v2"&&!e.encryptPartial){let P=gt((0,bf.cwd)()),N=await qr("@capgo/capacitor-updater",P,e.packageJson),z;try{z=N?xe(N):void 0}catch{z=void 0}N&&z&&ED(z,xe("6.14.4"))&&(f.info(`Auto-enabling partial update encryption for updater version ${z} (> 6.14.4)`),e.verbose&&f.info("[Verbose] Partial encryption auto-enabled for updater >= 6.14.4"),e.encryptPartial=!0)}if(e.delta&&(e.encryptPartial||g==="v2")){let P=gt((0,bf.cwd)()),N=await qr("@capgo/capacitor-updater",P,e.packageJson),z;try{z=N?xe(N):void 0}catch{z=void 0}N&&z&&(C=!jn(z,F,D,w),e.verbose&&C&&f.info(`[Verbose] Using hex checksum format for updater version ${z}`))}e.verbose&&e.delta&&f.info("[Verbose] Preparing delta/partial update manifest...");let O=e.delta?await dF(y,p,B,b,e.encryptPartial?g:"none",W,C):[];e.verbose&&e.delta&&f.info(`[Verbose] Delta manifest prepared with ${O.length} files`),e.verbose&&f.info("[Verbose] Creating version record in database...");let{error:R}=await Ig(x,j);if(R&&we(`Cannot add bundle ${U(R)}`),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)&&we("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 P=d?`https://${c}`:`http://${c}`,N=new Ms({endPoint:c,region:i,port:l,pathStyle:!0,bucket:u,accessKey:a,secretKey:s}),z=`${b}-${v}`,H=encodeURIComponent(z);e.verbose&&f.info(`[Verbose] Uploading to S3 as: ${z}`),await N.putObject(z,Uint8Array.from(M)),j.external_url=`${P}/${H}`,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 e7(p,x,b,v,B,M,e,e.tusChunkSize)):e.verbose&&f.info("[Verbose] Skipping full bundle upload (delta-only mode)");let P=null;try{e.dryUpload&&(e.delta=!1,e.verbose&&f.info("[Verbose] Dry upload mode: skipping delta upload"));let z=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: ${O.length}`),f.info(` - Encryption: ${z?"enabled":"disabled"}`)),P=e.delta?await pF(p,O,y,b,B,z,e):null,e.verbose&&P&&f.info(`[Verbose] Delta upload complete with ${P.length} files`)}catch(z){if(!!(e.partial||e.delta||e.partialOnly||e.deltaOnly))throw z;f.info(`Failed to upload partial files to capgo cloud. Error: ${U(z)}. 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(z)}`)}j.storage_provider="r2",j.manifest=P,e.verbose&&f.info("[Verbose] Updating version record with storage provider and manifest...");let{error:N}=await Ig(x,j);N&&we(`Cannot update bundle ${U(N)}`),e.verbose&&f.info("[Verbose] Version record updated successfully")}e.verbose&&f.info("[Verbose] Checking app permissions...");let I=await Me(x,p,b,2);e.verbose&&(f.info("[Verbose] Permissions:"),f.info(` - Upload: ${oa(I,2)?"yes":"no"}`),f.info(` - Write: ${oa(I,3)?"yes":"no"}`),f.info(` - Admin: ${oa(I,4)?"yes":"no"}`)),e.deleteLinkedBundleOnUpload&&oa(I,3)?(e.verbose&&f.info(`[Verbose] Deleting linked bundle in channel ${k}...`),await t7(x,b,k)):e.deleteLinkedBundleOnUpload&&f.warn("Cannot delete linked bundle on upload as a upload organization member"),oa(I,3)?(e.verbose&&f.info(`[Verbose] Setting bundle ${v} to channel ${k}...`),await r7(x,p,!!e.bundleUrl,v,k,$,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 de(p,{channel:"app",event:"App Uploaded",icon:"\u23EB",user_id:B,tags:{"app-id":b},notify:!1},e.verbose);let q={success:!0,bundle:v,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: ${q.bundle}`),f.info(` - Checksum: ${q.checksum}`),f.info(` - Encryption: ${q.encryptionMethod}`),f.info(` - Storage: ${q.storageProvider}`)),r&&!q.skipped&&Z("Time to share your update to the world \u{1F30D}"),q}function o7(t){t.ivSessionKey&&!t.external&&we("You need to provide an external url if you want to use the --iv-session-key option"),t.encryptedChecksum&&!t.external&&we("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&&we("You cannot use the --partial/--delta/--partial-only/--delta-only option with an external url"),t.tus&&t.external&&we("You cannot use the --tus option with an external url"),t.dryUpload&&t.external&&we("You cannot use the --dry-upload option with an external url"),t.multipart&&t.external&&we("You cannot use the --multipart option with an external url"),t.external&&(t.keyV2||t.keyDataV2)&&we("You cannot set a key if you are uploading to an external url"),t.keyV2&&t.keyDataV2&&we("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)&&we("You cannot set S3 options if you are uploading to an external url, it's automatically handled"),t.encryptedChecksum&&!t.external&&we("You cannot set the --encrypted-checksum option if you are not uploading to an external url"),t.minUpdateVersion&&t.autoMinUpdateVersion&&we("You cannot set both min-update-version and auto-min-update-version, use only one of them")}async function mF(t,e){try{o7(e),await dy(t,e)}catch(r){throw f.error(`uploadBundle failed: ${U(r)}`),r instanceof Error?r:new Error(String(r))}}var gF=require("node:crypto"),wf=require("node:fs"),yF=require("node:process");var i7=20;function a7(t){console.log(JSON.stringify(t,null,2))}function Gs(t){console.error(U(t))}async function s7(t,e,r=!1){let{json:n}=e,{bundle:o,path:i}=e,a=!n&&!r;try{a&&await ye();let s=await te(),u=le(t,s?.config),c=(0,gF.randomUUID)().split("-")[0],l=Fr("",e.packageJson);if(o=o||l||`0.0.1-beta.${c}`,a&&ee(`Zipping ${u}@${o}`),o&&!na.test(o)){let $=`Your bundle name ${o}, is not valid it should follow semver convention : https://semver.org/`;throw r||(n?Gs({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?Gs({error:"missing_argument"}):f.error($)),new Error($)}if(a&&f.info(`Started from path "${i}"`),typeof e.codeCheck>"u"?!0:e.codeCheck){if(!qs(i,"notifyAppReady"))throw r||(n?Gs({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(!lf(i))throw r||(n?Gs({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 Vl(i);a&&f.info(`Zipped ${p.byteLength} bytes`);let h=a?De():null;h&&h.start("Calculating checksum");let m=gt((0,yF.cwd)()),b=await qr("@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 y=!1,v;try{v=b?xe(b):void 0}catch{v=void 0}v?y=!jn(v,void 0,void 0,"7.0.0"):b==="link:@capgo/capacitor-updater"&&(r||f.warn("Using local @capgo/capacitor-updater. Assuming v7"),y=!0);let E=await on(p,e.keyV2||(0,wf.existsSync)(Jt)||y?"sha256":"crc32");h&&h.stop(`Checksum ${y?"SHA256":"CRC32"}: ${E}`);let g=Math.floor(p.byteLength/1024/1024);g>i7&&a&&(f.warn(`WARNING !!
222
+ Bundle uploaded \u{1F4AA} in 0 seconds`),a.verbose&&f.info("[Verbose] Dry upload mode - skipping actual upload");return}try{let h=await lr();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 GA(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 qA(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||Og}ms`),f.info(" - Retry attempts: 5"),f.info(" - Content-Type: application/zip"));let b=new AbortController,y=setTimeout(()=>b.abort(),a.timeout||Og);try{let v=await fetch(m,{method:"PUT",body:i,headers:{"Content-Type":"application/zip"},signal:b.signal});if(!v.ok)throw new Error(`HTTP error! status: ${v.status}`)}finally{clearTimeout(y)}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 y=h.message.match(/status: (\d+)/),v=y?y[1]:"unknown";f.error(`Upload failed with status ${v}: ${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 WA(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 de(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 t7(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 r7(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||ve("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 zl(t,{name:o,app_id:s,created_by:i,version:l,owner_org:a,...c?{allow_device_self_set:!0}:{}});p&&ve(`Cannot set channel, the upload key is not allowed to do that, use the "all" for this. ${U(p)}`);let m=`${u.hostWeb}/app/${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 n7(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/${t}/info`),null):o.default_upload_channel}async function dy(t,e,r=!1){r||ee(`Uploading with CLI version ${br.version}`);let n,o=tt();await ye();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=W9(e);e.verbose&&f.info("[Verbose] API key retrieved successfully");let h=await te();e.verbose&&f.info("[Verbose] Capacitor config loaded successfully");let m=await IA();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:y}=Y9(t,e,h.config);e.verbose&&f.info(`[Verbose] App ID: ${b}, Build path: ${y}`);let v=await G9(h.config,e);e.verbose&&f.info(`[Verbose] Bundle version: ${v}`);let E=e.external?"external":"r2-direct",g="none";e.autoSetBundle&&(await Ps({version:v}),e.verbose&&f.info("[Verbose] Auto-set bundle version in capacitor.config.json")),J9(e,y),e.verbose&&f.info("[Verbose] Code check passed (notifyAppReady found and index.html present)"),f.info(`Upload ${b}@${v} started from path "${y}" to Capgo cloud`);let _=await lr();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 k=e.channel||await n7(b,x,_.hostWeb)||"dev";e.verbose&&f.info(`[Verbose] Target channel: ${k}`);let B=await bt(x,b);e.verbose&&f.info(`[Verbose] Organization ID: ${B}`),await NA(x,B,br.version),e.verbose&&f.info("[Verbose] Remote CLI messages checked"),await jA(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 ${k}...`);let{nativePackages:T,minUpdateVersion:L}=await X9(x,o,e,k,b,v);e.verbose&&(f.info("[Verbose] Compatibility check completed:"),f.info(` - Native packages: ${T?T.length:0}`),f.info(` - Min update version: ${L||"none"}`)),e.verbose&&f.info(`[Verbose] Checking if version ${v} already exists...`);let A=await Z9(x,b,v,e.versionExistsOk);if(e.verbose&&f.info(`[Verbose] Version exists check: ${A?"yes (skipping)":"no (continuing)"}`),A)return{success:!0,skipped:!0,reason:"VERSION_EXISTS",bundle:v,checksum:null,encryptionMethod:g,storageProvider:E};e.external&&!e.external.startsWith("https://")&&ve(`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:v,app_id:b,session_key:void 0,external_url:e.external,storage_provider:E,min_update_version:L,native_packages:T,owner_org:B,user_id:$,checksum:void 0,link:e.link||null,comment:e.comment||null},M=null,W="";if(e.external)e.verbose&&f.info(`[Verbose] Using external URL: ${e.external}`),await de(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: ${y}`);let{zipped:P,ivSessionKey:N,checksum:z,sessionKey:H,encryptionMethod:se,finalKeyData:zt}=await Q9(y,e,p,B,b,m.maxUploadLength,m.alertUploadSize);j.session_key=N,j.checksum=z,n=H,M=P,g=se,W=zt,e.verbose&&(f.info("[Verbose] Bundle prepared:"),f.info(` - Size: ${Math.floor((P?.byteLength??0)/1024)} KB`),f.info(` - Checksum: ${z}`),f.info(` - Encryption: ${se}`),f.info(` - IV Session Key: ${N?"present":"none"}`)),e.ignoreChecksumCheck||(e.verbose&&f.info("[Verbose] Checking for duplicate checksum..."),await XA(x,b,k,z),e.verbose&&f.info("[Verbose] Checksum is unique"))}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"&&ve("You cannot encrypt the partial update if you are not using the v2 encryption method");let F="5.30.0",D="6.30.0",w="7.30.0",C=!1;if(e.delta&&g==="v2"&&!e.encryptPartial){let P=gt((0,bf.cwd)()),N=await qr("@capgo/capacitor-updater",P,e.packageJson),z;try{z=N?be(N):void 0}catch{z=void 0}N&&z&&ED(z,be("6.14.4"))&&(f.info(`Auto-enabling partial update encryption for updater version ${z} (> 6.14.4)`),e.verbose&&f.info("[Verbose] Partial encryption auto-enabled for updater >= 6.14.4"),e.encryptPartial=!0)}if(e.delta&&(e.encryptPartial||g==="v2")){let P=gt((0,bf.cwd)()),N=await qr("@capgo/capacitor-updater",P,e.packageJson),z;try{z=N?be(N):void 0}catch{z=void 0}N&&z&&(C=!jn(z,F,D,w),e.verbose&&C&&f.info(`[Verbose] Using hex checksum format for updater version ${z}`))}e.verbose&&e.delta&&f.info("[Verbose] Preparing delta/partial update manifest...");let O=e.delta?await dF(y,p,B,b,e.encryptPartial?g:"none",W,C):[];e.verbose&&e.delta&&f.info(`[Verbose] Delta manifest prepared with ${O.length} files`),e.verbose&&f.info("[Verbose] Creating version record in database...");let{error:R}=await Ig(x,j);if(R&&ve(`Cannot add bundle ${U(R)}`),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)&&ve("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 P=d?`https://${c}`:`http://${c}`,N=new Ms({endPoint:c,region:i,port:l,pathStyle:!0,bucket:u,accessKey:a,secretKey:s}),z=`${b}-${v}`,H=encodeURIComponent(z);e.verbose&&f.info(`[Verbose] Uploading to S3 as: ${z}`),await N.putObject(z,Uint8Array.from(M)),j.external_url=`${P}/${H}`,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 e7(p,x,b,v,B,M,e,e.tusChunkSize)):e.verbose&&f.info("[Verbose] Skipping full bundle upload (delta-only mode)");let P=null;try{e.dryUpload&&(e.delta=!1,e.verbose&&f.info("[Verbose] Dry upload mode: skipping delta upload"));let z=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: ${O.length}`),f.info(` - Encryption: ${z?"enabled":"disabled"}`)),P=e.delta?await pF(p,O,y,b,B,z,e):null,e.verbose&&P&&f.info(`[Verbose] Delta upload complete with ${P.length} files`)}catch(z){if(!!(e.partial||e.delta||e.partialOnly||e.deltaOnly))throw z;f.info(`Failed to upload partial files to capgo cloud. Error: ${U(z)}. 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(z)}`)}j.storage_provider="r2",j.manifest=P,e.verbose&&f.info("[Verbose] Updating version record with storage provider and manifest...");let{error:N}=await Ig(x,j);N&&ve(`Cannot update bundle ${U(N)}`),e.verbose&&f.info("[Verbose] Version record updated successfully")}e.verbose&&f.info("[Verbose] Checking app permissions...");let I=await Me(x,p,b,2);e.verbose&&(f.info("[Verbose] Permissions:"),f.info(` - Upload: ${oa(I,2)?"yes":"no"}`),f.info(` - Write: ${oa(I,3)?"yes":"no"}`),f.info(` - Admin: ${oa(I,4)?"yes":"no"}`)),e.deleteLinkedBundleOnUpload&&oa(I,3)?(e.verbose&&f.info(`[Verbose] Deleting linked bundle in channel ${k}...`),await t7(x,b,k)):e.deleteLinkedBundleOnUpload&&f.warn("Cannot delete linked bundle on upload as a upload organization member"),oa(I,3)?(e.verbose&&f.info(`[Verbose] Setting bundle ${v} to channel ${k}...`),await r7(x,p,!!e.bundleUrl,v,k,$,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 de(p,{channel:"app",event:"App Uploaded",icon:"\u23EB",user_id:B,tags:{"app-id":b},notify:!1},e.verbose);let q={success:!0,bundle:v,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: ${q.bundle}`),f.info(` - Checksum: ${q.checksum}`),f.info(` - Encryption: ${q.encryptionMethod}`),f.info(` - Storage: ${q.storageProvider}`)),r&&!q.skipped&&Z("Time to share your update to the world \u{1F30D}"),q}function o7(t){t.ivSessionKey&&!t.external&&ve("You need to provide an external url if you want to use the --iv-session-key option"),t.encryptedChecksum&&!t.external&&ve("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&&ve("You cannot use the --partial/--delta/--partial-only/--delta-only option with an external url"),t.tus&&t.external&&ve("You cannot use the --tus option with an external url"),t.dryUpload&&t.external&&ve("You cannot use the --dry-upload option with an external url"),t.multipart&&t.external&&ve("You cannot use the --multipart option with an external url"),t.external&&(t.keyV2||t.keyDataV2)&&ve("You cannot set a key if you are uploading to an external url"),t.keyV2&&t.keyDataV2&&ve("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)&&ve("You cannot set S3 options if you are uploading to an external url, it's automatically handled"),t.encryptedChecksum&&!t.external&&ve("You cannot set the --encrypted-checksum option if you are not uploading to an external url"),t.minUpdateVersion&&t.autoMinUpdateVersion&&ve("You cannot set both min-update-version and auto-min-update-version, use only one of them")}async function mF(t,e){try{o7(e),await dy(t,e)}catch(r){throw f.error(`uploadBundle failed: ${U(r)}`),r instanceof Error?r:new Error(String(r))}}var gF=require("node:crypto"),wf=require("node:fs"),yF=require("node:process");var i7=20;function a7(t){console.log(JSON.stringify(t,null,2))}function Gs(t){console.error(U(t))}async function s7(t,e,r=!1){let{json:n}=e,{bundle:o,path:i}=e,a=!n&&!r;try{a&&await ye();let s=await te(),u=le(t,s?.config),c=(0,gF.randomUUID)().split("-")[0],l=Fr("",e.packageJson);if(o=o||l||`0.0.1-beta.${c}`,a&&ee(`Zipping ${u}@${o}`),o&&!na.test(o)){let $=`Your bundle name ${o}, is not valid it should follow semver convention : https://semver.org/`;throw r||(n?Gs({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?Gs({error:"missing_argument"}):f.error($)),new Error($)}if(a&&f.info(`Started from path "${i}"`),typeof e.codeCheck>"u"?!0:e.codeCheck){if(!qs(i,"notifyAppReady"))throw r||(n?Gs({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(!lf(i))throw r||(n?Gs({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 Vl(i);a&&f.info(`Zipped ${p.byteLength} bytes`);let h=a?De():null;h&&h.start("Calculating checksum");let m=gt((0,yF.cwd)()),b=await qr("@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 y=!1,v;try{v=b?be(b):void 0}catch{v=void 0}v?y=!jn(v,void 0,void 0,"7.0.0"):b==="link:@capgo/capacitor-updater"&&(r||f.warn("Using local @capgo/capacitor-updater. Assuming v7"),y=!0);let E=await on(p,e.keyV2||(0,wf.existsSync)(Xt)||y?"sha256":"crc32");h&&h.stop(`Checksum ${y?"SHA256":"CRC32"}: ${E}`);let g=Math.floor(p.byteLength/1024/1024);g>i7&&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,wf.writeFileSync)(x,p),_&&_.stop(`Saved to ${x}`),a&&Z("Done \u2705"),!r&&n&&a7({bundle:o,filename:x,checksum:E}),{bundle:o,filename:x,checksum:E}}catch(s){throw r||(n?Gs(s):f.error(U(s))),s instanceof Error?s:new Error(String(s))}}async function DF(t,e){await s7(t,e,!1)}async function py(t,e,r,n=!1){n||ee("Create channel"),r.apikey=r.apikey||ne();let o=await te().catch(()=>{});if(e=le(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 Ug(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 bt(i,e),u=await ie(i,r.apikey,["write","all"]),c=await E1(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 de(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"),Z("Done \u2705")),c.data??!0}async function bF(t,e,r){await py(t,e,r,!1)}async function u7(t,e,r,n=!1){let{quiet:o}=r;!o&&!n&&ee("List current bundle"),r.apikey=r.apikey||ne(o);let i=await te();if(e=le(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 wF(t,e,r){return u7(t,e,r)}async function c7(t,e,r,n=!1){n||ee("Delete channel"),r.apikey=r.apikey||ne();let o=await te();if(e=le(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 Mg(i,e,p.name)}let{data:s,error:u}=await S1(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 x1(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 _1(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 bt(i,e);return await de(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"),Z("Done \u2705")),!0}async function vF(t,e,r){return c7(t,e,r,!1)}async function l7(t,e,r=!1){r||ee("List channels"),e.apikey=e.apikey||ne();let n=await te();if(t=le(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 F1(o,t);return r||(f.info(`Active channels in Capgo: ${a?.length??0}`),O1(a)),await de(e.apikey,{channel:"channel",event:"List channel",icon:"\u2705",user_id:i,tags:{"app-id":t},notify:!1}).catch(()=>{}),r||Z("Done \u2705"),a}async function CF(t,e){return l7(t,e,!1)}var EF=["major","minor","metadata","patch","none"];async function f7(t,e,r,n=!1){n||ee("Set channel"),r.apikey=r.apikey||ne();let o=await te();if(e=le(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 bt(i,e),{bundle:u,state:c,downgrade:l,latest:d,latestRemote:p,ios:h,android:m,selfAssign:b,disableAutoUpdate:y,dev:v,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&&v==null&&E==null&&y==null)throw n||f.error("Missing argument, you need to provide a option to set"),new Error("No channel option provided");await LA(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||Fr("",r.packageJson):u;if(x!=null){let{data:k,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||!k)throw n||f.error(`Cannot find version ${x}`),new Error(`Cannot find version ${x}`);if(!r.ignoreMetadataCheck){let{finalCompatibility:T,localDependencies:L}=await Rg(i,e,t,k.native_packages??[]),A=tt();if(L.length>0&&T.some(j=>!$o(j)))throw n||(f.warn(`Bundle NOT compatible with ${t} channel`),f.warn(`You can check compatibility with "${A.runner} @capgo/cli bundle compatibility"`)),new Error(`Bundle is not compatible with ${t} channel`);n||(L.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=k.id}if(p){let{data:k,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||!k)throw n||f.error("Cannot find latest remote version"),new Error("Cannot find latest remote version");if(!r.ignoreMetadataCheck){let{finalCompatibility:T}=await Rg(i,e,t,k.native_packages??[]),L=tt();if(T.some(A=>!$o(A)))throw n||(f.warn(`Bundle NOT compatible with ${t} channel`),f.warn(`You can check compatibility with "${L.runner} @capgo/cli bundle compatibility"`)),new Error(`Latest remote bundle is not compatible with ${t} channel`)}n||f.info(`Set ${e} channel: ${t} to @${k.name}`),g.version=k.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),v!=null&&(n||f.info(`Set ${e} channel: ${t} to ${v?"allow":"disallow"} dev devices`),g.allow_dev=!!v),E!=null&&(n||f.info(`Set ${e} channel: ${t} to ${E?"allow":"disallow"} emulator devices`),g.allow_emulator=!!E),y!=null){let k=y.toLowerCase();if(!EF.includes(k))throw n||f.error(`Channel strategy ${k} is not known. The possible values are: ${EF.join(", ")}.`),new Error(`Unknown channel strategy ${k}`);k==="metadata"&&(k="version_number"),g.disable_auto_update=k,n||f.info(`Set ${e} channel: ${t} to ${k} disable update strategy to this channel`)}let{error:$}=await zl(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 de(r.apikey,{channel:"channel",event:"Set channel",icon:"\u2705",user_id:s,tags:{"app-id":e},notify:!1}).catch(()=>{}),n||Z("Done \u2705"),!0}async function _F(t,e,r){return f7(t,e,r,!1)}var Gr=require("node:fs");function hy(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 SF(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=hy(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,wf.writeFileSync)(x,p),_&&_.stop(`Saved to ${x}`),a&&Z("Done \u2705"),!r&&n&&a7({bundle:o,filename:x,checksum:E}),{bundle:o,filename:x,checksum:E}}catch(s){throw r||(n?Gs(s):f.error(U(s))),s instanceof Error?s:new Error(String(s))}}async function DF(t,e){await s7(t,e,!1)}async function py(t,e,r,n=!1){n||ee("Create channel"),r.apikey=r.apikey||ne();let o=await te().catch(()=>{});if(e=le(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 Ug(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 bt(i,e),u=await ie(i,r.apikey,["write","all"]),c=await EO(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 de(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"),Z("Done \u2705")),c.data??!0}async function bF(t,e,r){await py(t,e,r,!1)}async function u7(t,e,r,n=!1){let{quiet:o}=r;!o&&!n&&ee("List current bundle"),r.apikey=r.apikey||ne(o);let i=await te();if(e=le(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 wF(t,e,r){return u7(t,e,r)}async function c7(t,e,r,n=!1){n||ee("Delete channel"),r.apikey=r.apikey||ne();let o=await te();if(e=le(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 AO(i,e,t);p?.name&&!n&&f.info(`Deleting bundle ${p.name} from Capgo`),p?.name&&await Mg(i,e,p.name)}let{data:s,error:u}=await SO(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 xO(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 _O(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 bt(i,e);return await de(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"),Z("Done \u2705")),!0}async function vF(t,e,r){return c7(t,e,r,!1)}async function l7(t,e,r=!1){r||ee("List channels"),e.apikey=e.apikey||ne();let n=await te();if(t=le(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 FO(o,t);return r||(f.info(`Active channels in Capgo: ${a?.length??0}`),OO(a)),await de(e.apikey,{channel:"channel",event:"List channel",icon:"\u2705",user_id:i,tags:{"app-id":t},notify:!1}).catch(()=>{}),r||Z("Done \u2705"),a}async function CF(t,e){return l7(t,e,!1)}var EF=["major","minor","metadata","patch","none"];async function f7(t,e,r,n=!1){n||ee("Set channel"),r.apikey=r.apikey||ne();let o=await te();if(e=le(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 bt(i,e),{bundle:u,state:c,downgrade:l,latest:d,latestRemote:p,ios:h,android:m,selfAssign:b,disableAutoUpdate:y,dev:v,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&&v==null&&E==null&&y==null)throw n||f.error("Missing argument, you need to provide a option to set"),new Error("No channel option provided");await LA(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||Fr("",r.packageJson):u;if(x!=null){let{data:k,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||!k)throw n||f.error(`Cannot find version ${x}`),new Error(`Cannot find version ${x}`);if(!r.ignoreMetadataCheck){let{finalCompatibility:T,localDependencies:L}=await Rg(i,e,t,k.native_packages??[]),A=tt();if(L.length>0&&T.some(j=>!$o(j)))throw n||(f.warn(`Bundle NOT compatible with ${t} channel`),f.warn(`You can check compatibility with "${A.runner} @capgo/cli bundle compatibility"`)),new Error(`Bundle is not compatible with ${t} channel`);n||(L.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=k.id}if(p){let{data:k,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||!k)throw n||f.error("Cannot find latest remote version"),new Error("Cannot find latest remote version");if(!r.ignoreMetadataCheck){let{finalCompatibility:T}=await Rg(i,e,t,k.native_packages??[]),L=tt();if(T.some(A=>!$o(A)))throw n||(f.warn(`Bundle NOT compatible with ${t} channel`),f.warn(`You can check compatibility with "${L.runner} @capgo/cli bundle compatibility"`)),new Error(`Latest remote bundle is not compatible with ${t} channel`)}n||f.info(`Set ${e} channel: ${t} to @${k.name}`),g.version=k.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),v!=null&&(n||f.info(`Set ${e} channel: ${t} to ${v?"allow":"disallow"} dev devices`),g.allow_dev=!!v),E!=null&&(n||f.info(`Set ${e} channel: ${t} to ${E?"allow":"disallow"} emulator devices`),g.allow_emulator=!!E),y!=null){let k=y.toLowerCase();if(!EF.includes(k))throw n||f.error(`Channel strategy ${k} is not known. The possible values are: ${EF.join(", ")}.`),new Error(`Unknown channel strategy ${k}`);k==="metadata"&&(k="version_number"),g.disable_auto_update=k,n||f.info(`Set ${e} channel: ${t} to ${k} disable update strategy to this channel`)}let{error:$}=await zl(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 de(r.apikey,{channel:"channel",event:"Set channel",icon:"\u2705",user_id:s,tags:{"app-id":e},notify:!1}).catch(()=>{}),n||Z("Done \u2705"),!0}async function _F(t,e,r){return f7(t,e,r,!1)}var Gr=require("node:fs");function hy(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 SF(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=hy(u);s&&!i||(p+=`${d} <a id="${l}"></a> ${h} **${c}**
227
227
 
228
228
  `),o.alias&&(p+=`**Alias:** \`${o.alias}\`
229
229
 
@@ -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,Gr.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,Gr.writeFileSync)(t,p,"utf8"),f.success(`Documentation updated in ${t}`)}else(0,Gr.writeFileSync)(t,o,"utf8"),f.success(`Documentation written to ${t}`)}}var ba=require("node:child_process"),Ie=require("node:fs"),Hn=require("node:path"),_e=require("node:process");var _f=ue(HF());var Tt=require("node:fs");function VF(t){return t.plugins??={},t.plugins.extConfig??={},t.plugins.CapacitorUpdater??={},t.plugins.CapacitorUpdater}async function $7(t,e=!1){e||ee("Save keys \u{1F511}");let r=await te(),n=t.key||ln,o=t.keyData||"";if(!(0,Tt.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,Tt.existsSync)(n)&&(o=(0,Tt.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=VF(r.config);i.privateKey&&(delete i.privateKey,e||f.info("Old private key deleted from config file"),(e?t.setupChannel??!1:t.setupChannel??await Ce({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 Xi(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 I7(t,e=!1){e||ee("Deleting old private key \u{1F5D1}\uFE0F");let r=await te(),n=r?.config?.plugins?.CapacitorUpdater;if(n?.privateKey){if(delete n.privateKey,await Xi(r),(0,Tt.existsSync)(ra))try{(0,Tt.unlinkSync)(ra),e||f.success(`Old private key file deleted: ${ra}`)}catch(o){e||f.error(`Failed to delete old private key file: ${ra} (${String(o)})`)}if((0,Tt.existsSync)(Ml))try{(0,Tt.unlinkSync)(Ml),e||f.success(`Old public key file deleted: ${Ml}`)}catch(o){e||f.error(`Failed to delete old public key file: ${ln} (${String(o)})`)}return e||(f.success(`Old private key deleted from ${r.path} file`),Z("Done \u2705")),!0}return e||f.info("No old private key found in config file"),!1}async function zF(t){await ye(),await $7(t,!1)}async function by(t,e=!1){e||ee("Create keys \u{1F511}");let{publicKey:r,privateKey:n}=B1();if((0,Tt.existsSync)(ln)&&!t.force)throw e||f.error("Public Key already exists, use --force to overwrite"),new Error("Public key already exists");if((0,Tt.writeFileSync)(ln,r),(0,Tt.existsSync)(Jt)&&!t.force)throw e||f.error("Private Key already exists, use --force to overwrite"),new Error("Private key already exists");(0,Tt.writeFileSync)(Jt,n);let o=await te();if(o){let i=VF(o.config);i.privateKey&&(delete i.privateKey,e||f.info("Old private key deleted from config file"),(e?t.setupChannel??!1:t.setupChannel??await Ce({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 Xi(o)}if(!e){f.success("Your RSA key has been generated"),f.success(`Private key saved in ${Jt}`),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 Gl(),Z("Done \u2705")}catch(i){if(i instanceof Error&&i.message==="Capacitor sync cancelled")return!0;throw i}}return!0}async function KF(t){await ye(),await by(t,!1)}async function GF(t){await ye(),await I7(t,!1)}var bn=require("node:fs"),wy=require("node:os");function WF(){let t=(0,wy.homedir)();return(0,bn.existsSync)(`${t}/.capgo`)||(0,bn.existsSync)(".capgo")}async function vy(t,e,r=!1){if(r||ee("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 ye();let{local:n}=e;if(n){if(!(0,bn.existsSync)(".git"))throw r||f.error("To use local you should be in a git repository"),new Error("Not in a git repository");(0,bn.writeFileSync)(".capgo",`${t}
273
+ ${d}`;(0,Gr.writeFileSync)(t,p,"utf8"),f.success(`Documentation updated in ${t}`)}else(0,Gr.writeFileSync)(t,o,"utf8"),f.success(`Documentation written to ${t}`)}}var ba=require("node:child_process"),Ie=require("node:fs"),Hn=require("node:path"),Se=require("node:process");var _f=ue(HF());var Tt=require("node:fs");function VF(t){return t.plugins??={},t.plugins.extConfig??={},t.plugins.CapacitorUpdater??={},t.plugins.CapacitorUpdater}async function $7(t,e=!1){e||ee("Save keys \u{1F511}");let r=await te(),n=t.key||ln,o=t.keyData||"";if(!(0,Tt.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,Tt.existsSync)(n)&&(o=(0,Tt.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=VF(r.config);i.privateKey&&(delete i.privateKey,e||f.info("Old private key deleted from config file"),(e?t.setupChannel??!1:t.setupChannel??await Ee({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 Xi(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 I7(t,e=!1){e||ee("Deleting old private key \u{1F5D1}\uFE0F");let r=await te(),n=r?.config?.plugins?.CapacitorUpdater;if(n?.privateKey){if(delete n.privateKey,await Xi(r),(0,Tt.existsSync)(ra))try{(0,Tt.unlinkSync)(ra),e||f.success(`Old private key file deleted: ${ra}`)}catch(o){e||f.error(`Failed to delete old private key file: ${ra} (${String(o)})`)}if((0,Tt.existsSync)(Ml))try{(0,Tt.unlinkSync)(Ml),e||f.success(`Old public key file deleted: ${Ml}`)}catch(o){e||f.error(`Failed to delete old public key file: ${ln} (${String(o)})`)}return e||(f.success(`Old private key deleted from ${r.path} file`),Z("Done \u2705")),!0}return e||f.info("No old private key found in config file"),!1}async function zF(t){await ye(),await $7(t,!1)}async function by(t,e=!1){e||ee("Create keys \u{1F511}");let{publicKey:r,privateKey:n}=BO();if((0,Tt.existsSync)(ln)&&!t.force)throw e||f.error("Public Key already exists, use --force to overwrite"),new Error("Public key already exists");if((0,Tt.writeFileSync)(ln,r),(0,Tt.existsSync)(Xt)&&!t.force)throw e||f.error("Private Key already exists, use --force to overwrite"),new Error("Private key already exists");(0,Tt.writeFileSync)(Xt,n);let o=await te();if(o){let i=VF(o.config);i.privateKey&&(delete i.privateKey,e||f.info("Old private key deleted from config file"),(e?t.setupChannel??!1:t.setupChannel??await Ee({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 Xi(o)}if(!e){f.success("Your RSA key has been generated"),f.success(`Private key saved in ${Xt}`),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 Gl(),Z("Done \u2705")}catch(i){if(i instanceof Error&&i.message==="Capacitor sync cancelled")return!0;throw i}}return!0}async function KF(t){await ye(),await by(t,!1)}async function GF(t){await ye(),await I7(t,!1)}var bn=require("node:fs"),wy=require("node:os");function WF(){let t=(0,wy.homedir)();return(0,bn.existsSync)(`${t}/.capgo`)||(0,bn.existsSync)(".capgo")}async function vy(t,e,r=!1){if(r||ee("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 ye();let{local:n}=e;if(n){if(!(0,bn.existsSync)(".git"))throw r||f.error("To use local you should be in a git repository"),new Error("Not in a git repository");(0,bn.writeFileSync)(".capgo",`${t}
274
274
  `),(0,bn.appendFileSync)(".gitignore",`.capgo
275
275
  `)}else{let a=(0,wy.homedir)();(0,bn.writeFileSync)(`${a}/.capgo`,`${t}
276
- `)}let o=await re(t,e.supaHost,e.supaAnon),i=await ie(o,t,["write","all","upload"]);await de(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`),Z("Done \u2705"))}async function YF(t,e){await vy(t,e,!1)}var JF="import { CapacitorUpdater } from '@capgo/capacitor-updater'",Ef="CapacitorUpdater.notifyAppReady()",T7=/import.*from.*/g,Ws="production",Cy={stdio:"pipe"},Ys,Vn;function XF(){Ys??=(0,Ie.readdirSync)(_f.default.tmpdir).map(t=>({name:t,full:`${_f.default.tmpdir}/${t}`})).find(t=>t.name.startsWith("capgocli"))?.full??_f.default.fileSync({prefix:"capgocli"}).name}function gr(t,e){try{XF(),(0,Ie.writeFileSync)(Ys,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 R7(t,e){try{XF();let r=(0,Ie.readFileSync)(Ys,"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 Ce({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:
276
+ `)}let o=await re(t,e.supaHost,e.supaAnon),i=await ie(o,t,["write","all","upload"]);await de(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`),Z("Done \u2705"))}async function YF(t,e){await vy(t,e,!1)}var JF="import { CapacitorUpdater } from '@capgo/capacitor-updater'",Ef="CapacitorUpdater.notifyAppReady()",T7=/import.*from.*/g,Ws="production",Cy={stdio:"pipe"},Ys,Vn;function XF(){Ys??=(0,Ie.readdirSync)(_f.default.tmpdir).map(t=>({name:t,full:`${_f.default.tmpdir}/${t}`})).find(t=>t.name.startsWith("capgocli"))?.full??_f.default.fileSync({prefix:"capgocli"}).name}function yr(t,e){try{XF(),(0,Ie.writeFileSync)(Ys,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 R7(t,e){try{XF();let r=(0,Ie.readFileSync)(Ys,"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 Ee({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
278
  ${r}`),f.warn("Onboarding will continue but please report it to the capgo team!");return}}function B7(){if(Ys)try{(0,Ie.rmSync)(Ys)}catch(t){f.error(`Cannot delete the tmp steps file.
279
- Error: ${t}`)}}async function Vt(t,e,r){ve(t)&&(await ur("onboarding-v2",e,r,"canceled","\u{1F937}"),(0,_e.exit)())}async function yr(t,e,r,n){return ur("onboarding-v2",t,e,`onboarding-step-${r}`,n)}async function N7(t,e,r,n){let o=tt(),i=await Ce({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 Bg(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 yr(t.gid,e,"add-app",r)}async function L7(t,e,r){let n=tt(),o=await Ce({message:`Create default channel ${Ws} for ${r} in Capgo?`});if(await Vt(o,t,e),o){let i=De();i.start(`Running: ${n.runner} @capgo/cli@latest channel add ${Ws} ${r} --default`),await py(Ws,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 ${Ws} ${r} --default"`);await yr(t,e,"add-channel",r)}async function j7(t){let e=(0,Hn.join)(gt((0,_e.cwd)()),dr),r=Vn?await pr(void 0,Vn):await pr(void 0,e);if(r.size===0||!r.has("@capacitor/core")){f.warn("No adequate dependencies found");let n=await Ce({message:"Would you like to select the package.json file manually?"});if(ve(n)&&(Kn("Operation cancelled."),(0,_e.exit)(1)),n){let o=await Ce({message:"Would you like to use a tree selector to choose the package.json file?"});if(ve(o)&&(Kn("Operation cancelled."),(0,_e.exit)(1)),o){let a=(0,_e.cwd)(),s=dr;for(;;){let u=(0,Ie.readdirSync)(a).map(c=>({value:c,label:c}));if(u.push({value:"..",label:".."}),s=await wr({message:"Select package.json file:",options:u}),ve(s)&&(Kn("Operation cancelled."),(0,_e.exit)(1)),!(0,Ie.statSync)((0,Hn.join)(a,s)).isDirectory()&&s!==dr){f.error("Selected a file that is not a package.json file");continue}if(a=(0,Hn.join)(a,s),s===dr)break}return await gr(t,a),{dependencies:await pr(void 0,a),path:a}}let i=await br({message:"Enter path to node_modules folder:"});return ve(i)&&(Kn("Operation cancelled."),(0,_e.exit)(1)),(0,Ie.existsSync)(i)||(f.error(`Path ${i} does not exist`),(0,_e.exit)(1)),{dependencies:await pr(void 0,i),path:i}}}return await gr(t,e),{dependencies:await pr(void 0,e),path:e}}var U7="https://capacitorjs.com/docs/updating/6-0",M7="https://capacitorjs.com/docs/updating/7-0";async function q7(t,e,r){let n=tt(),o="1.0.0",i=!1,a=await Ce({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 j7(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"),Z("Bye \u{1F44B}"),(0,_e.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"),Z("Bye \u{1F44B}"),(0,_e.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`),Z("Bye \u{1F44B}"),(0,_e.exit)()):Er(xe(d),xe("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: ${U7}`),Z("Bye \u{1F44B}"),(0,_e.exit)()):Er(xe(d),xe("7.0.0"))&&(s.stop(`@capacitor/core version is ${d}, update to Capacitor v7 minimum: ${M7} 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"),Z("Bye \u{1F44B}"),(0,_e.exit)()),await qr("@capgo/capacitor-updater",l.replace("/package.json",""),l))s.stop("Capgo already installed \u2705");else{await(0,ba.execSync)(`${n.installCommand} --force @capgo/capacitor-updater@${u}`,{...Cy,cwd:l.replace("/package.json","")}),s.stop("Install Done \u2705"),o=Fr(void 0,l)||"1.0.0";let h=!1;u==="latest"&&(h=await Ce({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 kg("SplashScreen",{launchAutoHide:!1}),await Ps({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 yr(t,e,"add-updater",r),{pkgVersion:o,delta:i}}async function H7(t,e,r){let n=await Ce({message:`Automatic Add "${Ef}" 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 Hl();if(i==="nuxtjs-js"||i==="nuxtjs-ts"){let a=(0,Hn.join)("plugins");(0,Ie.existsSync)(a)||(0,Ie.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=`
279
+ Error: ${t}`)}}async function Vt(t,e,r){Ce(t)&&(await cr("onboarding-v2",e,r,"canceled","\u{1F937}"),(0,Se.exit)())}async function Dr(t,e,r,n){return cr("onboarding-v2",t,e,`onboarding-step-${r}`,n)}async function N7(t,e,r,n){let o=tt(),i=await Ee({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 Bg(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 Dr(t.gid,e,"add-app",r)}async function L7(t,e,r){let n=tt(),o=await Ee({message:`Create default channel ${Ws} for ${r} in Capgo?`});if(await Vt(o,t,e),o){let i=De();i.start(`Running: ${n.runner} @capgo/cli@latest channel add ${Ws} ${r} --default`),await py(Ws,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 ${Ws} ${r} --default"`);await Dr(t,e,"add-channel",r)}async function j7(t){let e=(0,Hn.join)(gt((0,Se.cwd)()),pr),r=Vn?await hr(void 0,Vn):await hr(void 0,e);if(r.size===0||!r.has("@capacitor/core")){f.warn("No adequate dependencies found");let n=await Ee({message:"Would you like to select the package.json file manually?"});if(Ce(n)&&(Kn("Operation cancelled."),(0,Se.exit)(1)),n){let o=await Ee({message:"Would you like to use a tree selector to choose the package.json file?"});if(Ce(o)&&(Kn("Operation cancelled."),(0,Se.exit)(1)),o){let a=(0,Se.cwd)(),s=pr;for(;;){let u=(0,Ie.readdirSync)(a).map(c=>({value:c,label:c}));if(u.push({value:"..",label:".."}),s=await vr({message:"Select package.json file:",options:u}),Ce(s)&&(Kn("Operation cancelled."),(0,Se.exit)(1)),!(0,Ie.statSync)((0,Hn.join)(a,s)).isDirectory()&&s!==pr){f.error("Selected a file that is not a package.json file");continue}if(a=(0,Hn.join)(a,s),s===pr)break}return await yr(t,a),{dependencies:await hr(void 0,a),path:a}}let i=await wr({message:"Enter path to node_modules folder:"});return Ce(i)&&(Kn("Operation cancelled."),(0,Se.exit)(1)),(0,Ie.existsSync)(i)||(f.error(`Path ${i} does not exist`),(0,Se.exit)(1)),{dependencies:await hr(void 0,i),path:i}}}return await yr(t,e),{dependencies:await hr(void 0,e),path:e}}var U7="https://capacitorjs.com/docs/updating/5-0",M7="https://capacitorjs.com/docs/updating/6-0",q7="https://capacitorjs.com/docs/updating/7-0",H7="https://capacitorjs.com/docs/updating/8-0";async function V7(t,e,r){let n=tt(),o="1.0.0",i=!1,a=await Ee({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 j7(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"),Z("Bye \u{1F44B}"),(0,Se.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"),Z("Bye \u{1F44B}"),(0,Se.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`),Z("Bye \u{1F44B}"),(0,Se.exit)()):Gt(be(d),be("5.0.0"))?(s.stop("Error"),f.warn(`@capacitor/core version is ${d}, Capgo only supports Capacitor v5 and above, please update to Capacitor v5 minimum: ${U7}`),Z("Bye \u{1F44B}"),(0,Se.exit)()):Gt(be(d),be("6.0.0"))?(f.info(`@capacitor/core version is ${d}, installing compatible capacitor-updater v5`),f.warn(`Consider upgrading to Capacitor v6 or higher to support the latest mobile OS features: ${M7}`),u="^5.0.0"):Gt(be(d),be("7.0.0"))?(f.info(`@capacitor/core version is ${d}, installing compatible capacitor-updater v6`),f.warn(`Consider upgrading to Capacitor v7 or higher to support the latest mobile OS features: ${q7}`),u="^6.0.0"):Gt(be(d),be("8.0.0"))?(f.info(`@capacitor/core version is ${d}, installing compatible capacitor-updater v7`),f.warn(`Consider upgrading to Capacitor v8 to support the latest mobile OS features: ${H7}`),u="^7.0.0"):(f.info(`@capacitor/core version is ${d}, installing latest capacitor-updater v8+`),u="^8.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"),Z("Bye \u{1F44B}"),(0,Se.exit)()),await qr("@capgo/capacitor-updater",l.replace("/package.json",""),l))s.stop("Capgo already installed \u2705");else{await(0,ba.execSync)(`${n.installCommand} --force @capgo/capacitor-updater@${u}`,{...Cy,cwd:l.replace("/package.json","")}),s.stop("Install Done \u2705"),o=Fr(void 0,l)||"1.0.0";let h=!1;u==="latest"&&(h=await Ee({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 kg("SplashScreen",{launchAutoHide:!1}),await Ps({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 Dr(t,e,"add-updater",r),{pkgVersion:o,delta:i}}async function z7(t,e,r){let n=await Ee({message:`Automatic Add "${Ef}" 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 Hl();if(i==="nuxtjs-js"||i==="nuxtjs-ts"){let a=(0,Hn.join)("plugins");(0,Ie.existsSync)(a)||(0,Ie.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,Ie.existsSync)(s)?(0,Ie.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,Ie.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,Ie.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 MA();else{let d=i.endsWith("-ts");a=await UA(i,d)}if(!a||!(0,Ie.existsSync)(a)){o.stop("Cannot find main file to install Updater plugin");let d=await br({message:"Provide the correct relative path to your main file (JS or TS):",validate:p=>{if(!(0,Ie.existsSync)(p))return"File does not exist. Please provide a valid path."}});ve(d)&&(Kn("Operation cancelled."),(0,_e.exit)(1)),a=d}let u=(0,Ie.readFileSync)(a,"utf8").toString(),l=u.match(T7)?.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/"),Z("Bye \u{1F44B}"),(0,_e.exit)()),u.includes(Ef))o.stop(`Code already added to ${a} \u2705`);else{let d=u.replace(l,`${l}
285
+ `;(0,Ie.existsSync)(s)?(0,Ie.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,Ie.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,Ie.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 MA();else{let d=i.endsWith("-ts");a=await UA(i,d)}if(!a||!(0,Ie.existsSync)(a)){o.stop("Cannot find main file to install Updater plugin");let d=await wr({message:"Provide the correct relative path to your main file (JS or TS):",validate:p=>{if(!(0,Ie.existsSync)(p))return"File does not exist. Please provide a valid path."}});Ce(d)&&(Kn("Operation cancelled."),(0,Se.exit)(1)),a=d}let u=(0,Ie.readFileSync)(a,"utf8").toString(),l=u.match(T7)?.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/"),Z("Bye \u{1F44B}"),(0,Se.exit)()),u.includes(Ef))o.stop(`Code already added to ${a} \u2705`);else{let d=u.replace(l,`${l}
286
286
  ${JF};
287
287
 
288
288
  ${Ef};
289
- `);(0,Ie.writeFileSync)(a,d,"utf8"),o.stop(`Code added to ${a} \u2705`)}}await yr(t,e,"add-code",r)}else f.info(`Add to your main file the following code:
289
+ `);(0,Ie.writeFileSync)(a,d,"utf8"),o.stop(`Code added to ${a} \u2705`)}}await Dr(t,e,"add-code",r)}else f.info(`Add to your main file the following code:
290
290
 
291
291
  ${JF};
292
292
 
293
293
  ${Ef};
294
- `)}async function V7(t,e,r){let o=(await pr()).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=tt(),a=await Ce({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&&Er(xe(o),xe("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 by({force:!0},!1)?s.stop("key created \u{1F511}"):(s.stop("Error"),f.warn("Cannot create key \u274C"),Z("Bye \u{1F44B}"),(0,_e.exit)(1));try{await Gl(!0,t,e),ur("onboarding-v2",t,e,"Use encryption v2",r)}catch(c){if(!(c instanceof Error&&c.message==="Capacitor sync cancelled"))throw c}}await yr(t,e,"add-encryption",r)}async function z7(t,e,r){let n=tt(),o=await Ce({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 Hl(),s=await $g(a);i.message(`Running: ${n.pm} run ${s} && ${n.runner} cap sync`),Fg()[s]||(i.stop("Error"),f.warn(`Cannot find ${s} script in package.json, please add it and run \`capgo init\` again`),Z("Bye \u{1F44B}"),(0,_e.exit)()),(0,ba.execSync)(`${n.pm} run ${s} && ${n.runner} cap sync`,Cy),i.stop("Build & Sync Done \u2705")}else f.info(`Build yourself with command: ${n.pm} run build && ${n.runner} cap sync`);await yr(t,e,"build-project",r)}async function K7(t,e,r){let n=tt(),o=await Ce({message:`Run ${r} in device now to test the initial version?`});if(await Vt(o,t,e),o){let i=await wr({message:"Pick a platform to run your app",options:[{value:"ios",label:"IOS"},{value:"android",label:"Android"}]});ve(i)&&(Z("Bye \u{1F44B}"),(0,_e.exit)());let a=i,s=De();s.start(`Running: ${n.runner} cap run ${a}`),await(0,ba.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 yr(t,e,"run-device",r)}async function G7(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 wr({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(ve(o)&&(await ur("onboarding-v2",t,e,"canceled","\u{1F937}"),(0,_e.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,Ie.existsSync)(h)&&!d)try{let m=(0,Ie.readFileSync)(h,"utf8"),b=m;if(h.endsWith(".html")?m.includes("<body>")&&!m.includes("capgo-test-banner")&&(b=m.replace("<body>",`<body>
294
+ `)}async function K7(t,e,r){let o=(await hr()).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=tt(),a=await Ee({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&&Gt(be(o),be("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 by({force:!0},!1)?s.stop("key created \u{1F511}"):(s.stop("Error"),f.warn("Cannot create key \u274C"),Z("Bye \u{1F44B}"),(0,Se.exit)(1));try{await Gl(!0,t,e),cr("onboarding-v2",t,e,"Use encryption v2",r)}catch(c){if(!(c instanceof Error&&c.message==="Capacitor sync cancelled"))throw c}}await Dr(t,e,"add-encryption",r)}async function G7(t,e,r){let n=tt(),o=await Ee({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 Hl(),s=await $g(a);i.message(`Running: ${n.pm} run ${s} && ${n.runner} cap sync`),Fg()[s]||(i.stop("Error"),f.warn(`Cannot find ${s} script in package.json, please add it and run \`capgo init\` again`),Z("Bye \u{1F44B}"),(0,Se.exit)()),(0,ba.execSync)(`${n.pm} run ${s} && ${n.runner} cap sync`,Cy),i.stop("Build & Sync Done \u2705")}else f.info(`Build yourself with command: ${n.pm} run build && ${n.runner} cap sync`);await Dr(t,e,"build-project",r)}async function W7(t,e,r){let n=tt(),o=await Ee({message:`Run ${r} in device now to test the initial version?`});if(await Vt(o,t,e),o){let i=await vr({message:"Pick a platform to run your app",options:[{value:"ios",label:"IOS"},{value:"android",label:"Android"}]});Ce(i)&&(Z("Bye \u{1F44B}"),(0,Se.exit)());let a=i,s=De();s.start(`Running: ${n.runner} cap run ${a}`),await(0,ba.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 Dr(t,e,"run-device",r)}async function Y7(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 vr({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(Ce(o)&&(await cr("onboarding-v2",t,e,"canceled","\u{1F937}"),(0,Se.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,Ie.existsSync)(h)&&!d)try{let m=(0,Ie.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,9 +306,9 @@ body {
306
306
  /* capgo-test-background */
307
307
  }
308
308
 
309
- ${m}`)),b!==m){(0,Ie.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 Ce({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 Ce({message:"Have you made your changes and ready to continue?"});await Vt(l,t,e)}let i="1.0.1";try{let l=xe(n);i=Cr(Oa(l,"patch"))}catch{i="1.0.1"}let a=await wr({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"}]});ve(a)&&(await ur("onboarding-v2",t,e,"canceled","\u{1F937}"),(0,_e.exit)());let s=n;if(a==="auto")try{let l=xe(n);s=Cr(Oa(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 br({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)"}});ve(l)&&(await ur("onboarding-v2",t,e,"canceled","\u{1F937}"),(0,_e.exit)()),s=l}let u=tt(),c=await Ce({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 Hl(),p=await $g(d);l.message(`Running: ${u.pm} run ${p} && ${u.runner} cap sync`),Fg()[p]||(l.stop("Error"),f.warn(`Cannot find ${p} script in package.json, please add it and run \`capgo init\` again`),Z("Bye \u{1F44B}"),(0,_e.exit)()),(0,ba.execSync)(`${u.pm} run ${p} && ${u.runner} cap sync`,Cy),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 yr(t,e,"add-code-change",r),s}async function W7(t,e,r,n,o){let i=tt(),a=await Ce({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=PA((0,_e.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)(gt((0,_e.cwd)()),"node_modules"),f.warn(`Guessed node modules path at: ${u}`),(0,Ie.existsSync)(u)||(f.error("Node modules path does not exist, upload skipped"),Z("Bye \u{1F44B}"),(0,_e.exit)(1))),(await dy(r,{channel:Ws,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"),Z("Bye \u{1F44B}"),(0,_e.exit)())}else f.info(`Upload yourself with command: ${i.runner} @capgo/cli@latest bundle upload`);await yr(t,e,"upload",r)}async function Y7(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 Ce({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 lm("onboarding-v2",e,r,e,t)):f.info(`\u{1F4CA} Check logs manually at ${n}/app/${r}/logs to verify the update`),await yr(t,e,"test-update",r)}async function ZF(t,e,r){let n=tt();ee("Capgo onboarding \u{1F6EB}"),await ye();let o=!r.supaAnon||!r.supaHost?await te():await Ps({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 cr();e=le(e,o?.config),r.apikey=t||ne(),e===void 0&&(e=await br({message:"Enter your appId:"}),ve(e)&&(Kn("Operation cancelled."),(0,_e.exit)(1)));let a=De();(!WF()||t)&&(a.start(`Running: ${n.runner} @capgo/cli@latest login ***`),await vy(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 aa(s,["admin","super_admin"]),c=u.gid,l=await R7(c,r.apikey)??0,d=Fr(void 0,Vn)||"1.0.0",p=!1,h=d;try{if(l<1&&await yr(c,r.apikey,"add-app",e),l<2&&(await N7(u,r.apikey,e,r),gr(2)),l<3&&(await L7(c,r.apikey,e),gr(3)),l<4){let m=await q7(c,r.apikey,e);d=m.pkgVersion,h=d,p=m.delta,gr(4)}l<5&&(await H7(c,r.apikey,e),gr(5)),l<6&&(await V7(c,r.apikey,e),gr(6)),l<7&&(await z7(c,r.apikey,e),gr(7)),l<8&&(await K7(c,r.apikey,e),gr(8)),l<9&&(h=await G7(c,r.apikey,e,d),gr(9)),l<10&&(await W7(c,r.apikey,e,h,p),gr(10)),l<11&&(await Y7(c,r.apikey,e,i.hostWeb,p),gr(11)),await yr(c,r.apikey,"done",e),B7()}catch(m){console.error(m),f.error(`Error during onboarding.
309
+ ${m}`)),b!==m){(0,Ie.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 Ee({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 Ee({message:"Have you made your changes and ready to continue?"});await Vt(l,t,e)}let i="1.0.1";try{let l=be(n);i=Er(Oa(l,"patch"))}catch{i="1.0.1"}let a=await vr({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"}]});Ce(a)&&(await cr("onboarding-v2",t,e,"canceled","\u{1F937}"),(0,Se.exit)());let s=n;if(a==="auto")try{let l=be(n);s=Er(Oa(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 wr({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)"}});Ce(l)&&(await cr("onboarding-v2",t,e,"canceled","\u{1F937}"),(0,Se.exit)()),s=l}let u=tt(),c=await Ee({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 Hl(),p=await $g(d);l.message(`Running: ${u.pm} run ${p} && ${u.runner} cap sync`),Fg()[p]||(l.stop("Error"),f.warn(`Cannot find ${p} script in package.json, please add it and run \`capgo init\` again`),Z("Bye \u{1F44B}"),(0,Se.exit)()),(0,ba.execSync)(`${u.pm} run ${p} && ${u.runner} cap sync`,Cy),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 Dr(t,e,"add-code-change",r),s}async function J7(t,e,r,n,o){let i=tt(),a=await Ee({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=PA((0,Se.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)(gt((0,Se.cwd)()),"node_modules"),f.warn(`Guessed node modules path at: ${u}`),(0,Ie.existsSync)(u)||(f.error("Node modules path does not exist, upload skipped"),Z("Bye \u{1F44B}"),(0,Se.exit)(1))),(await dy(r,{channel:Ws,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"),Z("Bye \u{1F44B}"),(0,Se.exit)())}else f.info(`Upload yourself with command: ${i.runner} @capgo/cli@latest bundle upload`);await Dr(t,e,"upload",r)}async function X7(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 Ee({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 lm("onboarding-v2",e,r,e,t)):f.info(`\u{1F4CA} Check logs manually at ${n}/app/${r}/logs to verify the update`),await Dr(t,e,"test-update",r)}async function ZF(t,e,r){let n=tt();ee("Capgo onboarding \u{1F6EB}"),await ye();let o=!r.supaAnon||!r.supaHost?await te():await Ps({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 lr();e=le(e,o?.config),r.apikey=t||ne(),e===void 0&&(e=await wr({message:"Enter your appId:"}),Ce(e)&&(Kn("Operation cancelled."),(0,Se.exit)(1)));let a=De();(!WF()||t)&&(a.start(`Running: ${n.runner} @capgo/cli@latest login ***`),await vy(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 aa(s,["admin","super_admin"]),c=u.gid,l=await R7(c,r.apikey)??0,d=Fr(void 0,Vn)||"1.0.0",p=!1,h=d;try{if(l<1&&await Dr(c,r.apikey,"add-app",e),l<2&&(await N7(u,r.apikey,e,r),yr(2)),l<3&&(await L7(c,r.apikey,e),yr(3)),l<4){let m=await V7(c,r.apikey,e);d=m.pkgVersion,h=d,p=m.delta,yr(4)}l<5&&(await z7(c,r.apikey,e),yr(5)),l<6&&(await K7(c,r.apikey,e),yr(6)),l<7&&(await G7(c,r.apikey,e),yr(7)),l<8&&(await W7(c,r.apikey,e),yr(8)),l<9&&(h=await Y7(c,r.apikey,e,d),yr(9)),l<10&&(await J7(c,r.apikey,e,h,p),yr(10)),l<11&&(await X7(c,r.apikey,e,i.hostWeb,p),yr(11)),await Dr(c,r.apikey,"done",e),B7()}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,_e.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\``),Z("Bye \u{1F44B}"),(0,_e.exit)()}async function J7(t,e=!1){e||ee("Adding organization"),await ye();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 br({message:"Organization name:",placeholder:"My Organization"});if(ve(c))throw f.error("Canceled adding organization"),new Error("Organization creation cancelled");i=c}if(!e&&!a){let c=await br({message:"Management email:",placeholder:"admin@example.com"});if(ve(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 de(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`),Z("Done \u2705")),s}async function Ey(t){await J7(t,!1)}async function X7(t,e,r=!1){r||ee("Deleting organization"),await ye();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 wr({message:"Do you want to continue?",options:[{label:"Yes",value:"yes"},{label:"No",value:"no"}]});if(ve(c)||c==="no")throw f.error("Canceled deleting the organization"),new Error("Organization deletion cancelled")}if(!r&&!n.autoConfirm){let c=await Ce({message:`Are you sure you want to delete organization "${a.name}"? This action cannot be undone.`});if(ve(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 de(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`),Z("Done \u2705")),!0}async function _y(t,e){await X7(t,e,!1)}function Z7(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 Q7(t,e=!1){e||ee("List organizations"),await ye();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}`),Z7(a,e),Z("Done \u2705")),a}async function Sy(t){await Q7(t,!1)}async function eq(t,e,r=!1){r||ee("Updating organization"),await ye();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 br({message:"New organization name:",placeholder:i.name||"My Organization"});if(ve(l))throw f.error("Canceled updating organization"),new Error("Organization update cancelled");s=l}if(!r&&!u){let l=await br({message:"Management email:",placeholder:i.management_email||"admin@example.com"});if(ve(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 de(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"),Z("Done \u2705")),{orgId:t,name:s,email:u}}async function xy(t,e){await eq(t,e,!1)}async function tq(t,e=!1){e||ee("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||Z(`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 QF(t){await tq(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(Dr.name).description("\u{1F4E6} Manage packages and bundle versions in Capgo Cloud").version(Dr.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,Se.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\``),Z("Bye \u{1F44B}"),(0,Se.exit)()}async function Z7(t,e=!1){e||ee("Adding organization"),await ye();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 wr({message:"Organization name:",placeholder:"My Organization"});if(Ce(c))throw f.error("Canceled adding organization"),new Error("Organization creation cancelled");i=c}if(!e&&!a){let c=await wr({message:"Management email:",placeholder:"admin@example.com"});if(Ce(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 de(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`),Z("Done \u2705")),s}async function Ey(t){await Z7(t,!1)}async function Q7(t,e,r=!1){r||ee("Deleting organization"),await ye();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 vr({message:"Do you want to continue?",options:[{label:"Yes",value:"yes"},{label:"No",value:"no"}]});if(Ce(c)||c==="no")throw f.error("Canceled deleting the organization"),new Error("Organization deletion cancelled")}if(!r&&!n.autoConfirm){let c=await Ee({message:`Are you sure you want to delete organization "${a.name}"? This action cannot be undone.`});if(Ce(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 de(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`),Z("Done \u2705")),!0}async function _y(t,e){await Q7(t,e,!1)}function eq(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 tq(t,e=!1){e||ee("List organizations"),await ye();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}`),eq(a,e),Z("Done \u2705")),a}async function Sy(t){await tq(t,!1)}async function rq(t,e,r=!1){r||ee("Updating organization"),await ye();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 wr({message:"New organization name:",placeholder:i.name||"My Organization"});if(Ce(l))throw f.error("Canceled updating organization"),new Error("Organization update cancelled");s=l}if(!r&&!u){let l=await wr({message:"Management email:",placeholder:i.management_email||"admin@example.com"});if(Ce(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 de(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"),Z("Done \u2705")),{orgId:t,name:s,email:u}}async function xy(t,e){await rq(t,e,!1)}async function nq(t,e=!1){e||ee("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||Z(`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 QF(t){await nq(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(br.name).description("\u{1F4E6} Manage packages and bundle versions in Capgo Cloud").version(br.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
 
@@ -316,7 +316,7 @@ Example: npx @capgo/cli@latest init YOUR_API_KEY com.example.app`).action(ZF).op
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 n1(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 nO(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
 
@@ -329,23 +329,23 @@ Capgo never inspects external content. Add encryption for trustless security.
329
329
 
330
330
  Example: npx @capgo/cli@latest bundle upload com.example.app --path ./dist --channel production`).action(mF).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($1).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($O).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 j1(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 jO(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 M1(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 MO(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 P1(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 PO(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(U1).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(UO).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(L1).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(LO).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
 
@@ -355,9 +355,9 @@ All options can be guessed from config if not provided.
355
355
 
356
356
  Example: npx @capgo/cli@latest app add com.example.app --name "My App" --icon ./icon.png`).action(QA).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);wa.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 e1(t,e)}).option("-a, --apikey <apikey>",K.apikey).option("--supa-host <supaHost>",K.supaHost).option("--supa-anon <supaAnon>",K.supaAnon);wa.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 eO(t,e)}).option("-a, --apikey <apikey>",K.apikey).option("--supa-host <supaHost>",K.supaHost).option("--supa-anon <supaAnon>",K.supaAnon);wa.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 o1(t)}).option("-a, --apikey <apikey>",K.apikey).option("--supa-host <supaHost>",K.supaHost).option("--supa-anon <supaAnon>",K.supaAnon);wa.command("debug [appId]").action(rE).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 oO(t)}).option("-a, --apikey <apikey>",K.apikey).option("--supa-host <supaHost>",K.supaHost).option("--supa-anon <supaAnon>",K.supaAnon);wa.command("debug [appId]").action(rE).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,11 +365,11 @@ 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(s1);wa.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(sO);wa.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 a1(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 Js=ot.command("channel").description("\u{1F4E2} Manage distribution channels for app updates in Capgo Cloud, controlling how updates are delivered to devices.");Js.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 aO(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("--expose-metadata <exposeMetadata>","Expose bundle metadata (link and comment) to the plugin (true/false, default: false)").option("--supa-host <supaHost>",K.supaHost).option("--supa-anon <supaAnon>",K.supaAnon);var Js=ot.command("channel").description("\u{1F4E2} Manage distribution channels for app updates in Capgo Cloud, controlling how updates are delivered to devices.");Js.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
374
  Example: npx @capgo/cli@latest channel add production com.example.app --default`).action(bF).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);Js.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
 
@@ -393,7 +393,7 @@ NEVER commit the private key - store it securely!
393
393
 
394
394
  Example: npx @capgo/cli@latest key create`).action(KF).option("-f, --force","Force generate a new one");Ay.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(GF);var rq=ot.command("account").description("\u{1F464} Manage your Capgo account details and retrieve information for support or collaboration.");rq.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(GF);var oq=ot.command("account").description("\u{1F464} Manage your Capgo account details and retrieve information for support or collaboration.");oq.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
398
  Example: npx @capgo/cli@latest account id`).action(QF).option("-a, --apikey <apikey>",K.apikey);var xf=ot.command("organisation").description("\u{1F3E2} Manage your organizations in Capgo Cloud for team collaboration and app management.");xf.command("list").alias("l").description(`\u{1F4CB} List all organizations you have access to in Capgo Cloud.
399
399
 
@@ -428,7 +428,7 @@ 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(v1).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 Oy=e2.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(vO).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 Oy=e2.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)
@@ -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(m1).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");Oy.command("list").description(`List saved build credentials (passwords masked).
468
+ --play-config ./service-account.json`).action(mO).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");Oy.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(g1).option("--appId <appId>","App ID to list (optional, lists all if omitted)");Oy.command("clear").description(`Clear saved build credentials.
474
+ npx @capgo/cli build credentials list --appId com.example.app # List specific app`).action(gO).option("--appId <appId>","App ID to list (optional, lists all if omitted)");Oy.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(y1).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)=>{SF(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,Sf.exit)(0),e.message&&console.error(e.message);let r=e.exitCode??1;(0,Sf.exit)(r)}console.error(`Error: ${U(t)}`),(0,Sf.exit)(1)});
482
+ npx @capgo/cli build credentials clear --appId com.example.app --platform ios # Clear iOS only`).action(yO).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)=>{SF(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,Sf.exit)(0),e.message&&console.error(e.message);let r=e.exitCode??1;(0,Sf.exit)(r)}console.error(`Error: ${U(t)}`),(0,Sf.exit)(1)});
483
483
  /*! Bundled license information:
484
484
 
485
485
  tus-js-client/lib.es5/upload.js: