@capgo/cli 7.19.3 → 7.19.4

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
@@ -24,16 +24,16 @@ Expecting one of '${n.join("', '")}'`);return this._lifeCycleHooks[e]?this._life
24
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 ye.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()}`,ye.env[e.envVar]):this.emit(`optionEnv:${e.name()}`))}})}_parseOptionsImplied(){let e=new gA(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(f=>f.negate&&s===f.attributeName()),l=this.options.find(f=>!f.negate&&s===f.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=aD(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=aD(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
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=>dA(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=Hr.basename(e,Hr.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(ye.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 sD(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 Df(){if(ye.env.NO_COLOR||ye.env.FORCE_COLOR==="0"||ye.env.FORCE_COLOR==="false")return!1;if(ye.env.FORCE_COLOR||ye.env.CLICOLOR_FORCE!==void 0)return!0}yf.Command=gf;yf.useColor=Df});var pD=x(Xt=>{var{Argument:cD}=Ns(),{Command:bf}=uD(),{CommanderError:DA,InvalidArgumentError:lD}=ca(),{Help:yA}=cf(),{Option:fD}=df();Xt.program=new bf;Xt.createCommand=t=>new bf(t);Xt.createOption=(t,e)=>new fD(t,e);Xt.createArgument=(t,e)=>new cD(t,e);Xt.Command=bf;Xt.Option=fD;Xt.Argument=cD;Xt.Help=yA;Xt.CommanderError=DA;Xt.InvalidArgumentError=lD;Xt.InvalidOptionArgumentError=lD});var wf=x((i7,hD)=>{"use strict";var vf={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"},vA={up:(t=1)=>"\x1B[S".repeat(t),down:(t=1)=>"\x1B[T".repeat(t)},wA={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?vf.up():"");return t&&(e+=vf.left),e}};hD.exports={cursor:vf,scroll:vA,erase:wA,beep:"\x07"}});var Ef=x((a7,Cf)=>{var Ms=process||{},mD=Ms.argv||[],Us=Ms.env||{},CA=!(Us.NO_COLOR||mD.includes("--no-color"))&&(!!Us.FORCE_COLOR||mD.includes("--color")||Ms.platform==="win32"||(Ms.stdout||{}).isTTY&&Us.TERM!=="dumb"||!!Us.CI),EA=(t,e,r=t)=>n=>{let o=""+n,i=o.indexOf(e,t.length);return~i?t+_A(o,e,r,i)+e:t+o+e},_A=(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)},gD=(t=CA)=>{let e=t?EA:()=>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")}};Cf.exports=gD();Cf.exports.createColors=gD});var Js=x(Rt=>{"use strict";Object.defineProperty(Rt,"__esModule",{value:!0});Rt.isNXMonorepo=Rt.isMonorepo=Rt.findPackageRelativePathInMonorepo=Rt.findPackagePath=Rt.findNXMonorepoRoot=Rt.findMonorepoRoot=void 0;var pa=require("node:fs"),fn=require("node:path");function Ys(t){let e=(0,fn.join)(t,"package.json"),r=(0,fn.join)(t,"pnpm-workspace.yaml");if((0,pa.existsSync)(r)||(0,pa.existsSync)(e)&&JSON.parse((0,pa.readFileSync)(e,"utf-8")).workspaces)return t;let n=(0,fn.dirname)(t);if(n===t)throw new Error("Monorepo root not found");return Ys(n)}Rt.findMonorepoRoot=Ys;function Bf(t){let e=(0,fn.join)(t,"nx.json");if((0,pa.existsSync)(e))return t;let r=(0,fn.dirname)(t);if(r===t)throw new Error("Monorepo root not found");return Bf(r)}Rt.findNXMonorepoRoot=Bf;function jf(t,e,r){let n=(0,fn.join)(e,"node_modules",t);if((0,pa.existsSync)(n))return n;if(e===r)return null;let o=(0,fn.dirname)(e);return jf(t,o,r)}Rt.findPackagePath=jf;function rO(t,e){let r=Ys(e),n=jf(t,e,r);return n?(0,fn.relative)(e,n):null}Rt.findPackageRelativePathInMonorepo=rO;function nO(t){try{return Ys(t),!0}catch{return!1}}Rt.isMonorepo=nO;function oO(t){try{return Bf(t),!0}catch{return!1}}Rt.isNXMonorepo=oO});var le={};qr(le,{__addDisposableResource:()=>yy,__assign:()=>nu,__asyncDelegator:()=>ly,__asyncGenerator:()=>cy,__asyncValues:()=>fy,__await:()=>Lo,__awaiter:()=>ny,__classPrivateFieldGet:()=>my,__classPrivateFieldIn:()=>Dy,__classPrivateFieldSet:()=>gy,__createBinding:()=>iu,__decorate:()=>JD,__disposeResources:()=>by,__esDecorate:()=>ZD,__exportStar:()=>iy,__extends:()=>KD,__generator:()=>oy,__importDefault:()=>hy,__importStar:()=>dy,__makeTemplateObject:()=>py,__metadata:()=>ry,__param:()=>XD,__propKey:()=>ey,__read:()=>Gf,__rest:()=>YD,__rewriteRelativeImportExtension:()=>vy,__runInitializers:()=>QD,__setFunctionName:()=>ty,__spread:()=>ay,__spreadArray:()=>uy,__spreadArrays:()=>sy,__values:()=>ou,default:()=>AO});function KD(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");Vf(t,e);function r(){this.constructor=t}t.prototype=e===null?Object.create(e):(r.prototype=e.prototype,new r)}function YD(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 JD(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 XD(t,e){return function(r,n){e(r,n,t)}}function ZD(t,e,r,n,o,i){function a(C){if(C!==void 0&&typeof C!="function")throw new TypeError("Function expected");return C}for(var s=n.kind,u=s==="getter"?"get":s==="setter"?"set":"value",c=!e&&t?n.static?t:t.prototype:null,l=e||(c?Object.getOwnPropertyDescriptor(c,n.name):{}),f,d=!1,h=r.length-1;h>=0;h--){var m={};for(var b in n)m[b]=b==="access"?{}:n[b];for(var b in n.access)m.access[b]=n.access[b];m.addInitializer=function(C){if(d)throw new TypeError("Cannot add initializers after decoration has completed");i.push(a(C||null))};var D=(0,r[h])(s==="accessor"?{get:l.get,set:l.set}:l[u],m);if(s==="accessor"){if(D===void 0)continue;if(D===null||typeof D!="object")throw new TypeError("Object expected");(f=a(D.get))&&(l.get=f),(f=a(D.set))&&(l.set=f),(f=a(D.init))&&o.unshift(f)}else(f=a(D))&&(s==="field"?o.unshift(f):l[u]=f)}c&&Object.defineProperty(c,n.name,l),d=!0}function QD(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 ey(t){return typeof t=="symbol"?t:"".concat(t)}function ty(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 ry(t,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(t,e)}function ny(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(f){a(f)}}function u(l){try{c(n.throw(l))}catch(f){a(f)}}function c(l){l.done?i(l.value):o(l.value).then(s,u)}c((n=n.apply(t,e||[])).next())})}function oy(t,e){var r={label:0,sent:function(){if(i[0]&1)throw i[1];return i[1]},trys:[],ops:[]},n,o,i,a=Object.create((typeof Iterator=="function"?Iterator:Object).prototype);return a.next=s(0),a.throw=s(1),a.return=s(2),typeof Symbol=="function"&&(a[Symbol.iterator]=function(){return this}),a;function s(c){return function(l){return u([c,l])}}function u(c){if(n)throw new TypeError("Generator is already executing.");for(;a&&(a=0,c[0]&&(r=0)),r;)try{if(n=1,o&&(i=c[0]&2?o.return:c[0]?o.throw||((i=o.return)&&i.call(o),0):o.next)&&!(i=i.call(o,c[1])).done)return i;switch(o=0,i&&(c=[c[0]&2,i.value]),c[0]){case 0:case 1:i=c;break;case 4:return r.label++,{value:c[1],done:!1};case 5:r.label++,o=c[1],c=[0];continue;case 7:c=r.ops.pop(),r.trys.pop();continue;default:if(i=r.trys,!(i=i.length>0&&i[i.length-1])&&(c[0]===6||c[0]===2)){r=0;continue}if(c[0]===3&&(!i||c[1]>i[0]&&c[1]<i[3])){r.label=c[1];break}if(c[0]===6&&r.label<i[1]){r.label=i[1],i=c;break}if(i&&r.label<i[2]){r.label=i[2],r.ops.push(c);break}i[2]&&r.ops.pop(),r.trys.pop();continue}c=e.call(t,r)}catch(l){c=[6,l],o=0}finally{n=i=0}if(c[0]&5)throw c[1];return{value:c[0]?c[1]:void 0,done:!0}}}function iy(t,e){for(var r in t)r!=="default"&&!Object.prototype.hasOwnProperty.call(e,r)&&iu(e,t,r)}function ou(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 Gf(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 ay(){for(var t=[],e=0;e<arguments.length;e++)t=t.concat(Gf(arguments[e]));return t}function sy(){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 uy(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 Lo(t){return this instanceof Lo?(this.v=t,this):new Lo(t)}function cy(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,f)}}function s(h,m){n[h]&&(o[h]=function(b){return new Promise(function(D,C){i.push([h,b,D,C])>1||u(h,b)})},m&&(o[h]=m(o[h])))}function u(h,m){try{c(n[h](m))}catch(b){d(i[0][3],b)}}function c(h){h.value instanceof Lo?Promise.resolve(h.value.v).then(l,f):d(i[0][2],h)}function l(h){u("next",h)}function f(h){u("throw",h)}function d(h,m){h(m),i.shift(),i.length&&u(i[0][0],i[0][1])}}function ly(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:Lo(t[o](a)),done:!1}:i?i(a):a}:i}}function fy(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 ou=="function"?ou(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 py(t,e){return Object.defineProperty?Object.defineProperty(t,"raw",{value:e}):t.raw=e,t}function dy(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r=zf(t),n=0;n<r.length;n++)r[n]!=="default"&&iu(e,t,r[n]);return SO(e,t),e}function hy(t){return t&&t.__esModule?t:{default:t}}function my(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 gy(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 Dy(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 yy(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 by(t){function e(i){t.error=t.hasError?new FO(i,t.error,"An error was suppressed during disposal."):i,t.hasError=!0}var r,n=0;function o(){for(;r=t.stack.pop();)try{if(!r.async&&n===1)return n=0,t.stack.push(r),Promise.resolve().then(o);if(r.dispose){var i=r.dispose.call(r.value);if(r.async)return n|=2,Promise.resolve(i).then(o,function(a){return e(a),o()})}else n|=1}catch(a){e(a)}if(n===1)return t.hasError?Promise.reject(t.error):Promise.resolve();if(t.hasError)throw t.error}return o()}function vy(t,e){return typeof t=="string"&&/^\.\.?\//.test(t)?t.replace(/\.(tsx)$|((?:\.d)?)((?:\.[^./]+?)?)\.([cm]?)ts$/i,function(r,n,o,i,a){return n?e?".jsx":".js":o&&(!i||!a)?r:o+i+"."+a.toLowerCase()+"js"}):t}var Vf,nu,iu,SO,zf,FO,AO,fe=et(()=>{Vf=function(t,e){return Vf=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])},Vf(t,e)};nu=function(){return nu=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},nu.apply(this,arguments)};iu=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]});SO=Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e},zf=function(t){return zf=Object.getOwnPropertyNames||function(e){var r=[];for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(r[r.length]=n);return r},zf(t)};FO=typeof SuppressedError=="function"?SuppressedError:function(t,e,r){var n=new Error(r);return n.name="SuppressedError",n.error=t,n.suppressed=e,n};AO={__extends:KD,__assign:nu,__rest:YD,__decorate:JD,__param:XD,__esDecorate:ZD,__runInitializers:QD,__propKey:ey,__setFunctionName:ty,__metadata:ry,__awaiter:ny,__generator:oy,__createBinding:iu,__exportStar:iy,__values:ou,__read:Gf,__spread:ay,__spreadArrays:sy,__spreadArray:uy,__await:Lo,__asyncGenerator:cy,__asyncDelegator:ly,__asyncValues:fy,__makeTemplateObject:py,__importStar:dy,__importDefault:hy,__classPrivateFieldGet:my,__classPrivateFieldSet:gy,__classPrivateFieldIn:Dy,__addDisposableResource:yy,__disposeResources:by,__rewriteRelativeImportExtension:vy}});var wy=x(au=>{"use strict";Object.defineProperty(au,"__esModule",{value:!0});au.resolveFetch=void 0;var OO=t=>t?(...e)=>t(...e):(...e)=>fetch(...e);au.resolveFetch=OO});var Jf=x(Qt=>{"use strict";Object.defineProperty(Qt,"__esModule",{value:!0});Qt.FunctionRegion=Qt.FunctionsHttpError=Qt.FunctionsRelayError=Qt.FunctionsFetchError=Qt.FunctionsError=void 0;var Uo=class extends Error{constructor(e,r="FunctionsError",n){super(e),this.name=r,this.context=n}};Qt.FunctionsError=Uo;var Wf=class extends Uo{constructor(e){super("Failed to send a request to the Edge Function","FunctionsFetchError",e)}};Qt.FunctionsFetchError=Wf;var Kf=class extends Uo{constructor(e){super("Relay Error invoking the Edge Function","FunctionsRelayError",e)}};Qt.FunctionsRelayError=Kf;var Yf=class extends Uo{constructor(e){super("Edge Function returned a non-2xx status code","FunctionsHttpError",e)}};Qt.FunctionsHttpError=Yf;var Cy;(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"})(Cy||(Qt.FunctionRegion=Cy={}))});var Ey=x(su=>{"use strict";Object.defineProperty(su,"__esModule",{value:!0});su.FunctionsClient=void 0;var kO=(fe(),re(le)),$O=wy(),Hn=Jf(),Xf=class{constructor(e,{headers:r={},customFetch:n,region:o=Hn.FunctionRegion.Any}={}){this.url=e,this.headers=r,this.region=o,this.fetch=(0,$O.resolveFetch)(n)}setAuth(e){this.headers.Authorization=`Bearer ${e}`}invoke(e){return kO.__awaiter(this,arguments,void 0,function*(r,n={}){var o;try{let{headers:i,method:a,body:s,signal:u}=n,c={},{region:l}=n;l||(l=this.region);let f=new URL(`${this.url}/${r}`);l&&l!=="any"&&(c["x-region"]=l,f.searchParams.set("forceFunctionRegion",l));let d;s&&(i&&!Object.prototype.hasOwnProperty.call(i,"Content-Type")||!i)?typeof Blob<"u"&&s instanceof Blob||s instanceof ArrayBuffer?(c["Content-Type"]="application/octet-stream",d=s):typeof s=="string"?(c["Content-Type"]="text/plain",d=s):typeof FormData<"u"&&s instanceof FormData?d=s:(c["Content-Type"]="application/json",d=JSON.stringify(s)):d=s;let h=yield this.fetch(f.toString(),{method:a||"POST",headers:Object.assign(Object.assign(Object.assign({},c),this.headers),i),body:d,signal:u}).catch(C=>{throw C.name==="AbortError"?C:new Hn.FunctionsFetchError(C)}),m=h.headers.get("x-relay-error");if(m&&m==="true")throw new Hn.FunctionsRelayError(h);if(!h.ok)throw new Hn.FunctionsHttpError(h);let b=((o=h.headers.get("Content-Type"))!==null&&o!==void 0?o:"text/plain").split(";")[0].trim(),D;return b==="application/json"?D=yield h.json():b==="application/octet-stream"||b==="application/pdf"?D=yield h.blob():b==="text/event-stream"?D=h:b==="multipart/form-data"?D=yield h.formData():D=yield h.text(),{data:D,error:null,response:h}}catch(i){return i instanceof Error&&i.name==="AbortError"?{data:null,error:new Hn.FunctionsFetchError(i)}:{data:null,error:i,response:i instanceof Hn.FunctionsHttpError||i instanceof Hn.FunctionsRelayError?i.context:void 0}}})}};su.FunctionsClient=Xf});var Zf=x(Bt=>{"use strict";Object.defineProperty(Bt,"__esModule",{value:!0});Bt.FunctionRegion=Bt.FunctionsRelayError=Bt.FunctionsHttpError=Bt.FunctionsFetchError=Bt.FunctionsError=Bt.FunctionsClient=void 0;var PO=Ey();Object.defineProperty(Bt,"FunctionsClient",{enumerable:!0,get:function(){return PO.FunctionsClient}});var Da=Jf();Object.defineProperty(Bt,"FunctionsError",{enumerable:!0,get:function(){return Da.FunctionsError}});Object.defineProperty(Bt,"FunctionsFetchError",{enumerable:!0,get:function(){return Da.FunctionsFetchError}});Object.defineProperty(Bt,"FunctionsHttpError",{enumerable:!0,get:function(){return Da.FunctionsHttpError}});Object.defineProperty(Bt,"FunctionsRelayError",{enumerable:!0,get:function(){return Da.FunctionsRelayError}});Object.defineProperty(Bt,"FunctionRegion",{enumerable:!0,get:function(){return Da.FunctionRegion}})});var tp=x(ep=>{"use strict";Object.defineProperty(ep,"__esModule",{value:!0});var Qf=class extends Error{constructor(e){super(e.message),this.name="PostgrestError",this.details=e.details,this.hint=e.hint,this.code=e.code}};ep.default=Qf});var op=x(np=>{"use strict";Object.defineProperty(np,"__esModule",{value:!0});var TO=(fe(),re(le)),IO=TO.__importDefault(tp()),rp=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,f=null,d=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"))?f=E:f=JSON.parse(E))}let D=(s=this.headers.get("Prefer"))===null||s===void 0?void 0:s.match(/count=(exact|planned|estimated)/),C=(u=i.headers.get("content-range"))===null||u===void 0?void 0:u.split("/");D&&C&&C.length>1&&(d=parseInt(C[1])),this.isMaybeSingle&&this.method==="GET"&&Array.isArray(f)&&(f.length>1?(l={code:"PGRST116",details:`Results contain ${f.length} rows, application/vnd.pgrst.object+json requires 1 row`,hint:null,message:"JSON object requested, multiple (or no) rows returned"},f=null,d=null,h=406,m="Not Acceptable"):f.length===1?f=f[0]:f=null)}else{let D=await i.text();try{l=JSON.parse(D),Array.isArray(l)&&i.status===404&&(f=[],l=null,h=200,m="OK")}catch{i.status===404&&D===""?(h=204,m="No Content"):l={message:D}}if(l&&this.isMaybeSingle&&(!((c=l?.details)===null||c===void 0)&&c.includes("0 rows"))&&(l=null,h=200,m="OK"),l&&this.shouldThrowOnError)throw new IO.default(l)}return{error:l,data:f,count:d,status:h,statusText:m}});return this.shouldThrowOnError||(o=o.catch(i=>{var a,s,u;return{error:{message:`${(a=i?.name)!==null&&a!==void 0?a:"FetchError"}: ${i?.message}`,details:`${(s=i?.stack)!==null&&s!==void 0?s:""}`,hint:"",code:`${(u=i?.code)!==null&&u!==void 0?u:""}`},data:null,count:null,status:0,statusText:""}})),o.then(e,r)}returns(){return this}overrideTypes(){return this}};np.default=rp});var sp=x(ap=>{"use strict";Object.defineProperty(ap,"__esModule",{value:!0});var RO=(fe(),re(le)),BO=RO.__importDefault(op()),ip=class extends BO.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}};ap.default=ip});var uu=x(cp=>{"use strict";Object.defineProperty(cp,"__esModule",{value:!0});var jO=(fe(),re(le)),NO=jO.__importDefault(sp()),LO=new RegExp("[,()]"),up=class extends NO.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}is(e,r){return this.url.searchParams.append(e,`is.${r}`),this}in(e,r){let n=Array.from(new Set(r)).map(o=>typeof o=="string"&&LO.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}};cp.default=up});var pp=x(fp=>{"use strict";Object.defineProperty(fp,"__esModule",{value:!0});var UO=(fe(),re(le)),ya=UO.__importDefault(uu()),lp=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 ya.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 ya.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 ya.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 ya.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 ya.default({method:n,url:this.url,headers:this.headers,schema:this.schema,fetch:(r=this.fetch)!==null&&r!==void 0?r:fetch})}};fp.default=lp});var xy=x(hp=>{"use strict";Object.defineProperty(hp,"__esModule",{value:!0});var _y=(fe(),re(le)),MO=_y.__importDefault(pp()),qO=_y.__importDefault(uu()),dp=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){let r=new URL(`${this.url}/${e}`);return new MO.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(([f,d])=>d!==void 0).map(([f,d])=>[f,Array.isArray(d)?`{${d.join(",")}}`:`${d}`]).forEach(([f,d])=>{u.searchParams.append(f,d)})):(s="POST",c=r);let l=new Headers(this.headers);return i&&l.set("Prefer",`count=${i}`),new qO.default({method:s,url:u,headers:l,schema:this.schemaName,body:c,fetch:(a=this.fetch)!==null&&a!==void 0?a:fetch})}};hp.default=dp});var mp=x(Ft=>{"use strict";Object.defineProperty(Ft,"__esModule",{value:!0});Ft.PostgrestError=Ft.PostgrestBuilder=Ft.PostgrestTransformBuilder=Ft.PostgrestFilterBuilder=Ft.PostgrestQueryBuilder=Ft.PostgrestClient=void 0;var Mo=(fe(),re(le)),Sy=Mo.__importDefault(xy());Ft.PostgrestClient=Sy.default;var Fy=Mo.__importDefault(pp());Ft.PostgrestQueryBuilder=Fy.default;var Ay=Mo.__importDefault(uu());Ft.PostgrestFilterBuilder=Ay.default;var Oy=Mo.__importDefault(sp());Ft.PostgrestTransformBuilder=Oy.default;var ky=Mo.__importDefault(op());Ft.PostgrestBuilder=ky.default;var $y=Mo.__importDefault(tp());Ft.PostgrestError=$y.default;Ft.default={PostgrestClient:Sy.default,PostgrestQueryBuilder:Fy.default,PostgrestFilterBuilder:Ay.default,PostgrestTransformBuilder:Oy.default,PostgrestBuilder:ky.default,PostgrestError:$y.default}});var Dp={};qr(Dp,{RealtimeClient:()=>gp});var gp,yp=et(()=>{gp=class{constructor(){}connect(){}disconnect(){}}});var hn=x(zr=>{"use strict";Object.defineProperty(zr,"__esModule",{value:!0});zr.StorageUnknownError=zr.StorageApiError=zr.StorageError=void 0;zr.isStorageError=HO;var ba=class extends Error{constructor(e){super(e),this.__isStorageError=!0,this.name="StorageError"}};zr.StorageError=ba;function HO(t){return typeof t=="object"&&t!==null&&"__isStorageError"in t}var bp=class extends ba{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=bp;var vp=class extends ba{constructor(e,r){super(e),this.name="StorageUnknownError",this.originalError=r}};zr.StorageUnknownError=vp});var va=x(er=>{"use strict";Object.defineProperty(er,"__esModule",{value:!0});er.isPlainObject=er.recursiveToCamel=er.resolveResponse=er.resolveFetch=void 0;var VO=t=>t?(...e)=>t(...e):(...e)=>fetch(...e);er.resolveFetch=VO;var zO=()=>Response;er.resolveResponse=zO;var GO=t=>{if(Array.isArray(t))return t.map(r=>(0,er.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,er.recursiveToCamel)(n)}),e};er.recursiveToCamel=GO;var WO=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)};er.isPlainObject=WO});var cu=x(zn=>{"use strict";Object.defineProperty(zn,"__esModule",{value:!0});zn.get=JO;zn.post=XO;zn.put=ZO;zn.head=QO;zn.remove=ek;var Vn=(fe(),re(le)),wp=hn(),Py=va(),Cp=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)},KO=(t,e,r)=>Vn.__awaiter(void 0,void 0,void 0,function*(){let n=yield(0,Py.resolveResponse)();t instanceof n&&!r?.noResolveJson?t.json().then(o=>{let i=t.status||500,a=o?.statusCode||i+"";e(new wp.StorageApiError(Cp(o),i,a))}).catch(o=>{e(new wp.StorageUnknownError(Cp(o),o))}):e(new wp.StorageUnknownError(Cp(t),t))}),YO=(t,e,r,n)=>{let o={method:t,headers:e?.headers||{}};return t==="GET"||!n?o:((0,Py.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 wa(t,e,r,n,o,i){return Vn.__awaiter(this,void 0,void 0,function*(){return new Promise((a,s)=>{t(r,YO(e,n,o,i)).then(u=>{if(!u.ok)throw u;return n?.noResolveJson?u:u.json()}).then(u=>a(u)).catch(u=>KO(u,s,n))})})}function JO(t,e,r,n){return Vn.__awaiter(this,void 0,void 0,function*(){return wa(t,"GET",e,r,n)})}function XO(t,e,r,n,o){return Vn.__awaiter(this,void 0,void 0,function*(){return wa(t,"POST",e,n,o,r)})}function ZO(t,e,r,n,o){return Vn.__awaiter(this,void 0,void 0,function*(){return wa(t,"PUT",e,n,o,r)})}function QO(t,e,r,n){return Vn.__awaiter(this,void 0,void 0,function*(){return wa(t,"HEAD",e,Object.assign(Object.assign({},r),{noResolveJson:!0}),n)})}function ek(t,e,r,n,o){return Vn.__awaiter(this,void 0,void 0,function*(){return wa(t,"DELETE",e,n,o,r)})}});var Ty=x(_p=>{"use strict";Object.defineProperty(_p,"__esModule",{value:!0});var tk=(fe(),re(le)),rk=hn(),Ep=class{constructor(e,r){this.downloadFn=e,this.shouldThrowOnError=r}then(e,r){return this.execute().then(e,r)}execute(){return tk.__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,rk.isStorageError)(e))return{data:null,error:e};throw e}})}};_p.default=Ep});var By=x(Sp=>{"use strict";var Iy;Object.defineProperty(Sp,"__esModule",{value:!0});var Ry=(fe(),re(le)),nk=hn(),ok=Ry.__importDefault(Ty()),xp=class{constructor(e,r){this.downloadFn=e,this.shouldThrowOnError=r,this[Iy]="BlobDownloadBuilder",this.promise=null}asStream(){return new ok.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 Ry.__awaiter(this,void 0,void 0,function*(){try{return{data:yield(yield this.downloadFn()).blob(),error:null}}catch(e){if(this.shouldThrowOnError)throw e;if((0,nk.isStorageError)(e))return{data:null,error:e};throw e}})}};Iy=Symbol.toStringTag;Sp.default=xp});var Ly=x(Ap=>{"use strict";Object.defineProperty(Ap,"__esModule",{value:!0});var At=(fe(),re(le)),jt=hn(),Nt=cu(),jy=va(),ik=At.__importDefault(By()),ak={limit:100,offset:0,sortBy:{column:"name",order:"asc"}},Ny={cacheControl:"3600",contentType:"text/plain;charset=UTF-8",upsert:!1},Fp=class{constructor(e,r={},n,o){this.shouldThrowOnError=!1,this.url=e,this.headers=r,this.bucketId=n,this.fetch=(0,jy.resolveFetch)(o)}throwOnError(){return this.shouldThrowOnError=!0,this}uploadOrUpdate(e,r,n,o){return At.__awaiter(this,void 0,void 0,function*(){try{let i,a=Object.assign(Object.assign({},Ny),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),f=yield(e=="PUT"?Nt.put:Nt.post)(this.fetch,`${this.url}/object/${l}`,i,Object.assign({headers:s},a?.duplex?{duplex:a.duplex}:{}));return{data:{path:c,id:f.Id,fullPath:f.Key},error:null}}catch(i){if(this.shouldThrowOnError)throw i;if((0,jt.isStorageError)(i))return{data:null,error:i};throw i}})}upload(e,r,n){return At.__awaiter(this,void 0,void 0,function*(){return this.uploadOrUpdate("POST",e,r,n)})}uploadToSignedUrl(e,r,n,o){return At.__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:Ny.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 f=yield(0,Nt.put)(this.fetch,s.toString(),u,{headers:l});return{data:{path:i,fullPath:f.Key},error:null}}catch(u){if(this.shouldThrowOnError)throw u;if((0,jt.isStorageError)(u))return{data:null,error:u};throw u}})}createSignedUploadUrl(e,r){return At.__awaiter(this,void 0,void 0,function*(){try{let n=this._getFinalPath(e),o=Object.assign({},this.headers);r?.upsert&&(o["x-upsert"]="true");let i=yield(0,Nt.post)(this.fetch,`${this.url}/object/upload/sign/${n}`,{},{headers:o}),a=new URL(this.url+i.url),s=a.searchParams.get("token");if(!s)throw new jt.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,jt.isStorageError)(n))return{data:null,error:n};throw n}})}update(e,r,n){return At.__awaiter(this,void 0,void 0,function*(){return this.uploadOrUpdate("PUT",e,r,n)})}move(e,r,n){return At.__awaiter(this,void 0,void 0,function*(){try{return{data:yield(0,Nt.post)(this.fetch,`${this.url}/object/move`,{bucketId:this.bucketId,sourceKey:e,destinationKey:r,destinationBucket:n?.destinationBucket},{headers:this.headers}),error:null}}catch(o){if(this.shouldThrowOnError)throw o;if((0,jt.isStorageError)(o))return{data:null,error:o};throw o}})}copy(e,r,n){return At.__awaiter(this,void 0,void 0,function*(){try{return{data:{path:(yield(0,Nt.post)(this.fetch,`${this.url}/object/copy`,{bucketId:this.bucketId,sourceKey:e,destinationKey:r,destinationBucket:n?.destinationBucket},{headers:this.headers})).Key},error:null}}catch(o){if(this.shouldThrowOnError)throw o;if((0,jt.isStorageError)(o))return{data:null,error:o};throw o}})}createSignedUrl(e,r,n){return At.__awaiter(this,void 0,void 0,function*(){try{let o=this._getFinalPath(e),i=yield(0,Nt.post)(this.fetch,`${this.url}/object/sign/${o}`,Object.assign({expiresIn:r},n?.transform?{transform:n.transform}:{}),{headers:this.headers}),a=n?.download?`&download=${n.download===!0?"":n.download}`:"";return i={signedUrl:encodeURI(`${this.url}${i.signedURL}${a}`)},{data:i,error:null}}catch(o){if(this.shouldThrowOnError)throw o;if((0,jt.isStorageError)(o))return{data:null,error:o};throw o}})}createSignedUrls(e,r,n){return At.__awaiter(this,void 0,void 0,function*(){try{let o=yield(0,Nt.post)(this.fetch,`${this.url}/object/sign/${this.bucketId}`,{expiresIn:r,paths:e},{headers:this.headers}),i=n?.download?`&download=${n.download===!0?"":n.download}`:"";return{data:o.map(a=>Object.assign(Object.assign({},a),{signedUrl:a.signedURL?encodeURI(`${this.url}${a.signedURL}${i}`):null})),error:null}}catch(o){if(this.shouldThrowOnError)throw o;if((0,jt.isStorageError)(o))return{data:null,error:o};throw o}})}download(e,r){let o=typeof r?.transform<"u"?"render/image/authenticated":"object",i=this.transformOptsToQueryString(r?.transform||{}),a=i?`?${i}`:"",s=this._getFinalPath(e),u=()=>(0,Nt.get)(this.fetch,`${this.url}/${o}/${s}${a}`,{headers:this.headers,noResolveJson:!0});return new ik.default(u,this.shouldThrowOnError)}info(e){return At.__awaiter(this,void 0,void 0,function*(){let r=this._getFinalPath(e);try{let n=yield(0,Nt.get)(this.fetch,`${this.url}/object/info/${r}`,{headers:this.headers});return{data:(0,jy.recursiveToCamel)(n),error:null}}catch(n){if(this.shouldThrowOnError)throw n;if((0,jt.isStorageError)(n))return{data:null,error:n};throw n}})}exists(e){return At.__awaiter(this,void 0,void 0,function*(){let r=this._getFinalPath(e);try{return yield(0,Nt.head)(this.fetch,`${this.url}/object/${r}`,{headers:this.headers}),{data:!0,error:null}}catch(n){if(this.shouldThrowOnError)throw n;if((0,jt.isStorageError)(n)&&n instanceof jt.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 At.__awaiter(this,void 0,void 0,function*(){try{return{data:yield(0,Nt.remove)(this.fetch,`${this.url}/object/${this.bucketId}`,{prefixes:e},{headers:this.headers}),error:null}}catch(r){if(this.shouldThrowOnError)throw r;if((0,jt.isStorageError)(r))return{data:null,error:r};throw r}})}list(e,r,n){return At.__awaiter(this,void 0,void 0,function*(){try{let o=Object.assign(Object.assign(Object.assign({},ak),r),{prefix:e||""});return{data:yield(0,Nt.post)(this.fetch,`${this.url}/object/list/${this.bucketId}`,o,{headers:this.headers},n),error:null}}catch(o){if(this.shouldThrowOnError)throw o;if((0,jt.isStorageError)(o))return{data:null,error:o};throw o}})}listV2(e,r){return At.__awaiter(this,void 0,void 0,function*(){try{let n=Object.assign({},e);return{data:yield(0,Nt.post)(this.fetch,`${this.url}/object/list-v2/${this.bucketId}`,n,{headers:this.headers},r),error:null}}catch(n){if(this.shouldThrowOnError)throw n;if((0,jt.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("&")}};Ap.default=Fp});var Op=x(lu=>{"use strict";Object.defineProperty(lu,"__esModule",{value:!0});lu.version=void 0;lu.version="2.79.0"});var kp=x(fu=>{"use strict";Object.defineProperty(fu,"__esModule",{value:!0});fu.DEFAULT_HEADERS=void 0;var sk=Op();fu.DEFAULT_HEADERS={"X-Client-Info":`storage-js/${sk.version}`}});var Uy=x(Pp=>{"use strict";Object.defineProperty(Pp,"__esModule",{value:!0});var qo=(fe(),re(le)),uk=kp(),Ho=hn(),Vo=cu(),ck=va(),$p=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({},uk.DEFAULT_HEADERS),r),this.fetch=(0,ck.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,Vo.get)(this.fetch,`${this.url}/bucket${r}`,{headers:this.headers}),error:null}}catch(r){if(this.shouldThrowOnError)throw r;if((0,Ho.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,Vo.get)(this.fetch,`${this.url}/bucket/${e}`,{headers:this.headers}),error:null}}catch(r){if(this.shouldThrowOnError)throw r;if((0,Ho.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,Vo.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,Ho.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,Vo.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,Ho.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,Vo.post)(this.fetch,`${this.url}/bucket/${e}/empty`,{},{headers:this.headers}),error:null}}catch(r){if(this.shouldThrowOnError)throw r;if((0,Ho.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,Vo.remove)(this.fetch,`${this.url}/bucket/${e}`,{},{headers:this.headers}),error:null}}catch(r){if(this.shouldThrowOnError)throw r;if((0,Ho.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():""}};Pp.default=$p});var Np=x(jp=>{"use strict";Object.defineProperty(jp,"__esModule",{value:!0});var Tp=(fe(),re(le)),lk=kp(),Ip=hn(),Rp=cu(),fk=va(),Bp=class{constructor(e,r={},n){this.shouldThrowOnError=!1,this.url=e.replace(/\/$/,""),this.headers=Object.assign(Object.assign({},lk.DEFAULT_HEADERS),r),this.fetch=(0,fk.resolveFetch)(n)}throwOnError(){return this.shouldThrowOnError=!0,this}createBucket(e){return Tp.__awaiter(this,void 0,void 0,function*(){try{return{data:yield(0,Rp.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 Tp.__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,Rp.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 Tp.__awaiter(this,void 0,void 0,function*(){try{return{data:yield(0,Rp.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}})}};jp.default=Bp});var du=x(pu=>{"use strict";Object.defineProperty(pu,"__esModule",{value:!0});pu.DEFAULT_HEADERS=void 0;var pk=Op();pu.DEFAULT_HEADERS={"X-Client-Info":`storage-js/${pk.version}`,"Content-Type":"application/json"}});var zo=x(br=>{"use strict";Object.defineProperty(br,"__esModule",{value:!0});br.StorageVectorsErrorCode=br.StorageVectorsUnknownError=br.StorageVectorsApiError=br.StorageVectorsError=void 0;br.isStorageVectorsError=dk;var Ca=class extends Error{constructor(e){super(e),this.__isStorageVectorsError=!0,this.name="StorageVectorsError"}};br.StorageVectorsError=Ca;function dk(t){return typeof t=="object"&&t!==null&&"__isStorageVectorsError"in t}var Lp=class extends Ca{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}}};br.StorageVectorsApiError=Lp;var Up=class extends Ca{constructor(e,r){super(e),this.name="StorageVectorsUnknownError",this.originalError=r}};br.StorageVectorsUnknownError=Up;var My;(function(t){t.InternalError="InternalError",t.S3VectorConflictException="S3VectorConflictException",t.S3VectorNotFoundException="S3VectorNotFoundException",t.S3VectorBucketNotEmpty="S3VectorBucketNotEmpty",t.S3VectorMaxBucketsExceeded="S3VectorMaxBucketsExceeded",t.S3VectorMaxIndexesExceeded="S3VectorMaxIndexesExceeded"})(My||(br.StorageVectorsErrorCode=My={}))});var Go=x(tr=>{"use strict";Object.defineProperty(tr,"__esModule",{value:!0});tr.validateVectorDimension=tr.normalizeToFloat32=tr.isPlainObject=tr.resolveResponse=tr.resolveFetch=void 0;var hk=t=>t?(...e)=>t(...e):(...e)=>fetch(...e);tr.resolveFetch=hk;var mk=()=>Response;tr.resolveResponse=mk;var gk=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)};tr.isPlainObject=gk;var Dk=t=>Array.from(new Float32Array(t));tr.normalizeToFloat32=Dk;var yk=(t,e)=>{if(e!==void 0&&t.float32.length!==e)throw new Error(`Vector dimension mismatch: expected ${e}, got ${t.float32.length}`)};tr.validateVectorDimension=yk});var gu=x(Ko=>{"use strict";Object.defineProperty(Ko,"__esModule",{value:!0});Ko.get=Ck;Ko.post=Ek;Ko.put=_k;Ko.remove=xk;var Wo=(fe(),re(le)),hu=zo(),bk=Go(),qy=t=>t.msg||t.message||t.error_description||t.error||JSON.stringify(t),vk=(t,e,r)=>Wo.__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 hu.StorageVectorsApiError(qy(a),o,s))}).catch(()=>{let a=o+"",s=i.statusText||`HTTP ${o} error`;e(new hu.StorageVectorsApiError(s,o,a))});else{let a=o+"",s=i.statusText||`HTTP ${o} error`;e(new hu.StorageVectorsApiError(s,o,a))}}else e(new hu.StorageVectorsUnknownError(qy(t),t))}),wk=(t,e,r,n)=>{let o={method:t,headers:e?.headers||{}};return t==="GET"||!n?o:((0,bk.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 mu(t,e,r,n,o,i){return Wo.__awaiter(this,void 0,void 0,function*(){return new Promise((a,s)=>{t(r,wk(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=>vk(u,s,n))})})}function Ck(t,e,r,n){return Wo.__awaiter(this,void 0,void 0,function*(){return mu(t,"GET",e,r,n)})}function Ek(t,e,r,n,o){return Wo.__awaiter(this,void 0,void 0,function*(){return mu(t,"POST",e,n,o,r)})}function _k(t,e,r,n,o){return Wo.__awaiter(this,void 0,void 0,function*(){return mu(t,"PUT",e,n,o,r)})}function xk(t,e,r,n,o){return Wo.__awaiter(this,void 0,void 0,function*(){return mu(t,"DELETE",e,n,o,r)})}});var Hp=x(qp=>{"use strict";Object.defineProperty(qp,"__esModule",{value:!0});var Du=(fe(),re(le)),Sk=du(),yu=zo(),bu=gu(),Fk=Go(),Mp=class{constructor(e,r={},n){this.shouldThrowOnError=!1,this.url=e.replace(/\/$/,""),this.headers=Object.assign(Object.assign({},Sk.DEFAULT_HEADERS),r),this.fetch=(0,Fk.resolveFetch)(n)}throwOnError(){return this.shouldThrowOnError=!0,this}createIndex(e){return Du.__awaiter(this,void 0,void 0,function*(){try{return{data:(yield(0,bu.post)(this.fetch,`${this.url}/CreateIndex`,e,{headers:this.headers}))||{},error:null}}catch(r){if(this.shouldThrowOnError)throw r;if((0,yu.isStorageVectorsError)(r))return{data:null,error:r};throw r}})}getIndex(e,r){return Du.__awaiter(this,void 0,void 0,function*(){try{return{data:yield(0,bu.post)(this.fetch,`${this.url}/GetIndex`,{vectorBucketName:e,indexName:r},{headers:this.headers}),error:null}}catch(n){if(this.shouldThrowOnError)throw n;if((0,yu.isStorageVectorsError)(n))return{data:null,error:n};throw n}})}listIndexes(e){return Du.__awaiter(this,void 0,void 0,function*(){try{return{data:yield(0,bu.post)(this.fetch,`${this.url}/ListIndexes`,e,{headers:this.headers}),error:null}}catch(r){if(this.shouldThrowOnError)throw r;if((0,yu.isStorageVectorsError)(r))return{data:null,error:r};throw r}})}deleteIndex(e,r){return Du.__awaiter(this,void 0,void 0,function*(){try{return{data:(yield(0,bu.post)(this.fetch,`${this.url}/DeleteIndex`,{vectorBucketName:e,indexName:r},{headers:this.headers}))||{},error:null}}catch(n){if(this.shouldThrowOnError)throw n;if((0,yu.isStorageVectorsError)(n))return{data:null,error:n};throw n}})}};qp.default=Mp});var Gp=x(zp=>{"use strict";Object.defineProperty(zp,"__esModule",{value:!0});var Ea=(fe(),re(le)),Ak=du(),_a=zo(),xa=gu(),Ok=Go(),Vp=class{constructor(e,r={},n){this.shouldThrowOnError=!1,this.url=e.replace(/\/$/,""),this.headers=Object.assign(Object.assign({},Ak.DEFAULT_HEADERS),r),this.fetch=(0,Ok.resolveFetch)(n)}throwOnError(){return this.shouldThrowOnError=!0,this}putVectors(e){return Ea.__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,xa.post)(this.fetch,`${this.url}/PutVectors`,e,{headers:this.headers}))||{},error:null}}catch(r){if(this.shouldThrowOnError)throw r;if((0,_a.isStorageVectorsError)(r))return{data:null,error:r};throw r}})}getVectors(e){return Ea.__awaiter(this,void 0,void 0,function*(){try{return{data:yield(0,xa.post)(this.fetch,`${this.url}/GetVectors`,e,{headers:this.headers}),error:null}}catch(r){if(this.shouldThrowOnError)throw r;if((0,_a.isStorageVectorsError)(r))return{data:null,error:r};throw r}})}listVectors(e){return Ea.__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,xa.post)(this.fetch,`${this.url}/ListVectors`,e,{headers:this.headers}),error:null}}catch(r){if(this.shouldThrowOnError)throw r;if((0,_a.isStorageVectorsError)(r))return{data:null,error:r};throw r}})}queryVectors(e){return Ea.__awaiter(this,void 0,void 0,function*(){try{return{data:yield(0,xa.post)(this.fetch,`${this.url}/QueryVectors`,e,{headers:this.headers}),error:null}}catch(r){if(this.shouldThrowOnError)throw r;if((0,_a.isStorageVectorsError)(r))return{data:null,error:r};throw r}})}deleteVectors(e){return Ea.__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,xa.post)(this.fetch,`${this.url}/DeleteVectors`,e,{headers:this.headers}))||{},error:null}}catch(r){if(this.shouldThrowOnError)throw r;if((0,_a.isStorageVectorsError)(r))return{data:null,error:r};throw r}})}};zp.default=Vp});var Yp=x(Kp=>{"use strict";Object.defineProperty(Kp,"__esModule",{value:!0});var vu=(fe(),re(le)),kk=du(),wu=zo(),Cu=gu(),$k=Go(),Wp=class{constructor(e,r={},n){this.shouldThrowOnError=!1,this.url=e.replace(/\/$/,""),this.headers=Object.assign(Object.assign({},kk.DEFAULT_HEADERS),r),this.fetch=(0,$k.resolveFetch)(n)}throwOnError(){return this.shouldThrowOnError=!0,this}createBucket(e){return vu.__awaiter(this,void 0,void 0,function*(){try{return{data:(yield(0,Cu.post)(this.fetch,`${this.url}/CreateVectorBucket`,{vectorBucketName:e},{headers:this.headers}))||{},error:null}}catch(r){if(this.shouldThrowOnError)throw r;if((0,wu.isStorageVectorsError)(r))return{data:null,error:r};throw r}})}getBucket(e){return vu.__awaiter(this,void 0,void 0,function*(){try{return{data:yield(0,Cu.post)(this.fetch,`${this.url}/GetVectorBucket`,{vectorBucketName:e},{headers:this.headers}),error:null}}catch(r){if(this.shouldThrowOnError)throw r;if((0,wu.isStorageVectorsError)(r))return{data:null,error:r};throw r}})}listBuckets(){return vu.__awaiter(this,arguments,void 0,function*(e={}){try{return{data:yield(0,Cu.post)(this.fetch,`${this.url}/ListVectorBuckets`,e,{headers:this.headers}),error:null}}catch(r){if(this.shouldThrowOnError)throw r;if((0,wu.isStorageVectorsError)(r))return{data:null,error:r};throw r}})}deleteBucket(e){return vu.__awaiter(this,void 0,void 0,function*(){try{return{data:(yield(0,Cu.post)(this.fetch,`${this.url}/DeleteVectorBucket`,{vectorBucketName:e},{headers:this.headers}))||{},error:null}}catch(r){if(this.shouldThrowOnError)throw r;if((0,wu.isStorageVectorsError)(r))return{data:null,error:r};throw r}})}};Kp.default=Wp});var Hy=x(mn=>{"use strict";Object.defineProperty(mn,"__esModule",{value:!0});mn.VectorIndexScope=mn.VectorBucketScope=mn.StorageVectorsClient=void 0;var rr=(fe(),re(le)),Pk=rr.__importDefault(Hp()),Tk=rr.__importDefault(Gp()),Ik=rr.__importDefault(Yp()),Jp=class extends Ik.default{constructor(e,r={}){super(e,r.headers||{},r.fetch)}from(e){return new Eu(this.url,this.headers,e,this.fetch)}};mn.StorageVectorsClient=Jp;var Eu=class extends Pk.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 rr.__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 rr.__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 rr.__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 rr.__awaiter(this,void 0,void 0,function*(){return r.deleteIndex.call(this,this.vectorBucketName,e)})}index(e){return new _u(this.url,this.headers,this.vectorBucketName,e,this.fetch)}};mn.VectorBucketScope=Eu;var _u=class extends Tk.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 rr.__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 rr.__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 rr.__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 rr.__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 rr.__awaiter(this,void 0,void 0,function*(){return r.deleteVectors.call(this,Object.assign(Object.assign({},e),{vectorBucketName:this.vectorBucketName,indexName:this.indexName}))})}};mn.VectorIndexScope=_u});var Qp=x(pe=>{"use strict";Object.defineProperty(pe,"__esModule",{value:!0});pe.validateVectorDimension=pe.normalizeToFloat32=pe.isPlainObject=pe.resolveResponse=pe.resolveFetch=pe.isStorageVectorsError=pe.StorageVectorsErrorCode=pe.StorageVectorsUnknownError=pe.StorageVectorsApiError=pe.StorageVectorsError=pe.VectorDataApi=pe.VectorIndexApi=pe.VectorBucketApi=pe.VectorIndexScope=pe.VectorBucketScope=pe.StorageVectorsClient=void 0;var Xp=(fe(),re(le)),Zp=Hy();Object.defineProperty(pe,"StorageVectorsClient",{enumerable:!0,get:function(){return Zp.StorageVectorsClient}});Object.defineProperty(pe,"VectorBucketScope",{enumerable:!0,get:function(){return Zp.VectorBucketScope}});Object.defineProperty(pe,"VectorIndexScope",{enumerable:!0,get:function(){return Zp.VectorIndexScope}});var Rk=Yp();Object.defineProperty(pe,"VectorBucketApi",{enumerable:!0,get:function(){return Xp.__importDefault(Rk).default}});var Bk=Hp();Object.defineProperty(pe,"VectorIndexApi",{enumerable:!0,get:function(){return Xp.__importDefault(Bk).default}});var jk=Gp();Object.defineProperty(pe,"VectorDataApi",{enumerable:!0,get:function(){return Xp.__importDefault(jk).default}});var Sa=zo();Object.defineProperty(pe,"StorageVectorsError",{enumerable:!0,get:function(){return Sa.StorageVectorsError}});Object.defineProperty(pe,"StorageVectorsApiError",{enumerable:!0,get:function(){return Sa.StorageVectorsApiError}});Object.defineProperty(pe,"StorageVectorsUnknownError",{enumerable:!0,get:function(){return Sa.StorageVectorsUnknownError}});Object.defineProperty(pe,"StorageVectorsErrorCode",{enumerable:!0,get:function(){return Sa.StorageVectorsErrorCode}});Object.defineProperty(pe,"isStorageVectorsError",{enumerable:!0,get:function(){return Sa.isStorageVectorsError}});var Fa=Go();Object.defineProperty(pe,"resolveFetch",{enumerable:!0,get:function(){return Fa.resolveFetch}});Object.defineProperty(pe,"resolveResponse",{enumerable:!0,get:function(){return Fa.resolveResponse}});Object.defineProperty(pe,"isPlainObject",{enumerable:!0,get:function(){return Fa.isPlainObject}});Object.defineProperty(pe,"normalizeToFloat32",{enumerable:!0,get:function(){return Fa.normalizeToFloat32}});Object.defineProperty(pe,"validateVectorDimension",{enumerable:!0,get:function(){return Fa.validateVectorDimension}})});var Vy=x(xu=>{"use strict";Object.defineProperty(xu,"__esModule",{value:!0});xu.StorageClient=void 0;var td=(fe(),re(le)),Nk=td.__importDefault(Ly()),Lk=td.__importDefault(Uy()),Uk=td.__importDefault(Np()),Mk=Qp(),ed=class extends Lk.default{constructor(e,r={},n,o){super(e,r,n,o)}from(e){return new Nk.default(this.url,this.headers,e,this.fetch)}get vectors(){return new Mk.StorageVectorsClient(this.url+"/vector",{headers:this.headers,fetch:this.fetch})}get analytics(){return new Uk.default(this.url+"/iceberg",this.headers,this.fetch)}};xu.StorageClient=ed});var Gy=x(zy=>{"use strict";Object.defineProperty(zy,"__esModule",{value:!0})});var Wy=x(Gr=>{"use strict";Object.defineProperty(Gr,"__esModule",{value:!0});Gr.StorageAnalyticsApi=Gr.StorageClient=void 0;var Su=(fe(),re(le)),qk=Vy();Object.defineProperty(Gr,"StorageClient",{enumerable:!0,get:function(){return qk.StorageClient}});var Hk=Np();Object.defineProperty(Gr,"StorageAnalyticsApi",{enumerable:!0,get:function(){return Su.__importDefault(Hk).default}});Su.__exportStar(Gy(),Gr);Su.__exportStar(hn(),Gr);Su.__exportStar(Qp(),Gr)});var Ky=x(Fu=>{"use strict";Object.defineProperty(Fu,"__esModule",{value:!0});Fu.version=void 0;Fu.version="2.79.0"});var Yy=x(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 Vk=Ky(),Aa="";typeof Deno<"u"?Aa="deno":typeof document<"u"?Aa="web":typeof navigator<"u"&&navigator.product==="ReactNative"?Aa="react-native":Aa="node";Gt.DEFAULT_HEADERS={"X-Client-Info":`supabase-js-${Aa}/${Vk.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 Jy=x(xr=>{"use strict";Object.defineProperty(xr,"__esModule",{value:!0});xr.fetchWithAuth=xr.resolveHeadersConstructor=xr.resolveFetch=void 0;var zk=t=>t?(...e)=>t(...e):(...e)=>fetch(...e);xr.resolveFetch=zk;var Gk=()=>Headers;xr.resolveHeadersConstructor=Gk;var Wk=(t,e,r)=>{let n=(0,xr.resolveFetch)(r),o=(0,xr.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}))}};xr.fetchWithAuth=Wk});var Zy=x(gn=>{"use strict";Object.defineProperty(gn,"__esModule",{value:!0});gn.isBrowser=void 0;gn.uuid=Kk;gn.ensureTrailingSlash=Xy;gn.applySettingDefaults=Jk;gn.validateSupabaseUrl=Xk;function Kk(){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 Xy(t){return t.endsWith("/")?t:t+"/"}var Yk=()=>typeof window<"u";gn.isBrowser=Yk;function Jk(t,e){var r,n;let{db:o,auth:i,realtime:a,global:s}=t,{db:u,auth:c,realtime:l,global:f}=e,d={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({},f),s),{headers:Object.assign(Object.assign({},(r=f?.headers)!==null&&r!==void 0?r:{}),(n=s?.headers)!==null&&n!==void 0?n:{})}),accessToken:async()=>""};return t.accessToken?d.accessToken=t.accessToken:delete d.accessToken,d}function Xk(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(Xy(e))}catch{throw Error("Invalid supabaseUrl: Provided URL is malformed.")}}});var hd={};qr(hd,{AuthAdminApi:()=>nd,AuthApiError:()=>od,AuthClient:()=>rd,AuthError:()=>vr,AuthImplicitGrantRedirectError:()=>cd,AuthInvalidCredentialsError:()=>ud,AuthInvalidTokenResponseError:()=>sd,AuthPKCEGrantCodeExchangeError:()=>ld,AuthRetryableError:()=>id,AuthSessionMissingError:()=>ad,AuthWeakPasswordError:()=>fd,GoTrueAdminApi:()=>Ou,GoTrueClient:()=>Au,NavigatorLockAcquireTimeoutError:()=>pd,isAuthApiError:()=>r3,isAuthError:()=>t3,isAuthRetryableError:()=>n3,isAuthSessionMissingError:()=>o3,isAuthWeakPasswordError:()=>i3,lockInternals:()=>e3,navigatorLock:()=>Zk,processLock:()=>Qk});var dd,Qy,Au,Ou,rd,nd,vr,od,id,ad,sd,ud,cd,ld,fd,Zk,Qk,pd,e3,t3,r3,n3,o3,i3,md=et(()=>{dd=()=>Promise.resolve({data:{session:null,user:null},error:null}),Qy={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}):dd}},Au=class{constructor(e){return this.options=e,new Proxy(this,Qy)}},Ou=class{constructor(e){return this.options=e,new Proxy(this,Qy)}},rd=class extends Au{},nd=class extends Ou{},vr=class extends Error{},od=class extends vr{},id=class extends vr{},ad=class extends vr{},sd=class extends vr{},ud=class extends vr{},cd=class extends vr{},ld=class extends vr{},fd=class extends vr{},Zk=dd,Qk=dd,pd=class extends Error{},e3={},t3=()=>!1,r3=()=>!1,n3=()=>!1,o3=()=>!1,i3=()=>!1});var e0=x(ku=>{"use strict";Object.defineProperty(ku,"__esModule",{value:!0});ku.SupabaseAuthClient=void 0;var a3=(md(),re(hd)),gd=class extends a3.AuthClient{constructor(e){super(e)}};ku.SupabaseAuthClient=gd});var bd=x(yd=>{"use strict";Object.defineProperty(yd,"__esModule",{value:!0});var s3=Zf(),u3=mp(),c3=(yp(),re(Dp)),l3=Wy(),$u=Yy(),f3=Jy(),t0=Zy(),p3=e0(),Dd=class{constructor(e,r,n){var o,i,a;this.supabaseUrl=e,this.supabaseKey=r;let s=(0,t0.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:$u.DEFAULT_DB_OPTIONS,realtime:$u.DEFAULT_REALTIME_OPTIONS,auth:Object.assign(Object.assign({},$u.DEFAULT_AUTH_OPTIONS),{storageKey:u}),global:$u.DEFAULT_GLOBAL_OPTIONS},l=(0,t0.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:(f,d)=>{throw new Error(`@supabase/supabase-js: Supabase Client is configured with the accessToken option, accessing supabase.auth.${String(d)} is not possible`)}})):this.auth=this._initSupabaseAuthClient((a=l.auth)!==null&&a!==void 0?a:{},this.headers,l.global.fetch),this.fetch=(0,f3.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.rest=new u3.PostgrestClient(new URL("rest/v1",s).href,{headers:this.headers,schema:l.db.schema,fetch:this.fetch}),this.storage=new l3.StorageClient(this.storageUrl.href,this.headers,this.fetch,n?.storage),l.accessToken||this._listenForAuthEvents()}get functions(){return new s3.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},f,d){let h={Authorization:`Bearer ${this.supabaseKey}`,apikey:`${this.supabaseKey}`};return new p3.SupabaseAuthClient({url:this.authUrl.href,headers:Object.assign(Object.assign({},h),f),storageKey:a,autoRefreshToken:e,persistSession:r,detectSessionInUrl:n,storage:o,userStorage:i,flowType:s,lock:u,debug:c,throwOnError:l,fetch:d,hasCustomAuthorizationHeader:Object.keys(this.headers).some(m=>m.toLowerCase()==="authorization")})}_initRealtimeClient(e){return new c3.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)}};yd.default=Dd});var o0=x(Pe=>{"use strict";var d3=Pe&&Pe.__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]})),r0=Pe&&Pe.__exportStar||function(t,e){for(var r in t)r!=="default"&&!Object.prototype.hasOwnProperty.call(e,r)&&d3(e,t,r)},n0=Pe&&Pe.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(Pe,"__esModule",{value:!0});Pe.createClient=Pe.SupabaseClient=Pe.FunctionRegion=Pe.FunctionsError=Pe.FunctionsRelayError=Pe.FunctionsFetchError=Pe.FunctionsHttpError=Pe.PostgrestError=void 0;var h3=n0(bd());r0((md(),re(hd)),Pe);var m3=mp();Object.defineProperty(Pe,"PostgrestError",{enumerable:!0,get:function(){return m3.PostgrestError}});var Oa=Zf();Object.defineProperty(Pe,"FunctionsHttpError",{enumerable:!0,get:function(){return Oa.FunctionsHttpError}});Object.defineProperty(Pe,"FunctionsFetchError",{enumerable:!0,get:function(){return Oa.FunctionsFetchError}});Object.defineProperty(Pe,"FunctionsRelayError",{enumerable:!0,get:function(){return Oa.FunctionsRelayError}});Object.defineProperty(Pe,"FunctionsError",{enumerable:!0,get:function(){return Oa.FunctionsError}});Object.defineProperty(Pe,"FunctionRegion",{enumerable:!0,get:function(){return Oa.FunctionRegion}});r0((yp(),re(Dp)),Pe);var g3=bd();Object.defineProperty(Pe,"SupabaseClient",{enumerable:!0,get:function(){return n0(g3).default}});var D3=(t,e,r)=>new h3.default(t,e,r);Pe.createClient=D3;function y3(){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}y3()&&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 vd=x((eV,i0)=>{i0.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 Pu=x(s0=>{var a0={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 b3(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(a0))s0[t]=b3(a0[t])});var p0=x((rV,f0)=>{var v3=require("fs"),tt=require("path"),u0=vd(),w3=Pu(),C3=typeof process=="object"&&process.platform==="win32",c0=t=>typeof t=="object"&&t!==null,l0=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 ze(t){this.sep=tt.sep,this.fs=v3,c0(t)&&c0(t.fs)&&typeof t.fs.statSync=="function"&&(this.fs=t.fs)}f0.exports=ze;ze.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 w3.FILE_IN_THE_WAY(`"${o}"`)}})}r(t)};ze.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=tt.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};ze.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=tt.dirname(t);i.fs.exists(c,function(l){l||i.makeDir(c),i.fs.open(t,"w",438,function(f,d){f?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)})})})})}):d?i.fs.write(d,e,0,e.length,0,function(){i.fs.close(d,function(){i.fs.chmod(t,n||438,function(){o(!0)})})}):i.fs.chmod(t,n||438,function(){o(!0)})})})})})};ze.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=tt.join(n,s),c=e.fs.statSync(u);(!o||o.test(u))&&a.push(tt.normalize(u)+(c.isDirectory()?e.sep:"")),c.isDirectory()&&i&&(a=a.concat(r(u,o,i)))}),a}return r(t,void 0,!0)};ze.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=tt.join(t,s),r.fs.stat(s,function(u,c){if(u)return e(u);c&&(n.push(tt.normalize(s)+(c.isDirectory()?r.sep:"")),c.isDirectory()?r.findFilesAsync(s,function(l,f){if(l)return e(l);n=n.concat(f),--a||e(null,n)}):--a||e(null,n))})})})};ze.prototype.getAttributes=function(){};ze.prototype.setAttributes=function(){};ze.crc32update=function(t,e){return l0[(t^e)&255]^t>>>8};ze.crc32=function(t){typeof t=="string"&&(t=Buffer.from(t,"utf8"));let e=t.length,r=-1;for(let n=0;n<e;)r=ze.crc32update(r,t[n++]);return~r>>>0};ze.methodToString=function(t){switch(t){case u0.STORED:return"STORED ("+t+")";case u0.DEFLATED:return"DEFLATED ("+t+")";default:return"UNSUPPORTED ("+t+")"}};ze.canonical=function(t){if(!t)return"";let e=tt.posix.normalize("/"+t.split("\\").join("/"));return tt.join(".",e)};ze.zipnamefix=function(t){if(!t)return"";let e=tt.posix.normalize("/"+t.split("\\").join("/"));return tt.posix.join(".",e)};ze.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]};ze.sanitize=function(t,e){t=tt.resolve(tt.normalize(t));for(var r=e.split("/"),n=0,o=r.length;n<o;n++){var i=tt.normalize(tt.join(t,r.slice(n,o).join(tt.sep)));if(i.indexOf(t)===0)return i}return tt.normalize(tt.join(t,tt.basename(e)))};ze.toBuffer=function(e,r){return Buffer.isBuffer(e)?e:e instanceof Uint8Array?Buffer.from(e):typeof e=="string"?r(e):Buffer.alloc(0)};ze.readBigUInt64LE=function(t,e){var r=Buffer.from(t.slice(e,e+8));return r.swap64(),parseInt(`0x${r.toString("hex")}`)};ze.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)};ze.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};ze.isWin=C3;ze.crcTable=l0});var h0=x((nV,d0)=>{var E3=require("path");d0.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=E3.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 g0=x((oV,m0)=>{m0.exports={efs:!0,encode:t=>Buffer.from(t,"utf8"),decode:t=>t.toString("utf8")}});var Jo=x((iV,Yo)=>{Yo.exports=p0();Yo.exports.Constants=vd();Yo.exports.Errors=Pu();Yo.exports.FileAttr=h0();Yo.exports.decoder=g0()});var y0=x((aV,D0)=>{var Dn=Jo(),W=Dn.Constants;D0.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,f=0,d=0,h=0,m=0;t|=Dn.isWin?2560:768,r|=W.FLG_EFS;let b={extraLen:0},D=g=>Math.max(0,g)>>>0,C=g=>Math.max(0,g)&65535,E=g=>Math.max(0,g)&255;return o=Dn.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&W.FLG_EFS)>0},set flags_efs(g){g?r|=W.FLG_EFS:r&=~W.FLG_EFS},get flags_desc(){return(r&W.FLG_DESC)>0},set flags_desc(g){g?r|=W.FLG_DESC:r&=~W.FLG_DESC},get method(){return n},set method(g){switch(g){case W.STORED:this.version=10;case W.DEFLATED:default:this.version=20}n=g},get time(){return Dn.fromDOS2Date(this.timeval)},set time(g){this.timeval=Dn.fromDate2DOS(g)},get timeval(){return o},set timeval(g){o=D(g)},get timeHighByte(){return E(o>>>8)},get crc(){return i},set crc(g){i=D(g)},get compressedSize(){return a},set compressedSize(g){a=D(g)},get size(){return s},set size(g){s=D(g)},get fileNameLength(){return u},set fileNameLength(g){u=g},get extraLength(){return c},set extraLength(g){c=g},get extraLocalLength(){return b.extraLen},set extraLocalLength(g){b.extraLen=g},get commentLength(){return l},set commentLength(g){l=g},get diskNumStart(){return f},set diskNumStart(g){f=D(g)},get inAttr(){return d},set inAttr(g){d=D(g)},get attr(){return h},set attr(g){h=D(g)},get fileAttr(){return(h||0)>>16&4095},get offset(){return m},set offset(g){m=D(g)},get encrypted(){return(r&W.FLG_ENC)===W.FLG_ENC},get centralHeaderSize(){return W.CENHDR+u+c+l},get realDataOffset(){return m+W.LOCHDR+b.fnameLen+b.extraLen},get localHeader(){return b},loadLocalHeaderFromBinary:function(g){var _=g.slice(m,m+W.LOCHDR);if(_.readUInt32LE(0)!==W.LOCSIG)throw Dn.Errors.INVALID_LOC();b.version=_.readUInt16LE(W.LOCVER),b.flags=_.readUInt16LE(W.LOCFLG),b.method=_.readUInt16LE(W.LOCHOW),b.time=_.readUInt32LE(W.LOCTIM),b.crc=_.readUInt32LE(W.LOCCRC),b.compressedSize=_.readUInt32LE(W.LOCSIZ),b.size=_.readUInt32LE(W.LOCLEN),b.fnameLen=_.readUInt16LE(W.LOCNAM),b.extraLen=_.readUInt16LE(W.LOCEXT);let S=m+W.LOCHDR+b.fnameLen,T=S+b.extraLen;return g.slice(S,T)},loadFromBinary:function(g){if(g.length!==W.CENHDR||g.readUInt32LE(0)!==W.CENSIG)throw Dn.Errors.INVALID_CEN();t=g.readUInt16LE(W.CENVEM),e=g.readUInt16LE(W.CENVER),r=g.readUInt16LE(W.CENFLG),n=g.readUInt16LE(W.CENHOW),o=g.readUInt32LE(W.CENTIM),i=g.readUInt32LE(W.CENCRC),a=g.readUInt32LE(W.CENSIZ),s=g.readUInt32LE(W.CENLEN),u=g.readUInt16LE(W.CENNAM),c=g.readUInt16LE(W.CENEXT),l=g.readUInt16LE(W.CENCOM),f=g.readUInt16LE(W.CENDSK),d=g.readUInt16LE(W.CENATT),h=g.readUInt32LE(W.CENATX),m=g.readUInt32LE(W.CENOFF)},localHeaderToBinary:function(){var g=Buffer.alloc(W.LOCHDR);return g.writeUInt32LE(W.LOCSIG,0),g.writeUInt16LE(e,W.LOCVER),g.writeUInt16LE(r,W.LOCFLG),g.writeUInt16LE(n,W.LOCHOW),g.writeUInt32LE(o,W.LOCTIM),g.writeUInt32LE(i,W.LOCCRC),g.writeUInt32LE(a,W.LOCSIZ),g.writeUInt32LE(s,W.LOCLEN),g.writeUInt16LE(u,W.LOCNAM),g.writeUInt16LE(b.extraLen,W.LOCEXT),g},centralHeaderToBinary:function(){var g=Buffer.alloc(W.CENHDR+u+c+l);return g.writeUInt32LE(W.CENSIG,0),g.writeUInt16LE(t,W.CENVEM),g.writeUInt16LE(e,W.CENVER),g.writeUInt16LE(r,W.CENFLG),g.writeUInt16LE(n,W.CENHOW),g.writeUInt32LE(o,W.CENTIM),g.writeUInt32LE(i,W.CENCRC),g.writeUInt32LE(a,W.CENSIZ),g.writeUInt32LE(s,W.CENLEN),g.writeUInt16LE(u,W.CENNAM),g.writeUInt16LE(c,W.CENEXT),g.writeUInt16LE(l,W.CENCOM),g.writeUInt16LE(f,W.CENDSK),g.writeUInt16LE(d,W.CENATT),g.writeUInt32LE(h,W.CENATX),g.writeUInt32LE(m,W.CENOFF),g},toJSON:function(){let g=function(_){return _+" bytes"};return{made:t,version:e,flags:r,method:Dn.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:f,inAttr:d,attr:h,offset:m,centralHeaderSize:g(W.CENHDR+u+c+l)}},toString:function(){return JSON.stringify(this.toJSON(),null," ")}}}});var v0=x((sV,b0)=>{var Xo=Jo(),Me=Xo.Constants;b0.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 Me.ENDHDR+o},loadFromBinary:function(i){if((i.length!==Me.ENDHDR||i.readUInt32LE(0)!==Me.ENDSIG)&&(i.length<Me.ZIP64HDR||i.readUInt32LE(0)!==Me.ZIP64SIG))throw Xo.Errors.INVALID_END();i.readUInt32LE(0)===Me.ENDSIG?(t=i.readUInt16LE(Me.ENDSUB),e=i.readUInt16LE(Me.ENDTOT),r=i.readUInt32LE(Me.ENDSIZ),n=i.readUInt32LE(Me.ENDOFF),o=i.readUInt16LE(Me.ENDCOM)):(t=Xo.readBigUInt64LE(i,Me.ZIP64SUB),e=Xo.readBigUInt64LE(i,Me.ZIP64TOT),r=Xo.readBigUInt64LE(i,Me.ZIP64SIZE),n=Xo.readBigUInt64LE(i,Me.ZIP64OFF),o=0)},toBinary:function(){var i=Buffer.alloc(Me.ENDHDR+o);return i.writeUInt32LE(Me.ENDSIG,0),i.writeUInt32LE(0,4),i.writeUInt16LE(t,Me.ENDSUB),i.writeUInt16LE(e,Me.ENDTOT),i.writeUInt32LE(r,Me.ENDSIZ),i.writeUInt32LE(n,Me.ENDOFF),i.writeUInt16LE(o,Me.ENDCOM),i.fill(" ",Me.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 Cd=x(wd=>{wd.EntryHeader=y0();wd.MainHeader=v0()});var C0=x((cV,w0)=>{w0.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 _0=x((lV,E0)=>{var _3=+(process.versions?process.versions.node:"").split(".")[0]||0;E0.exports=function(t,e){var r=require("zlib");let n=_3>=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 f=a[l];f.copy(u,c),c+=f.length}o&&o(u)}),i.end(t)}}}});var O0=x((fV,A0)=>{"use strict";var{randomFillSync:x0}=require("crypto"),x3=Pu(),S3=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}),F0=(t,e)=>Math.imul(t,e)>>>0,S0=(t,e)=>S3[(t^e)&255]^t>>>8,ka=()=>typeof x0=="function"?x0(Buffer.alloc(12)):ka.node();ka.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 Tu={genSalt:ka};function Iu(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])}Iu.prototype.updateKeys=function(t){let e=this.keys;return e[0]=S0(e[0],t),e[1]+=e[0]&255,e[1]=F0(e[1],134775813)+1,e[2]=S0(e[2],e[1]>>>24),t};Iu.prototype.next=function(){let t=(this.keys[2]|2)>>>0;return F0(t,t^1)>>8&255};function F3(t){let e=new Iu(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 A3(t){let e=new Iu(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 O3(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 x3.WRONG_PASSWORD();return n(t.slice(12))}function k3(t){Buffer.isBuffer(t)&&t.length>=12?Tu.genSalt=function(){return t.slice(0,12)}:t==="node"?Tu.genSalt=ka.node:Tu.genSalt=ka}function $3(t,e,r,n=!1){t==null&&(t=Buffer.alloc(0)),Buffer.isBuffer(t)||(t=Buffer.from(t.toString()));let o=A3(r),i=Tu.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)}A0.exports={decrypt:O3,encrypt:$3,_salter:k3}});var k0=x(Ru=>{Ru.Deflater=C0();Ru.Inflater=_0();Ru.ZipCrypto=O0()});var _d=x((dV,$0)=>{var xe=Jo(),P3=Cd(),Ge=xe.Constants,Ed=k0();$0.exports=function(t,e){var r=new P3.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,f=typeof l.decoder=="object"?l.decoder:xe.decoder;c=f.hasOwnProperty("efs")?f.efs:!1;function d(){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 _={},S=r.realDataOffset+r.compressedSize;if(e.readUInt32LE(S)==Ge.LOCSIG||e.readUInt32LE(S)==Ge.CENSIG)throw xe.Errors.DESCRIPTOR_NOT_EXIST();if(e.readUInt32LE(S)==Ge.EXTSIG)_.crc=e.readUInt32LE(S+Ge.EXTCRC),_.compressedSize=e.readUInt32LE(S+Ge.EXTSIZ),_.size=e.readUInt32LE(S+Ge.EXTLEN);else if(e.readUInt16LE(S+12)===19280)_.crc=e.readUInt32LE(S+Ge.EXTCRC-4),_.compressedSize=e.readUInt32LE(S+Ge.EXTSIZ-4),_.size=e.readUInt32LE(S+Ge.EXTLEN-4);else throw xe.Errors.DESCRIPTOR_UNKNOWN();if(_.compressedSize!==r.compressedSize||_.size!==r.size||_.crc!==r.crc)throw xe.Errors.DESCRIPTOR_FAULTY();if(xe.crc32(g)!==_.crc)return!1}else if(xe.crc32(g)!==r.localHeader.crc)return!1;return!0}function m(g,_,S){if(typeof _>"u"&&typeof g=="string"&&(S=g,g=void 0),i)return g&&_&&_(Buffer.alloc(0),xe.Errors.DIRECTORY_CONTENT_ERROR()),Buffer.alloc(0);var T=d();if(T.length===0)return g&&_&&_(T),T;if(r.encrypted){if(typeof S!="string"&&!Buffer.isBuffer(S))throw xe.Errors.INVALID_PASS_PARAM();T=Ed.ZipCrypto.decrypt(T,r,S)}var O=Buffer.alloc(r.size);switch(r.method){case xe.Constants.STORED:if(T.copy(O),h(O))return g&&_&&_(O),O;throw g&&_&&_(O,xe.Errors.BAD_CRC()),xe.Errors.BAD_CRC();case xe.Constants.DEFLATED:var B=new Ed.Inflater(T,r.size);if(g)B.inflateAsync(function(R){R.copy(R,0),_&&(h(R)?_(R):_(R,xe.Errors.BAD_CRC()))});else{if(B.inflate(O).copy(O,0),!h(O))throw xe.Errors.BAD_CRC(`"${f.decode(n)}"`);return O}break;default:throw g&&_&&_(Buffer.alloc(0),xe.Errors.UNKNOWN_METHOD()),xe.Errors.UNKNOWN_METHOD()}}function b(g,_){if((!a||!a.length)&&Buffer.isBuffer(e))return g&&_&&_(d()),d();if(a.length&&!i){var S;switch(r.method){case xe.Constants.STORED:return r.compressedSize=r.size,S=Buffer.alloc(a.length),a.copy(S),g&&_&&_(S),S;default:case xe.Constants.DEFLATED:var T=new Ed.Deflater(a);if(g)T.deflateAsync(function(B){S=Buffer.alloc(B.length),r.compressedSize=B.length,B.copy(S),_&&_(S)});else{var O=T.deflate();return r.compressedSize=O.length,O}T=null;break}}else if(g&&_)_(Buffer.alloc(0));else return Buffer.alloc(0)}function D(g,_){return(g.readUInt32LE(_+4)<<4)+g.readUInt32LE(_)}function C(g){try{for(var _=0,S,T,O;_+4<g.length;)S=g.readUInt16LE(_),_+=2,T=g.readUInt16LE(_),_+=2,O=g.slice(_,_+T),_+=T,Ge.ID_ZIP64===S&&E(O)}catch{throw xe.Errors.EXTRA_FIELD_PARSE_ERROR()}}function E(g){var _,S,T,O;g.length>=Ge.EF_ZIP64_SCOMP&&(_=D(g,Ge.EF_ZIP64_SUNCOMP),r.size===Ge.EF_ZIP64_OR_32&&(r.size=_)),g.length>=Ge.EF_ZIP64_RHO&&(S=D(g,Ge.EF_ZIP64_SCOMP),r.compressedSize===Ge.EF_ZIP64_OR_32&&(r.compressedSize=S)),g.length>=Ge.EF_ZIP64_DSN&&(T=D(g,Ge.EF_ZIP64_RHO),r.offset===Ge.EF_ZIP64_OR_32&&(r.offset=T)),g.length>=Ge.EF_ZIP64_DSN+4&&(O=g.readUInt32LE(Ge.EF_ZIP64_DSN),r.diskNumStart===Ge.EF_ZIP64_OR_16&&(r.diskNumStart=O))}return{get entryName(){return f.decode(n)},get rawEntryName(){return n},set entryName(g){n=xe.toBuffer(g,f.encode);var _=n[n.length-1];i=_===47||_===92,r.fileNameLength=n.length},get efs(){return typeof c=="function"?c(this.entryName):c},get extra(){return s},set extra(g){s=g,r.extraLength=g.length,C(g)},get comment(){return f.decode(o)},set comment(g){if(o=xe.toBuffer(g,f.encode),r.commentLength=o.length,o.length>65535)throw xe.Errors.COMMENT_TOO_LONG()},get name(){var g=f.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=xe.toBuffer(g,xe.decoder.encode),!i&&a.length?(r.size=a.length,r.method=xe.Constants.DEFLATED,r.crc=xe.crc32(g),r.changed=!0):r.method=xe.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(),_=xe.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(),S=Buffer.alloc(_.length+n.length+r.extraLocalLength);return _.copy(S,g),g+=_.length,n.copy(S,g),g+=n.length,u.copy(S,g),g+=u.length,S},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 I0=x((hV,T0)=>{var P0=_d(),T3=Cd(),dt=Jo();T0.exports=function(t,e){var r=[],n={},o=Buffer.alloc(0),i=new T3.MainHeader,a=!1,s=null;let u=new Set,c=e,{noSort:l,decoder:f}=c;t?m(c.readEntries):a=!0;function d(){let D=new Set;for(let C of Object.keys(n)){let E=C.split("/");if(E.pop(),!!E.length)for(let g=0;g<E.length;g++){let _=E.slice(0,g+1).join("/")+"/";D.add(_)}}for(let C of D)if(!(C in n)){let E=new P0(c);E.entryName=C,E.attr=16,E.temporary=!0,r.push(E),n[E.entryName]=E,u.add(E)}}function h(){if(a=!0,n={},i.diskEntries>(t.length-i.offset)/dt.Constants.CENHDR)throw dt.Errors.DISK_ENTRY_TOO_LARGE();r=new Array(i.diskEntries);for(var D=i.offset,C=0;C<r.length;C++){var E=D,g=new P0(c,t);g.header=t.slice(E,E+=dt.Constants.CENHDR),g.entryName=t.slice(E,E+=g.header.fileNameLength),g.header.extraLength&&(g.extra=t.slice(E,E+=g.header.extraLength)),g.header.commentLength&&(g.comment=t.slice(E,E+g.header.commentLength)),D+=g.header.centralHeaderSize,r[C]=g,n[g.entryName]=g}u.clear(),d()}function m(D){var C=t.length-dt.Constants.ENDHDR,E=Math.max(0,C-65535),g=E,_=t.length,S=-1,T=0;for((typeof c.trailingSpace=="boolean"?c.trailingSpace:!1)&&(E=0),C;C>=g;C--)if(t[C]===80){if(t.readUInt32LE(C)===dt.Constants.ENDSIG){S=C,T=C,_=C+dt.Constants.ENDHDR,g=C-dt.Constants.END64HDR;continue}if(t.readUInt32LE(C)===dt.Constants.END64SIG){g=E;continue}if(t.readUInt32LE(C)===dt.Constants.ZIP64SIG){S=C,_=C+dt.readBigUInt64LE(t,C+dt.Constants.ZIP64SIZE)+dt.Constants.ZIP64LEAD;break}}if(S==-1)throw dt.Errors.INVALID_FORMAT();i.loadFromBinary(t.slice(S,_)),i.commentLength&&(o=t.slice(T+dt.Constants.ENDHDR)),D&&h()}function b(){r.length>1&&!l&&r.sort((D,C)=>D.entryName.toLowerCase().localeCompare(C.entryName.toLowerCase()))}return{get entries(){return a||h(),r.filter(D=>!u.has(D))},get comment(){return f.decode(o)},set comment(D){o=dt.toBuffer(D,f.encode),i.commentLength=o.length},getEntryCount:function(){return a?r.length:i.diskEntries},forEach:function(D){this.entries.forEach(D)},getEntry:function(D){return a||h(),n[D]||null},setEntry:function(D){a||h(),r.push(D),n[D.entryName]=D,i.totalEntries=r.length},deleteFile:function(D,C=!0){a||h();let E=n[D];this.getEntryChildren(E,C).map(_=>_.entryName).forEach(this.deleteEntry)},deleteEntry:function(D){a||h();let C=n[D],E=r.indexOf(C);E>=0&&(r.splice(E,1),delete n[D],i.totalEntries=r.length)},getEntryChildren:function(D,C=!0){if(a||h(),typeof D=="object")if(D.isDirectory&&C){let E=[],g=D.entryName;for(let _ of r)_.entryName.startsWith(g)&&E.push(_);return E}else return[D];return[]},getChildCount:function(D){if(D&&D.isDirectory){let C=this.getEntryChildren(D);return C.includes(D)?C.length-1:C.length}return 0},compressToBuffer:function(){a||h(),b();let D=[],C=[],E=0,g=0;i.size=0,i.offset=0;let _=0;for(let O of this.entries){let B=O.getCompressedData();O.header.offset=g;let R=O.packLocalHeader(),N=R.length+B.length;g+=N,D.push(R),D.push(B);let A=O.packCentralHeader();C.push(A),i.size+=A.length,E+=N+A.length,_++}E+=i.mainHeaderSize,i.offset=g,i.totalEntries=_,g=0;let S=Buffer.alloc(E);for(let O of D)O.copy(S,g),g+=O.length;for(let O of C)O.copy(S,g),g+=O.length;let T=i.toBinary();return o&&o.copy(T,dt.Constants.ENDHDR),T.copy(S,g),t=S,a=!1,S},toAsyncBuffer:function(D,C,E,g){try{a||h(),b();let _=[],S=[],T=0,O=0,B=0;i.size=0,i.offset=0;let R=function(N){if(N.length>0){let A=N.shift(),U=A.entryName+A.extra.toString();E&&E(U),A.getCompressedDataAsync(function(M){g&&g(U),A.header.offset=O;let Q=A.packLocalHeader(),$=Q.length+M.length;O+=$,_.push(Q),_.push(M);let y=A.packCentralHeader();S.push(y),i.size+=y.length,T+=$+y.length,B++,R(N)})}else{T+=i.mainHeaderSize,i.offset=O,i.totalEntries=B,O=0;let A=Buffer.alloc(T);_.forEach(function(M){M.copy(A,O),O+=M.length}),S.forEach(function(M){M.copy(A,O),O+=M.length});let U=i.toBinary();o&&o.copy(U,dt.Constants.ENDHDR),U.copy(A,O),t=A,a=!1,D(A)}};R(Array.from(this.entries))}catch(_){C(_)}}}}});var j0=x((mV,B0)=>{var qe=Jo(),We=require("path"),I3=_d(),R3=I0(),Gn=(...t)=>qe.findLast(t,e=>typeof e=="boolean"),R0=(...t)=>qe.findLast(t,e=>typeof e=="string"),B3=(...t)=>qe.findLast(t,e=>typeof e=="function"),j3={noSort:!1,readEntries:!1,method:qe.Constants.NONE,fs:null};B0.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=qe.Constants.BUFFER,t=void 0)),Object.assign(n,e);let o=new qe(n);if((typeof n.decoder!="object"||typeof n.decoder.encode!="function"||typeof n.decoder.decode!="function")&&(n.decoder=qe.decoder),t&&typeof t=="string")if(o.fs.existsSync(t))n.method=qe.Constants.FILE,n.filename=t,r=o.fs.readFileSync(t);else throw qe.Errors.INVALID_FILENAME();let i=new R3(r,n),{canonical:a,sanitize:s,zipnamefix:u}=qe;function c(h){if(h&&i){var m;if(typeof h=="string"&&(m=i.getEntry(We.posix.normalize(h))),typeof h=="object"&&typeof h.entryName<"u"&&typeof h.header<"u"&&(m=i.getEntry(h.entryName)),m)return m}return null}function l(h){let{join:m,normalize:b,sep:D}=We.posix;return m(".",b(D+h.split("\\").join(D)+D))}function f(h){return h instanceof RegExp?(function(m){return function(b){return m.test(b)}})(h):typeof h!="function"?()=>!0:h}let d=(h,m)=>{let b=m.slice(-1);return b=b===o.sep?o.sep:"",We.relative(h,m)+b};return{readFile:function(h,m){var b=c(h);return b&&b.getData(m)||null},childCount:function(h){let m=c(h);if(m)return i.getChildCount(m)},readFileAsync:function(h,m){var b=c(h);b?b.getDataAsync(m):m(null,"getEntry failed for:"+h)},readAsText:function(h,m){var b=c(h);if(b){var D=b.getData();if(D&&D.length)return D.toString(m||"utf8")}return""},readAsTextAsync:function(h,m,b){var D=c(h);D?D.getDataAsync(function(C,E){if(E){m(C,E);return}C&&C.length?m(C.toString(b||"utf8")):m("")}):m("")},deleteFile:function(h,m=!0){var b=c(h);b&&i.deleteFile(b.entryName,m)},deleteEntry:function(h){var m=c(h);m&&i.deleteEntry(m.entryName)},addZipComment:function(h){i.comment=h},getZipComment:function(){return i.comment||""},addZipEntryComment:function(h,m){var b=c(h);b&&(b.comment=m)},getZipEntryComment:function(h){var m=c(h);return m&&m.comment||""},updateFile:function(h,m){var b=c(h);b&&b.setData(m)},addLocalFile:function(h,m,b,D){if(o.fs.existsSync(h)){m=m?l(m):"";let C=We.win32.basename(We.win32.normalize(h));m+=b||C;let E=o.fs.statSync(h),g=E.isFile()?o.fs.readFileSync(h):Buffer.alloc(0);E.isDirectory()&&(m+=o.sep),this.addFile(m,g,D,E)}else throw qe.Errors.FILE_NOT_FOUND(h)},addLocalFileAsync:function(h,m){h=typeof h=="object"?h:{localPath:h};let b=We.resolve(h.localPath),{comment:D}=h,{zipPath:C,zipName:E}=h,g=this;o.fs.stat(b,function(_,S){if(_)return m(_,!1);C=C?l(C):"";let T=We.win32.basename(We.win32.normalize(b));if(C+=E||T,S.isFile())o.fs.readFile(b,function(O,B){return O?m(O,!1):(g.addFile(C,B,D,S),setImmediate(m,void 0,!0))});else if(S.isDirectory())return C+=o.sep,g.addFile(C,Buffer.alloc(0),D,S),setImmediate(m,void 0,!0)})},addLocalFolder:function(h,m,b){if(b=f(b),m=m?l(m):"",h=We.normalize(h),o.fs.existsSync(h)){let D=o.findFiles(h),C=this;if(D.length)for(let E of D){let g=We.join(m,d(h,E));b(g)&&C.addLocalFile(E,We.dirname(g))}}else throw qe.Errors.FILE_NOT_FOUND(h)},addLocalFolderAsync:function(h,m,b,D){D=f(D),b=b?l(b):"",h=We.normalize(h);var C=this;o.fs.open(h,"r",function(E){if(E&&E.code==="ENOENT")m(void 0,qe.Errors.FILE_NOT_FOUND(h));else if(E)m(void 0,E);else{var g=o.findFiles(h),_=-1,S=function(){if(_+=1,_<g.length){var T=g[_],O=d(h,T).split("\\").join("/");O=O.normalize("NFD").replace(/[\u0300-\u036f]/g,"").replace(/[^\x20-\x7E]/g,""),D(O)?o.fs.stat(T,function(B,R){B&&m(void 0,B),R.isFile()?o.fs.readFile(T,function(N,A){N?m(void 0,N):(C.addFile(b+O,A,"",R),S())}):(C.addFile(b+O+"/",Buffer.alloc(0),"",R),S())}):process.nextTick(()=>{S()})}else m(!0,void 0)};S()}})},addLocalFolderAsync2:function(h,m){let b=this;h=typeof h=="object"?h:{localPath:h},localPath=We.resolve(l(h.localPath));let{zipPath:D,filter:C,namefix:E}=h;C instanceof RegExp?C=(function(S){return function(T){return S.test(T)}})(C):typeof C!="function"&&(C=function(){return!0}),D=D?l(D):"",E=="latin1"&&(E=S=>S.normalize("NFD").replace(/[\u0300-\u036f]/g,"").replace(/[^\x20-\x7E]/g,"")),typeof E!="function"&&(E=S=>S);let g=S=>We.join(D,E(d(localPath,S))),_=S=>We.win32.basename(We.win32.normalize(E(S)));o.fs.open(localPath,"r",function(S){S&&S.code==="ENOENT"?m(void 0,qe.Errors.FILE_NOT_FOUND(localPath)):S?m(void 0,S):o.findFilesAsync(localPath,function(T,O){if(T)return m(T);O=O.filter(B=>C(g(B))),O.length||m(void 0,!1),setImmediate(O.reverse().reduce(function(B,R){return function(N,A){if(N||A===!1)return setImmediate(B,N,!1);b.addLocalFileAsync({localPath:R,zipPath:We.dirname(g(R)),zipName:_(R)},B)}},m))})})},addLocalFolderPromise:function(h,m){return new Promise((b,D)=>{this.addLocalFolderAsync2(Object.assign({localPath:h},m),(C,E)=>{C&&D(C),E&&b(this)})})},addFile:function(h,m,b,D){h=u(h);let C=c(h),E=C!=null;E||(C=new I3(n),C.entryName=h),C.comment=b||"";let g=typeof D=="object"&&D instanceof o.fs.Stats;g&&(C.header.time=D.mtime);var _=C.isDirectory?16:0;let S=C.isDirectory?16384:32768;return g?S|=4095&D.mode:typeof D=="number"?S|=4095&D:S|=C.isDirectory?493:420,_=(_|S<<16)>>>0,C.attr=_,C.setData(m),E||i.setEntry(C),C},getEntries:function(h){return i.password=h,i?i.entries:[]},getEntry:function(h){return c(h)},getEntryCount:function(){return i.getEntryCount()},forEach:function(h){return i.forEach(h)},extractEntryTo:function(h,m,b,D,C,E){D=Gn(!1,D),C=Gn(!1,C),b=Gn(!0,b),E=R0(C,E);var g=c(h);if(!g)throw qe.Errors.NO_ENTRY();var _=a(g.entryName),S=s(m,E&&!g.isDirectory?E:b?_:We.basename(_));if(g.isDirectory){var T=i.getEntryChildren(g);return T.forEach(function(R){if(R.isDirectory)return;var N=R.getData();if(!N)throw qe.Errors.CANT_EXTRACT_FILE();var A=a(R.entryName),U=s(m,b?A:We.basename(A));let M=C?R.header.fileAttr:void 0;o.writeFileTo(U,N,D,M)}),!0}var O=g.getData(i.password);if(!O)throw qe.Errors.CANT_EXTRACT_FILE();if(o.fs.existsSync(S)&&!D)throw qe.Errors.CANT_OVERRIDE();let B=C?h.header.fileAttr:void 0;return o.writeFileTo(S,O,D,B),!0},test:function(h){if(!i)return!1;for(var m in i.entries)try{if(m.isDirectory)continue;var b=i.entries[m].getData(h);if(!b)return!1}catch{return!1}return!0},extractAllTo:function(h,m,b,D){if(b=Gn(!1,b),D=R0(b,D),m=Gn(!1,m),!i)throw qe.Errors.NO_ZIP();i.entries.forEach(function(C){var E=s(h,a(C.entryName));if(C.isDirectory){o.makeDir(E);return}var g=C.getData(D);if(!g)throw qe.Errors.CANT_EXTRACT_FILE();let _=b?C.header.fileAttr:void 0;o.writeFileTo(E,g,m,_);try{o.fs.utimesSync(E,C.header.time,C.header.time)}catch{throw qe.Errors.CANT_EXTRACT_FILE()}})},extractAllToAsync:function(h,m,b,D){if(D=B3(m,b,D),b=Gn(!1,b),m=Gn(!1,m),!D)return new Promise((S,T)=>{this.extractAllToAsync(h,m,b,function(O){O?T(O):S(this)})});if(!i){D(qe.Errors.NO_ZIP());return}h=We.resolve(h);let C=S=>s(h,We.normalize(a(S.entryName))),E=(S,T)=>new Error(S+': "'+T+'"'),g=[],_=[];i.entries.forEach(S=>{S.isDirectory?g.push(S):_.push(S)});for(let S of g){let T=C(S),O=b?S.header.fileAttr:void 0;try{o.makeDir(T),O&&o.fs.chmodSync(T,O),o.fs.utimesSync(T,S.header.time,S.header.time)}catch{D(E("Unable to create folder",T))}}_.reverse().reduce(function(S,T){return function(O){if(O)S(O);else{let B=We.normalize(a(T.entryName)),R=s(h,B);T.getDataAsync(function(N,A){if(A)S(A);else if(!N)S(qe.Errors.CANT_EXTRACT_FILE());else{let U=b?T.header.fileAttr:void 0;o.writeFileToAsync(R,N,m,U,function(M){M||S(E("Unable to write file",R)),o.fs.utimes(R,T.header.time,T.header.time,function(Q){Q?S(E("Unable to set times",R)):S()})})}})}}},D)()},writeZip:function(h,m){if(arguments.length===1&&typeof h=="function"&&(m=h,h=""),!h&&n.filename&&(h=n.filename),!!h){var b=i.compressToBuffer();if(b){var D=o.writeFileTo(h,b,!0);typeof m=="function"&&m(D?null:new Error("failed"),"")}}},writeZipPromise:function(h,m){let{overwrite:b,perm:D}=Object.assign({overwrite:!0},m);return new Promise((C,E)=>{!h&&n.filename&&(h=n.filename),h||E("ADM-ZIP: ZIP File Name Missing"),this.toBufferPromise().then(g=>{let _=S=>S?C(S):E("ADM-ZIP: Wasn't able to write zip file");o.writeFileToAsync(h,g,b,D,_)},E)})},toBufferPromise:function(){return new Promise((h,m)=>{i.toAsyncBuffer(h,m)})},toBuffer:function(h,m,b,D){return typeof h=="function"?(i.toAsyncBuffer(h,m,b,D),null):i.compressToBuffer()}}}});var M0=x((gV,U0)=>{var L0={};U0.exports=L0;var N0={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(N0).forEach(function(t){var e=N0[t],r=L0[t]=[];r.open="\x1B["+e[0]+"m",r.close="\x1B["+e[1]+"m"})});var H0=x((DV,q0)=>{"use strict";q0.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 z0=x((yV,V0)=>{"use strict";var N3=require("os"),wr=H0(),Ot=process.env,Zo=void 0;wr("no-color")||wr("no-colors")||wr("color=false")?Zo=!1:(wr("color")||wr("colors")||wr("color=true")||wr("color=always"))&&(Zo=!0);"FORCE_COLOR"in Ot&&(Zo=Ot.FORCE_COLOR.length===0||parseInt(Ot.FORCE_COLOR,10)!==0);function L3(t){return t===0?!1:{level:t,hasBasic:!0,has256:t>=2,has16m:t>=3}}function U3(t){if(Zo===!1)return 0;if(wr("color=16m")||wr("color=full")||wr("color=truecolor"))return 3;if(wr("color=256"))return 2;if(t&&!t.isTTY&&Zo!==!0)return 0;var e=Zo?1:0;if(process.platform==="win32"){var r=N3.release().split(".");return Number(process.versions.node.split(".")[0])>=8&&Number(r[0])>=10&&Number(r[2])>=10586?Number(r[2])>=14931?3:2:1}if("CI"in Ot)return["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI"].some(function(o){return o in Ot})||Ot.CI_NAME==="codeship"?1:e;if("TEAMCITY_VERSION"in Ot)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(Ot.TEAMCITY_VERSION)?1:0;if("TERM_PROGRAM"in Ot){var n=parseInt((Ot.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(Ot.TERM_PROGRAM){case"iTerm.app":return n>=3?3:2;case"Hyper":return 3;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(Ot.TERM)?2:/^screen|^xterm|^vt100|^rxvt|color|ansi|cygwin|linux/i.test(Ot.TERM)||"COLORTERM"in Ot?1:(Ot.TERM==="dumb",e)}function xd(t){var e=U3(t);return L3(e)}V0.exports={supportsColor:xd,stdout:xd(process.stdout),stderr:xd(process.stderr)}});var W0=x((bV,G0)=>{G0.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 Y0=x((vV,K0)=>{K0.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="",f,d;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(d in u)if(!a(d)){switch(l=l+u[d],f={up:0,down:0,mid:0},c.size){case"mini":f.up=i(8),f.mid=i(2),f.down=i(8);break;case"maxi":f.up=i(16)+3,f.mid=i(4)+1,f.down=i(64)+3;break;default:f.up=i(8)+1,f.mid=i(6)/2,f.down=i(8)+1;break}var h=["up","mid","down"];for(var m in h)for(var b=h[m],D=0;D<=f[b];D++)c[b]&&(l=l+n[b][i(n[b].length)])}return l}return s(e,r)}});var X0=x((wV,J0)=>{J0.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 Q0=x((CV,Z0)=>{Z0.exports=function(t){return function(e,r,n){return r%2===0?e:t.inverse(e)}}});var tb=x((EV,eb)=>{eb.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 nb=x((_V,rb)=>{rb.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 cb=x((SV,ub)=>{var ce={};ub.exports=ce;ce.themes={};var M3=require("util"),Wn=ce.styles=M0(),ib=Object.defineProperties,q3=new RegExp(/[\r\n]+/g);ce.supportsColor=z0().supportsColor;typeof ce.enabled>"u"&&(ce.enabled=ce.supportsColor()!==!1);ce.enable=function(){ce.enabled=!0};ce.disable=function(){ce.enabled=!1};ce.stripColors=ce.strip=function(t){return(""+t).replace(/\x1B\[\d+m/g,"")};var xV=ce.stylize=function(e,r){if(!ce.enabled)return e+"";var n=Wn[r];return!n&&r in ce?ce[r](e):n.open+e+n.close},H3=/[|\\{}()[\]^$+*?.]/g,V3=function(t){if(typeof t!="string")throw new TypeError("Expected a string");return t.replace(H3,"\\$&")};function ab(t){var e=function r(){return G3.apply(r,arguments)};return e._styles=t,e.__proto__=z3,e}var sb=(function(){var t={};return Wn.grey=Wn.gray,Object.keys(Wn).forEach(function(e){Wn[e].closeRe=new RegExp(V3(Wn[e].close),"g"),t[e]={get:function(){return ab(this._styles.concat(e))}}}),t})(),z3=ib(function(){},sb);function G3(){var t=Array.prototype.slice.call(arguments),e=t.map(function(a){return a!=null&&a.constructor===String?a:M3.inspect(a)}).join(" ");if(!ce.enabled||!e)return e;for(var r=e.indexOf(`
27
+ `)}),this}_outputHelpIfRequested(e){let r=this._getHelpOption();r&&e.find(o=>r.is(o))&&(this.outputHelp(),this._exit(0,"commander.helpDisplayed","(outputHelp)"))}};function sD(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 Df(){if(ye.env.NO_COLOR||ye.env.FORCE_COLOR==="0"||ye.env.FORCE_COLOR==="false")return!1;if(ye.env.FORCE_COLOR||ye.env.CLICOLOR_FORCE!==void 0)return!0}yf.Command=gf;yf.useColor=Df});var pD=x(Xt=>{var{Argument:cD}=Ns(),{Command:bf}=uD(),{CommanderError:DA,InvalidArgumentError:lD}=ca(),{Help:yA}=cf(),{Option:fD}=df();Xt.program=new bf;Xt.createCommand=t=>new bf(t);Xt.createOption=(t,e)=>new fD(t,e);Xt.createArgument=(t,e)=>new cD(t,e);Xt.Command=bf;Xt.Option=fD;Xt.Argument=cD;Xt.Help=yA;Xt.CommanderError=DA;Xt.InvalidArgumentError=lD;Xt.InvalidOptionArgumentError=lD});var wf=x((i7,hD)=>{"use strict";var vf={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"},vA={up:(t=1)=>"\x1B[S".repeat(t),down:(t=1)=>"\x1B[T".repeat(t)},wA={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?vf.up():"");return t&&(e+=vf.left),e}};hD.exports={cursor:vf,scroll:vA,erase:wA,beep:"\x07"}});var Ef=x((a7,Cf)=>{var Ms=process||{},mD=Ms.argv||[],Us=Ms.env||{},CA=!(Us.NO_COLOR||mD.includes("--no-color"))&&(!!Us.FORCE_COLOR||mD.includes("--color")||Ms.platform==="win32"||(Ms.stdout||{}).isTTY&&Us.TERM!=="dumb"||!!Us.CI),EA=(t,e,r=t)=>n=>{let o=""+n,i=o.indexOf(e,t.length);return~i?t+_A(o,e,r,i)+e:t+o+e},_A=(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)},gD=(t=CA)=>{let e=t?EA:()=>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")}};Cf.exports=gD();Cf.exports.createColors=gD});var Js=x(Rt=>{"use strict";Object.defineProperty(Rt,"__esModule",{value:!0});Rt.isNXMonorepo=Rt.isMonorepo=Rt.findPackageRelativePathInMonorepo=Rt.findPackagePath=Rt.findNXMonorepoRoot=Rt.findMonorepoRoot=void 0;var pa=require("node:fs"),fn=require("node:path");function Ys(t){let e=(0,fn.join)(t,"package.json"),r=(0,fn.join)(t,"pnpm-workspace.yaml");if((0,pa.existsSync)(r)||(0,pa.existsSync)(e)&&JSON.parse((0,pa.readFileSync)(e,"utf-8")).workspaces)return t;let n=(0,fn.dirname)(t);if(n===t)throw new Error("Monorepo root not found");return Ys(n)}Rt.findMonorepoRoot=Ys;function Bf(t){let e=(0,fn.join)(t,"nx.json");if((0,pa.existsSync)(e))return t;let r=(0,fn.dirname)(t);if(r===t)throw new Error("Monorepo root not found");return Bf(r)}Rt.findNXMonorepoRoot=Bf;function jf(t,e,r){let n=(0,fn.join)(e,"node_modules",t);if((0,pa.existsSync)(n))return n;if(e===r)return null;let o=(0,fn.dirname)(e);return jf(t,o,r)}Rt.findPackagePath=jf;function rO(t,e){let r=Ys(e),n=jf(t,e,r);return n?(0,fn.relative)(e,n):null}Rt.findPackageRelativePathInMonorepo=rO;function nO(t){try{return Ys(t),!0}catch{return!1}}Rt.isMonorepo=nO;function oO(t){try{return Bf(t),!0}catch{return!1}}Rt.isNXMonorepo=oO});var le={};qr(le,{__addDisposableResource:()=>yy,__assign:()=>nu,__asyncDelegator:()=>ly,__asyncGenerator:()=>cy,__asyncValues:()=>fy,__await:()=>Lo,__awaiter:()=>ny,__classPrivateFieldGet:()=>my,__classPrivateFieldIn:()=>Dy,__classPrivateFieldSet:()=>gy,__createBinding:()=>iu,__decorate:()=>JD,__disposeResources:()=>by,__esDecorate:()=>ZD,__exportStar:()=>iy,__extends:()=>KD,__generator:()=>oy,__importDefault:()=>hy,__importStar:()=>dy,__makeTemplateObject:()=>py,__metadata:()=>ry,__param:()=>XD,__propKey:()=>ey,__read:()=>Gf,__rest:()=>YD,__rewriteRelativeImportExtension:()=>vy,__runInitializers:()=>QD,__setFunctionName:()=>ty,__spread:()=>ay,__spreadArray:()=>uy,__spreadArrays:()=>sy,__values:()=>ou,default:()=>AO});function KD(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");Vf(t,e);function r(){this.constructor=t}t.prototype=e===null?Object.create(e):(r.prototype=e.prototype,new r)}function YD(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 JD(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 XD(t,e){return function(r,n){e(r,n,t)}}function ZD(t,e,r,n,o,i){function a(C){if(C!==void 0&&typeof C!="function")throw new TypeError("Function expected");return C}for(var s=n.kind,u=s==="getter"?"get":s==="setter"?"set":"value",c=!e&&t?n.static?t:t.prototype:null,l=e||(c?Object.getOwnPropertyDescriptor(c,n.name):{}),f,d=!1,h=r.length-1;h>=0;h--){var m={};for(var b in n)m[b]=b==="access"?{}:n[b];for(var b in n.access)m.access[b]=n.access[b];m.addInitializer=function(C){if(d)throw new TypeError("Cannot add initializers after decoration has completed");i.push(a(C||null))};var D=(0,r[h])(s==="accessor"?{get:l.get,set:l.set}:l[u],m);if(s==="accessor"){if(D===void 0)continue;if(D===null||typeof D!="object")throw new TypeError("Object expected");(f=a(D.get))&&(l.get=f),(f=a(D.set))&&(l.set=f),(f=a(D.init))&&o.unshift(f)}else(f=a(D))&&(s==="field"?o.unshift(f):l[u]=f)}c&&Object.defineProperty(c,n.name,l),d=!0}function QD(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 ey(t){return typeof t=="symbol"?t:"".concat(t)}function ty(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 ry(t,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(t,e)}function ny(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(f){a(f)}}function u(l){try{c(n.throw(l))}catch(f){a(f)}}function c(l){l.done?i(l.value):o(l.value).then(s,u)}c((n=n.apply(t,e||[])).next())})}function oy(t,e){var r={label:0,sent:function(){if(i[0]&1)throw i[1];return i[1]},trys:[],ops:[]},n,o,i,a=Object.create((typeof Iterator=="function"?Iterator:Object).prototype);return a.next=s(0),a.throw=s(1),a.return=s(2),typeof Symbol=="function"&&(a[Symbol.iterator]=function(){return this}),a;function s(c){return function(l){return u([c,l])}}function u(c){if(n)throw new TypeError("Generator is already executing.");for(;a&&(a=0,c[0]&&(r=0)),r;)try{if(n=1,o&&(i=c[0]&2?o.return:c[0]?o.throw||((i=o.return)&&i.call(o),0):o.next)&&!(i=i.call(o,c[1])).done)return i;switch(o=0,i&&(c=[c[0]&2,i.value]),c[0]){case 0:case 1:i=c;break;case 4:return r.label++,{value:c[1],done:!1};case 5:r.label++,o=c[1],c=[0];continue;case 7:c=r.ops.pop(),r.trys.pop();continue;default:if(i=r.trys,!(i=i.length>0&&i[i.length-1])&&(c[0]===6||c[0]===2)){r=0;continue}if(c[0]===3&&(!i||c[1]>i[0]&&c[1]<i[3])){r.label=c[1];break}if(c[0]===6&&r.label<i[1]){r.label=i[1],i=c;break}if(i&&r.label<i[2]){r.label=i[2],r.ops.push(c);break}i[2]&&r.ops.pop(),r.trys.pop();continue}c=e.call(t,r)}catch(l){c=[6,l],o=0}finally{n=i=0}if(c[0]&5)throw c[1];return{value:c[0]?c[1]:void 0,done:!0}}}function iy(t,e){for(var r in t)r!=="default"&&!Object.prototype.hasOwnProperty.call(e,r)&&iu(e,t,r)}function ou(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 Gf(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 ay(){for(var t=[],e=0;e<arguments.length;e++)t=t.concat(Gf(arguments[e]));return t}function sy(){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 uy(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 Lo(t){return this instanceof Lo?(this.v=t,this):new Lo(t)}function cy(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,f)}}function s(h,m){n[h]&&(o[h]=function(b){return new Promise(function(D,C){i.push([h,b,D,C])>1||u(h,b)})},m&&(o[h]=m(o[h])))}function u(h,m){try{c(n[h](m))}catch(b){d(i[0][3],b)}}function c(h){h.value instanceof Lo?Promise.resolve(h.value.v).then(l,f):d(i[0][2],h)}function l(h){u("next",h)}function f(h){u("throw",h)}function d(h,m){h(m),i.shift(),i.length&&u(i[0][0],i[0][1])}}function ly(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:Lo(t[o](a)),done:!1}:i?i(a):a}:i}}function fy(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 ou=="function"?ou(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 py(t,e){return Object.defineProperty?Object.defineProperty(t,"raw",{value:e}):t.raw=e,t}function dy(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r=zf(t),n=0;n<r.length;n++)r[n]!=="default"&&iu(e,t,r[n]);return SO(e,t),e}function hy(t){return t&&t.__esModule?t:{default:t}}function my(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 gy(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 Dy(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 yy(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 by(t){function e(i){t.error=t.hasError?new FO(i,t.error,"An error was suppressed during disposal."):i,t.hasError=!0}var r,n=0;function o(){for(;r=t.stack.pop();)try{if(!r.async&&n===1)return n=0,t.stack.push(r),Promise.resolve().then(o);if(r.dispose){var i=r.dispose.call(r.value);if(r.async)return n|=2,Promise.resolve(i).then(o,function(a){return e(a),o()})}else n|=1}catch(a){e(a)}if(n===1)return t.hasError?Promise.reject(t.error):Promise.resolve();if(t.hasError)throw t.error}return o()}function vy(t,e){return typeof t=="string"&&/^\.\.?\//.test(t)?t.replace(/\.(tsx)$|((?:\.d)?)((?:\.[^./]+?)?)\.([cm]?)ts$/i,function(r,n,o,i,a){return n?e?".jsx":".js":o&&(!i||!a)?r:o+i+"."+a.toLowerCase()+"js"}):t}var Vf,nu,iu,SO,zf,FO,AO,fe=et(()=>{Vf=function(t,e){return Vf=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])},Vf(t,e)};nu=function(){return nu=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},nu.apply(this,arguments)};iu=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]});SO=Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e},zf=function(t){return zf=Object.getOwnPropertyNames||function(e){var r=[];for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(r[r.length]=n);return r},zf(t)};FO=typeof SuppressedError=="function"?SuppressedError:function(t,e,r){var n=new Error(r);return n.name="SuppressedError",n.error=t,n.suppressed=e,n};AO={__extends:KD,__assign:nu,__rest:YD,__decorate:JD,__param:XD,__esDecorate:ZD,__runInitializers:QD,__propKey:ey,__setFunctionName:ty,__metadata:ry,__awaiter:ny,__generator:oy,__createBinding:iu,__exportStar:iy,__values:ou,__read:Gf,__spread:ay,__spreadArrays:sy,__spreadArray:uy,__await:Lo,__asyncGenerator:cy,__asyncDelegator:ly,__asyncValues:fy,__makeTemplateObject:py,__importStar:dy,__importDefault:hy,__classPrivateFieldGet:my,__classPrivateFieldSet:gy,__classPrivateFieldIn:Dy,__addDisposableResource:yy,__disposeResources:by,__rewriteRelativeImportExtension:vy}});var wy=x(au=>{"use strict";Object.defineProperty(au,"__esModule",{value:!0});au.resolveFetch=void 0;var OO=t=>t?(...e)=>t(...e):(...e)=>fetch(...e);au.resolveFetch=OO});var Jf=x(Qt=>{"use strict";Object.defineProperty(Qt,"__esModule",{value:!0});Qt.FunctionRegion=Qt.FunctionsHttpError=Qt.FunctionsRelayError=Qt.FunctionsFetchError=Qt.FunctionsError=void 0;var Uo=class extends Error{constructor(e,r="FunctionsError",n){super(e),this.name=r,this.context=n}};Qt.FunctionsError=Uo;var Wf=class extends Uo{constructor(e){super("Failed to send a request to the Edge Function","FunctionsFetchError",e)}};Qt.FunctionsFetchError=Wf;var Kf=class extends Uo{constructor(e){super("Relay Error invoking the Edge Function","FunctionsRelayError",e)}};Qt.FunctionsRelayError=Kf;var Yf=class extends Uo{constructor(e){super("Edge Function returned a non-2xx status code","FunctionsHttpError",e)}};Qt.FunctionsHttpError=Yf;var Cy;(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"})(Cy||(Qt.FunctionRegion=Cy={}))});var Ey=x(su=>{"use strict";Object.defineProperty(su,"__esModule",{value:!0});su.FunctionsClient=void 0;var kO=(fe(),re(le)),$O=wy(),Hn=Jf(),Xf=class{constructor(e,{headers:r={},customFetch:n,region:o=Hn.FunctionRegion.Any}={}){this.url=e,this.headers=r,this.region=o,this.fetch=(0,$O.resolveFetch)(n)}setAuth(e){this.headers.Authorization=`Bearer ${e}`}invoke(e){return kO.__awaiter(this,arguments,void 0,function*(r,n={}){var o;try{let{headers:i,method:a,body:s,signal:u}=n,c={},{region:l}=n;l||(l=this.region);let f=new URL(`${this.url}/${r}`);l&&l!=="any"&&(c["x-region"]=l,f.searchParams.set("forceFunctionRegion",l));let d;s&&(i&&!Object.prototype.hasOwnProperty.call(i,"Content-Type")||!i)?typeof Blob<"u"&&s instanceof Blob||s instanceof ArrayBuffer?(c["Content-Type"]="application/octet-stream",d=s):typeof s=="string"?(c["Content-Type"]="text/plain",d=s):typeof FormData<"u"&&s instanceof FormData?d=s:(c["Content-Type"]="application/json",d=JSON.stringify(s)):d=s;let h=yield this.fetch(f.toString(),{method:a||"POST",headers:Object.assign(Object.assign(Object.assign({},c),this.headers),i),body:d,signal:u}).catch(C=>{throw C.name==="AbortError"?C:new Hn.FunctionsFetchError(C)}),m=h.headers.get("x-relay-error");if(m&&m==="true")throw new Hn.FunctionsRelayError(h);if(!h.ok)throw new Hn.FunctionsHttpError(h);let b=((o=h.headers.get("Content-Type"))!==null&&o!==void 0?o:"text/plain").split(";")[0].trim(),D;return b==="application/json"?D=yield h.json():b==="application/octet-stream"||b==="application/pdf"?D=yield h.blob():b==="text/event-stream"?D=h:b==="multipart/form-data"?D=yield h.formData():D=yield h.text(),{data:D,error:null,response:h}}catch(i){return i instanceof Error&&i.name==="AbortError"?{data:null,error:new Hn.FunctionsFetchError(i)}:{data:null,error:i,response:i instanceof Hn.FunctionsHttpError||i instanceof Hn.FunctionsRelayError?i.context:void 0}}})}};su.FunctionsClient=Xf});var Zf=x(Bt=>{"use strict";Object.defineProperty(Bt,"__esModule",{value:!0});Bt.FunctionRegion=Bt.FunctionsRelayError=Bt.FunctionsHttpError=Bt.FunctionsFetchError=Bt.FunctionsError=Bt.FunctionsClient=void 0;var PO=Ey();Object.defineProperty(Bt,"FunctionsClient",{enumerable:!0,get:function(){return PO.FunctionsClient}});var Da=Jf();Object.defineProperty(Bt,"FunctionsError",{enumerable:!0,get:function(){return Da.FunctionsError}});Object.defineProperty(Bt,"FunctionsFetchError",{enumerable:!0,get:function(){return Da.FunctionsFetchError}});Object.defineProperty(Bt,"FunctionsHttpError",{enumerable:!0,get:function(){return Da.FunctionsHttpError}});Object.defineProperty(Bt,"FunctionsRelayError",{enumerable:!0,get:function(){return Da.FunctionsRelayError}});Object.defineProperty(Bt,"FunctionRegion",{enumerable:!0,get:function(){return Da.FunctionRegion}})});var tp=x(ep=>{"use strict";Object.defineProperty(ep,"__esModule",{value:!0});var Qf=class extends Error{constructor(e){super(e.message),this.name="PostgrestError",this.details=e.details,this.hint=e.hint,this.code=e.code}};ep.default=Qf});var op=x(np=>{"use strict";Object.defineProperty(np,"__esModule",{value:!0});var TO=(fe(),re(le)),IO=TO.__importDefault(tp()),rp=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,f=null,d=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"))?f=E:f=JSON.parse(E))}let D=(s=this.headers.get("Prefer"))===null||s===void 0?void 0:s.match(/count=(exact|planned|estimated)/),C=(u=i.headers.get("content-range"))===null||u===void 0?void 0:u.split("/");D&&C&&C.length>1&&(d=parseInt(C[1])),this.isMaybeSingle&&this.method==="GET"&&Array.isArray(f)&&(f.length>1?(l={code:"PGRST116",details:`Results contain ${f.length} rows, application/vnd.pgrst.object+json requires 1 row`,hint:null,message:"JSON object requested, multiple (or no) rows returned"},f=null,d=null,h=406,m="Not Acceptable"):f.length===1?f=f[0]:f=null)}else{let D=await i.text();try{l=JSON.parse(D),Array.isArray(l)&&i.status===404&&(f=[],l=null,h=200,m="OK")}catch{i.status===404&&D===""?(h=204,m="No Content"):l={message:D}}if(l&&this.isMaybeSingle&&(!((c=l?.details)===null||c===void 0)&&c.includes("0 rows"))&&(l=null,h=200,m="OK"),l&&this.shouldThrowOnError)throw new IO.default(l)}return{error:l,data:f,count:d,status:h,statusText:m}});return this.shouldThrowOnError||(o=o.catch(i=>{var a,s,u;return{error:{message:`${(a=i?.name)!==null&&a!==void 0?a:"FetchError"}: ${i?.message}`,details:`${(s=i?.stack)!==null&&s!==void 0?s:""}`,hint:"",code:`${(u=i?.code)!==null&&u!==void 0?u:""}`},data:null,count:null,status:0,statusText:""}})),o.then(e,r)}returns(){return this}overrideTypes(){return this}};np.default=rp});var sp=x(ap=>{"use strict";Object.defineProperty(ap,"__esModule",{value:!0});var RO=(fe(),re(le)),BO=RO.__importDefault(op()),ip=class extends BO.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}};ap.default=ip});var uu=x(cp=>{"use strict";Object.defineProperty(cp,"__esModule",{value:!0});var jO=(fe(),re(le)),NO=jO.__importDefault(sp()),LO=new RegExp("[,()]"),up=class extends NO.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}is(e,r){return this.url.searchParams.append(e,`is.${r}`),this}in(e,r){let n=Array.from(new Set(r)).map(o=>typeof o=="string"&&LO.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}};cp.default=up});var pp=x(fp=>{"use strict";Object.defineProperty(fp,"__esModule",{value:!0});var UO=(fe(),re(le)),ya=UO.__importDefault(uu()),lp=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 ya.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 ya.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 ya.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 ya.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 ya.default({method:n,url:this.url,headers:this.headers,schema:this.schema,fetch:(r=this.fetch)!==null&&r!==void 0?r:fetch})}};fp.default=lp});var xy=x(hp=>{"use strict";Object.defineProperty(hp,"__esModule",{value:!0});var _y=(fe(),re(le)),MO=_y.__importDefault(pp()),qO=_y.__importDefault(uu()),dp=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){let r=new URL(`${this.url}/${e}`);return new MO.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(([f,d])=>d!==void 0).map(([f,d])=>[f,Array.isArray(d)?`{${d.join(",")}}`:`${d}`]).forEach(([f,d])=>{u.searchParams.append(f,d)})):(s="POST",c=r);let l=new Headers(this.headers);return i&&l.set("Prefer",`count=${i}`),new qO.default({method:s,url:u,headers:l,schema:this.schemaName,body:c,fetch:(a=this.fetch)!==null&&a!==void 0?a:fetch})}};hp.default=dp});var mp=x(Ft=>{"use strict";Object.defineProperty(Ft,"__esModule",{value:!0});Ft.PostgrestError=Ft.PostgrestBuilder=Ft.PostgrestTransformBuilder=Ft.PostgrestFilterBuilder=Ft.PostgrestQueryBuilder=Ft.PostgrestClient=void 0;var Mo=(fe(),re(le)),Sy=Mo.__importDefault(xy());Ft.PostgrestClient=Sy.default;var Fy=Mo.__importDefault(pp());Ft.PostgrestQueryBuilder=Fy.default;var Ay=Mo.__importDefault(uu());Ft.PostgrestFilterBuilder=Ay.default;var Oy=Mo.__importDefault(sp());Ft.PostgrestTransformBuilder=Oy.default;var ky=Mo.__importDefault(op());Ft.PostgrestBuilder=ky.default;var $y=Mo.__importDefault(tp());Ft.PostgrestError=$y.default;Ft.default={PostgrestClient:Sy.default,PostgrestQueryBuilder:Fy.default,PostgrestFilterBuilder:Ay.default,PostgrestTransformBuilder:Oy.default,PostgrestBuilder:ky.default,PostgrestError:$y.default}});var Dp={};qr(Dp,{RealtimeClient:()=>gp});var gp,yp=et(()=>{gp=class{constructor(){}connect(){}disconnect(){}}});var hn=x(zr=>{"use strict";Object.defineProperty(zr,"__esModule",{value:!0});zr.StorageUnknownError=zr.StorageApiError=zr.StorageError=void 0;zr.isStorageError=HO;var ba=class extends Error{constructor(e){super(e),this.__isStorageError=!0,this.name="StorageError"}};zr.StorageError=ba;function HO(t){return typeof t=="object"&&t!==null&&"__isStorageError"in t}var bp=class extends ba{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=bp;var vp=class extends ba{constructor(e,r){super(e),this.name="StorageUnknownError",this.originalError=r}};zr.StorageUnknownError=vp});var va=x(er=>{"use strict";Object.defineProperty(er,"__esModule",{value:!0});er.isPlainObject=er.recursiveToCamel=er.resolveResponse=er.resolveFetch=void 0;var VO=t=>t?(...e)=>t(...e):(...e)=>fetch(...e);er.resolveFetch=VO;var zO=()=>Response;er.resolveResponse=zO;var GO=t=>{if(Array.isArray(t))return t.map(r=>(0,er.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,er.recursiveToCamel)(n)}),e};er.recursiveToCamel=GO;var WO=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)};er.isPlainObject=WO});var cu=x(zn=>{"use strict";Object.defineProperty(zn,"__esModule",{value:!0});zn.get=JO;zn.post=XO;zn.put=ZO;zn.head=QO;zn.remove=ek;var Vn=(fe(),re(le)),wp=hn(),Py=va(),Cp=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)},KO=(t,e,r)=>Vn.__awaiter(void 0,void 0,void 0,function*(){let n=yield(0,Py.resolveResponse)();t instanceof n&&!r?.noResolveJson?t.json().then(o=>{let i=t.status||500,a=o?.statusCode||i+"";e(new wp.StorageApiError(Cp(o),i,a))}).catch(o=>{e(new wp.StorageUnknownError(Cp(o),o))}):e(new wp.StorageUnknownError(Cp(t),t))}),YO=(t,e,r,n)=>{let o={method:t,headers:e?.headers||{}};return t==="GET"||!n?o:((0,Py.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 wa(t,e,r,n,o,i){return Vn.__awaiter(this,void 0,void 0,function*(){return new Promise((a,s)=>{t(r,YO(e,n,o,i)).then(u=>{if(!u.ok)throw u;return n?.noResolveJson?u:u.json()}).then(u=>a(u)).catch(u=>KO(u,s,n))})})}function JO(t,e,r,n){return Vn.__awaiter(this,void 0,void 0,function*(){return wa(t,"GET",e,r,n)})}function XO(t,e,r,n,o){return Vn.__awaiter(this,void 0,void 0,function*(){return wa(t,"POST",e,n,o,r)})}function ZO(t,e,r,n,o){return Vn.__awaiter(this,void 0,void 0,function*(){return wa(t,"PUT",e,n,o,r)})}function QO(t,e,r,n){return Vn.__awaiter(this,void 0,void 0,function*(){return wa(t,"HEAD",e,Object.assign(Object.assign({},r),{noResolveJson:!0}),n)})}function ek(t,e,r,n,o){return Vn.__awaiter(this,void 0,void 0,function*(){return wa(t,"DELETE",e,n,o,r)})}});var Ty=x(_p=>{"use strict";Object.defineProperty(_p,"__esModule",{value:!0});var tk=(fe(),re(le)),rk=hn(),Ep=class{constructor(e,r){this.downloadFn=e,this.shouldThrowOnError=r}then(e,r){return this.execute().then(e,r)}execute(){return tk.__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,rk.isStorageError)(e))return{data:null,error:e};throw e}})}};_p.default=Ep});var By=x(Sp=>{"use strict";var Iy;Object.defineProperty(Sp,"__esModule",{value:!0});var Ry=(fe(),re(le)),nk=hn(),ok=Ry.__importDefault(Ty()),xp=class{constructor(e,r){this.downloadFn=e,this.shouldThrowOnError=r,this[Iy]="BlobDownloadBuilder",this.promise=null}asStream(){return new ok.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 Ry.__awaiter(this,void 0,void 0,function*(){try{return{data:yield(yield this.downloadFn()).blob(),error:null}}catch(e){if(this.shouldThrowOnError)throw e;if((0,nk.isStorageError)(e))return{data:null,error:e};throw e}})}};Iy=Symbol.toStringTag;Sp.default=xp});var Ly=x(Ap=>{"use strict";Object.defineProperty(Ap,"__esModule",{value:!0});var At=(fe(),re(le)),jt=hn(),Nt=cu(),jy=va(),ik=At.__importDefault(By()),ak={limit:100,offset:0,sortBy:{column:"name",order:"asc"}},Ny={cacheControl:"3600",contentType:"text/plain;charset=UTF-8",upsert:!1},Fp=class{constructor(e,r={},n,o){this.shouldThrowOnError=!1,this.url=e,this.headers=r,this.bucketId=n,this.fetch=(0,jy.resolveFetch)(o)}throwOnError(){return this.shouldThrowOnError=!0,this}uploadOrUpdate(e,r,n,o){return At.__awaiter(this,void 0,void 0,function*(){try{let i,a=Object.assign(Object.assign({},Ny),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),f=yield(e=="PUT"?Nt.put:Nt.post)(this.fetch,`${this.url}/object/${l}`,i,Object.assign({headers:s},a?.duplex?{duplex:a.duplex}:{}));return{data:{path:c,id:f.Id,fullPath:f.Key},error:null}}catch(i){if(this.shouldThrowOnError)throw i;if((0,jt.isStorageError)(i))return{data:null,error:i};throw i}})}upload(e,r,n){return At.__awaiter(this,void 0,void 0,function*(){return this.uploadOrUpdate("POST",e,r,n)})}uploadToSignedUrl(e,r,n,o){return At.__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:Ny.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 f=yield(0,Nt.put)(this.fetch,s.toString(),u,{headers:l});return{data:{path:i,fullPath:f.Key},error:null}}catch(u){if(this.shouldThrowOnError)throw u;if((0,jt.isStorageError)(u))return{data:null,error:u};throw u}})}createSignedUploadUrl(e,r){return At.__awaiter(this,void 0,void 0,function*(){try{let n=this._getFinalPath(e),o=Object.assign({},this.headers);r?.upsert&&(o["x-upsert"]="true");let i=yield(0,Nt.post)(this.fetch,`${this.url}/object/upload/sign/${n}`,{},{headers:o}),a=new URL(this.url+i.url),s=a.searchParams.get("token");if(!s)throw new jt.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,jt.isStorageError)(n))return{data:null,error:n};throw n}})}update(e,r,n){return At.__awaiter(this,void 0,void 0,function*(){return this.uploadOrUpdate("PUT",e,r,n)})}move(e,r,n){return At.__awaiter(this,void 0,void 0,function*(){try{return{data:yield(0,Nt.post)(this.fetch,`${this.url}/object/move`,{bucketId:this.bucketId,sourceKey:e,destinationKey:r,destinationBucket:n?.destinationBucket},{headers:this.headers}),error:null}}catch(o){if(this.shouldThrowOnError)throw o;if((0,jt.isStorageError)(o))return{data:null,error:o};throw o}})}copy(e,r,n){return At.__awaiter(this,void 0,void 0,function*(){try{return{data:{path:(yield(0,Nt.post)(this.fetch,`${this.url}/object/copy`,{bucketId:this.bucketId,sourceKey:e,destinationKey:r,destinationBucket:n?.destinationBucket},{headers:this.headers})).Key},error:null}}catch(o){if(this.shouldThrowOnError)throw o;if((0,jt.isStorageError)(o))return{data:null,error:o};throw o}})}createSignedUrl(e,r,n){return At.__awaiter(this,void 0,void 0,function*(){try{let o=this._getFinalPath(e),i=yield(0,Nt.post)(this.fetch,`${this.url}/object/sign/${o}`,Object.assign({expiresIn:r},n?.transform?{transform:n.transform}:{}),{headers:this.headers}),a=n?.download?`&download=${n.download===!0?"":n.download}`:"";return i={signedUrl:encodeURI(`${this.url}${i.signedURL}${a}`)},{data:i,error:null}}catch(o){if(this.shouldThrowOnError)throw o;if((0,jt.isStorageError)(o))return{data:null,error:o};throw o}})}createSignedUrls(e,r,n){return At.__awaiter(this,void 0,void 0,function*(){try{let o=yield(0,Nt.post)(this.fetch,`${this.url}/object/sign/${this.bucketId}`,{expiresIn:r,paths:e},{headers:this.headers}),i=n?.download?`&download=${n.download===!0?"":n.download}`:"";return{data:o.map(a=>Object.assign(Object.assign({},a),{signedUrl:a.signedURL?encodeURI(`${this.url}${a.signedURL}${i}`):null})),error:null}}catch(o){if(this.shouldThrowOnError)throw o;if((0,jt.isStorageError)(o))return{data:null,error:o};throw o}})}download(e,r){let o=typeof r?.transform<"u"?"render/image/authenticated":"object",i=this.transformOptsToQueryString(r?.transform||{}),a=i?`?${i}`:"",s=this._getFinalPath(e),u=()=>(0,Nt.get)(this.fetch,`${this.url}/${o}/${s}${a}`,{headers:this.headers,noResolveJson:!0});return new ik.default(u,this.shouldThrowOnError)}info(e){return At.__awaiter(this,void 0,void 0,function*(){let r=this._getFinalPath(e);try{let n=yield(0,Nt.get)(this.fetch,`${this.url}/object/info/${r}`,{headers:this.headers});return{data:(0,jy.recursiveToCamel)(n),error:null}}catch(n){if(this.shouldThrowOnError)throw n;if((0,jt.isStorageError)(n))return{data:null,error:n};throw n}})}exists(e){return At.__awaiter(this,void 0,void 0,function*(){let r=this._getFinalPath(e);try{return yield(0,Nt.head)(this.fetch,`${this.url}/object/${r}`,{headers:this.headers}),{data:!0,error:null}}catch(n){if(this.shouldThrowOnError)throw n;if((0,jt.isStorageError)(n)&&n instanceof jt.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 At.__awaiter(this,void 0,void 0,function*(){try{return{data:yield(0,Nt.remove)(this.fetch,`${this.url}/object/${this.bucketId}`,{prefixes:e},{headers:this.headers}),error:null}}catch(r){if(this.shouldThrowOnError)throw r;if((0,jt.isStorageError)(r))return{data:null,error:r};throw r}})}list(e,r,n){return At.__awaiter(this,void 0,void 0,function*(){try{let o=Object.assign(Object.assign(Object.assign({},ak),r),{prefix:e||""});return{data:yield(0,Nt.post)(this.fetch,`${this.url}/object/list/${this.bucketId}`,o,{headers:this.headers},n),error:null}}catch(o){if(this.shouldThrowOnError)throw o;if((0,jt.isStorageError)(o))return{data:null,error:o};throw o}})}listV2(e,r){return At.__awaiter(this,void 0,void 0,function*(){try{let n=Object.assign({},e);return{data:yield(0,Nt.post)(this.fetch,`${this.url}/object/list-v2/${this.bucketId}`,n,{headers:this.headers},r),error:null}}catch(n){if(this.shouldThrowOnError)throw n;if((0,jt.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("&")}};Ap.default=Fp});var Op=x(lu=>{"use strict";Object.defineProperty(lu,"__esModule",{value:!0});lu.version=void 0;lu.version="2.79.0"});var kp=x(fu=>{"use strict";Object.defineProperty(fu,"__esModule",{value:!0});fu.DEFAULT_HEADERS=void 0;var sk=Op();fu.DEFAULT_HEADERS={"X-Client-Info":`storage-js/${sk.version}`}});var Uy=x(Pp=>{"use strict";Object.defineProperty(Pp,"__esModule",{value:!0});var qo=(fe(),re(le)),uk=kp(),Ho=hn(),Vo=cu(),ck=va(),$p=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({},uk.DEFAULT_HEADERS),r),this.fetch=(0,ck.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,Vo.get)(this.fetch,`${this.url}/bucket${r}`,{headers:this.headers}),error:null}}catch(r){if(this.shouldThrowOnError)throw r;if((0,Ho.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,Vo.get)(this.fetch,`${this.url}/bucket/${e}`,{headers:this.headers}),error:null}}catch(r){if(this.shouldThrowOnError)throw r;if((0,Ho.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,Vo.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,Ho.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,Vo.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,Ho.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,Vo.post)(this.fetch,`${this.url}/bucket/${e}/empty`,{},{headers:this.headers}),error:null}}catch(r){if(this.shouldThrowOnError)throw r;if((0,Ho.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,Vo.remove)(this.fetch,`${this.url}/bucket/${e}`,{},{headers:this.headers}),error:null}}catch(r){if(this.shouldThrowOnError)throw r;if((0,Ho.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():""}};Pp.default=$p});var Np=x(jp=>{"use strict";Object.defineProperty(jp,"__esModule",{value:!0});var Tp=(fe(),re(le)),lk=kp(),Ip=hn(),Rp=cu(),fk=va(),Bp=class{constructor(e,r={},n){this.shouldThrowOnError=!1,this.url=e.replace(/\/$/,""),this.headers=Object.assign(Object.assign({},lk.DEFAULT_HEADERS),r),this.fetch=(0,fk.resolveFetch)(n)}throwOnError(){return this.shouldThrowOnError=!0,this}createBucket(e){return Tp.__awaiter(this,void 0,void 0,function*(){try{return{data:yield(0,Rp.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 Tp.__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,Rp.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 Tp.__awaiter(this,void 0,void 0,function*(){try{return{data:yield(0,Rp.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}})}};jp.default=Bp});var du=x(pu=>{"use strict";Object.defineProperty(pu,"__esModule",{value:!0});pu.DEFAULT_HEADERS=void 0;var pk=Op();pu.DEFAULT_HEADERS={"X-Client-Info":`storage-js/${pk.version}`,"Content-Type":"application/json"}});var zo=x(br=>{"use strict";Object.defineProperty(br,"__esModule",{value:!0});br.StorageVectorsErrorCode=br.StorageVectorsUnknownError=br.StorageVectorsApiError=br.StorageVectorsError=void 0;br.isStorageVectorsError=dk;var Ca=class extends Error{constructor(e){super(e),this.__isStorageVectorsError=!0,this.name="StorageVectorsError"}};br.StorageVectorsError=Ca;function dk(t){return typeof t=="object"&&t!==null&&"__isStorageVectorsError"in t}var Lp=class extends Ca{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}}};br.StorageVectorsApiError=Lp;var Up=class extends Ca{constructor(e,r){super(e),this.name="StorageVectorsUnknownError",this.originalError=r}};br.StorageVectorsUnknownError=Up;var My;(function(t){t.InternalError="InternalError",t.S3VectorConflictException="S3VectorConflictException",t.S3VectorNotFoundException="S3VectorNotFoundException",t.S3VectorBucketNotEmpty="S3VectorBucketNotEmpty",t.S3VectorMaxBucketsExceeded="S3VectorMaxBucketsExceeded",t.S3VectorMaxIndexesExceeded="S3VectorMaxIndexesExceeded"})(My||(br.StorageVectorsErrorCode=My={}))});var Go=x(tr=>{"use strict";Object.defineProperty(tr,"__esModule",{value:!0});tr.validateVectorDimension=tr.normalizeToFloat32=tr.isPlainObject=tr.resolveResponse=tr.resolveFetch=void 0;var hk=t=>t?(...e)=>t(...e):(...e)=>fetch(...e);tr.resolveFetch=hk;var mk=()=>Response;tr.resolveResponse=mk;var gk=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)};tr.isPlainObject=gk;var Dk=t=>Array.from(new Float32Array(t));tr.normalizeToFloat32=Dk;var yk=(t,e)=>{if(e!==void 0&&t.float32.length!==e)throw new Error(`Vector dimension mismatch: expected ${e}, got ${t.float32.length}`)};tr.validateVectorDimension=yk});var gu=x(Ko=>{"use strict";Object.defineProperty(Ko,"__esModule",{value:!0});Ko.get=Ck;Ko.post=Ek;Ko.put=_k;Ko.remove=xk;var Wo=(fe(),re(le)),hu=zo(),bk=Go(),qy=t=>t.msg||t.message||t.error_description||t.error||JSON.stringify(t),vk=(t,e,r)=>Wo.__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 hu.StorageVectorsApiError(qy(a),o,s))}).catch(()=>{let a=o+"",s=i.statusText||`HTTP ${o} error`;e(new hu.StorageVectorsApiError(s,o,a))});else{let a=o+"",s=i.statusText||`HTTP ${o} error`;e(new hu.StorageVectorsApiError(s,o,a))}}else e(new hu.StorageVectorsUnknownError(qy(t),t))}),wk=(t,e,r,n)=>{let o={method:t,headers:e?.headers||{}};return t==="GET"||!n?o:((0,bk.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 mu(t,e,r,n,o,i){return Wo.__awaiter(this,void 0,void 0,function*(){return new Promise((a,s)=>{t(r,wk(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=>vk(u,s,n))})})}function Ck(t,e,r,n){return Wo.__awaiter(this,void 0,void 0,function*(){return mu(t,"GET",e,r,n)})}function Ek(t,e,r,n,o){return Wo.__awaiter(this,void 0,void 0,function*(){return mu(t,"POST",e,n,o,r)})}function _k(t,e,r,n,o){return Wo.__awaiter(this,void 0,void 0,function*(){return mu(t,"PUT",e,n,o,r)})}function xk(t,e,r,n,o){return Wo.__awaiter(this,void 0,void 0,function*(){return mu(t,"DELETE",e,n,o,r)})}});var Hp=x(qp=>{"use strict";Object.defineProperty(qp,"__esModule",{value:!0});var Du=(fe(),re(le)),Sk=du(),yu=zo(),bu=gu(),Fk=Go(),Mp=class{constructor(e,r={},n){this.shouldThrowOnError=!1,this.url=e.replace(/\/$/,""),this.headers=Object.assign(Object.assign({},Sk.DEFAULT_HEADERS),r),this.fetch=(0,Fk.resolveFetch)(n)}throwOnError(){return this.shouldThrowOnError=!0,this}createIndex(e){return Du.__awaiter(this,void 0,void 0,function*(){try{return{data:(yield(0,bu.post)(this.fetch,`${this.url}/CreateIndex`,e,{headers:this.headers}))||{},error:null}}catch(r){if(this.shouldThrowOnError)throw r;if((0,yu.isStorageVectorsError)(r))return{data:null,error:r};throw r}})}getIndex(e,r){return Du.__awaiter(this,void 0,void 0,function*(){try{return{data:yield(0,bu.post)(this.fetch,`${this.url}/GetIndex`,{vectorBucketName:e,indexName:r},{headers:this.headers}),error:null}}catch(n){if(this.shouldThrowOnError)throw n;if((0,yu.isStorageVectorsError)(n))return{data:null,error:n};throw n}})}listIndexes(e){return Du.__awaiter(this,void 0,void 0,function*(){try{return{data:yield(0,bu.post)(this.fetch,`${this.url}/ListIndexes`,e,{headers:this.headers}),error:null}}catch(r){if(this.shouldThrowOnError)throw r;if((0,yu.isStorageVectorsError)(r))return{data:null,error:r};throw r}})}deleteIndex(e,r){return Du.__awaiter(this,void 0,void 0,function*(){try{return{data:(yield(0,bu.post)(this.fetch,`${this.url}/DeleteIndex`,{vectorBucketName:e,indexName:r},{headers:this.headers}))||{},error:null}}catch(n){if(this.shouldThrowOnError)throw n;if((0,yu.isStorageVectorsError)(n))return{data:null,error:n};throw n}})}};qp.default=Mp});var Gp=x(zp=>{"use strict";Object.defineProperty(zp,"__esModule",{value:!0});var Ea=(fe(),re(le)),Ak=du(),_a=zo(),xa=gu(),Ok=Go(),Vp=class{constructor(e,r={},n){this.shouldThrowOnError=!1,this.url=e.replace(/\/$/,""),this.headers=Object.assign(Object.assign({},Ak.DEFAULT_HEADERS),r),this.fetch=(0,Ok.resolveFetch)(n)}throwOnError(){return this.shouldThrowOnError=!0,this}putVectors(e){return Ea.__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,xa.post)(this.fetch,`${this.url}/PutVectors`,e,{headers:this.headers}))||{},error:null}}catch(r){if(this.shouldThrowOnError)throw r;if((0,_a.isStorageVectorsError)(r))return{data:null,error:r};throw r}})}getVectors(e){return Ea.__awaiter(this,void 0,void 0,function*(){try{return{data:yield(0,xa.post)(this.fetch,`${this.url}/GetVectors`,e,{headers:this.headers}),error:null}}catch(r){if(this.shouldThrowOnError)throw r;if((0,_a.isStorageVectorsError)(r))return{data:null,error:r};throw r}})}listVectors(e){return Ea.__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,xa.post)(this.fetch,`${this.url}/ListVectors`,e,{headers:this.headers}),error:null}}catch(r){if(this.shouldThrowOnError)throw r;if((0,_a.isStorageVectorsError)(r))return{data:null,error:r};throw r}})}queryVectors(e){return Ea.__awaiter(this,void 0,void 0,function*(){try{return{data:yield(0,xa.post)(this.fetch,`${this.url}/QueryVectors`,e,{headers:this.headers}),error:null}}catch(r){if(this.shouldThrowOnError)throw r;if((0,_a.isStorageVectorsError)(r))return{data:null,error:r};throw r}})}deleteVectors(e){return Ea.__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,xa.post)(this.fetch,`${this.url}/DeleteVectors`,e,{headers:this.headers}))||{},error:null}}catch(r){if(this.shouldThrowOnError)throw r;if((0,_a.isStorageVectorsError)(r))return{data:null,error:r};throw r}})}};zp.default=Vp});var Yp=x(Kp=>{"use strict";Object.defineProperty(Kp,"__esModule",{value:!0});var vu=(fe(),re(le)),kk=du(),wu=zo(),Cu=gu(),$k=Go(),Wp=class{constructor(e,r={},n){this.shouldThrowOnError=!1,this.url=e.replace(/\/$/,""),this.headers=Object.assign(Object.assign({},kk.DEFAULT_HEADERS),r),this.fetch=(0,$k.resolveFetch)(n)}throwOnError(){return this.shouldThrowOnError=!0,this}createBucket(e){return vu.__awaiter(this,void 0,void 0,function*(){try{return{data:(yield(0,Cu.post)(this.fetch,`${this.url}/CreateVectorBucket`,{vectorBucketName:e},{headers:this.headers}))||{},error:null}}catch(r){if(this.shouldThrowOnError)throw r;if((0,wu.isStorageVectorsError)(r))return{data:null,error:r};throw r}})}getBucket(e){return vu.__awaiter(this,void 0,void 0,function*(){try{return{data:yield(0,Cu.post)(this.fetch,`${this.url}/GetVectorBucket`,{vectorBucketName:e},{headers:this.headers}),error:null}}catch(r){if(this.shouldThrowOnError)throw r;if((0,wu.isStorageVectorsError)(r))return{data:null,error:r};throw r}})}listBuckets(){return vu.__awaiter(this,arguments,void 0,function*(e={}){try{return{data:yield(0,Cu.post)(this.fetch,`${this.url}/ListVectorBuckets`,e,{headers:this.headers}),error:null}}catch(r){if(this.shouldThrowOnError)throw r;if((0,wu.isStorageVectorsError)(r))return{data:null,error:r};throw r}})}deleteBucket(e){return vu.__awaiter(this,void 0,void 0,function*(){try{return{data:(yield(0,Cu.post)(this.fetch,`${this.url}/DeleteVectorBucket`,{vectorBucketName:e},{headers:this.headers}))||{},error:null}}catch(r){if(this.shouldThrowOnError)throw r;if((0,wu.isStorageVectorsError)(r))return{data:null,error:r};throw r}})}};Kp.default=Wp});var Hy=x(mn=>{"use strict";Object.defineProperty(mn,"__esModule",{value:!0});mn.VectorIndexScope=mn.VectorBucketScope=mn.StorageVectorsClient=void 0;var rr=(fe(),re(le)),Pk=rr.__importDefault(Hp()),Tk=rr.__importDefault(Gp()),Ik=rr.__importDefault(Yp()),Jp=class extends Ik.default{constructor(e,r={}){super(e,r.headers||{},r.fetch)}from(e){return new Eu(this.url,this.headers,e,this.fetch)}};mn.StorageVectorsClient=Jp;var Eu=class extends Pk.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 rr.__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 rr.__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 rr.__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 rr.__awaiter(this,void 0,void 0,function*(){return r.deleteIndex.call(this,this.vectorBucketName,e)})}index(e){return new _u(this.url,this.headers,this.vectorBucketName,e,this.fetch)}};mn.VectorBucketScope=Eu;var _u=class extends Tk.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 rr.__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 rr.__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 rr.__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 rr.__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 rr.__awaiter(this,void 0,void 0,function*(){return r.deleteVectors.call(this,Object.assign(Object.assign({},e),{vectorBucketName:this.vectorBucketName,indexName:this.indexName}))})}};mn.VectorIndexScope=_u});var Qp=x(pe=>{"use strict";Object.defineProperty(pe,"__esModule",{value:!0});pe.validateVectorDimension=pe.normalizeToFloat32=pe.isPlainObject=pe.resolveResponse=pe.resolveFetch=pe.isStorageVectorsError=pe.StorageVectorsErrorCode=pe.StorageVectorsUnknownError=pe.StorageVectorsApiError=pe.StorageVectorsError=pe.VectorDataApi=pe.VectorIndexApi=pe.VectorBucketApi=pe.VectorIndexScope=pe.VectorBucketScope=pe.StorageVectorsClient=void 0;var Xp=(fe(),re(le)),Zp=Hy();Object.defineProperty(pe,"StorageVectorsClient",{enumerable:!0,get:function(){return Zp.StorageVectorsClient}});Object.defineProperty(pe,"VectorBucketScope",{enumerable:!0,get:function(){return Zp.VectorBucketScope}});Object.defineProperty(pe,"VectorIndexScope",{enumerable:!0,get:function(){return Zp.VectorIndexScope}});var Rk=Yp();Object.defineProperty(pe,"VectorBucketApi",{enumerable:!0,get:function(){return Xp.__importDefault(Rk).default}});var Bk=Hp();Object.defineProperty(pe,"VectorIndexApi",{enumerable:!0,get:function(){return Xp.__importDefault(Bk).default}});var jk=Gp();Object.defineProperty(pe,"VectorDataApi",{enumerable:!0,get:function(){return Xp.__importDefault(jk).default}});var Sa=zo();Object.defineProperty(pe,"StorageVectorsError",{enumerable:!0,get:function(){return Sa.StorageVectorsError}});Object.defineProperty(pe,"StorageVectorsApiError",{enumerable:!0,get:function(){return Sa.StorageVectorsApiError}});Object.defineProperty(pe,"StorageVectorsUnknownError",{enumerable:!0,get:function(){return Sa.StorageVectorsUnknownError}});Object.defineProperty(pe,"StorageVectorsErrorCode",{enumerable:!0,get:function(){return Sa.StorageVectorsErrorCode}});Object.defineProperty(pe,"isStorageVectorsError",{enumerable:!0,get:function(){return Sa.isStorageVectorsError}});var Fa=Go();Object.defineProperty(pe,"resolveFetch",{enumerable:!0,get:function(){return Fa.resolveFetch}});Object.defineProperty(pe,"resolveResponse",{enumerable:!0,get:function(){return Fa.resolveResponse}});Object.defineProperty(pe,"isPlainObject",{enumerable:!0,get:function(){return Fa.isPlainObject}});Object.defineProperty(pe,"normalizeToFloat32",{enumerable:!0,get:function(){return Fa.normalizeToFloat32}});Object.defineProperty(pe,"validateVectorDimension",{enumerable:!0,get:function(){return Fa.validateVectorDimension}})});var Vy=x(xu=>{"use strict";Object.defineProperty(xu,"__esModule",{value:!0});xu.StorageClient=void 0;var td=(fe(),re(le)),Nk=td.__importDefault(Ly()),Lk=td.__importDefault(Uy()),Uk=td.__importDefault(Np()),Mk=Qp(),ed=class extends Lk.default{constructor(e,r={},n,o){super(e,r,n,o)}from(e){return new Nk.default(this.url,this.headers,e,this.fetch)}get vectors(){return new Mk.StorageVectorsClient(this.url+"/vector",{headers:this.headers,fetch:this.fetch})}get analytics(){return new Uk.default(this.url+"/iceberg",this.headers,this.fetch)}};xu.StorageClient=ed});var Gy=x(zy=>{"use strict";Object.defineProperty(zy,"__esModule",{value:!0})});var Wy=x(Gr=>{"use strict";Object.defineProperty(Gr,"__esModule",{value:!0});Gr.StorageAnalyticsApi=Gr.StorageClient=void 0;var Su=(fe(),re(le)),qk=Vy();Object.defineProperty(Gr,"StorageClient",{enumerable:!0,get:function(){return qk.StorageClient}});var Hk=Np();Object.defineProperty(Gr,"StorageAnalyticsApi",{enumerable:!0,get:function(){return Su.__importDefault(Hk).default}});Su.__exportStar(Gy(),Gr);Su.__exportStar(hn(),Gr);Su.__exportStar(Qp(),Gr)});var Ky=x(Fu=>{"use strict";Object.defineProperty(Fu,"__esModule",{value:!0});Fu.version=void 0;Fu.version="2.79.0"});var Yy=x(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 Vk=Ky(),Aa="";typeof Deno<"u"?Aa="deno":typeof document<"u"?Aa="web":typeof navigator<"u"&&navigator.product==="ReactNative"?Aa="react-native":Aa="node";Gt.DEFAULT_HEADERS={"X-Client-Info":`supabase-js-${Aa}/${Vk.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 Jy=x(xr=>{"use strict";Object.defineProperty(xr,"__esModule",{value:!0});xr.fetchWithAuth=xr.resolveHeadersConstructor=xr.resolveFetch=void 0;var zk=t=>t?(...e)=>t(...e):(...e)=>fetch(...e);xr.resolveFetch=zk;var Gk=()=>Headers;xr.resolveHeadersConstructor=Gk;var Wk=(t,e,r)=>{let n=(0,xr.resolveFetch)(r),o=(0,xr.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}))}};xr.fetchWithAuth=Wk});var Zy=x(gn=>{"use strict";Object.defineProperty(gn,"__esModule",{value:!0});gn.isBrowser=void 0;gn.uuid=Kk;gn.ensureTrailingSlash=Xy;gn.applySettingDefaults=Jk;gn.validateSupabaseUrl=Xk;function Kk(){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 Xy(t){return t.endsWith("/")?t:t+"/"}var Yk=()=>typeof window<"u";gn.isBrowser=Yk;function Jk(t,e){var r,n;let{db:o,auth:i,realtime:a,global:s}=t,{db:u,auth:c,realtime:l,global:f}=e,d={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({},f),s),{headers:Object.assign(Object.assign({},(r=f?.headers)!==null&&r!==void 0?r:{}),(n=s?.headers)!==null&&n!==void 0?n:{})}),accessToken:async()=>""};return t.accessToken?d.accessToken=t.accessToken:delete d.accessToken,d}function Xk(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(Xy(e))}catch{throw Error("Invalid supabaseUrl: Provided URL is malformed.")}}});var hd={};qr(hd,{AuthAdminApi:()=>nd,AuthApiError:()=>od,AuthClient:()=>rd,AuthError:()=>vr,AuthImplicitGrantRedirectError:()=>cd,AuthInvalidCredentialsError:()=>ud,AuthInvalidTokenResponseError:()=>sd,AuthPKCEGrantCodeExchangeError:()=>ld,AuthRetryableError:()=>id,AuthSessionMissingError:()=>ad,AuthWeakPasswordError:()=>fd,GoTrueAdminApi:()=>Ou,GoTrueClient:()=>Au,NavigatorLockAcquireTimeoutError:()=>pd,isAuthApiError:()=>r3,isAuthError:()=>t3,isAuthRetryableError:()=>n3,isAuthSessionMissingError:()=>o3,isAuthWeakPasswordError:()=>i3,lockInternals:()=>e3,navigatorLock:()=>Zk,processLock:()=>Qk});var dd,Qy,Au,Ou,rd,nd,vr,od,id,ad,sd,ud,cd,ld,fd,Zk,Qk,pd,e3,t3,r3,n3,o3,i3,md=et(()=>{dd=()=>Promise.resolve({data:{session:null,user:null},error:null}),Qy={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}):dd}},Au=class{constructor(e){return this.options=e,new Proxy(this,Qy)}},Ou=class{constructor(e){return this.options=e,new Proxy(this,Qy)}},rd=class extends Au{},nd=class extends Ou{},vr=class extends Error{},od=class extends vr{},id=class extends vr{},ad=class extends vr{},sd=class extends vr{},ud=class extends vr{},cd=class extends vr{},ld=class extends vr{},fd=class extends vr{},Zk=dd,Qk=dd,pd=class extends Error{},e3={},t3=()=>!1,r3=()=>!1,n3=()=>!1,o3=()=>!1,i3=()=>!1});var e0=x(ku=>{"use strict";Object.defineProperty(ku,"__esModule",{value:!0});ku.SupabaseAuthClient=void 0;var a3=(md(),re(hd)),gd=class extends a3.AuthClient{constructor(e){super(e)}};ku.SupabaseAuthClient=gd});var bd=x(yd=>{"use strict";Object.defineProperty(yd,"__esModule",{value:!0});var s3=Zf(),u3=mp(),c3=(yp(),re(Dp)),l3=Wy(),$u=Yy(),f3=Jy(),t0=Zy(),p3=e0(),Dd=class{constructor(e,r,n){var o,i,a;this.supabaseUrl=e,this.supabaseKey=r;let s=(0,t0.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:$u.DEFAULT_DB_OPTIONS,realtime:$u.DEFAULT_REALTIME_OPTIONS,auth:Object.assign(Object.assign({},$u.DEFAULT_AUTH_OPTIONS),{storageKey:u}),global:$u.DEFAULT_GLOBAL_OPTIONS},l=(0,t0.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:(f,d)=>{throw new Error(`@supabase/supabase-js: Supabase Client is configured with the accessToken option, accessing supabase.auth.${String(d)} is not possible`)}})):this.auth=this._initSupabaseAuthClient((a=l.auth)!==null&&a!==void 0?a:{},this.headers,l.global.fetch),this.fetch=(0,f3.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.rest=new u3.PostgrestClient(new URL("rest/v1",s).href,{headers:this.headers,schema:l.db.schema,fetch:this.fetch}),this.storage=new l3.StorageClient(this.storageUrl.href,this.headers,this.fetch,n?.storage),l.accessToken||this._listenForAuthEvents()}get functions(){return new s3.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},f,d){let h={Authorization:`Bearer ${this.supabaseKey}`,apikey:`${this.supabaseKey}`};return new p3.SupabaseAuthClient({url:this.authUrl.href,headers:Object.assign(Object.assign({},h),f),storageKey:a,autoRefreshToken:e,persistSession:r,detectSessionInUrl:n,storage:o,userStorage:i,flowType:s,lock:u,debug:c,throwOnError:l,fetch:d,hasCustomAuthorizationHeader:Object.keys(this.headers).some(m=>m.toLowerCase()==="authorization")})}_initRealtimeClient(e){return new c3.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)}};yd.default=Dd});var o0=x(Pe=>{"use strict";var d3=Pe&&Pe.__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]})),r0=Pe&&Pe.__exportStar||function(t,e){for(var r in t)r!=="default"&&!Object.prototype.hasOwnProperty.call(e,r)&&d3(e,t,r)},n0=Pe&&Pe.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(Pe,"__esModule",{value:!0});Pe.createClient=Pe.SupabaseClient=Pe.FunctionRegion=Pe.FunctionsError=Pe.FunctionsRelayError=Pe.FunctionsFetchError=Pe.FunctionsHttpError=Pe.PostgrestError=void 0;var h3=n0(bd());r0((md(),re(hd)),Pe);var m3=mp();Object.defineProperty(Pe,"PostgrestError",{enumerable:!0,get:function(){return m3.PostgrestError}});var Oa=Zf();Object.defineProperty(Pe,"FunctionsHttpError",{enumerable:!0,get:function(){return Oa.FunctionsHttpError}});Object.defineProperty(Pe,"FunctionsFetchError",{enumerable:!0,get:function(){return Oa.FunctionsFetchError}});Object.defineProperty(Pe,"FunctionsRelayError",{enumerable:!0,get:function(){return Oa.FunctionsRelayError}});Object.defineProperty(Pe,"FunctionsError",{enumerable:!0,get:function(){return Oa.FunctionsError}});Object.defineProperty(Pe,"FunctionRegion",{enumerable:!0,get:function(){return Oa.FunctionRegion}});r0((yp(),re(Dp)),Pe);var g3=bd();Object.defineProperty(Pe,"SupabaseClient",{enumerable:!0,get:function(){return n0(g3).default}});var D3=(t,e,r)=>new h3.default(t,e,r);Pe.createClient=D3;function y3(){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}y3()&&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 vd=x((eV,i0)=>{i0.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 Pu=x(s0=>{var a0={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 b3(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(a0))s0[t]=b3(a0[t])});var p0=x((rV,f0)=>{var v3=require("fs"),tt=require("path"),u0=vd(),w3=Pu(),C3=typeof process=="object"&&process.platform==="win32",c0=t=>typeof t=="object"&&t!==null,l0=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 ze(t){this.sep=tt.sep,this.fs=v3,c0(t)&&c0(t.fs)&&typeof t.fs.statSync=="function"&&(this.fs=t.fs)}f0.exports=ze;ze.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 w3.FILE_IN_THE_WAY(`"${o}"`)}})}r(t)};ze.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=tt.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};ze.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=tt.dirname(t);i.fs.exists(c,function(l){l||i.makeDir(c),i.fs.open(t,"w",438,function(f,d){f?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)})})})})}):d?i.fs.write(d,e,0,e.length,0,function(){i.fs.close(d,function(){i.fs.chmod(t,n||438,function(){o(!0)})})}):i.fs.chmod(t,n||438,function(){o(!0)})})})})})};ze.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=tt.join(n,s),c=e.fs.statSync(u);(!o||o.test(u))&&a.push(tt.normalize(u)+(c.isDirectory()?e.sep:"")),c.isDirectory()&&i&&(a=a.concat(r(u,o,i)))}),a}return r(t,void 0,!0)};ze.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=tt.join(t,s),r.fs.stat(s,function(u,c){if(u)return e(u);c&&(n.push(tt.normalize(s)+(c.isDirectory()?r.sep:"")),c.isDirectory()?r.findFilesAsync(s,function(l,f){if(l)return e(l);n=n.concat(f),--a||e(null,n)}):--a||e(null,n))})})})};ze.prototype.getAttributes=function(){};ze.prototype.setAttributes=function(){};ze.crc32update=function(t,e){return l0[(t^e)&255]^t>>>8};ze.crc32=function(t){typeof t=="string"&&(t=Buffer.from(t,"utf8"));let e=t.length,r=-1;for(let n=0;n<e;)r=ze.crc32update(r,t[n++]);return~r>>>0};ze.methodToString=function(t){switch(t){case u0.STORED:return"STORED ("+t+")";case u0.DEFLATED:return"DEFLATED ("+t+")";default:return"UNSUPPORTED ("+t+")"}};ze.canonical=function(t){if(!t)return"";let e=tt.posix.normalize("/"+t.split("\\").join("/"));return tt.join(".",e)};ze.zipnamefix=function(t){if(!t)return"";let e=tt.posix.normalize("/"+t.split("\\").join("/"));return tt.posix.join(".",e)};ze.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]};ze.sanitize=function(t,e){t=tt.resolve(tt.normalize(t));for(var r=e.split("/"),n=0,o=r.length;n<o;n++){var i=tt.normalize(tt.join(t,r.slice(n,o).join(tt.sep)));if(i.indexOf(t)===0)return i}return tt.normalize(tt.join(t,tt.basename(e)))};ze.toBuffer=function(e,r){return Buffer.isBuffer(e)?e:e instanceof Uint8Array?Buffer.from(e):typeof e=="string"?r(e):Buffer.alloc(0)};ze.readBigUInt64LE=function(t,e){var r=Buffer.from(t.slice(e,e+8));return r.swap64(),parseInt(`0x${r.toString("hex")}`)};ze.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)};ze.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};ze.isWin=C3;ze.crcTable=l0});var h0=x((nV,d0)=>{var E3=require("path");d0.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=E3.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 g0=x((oV,m0)=>{m0.exports={efs:!0,encode:t=>Buffer.from(t,"utf8"),decode:t=>t.toString("utf8")}});var Jo=x((iV,Yo)=>{Yo.exports=p0();Yo.exports.Constants=vd();Yo.exports.Errors=Pu();Yo.exports.FileAttr=h0();Yo.exports.decoder=g0()});var y0=x((aV,D0)=>{var Dn=Jo(),W=Dn.Constants;D0.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,f=0,d=0,h=0,m=0;t|=Dn.isWin?2560:768,r|=W.FLG_EFS;let b={extraLen:0},D=g=>Math.max(0,g)>>>0,C=g=>Math.max(0,g)&65535,E=g=>Math.max(0,g)&255;return o=Dn.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&W.FLG_EFS)>0},set flags_efs(g){g?r|=W.FLG_EFS:r&=~W.FLG_EFS},get flags_desc(){return(r&W.FLG_DESC)>0},set flags_desc(g){g?r|=W.FLG_DESC:r&=~W.FLG_DESC},get method(){return n},set method(g){switch(g){case W.STORED:this.version=10;case W.DEFLATED:default:this.version=20}n=g},get time(){return Dn.fromDOS2Date(this.timeval)},set time(g){this.timeval=Dn.fromDate2DOS(g)},get timeval(){return o},set timeval(g){o=D(g)},get timeHighByte(){return E(o>>>8)},get crc(){return i},set crc(g){i=D(g)},get compressedSize(){return a},set compressedSize(g){a=D(g)},get size(){return s},set size(g){s=D(g)},get fileNameLength(){return u},set fileNameLength(g){u=g},get extraLength(){return c},set extraLength(g){c=g},get extraLocalLength(){return b.extraLen},set extraLocalLength(g){b.extraLen=g},get commentLength(){return l},set commentLength(g){l=g},get diskNumStart(){return f},set diskNumStart(g){f=D(g)},get inAttr(){return d},set inAttr(g){d=D(g)},get attr(){return h},set attr(g){h=D(g)},get fileAttr(){return(h||0)>>16&4095},get offset(){return m},set offset(g){m=D(g)},get encrypted(){return(r&W.FLG_ENC)===W.FLG_ENC},get centralHeaderSize(){return W.CENHDR+u+c+l},get realDataOffset(){return m+W.LOCHDR+b.fnameLen+b.extraLen},get localHeader(){return b},loadLocalHeaderFromBinary:function(g){var _=g.slice(m,m+W.LOCHDR);if(_.readUInt32LE(0)!==W.LOCSIG)throw Dn.Errors.INVALID_LOC();b.version=_.readUInt16LE(W.LOCVER),b.flags=_.readUInt16LE(W.LOCFLG),b.method=_.readUInt16LE(W.LOCHOW),b.time=_.readUInt32LE(W.LOCTIM),b.crc=_.readUInt32LE(W.LOCCRC),b.compressedSize=_.readUInt32LE(W.LOCSIZ),b.size=_.readUInt32LE(W.LOCLEN),b.fnameLen=_.readUInt16LE(W.LOCNAM),b.extraLen=_.readUInt16LE(W.LOCEXT);let S=m+W.LOCHDR+b.fnameLen,T=S+b.extraLen;return g.slice(S,T)},loadFromBinary:function(g){if(g.length!==W.CENHDR||g.readUInt32LE(0)!==W.CENSIG)throw Dn.Errors.INVALID_CEN();t=g.readUInt16LE(W.CENVEM),e=g.readUInt16LE(W.CENVER),r=g.readUInt16LE(W.CENFLG),n=g.readUInt16LE(W.CENHOW),o=g.readUInt32LE(W.CENTIM),i=g.readUInt32LE(W.CENCRC),a=g.readUInt32LE(W.CENSIZ),s=g.readUInt32LE(W.CENLEN),u=g.readUInt16LE(W.CENNAM),c=g.readUInt16LE(W.CENEXT),l=g.readUInt16LE(W.CENCOM),f=g.readUInt16LE(W.CENDSK),d=g.readUInt16LE(W.CENATT),h=g.readUInt32LE(W.CENATX),m=g.readUInt32LE(W.CENOFF)},localHeaderToBinary:function(){var g=Buffer.alloc(W.LOCHDR);return g.writeUInt32LE(W.LOCSIG,0),g.writeUInt16LE(e,W.LOCVER),g.writeUInt16LE(r,W.LOCFLG),g.writeUInt16LE(n,W.LOCHOW),g.writeUInt32LE(o,W.LOCTIM),g.writeUInt32LE(i,W.LOCCRC),g.writeUInt32LE(a,W.LOCSIZ),g.writeUInt32LE(s,W.LOCLEN),g.writeUInt16LE(u,W.LOCNAM),g.writeUInt16LE(b.extraLen,W.LOCEXT),g},centralHeaderToBinary:function(){var g=Buffer.alloc(W.CENHDR+u+c+l);return g.writeUInt32LE(W.CENSIG,0),g.writeUInt16LE(t,W.CENVEM),g.writeUInt16LE(e,W.CENVER),g.writeUInt16LE(r,W.CENFLG),g.writeUInt16LE(n,W.CENHOW),g.writeUInt32LE(o,W.CENTIM),g.writeUInt32LE(i,W.CENCRC),g.writeUInt32LE(a,W.CENSIZ),g.writeUInt32LE(s,W.CENLEN),g.writeUInt16LE(u,W.CENNAM),g.writeUInt16LE(c,W.CENEXT),g.writeUInt16LE(l,W.CENCOM),g.writeUInt16LE(f,W.CENDSK),g.writeUInt16LE(d,W.CENATT),g.writeUInt32LE(h,W.CENATX),g.writeUInt32LE(m,W.CENOFF),g},toJSON:function(){let g=function(_){return _+" bytes"};return{made:t,version:e,flags:r,method:Dn.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:f,inAttr:d,attr:h,offset:m,centralHeaderSize:g(W.CENHDR+u+c+l)}},toString:function(){return JSON.stringify(this.toJSON(),null," ")}}}});var v0=x((sV,b0)=>{var Xo=Jo(),Me=Xo.Constants;b0.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 Me.ENDHDR+o},loadFromBinary:function(i){if((i.length!==Me.ENDHDR||i.readUInt32LE(0)!==Me.ENDSIG)&&(i.length<Me.ZIP64HDR||i.readUInt32LE(0)!==Me.ZIP64SIG))throw Xo.Errors.INVALID_END();i.readUInt32LE(0)===Me.ENDSIG?(t=i.readUInt16LE(Me.ENDSUB),e=i.readUInt16LE(Me.ENDTOT),r=i.readUInt32LE(Me.ENDSIZ),n=i.readUInt32LE(Me.ENDOFF),o=i.readUInt16LE(Me.ENDCOM)):(t=Xo.readBigUInt64LE(i,Me.ZIP64SUB),e=Xo.readBigUInt64LE(i,Me.ZIP64TOT),r=Xo.readBigUInt64LE(i,Me.ZIP64SIZE),n=Xo.readBigUInt64LE(i,Me.ZIP64OFF),o=0)},toBinary:function(){var i=Buffer.alloc(Me.ENDHDR+o);return i.writeUInt32LE(Me.ENDSIG,0),i.writeUInt32LE(0,4),i.writeUInt16LE(t,Me.ENDSUB),i.writeUInt16LE(e,Me.ENDTOT),i.writeUInt32LE(r,Me.ENDSIZ),i.writeUInt32LE(n,Me.ENDOFF),i.writeUInt16LE(o,Me.ENDCOM),i.fill(" ",Me.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 Cd=x(wd=>{wd.EntryHeader=y0();wd.MainHeader=v0()});var C0=x((cV,w0)=>{w0.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 _0=x((lV,E0)=>{var _3=+(process.versions?process.versions.node:"").split(".")[0]||0;E0.exports=function(t,e){var r=require("zlib");let n=_3>=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 f=a[l];f.copy(u,c),c+=f.length}o&&o(u)}),i.end(t)}}}});var O0=x((fV,A0)=>{"use strict";var{randomFillSync:x0}=require("crypto"),x3=Pu(),S3=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}),F0=(t,e)=>Math.imul(t,e)>>>0,S0=(t,e)=>S3[(t^e)&255]^t>>>8,ka=()=>typeof x0=="function"?x0(Buffer.alloc(12)):ka.node();ka.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 Tu={genSalt:ka};function Iu(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])}Iu.prototype.updateKeys=function(t){let e=this.keys;return e[0]=S0(e[0],t),e[1]+=e[0]&255,e[1]=F0(e[1],134775813)+1,e[2]=S0(e[2],e[1]>>>24),t};Iu.prototype.next=function(){let t=(this.keys[2]|2)>>>0;return F0(t,t^1)>>8&255};function F3(t){let e=new Iu(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 A3(t){let e=new Iu(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 O3(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 x3.WRONG_PASSWORD();return n(t.slice(12))}function k3(t){Buffer.isBuffer(t)&&t.length>=12?Tu.genSalt=function(){return t.slice(0,12)}:t==="node"?Tu.genSalt=ka.node:Tu.genSalt=ka}function $3(t,e,r,n=!1){t==null&&(t=Buffer.alloc(0)),Buffer.isBuffer(t)||(t=Buffer.from(t.toString()));let o=A3(r),i=Tu.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)}A0.exports={decrypt:O3,encrypt:$3,_salter:k3}});var k0=x(Ru=>{Ru.Deflater=C0();Ru.Inflater=_0();Ru.ZipCrypto=O0()});var _d=x((dV,$0)=>{var xe=Jo(),P3=Cd(),Ge=xe.Constants,Ed=k0();$0.exports=function(t,e){var r=new P3.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,f=typeof l.decoder=="object"?l.decoder:xe.decoder;c=f.hasOwnProperty("efs")?f.efs:!1;function d(){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 _={},S=r.realDataOffset+r.compressedSize;if(e.readUInt32LE(S)==Ge.LOCSIG||e.readUInt32LE(S)==Ge.CENSIG)throw xe.Errors.DESCRIPTOR_NOT_EXIST();if(e.readUInt32LE(S)==Ge.EXTSIG)_.crc=e.readUInt32LE(S+Ge.EXTCRC),_.compressedSize=e.readUInt32LE(S+Ge.EXTSIZ),_.size=e.readUInt32LE(S+Ge.EXTLEN);else if(e.readUInt16LE(S+12)===19280)_.crc=e.readUInt32LE(S+Ge.EXTCRC-4),_.compressedSize=e.readUInt32LE(S+Ge.EXTSIZ-4),_.size=e.readUInt32LE(S+Ge.EXTLEN-4);else throw xe.Errors.DESCRIPTOR_UNKNOWN();if(_.compressedSize!==r.compressedSize||_.size!==r.size||_.crc!==r.crc)throw xe.Errors.DESCRIPTOR_FAULTY();if(xe.crc32(g)!==_.crc)return!1}else if(xe.crc32(g)!==r.localHeader.crc)return!1;return!0}function m(g,_,S){if(typeof _>"u"&&typeof g=="string"&&(S=g,g=void 0),i)return g&&_&&_(Buffer.alloc(0),xe.Errors.DIRECTORY_CONTENT_ERROR()),Buffer.alloc(0);var T=d();if(T.length===0)return g&&_&&_(T),T;if(r.encrypted){if(typeof S!="string"&&!Buffer.isBuffer(S))throw xe.Errors.INVALID_PASS_PARAM();T=Ed.ZipCrypto.decrypt(T,r,S)}var O=Buffer.alloc(r.size);switch(r.method){case xe.Constants.STORED:if(T.copy(O),h(O))return g&&_&&_(O),O;throw g&&_&&_(O,xe.Errors.BAD_CRC()),xe.Errors.BAD_CRC();case xe.Constants.DEFLATED:var B=new Ed.Inflater(T,r.size);if(g)B.inflateAsync(function(R){R.copy(R,0),_&&(h(R)?_(R):_(R,xe.Errors.BAD_CRC()))});else{if(B.inflate(O).copy(O,0),!h(O))throw xe.Errors.BAD_CRC(`"${f.decode(n)}"`);return O}break;default:throw g&&_&&_(Buffer.alloc(0),xe.Errors.UNKNOWN_METHOD()),xe.Errors.UNKNOWN_METHOD()}}function b(g,_){if((!a||!a.length)&&Buffer.isBuffer(e))return g&&_&&_(d()),d();if(a.length&&!i){var S;switch(r.method){case xe.Constants.STORED:return r.compressedSize=r.size,S=Buffer.alloc(a.length),a.copy(S),g&&_&&_(S),S;default:case xe.Constants.DEFLATED:var T=new Ed.Deflater(a);if(g)T.deflateAsync(function(B){S=Buffer.alloc(B.length),r.compressedSize=B.length,B.copy(S),_&&_(S)});else{var O=T.deflate();return r.compressedSize=O.length,O}T=null;break}}else if(g&&_)_(Buffer.alloc(0));else return Buffer.alloc(0)}function D(g,_){return(g.readUInt32LE(_+4)<<4)+g.readUInt32LE(_)}function C(g){try{for(var _=0,S,T,O;_+4<g.length;)S=g.readUInt16LE(_),_+=2,T=g.readUInt16LE(_),_+=2,O=g.slice(_,_+T),_+=T,Ge.ID_ZIP64===S&&E(O)}catch{throw xe.Errors.EXTRA_FIELD_PARSE_ERROR()}}function E(g){var _,S,T,O;g.length>=Ge.EF_ZIP64_SCOMP&&(_=D(g,Ge.EF_ZIP64_SUNCOMP),r.size===Ge.EF_ZIP64_OR_32&&(r.size=_)),g.length>=Ge.EF_ZIP64_RHO&&(S=D(g,Ge.EF_ZIP64_SCOMP),r.compressedSize===Ge.EF_ZIP64_OR_32&&(r.compressedSize=S)),g.length>=Ge.EF_ZIP64_DSN&&(T=D(g,Ge.EF_ZIP64_RHO),r.offset===Ge.EF_ZIP64_OR_32&&(r.offset=T)),g.length>=Ge.EF_ZIP64_DSN+4&&(O=g.readUInt32LE(Ge.EF_ZIP64_DSN),r.diskNumStart===Ge.EF_ZIP64_OR_16&&(r.diskNumStart=O))}return{get entryName(){return f.decode(n)},get rawEntryName(){return n},set entryName(g){n=xe.toBuffer(g,f.encode);var _=n[n.length-1];i=_===47||_===92,r.fileNameLength=n.length},get efs(){return typeof c=="function"?c(this.entryName):c},get extra(){return s},set extra(g){s=g,r.extraLength=g.length,C(g)},get comment(){return f.decode(o)},set comment(g){if(o=xe.toBuffer(g,f.encode),r.commentLength=o.length,o.length>65535)throw xe.Errors.COMMENT_TOO_LONG()},get name(){var g=f.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=xe.toBuffer(g,xe.decoder.encode),!i&&a.length?(r.size=a.length,r.method=xe.Constants.DEFLATED,r.crc=xe.crc32(g),r.changed=!0):r.method=xe.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(),_=xe.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(),S=Buffer.alloc(_.length+n.length+r.extraLocalLength);return _.copy(S,g),g+=_.length,n.copy(S,g),g+=n.length,u.copy(S,g),g+=u.length,S},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 I0=x((hV,T0)=>{var P0=_d(),T3=Cd(),dt=Jo();T0.exports=function(t,e){var r=[],n={},o=Buffer.alloc(0),i=new T3.MainHeader,a=!1,s=null;let u=new Set,c=e,{noSort:l,decoder:f}=c;t?m(c.readEntries):a=!0;function d(){let D=new Set;for(let C of Object.keys(n)){let E=C.split("/");if(E.pop(),!!E.length)for(let g=0;g<E.length;g++){let _=E.slice(0,g+1).join("/")+"/";D.add(_)}}for(let C of D)if(!(C in n)){let E=new P0(c);E.entryName=C,E.attr=16,E.temporary=!0,r.push(E),n[E.entryName]=E,u.add(E)}}function h(){if(a=!0,n={},i.diskEntries>(t.length-i.offset)/dt.Constants.CENHDR)throw dt.Errors.DISK_ENTRY_TOO_LARGE();r=new Array(i.diskEntries);for(var D=i.offset,C=0;C<r.length;C++){var E=D,g=new P0(c,t);g.header=t.slice(E,E+=dt.Constants.CENHDR),g.entryName=t.slice(E,E+=g.header.fileNameLength),g.header.extraLength&&(g.extra=t.slice(E,E+=g.header.extraLength)),g.header.commentLength&&(g.comment=t.slice(E,E+g.header.commentLength)),D+=g.header.centralHeaderSize,r[C]=g,n[g.entryName]=g}u.clear(),d()}function m(D){var C=t.length-dt.Constants.ENDHDR,E=Math.max(0,C-65535),g=E,_=t.length,S=-1,T=0;for((typeof c.trailingSpace=="boolean"?c.trailingSpace:!1)&&(E=0),C;C>=g;C--)if(t[C]===80){if(t.readUInt32LE(C)===dt.Constants.ENDSIG){S=C,T=C,_=C+dt.Constants.ENDHDR,g=C-dt.Constants.END64HDR;continue}if(t.readUInt32LE(C)===dt.Constants.END64SIG){g=E;continue}if(t.readUInt32LE(C)===dt.Constants.ZIP64SIG){S=C,_=C+dt.readBigUInt64LE(t,C+dt.Constants.ZIP64SIZE)+dt.Constants.ZIP64LEAD;break}}if(S==-1)throw dt.Errors.INVALID_FORMAT();i.loadFromBinary(t.slice(S,_)),i.commentLength&&(o=t.slice(T+dt.Constants.ENDHDR)),D&&h()}function b(){r.length>1&&!l&&r.sort((D,C)=>D.entryName.toLowerCase().localeCompare(C.entryName.toLowerCase()))}return{get entries(){return a||h(),r.filter(D=>!u.has(D))},get comment(){return f.decode(o)},set comment(D){o=dt.toBuffer(D,f.encode),i.commentLength=o.length},getEntryCount:function(){return a?r.length:i.diskEntries},forEach:function(D){this.entries.forEach(D)},getEntry:function(D){return a||h(),n[D]||null},setEntry:function(D){a||h(),r.push(D),n[D.entryName]=D,i.totalEntries=r.length},deleteFile:function(D,C=!0){a||h();let E=n[D];this.getEntryChildren(E,C).map(_=>_.entryName).forEach(this.deleteEntry)},deleteEntry:function(D){a||h();let C=n[D],E=r.indexOf(C);E>=0&&(r.splice(E,1),delete n[D],i.totalEntries=r.length)},getEntryChildren:function(D,C=!0){if(a||h(),typeof D=="object")if(D.isDirectory&&C){let E=[],g=D.entryName;for(let _ of r)_.entryName.startsWith(g)&&E.push(_);return E}else return[D];return[]},getChildCount:function(D){if(D&&D.isDirectory){let C=this.getEntryChildren(D);return C.includes(D)?C.length-1:C.length}return 0},compressToBuffer:function(){a||h(),b();let D=[],C=[],E=0,g=0;i.size=0,i.offset=0;let _=0;for(let O of this.entries){let B=O.getCompressedData();O.header.offset=g;let R=O.packLocalHeader(),N=R.length+B.length;g+=N,D.push(R),D.push(B);let A=O.packCentralHeader();C.push(A),i.size+=A.length,E+=N+A.length,_++}E+=i.mainHeaderSize,i.offset=g,i.totalEntries=_,g=0;let S=Buffer.alloc(E);for(let O of D)O.copy(S,g),g+=O.length;for(let O of C)O.copy(S,g),g+=O.length;let T=i.toBinary();return o&&o.copy(T,dt.Constants.ENDHDR),T.copy(S,g),t=S,a=!1,S},toAsyncBuffer:function(D,C,E,g){try{a||h(),b();let _=[],S=[],T=0,O=0,B=0;i.size=0,i.offset=0;let R=function(N){if(N.length>0){let A=N.shift(),L=A.entryName+A.extra.toString();E&&E(L),A.getCompressedDataAsync(function(M){g&&g(L),A.header.offset=O;let Q=A.packLocalHeader(),$=Q.length+M.length;O+=$,_.push(Q),_.push(M);let y=A.packCentralHeader();S.push(y),i.size+=y.length,T+=$+y.length,B++,R(N)})}else{T+=i.mainHeaderSize,i.offset=O,i.totalEntries=B,O=0;let A=Buffer.alloc(T);_.forEach(function(M){M.copy(A,O),O+=M.length}),S.forEach(function(M){M.copy(A,O),O+=M.length});let L=i.toBinary();o&&o.copy(L,dt.Constants.ENDHDR),L.copy(A,O),t=A,a=!1,D(A)}};R(Array.from(this.entries))}catch(_){C(_)}}}}});var j0=x((mV,B0)=>{var qe=Jo(),We=require("path"),I3=_d(),R3=I0(),Gn=(...t)=>qe.findLast(t,e=>typeof e=="boolean"),R0=(...t)=>qe.findLast(t,e=>typeof e=="string"),B3=(...t)=>qe.findLast(t,e=>typeof e=="function"),j3={noSort:!1,readEntries:!1,method:qe.Constants.NONE,fs:null};B0.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=qe.Constants.BUFFER,t=void 0)),Object.assign(n,e);let o=new qe(n);if((typeof n.decoder!="object"||typeof n.decoder.encode!="function"||typeof n.decoder.decode!="function")&&(n.decoder=qe.decoder),t&&typeof t=="string")if(o.fs.existsSync(t))n.method=qe.Constants.FILE,n.filename=t,r=o.fs.readFileSync(t);else throw qe.Errors.INVALID_FILENAME();let i=new R3(r,n),{canonical:a,sanitize:s,zipnamefix:u}=qe;function c(h){if(h&&i){var m;if(typeof h=="string"&&(m=i.getEntry(We.posix.normalize(h))),typeof h=="object"&&typeof h.entryName<"u"&&typeof h.header<"u"&&(m=i.getEntry(h.entryName)),m)return m}return null}function l(h){let{join:m,normalize:b,sep:D}=We.posix;return m(".",b(D+h.split("\\").join(D)+D))}function f(h){return h instanceof RegExp?(function(m){return function(b){return m.test(b)}})(h):typeof h!="function"?()=>!0:h}let d=(h,m)=>{let b=m.slice(-1);return b=b===o.sep?o.sep:"",We.relative(h,m)+b};return{readFile:function(h,m){var b=c(h);return b&&b.getData(m)||null},childCount:function(h){let m=c(h);if(m)return i.getChildCount(m)},readFileAsync:function(h,m){var b=c(h);b?b.getDataAsync(m):m(null,"getEntry failed for:"+h)},readAsText:function(h,m){var b=c(h);if(b){var D=b.getData();if(D&&D.length)return D.toString(m||"utf8")}return""},readAsTextAsync:function(h,m,b){var D=c(h);D?D.getDataAsync(function(C,E){if(E){m(C,E);return}C&&C.length?m(C.toString(b||"utf8")):m("")}):m("")},deleteFile:function(h,m=!0){var b=c(h);b&&i.deleteFile(b.entryName,m)},deleteEntry:function(h){var m=c(h);m&&i.deleteEntry(m.entryName)},addZipComment:function(h){i.comment=h},getZipComment:function(){return i.comment||""},addZipEntryComment:function(h,m){var b=c(h);b&&(b.comment=m)},getZipEntryComment:function(h){var m=c(h);return m&&m.comment||""},updateFile:function(h,m){var b=c(h);b&&b.setData(m)},addLocalFile:function(h,m,b,D){if(o.fs.existsSync(h)){m=m?l(m):"";let C=We.win32.basename(We.win32.normalize(h));m+=b||C;let E=o.fs.statSync(h),g=E.isFile()?o.fs.readFileSync(h):Buffer.alloc(0);E.isDirectory()&&(m+=o.sep),this.addFile(m,g,D,E)}else throw qe.Errors.FILE_NOT_FOUND(h)},addLocalFileAsync:function(h,m){h=typeof h=="object"?h:{localPath:h};let b=We.resolve(h.localPath),{comment:D}=h,{zipPath:C,zipName:E}=h,g=this;o.fs.stat(b,function(_,S){if(_)return m(_,!1);C=C?l(C):"";let T=We.win32.basename(We.win32.normalize(b));if(C+=E||T,S.isFile())o.fs.readFile(b,function(O,B){return O?m(O,!1):(g.addFile(C,B,D,S),setImmediate(m,void 0,!0))});else if(S.isDirectory())return C+=o.sep,g.addFile(C,Buffer.alloc(0),D,S),setImmediate(m,void 0,!0)})},addLocalFolder:function(h,m,b){if(b=f(b),m=m?l(m):"",h=We.normalize(h),o.fs.existsSync(h)){let D=o.findFiles(h),C=this;if(D.length)for(let E of D){let g=We.join(m,d(h,E));b(g)&&C.addLocalFile(E,We.dirname(g))}}else throw qe.Errors.FILE_NOT_FOUND(h)},addLocalFolderAsync:function(h,m,b,D){D=f(D),b=b?l(b):"",h=We.normalize(h);var C=this;o.fs.open(h,"r",function(E){if(E&&E.code==="ENOENT")m(void 0,qe.Errors.FILE_NOT_FOUND(h));else if(E)m(void 0,E);else{var g=o.findFiles(h),_=-1,S=function(){if(_+=1,_<g.length){var T=g[_],O=d(h,T).split("\\").join("/");O=O.normalize("NFD").replace(/[\u0300-\u036f]/g,"").replace(/[^\x20-\x7E]/g,""),D(O)?o.fs.stat(T,function(B,R){B&&m(void 0,B),R.isFile()?o.fs.readFile(T,function(N,A){N?m(void 0,N):(C.addFile(b+O,A,"",R),S())}):(C.addFile(b+O+"/",Buffer.alloc(0),"",R),S())}):process.nextTick(()=>{S()})}else m(!0,void 0)};S()}})},addLocalFolderAsync2:function(h,m){let b=this;h=typeof h=="object"?h:{localPath:h},localPath=We.resolve(l(h.localPath));let{zipPath:D,filter:C,namefix:E}=h;C instanceof RegExp?C=(function(S){return function(T){return S.test(T)}})(C):typeof C!="function"&&(C=function(){return!0}),D=D?l(D):"",E=="latin1"&&(E=S=>S.normalize("NFD").replace(/[\u0300-\u036f]/g,"").replace(/[^\x20-\x7E]/g,"")),typeof E!="function"&&(E=S=>S);let g=S=>We.join(D,E(d(localPath,S))),_=S=>We.win32.basename(We.win32.normalize(E(S)));o.fs.open(localPath,"r",function(S){S&&S.code==="ENOENT"?m(void 0,qe.Errors.FILE_NOT_FOUND(localPath)):S?m(void 0,S):o.findFilesAsync(localPath,function(T,O){if(T)return m(T);O=O.filter(B=>C(g(B))),O.length||m(void 0,!1),setImmediate(O.reverse().reduce(function(B,R){return function(N,A){if(N||A===!1)return setImmediate(B,N,!1);b.addLocalFileAsync({localPath:R,zipPath:We.dirname(g(R)),zipName:_(R)},B)}},m))})})},addLocalFolderPromise:function(h,m){return new Promise((b,D)=>{this.addLocalFolderAsync2(Object.assign({localPath:h},m),(C,E)=>{C&&D(C),E&&b(this)})})},addFile:function(h,m,b,D){h=u(h);let C=c(h),E=C!=null;E||(C=new I3(n),C.entryName=h),C.comment=b||"";let g=typeof D=="object"&&D instanceof o.fs.Stats;g&&(C.header.time=D.mtime);var _=C.isDirectory?16:0;let S=C.isDirectory?16384:32768;return g?S|=4095&D.mode:typeof D=="number"?S|=4095&D:S|=C.isDirectory?493:420,_=(_|S<<16)>>>0,C.attr=_,C.setData(m),E||i.setEntry(C),C},getEntries:function(h){return i.password=h,i?i.entries:[]},getEntry:function(h){return c(h)},getEntryCount:function(){return i.getEntryCount()},forEach:function(h){return i.forEach(h)},extractEntryTo:function(h,m,b,D,C,E){D=Gn(!1,D),C=Gn(!1,C),b=Gn(!0,b),E=R0(C,E);var g=c(h);if(!g)throw qe.Errors.NO_ENTRY();var _=a(g.entryName),S=s(m,E&&!g.isDirectory?E:b?_:We.basename(_));if(g.isDirectory){var T=i.getEntryChildren(g);return T.forEach(function(R){if(R.isDirectory)return;var N=R.getData();if(!N)throw qe.Errors.CANT_EXTRACT_FILE();var A=a(R.entryName),L=s(m,b?A:We.basename(A));let M=C?R.header.fileAttr:void 0;o.writeFileTo(L,N,D,M)}),!0}var O=g.getData(i.password);if(!O)throw qe.Errors.CANT_EXTRACT_FILE();if(o.fs.existsSync(S)&&!D)throw qe.Errors.CANT_OVERRIDE();let B=C?h.header.fileAttr:void 0;return o.writeFileTo(S,O,D,B),!0},test:function(h){if(!i)return!1;for(var m in i.entries)try{if(m.isDirectory)continue;var b=i.entries[m].getData(h);if(!b)return!1}catch{return!1}return!0},extractAllTo:function(h,m,b,D){if(b=Gn(!1,b),D=R0(b,D),m=Gn(!1,m),!i)throw qe.Errors.NO_ZIP();i.entries.forEach(function(C){var E=s(h,a(C.entryName));if(C.isDirectory){o.makeDir(E);return}var g=C.getData(D);if(!g)throw qe.Errors.CANT_EXTRACT_FILE();let _=b?C.header.fileAttr:void 0;o.writeFileTo(E,g,m,_);try{o.fs.utimesSync(E,C.header.time,C.header.time)}catch{throw qe.Errors.CANT_EXTRACT_FILE()}})},extractAllToAsync:function(h,m,b,D){if(D=B3(m,b,D),b=Gn(!1,b),m=Gn(!1,m),!D)return new Promise((S,T)=>{this.extractAllToAsync(h,m,b,function(O){O?T(O):S(this)})});if(!i){D(qe.Errors.NO_ZIP());return}h=We.resolve(h);let C=S=>s(h,We.normalize(a(S.entryName))),E=(S,T)=>new Error(S+': "'+T+'"'),g=[],_=[];i.entries.forEach(S=>{S.isDirectory?g.push(S):_.push(S)});for(let S of g){let T=C(S),O=b?S.header.fileAttr:void 0;try{o.makeDir(T),O&&o.fs.chmodSync(T,O),o.fs.utimesSync(T,S.header.time,S.header.time)}catch{D(E("Unable to create folder",T))}}_.reverse().reduce(function(S,T){return function(O){if(O)S(O);else{let B=We.normalize(a(T.entryName)),R=s(h,B);T.getDataAsync(function(N,A){if(A)S(A);else if(!N)S(qe.Errors.CANT_EXTRACT_FILE());else{let L=b?T.header.fileAttr:void 0;o.writeFileToAsync(R,N,m,L,function(M){M||S(E("Unable to write file",R)),o.fs.utimes(R,T.header.time,T.header.time,function(Q){Q?S(E("Unable to set times",R)):S()})})}})}}},D)()},writeZip:function(h,m){if(arguments.length===1&&typeof h=="function"&&(m=h,h=""),!h&&n.filename&&(h=n.filename),!!h){var b=i.compressToBuffer();if(b){var D=o.writeFileTo(h,b,!0);typeof m=="function"&&m(D?null:new Error("failed"),"")}}},writeZipPromise:function(h,m){let{overwrite:b,perm:D}=Object.assign({overwrite:!0},m);return new Promise((C,E)=>{!h&&n.filename&&(h=n.filename),h||E("ADM-ZIP: ZIP File Name Missing"),this.toBufferPromise().then(g=>{let _=S=>S?C(S):E("ADM-ZIP: Wasn't able to write zip file");o.writeFileToAsync(h,g,b,D,_)},E)})},toBufferPromise:function(){return new Promise((h,m)=>{i.toAsyncBuffer(h,m)})},toBuffer:function(h,m,b,D){return typeof h=="function"?(i.toAsyncBuffer(h,m,b,D),null):i.compressToBuffer()}}}});var M0=x((gV,U0)=>{var L0={};U0.exports=L0;var N0={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(N0).forEach(function(t){var e=N0[t],r=L0[t]=[];r.open="\x1B["+e[0]+"m",r.close="\x1B["+e[1]+"m"})});var H0=x((DV,q0)=>{"use strict";q0.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 z0=x((yV,V0)=>{"use strict";var N3=require("os"),wr=H0(),Ot=process.env,Zo=void 0;wr("no-color")||wr("no-colors")||wr("color=false")?Zo=!1:(wr("color")||wr("colors")||wr("color=true")||wr("color=always"))&&(Zo=!0);"FORCE_COLOR"in Ot&&(Zo=Ot.FORCE_COLOR.length===0||parseInt(Ot.FORCE_COLOR,10)!==0);function L3(t){return t===0?!1:{level:t,hasBasic:!0,has256:t>=2,has16m:t>=3}}function U3(t){if(Zo===!1)return 0;if(wr("color=16m")||wr("color=full")||wr("color=truecolor"))return 3;if(wr("color=256"))return 2;if(t&&!t.isTTY&&Zo!==!0)return 0;var e=Zo?1:0;if(process.platform==="win32"){var r=N3.release().split(".");return Number(process.versions.node.split(".")[0])>=8&&Number(r[0])>=10&&Number(r[2])>=10586?Number(r[2])>=14931?3:2:1}if("CI"in Ot)return["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI"].some(function(o){return o in Ot})||Ot.CI_NAME==="codeship"?1:e;if("TEAMCITY_VERSION"in Ot)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(Ot.TEAMCITY_VERSION)?1:0;if("TERM_PROGRAM"in Ot){var n=parseInt((Ot.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(Ot.TERM_PROGRAM){case"iTerm.app":return n>=3?3:2;case"Hyper":return 3;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(Ot.TERM)?2:/^screen|^xterm|^vt100|^rxvt|color|ansi|cygwin|linux/i.test(Ot.TERM)||"COLORTERM"in Ot?1:(Ot.TERM==="dumb",e)}function xd(t){var e=U3(t);return L3(e)}V0.exports={supportsColor:xd,stdout:xd(process.stdout),stderr:xd(process.stderr)}});var W0=x((bV,G0)=>{G0.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 Y0=x((vV,K0)=>{K0.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="",f,d;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(d in u)if(!a(d)){switch(l=l+u[d],f={up:0,down:0,mid:0},c.size){case"mini":f.up=i(8),f.mid=i(2),f.down=i(8);break;case"maxi":f.up=i(16)+3,f.mid=i(4)+1,f.down=i(64)+3;break;default:f.up=i(8)+1,f.mid=i(6)/2,f.down=i(8)+1;break}var h=["up","mid","down"];for(var m in h)for(var b=h[m],D=0;D<=f[b];D++)c[b]&&(l=l+n[b][i(n[b].length)])}return l}return s(e,r)}});var X0=x((wV,J0)=>{J0.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 Q0=x((CV,Z0)=>{Z0.exports=function(t){return function(e,r,n){return r%2===0?e:t.inverse(e)}}});var tb=x((EV,eb)=>{eb.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 nb=x((_V,rb)=>{rb.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 cb=x((SV,ub)=>{var ce={};ub.exports=ce;ce.themes={};var M3=require("util"),Wn=ce.styles=M0(),ib=Object.defineProperties,q3=new RegExp(/[\r\n]+/g);ce.supportsColor=z0().supportsColor;typeof ce.enabled>"u"&&(ce.enabled=ce.supportsColor()!==!1);ce.enable=function(){ce.enabled=!0};ce.disable=function(){ce.enabled=!1};ce.stripColors=ce.strip=function(t){return(""+t).replace(/\x1B\[\d+m/g,"")};var xV=ce.stylize=function(e,r){if(!ce.enabled)return e+"";var n=Wn[r];return!n&&r in ce?ce[r](e):n.open+e+n.close},H3=/[|\\{}()[\]^$+*?.]/g,V3=function(t){if(typeof t!="string")throw new TypeError("Expected a string");return t.replace(H3,"\\$&")};function ab(t){var e=function r(){return G3.apply(r,arguments)};return e._styles=t,e.__proto__=z3,e}var sb=(function(){var t={};return Wn.grey=Wn.gray,Object.keys(Wn).forEach(function(e){Wn[e].closeRe=new RegExp(V3(Wn[e].close),"g"),t[e]={get:function(){return ab(this._styles.concat(e))}}}),t})(),z3=ib(function(){},sb);function G3(){var t=Array.prototype.slice.call(arguments),e=t.map(function(a){return a!=null&&a.constructor===String?a:M3.inspect(a)}).join(" ");if(!ce.enabled||!e)return e;for(var r=e.indexOf(`
28
28
  `)!=-1,n=this._styles,o=n.length;o--;){var i=Wn[n[o]];e=i.open+e.replace(i.closeRe,i.open)+i.close,r&&(e=e.replace(q3,function(a){return i.close+a+i.open}))}return e}ce.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){ce[r]=function(n){if(typeof t[r]=="object"){var o=n;for(var i in t[r])o=ce[t[r][i]](o);return o}return ce[t[r]](n)}})(e)};function W3(){var t={};return Object.keys(sb).forEach(function(e){t[e]={get:function(){return ab([e])}}}),t}var K3=function(e,r){var n=r.split("");return n=n.map(e),n.join("")};ce.trap=W0();ce.zalgo=Y0();ce.maps={};ce.maps.america=X0()(ce);ce.maps.zebra=Q0()(ce);ce.maps.rainbow=tb()(ce);ce.maps.random=nb()(ce);for(ob in ce.maps)(function(t){ce[t]=function(e){return K3(ce.maps[t],e)}})(ob);var ob;ib(ce,W3())});var fb=x((FV,lb)=>{var Y3=cb();lb.exports=Y3});var pb=x(Sd=>{"use strict";Sd.indent=function(e){return new Array(e+1).join(" ")};Sd.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 db=x((OV,J3)=>{J3.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=x($a=>{"use strict";var Sr=fb(),yn=pb(),X3=/[^\w\s\n\r\v\t\.,]/i;$a.version=db().version;var Fd=function(t,e){return t!==void 0||e.renderUndefined},Bu=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(`
29
29
  `)===-1||r.inlineArrays&&!e&&Array.isArray(t)&&Bu(t[0],!0,r))},Z3=function(t,e){if(e.noColor)return t;if(typeof t=="string")return e.stringColor?Sr[e.stringColor](t):t;var r=t+"";return t===!0?Sr.green(r):t===!1?Sr.red(r):t==null?Sr.grey(r):typeof t=="number"?t>=0?Sr[e.positiveNumberColor](r):Sr[e.negativeNumberColor](r):typeof t=="function"?"function() {}":Array.isArray(t)?t.join(", "):r},Ad=function(t,e){return t.multilineStringColor===null||t.noColor?e:Sr[t.multilineStringColor](e)},Q3=function(t,e,r){var n=t.split(`
30
30
  `);return n=n.map(function(o){return yn.indent(e)+Ad(r,o)}),n.join(`
31
31
  `)},Qo=function(t,e,r){if(typeof t=="string"&&t.match(X3)&&e.escape&&(t=JSON.stringify(t)),!Fd(t,e))return[];if(Bu(t,!1,e))return[yn.indent(r)+Z3(t,e)];if(typeof t=="string")return[yn.indent(r)+Ad(e,'"""'),Q3(t,r+e.defaultIndentation,e),yn.indent(r)+Ad(e,'"""')];if(Array.isArray(t)){if(t.length===0)return[yn.indent(r)+e.emptyArrayMsg];var n=[];return t.forEach(function(s){if(Fd(s,e)){var u="- ";e.noColor||(u=Sr[e.dashColor](u)),u=yn.indent(r)+u,Bu(s,!1,e)?(u+=Qo(s,e,0)[0],n.push(u)):(n.push(u),n.push.apply(n,Qo(s,e,r+e.defaultIndentation)))}}),n}if(t instanceof Error)return Qo({message:t.message,stack:t.stack.split(`
32
32
  `)},e,r);var o=e.noAlign?0:yn.getMaxIndexLength(t),i,a=[];return Object.getOwnPropertyNames(t).forEach(function(s){if(Fd(t[s],e))if(i=s+": ",e.noColor||(i=Sr[e.keysColor](i)),i=yn.indent(r)+i,Bu(t[s],!1,e)){var u=e.noAlign?0:o-s.length;i+=Qo(t[s],e,u)[0],a.push(i)}else a.push(i),a.push.apply(a,Qo(t[s],e,r+e.defaultIndentation))}),a};$a.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,Qo(e,r,n).join(`
33
33
  `)};$a.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)+`
34
- `,e=e.substr(a)}try{i=JSON.parse(e)}catch{return Sr.red("Error:")+" Not valid JSON!"}return o+=$a.render(i,r,n),o}});var $d=x(ju=>{"use strict";Object.defineProperty(ju,"__esModule",{value:!0});ju.default=void 0;function ei(t){"@babel/helpers - typeof";return ei=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},ei(t)}function mb(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,t$(n.key),n)}}function e$(t,e,r){return e&&mb(t.prototype,e),r&&mb(t,r),Object.defineProperty(t,"prototype",{writable:!1}),t}function t$(t){var e=r$(t,"string");return ei(e)=="symbol"?e:e+""}function r$(t,e){if(ei(t)!="object"||!t)return t;var r=t[Symbol.toPrimitive];if(r!==void 0){var n=r.call(t,e||"default");if(ei(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(t)}function n$(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function o$(t,e,r){return e=Ta(e),i$(t,kd()?Reflect.construct(e,r||[],Ta(t).constructor):e.apply(t,r))}function i$(t,e){if(e&&(ei(e)==="object"||typeof e=="function"))return e;if(e!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return a$(t)}function a$(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function s$(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&&Pa(t,e)}function Od(t){var e=typeof Map=="function"?new Map:void 0;return Od=function(n){if(n===null||!c$(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 u$(n,arguments,Ta(this).constructor)}return o.prototype=Object.create(n.prototype,{constructor:{value:o,enumerable:!1,writable:!0,configurable:!0}}),Pa(o,n)},Od(t)}function u$(t,e,r){if(kd())return Reflect.construct.apply(null,arguments);var n=[null];n.push.apply(n,e);var o=new(t.bind.apply(t,n));return r&&Pa(o,r.prototype),o}function kd(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(kd=function(){return!!t})()}function c$(t){try{return Function.toString.call(t).indexOf("[native code]")!==-1}catch{return typeof t=="function"}}function Pa(t,e){return Pa=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,o){return n.__proto__=o,n},Pa(t,e)}function Ta(t){return Ta=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},Ta(t)}var l$=(function(t){function e(r){var n,o=arguments.length>1&&arguments[1]!==void 0?arguments[1]:null,i=arguments.length>2&&arguments[2]!==void 0?arguments[2]:null,a=arguments.length>3&&arguments[3]!==void 0?arguments[3]:null;if(n$(this,e),n=o$(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",f=a?a.getBody()||"":"n/a";r+=", originated from request (method: ".concat(u,", url: ").concat(c,", response code: ").concat(l,", response text: ").concat(f,", request id: ").concat(s,")")}return n.message=r,n}return s$(e,t),e$(e)})(Od(Error)),$V=ju.default=l$});var Pd=x(Nu=>{"use strict";Object.defineProperty(Nu,"__esModule",{value:!0});Nu.enableDebugLog=f$;Nu.log=p$;var gb=!1;function f$(){gb=!0}function p$(t){gb&&console.log(t)}});var yb=x(Lu=>{"use strict";Object.defineProperty(Lu,"__esModule",{value:!0});Lu.default=void 0;function Ia(t){"@babel/helpers - typeof";return Ia=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},Ia(t)}function d$(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Db(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,m$(n.key),n)}}function h$(t,e,r){return e&&Db(t.prototype,e),r&&Db(t,r),Object.defineProperty(t,"prototype",{writable:!1}),t}function m$(t){var e=g$(t,"string");return Ia(e)=="symbol"?e:e+""}function g$(t,e){if(Ia(t)!="object"||!t)return t;var r=t[Symbol.toPrimitive];if(r!==void 0){var n=r.call(t,e||"default");if(Ia(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(t)}var IV=Lu.default=(function(){function t(){d$(this,t)}return h$(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 bb=x((Td,Id)=>{(function(t,e){typeof Td=="object"&&typeof Id<"u"?Id.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:Td,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 j={};return P.forEach(function(ee,V){return j[ee]=V}),j})(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))},f=function(P){return P.replace(/=/g,"").replace(/[+\/]/g,function(j){return j=="+"?"-":"_"})},d=function(P){return P.replace(/[^A-Za-z0-9\+\/]/g,"")},h=function(P){for(var j,ee,V,se,dr="",z=P.length%3,Ce=0;Ce<P.length;){if((ee=P.charCodeAt(Ce++))>255||(V=P.charCodeAt(Ce++))>255||(se=P.charCodeAt(Ce++))>255)throw new TypeError("invalid character found");j=ee<<16|V<<8|se,dr+=a[j>>18&63]+a[j>>12&63]+a[j>>6&63]+a[j&63]}return z?dr.slice(0,z-3)+"===".substring(z):dr},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 j=4096,ee=[],V=0,se=P.length;V<se;V+=j)ee.push(c.apply(null,P.subarray(V,V+j)));return m(ee.join(""))},D=function(P,j){return j===void 0&&(j=!1),j?f(b(P)):b(P)},C=function(P){if(P.length<2){var j=P.charCodeAt(0);return j<128?P:j<2048?c(192|j>>>6)+c(128|j&63):c(224|j>>>12&15)+c(128|j>>>6&63)+c(128|j&63)}else{var j=65536+(P.charCodeAt(0)-55296)*1024+(P.charCodeAt(1)-56320);return c(240|j>>>18&7)+c(128|j>>>12&63)+c(128|j>>>6&63)+c(128|j&63)}},E=/[\uD800-\uDBFF][\uDC00-\uDFFFF]|[^\x00-\x7F]/g,g=function(P){return P.replace(E,C)},_=r?function(P){return Buffer.from(P,"utf8").toString("base64")}:o?function(P){return b(o.encode(P))}:function(P){return m(g(P))},S=function(P,j){return j===void 0&&(j=!1),j?f(_(P)):_(P)},T=function(P){return S(P,!0)},O=/[\xC0-\xDF][\x80-\xBF]|[\xE0-\xEF][\x80-\xBF]{2}|[\xF0-\xF7][\x80-\xBF]{3}/g,B=function(P){switch(P.length){case 4:var j=(7&P.charCodeAt(0))<<18|(63&P.charCodeAt(1))<<12|(63&P.charCodeAt(2))<<6|63&P.charCodeAt(3),ee=j-65536;return c((ee>>>10)+55296)+c((ee&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))}},R=function(P){return P.replace(O,B)},N=function(P){if(P=P.replace(/\s+/g,""),!u.test(P))throw new TypeError("malformed base64.");P+="==".slice(2-(P.length&3));for(var j,ee,V,se=[],dr=0;dr<P.length;)j=s[P.charAt(dr++)]<<18|s[P.charAt(dr++)]<<12|(ee=s[P.charAt(dr++)])<<6|(V=s[P.charAt(dr++)]),ee===64?se.push(c(j>>16&255)):V===64?se.push(c(j>>16&255,j>>8&255)):se.push(c(j>>16&255,j>>8&255,j&255));return se.join("")},A=typeof atob=="function"?function(P){return atob(d(P))}:r?function(P){return Buffer.from(P,"base64").toString("binary")}:N,U=r?function(P){return l(Buffer.from(P,"base64"))}:function(P){return l(A(P).split("").map(function(j){return j.charCodeAt(0)}))},M=function(P){return U($(P))},Q=r?function(P){return Buffer.from(P,"base64").toString("utf8")}:n?function(P){return n.decode(U(P))}:function(P){return R(A(P))},$=function(P){return d(P.replace(/[-_]/g,function(j){return j=="-"?"+":"/"}))},y=function(P){return Q($(P))},v=function(P){if(typeof P!="string")return!1;var j=P.replace(/\s+/g,"").replace(/={0,2}$/,"");return!/[^\s0-9a-zA-Z\+/]/.test(j)||!/[^\s0-9a-zA-Z\-_]/.test(j)},w=function(P){return{value:P,enumerable:!1,writable:!0,configurable:!0}},F=function(){var P=function(j,ee){return Object.defineProperty(String.prototype,j,w(ee))};P("fromBase64",function(){return y(this)}),P("toBase64",function(j){return S(this,j)}),P("toBase64URI",function(){return S(this,!0)}),P("toBase64URL",function(){return S(this,!0)}),P("toUint8Array",function(){return M(this)})},I=function(){var P=function(j,ee){return Object.defineProperty(Uint8Array.prototype,j,w(ee))};P("toBase64",function(j){return D(this,j)}),P("toBase64URI",function(){return D(this,!0)}),P("toBase64URL",function(){return D(this,!0)})},k=function(){F(),I()},q={version:t,VERSION:e,atob:A,atobPolyfill:N,btoa:m,btoaPolyfill:h,fromBase64:y,toBase64:S,encode:S,encodeURI:T,encodeURL:T,utob:g,btou:R,decode:y,isValid:v,fromUint8Array:D,toUint8Array:M,extendString:F,extendUint8Array:I,extendBuiltins:k};return q.Base64={},Object.keys(q).forEach(function(P){return q.Base64[P]=q[P]}),q})});var wb=x((BV,vb)=>{"use strict";vb.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 _b=x(Rd=>{"use strict";var D$=Object.prototype.hasOwnProperty,y$;function Cb(t){try{return decodeURIComponent(t.replace(/\+/g," "))}catch{return null}}function Eb(t){try{return encodeURIComponent(t)}catch{return null}}function b$(t){for(var e=/([^=?#&]+)=?([^&]*)/g,r={},n;n=e.exec(t);){var o=Cb(n[1]),i=Cb(n[2]);o===null||i===null||o in r||(r[o]=i)}return r}function v$(t,e){e=e||"";var r=[],n,o;typeof e!="string"&&(e="?");for(o in t)if(D$.call(t,o)){if(n=t[o],!n&&(n===null||n===y$||isNaN(n))&&(n=""),o=Eb(o),n=Eb(n),o===null||n===null)continue;r.push(o+"="+n)}return r.length?e+r.join("&"):""}Rd.stringify=v$;Rd.parse=b$});var Pb=x((NV,$b)=>{"use strict";var Sb=wb(),Uu=_b(),w$=/^[\x00-\x20\u00a0\u1680\u2000-\u200a\u2028\u2029\u202f\u205f\u3000\ufeff]+/,Fb=/[\n\r\t]/g,C$=/^[A-Za-z][A-Za-z0-9+-.]*:\/\//,Ab=/:\d+$/,E$=/^([a-z][a-z0-9.+-]*:)?(\/\/)?([\\/]+)?([\S\s]*)/i,_$=/^[a-zA-Z]:/;function jd(t){return(t||"").toString().replace(w$,"")}var Bd=[["#","hash"],["?","query"],function(e,r){return Fr(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]],xb={hash:1,query:1};function Ob(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 Ar(unescape(t.pathname),{});else if(o==="string"){n=new Ar(t,{});for(i in xb)delete n[i]}else if(o==="object"){for(i in t)i in xb||(n[i]=t[i]);n.slashes===void 0&&(n.slashes=C$.test(t.href))}return n}function Fr(t){return t==="file:"||t==="ftp:"||t==="http:"||t==="https:"||t==="ws:"||t==="wss:"}function kb(t,e){t=jd(t),t=t.replace(Fb,""),e=e||{};var r=E$.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)):Fr(n)?s=r[4]:n?o&&(s=s.slice(2)):a>=2&&Fr(e.protocol)&&(s=r[4]),{protocol:n,slashes:o||Fr(n),slashesCount:a,rest:s}}function x$(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 Ar(t,e,r){if(t=jd(t),t=t.replace(Fb,""),!(this instanceof Ar))return new Ar(t,e,r);var n,o,i,a,s,u,c=Bd.slice(),l=typeof e,f=this,d=0;for(l!=="object"&&l!=="string"&&(r=e,e=null),r&&typeof r!="function"&&(r=Uu.parse),e=Ob(e),o=kb(t||"",e),n=!o.protocol&&!o.slashes,f.slashes=o.slashes||n&&e.slashes,f.protocol=o.protocol||e.protocol||"",t=o.rest,(o.protocol==="file:"&&(o.slashesCount!==2||_$.test(t))||!o.slashes&&(o.protocol||o.slashesCount<2||!Fr(f.protocol)))&&(c[3]=[/(.*)/,"pathname"]);d<c.length;d++){if(a=c[d],typeof a=="function"){t=a(t,f);continue}i=a[0],u=a[1],i!==i?f[u]=t:typeof i=="string"?(s=i==="@"?t.lastIndexOf(i):t.indexOf(i),~s&&(typeof a[2]=="number"?(f[u]=t.slice(0,s),t=t.slice(s+a[2])):(f[u]=t.slice(s),t=t.slice(0,s)))):(s=i.exec(t))&&(f[u]=s[1],t=t.slice(0,s.index)),f[u]=f[u]||n&&a[3]&&e[u]||"",a[4]&&(f[u]=f[u].toLowerCase())}r&&(f.query=r(f.query)),n&&e.slashes&&f.pathname.charAt(0)!=="/"&&(f.pathname!==""||e.pathname!=="")&&(f.pathname=x$(f.pathname,e.pathname)),f.pathname.charAt(0)!=="/"&&Fr(f.protocol)&&(f.pathname="/"+f.pathname),Sb(f.port,f.protocol)||(f.host=f.hostname,f.port=""),f.username=f.password="",f.auth&&(s=f.auth.indexOf(":"),~s?(f.username=f.auth.slice(0,s),f.username=encodeURIComponent(decodeURIComponent(f.username)),f.password=f.auth.slice(s+1),f.password=encodeURIComponent(decodeURIComponent(f.password))):f.username=encodeURIComponent(decodeURIComponent(f.auth)),f.auth=f.password?f.username+":"+f.password:f.username),f.origin=f.protocol!=="file:"&&Fr(f.protocol)&&f.host?f.protocol+"//"+f.host:"null",f.href=f.toString()}function S$(t,e,r){var n=this;switch(t){case"query":typeof e=="string"&&e.length&&(e=(r||Uu.parse)(e)),n[t]=e;break;case"port":n[t]=e,Sb(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,Ab.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<Bd.length;a++){var s=Bd[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:"&&Fr(n.protocol)&&n.host?n.protocol+"//"+n.host:"null",n.href=n.toString(),n}function F$(t){(!t||typeof t!="function")&&(t=Uu.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||Fr(r.protocol)?"//":"");return r.username?(i+=r.username,r.password&&(i+=":"+r.password),i+="@"):r.password?(i+=":"+r.password,i+="@"):r.protocol!=="file:"&&Fr(r.protocol)&&!n&&r.pathname!=="/"&&(i+="@"),(n[n.length-1]===":"||Ab.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}Ar.prototype={set:S$,toString:F$};Ar.extractProtocol=kb;Ar.location=Ob;Ar.trimLeft=jd;Ar.qs=Uu;$b.exports=Ar});var Tb=x(Nd=>{"use strict";Object.defineProperty(Nd,"__esModule",{value:!0});Nd.default=A$;function A$(){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 Kb=x(Vu=>{"use strict";Object.defineProperty(Vu,"__esModule",{value:!0});Vu.default=void 0;var O$=bb(),k$=Md(Pb()),Mu=Md($d()),Kn=Pd(),$$=Md(Tb());function Md(t){return t&&t.__esModule?t:{default:t}}function Ld(){"use strict";Ld=function(){return e};var t,e={},r=Object.prototype,n=r.hasOwnProperty,o=Object.defineProperty||function(y,v,w){y[v]=w.value},i=typeof Symbol=="function"?Symbol:{},a=i.iterator||"@@iterator",s=i.asyncIterator||"@@asyncIterator",u=i.toStringTag||"@@toStringTag";function c(y,v,w){return Object.defineProperty(y,v,{value:w,enumerable:!0,configurable:!0,writable:!0}),y[v]}try{c({},"")}catch{c=function(w,F,I){return w[F]=I}}function l(y,v,w,F){var I=v&&v.prototype instanceof C?v:C,k=Object.create(I.prototype),q=new Q(F||[]);return o(k,"_invoke",{value:N(y,w,q)}),k}function f(y,v,w){try{return{type:"normal",arg:y.call(v,w)}}catch(F){return{type:"throw",arg:F}}}e.wrap=l;var d="suspendedStart",h="suspendedYield",m="executing",b="completed",D={};function C(){}function E(){}function g(){}var _={};c(_,a,function(){return this});var S=Object.getPrototypeOf,T=S&&S(S($([])));T&&T!==r&&n.call(T,a)&&(_=T);var O=g.prototype=C.prototype=Object.create(_);function B(y){["next","throw","return"].forEach(function(v){c(y,v,function(w){return this._invoke(v,w)})})}function R(y,v){function w(I,k,q,P){var j=f(y[I],y,k);if(j.type!=="throw"){var ee=j.arg,V=ee.value;return V&&Yn(V)=="object"&&n.call(V,"__await")?v.resolve(V.__await).then(function(se){w("next",se,q,P)},function(se){w("throw",se,q,P)}):v.resolve(V).then(function(se){ee.value=se,q(ee)},function(se){return w("throw",se,q,P)})}P(j.arg)}var F;o(this,"_invoke",{value:function(k,q){function P(){return new v(function(j,ee){w(k,q,j,ee)})}return F=F?F.then(P,P):P()}})}function N(y,v,w){var F=d;return function(I,k){if(F===m)throw Error("Generator is already running");if(F===b){if(I==="throw")throw k;return{value:t,done:!0}}for(w.method=I,w.arg=k;;){var q=w.delegate;if(q){var P=A(q,w);if(P){if(P===D)continue;return P}}if(w.method==="next")w.sent=w._sent=w.arg;else if(w.method==="throw"){if(F===d)throw F=b,w.arg;w.dispatchException(w.arg)}else w.method==="return"&&w.abrupt("return",w.arg);F=m;var j=f(y,v,w);if(j.type==="normal"){if(F=w.done?b:h,j.arg===D)continue;return{value:j.arg,done:w.done}}j.type==="throw"&&(F=b,w.method="throw",w.arg=j.arg)}}}function A(y,v){var w=v.method,F=y.iterator[w];if(F===t)return v.delegate=null,w==="throw"&&y.iterator.return&&(v.method="return",v.arg=t,A(y,v),v.method==="throw")||w!=="return"&&(v.method="throw",v.arg=new TypeError("The iterator does not provide a '"+w+"' method")),D;var I=f(F,y.iterator,v.arg);if(I.type==="throw")return v.method="throw",v.arg=I.arg,v.delegate=null,D;var k=I.arg;return k?k.done?(v[y.resultName]=k.value,v.next=y.nextLoc,v.method!=="return"&&(v.method="next",v.arg=t),v.delegate=null,D):k:(v.method="throw",v.arg=new TypeError("iterator result is not an object"),v.delegate=null,D)}function U(y){var v={tryLoc:y[0]};1 in y&&(v.catchLoc=y[1]),2 in y&&(v.finallyLoc=y[2],v.afterLoc=y[3]),this.tryEntries.push(v)}function M(y){var v=y.completion||{};v.type="normal",delete v.arg,y.completion=v}function Q(y){this.tryEntries=[{tryLoc:"root"}],y.forEach(U,this),this.reset(!0)}function $(y){if(y||y===""){var v=y[a];if(v)return v.call(y);if(typeof y.next=="function")return y;if(!isNaN(y.length)){var w=-1,F=function I(){for(;++w<y.length;)if(n.call(y,w))return I.value=y[w],I.done=!1,I;return I.value=t,I.done=!0,I};return F.next=F}}throw new TypeError(Yn(y)+" is not iterable")}return E.prototype=g,o(O,"constructor",{value:g,configurable:!0}),o(g,"constructor",{value:E,configurable:!0}),E.displayName=c(g,u,"GeneratorFunction"),e.isGeneratorFunction=function(y){var v=typeof y=="function"&&y.constructor;return!!v&&(v===E||(v.displayName||v.name)==="GeneratorFunction")},e.mark=function(y){return Object.setPrototypeOf?Object.setPrototypeOf(y,g):(y.__proto__=g,c(y,u,"GeneratorFunction")),y.prototype=Object.create(O),y},e.awrap=function(y){return{__await:y}},B(R.prototype),c(R.prototype,s,function(){return this}),e.AsyncIterator=R,e.async=function(y,v,w,F,I){I===void 0&&(I=Promise);var k=new R(l(y,v,w,F),I);return e.isGeneratorFunction(v)?k:k.next().then(function(q){return q.done?q.value:k.next()})},B(O),c(O,u,"Generator"),c(O,a,function(){return this}),c(O,"toString",function(){return"[object Generator]"}),e.keys=function(y){var v=Object(y),w=[];for(var F in v)w.push(F);return w.reverse(),function I(){for(;w.length;){var k=w.pop();if(k in v)return I.value=k,I.done=!1,I}return I.done=!0,I}},e.values=$,Q.prototype={constructor:Q,reset:function(v){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),!v)for(var w in this)w.charAt(0)==="t"&&n.call(this,w)&&!isNaN(+w.slice(1))&&(this[w]=t)},stop:function(){this.done=!0;var v=this.tryEntries[0].completion;if(v.type==="throw")throw v.arg;return this.rval},dispatchException:function(v){if(this.done)throw v;var w=this;function F(ee,V){return q.type="throw",q.arg=v,w.next=ee,V&&(w.method="next",w.arg=t),!!V}for(var I=this.tryEntries.length-1;I>=0;--I){var k=this.tryEntries[I],q=k.completion;if(k.tryLoc==="root")return F("end");if(k.tryLoc<=this.prev){var P=n.call(k,"catchLoc"),j=n.call(k,"finallyLoc");if(P&&j){if(this.prev<k.catchLoc)return F(k.catchLoc,!0);if(this.prev<k.finallyLoc)return F(k.finallyLoc)}else if(P){if(this.prev<k.catchLoc)return F(k.catchLoc,!0)}else{if(!j)throw Error("try statement without catch or finally");if(this.prev<k.finallyLoc)return F(k.finallyLoc)}}}},abrupt:function(v,w){for(var F=this.tryEntries.length-1;F>=0;--F){var I=this.tryEntries[F];if(I.tryLoc<=this.prev&&n.call(I,"finallyLoc")&&this.prev<I.finallyLoc){var k=I;break}}k&&(v==="break"||v==="continue")&&k.tryLoc<=w&&w<=k.finallyLoc&&(k=null);var q=k?k.completion:{};return q.type=v,q.arg=w,k?(this.method="next",this.next=k.finallyLoc,D):this.complete(q)},complete:function(v,w){if(v.type==="throw")throw v.arg;return v.type==="break"||v.type==="continue"?this.next=v.arg:v.type==="return"?(this.rval=this.arg=v.arg,this.method="return",this.next="end"):v.type==="normal"&&w&&(this.next=w),D},finish:function(v){for(var w=this.tryEntries.length-1;w>=0;--w){var F=this.tryEntries[w];if(F.finallyLoc===v)return this.complete(F.completion,F.afterLoc),M(F),D}},catch:function(v){for(var w=this.tryEntries.length-1;w>=0;--w){var F=this.tryEntries[w];if(F.tryLoc===v){var I=F.completion;if(I.type==="throw"){var k=I.arg;M(F)}return k}}throw Error("illegal catch attempt")},delegateYield:function(v,w,F){return this.delegate={iterator:$(v),resultName:w,nextLoc:F},this.method==="next"&&(this.arg=t),D}},e}function Ib(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 P$(t){return function(){var e=this,r=arguments;return new Promise(function(n,o){var i=t.apply(e,r);function a(u){Ib(i,n,o,a,s,"next",u)}function s(u){Ib(i,n,o,a,s,"throw",u)}a(void 0)})}}function Hb(t,e){return R$(t)||I$(t,e)||Vb(t,e)||T$()}function T$(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
34
+ `,e=e.substr(a)}try{i=JSON.parse(e)}catch{return Sr.red("Error:")+" Not valid JSON!"}return o+=$a.render(i,r,n),o}});var $d=x(ju=>{"use strict";Object.defineProperty(ju,"__esModule",{value:!0});ju.default=void 0;function ei(t){"@babel/helpers - typeof";return ei=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},ei(t)}function mb(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,t$(n.key),n)}}function e$(t,e,r){return e&&mb(t.prototype,e),r&&mb(t,r),Object.defineProperty(t,"prototype",{writable:!1}),t}function t$(t){var e=r$(t,"string");return ei(e)=="symbol"?e:e+""}function r$(t,e){if(ei(t)!="object"||!t)return t;var r=t[Symbol.toPrimitive];if(r!==void 0){var n=r.call(t,e||"default");if(ei(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(t)}function n$(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function o$(t,e,r){return e=Ta(e),i$(t,kd()?Reflect.construct(e,r||[],Ta(t).constructor):e.apply(t,r))}function i$(t,e){if(e&&(ei(e)==="object"||typeof e=="function"))return e;if(e!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return a$(t)}function a$(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function s$(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&&Pa(t,e)}function Od(t){var e=typeof Map=="function"?new Map:void 0;return Od=function(n){if(n===null||!c$(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 u$(n,arguments,Ta(this).constructor)}return o.prototype=Object.create(n.prototype,{constructor:{value:o,enumerable:!1,writable:!0,configurable:!0}}),Pa(o,n)},Od(t)}function u$(t,e,r){if(kd())return Reflect.construct.apply(null,arguments);var n=[null];n.push.apply(n,e);var o=new(t.bind.apply(t,n));return r&&Pa(o,r.prototype),o}function kd(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(kd=function(){return!!t})()}function c$(t){try{return Function.toString.call(t).indexOf("[native code]")!==-1}catch{return typeof t=="function"}}function Pa(t,e){return Pa=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,o){return n.__proto__=o,n},Pa(t,e)}function Ta(t){return Ta=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},Ta(t)}var l$=(function(t){function e(r){var n,o=arguments.length>1&&arguments[1]!==void 0?arguments[1]:null,i=arguments.length>2&&arguments[2]!==void 0?arguments[2]:null,a=arguments.length>3&&arguments[3]!==void 0?arguments[3]:null;if(n$(this,e),n=o$(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",f=a?a.getBody()||"":"n/a";r+=", originated from request (method: ".concat(u,", url: ").concat(c,", response code: ").concat(l,", response text: ").concat(f,", request id: ").concat(s,")")}return n.message=r,n}return s$(e,t),e$(e)})(Od(Error)),$V=ju.default=l$});var Pd=x(Nu=>{"use strict";Object.defineProperty(Nu,"__esModule",{value:!0});Nu.enableDebugLog=f$;Nu.log=p$;var gb=!1;function f$(){gb=!0}function p$(t){gb&&console.log(t)}});var yb=x(Lu=>{"use strict";Object.defineProperty(Lu,"__esModule",{value:!0});Lu.default=void 0;function Ia(t){"@babel/helpers - typeof";return Ia=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},Ia(t)}function d$(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Db(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,m$(n.key),n)}}function h$(t,e,r){return e&&Db(t.prototype,e),r&&Db(t,r),Object.defineProperty(t,"prototype",{writable:!1}),t}function m$(t){var e=g$(t,"string");return Ia(e)=="symbol"?e:e+""}function g$(t,e){if(Ia(t)!="object"||!t)return t;var r=t[Symbol.toPrimitive];if(r!==void 0){var n=r.call(t,e||"default");if(Ia(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(t)}var IV=Lu.default=(function(){function t(){d$(this,t)}return h$(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 bb=x((Td,Id)=>{(function(t,e){typeof Td=="object"&&typeof Id<"u"?Id.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:Td,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 j={};return P.forEach(function(ee,V){return j[ee]=V}),j})(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))},f=function(P){return P.replace(/=/g,"").replace(/[+\/]/g,function(j){return j=="+"?"-":"_"})},d=function(P){return P.replace(/[^A-Za-z0-9\+\/]/g,"")},h=function(P){for(var j,ee,V,se,dr="",z=P.length%3,Ce=0;Ce<P.length;){if((ee=P.charCodeAt(Ce++))>255||(V=P.charCodeAt(Ce++))>255||(se=P.charCodeAt(Ce++))>255)throw new TypeError("invalid character found");j=ee<<16|V<<8|se,dr+=a[j>>18&63]+a[j>>12&63]+a[j>>6&63]+a[j&63]}return z?dr.slice(0,z-3)+"===".substring(z):dr},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 j=4096,ee=[],V=0,se=P.length;V<se;V+=j)ee.push(c.apply(null,P.subarray(V,V+j)));return m(ee.join(""))},D=function(P,j){return j===void 0&&(j=!1),j?f(b(P)):b(P)},C=function(P){if(P.length<2){var j=P.charCodeAt(0);return j<128?P:j<2048?c(192|j>>>6)+c(128|j&63):c(224|j>>>12&15)+c(128|j>>>6&63)+c(128|j&63)}else{var j=65536+(P.charCodeAt(0)-55296)*1024+(P.charCodeAt(1)-56320);return c(240|j>>>18&7)+c(128|j>>>12&63)+c(128|j>>>6&63)+c(128|j&63)}},E=/[\uD800-\uDBFF][\uDC00-\uDFFFF]|[^\x00-\x7F]/g,g=function(P){return P.replace(E,C)},_=r?function(P){return Buffer.from(P,"utf8").toString("base64")}:o?function(P){return b(o.encode(P))}:function(P){return m(g(P))},S=function(P,j){return j===void 0&&(j=!1),j?f(_(P)):_(P)},T=function(P){return S(P,!0)},O=/[\xC0-\xDF][\x80-\xBF]|[\xE0-\xEF][\x80-\xBF]{2}|[\xF0-\xF7][\x80-\xBF]{3}/g,B=function(P){switch(P.length){case 4:var j=(7&P.charCodeAt(0))<<18|(63&P.charCodeAt(1))<<12|(63&P.charCodeAt(2))<<6|63&P.charCodeAt(3),ee=j-65536;return c((ee>>>10)+55296)+c((ee&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))}},R=function(P){return P.replace(O,B)},N=function(P){if(P=P.replace(/\s+/g,""),!u.test(P))throw new TypeError("malformed base64.");P+="==".slice(2-(P.length&3));for(var j,ee,V,se=[],dr=0;dr<P.length;)j=s[P.charAt(dr++)]<<18|s[P.charAt(dr++)]<<12|(ee=s[P.charAt(dr++)])<<6|(V=s[P.charAt(dr++)]),ee===64?se.push(c(j>>16&255)):V===64?se.push(c(j>>16&255,j>>8&255)):se.push(c(j>>16&255,j>>8&255,j&255));return se.join("")},A=typeof atob=="function"?function(P){return atob(d(P))}:r?function(P){return Buffer.from(P,"base64").toString("binary")}:N,L=r?function(P){return l(Buffer.from(P,"base64"))}:function(P){return l(A(P).split("").map(function(j){return j.charCodeAt(0)}))},M=function(P){return L($(P))},Q=r?function(P){return Buffer.from(P,"base64").toString("utf8")}:n?function(P){return n.decode(L(P))}:function(P){return R(A(P))},$=function(P){return d(P.replace(/[-_]/g,function(j){return j=="-"?"+":"/"}))},y=function(P){return Q($(P))},v=function(P){if(typeof P!="string")return!1;var j=P.replace(/\s+/g,"").replace(/={0,2}$/,"");return!/[^\s0-9a-zA-Z\+/]/.test(j)||!/[^\s0-9a-zA-Z\-_]/.test(j)},w=function(P){return{value:P,enumerable:!1,writable:!0,configurable:!0}},F=function(){var P=function(j,ee){return Object.defineProperty(String.prototype,j,w(ee))};P("fromBase64",function(){return y(this)}),P("toBase64",function(j){return S(this,j)}),P("toBase64URI",function(){return S(this,!0)}),P("toBase64URL",function(){return S(this,!0)}),P("toUint8Array",function(){return M(this)})},I=function(){var P=function(j,ee){return Object.defineProperty(Uint8Array.prototype,j,w(ee))};P("toBase64",function(j){return D(this,j)}),P("toBase64URI",function(){return D(this,!0)}),P("toBase64URL",function(){return D(this,!0)})},k=function(){F(),I()},q={version:t,VERSION:e,atob:A,atobPolyfill:N,btoa:m,btoaPolyfill:h,fromBase64:y,toBase64:S,encode:S,encodeURI:T,encodeURL:T,utob:g,btou:R,decode:y,isValid:v,fromUint8Array:D,toUint8Array:M,extendString:F,extendUint8Array:I,extendBuiltins:k};return q.Base64={},Object.keys(q).forEach(function(P){return q.Base64[P]=q[P]}),q})});var wb=x((BV,vb)=>{"use strict";vb.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 _b=x(Rd=>{"use strict";var D$=Object.prototype.hasOwnProperty,y$;function Cb(t){try{return decodeURIComponent(t.replace(/\+/g," "))}catch{return null}}function Eb(t){try{return encodeURIComponent(t)}catch{return null}}function b$(t){for(var e=/([^=?#&]+)=?([^&]*)/g,r={},n;n=e.exec(t);){var o=Cb(n[1]),i=Cb(n[2]);o===null||i===null||o in r||(r[o]=i)}return r}function v$(t,e){e=e||"";var r=[],n,o;typeof e!="string"&&(e="?");for(o in t)if(D$.call(t,o)){if(n=t[o],!n&&(n===null||n===y$||isNaN(n))&&(n=""),o=Eb(o),n=Eb(n),o===null||n===null)continue;r.push(o+"="+n)}return r.length?e+r.join("&"):""}Rd.stringify=v$;Rd.parse=b$});var Pb=x((NV,$b)=>{"use strict";var Sb=wb(),Uu=_b(),w$=/^[\x00-\x20\u00a0\u1680\u2000-\u200a\u2028\u2029\u202f\u205f\u3000\ufeff]+/,Fb=/[\n\r\t]/g,C$=/^[A-Za-z][A-Za-z0-9+-.]*:\/\//,Ab=/:\d+$/,E$=/^([a-z][a-z0-9.+-]*:)?(\/\/)?([\\/]+)?([\S\s]*)/i,_$=/^[a-zA-Z]:/;function jd(t){return(t||"").toString().replace(w$,"")}var Bd=[["#","hash"],["?","query"],function(e,r){return Fr(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]],xb={hash:1,query:1};function Ob(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 Ar(unescape(t.pathname),{});else if(o==="string"){n=new Ar(t,{});for(i in xb)delete n[i]}else if(o==="object"){for(i in t)i in xb||(n[i]=t[i]);n.slashes===void 0&&(n.slashes=C$.test(t.href))}return n}function Fr(t){return t==="file:"||t==="ftp:"||t==="http:"||t==="https:"||t==="ws:"||t==="wss:"}function kb(t,e){t=jd(t),t=t.replace(Fb,""),e=e||{};var r=E$.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)):Fr(n)?s=r[4]:n?o&&(s=s.slice(2)):a>=2&&Fr(e.protocol)&&(s=r[4]),{protocol:n,slashes:o||Fr(n),slashesCount:a,rest:s}}function x$(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 Ar(t,e,r){if(t=jd(t),t=t.replace(Fb,""),!(this instanceof Ar))return new Ar(t,e,r);var n,o,i,a,s,u,c=Bd.slice(),l=typeof e,f=this,d=0;for(l!=="object"&&l!=="string"&&(r=e,e=null),r&&typeof r!="function"&&(r=Uu.parse),e=Ob(e),o=kb(t||"",e),n=!o.protocol&&!o.slashes,f.slashes=o.slashes||n&&e.slashes,f.protocol=o.protocol||e.protocol||"",t=o.rest,(o.protocol==="file:"&&(o.slashesCount!==2||_$.test(t))||!o.slashes&&(o.protocol||o.slashesCount<2||!Fr(f.protocol)))&&(c[3]=[/(.*)/,"pathname"]);d<c.length;d++){if(a=c[d],typeof a=="function"){t=a(t,f);continue}i=a[0],u=a[1],i!==i?f[u]=t:typeof i=="string"?(s=i==="@"?t.lastIndexOf(i):t.indexOf(i),~s&&(typeof a[2]=="number"?(f[u]=t.slice(0,s),t=t.slice(s+a[2])):(f[u]=t.slice(s),t=t.slice(0,s)))):(s=i.exec(t))&&(f[u]=s[1],t=t.slice(0,s.index)),f[u]=f[u]||n&&a[3]&&e[u]||"",a[4]&&(f[u]=f[u].toLowerCase())}r&&(f.query=r(f.query)),n&&e.slashes&&f.pathname.charAt(0)!=="/"&&(f.pathname!==""||e.pathname!=="")&&(f.pathname=x$(f.pathname,e.pathname)),f.pathname.charAt(0)!=="/"&&Fr(f.protocol)&&(f.pathname="/"+f.pathname),Sb(f.port,f.protocol)||(f.host=f.hostname,f.port=""),f.username=f.password="",f.auth&&(s=f.auth.indexOf(":"),~s?(f.username=f.auth.slice(0,s),f.username=encodeURIComponent(decodeURIComponent(f.username)),f.password=f.auth.slice(s+1),f.password=encodeURIComponent(decodeURIComponent(f.password))):f.username=encodeURIComponent(decodeURIComponent(f.auth)),f.auth=f.password?f.username+":"+f.password:f.username),f.origin=f.protocol!=="file:"&&Fr(f.protocol)&&f.host?f.protocol+"//"+f.host:"null",f.href=f.toString()}function S$(t,e,r){var n=this;switch(t){case"query":typeof e=="string"&&e.length&&(e=(r||Uu.parse)(e)),n[t]=e;break;case"port":n[t]=e,Sb(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,Ab.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<Bd.length;a++){var s=Bd[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:"&&Fr(n.protocol)&&n.host?n.protocol+"//"+n.host:"null",n.href=n.toString(),n}function F$(t){(!t||typeof t!="function")&&(t=Uu.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||Fr(r.protocol)?"//":"");return r.username?(i+=r.username,r.password&&(i+=":"+r.password),i+="@"):r.password?(i+=":"+r.password,i+="@"):r.protocol!=="file:"&&Fr(r.protocol)&&!n&&r.pathname!=="/"&&(i+="@"),(n[n.length-1]===":"||Ab.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}Ar.prototype={set:S$,toString:F$};Ar.extractProtocol=kb;Ar.location=Ob;Ar.trimLeft=jd;Ar.qs=Uu;$b.exports=Ar});var Tb=x(Nd=>{"use strict";Object.defineProperty(Nd,"__esModule",{value:!0});Nd.default=A$;function A$(){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 Kb=x(Vu=>{"use strict";Object.defineProperty(Vu,"__esModule",{value:!0});Vu.default=void 0;var O$=bb(),k$=Md(Pb()),Mu=Md($d()),Kn=Pd(),$$=Md(Tb());function Md(t){return t&&t.__esModule?t:{default:t}}function Ld(){"use strict";Ld=function(){return e};var t,e={},r=Object.prototype,n=r.hasOwnProperty,o=Object.defineProperty||function(y,v,w){y[v]=w.value},i=typeof Symbol=="function"?Symbol:{},a=i.iterator||"@@iterator",s=i.asyncIterator||"@@asyncIterator",u=i.toStringTag||"@@toStringTag";function c(y,v,w){return Object.defineProperty(y,v,{value:w,enumerable:!0,configurable:!0,writable:!0}),y[v]}try{c({},"")}catch{c=function(w,F,I){return w[F]=I}}function l(y,v,w,F){var I=v&&v.prototype instanceof C?v:C,k=Object.create(I.prototype),q=new Q(F||[]);return o(k,"_invoke",{value:N(y,w,q)}),k}function f(y,v,w){try{return{type:"normal",arg:y.call(v,w)}}catch(F){return{type:"throw",arg:F}}}e.wrap=l;var d="suspendedStart",h="suspendedYield",m="executing",b="completed",D={};function C(){}function E(){}function g(){}var _={};c(_,a,function(){return this});var S=Object.getPrototypeOf,T=S&&S(S($([])));T&&T!==r&&n.call(T,a)&&(_=T);var O=g.prototype=C.prototype=Object.create(_);function B(y){["next","throw","return"].forEach(function(v){c(y,v,function(w){return this._invoke(v,w)})})}function R(y,v){function w(I,k,q,P){var j=f(y[I],y,k);if(j.type!=="throw"){var ee=j.arg,V=ee.value;return V&&Yn(V)=="object"&&n.call(V,"__await")?v.resolve(V.__await).then(function(se){w("next",se,q,P)},function(se){w("throw",se,q,P)}):v.resolve(V).then(function(se){ee.value=se,q(ee)},function(se){return w("throw",se,q,P)})}P(j.arg)}var F;o(this,"_invoke",{value:function(k,q){function P(){return new v(function(j,ee){w(k,q,j,ee)})}return F=F?F.then(P,P):P()}})}function N(y,v,w){var F=d;return function(I,k){if(F===m)throw Error("Generator is already running");if(F===b){if(I==="throw")throw k;return{value:t,done:!0}}for(w.method=I,w.arg=k;;){var q=w.delegate;if(q){var P=A(q,w);if(P){if(P===D)continue;return P}}if(w.method==="next")w.sent=w._sent=w.arg;else if(w.method==="throw"){if(F===d)throw F=b,w.arg;w.dispatchException(w.arg)}else w.method==="return"&&w.abrupt("return",w.arg);F=m;var j=f(y,v,w);if(j.type==="normal"){if(F=w.done?b:h,j.arg===D)continue;return{value:j.arg,done:w.done}}j.type==="throw"&&(F=b,w.method="throw",w.arg=j.arg)}}}function A(y,v){var w=v.method,F=y.iterator[w];if(F===t)return v.delegate=null,w==="throw"&&y.iterator.return&&(v.method="return",v.arg=t,A(y,v),v.method==="throw")||w!=="return"&&(v.method="throw",v.arg=new TypeError("The iterator does not provide a '"+w+"' method")),D;var I=f(F,y.iterator,v.arg);if(I.type==="throw")return v.method="throw",v.arg=I.arg,v.delegate=null,D;var k=I.arg;return k?k.done?(v[y.resultName]=k.value,v.next=y.nextLoc,v.method!=="return"&&(v.method="next",v.arg=t),v.delegate=null,D):k:(v.method="throw",v.arg=new TypeError("iterator result is not an object"),v.delegate=null,D)}function L(y){var v={tryLoc:y[0]};1 in y&&(v.catchLoc=y[1]),2 in y&&(v.finallyLoc=y[2],v.afterLoc=y[3]),this.tryEntries.push(v)}function M(y){var v=y.completion||{};v.type="normal",delete v.arg,y.completion=v}function Q(y){this.tryEntries=[{tryLoc:"root"}],y.forEach(L,this),this.reset(!0)}function $(y){if(y||y===""){var v=y[a];if(v)return v.call(y);if(typeof y.next=="function")return y;if(!isNaN(y.length)){var w=-1,F=function I(){for(;++w<y.length;)if(n.call(y,w))return I.value=y[w],I.done=!1,I;return I.value=t,I.done=!0,I};return F.next=F}}throw new TypeError(Yn(y)+" is not iterable")}return E.prototype=g,o(O,"constructor",{value:g,configurable:!0}),o(g,"constructor",{value:E,configurable:!0}),E.displayName=c(g,u,"GeneratorFunction"),e.isGeneratorFunction=function(y){var v=typeof y=="function"&&y.constructor;return!!v&&(v===E||(v.displayName||v.name)==="GeneratorFunction")},e.mark=function(y){return Object.setPrototypeOf?Object.setPrototypeOf(y,g):(y.__proto__=g,c(y,u,"GeneratorFunction")),y.prototype=Object.create(O),y},e.awrap=function(y){return{__await:y}},B(R.prototype),c(R.prototype,s,function(){return this}),e.AsyncIterator=R,e.async=function(y,v,w,F,I){I===void 0&&(I=Promise);var k=new R(l(y,v,w,F),I);return e.isGeneratorFunction(v)?k:k.next().then(function(q){return q.done?q.value:k.next()})},B(O),c(O,u,"Generator"),c(O,a,function(){return this}),c(O,"toString",function(){return"[object Generator]"}),e.keys=function(y){var v=Object(y),w=[];for(var F in v)w.push(F);return w.reverse(),function I(){for(;w.length;){var k=w.pop();if(k in v)return I.value=k,I.done=!1,I}return I.done=!0,I}},e.values=$,Q.prototype={constructor:Q,reset:function(v){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),!v)for(var w in this)w.charAt(0)==="t"&&n.call(this,w)&&!isNaN(+w.slice(1))&&(this[w]=t)},stop:function(){this.done=!0;var v=this.tryEntries[0].completion;if(v.type==="throw")throw v.arg;return this.rval},dispatchException:function(v){if(this.done)throw v;var w=this;function F(ee,V){return q.type="throw",q.arg=v,w.next=ee,V&&(w.method="next",w.arg=t),!!V}for(var I=this.tryEntries.length-1;I>=0;--I){var k=this.tryEntries[I],q=k.completion;if(k.tryLoc==="root")return F("end");if(k.tryLoc<=this.prev){var P=n.call(k,"catchLoc"),j=n.call(k,"finallyLoc");if(P&&j){if(this.prev<k.catchLoc)return F(k.catchLoc,!0);if(this.prev<k.finallyLoc)return F(k.finallyLoc)}else if(P){if(this.prev<k.catchLoc)return F(k.catchLoc,!0)}else{if(!j)throw Error("try statement without catch or finally");if(this.prev<k.finallyLoc)return F(k.finallyLoc)}}}},abrupt:function(v,w){for(var F=this.tryEntries.length-1;F>=0;--F){var I=this.tryEntries[F];if(I.tryLoc<=this.prev&&n.call(I,"finallyLoc")&&this.prev<I.finallyLoc){var k=I;break}}k&&(v==="break"||v==="continue")&&k.tryLoc<=w&&w<=k.finallyLoc&&(k=null);var q=k?k.completion:{};return q.type=v,q.arg=w,k?(this.method="next",this.next=k.finallyLoc,D):this.complete(q)},complete:function(v,w){if(v.type==="throw")throw v.arg;return v.type==="break"||v.type==="continue"?this.next=v.arg:v.type==="return"?(this.rval=this.arg=v.arg,this.method="return",this.next="end"):v.type==="normal"&&w&&(this.next=w),D},finish:function(v){for(var w=this.tryEntries.length-1;w>=0;--w){var F=this.tryEntries[w];if(F.finallyLoc===v)return this.complete(F.completion,F.afterLoc),M(F),D}},catch:function(v){for(var w=this.tryEntries.length-1;w>=0;--w){var F=this.tryEntries[w];if(F.tryLoc===v){var I=F.completion;if(I.type==="throw"){var k=I.arg;M(F)}return k}}throw Error("illegal catch attempt")},delegateYield:function(v,w,F){return this.delegate={iterator:$(v),resultName:w,nextLoc:F},this.method==="next"&&(this.arg=t),D}},e}function Ib(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 P$(t){return function(){var e=this,r=arguments;return new Promise(function(n,o){var i=t.apply(e,r);function a(u){Ib(i,n,o,a,s,"next",u)}function s(u){Ib(i,n,o,a,s,"throw",u)}a(void 0)})}}function Hb(t,e){return R$(t)||I$(t,e)||Vb(t,e)||T$()}function T$(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
35
35
  In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function I$(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 R$(t){if(Array.isArray(t))return t}function Yn(t){"@babel/helpers - typeof";return Yn=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},Yn(t)}function B$(t,e){var r=typeof Symbol<"u"&&t[Symbol.iterator]||t["@@iterator"];if(!r){if(Array.isArray(t)||(r=Vb(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.
36
- 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 Vb(t,e){if(t){if(typeof t=="string")return Rb(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 Rb(t,e)}}function Rb(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 Bb(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 ti(t){for(var e=1;e<arguments.length;e++){var r=arguments[e]!=null?arguments[e]:{};e%2?Bb(Object(r),!0).forEach(function(n){j$(t,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):Bb(Object(r)).forEach(function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(r,n))})}return t}function j$(t,e,r){return e=zb(e),e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}function N$(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function jb(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,zb(n.key),n)}}function L$(t,e,r){return e&&jb(t.prototype,e),r&&jb(t,r),Object.defineProperty(t,"prototype",{writable:!1}),t}function zb(t){var e=U$(t,"string");return Yn(e)=="symbol"?e:e+""}function U$(t,e){if(Yn(t)!="object"||!t)return t;var r=t[Symbol.toPrimitive];if(r!==void 0){var n=r.call(t,e||"default");if(Yn(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(t)}var qu="tus-v1",Hu="ietf-draft-03",Ra="ietf-draft-05",M$={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:Wb,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:qu},Gb=(function(){function t(e,r){N$(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 L$(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(![qu,Hu,Ra].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,Kn.log)("No fingerprint was calculated meaning that the upload cannot be stored in the URL storage."):(0,Kn.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:H$(this._source.size,a);this._parallelUploadUrls&&s.forEach(function(l,f){l.uploadUrl=n._parallelUploadUrls[f]||null}),this._parallelUploadUrls=new Array(s.length);var u=s.map(function(l,f){var d=0;return n._source.slice(l.start,l.end).then(function(h){var m=h.value;return new Promise(function(b,D){var C=ti(ti({},n.options),{},{uploadUrl:l.uploadUrl||null,storeFingerprintForResuming:!1,removeFingerprintOnSuccess:!1,parallelUploads:1,parallelUploadBoundaries:null,metadata:n.options.metadataForPartialUploads,headers:ti(ti({},n.options.headers),{},{"Upload-Concat":"partial"}),onSuccess:b,onError:D,onProgress:function(_){i=i-d+_,d=_,n._emitProgress(i,o)},onUploadUrlAvailable:function(){n._parallelUploadUrls[f]=E.url,n._parallelUploadUrls.filter(function(_){return!!_}).length===s.length&&n._saveUploadInUrlStorage()}}),E=new t(m,C);E.start(),n._parallelUploads.push(E)})})}),c;Promise.all(u).then(function(){c=n._openRequest("POST",n.options.endpoint),c.setHeader("Upload-Concat","final;".concat(n._parallelUploadUrls.join(" ")));var l=Nb(n.options.metadata);return l!==""&&c.setHeader("Upload-Metadata",l),n._sendRequest(c,null)}).then(function(l){if(!ri(l.getStatus(),200)){n._emitHttpError(c,l,"tus: unexpected response while creating upload");return}var f=l.getHeader("Location");if(f==null){n._emitHttpError(c,l,"tus: invalid or missing Location header");return}n.url=qb(n.options.endpoint,f),(0,Kn.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,Kn.log)("Resuming upload from previous URL: ".concat(this.url)),this._resumeUpload();return}if(this.options.uploadUrl!=null){(0,Kn.log)("Resuming upload from provided URL: ".concat(this.options.uploadUrl)),this.url=this.options.uploadUrl,this._resumeUpload();return}(0,Kn.log)("Creating a new upload"),this._createUpload()}},{key:"abort",value:function(r){var n=this;if(this._parallelUploads!=null){var o=B$(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 Mu.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),Mb(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=Nb(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===Hu||this.options.protocol===Ra)&&n.setHeader("Upload-Complete","?0"),i=this._sendRequest(n,null)),i.then(function(a){if(!ri(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=qb(r.options.endpoint,s),(0,Kn.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(!ri(a,200)){if(a===423){r._emitHttpError(n,i,"tus: upload is currently locked; retry later");return}if(ri(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===qu){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(!ri(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===qu?r.setHeader("Content-Type","application/offset+octet-stream"):this.options.protocol===Ra&&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===Hu||n.options.protocol===Ra)&&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=Lb(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 Ub(r,n,this.options)}}],[{key:"terminate",value:function(r){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},o=Lb("DELETE",r,n);return Ub(o,null,n).then(function(i){if(i.getStatus()!==204)throw new Mu.default("tus: unexpected response while terminating upload",null,o,i)}).catch(function(i){if(i instanceof Mu.default||(i=new Mu.default("tus: failed to terminate upload",i,o,null)),!Mb(i,0,n))throw i;var a=n.retryDelays[0],s=n.retryDelays.slice(1),u=ti(ti({},n),{},{retryDelays:s});return new Promise(function(c){return setTimeout(c,a)}).then(function(){return t.terminate(r,u)})})}}])})();function Nb(t){return Object.entries(t).map(function(e){var r=Hb(e,2),n=r[0],o=r[1];return"".concat(n," ").concat(O$.Base64.encode(String(o)))}).join(",")}function ri(t,e){return t>=e&&t<e+100}function Lb(t,e,r){var n=r.httpStack.createRequest(t,e);r.protocol===Hu?n.setHeader("Upload-Draft-Interop-Version","5"):r.protocol===Ra?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=Hb(a[i],2),u=s[0],c=s[1];n.setHeader(u,c)}if(r.addRequestId){var l=(0,$$.default)();n.setHeader("X-Request-ID",l)}return n}function Ub(t,e,r){return Ud.apply(this,arguments)}function Ud(){return Ud=P$(Ld().mark(function t(e,r,n){var o;return Ld().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)})),Ud.apply(this,arguments)}function q$(){var t=!0;return typeof navigator<"u"&&navigator.onLine===!1&&(t=!1),t}function Mb(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):Wb(t)}function Wb(t){var e=t.originalResponse?t.originalResponse.getStatus():0;return(!ri(e,400)||e===409||e===423)&&q$()}function qb(t,e){return new k$.default(e,t).toString()}function H$(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}Gb.defaultOptions=M$;var UV=Vu.default=Gb});var Jb=x((qV,Yb)=>{"use strict";var Or=t=>t!==null&&typeof t=="object"&&typeof t.pipe=="function";Or.writable=t=>Or(t)&&t.writable!==!1&&typeof t._write=="function"&&typeof t._writableState=="object";Or.readable=t=>Or(t)&&t.readable!==!1&&typeof t._read=="function"&&typeof t._readableState=="object";Or.duplex=t=>Or.writable(t)&&Or.readable(t);Or.transform=t=>Or.duplex(t)&&typeof t._transform=="function";Yb.exports=Or});var Zb=x(zu=>{"use strict";Object.defineProperty(zu,"__esModule",{value:!0});zu.default=void 0;function Ba(t){"@babel/helpers - typeof";return Ba=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},Ba(t)}function V$(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Xb(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,G$(n.key),n)}}function z$(t,e,r){return e&&Xb(t.prototype,e),r&&Xb(t,r),Object.defineProperty(t,"prototype",{writable:!1}),t}function G$(t){var e=W$(t,"string");return Ba(e)=="symbol"?e:e+""}function W$(t,e){if(Ba(t)!="object"||!t)return t;var r=t[Symbol.toPrimitive];if(r!==void 0){var n=r.call(t,e||"default");if(Ba(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(t)}var HV=zu.default=(function(){function t(e){V$(this,t),this._buffer=e,this.size=e.length}return z$(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 rv=x(Vd=>{"use strict";Object.defineProperty(Vd,"__esModule",{value:!0});Vd.default=Q$;var tv=require("fs");function Jn(t){"@babel/helpers - typeof";return Jn=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},Jn(t)}function qd(){"use strict";qd=function(){return e};var t,e={},r=Object.prototype,n=r.hasOwnProperty,o=Object.defineProperty||function(y,v,w){y[v]=w.value},i=typeof Symbol=="function"?Symbol:{},a=i.iterator||"@@iterator",s=i.asyncIterator||"@@asyncIterator",u=i.toStringTag||"@@toStringTag";function c(y,v,w){return Object.defineProperty(y,v,{value:w,enumerable:!0,configurable:!0,writable:!0}),y[v]}try{c({},"")}catch{c=function(w,F,I){return w[F]=I}}function l(y,v,w,F){var I=v&&v.prototype instanceof C?v:C,k=Object.create(I.prototype),q=new Q(F||[]);return o(k,"_invoke",{value:N(y,w,q)}),k}function f(y,v,w){try{return{type:"normal",arg:y.call(v,w)}}catch(F){return{type:"throw",arg:F}}}e.wrap=l;var d="suspendedStart",h="suspendedYield",m="executing",b="completed",D={};function C(){}function E(){}function g(){}var _={};c(_,a,function(){return this});var S=Object.getPrototypeOf,T=S&&S(S($([])));T&&T!==r&&n.call(T,a)&&(_=T);var O=g.prototype=C.prototype=Object.create(_);function B(y){["next","throw","return"].forEach(function(v){c(y,v,function(w){return this._invoke(v,w)})})}function R(y,v){function w(I,k,q,P){var j=f(y[I],y,k);if(j.type!=="throw"){var ee=j.arg,V=ee.value;return V&&Jn(V)=="object"&&n.call(V,"__await")?v.resolve(V.__await).then(function(se){w("next",se,q,P)},function(se){w("throw",se,q,P)}):v.resolve(V).then(function(se){ee.value=se,q(ee)},function(se){return w("throw",se,q,P)})}P(j.arg)}var F;o(this,"_invoke",{value:function(k,q){function P(){return new v(function(j,ee){w(k,q,j,ee)})}return F=F?F.then(P,P):P()}})}function N(y,v,w){var F=d;return function(I,k){if(F===m)throw Error("Generator is already running");if(F===b){if(I==="throw")throw k;return{value:t,done:!0}}for(w.method=I,w.arg=k;;){var q=w.delegate;if(q){var P=A(q,w);if(P){if(P===D)continue;return P}}if(w.method==="next")w.sent=w._sent=w.arg;else if(w.method==="throw"){if(F===d)throw F=b,w.arg;w.dispatchException(w.arg)}else w.method==="return"&&w.abrupt("return",w.arg);F=m;var j=f(y,v,w);if(j.type==="normal"){if(F=w.done?b:h,j.arg===D)continue;return{value:j.arg,done:w.done}}j.type==="throw"&&(F=b,w.method="throw",w.arg=j.arg)}}}function A(y,v){var w=v.method,F=y.iterator[w];if(F===t)return v.delegate=null,w==="throw"&&y.iterator.return&&(v.method="return",v.arg=t,A(y,v),v.method==="throw")||w!=="return"&&(v.method="throw",v.arg=new TypeError("The iterator does not provide a '"+w+"' method")),D;var I=f(F,y.iterator,v.arg);if(I.type==="throw")return v.method="throw",v.arg=I.arg,v.delegate=null,D;var k=I.arg;return k?k.done?(v[y.resultName]=k.value,v.next=y.nextLoc,v.method!=="return"&&(v.method="next",v.arg=t),v.delegate=null,D):k:(v.method="throw",v.arg=new TypeError("iterator result is not an object"),v.delegate=null,D)}function U(y){var v={tryLoc:y[0]};1 in y&&(v.catchLoc=y[1]),2 in y&&(v.finallyLoc=y[2],v.afterLoc=y[3]),this.tryEntries.push(v)}function M(y){var v=y.completion||{};v.type="normal",delete v.arg,y.completion=v}function Q(y){this.tryEntries=[{tryLoc:"root"}],y.forEach(U,this),this.reset(!0)}function $(y){if(y||y===""){var v=y[a];if(v)return v.call(y);if(typeof y.next=="function")return y;if(!isNaN(y.length)){var w=-1,F=function I(){for(;++w<y.length;)if(n.call(y,w))return I.value=y[w],I.done=!1,I;return I.value=t,I.done=!0,I};return F.next=F}}throw new TypeError(Jn(y)+" is not iterable")}return E.prototype=g,o(O,"constructor",{value:g,configurable:!0}),o(g,"constructor",{value:E,configurable:!0}),E.displayName=c(g,u,"GeneratorFunction"),e.isGeneratorFunction=function(y){var v=typeof y=="function"&&y.constructor;return!!v&&(v===E||(v.displayName||v.name)==="GeneratorFunction")},e.mark=function(y){return Object.setPrototypeOf?Object.setPrototypeOf(y,g):(y.__proto__=g,c(y,u,"GeneratorFunction")),y.prototype=Object.create(O),y},e.awrap=function(y){return{__await:y}},B(R.prototype),c(R.prototype,s,function(){return this}),e.AsyncIterator=R,e.async=function(y,v,w,F,I){I===void 0&&(I=Promise);var k=new R(l(y,v,w,F),I);return e.isGeneratorFunction(v)?k:k.next().then(function(q){return q.done?q.value:k.next()})},B(O),c(O,u,"Generator"),c(O,a,function(){return this}),c(O,"toString",function(){return"[object Generator]"}),e.keys=function(y){var v=Object(y),w=[];for(var F in v)w.push(F);return w.reverse(),function I(){for(;w.length;){var k=w.pop();if(k in v)return I.value=k,I.done=!1,I}return I.done=!0,I}},e.values=$,Q.prototype={constructor:Q,reset:function(v){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),!v)for(var w in this)w.charAt(0)==="t"&&n.call(this,w)&&!isNaN(+w.slice(1))&&(this[w]=t)},stop:function(){this.done=!0;var v=this.tryEntries[0].completion;if(v.type==="throw")throw v.arg;return this.rval},dispatchException:function(v){if(this.done)throw v;var w=this;function F(ee,V){return q.type="throw",q.arg=v,w.next=ee,V&&(w.method="next",w.arg=t),!!V}for(var I=this.tryEntries.length-1;I>=0;--I){var k=this.tryEntries[I],q=k.completion;if(k.tryLoc==="root")return F("end");if(k.tryLoc<=this.prev){var P=n.call(k,"catchLoc"),j=n.call(k,"finallyLoc");if(P&&j){if(this.prev<k.catchLoc)return F(k.catchLoc,!0);if(this.prev<k.finallyLoc)return F(k.finallyLoc)}else if(P){if(this.prev<k.catchLoc)return F(k.catchLoc,!0)}else{if(!j)throw Error("try statement without catch or finally");if(this.prev<k.finallyLoc)return F(k.finallyLoc)}}}},abrupt:function(v,w){for(var F=this.tryEntries.length-1;F>=0;--F){var I=this.tryEntries[F];if(I.tryLoc<=this.prev&&n.call(I,"finallyLoc")&&this.prev<I.finallyLoc){var k=I;break}}k&&(v==="break"||v==="continue")&&k.tryLoc<=w&&w<=k.finallyLoc&&(k=null);var q=k?k.completion:{};return q.type=v,q.arg=w,k?(this.method="next",this.next=k.finallyLoc,D):this.complete(q)},complete:function(v,w){if(v.type==="throw")throw v.arg;return v.type==="break"||v.type==="continue"?this.next=v.arg:v.type==="return"?(this.rval=this.arg=v.arg,this.method="return",this.next="end"):v.type==="normal"&&w&&(this.next=w),D},finish:function(v){for(var w=this.tryEntries.length-1;w>=0;--w){var F=this.tryEntries[w];if(F.finallyLoc===v)return this.complete(F.completion,F.afterLoc),M(F),D}},catch:function(v){for(var w=this.tryEntries.length-1;w>=0;--w){var F=this.tryEntries[w];if(F.tryLoc===v){var I=F.completion;if(I.type==="throw"){var k=I.arg;M(F)}return k}}throw Error("illegal catch attempt")},delegateYield:function(v,w,F){return this.delegate={iterator:$(v),resultName:w,nextLoc:F},this.method==="next"&&(this.arg=t),D}},e}function K$(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Qb(t,e){for(var r=0;r<e.length;r++){var n=e[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,J$(n.key),n)}}function Y$(t,e,r){return e&&Qb(t.prototype,e),r&&Qb(t,r),Object.defineProperty(t,"prototype",{writable:!1}),t}function J$(t){var e=X$(t,"string");return Jn(e)=="symbol"?e:e+""}function X$(t,e){if(Jn(t)!="object"||!t)return t;var r=t[Symbol.toPrimitive];if(r!==void 0){var n=r.call(t,e||"default");if(Jn(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(t)}function ev(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 Z$(t){return function(){var e=this,r=arguments;return new Promise(function(n,o){var i=t.apply(e,r);function a(u){ev(i,n,o,a,s,"next",u)}function s(u){ev(i,n,o,a,s,"throw",u)}a(void 0)})}}function Q$(t){return Hd.apply(this,arguments)}function Hd(){return Hd=Z$(qd().mark(function t(e){var r,n,o,i,a,s,u;return qd().wrap(function(l){for(;;)switch(l.prev=l.next){case 0:return n=e.path.toString(),l.next=3,tv.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 eP(e,n,u));case 9:case"end":return l.stop()}},t)})),Hd.apply(this,arguments)}var eP=(function(){function t(e,r,n){K$(this,t),this._stream=e,this._path=r,this.size=n}return Y$(t,[{key:"slice",value:function(r,n){var o,i=(o=this._stream.start)!==null&&o!==void 0?o:0,a=(0,tv.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 Gd=x(Gu=>{"use strict";Object.defineProperty(Gu,"__esModule",{value:!0});Gu.default=void 0;function Xn(t){"@babel/helpers - typeof";return Xn=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},Xn(t)}function ja(){"use strict";ja=function(){return e};var t,e={},r=Object.prototype,n=r.hasOwnProperty,o=Object.defineProperty||function(y,v,w){y[v]=w.value},i=typeof Symbol=="function"?Symbol:{},a=i.iterator||"@@iterator",s=i.asyncIterator||"@@asyncIterator",u=i.toStringTag||"@@toStringTag";function c(y,v,w){return Object.defineProperty(y,v,{value:w,enumerable:!0,configurable:!0,writable:!0}),y[v]}try{c({},"")}catch{c=function(w,F,I){return w[F]=I}}function l(y,v,w,F){var I=v&&v.prototype instanceof C?v:C,k=Object.create(I.prototype),q=new Q(F||[]);return o(k,"_invoke",{value:N(y,w,q)}),k}function f(y,v,w){try{return{type:"normal",arg:y.call(v,w)}}catch(F){return{type:"throw",arg:F}}}e.wrap=l;var d="suspendedStart",h="suspendedYield",m="executing",b="completed",D={};function C(){}function E(){}function g(){}var _={};c(_,a,function(){return this});var S=Object.getPrototypeOf,T=S&&S(S($([])));T&&T!==r&&n.call(T,a)&&(_=T);var O=g.prototype=C.prototype=Object.create(_);function B(y){["next","throw","return"].forEach(function(v){c(y,v,function(w){return this._invoke(v,w)})})}function R(y,v){function w(I,k,q,P){var j=f(y[I],y,k);if(j.type!=="throw"){var ee=j.arg,V=ee.value;return V&&Xn(V)=="object"&&n.call(V,"__await")?v.resolve(V.__await).then(function(se){w("next",se,q,P)},function(se){w("throw",se,q,P)}):v.resolve(V).then(function(se){ee.value=se,q(ee)},function(se){return w("throw",se,q,P)})}P(j.arg)}var F;o(this,"_invoke",{value:function(k,q){function P(){return new v(function(j,ee){w(k,q,j,ee)})}return F=F?F.then(P,P):P()}})}function N(y,v,w){var F=d;return function(I,k){if(F===m)throw Error("Generator is already running");if(F===b){if(I==="throw")throw k;return{value:t,done:!0}}for(w.method=I,w.arg=k;;){var q=w.delegate;if(q){var P=A(q,w);if(P){if(P===D)continue;return P}}if(w.method==="next")w.sent=w._sent=w.arg;else if(w.method==="throw"){if(F===d)throw F=b,w.arg;w.dispatchException(w.arg)}else w.method==="return"&&w.abrupt("return",w.arg);F=m;var j=f(y,v,w);if(j.type==="normal"){if(F=w.done?b:h,j.arg===D)continue;return{value:j.arg,done:w.done}}j.type==="throw"&&(F=b,w.method="throw",w.arg=j.arg)}}}function A(y,v){var w=v.method,F=y.iterator[w];if(F===t)return v.delegate=null,w==="throw"&&y.iterator.return&&(v.method="return",v.arg=t,A(y,v),v.method==="throw")||w!=="return"&&(v.method="throw",v.arg=new TypeError("The iterator does not provide a '"+w+"' method")),D;var I=f(F,y.iterator,v.arg);if(I.type==="throw")return v.method="throw",v.arg=I.arg,v.delegate=null,D;var k=I.arg;return k?k.done?(v[y.resultName]=k.value,v.next=y.nextLoc,v.method!=="return"&&(v.method="next",v.arg=t),v.delegate=null,D):k:(v.method="throw",v.arg=new TypeError("iterator result is not an object"),v.delegate=null,D)}function U(y){var v={tryLoc:y[0]};1 in y&&(v.catchLoc=y[1]),2 in y&&(v.finallyLoc=y[2],v.afterLoc=y[3]),this.tryEntries.push(v)}function M(y){var v=y.completion||{};v.type="normal",delete v.arg,y.completion=v}function Q(y){this.tryEntries=[{tryLoc:"root"}],y.forEach(U,this),this.reset(!0)}function $(y){if(y||y===""){var v=y[a];if(v)return v.call(y);if(typeof y.next=="function")return y;if(!isNaN(y.length)){var w=-1,F=function I(){for(;++w<y.length;)if(n.call(y,w))return I.value=y[w],I.done=!1,I;return I.value=t,I.done=!0,I};return F.next=F}}throw new TypeError(Xn(y)+" is not iterable")}return E.prototype=g,o(O,"constructor",{value:g,configurable:!0}),o(g,"constructor",{value:E,configurable:!0}),E.displayName=c(g,u,"GeneratorFunction"),e.isGeneratorFunction=function(y){var v=typeof y=="function"&&y.constructor;return!!v&&(v===E||(v.displayName||v.name)==="GeneratorFunction")},e.mark=function(y){return Object.setPrototypeOf?Object.setPrototypeOf(y,g):(y.__proto__=g,c(y,u,"GeneratorFunction")),y.prototype=Object.create(O),y},e.awrap=function(y){return{__await:y}},B(R.prototype),c(R.prototype,s,function(){return this}),e.AsyncIterator=R,e.async=function(y,v,w,F,I){I===void 0&&(I=Promise);var k=new R(l(y,v,w,F),I);return e.isGeneratorFunction(v)?k:k.next().then(function(q){return q.done?q.value:k.next()})},B(O),c(O,u,"Generator"),c(O,a,function(){return this}),c(O,"toString",function(){return"[object Generator]"}),e.keys=function(y){var v=Object(y),w=[];for(var F in v)w.push(F);return w.reverse(),function I(){for(;w.length;){var k=w.pop();if(k in v)return I.value=k,I.done=!1,I}return I.done=!0,I}},e.values=$,Q.prototype={constructor:Q,reset:function(v){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),!v)for(var w in this)w.charAt(0)==="t"&&n.call(this,w)&&!isNaN(+w.slice(1))&&(this[w]=t)},stop:function(){this.done=!0;var v=this.tryEntries[0].completion;if(v.type==="throw")throw v.arg;return this.rval},dispatchException:function(v){if(this.done)throw v;var w=this;function F(ee,V){return q.type="throw",q.arg=v,w.next=ee,V&&(w.method="next",w.arg=t),!!V}for(var I=this.tryEntries.length-1;I>=0;--I){var k=this.tryEntries[I],q=k.completion;if(k.tryLoc==="root")return F("end");if(k.tryLoc<=this.prev){var P=n.call(k,"catchLoc"),j=n.call(k,"finallyLoc");if(P&&j){if(this.prev<k.catchLoc)return F(k.catchLoc,!0);if(this.prev<k.finallyLoc)return F(k.finallyLoc)}else if(P){if(this.prev<k.catchLoc)return F(k.catchLoc,!0)}else{if(!j)throw Error("try statement without catch or finally");if(this.prev<k.finallyLoc)return F(k.finallyLoc)}}}},abrupt:function(v,w){for(var F=this.tryEntries.length-1;F>=0;--F){var I=this.tryEntries[F];if(I.tryLoc<=this.prev&&n.call(I,"finallyLoc")&&this.prev<I.finallyLoc){var k=I;break}}k&&(v==="break"||v==="continue")&&k.tryLoc<=w&&w<=k.finallyLoc&&(k=null);var q=k?k.completion:{};return q.type=v,q.arg=w,k?(this.method="next",this.next=k.finallyLoc,D):this.complete(q)},complete:function(v,w){if(v.type==="throw")throw v.arg;return v.type==="break"||v.type==="continue"?this.next=v.arg:v.type==="return"?(this.rval=this.arg=v.arg,this.method="return",this.next="end"):v.type==="normal"&&w&&(this.next=w),D},finish:function(v){for(var w=this.tryEntries.length-1;w>=0;--w){var F=this.tryEntries[w];if(F.finallyLoc===v)return this.complete(F.completion,F.afterLoc),M(F),D}},catch:function(v){for(var w=this.tryEntries.length-1;w>=0;--w){var F=this.tryEntries[w];if(F.tryLoc===v){var I=F.completion;if(I.type==="throw"){var k=I.arg;M(F)}return k}}throw Error("illegal catch attempt")},delegateYield:function(v,w,F){return this.delegate={iterator:$(v),resultName:w,nextLoc:F},this.method==="next"&&(this.arg=t),D}},e}function tP(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function nv(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,nP(n.key),n)}}function rP(t,e,r){return e&&nv(t.prototype,e),r&&nv(t,r),Object.defineProperty(t,"prototype",{writable:!1}),t}function nP(t){var e=oP(t,"string");return Xn(e)=="symbol"?e:e+""}function oP(t,e){if(Xn(t)!="object"||!t)return t;var r=t[Symbol.toPrimitive];if(r!==void 0){var n=r.call(t,e||"default");if(Xn(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(t)}function ov(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 iv(t){return function(){var e=this,r=arguments;return new Promise(function(n,o){var i=t.apply(e,r);function a(u){ov(i,n,o,a,s,"next",u)}function s(u){ov(i,n,o,a,s,"throw",u)}a(void 0)})}}function iP(t,e){return zd.apply(this,arguments)}function zd(){return zd=iv(ja().mark(function t(e,r){return ja().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)})),zd.apply(this,arguments)}var GV=Gu.default=(function(){function t(e){var r=this;tP(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 rP(t,[{key:"slice",value:(function(){var e=iv(ja().mark(function n(o,i){var a,s,u,c,l;return ja().wrap(function(d){for(;;)switch(d.prev=d.next){case 0:if(!(o<this._bufPos)){d.next=2;break}throw new Error("cannot slice from position which we already seeked away");case 2:if(!(o>this._bufPos+this._buf.length)){d.next=4;break}throw new Error("slice start is outside of buffer (currently not implemented)");case 4:if(!this._error){d.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){d.next=10;break}return a.size=a.length,d.abrupt("return",{value:a,done:!0});case 10:if(c=i-o,!(c>a.length)){d.next=16;break}return d.next=14,iP(this._stream,c-a.length);case 14:l=d.sent,a=Buffer.concat([a,l]);case 16:return this._buf=a,this._bufPos=o,a.size=a.length,d.abrupt("return",{value:a,done:this._ended});case 20:case"end":return d.stop()}},n,this)}));function r(n,o){return e.apply(this,arguments)}return r})()},{key:"close",value:function(){this._stream.destroy()}}])})()});var sv=x(Ku=>{"use strict";Object.defineProperty(Ku,"__esModule",{value:!0});Ku.default=void 0;var aP=require("fs"),sP=Wu(Jb()),uP=Wu(Zb()),cP=Wu(rv()),lP=Wu(Gd());function Wu(t){return t&&t.__esModule?t:{default:t}}function Na(t){"@babel/helpers - typeof";return Na=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},Na(t)}function fP(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function av(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,dP(n.key),n)}}function pP(t,e,r){return e&&av(t.prototype,e),r&&av(t,r),Object.defineProperty(t,"prototype",{writable:!1}),t}function dP(t){var e=hP(t,"string");return Na(e)=="symbol"?e:e+""}function hP(t,e){if(Na(t)!="object"||!t)return t;var r=t[Symbol.toPrimitive];if(r!==void 0){var n=r.call(t,e||"default");if(Na(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(t)}var KV=Ku.default=(function(){function t(){fP(this,t)}return pP(t,[{key:"openFile",value:function(r,n){return Buffer.isBuffer(r)?Promise.resolve(new uP.default(r)):r instanceof aP.ReadStream&&r.path!=null?(0,cP.default)(r):sP.default.readable(r)?(n=Number(n),Number.isFinite(n)?Promise.resolve(new lP.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 fv=x(Wd=>{"use strict";Object.defineProperty(Wd,"__esModule",{value:!0});Wd.default=DP;var mP=require("crypto"),uv=lv(require("fs")),gP=lv(require("path"));function cv(t){if(typeof WeakMap!="function")return null;var e=new WeakMap,r=new WeakMap;return(cv=function(n){return n?r:e})(t)}function lv(t,e){if(!e&&t&&t.__esModule)return t;if(t===null||typeof t!="object"&&typeof t!="function")return{default:t};var r=cv(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 DP(t,e){if(Buffer.isBuffer(t)){var r=65536,n=t.slice(0,Math.min(r,t.length)),o=(0,mP.createHash)("md5").update(n).digest("hex"),i=["node-buffer",o,t.length,e.endpoint].join("-");return Promise.resolve(i)}return t instanceof uv.ReadStream&&t.path!=null?new Promise(function(a,s){var u=gP.resolve(t.path);uv.stat(t.path,function(c,l){if(c){s(c);return}var f=["node-file",u,l.size,l.mtime.getTime(),e.endpoint].join("-");a(f)})}):Promise.resolve(null)}});var gv=x((XV,mv)=>{var hv="Expected a function",pv=NaN,yP="[object Symbol]",bP=/^\s+|\s+$/g,vP=/^[-+]0x[0-9a-f]+$/i,wP=/^0b[01]+$/i,CP=/^0o[0-7]+$/i,EP=parseInt,_P=typeof global=="object"&&global&&global.Object===Object&&global,xP=typeof self=="object"&&self&&self.Object===Object&&self,SP=_P||xP||Function("return this")(),FP=Object.prototype,AP=FP.toString,OP=Math.max,kP=Math.min,Kd=function(){return SP.Date.now()};function $P(t,e,r){var n,o,i,a,s,u,c=0,l=!1,f=!1,d=!0;if(typeof t!="function")throw new TypeError(hv);e=dv(e)||0,Yu(r)&&(l=!!r.leading,f="maxWait"in r,i=f?OP(dv(r.maxWait)||0,e):i,d="trailing"in r?!!r.trailing:d);function h(T){var O=n,B=o;return n=o=void 0,c=T,a=t.apply(B,O),a}function m(T){return c=T,s=setTimeout(C,e),l?h(T):a}function b(T){var O=T-u,B=T-c,R=e-O;return f?kP(R,i-B):R}function D(T){var O=T-u,B=T-c;return u===void 0||O>=e||O<0||f&&B>=i}function C(){var T=Kd();if(D(T))return E(T);s=setTimeout(C,b(T))}function E(T){return s=void 0,d&&n?h(T):(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(Kd())}function S(){var T=Kd(),O=D(T);if(n=arguments,o=this,u=T,O){if(s===void 0)return m(u);if(f)return s=setTimeout(C,e),h(u)}return s===void 0&&(s=setTimeout(C,e)),a}return S.cancel=g,S.flush=_,S}function PP(t,e,r){var n=!0,o=!0;if(typeof t!="function")throw new TypeError(hv);return Yu(r)&&(n="leading"in r?!!r.leading:n,o="trailing"in r?!!r.trailing:o),$P(t,e,{leading:n,maxWait:e,trailing:o})}function Yu(t){var e=typeof t;return!!t&&(e=="object"||e=="function")}function TP(t){return!!t&&typeof t=="object"}function IP(t){return typeof t=="symbol"||TP(t)&&AP.call(t)==yP}function dv(t){if(typeof t=="number")return t;if(IP(t))return pv;if(Yu(t)){var e=typeof t.valueOf=="function"?t.valueOf():t;t=Yu(e)?e+"":e}if(typeof t!="string")return t===0?t:+t;t=t.replace(bP,"");var r=wP.test(t);return r||CP.test(t)?EP(t.slice(2),r?2:8):vP.test(t)?pv:+t}mv.exports=PP});var xv=x(Qu=>{"use strict";Object.defineProperty(Qu,"__esModule",{value:!0});Qu.default=void 0;var RP=Cv(require("http")),BP=Cv(require("https")),bv=require("stream"),jP=require("url"),vv=NP(gv());function NP(t){return t&&t.__esModule?t:{default:t}}function wv(t){if(typeof WeakMap!="function")return null;var e=new WeakMap,r=new WeakMap;return(wv=function(n){return n?r:e})(t)}function Cv(t,e){if(!e&&t&&t.__esModule)return t;if(t===null||typeof t!="object"&&typeof t!="function")return{default:t};var r=wv(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 LP(t,e,r){return e=Ju(e),UP(t,Ev()?Reflect.construct(e,r||[],Ju(t).constructor):e.apply(t,r))}function UP(t,e){if(e&&(ni(e)==="object"||typeof e=="function"))return e;if(e!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return MP(t)}function MP(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function Ev(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(Ev=function(){return!!t})()}function Ju(t){return Ju=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},Ju(t)}function qP(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&&Yd(t,e)}function Yd(t,e){return Yd=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,o){return n.__proto__=o,n},Yd(t,e)}function Dv(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 La(t){for(var e=1;e<arguments.length;e++){var r=arguments[e]!=null?arguments[e]:{};e%2?Dv(Object(r),!0).forEach(function(n){HP(t,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):Dv(Object(r)).forEach(function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(r,n))})}return t}function HP(t,e,r){return e=_v(e),e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}function ni(t){"@babel/helpers - typeof";return ni=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},ni(t)}function Xu(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function yv(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,_v(n.key),n)}}function Zu(t,e,r){return e&&yv(t.prototype,e),r&&yv(t,r),Object.defineProperty(t,"prototype",{writable:!1}),t}function _v(t){var e=VP(t,"string");return ni(e)=="symbol"?e:e+""}function VP(t,e){if(ni(t)!="object"||!t)return t;var r=t[Symbol.toPrimitive];if(r!==void 0){var n=r.call(t,e||"default");if(ni(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(t)}var ZV=Qu.default=(function(){function t(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};Xu(this,t),this._requestOptions=e}return Zu(t,[{key:"createRequest",value:function(r,n){return new zP(r,n,this._requestOptions)}},{key:"getName",value:function(){return"NodeHttpStack"}}])})(),zP=(function(){function t(e,r,n){Xu(this,t),this._method=e,this._url=r,this._headers={},this._request=null,this._progressHandler=function(){},this._requestOptions=n||{}}return Zu(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=La(La(La({},(0,jP.parse)(r._url)),r._requestOptions),{},{method:r._method,headers:La(La({},r._requestOptions.headers||{}),r._headers)});n!=null&&n.size&&(a.headers["Content-Length"]=n.size);var s=a.protocol==="https:"?BP:RP;r._request=s.request(a);var u=r._request;u.on("response",function(c){var l=[];c.on("data",function(f){l.push(f)}),c.on("end",function(){var f=Buffer.concat(l).toString("utf8");o(new GP(c,f))})}),u.on("error",function(c){i(c)}),n instanceof bv.Readable?n.pipe(new WP(r._progressHandler)).pipe(u):n instanceof Uint8Array?KP(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}}])})(),GP=(function(){function t(e,r){Xu(this,t),this._response=e,this._body=r}return Zu(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}}])})(),WP=(function(t){function e(r){var n;return Xu(this,e),n=LP(this,e),n._onprogress=(0,vv.default)(r,100,{leading:!0,trailing:!1}),n._position=0,n}return qP(e,t),Zu(e,[{key:"_transform",value:function(n,o,i){this._position+=n.length,this._onprogress(this._position),i(null,n)}}])})(bv.Transform),KP=function(e,r,n){n=(0,vv.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 Sv=x(Jd=>{"use strict";Jd.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};Jd.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(`
36
+ 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 Vb(t,e){if(t){if(typeof t=="string")return Rb(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 Rb(t,e)}}function Rb(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 Bb(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 ti(t){for(var e=1;e<arguments.length;e++){var r=arguments[e]!=null?arguments[e]:{};e%2?Bb(Object(r),!0).forEach(function(n){j$(t,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):Bb(Object(r)).forEach(function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(r,n))})}return t}function j$(t,e,r){return e=zb(e),e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}function N$(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function jb(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,zb(n.key),n)}}function L$(t,e,r){return e&&jb(t.prototype,e),r&&jb(t,r),Object.defineProperty(t,"prototype",{writable:!1}),t}function zb(t){var e=U$(t,"string");return Yn(e)=="symbol"?e:e+""}function U$(t,e){if(Yn(t)!="object"||!t)return t;var r=t[Symbol.toPrimitive];if(r!==void 0){var n=r.call(t,e||"default");if(Yn(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(t)}var qu="tus-v1",Hu="ietf-draft-03",Ra="ietf-draft-05",M$={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:Wb,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:qu},Gb=(function(){function t(e,r){N$(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 L$(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(![qu,Hu,Ra].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,Kn.log)("No fingerprint was calculated meaning that the upload cannot be stored in the URL storage."):(0,Kn.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:H$(this._source.size,a);this._parallelUploadUrls&&s.forEach(function(l,f){l.uploadUrl=n._parallelUploadUrls[f]||null}),this._parallelUploadUrls=new Array(s.length);var u=s.map(function(l,f){var d=0;return n._source.slice(l.start,l.end).then(function(h){var m=h.value;return new Promise(function(b,D){var C=ti(ti({},n.options),{},{uploadUrl:l.uploadUrl||null,storeFingerprintForResuming:!1,removeFingerprintOnSuccess:!1,parallelUploads:1,parallelUploadBoundaries:null,metadata:n.options.metadataForPartialUploads,headers:ti(ti({},n.options.headers),{},{"Upload-Concat":"partial"}),onSuccess:b,onError:D,onProgress:function(_){i=i-d+_,d=_,n._emitProgress(i,o)},onUploadUrlAvailable:function(){n._parallelUploadUrls[f]=E.url,n._parallelUploadUrls.filter(function(_){return!!_}).length===s.length&&n._saveUploadInUrlStorage()}}),E=new t(m,C);E.start(),n._parallelUploads.push(E)})})}),c;Promise.all(u).then(function(){c=n._openRequest("POST",n.options.endpoint),c.setHeader("Upload-Concat","final;".concat(n._parallelUploadUrls.join(" ")));var l=Nb(n.options.metadata);return l!==""&&c.setHeader("Upload-Metadata",l),n._sendRequest(c,null)}).then(function(l){if(!ri(l.getStatus(),200)){n._emitHttpError(c,l,"tus: unexpected response while creating upload");return}var f=l.getHeader("Location");if(f==null){n._emitHttpError(c,l,"tus: invalid or missing Location header");return}n.url=qb(n.options.endpoint,f),(0,Kn.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,Kn.log)("Resuming upload from previous URL: ".concat(this.url)),this._resumeUpload();return}if(this.options.uploadUrl!=null){(0,Kn.log)("Resuming upload from provided URL: ".concat(this.options.uploadUrl)),this.url=this.options.uploadUrl,this._resumeUpload();return}(0,Kn.log)("Creating a new upload"),this._createUpload()}},{key:"abort",value:function(r){var n=this;if(this._parallelUploads!=null){var o=B$(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 Mu.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),Mb(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=Nb(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===Hu||this.options.protocol===Ra)&&n.setHeader("Upload-Complete","?0"),i=this._sendRequest(n,null)),i.then(function(a){if(!ri(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=qb(r.options.endpoint,s),(0,Kn.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(!ri(a,200)){if(a===423){r._emitHttpError(n,i,"tus: upload is currently locked; retry later");return}if(ri(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===qu){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(!ri(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===qu?r.setHeader("Content-Type","application/offset+octet-stream"):this.options.protocol===Ra&&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===Hu||n.options.protocol===Ra)&&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=Lb(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 Ub(r,n,this.options)}}],[{key:"terminate",value:function(r){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},o=Lb("DELETE",r,n);return Ub(o,null,n).then(function(i){if(i.getStatus()!==204)throw new Mu.default("tus: unexpected response while terminating upload",null,o,i)}).catch(function(i){if(i instanceof Mu.default||(i=new Mu.default("tus: failed to terminate upload",i,o,null)),!Mb(i,0,n))throw i;var a=n.retryDelays[0],s=n.retryDelays.slice(1),u=ti(ti({},n),{},{retryDelays:s});return new Promise(function(c){return setTimeout(c,a)}).then(function(){return t.terminate(r,u)})})}}])})();function Nb(t){return Object.entries(t).map(function(e){var r=Hb(e,2),n=r[0],o=r[1];return"".concat(n," ").concat(O$.Base64.encode(String(o)))}).join(",")}function ri(t,e){return t>=e&&t<e+100}function Lb(t,e,r){var n=r.httpStack.createRequest(t,e);r.protocol===Hu?n.setHeader("Upload-Draft-Interop-Version","5"):r.protocol===Ra?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=Hb(a[i],2),u=s[0],c=s[1];n.setHeader(u,c)}if(r.addRequestId){var l=(0,$$.default)();n.setHeader("X-Request-ID",l)}return n}function Ub(t,e,r){return Ud.apply(this,arguments)}function Ud(){return Ud=P$(Ld().mark(function t(e,r,n){var o;return Ld().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)})),Ud.apply(this,arguments)}function q$(){var t=!0;return typeof navigator<"u"&&navigator.onLine===!1&&(t=!1),t}function Mb(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):Wb(t)}function Wb(t){var e=t.originalResponse?t.originalResponse.getStatus():0;return(!ri(e,400)||e===409||e===423)&&q$()}function qb(t,e){return new k$.default(e,t).toString()}function H$(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}Gb.defaultOptions=M$;var UV=Vu.default=Gb});var Jb=x((qV,Yb)=>{"use strict";var Or=t=>t!==null&&typeof t=="object"&&typeof t.pipe=="function";Or.writable=t=>Or(t)&&t.writable!==!1&&typeof t._write=="function"&&typeof t._writableState=="object";Or.readable=t=>Or(t)&&t.readable!==!1&&typeof t._read=="function"&&typeof t._readableState=="object";Or.duplex=t=>Or.writable(t)&&Or.readable(t);Or.transform=t=>Or.duplex(t)&&typeof t._transform=="function";Yb.exports=Or});var Zb=x(zu=>{"use strict";Object.defineProperty(zu,"__esModule",{value:!0});zu.default=void 0;function Ba(t){"@babel/helpers - typeof";return Ba=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},Ba(t)}function V$(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Xb(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,G$(n.key),n)}}function z$(t,e,r){return e&&Xb(t.prototype,e),r&&Xb(t,r),Object.defineProperty(t,"prototype",{writable:!1}),t}function G$(t){var e=W$(t,"string");return Ba(e)=="symbol"?e:e+""}function W$(t,e){if(Ba(t)!="object"||!t)return t;var r=t[Symbol.toPrimitive];if(r!==void 0){var n=r.call(t,e||"default");if(Ba(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(t)}var HV=zu.default=(function(){function t(e){V$(this,t),this._buffer=e,this.size=e.length}return z$(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 rv=x(Vd=>{"use strict";Object.defineProperty(Vd,"__esModule",{value:!0});Vd.default=Q$;var tv=require("fs");function Jn(t){"@babel/helpers - typeof";return Jn=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},Jn(t)}function qd(){"use strict";qd=function(){return e};var t,e={},r=Object.prototype,n=r.hasOwnProperty,o=Object.defineProperty||function(y,v,w){y[v]=w.value},i=typeof Symbol=="function"?Symbol:{},a=i.iterator||"@@iterator",s=i.asyncIterator||"@@asyncIterator",u=i.toStringTag||"@@toStringTag";function c(y,v,w){return Object.defineProperty(y,v,{value:w,enumerable:!0,configurable:!0,writable:!0}),y[v]}try{c({},"")}catch{c=function(w,F,I){return w[F]=I}}function l(y,v,w,F){var I=v&&v.prototype instanceof C?v:C,k=Object.create(I.prototype),q=new Q(F||[]);return o(k,"_invoke",{value:N(y,w,q)}),k}function f(y,v,w){try{return{type:"normal",arg:y.call(v,w)}}catch(F){return{type:"throw",arg:F}}}e.wrap=l;var d="suspendedStart",h="suspendedYield",m="executing",b="completed",D={};function C(){}function E(){}function g(){}var _={};c(_,a,function(){return this});var S=Object.getPrototypeOf,T=S&&S(S($([])));T&&T!==r&&n.call(T,a)&&(_=T);var O=g.prototype=C.prototype=Object.create(_);function B(y){["next","throw","return"].forEach(function(v){c(y,v,function(w){return this._invoke(v,w)})})}function R(y,v){function w(I,k,q,P){var j=f(y[I],y,k);if(j.type!=="throw"){var ee=j.arg,V=ee.value;return V&&Jn(V)=="object"&&n.call(V,"__await")?v.resolve(V.__await).then(function(se){w("next",se,q,P)},function(se){w("throw",se,q,P)}):v.resolve(V).then(function(se){ee.value=se,q(ee)},function(se){return w("throw",se,q,P)})}P(j.arg)}var F;o(this,"_invoke",{value:function(k,q){function P(){return new v(function(j,ee){w(k,q,j,ee)})}return F=F?F.then(P,P):P()}})}function N(y,v,w){var F=d;return function(I,k){if(F===m)throw Error("Generator is already running");if(F===b){if(I==="throw")throw k;return{value:t,done:!0}}for(w.method=I,w.arg=k;;){var q=w.delegate;if(q){var P=A(q,w);if(P){if(P===D)continue;return P}}if(w.method==="next")w.sent=w._sent=w.arg;else if(w.method==="throw"){if(F===d)throw F=b,w.arg;w.dispatchException(w.arg)}else w.method==="return"&&w.abrupt("return",w.arg);F=m;var j=f(y,v,w);if(j.type==="normal"){if(F=w.done?b:h,j.arg===D)continue;return{value:j.arg,done:w.done}}j.type==="throw"&&(F=b,w.method="throw",w.arg=j.arg)}}}function A(y,v){var w=v.method,F=y.iterator[w];if(F===t)return v.delegate=null,w==="throw"&&y.iterator.return&&(v.method="return",v.arg=t,A(y,v),v.method==="throw")||w!=="return"&&(v.method="throw",v.arg=new TypeError("The iterator does not provide a '"+w+"' method")),D;var I=f(F,y.iterator,v.arg);if(I.type==="throw")return v.method="throw",v.arg=I.arg,v.delegate=null,D;var k=I.arg;return k?k.done?(v[y.resultName]=k.value,v.next=y.nextLoc,v.method!=="return"&&(v.method="next",v.arg=t),v.delegate=null,D):k:(v.method="throw",v.arg=new TypeError("iterator result is not an object"),v.delegate=null,D)}function L(y){var v={tryLoc:y[0]};1 in y&&(v.catchLoc=y[1]),2 in y&&(v.finallyLoc=y[2],v.afterLoc=y[3]),this.tryEntries.push(v)}function M(y){var v=y.completion||{};v.type="normal",delete v.arg,y.completion=v}function Q(y){this.tryEntries=[{tryLoc:"root"}],y.forEach(L,this),this.reset(!0)}function $(y){if(y||y===""){var v=y[a];if(v)return v.call(y);if(typeof y.next=="function")return y;if(!isNaN(y.length)){var w=-1,F=function I(){for(;++w<y.length;)if(n.call(y,w))return I.value=y[w],I.done=!1,I;return I.value=t,I.done=!0,I};return F.next=F}}throw new TypeError(Jn(y)+" is not iterable")}return E.prototype=g,o(O,"constructor",{value:g,configurable:!0}),o(g,"constructor",{value:E,configurable:!0}),E.displayName=c(g,u,"GeneratorFunction"),e.isGeneratorFunction=function(y){var v=typeof y=="function"&&y.constructor;return!!v&&(v===E||(v.displayName||v.name)==="GeneratorFunction")},e.mark=function(y){return Object.setPrototypeOf?Object.setPrototypeOf(y,g):(y.__proto__=g,c(y,u,"GeneratorFunction")),y.prototype=Object.create(O),y},e.awrap=function(y){return{__await:y}},B(R.prototype),c(R.prototype,s,function(){return this}),e.AsyncIterator=R,e.async=function(y,v,w,F,I){I===void 0&&(I=Promise);var k=new R(l(y,v,w,F),I);return e.isGeneratorFunction(v)?k:k.next().then(function(q){return q.done?q.value:k.next()})},B(O),c(O,u,"Generator"),c(O,a,function(){return this}),c(O,"toString",function(){return"[object Generator]"}),e.keys=function(y){var v=Object(y),w=[];for(var F in v)w.push(F);return w.reverse(),function I(){for(;w.length;){var k=w.pop();if(k in v)return I.value=k,I.done=!1,I}return I.done=!0,I}},e.values=$,Q.prototype={constructor:Q,reset:function(v){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),!v)for(var w in this)w.charAt(0)==="t"&&n.call(this,w)&&!isNaN(+w.slice(1))&&(this[w]=t)},stop:function(){this.done=!0;var v=this.tryEntries[0].completion;if(v.type==="throw")throw v.arg;return this.rval},dispatchException:function(v){if(this.done)throw v;var w=this;function F(ee,V){return q.type="throw",q.arg=v,w.next=ee,V&&(w.method="next",w.arg=t),!!V}for(var I=this.tryEntries.length-1;I>=0;--I){var k=this.tryEntries[I],q=k.completion;if(k.tryLoc==="root")return F("end");if(k.tryLoc<=this.prev){var P=n.call(k,"catchLoc"),j=n.call(k,"finallyLoc");if(P&&j){if(this.prev<k.catchLoc)return F(k.catchLoc,!0);if(this.prev<k.finallyLoc)return F(k.finallyLoc)}else if(P){if(this.prev<k.catchLoc)return F(k.catchLoc,!0)}else{if(!j)throw Error("try statement without catch or finally");if(this.prev<k.finallyLoc)return F(k.finallyLoc)}}}},abrupt:function(v,w){for(var F=this.tryEntries.length-1;F>=0;--F){var I=this.tryEntries[F];if(I.tryLoc<=this.prev&&n.call(I,"finallyLoc")&&this.prev<I.finallyLoc){var k=I;break}}k&&(v==="break"||v==="continue")&&k.tryLoc<=w&&w<=k.finallyLoc&&(k=null);var q=k?k.completion:{};return q.type=v,q.arg=w,k?(this.method="next",this.next=k.finallyLoc,D):this.complete(q)},complete:function(v,w){if(v.type==="throw")throw v.arg;return v.type==="break"||v.type==="continue"?this.next=v.arg:v.type==="return"?(this.rval=this.arg=v.arg,this.method="return",this.next="end"):v.type==="normal"&&w&&(this.next=w),D},finish:function(v){for(var w=this.tryEntries.length-1;w>=0;--w){var F=this.tryEntries[w];if(F.finallyLoc===v)return this.complete(F.completion,F.afterLoc),M(F),D}},catch:function(v){for(var w=this.tryEntries.length-1;w>=0;--w){var F=this.tryEntries[w];if(F.tryLoc===v){var I=F.completion;if(I.type==="throw"){var k=I.arg;M(F)}return k}}throw Error("illegal catch attempt")},delegateYield:function(v,w,F){return this.delegate={iterator:$(v),resultName:w,nextLoc:F},this.method==="next"&&(this.arg=t),D}},e}function K$(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Qb(t,e){for(var r=0;r<e.length;r++){var n=e[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,J$(n.key),n)}}function Y$(t,e,r){return e&&Qb(t.prototype,e),r&&Qb(t,r),Object.defineProperty(t,"prototype",{writable:!1}),t}function J$(t){var e=X$(t,"string");return Jn(e)=="symbol"?e:e+""}function X$(t,e){if(Jn(t)!="object"||!t)return t;var r=t[Symbol.toPrimitive];if(r!==void 0){var n=r.call(t,e||"default");if(Jn(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(t)}function ev(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 Z$(t){return function(){var e=this,r=arguments;return new Promise(function(n,o){var i=t.apply(e,r);function a(u){ev(i,n,o,a,s,"next",u)}function s(u){ev(i,n,o,a,s,"throw",u)}a(void 0)})}}function Q$(t){return Hd.apply(this,arguments)}function Hd(){return Hd=Z$(qd().mark(function t(e){var r,n,o,i,a,s,u;return qd().wrap(function(l){for(;;)switch(l.prev=l.next){case 0:return n=e.path.toString(),l.next=3,tv.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 eP(e,n,u));case 9:case"end":return l.stop()}},t)})),Hd.apply(this,arguments)}var eP=(function(){function t(e,r,n){K$(this,t),this._stream=e,this._path=r,this.size=n}return Y$(t,[{key:"slice",value:function(r,n){var o,i=(o=this._stream.start)!==null&&o!==void 0?o:0,a=(0,tv.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 Gd=x(Gu=>{"use strict";Object.defineProperty(Gu,"__esModule",{value:!0});Gu.default=void 0;function Xn(t){"@babel/helpers - typeof";return Xn=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},Xn(t)}function ja(){"use strict";ja=function(){return e};var t,e={},r=Object.prototype,n=r.hasOwnProperty,o=Object.defineProperty||function(y,v,w){y[v]=w.value},i=typeof Symbol=="function"?Symbol:{},a=i.iterator||"@@iterator",s=i.asyncIterator||"@@asyncIterator",u=i.toStringTag||"@@toStringTag";function c(y,v,w){return Object.defineProperty(y,v,{value:w,enumerable:!0,configurable:!0,writable:!0}),y[v]}try{c({},"")}catch{c=function(w,F,I){return w[F]=I}}function l(y,v,w,F){var I=v&&v.prototype instanceof C?v:C,k=Object.create(I.prototype),q=new Q(F||[]);return o(k,"_invoke",{value:N(y,w,q)}),k}function f(y,v,w){try{return{type:"normal",arg:y.call(v,w)}}catch(F){return{type:"throw",arg:F}}}e.wrap=l;var d="suspendedStart",h="suspendedYield",m="executing",b="completed",D={};function C(){}function E(){}function g(){}var _={};c(_,a,function(){return this});var S=Object.getPrototypeOf,T=S&&S(S($([])));T&&T!==r&&n.call(T,a)&&(_=T);var O=g.prototype=C.prototype=Object.create(_);function B(y){["next","throw","return"].forEach(function(v){c(y,v,function(w){return this._invoke(v,w)})})}function R(y,v){function w(I,k,q,P){var j=f(y[I],y,k);if(j.type!=="throw"){var ee=j.arg,V=ee.value;return V&&Xn(V)=="object"&&n.call(V,"__await")?v.resolve(V.__await).then(function(se){w("next",se,q,P)},function(se){w("throw",se,q,P)}):v.resolve(V).then(function(se){ee.value=se,q(ee)},function(se){return w("throw",se,q,P)})}P(j.arg)}var F;o(this,"_invoke",{value:function(k,q){function P(){return new v(function(j,ee){w(k,q,j,ee)})}return F=F?F.then(P,P):P()}})}function N(y,v,w){var F=d;return function(I,k){if(F===m)throw Error("Generator is already running");if(F===b){if(I==="throw")throw k;return{value:t,done:!0}}for(w.method=I,w.arg=k;;){var q=w.delegate;if(q){var P=A(q,w);if(P){if(P===D)continue;return P}}if(w.method==="next")w.sent=w._sent=w.arg;else if(w.method==="throw"){if(F===d)throw F=b,w.arg;w.dispatchException(w.arg)}else w.method==="return"&&w.abrupt("return",w.arg);F=m;var j=f(y,v,w);if(j.type==="normal"){if(F=w.done?b:h,j.arg===D)continue;return{value:j.arg,done:w.done}}j.type==="throw"&&(F=b,w.method="throw",w.arg=j.arg)}}}function A(y,v){var w=v.method,F=y.iterator[w];if(F===t)return v.delegate=null,w==="throw"&&y.iterator.return&&(v.method="return",v.arg=t,A(y,v),v.method==="throw")||w!=="return"&&(v.method="throw",v.arg=new TypeError("The iterator does not provide a '"+w+"' method")),D;var I=f(F,y.iterator,v.arg);if(I.type==="throw")return v.method="throw",v.arg=I.arg,v.delegate=null,D;var k=I.arg;return k?k.done?(v[y.resultName]=k.value,v.next=y.nextLoc,v.method!=="return"&&(v.method="next",v.arg=t),v.delegate=null,D):k:(v.method="throw",v.arg=new TypeError("iterator result is not an object"),v.delegate=null,D)}function L(y){var v={tryLoc:y[0]};1 in y&&(v.catchLoc=y[1]),2 in y&&(v.finallyLoc=y[2],v.afterLoc=y[3]),this.tryEntries.push(v)}function M(y){var v=y.completion||{};v.type="normal",delete v.arg,y.completion=v}function Q(y){this.tryEntries=[{tryLoc:"root"}],y.forEach(L,this),this.reset(!0)}function $(y){if(y||y===""){var v=y[a];if(v)return v.call(y);if(typeof y.next=="function")return y;if(!isNaN(y.length)){var w=-1,F=function I(){for(;++w<y.length;)if(n.call(y,w))return I.value=y[w],I.done=!1,I;return I.value=t,I.done=!0,I};return F.next=F}}throw new TypeError(Xn(y)+" is not iterable")}return E.prototype=g,o(O,"constructor",{value:g,configurable:!0}),o(g,"constructor",{value:E,configurable:!0}),E.displayName=c(g,u,"GeneratorFunction"),e.isGeneratorFunction=function(y){var v=typeof y=="function"&&y.constructor;return!!v&&(v===E||(v.displayName||v.name)==="GeneratorFunction")},e.mark=function(y){return Object.setPrototypeOf?Object.setPrototypeOf(y,g):(y.__proto__=g,c(y,u,"GeneratorFunction")),y.prototype=Object.create(O),y},e.awrap=function(y){return{__await:y}},B(R.prototype),c(R.prototype,s,function(){return this}),e.AsyncIterator=R,e.async=function(y,v,w,F,I){I===void 0&&(I=Promise);var k=new R(l(y,v,w,F),I);return e.isGeneratorFunction(v)?k:k.next().then(function(q){return q.done?q.value:k.next()})},B(O),c(O,u,"Generator"),c(O,a,function(){return this}),c(O,"toString",function(){return"[object Generator]"}),e.keys=function(y){var v=Object(y),w=[];for(var F in v)w.push(F);return w.reverse(),function I(){for(;w.length;){var k=w.pop();if(k in v)return I.value=k,I.done=!1,I}return I.done=!0,I}},e.values=$,Q.prototype={constructor:Q,reset:function(v){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),!v)for(var w in this)w.charAt(0)==="t"&&n.call(this,w)&&!isNaN(+w.slice(1))&&(this[w]=t)},stop:function(){this.done=!0;var v=this.tryEntries[0].completion;if(v.type==="throw")throw v.arg;return this.rval},dispatchException:function(v){if(this.done)throw v;var w=this;function F(ee,V){return q.type="throw",q.arg=v,w.next=ee,V&&(w.method="next",w.arg=t),!!V}for(var I=this.tryEntries.length-1;I>=0;--I){var k=this.tryEntries[I],q=k.completion;if(k.tryLoc==="root")return F("end");if(k.tryLoc<=this.prev){var P=n.call(k,"catchLoc"),j=n.call(k,"finallyLoc");if(P&&j){if(this.prev<k.catchLoc)return F(k.catchLoc,!0);if(this.prev<k.finallyLoc)return F(k.finallyLoc)}else if(P){if(this.prev<k.catchLoc)return F(k.catchLoc,!0)}else{if(!j)throw Error("try statement without catch or finally");if(this.prev<k.finallyLoc)return F(k.finallyLoc)}}}},abrupt:function(v,w){for(var F=this.tryEntries.length-1;F>=0;--F){var I=this.tryEntries[F];if(I.tryLoc<=this.prev&&n.call(I,"finallyLoc")&&this.prev<I.finallyLoc){var k=I;break}}k&&(v==="break"||v==="continue")&&k.tryLoc<=w&&w<=k.finallyLoc&&(k=null);var q=k?k.completion:{};return q.type=v,q.arg=w,k?(this.method="next",this.next=k.finallyLoc,D):this.complete(q)},complete:function(v,w){if(v.type==="throw")throw v.arg;return v.type==="break"||v.type==="continue"?this.next=v.arg:v.type==="return"?(this.rval=this.arg=v.arg,this.method="return",this.next="end"):v.type==="normal"&&w&&(this.next=w),D},finish:function(v){for(var w=this.tryEntries.length-1;w>=0;--w){var F=this.tryEntries[w];if(F.finallyLoc===v)return this.complete(F.completion,F.afterLoc),M(F),D}},catch:function(v){for(var w=this.tryEntries.length-1;w>=0;--w){var F=this.tryEntries[w];if(F.tryLoc===v){var I=F.completion;if(I.type==="throw"){var k=I.arg;M(F)}return k}}throw Error("illegal catch attempt")},delegateYield:function(v,w,F){return this.delegate={iterator:$(v),resultName:w,nextLoc:F},this.method==="next"&&(this.arg=t),D}},e}function tP(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function nv(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,nP(n.key),n)}}function rP(t,e,r){return e&&nv(t.prototype,e),r&&nv(t,r),Object.defineProperty(t,"prototype",{writable:!1}),t}function nP(t){var e=oP(t,"string");return Xn(e)=="symbol"?e:e+""}function oP(t,e){if(Xn(t)!="object"||!t)return t;var r=t[Symbol.toPrimitive];if(r!==void 0){var n=r.call(t,e||"default");if(Xn(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(t)}function ov(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 iv(t){return function(){var e=this,r=arguments;return new Promise(function(n,o){var i=t.apply(e,r);function a(u){ov(i,n,o,a,s,"next",u)}function s(u){ov(i,n,o,a,s,"throw",u)}a(void 0)})}}function iP(t,e){return zd.apply(this,arguments)}function zd(){return zd=iv(ja().mark(function t(e,r){return ja().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)})),zd.apply(this,arguments)}var GV=Gu.default=(function(){function t(e){var r=this;tP(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 rP(t,[{key:"slice",value:(function(){var e=iv(ja().mark(function n(o,i){var a,s,u,c,l;return ja().wrap(function(d){for(;;)switch(d.prev=d.next){case 0:if(!(o<this._bufPos)){d.next=2;break}throw new Error("cannot slice from position which we already seeked away");case 2:if(!(o>this._bufPos+this._buf.length)){d.next=4;break}throw new Error("slice start is outside of buffer (currently not implemented)");case 4:if(!this._error){d.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){d.next=10;break}return a.size=a.length,d.abrupt("return",{value:a,done:!0});case 10:if(c=i-o,!(c>a.length)){d.next=16;break}return d.next=14,iP(this._stream,c-a.length);case 14:l=d.sent,a=Buffer.concat([a,l]);case 16:return this._buf=a,this._bufPos=o,a.size=a.length,d.abrupt("return",{value:a,done:this._ended});case 20:case"end":return d.stop()}},n,this)}));function r(n,o){return e.apply(this,arguments)}return r})()},{key:"close",value:function(){this._stream.destroy()}}])})()});var sv=x(Ku=>{"use strict";Object.defineProperty(Ku,"__esModule",{value:!0});Ku.default=void 0;var aP=require("fs"),sP=Wu(Jb()),uP=Wu(Zb()),cP=Wu(rv()),lP=Wu(Gd());function Wu(t){return t&&t.__esModule?t:{default:t}}function Na(t){"@babel/helpers - typeof";return Na=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},Na(t)}function fP(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function av(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,dP(n.key),n)}}function pP(t,e,r){return e&&av(t.prototype,e),r&&av(t,r),Object.defineProperty(t,"prototype",{writable:!1}),t}function dP(t){var e=hP(t,"string");return Na(e)=="symbol"?e:e+""}function hP(t,e){if(Na(t)!="object"||!t)return t;var r=t[Symbol.toPrimitive];if(r!==void 0){var n=r.call(t,e||"default");if(Na(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(t)}var KV=Ku.default=(function(){function t(){fP(this,t)}return pP(t,[{key:"openFile",value:function(r,n){return Buffer.isBuffer(r)?Promise.resolve(new uP.default(r)):r instanceof aP.ReadStream&&r.path!=null?(0,cP.default)(r):sP.default.readable(r)?(n=Number(n),Number.isFinite(n)?Promise.resolve(new lP.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 fv=x(Wd=>{"use strict";Object.defineProperty(Wd,"__esModule",{value:!0});Wd.default=DP;var mP=require("crypto"),uv=lv(require("fs")),gP=lv(require("path"));function cv(t){if(typeof WeakMap!="function")return null;var e=new WeakMap,r=new WeakMap;return(cv=function(n){return n?r:e})(t)}function lv(t,e){if(!e&&t&&t.__esModule)return t;if(t===null||typeof t!="object"&&typeof t!="function")return{default:t};var r=cv(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 DP(t,e){if(Buffer.isBuffer(t)){var r=65536,n=t.slice(0,Math.min(r,t.length)),o=(0,mP.createHash)("md5").update(n).digest("hex"),i=["node-buffer",o,t.length,e.endpoint].join("-");return Promise.resolve(i)}return t instanceof uv.ReadStream&&t.path!=null?new Promise(function(a,s){var u=gP.resolve(t.path);uv.stat(t.path,function(c,l){if(c){s(c);return}var f=["node-file",u,l.size,l.mtime.getTime(),e.endpoint].join("-");a(f)})}):Promise.resolve(null)}});var gv=x((XV,mv)=>{var hv="Expected a function",pv=NaN,yP="[object Symbol]",bP=/^\s+|\s+$/g,vP=/^[-+]0x[0-9a-f]+$/i,wP=/^0b[01]+$/i,CP=/^0o[0-7]+$/i,EP=parseInt,_P=typeof global=="object"&&global&&global.Object===Object&&global,xP=typeof self=="object"&&self&&self.Object===Object&&self,SP=_P||xP||Function("return this")(),FP=Object.prototype,AP=FP.toString,OP=Math.max,kP=Math.min,Kd=function(){return SP.Date.now()};function $P(t,e,r){var n,o,i,a,s,u,c=0,l=!1,f=!1,d=!0;if(typeof t!="function")throw new TypeError(hv);e=dv(e)||0,Yu(r)&&(l=!!r.leading,f="maxWait"in r,i=f?OP(dv(r.maxWait)||0,e):i,d="trailing"in r?!!r.trailing:d);function h(T){var O=n,B=o;return n=o=void 0,c=T,a=t.apply(B,O),a}function m(T){return c=T,s=setTimeout(C,e),l?h(T):a}function b(T){var O=T-u,B=T-c,R=e-O;return f?kP(R,i-B):R}function D(T){var O=T-u,B=T-c;return u===void 0||O>=e||O<0||f&&B>=i}function C(){var T=Kd();if(D(T))return E(T);s=setTimeout(C,b(T))}function E(T){return s=void 0,d&&n?h(T):(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(Kd())}function S(){var T=Kd(),O=D(T);if(n=arguments,o=this,u=T,O){if(s===void 0)return m(u);if(f)return s=setTimeout(C,e),h(u)}return s===void 0&&(s=setTimeout(C,e)),a}return S.cancel=g,S.flush=_,S}function PP(t,e,r){var n=!0,o=!0;if(typeof t!="function")throw new TypeError(hv);return Yu(r)&&(n="leading"in r?!!r.leading:n,o="trailing"in r?!!r.trailing:o),$P(t,e,{leading:n,maxWait:e,trailing:o})}function Yu(t){var e=typeof t;return!!t&&(e=="object"||e=="function")}function TP(t){return!!t&&typeof t=="object"}function IP(t){return typeof t=="symbol"||TP(t)&&AP.call(t)==yP}function dv(t){if(typeof t=="number")return t;if(IP(t))return pv;if(Yu(t)){var e=typeof t.valueOf=="function"?t.valueOf():t;t=Yu(e)?e+"":e}if(typeof t!="string")return t===0?t:+t;t=t.replace(bP,"");var r=wP.test(t);return r||CP.test(t)?EP(t.slice(2),r?2:8):vP.test(t)?pv:+t}mv.exports=PP});var xv=x(Qu=>{"use strict";Object.defineProperty(Qu,"__esModule",{value:!0});Qu.default=void 0;var RP=Cv(require("http")),BP=Cv(require("https")),bv=require("stream"),jP=require("url"),vv=NP(gv());function NP(t){return t&&t.__esModule?t:{default:t}}function wv(t){if(typeof WeakMap!="function")return null;var e=new WeakMap,r=new WeakMap;return(wv=function(n){return n?r:e})(t)}function Cv(t,e){if(!e&&t&&t.__esModule)return t;if(t===null||typeof t!="object"&&typeof t!="function")return{default:t};var r=wv(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 LP(t,e,r){return e=Ju(e),UP(t,Ev()?Reflect.construct(e,r||[],Ju(t).constructor):e.apply(t,r))}function UP(t,e){if(e&&(ni(e)==="object"||typeof e=="function"))return e;if(e!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return MP(t)}function MP(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function Ev(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(Ev=function(){return!!t})()}function Ju(t){return Ju=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},Ju(t)}function qP(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&&Yd(t,e)}function Yd(t,e){return Yd=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,o){return n.__proto__=o,n},Yd(t,e)}function Dv(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 La(t){for(var e=1;e<arguments.length;e++){var r=arguments[e]!=null?arguments[e]:{};e%2?Dv(Object(r),!0).forEach(function(n){HP(t,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):Dv(Object(r)).forEach(function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(r,n))})}return t}function HP(t,e,r){return e=_v(e),e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}function ni(t){"@babel/helpers - typeof";return ni=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},ni(t)}function Xu(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function yv(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,_v(n.key),n)}}function Zu(t,e,r){return e&&yv(t.prototype,e),r&&yv(t,r),Object.defineProperty(t,"prototype",{writable:!1}),t}function _v(t){var e=VP(t,"string");return ni(e)=="symbol"?e:e+""}function VP(t,e){if(ni(t)!="object"||!t)return t;var r=t[Symbol.toPrimitive];if(r!==void 0){var n=r.call(t,e||"default");if(ni(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(t)}var ZV=Qu.default=(function(){function t(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};Xu(this,t),this._requestOptions=e}return Zu(t,[{key:"createRequest",value:function(r,n){return new zP(r,n,this._requestOptions)}},{key:"getName",value:function(){return"NodeHttpStack"}}])})(),zP=(function(){function t(e,r,n){Xu(this,t),this._method=e,this._url=r,this._headers={},this._request=null,this._progressHandler=function(){},this._requestOptions=n||{}}return Zu(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=La(La(La({},(0,jP.parse)(r._url)),r._requestOptions),{},{method:r._method,headers:La(La({},r._requestOptions.headers||{}),r._headers)});n!=null&&n.size&&(a.headers["Content-Length"]=n.size);var s=a.protocol==="https:"?BP:RP;r._request=s.request(a);var u=r._request;u.on("response",function(c){var l=[];c.on("data",function(f){l.push(f)}),c.on("end",function(){var f=Buffer.concat(l).toString("utf8");o(new GP(c,f))})}),u.on("error",function(c){i(c)}),n instanceof bv.Readable?n.pipe(new WP(r._progressHandler)).pipe(u):n instanceof Uint8Array?KP(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}}])})(),GP=(function(){function t(e,r){Xu(this,t),this._response=e,this._body=r}return Zu(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}}])})(),WP=(function(t){function e(r){var n;return Xu(this,e),n=LP(this,e),n._onprogress=(0,vv.default)(r,100,{leading:!0,trailing:!1}),n._position=0,n}return qP(e,t),Zu(e,[{key:"_transform",value:function(n,o,i){this._position+=n.length,this._onprogress(this._position),i(null,n)}}])})(bv.Transform),KP=function(e,r,n){n=(0,vv.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 Sv=x(Jd=>{"use strict";Jd.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};Jd.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
37
  `)}(!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(`
38
38
  `),u.splice(0,3),u.unshift(""),Error.stackTraceLimit=s,this.stack=u.join(`
39
39
  `),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=x((tz,Av)=>{"use strict";Av.exports=Zn;Zn.factory=Sv();var Qd=Zn("CustomError");Qd.order=Zn(Qd,{message:"Arguments out of order.",code:"EOARG"});function Zn(t,e,r,n){var o,i;return e=ec(arguments,1,Error,Fv,[Xd,tc]),r=ec(arguments,2,{},Xd,[tc]),n=ec(arguments,3,Zd,tc,[]),t=ec(arguments,0,e===Error?"Error":e.prototype.CustomError.name,YP,[Fv,Xd,tc]),i=e===Error,i&&n===Zd&&(n=Zn.factory.root),o=function(a,s){var u,c,l,f,d,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(Zn.factory).forEach(function(m){l[m]=function(b,D){Zn.factory[m].call(u,b,D,l)}}),f=this.CustomError.chain.length-1;f>=0;f--)d=this.CustomError.chain[f],d.factory!==Zd&&d.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 ec(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 Qd.order;return a!==-1?t[a]:r}function tc(t){return typeof t=="function"&&t!==Error&&!t.prototype.CustomError}function YP(t){return typeof t=="string"}function Fv(t){return typeof t=="function"&&(t===Error||t.prototype.CustomError)}function Xd(t){return t&&typeof t=="object"}function Zd(){}});var $v=x((rz,kv)=>{kv.exports=Ov()});var Bv=x((Qn,oi)=>{var JP=1/0,XP="[object Symbol]",Ua={function:!0,object:!0},ZP=Ua[typeof Qn]&&Qn&&!Qn.nodeType?Qn:void 0,QP=Ua[typeof oi]&&oi&&!oi.nodeType?oi:void 0,eT=rc(ZP&&QP&&typeof global=="object"&&global),tT=rc(Ua[typeof self]&&self),Pv=rc(Ua[typeof window]&&window),eh=rc(Ua[typeof Qn]&&Qn),rT=eT||Pv!==(eh&&eh.window)&&Pv||tT||eh||Function("return this")();function rc(t){return t&&t.Object===Object?t:null}var nT=Object.prototype,oT=nT.toString,Tv=rT.Symbol,Iv=Tv?Tv.prototype:void 0,Rv=Iv?Iv.toString:void 0;function iT(t){if(typeof t=="string")return t;if(sT(t))return Rv?Rv.call(t):"";var e=t+"";return e=="0"&&1/t==-JP?"-0":e}function aT(t){return!!t&&typeof t=="object"}function sT(t){return typeof t=="symbol"||aT(t)&&oT.call(t)==XP}oi.exports=iT});var Hv=x((eo,ii)=>{var uT=Bv(),cT="Expected a function",Nv="__lodash_hash_undefined__",lT="[object Function]",fT="[object GeneratorFunction]",pT=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]/g,dT=/[\\^$.*+?()[\]{}|]/g,hT=/\\(\\)?/g,mT=/^\[object .+?Constructor\]$/,qa={function:!0,object:!0},gT=qa[typeof eo]&&eo&&!eo.nodeType?eo:void 0,DT=qa[typeof ii]&&ii&&!ii.nodeType?ii:void 0,yT=nc(gT&&DT&&typeof global=="object"&&global),bT=nc(qa[typeof self]&&self),jv=nc(qa[typeof window]&&window),th=nc(qa[typeof eo]&&eo),vT=yT||jv!==(th&&th.window)&&jv||bT||th||Function("return this")();function nc(t){return t&&t.Object===Object?t:null}function wT(t){var e=!1;if(t!=null&&typeof t.toString!="function")try{e=!!(t+"")}catch{}return e}var CT=Array.prototype,Lv=Object.prototype,Uv=Function.prototype.toString,rh=Lv.hasOwnProperty,ET=Lv.toString,_T=RegExp("^"+Uv.call(rh).replace(dT,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),xT=CT.splice,ST=Mv(vT,"Map"),Ma=Mv(Object,"create");function to(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__=Ma?Ma(null):{}}function AT(t){return this.has(t)&&delete this.__data__[t]}function OT(t){var e=this.__data__;if(Ma){var r=e[t];return r===Nv?void 0:r}return rh.call(e,t)?e[t]:void 0}function kT(t){var e=this.__data__;return Ma?e[t]!==void 0:rh.call(e,t)}function $T(t,e){var r=this.__data__;return r[t]=Ma&&e===void 0?Nv:e,this}to.prototype.clear=FT;to.prototype.delete=AT;to.prototype.get=OT;to.prototype.has=kT;to.prototype.set=$T;function ai(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 PT(){this.__data__=[]}function TT(t){var e=this.__data__,r=oc(e,t);if(r<0)return!1;var n=e.length-1;return r==n?e.pop():xT.call(e,r,1),!0}function IT(t){var e=this.__data__,r=oc(e,t);return r<0?void 0:e[r][1]}function RT(t){return oc(this.__data__,t)>-1}function BT(t,e){var r=this.__data__,n=oc(r,t);return n<0?r.push([t,e]):r[n][1]=e,this}ai.prototype.clear=PT;ai.prototype.delete=TT;ai.prototype.get=IT;ai.prototype.has=RT;ai.prototype.set=BT;function ro(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 to,map:new(ST||ai),string:new to}}function NT(t){return ic(this,t).delete(t)}function LT(t){return ic(this,t).get(t)}function UT(t){return ic(this,t).has(t)}function MT(t,e){return ic(this,t).set(t,e),this}ro.prototype.clear=jT;ro.prototype.delete=NT;ro.prototype.get=LT;ro.prototype.has=UT;ro.prototype.set=MT;function oc(t,e){for(var r=t.length;r--;)if(zT(t[r][0],e))return r;return-1}function ic(t,e){var r=t.__data__;return qT(e)?r[typeof e=="string"?"string":"hash"]:r.map}function Mv(t,e){var r=t[e];return WT(r)?r:void 0}function qT(t){var e=typeof t;return e=="string"||e=="number"||e=="symbol"||e=="boolean"?t!=="__proto__":t===null}var HT=nh(function(t){var e=[];return KT(t).replace(pT,function(r,n,o,i){e.push(o?i.replace(hT,"$1"):n||r)}),e});function VT(t){if(t!=null){try{return Uv.call(t)}catch{}try{return t+""}catch{}}return""}function nh(t,e){if(typeof t!="function"||e&&typeof e!="function")throw new TypeError(cT);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(nh.Cache||ro),r}nh.Cache=ro;function zT(t,e){return t===e||t!==t&&e!==e}function GT(t){var e=qv(t)?ET.call(t):"";return e==lT||e==fT}function qv(t){var e=typeof t;return!!t&&(e=="object"||e=="function")}function WT(t){if(!qv(t))return!1;var e=GT(t)||wT(t)?_T:mT;return e.test(VT(t))}function KT(t){return t==null?"":uT(t)}ii.exports=HT});var bw=x((no,ui)=>{var YT=Hv(),JT=200,hh="__lodash_hash_undefined__",lc=1,ci=2,XT=1/0,Yv=9007199254740991,ac="[object Arguments]",ah="[object Array]",Jv="[object Boolean]",Xv="[object Date]",Zv="[object Error]",Qv="[object Function]",ZT="[object GeneratorFunction]",Ha="[object Map]",ew="[object Number]",si="[object Object]",Vv="[object Promise]",tw="[object RegExp]",Va="[object Set]",mh="[object String]",rw="[object Symbol]",sh="[object WeakMap]",nw="[object ArrayBuffer]",sc="[object DataView]",QT="[object Float32Array]",e6="[object Float64Array]",t6="[object Int8Array]",r6="[object Int16Array]",n6="[object Int32Array]",o6="[object Uint8Array]",i6="[object Uint8ClampedArray]",a6="[object Uint16Array]",s6="[object Uint32Array]",u6=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,c6=/^\w*$/,l6=/[\\^$.*+?()[\]{}|]/g,f6=/^\[object .+?Constructor\]$/,p6=/^(?:0|[1-9]\d*)$/,Ie={};Ie[QT]=Ie[e6]=Ie[t6]=Ie[r6]=Ie[n6]=Ie[o6]=Ie[i6]=Ie[a6]=Ie[s6]=!0;Ie[ac]=Ie[ah]=Ie[nw]=Ie[Jv]=Ie[sc]=Ie[Xv]=Ie[Zv]=Ie[Qv]=Ie[Ha]=Ie[ew]=Ie[si]=Ie[tw]=Ie[Va]=Ie[mh]=Ie[sh]=!1;var Ga={function:!0,object:!0},d6=Ga[typeof no]&&no&&!no.nodeType?no:void 0,h6=Ga[typeof ui]&&ui&&!ui.nodeType?ui:void 0,m6=fc(d6&&h6&&typeof global=="object"&&global),g6=fc(Ga[typeof self]&&self),zv=fc(Ga[typeof window]&&window),oh=fc(Ga[typeof no]&&no),ao=m6||zv!==(oh&&oh.window)&&zv||g6||oh||Function("return this")();function D6(t,e){for(var r=-1,n=t.length,o=Array(n);++r<n;)o[r]=e(t[r],r,t);return o}function y6(t,e){for(var r=-1,n=t.length;++r<n;)if(e(t[r],r,t))return!0;return!1}function b6(t,e){for(var r=-1,n=Array(t);++r<t;)n[r]=e(r);return n}function v6(t,e){return D6(e,function(r){return[r,t[r]]})}function fc(t){return t&&t.Object===Object?t:null}function uh(t){var e=!1;if(t!=null&&typeof t.toString!="function")try{e=!!(t+"")}catch{}return e}function ow(t){var e=-1,r=Array(t.size);return t.forEach(function(n,o){r[++e]=[o,n]}),r}function w6(t){var e=-1,r=Array(t.size);return t.forEach(function(n){r[++e]=n}),r}function C6(t){var e=-1,r=Array(t.size);return t.forEach(function(n){r[++e]=[n,n]}),r}var E6=Array.prototype,pc=Object.prototype,iw=Function.prototype.toString,oo=pc.hasOwnProperty,so=pc.toString,_6=RegExp("^"+iw.call(oo).replace(l6,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),Gv=ao.Symbol,Wv=ao.Uint8Array,x6=pc.propertyIsEnumerable,S6=E6.splice,F6=Object.getPrototypeOf,A6=Object.keys,ch=li(ao,"DataView"),uc=li(ao,"Map"),lh=li(ao,"Promise"),fh=li(ao,"Set"),ph=li(ao,"WeakMap"),za=li(Object,"create"),O6=co(ch),k6=co(uc),$6=co(lh),P6=co(fh),T6=co(ph),Kv=Gv?Gv.prototype:void 0,ih=Kv?Kv.valueOf:void 0;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 I6(){this.__data__=za?za(null):{}}function R6(t){return this.has(t)&&delete this.__data__[t]}function B6(t){var e=this.__data__;if(za){var r=e[t];return r===hh?void 0:r}return oo.call(e,t)?e[t]:void 0}function j6(t){var e=this.__data__;return za?e[t]!==void 0:oo.call(e,t)}function N6(t,e){var r=this.__data__;return r[t]=za&&e===void 0?hh:e,this}io.prototype.clear=I6;io.prototype.delete=R6;io.prototype.get=B6;io.prototype.has=j6;io.prototype.set=N6;function Yr(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 L6(){this.__data__=[]}function U6(t){var e=this.__data__,r=dc(e,t);if(r<0)return!1;var n=e.length-1;return r==n?e.pop():S6.call(e,r,1),!0}function M6(t){var e=this.__data__,r=dc(e,t);return r<0?void 0:e[r][1]}function q6(t){return dc(this.__data__,t)>-1}function H6(t,e){var r=this.__data__,n=dc(r,t);return n<0?r.push([t,e]):r[n][1]=e,this}Yr.prototype.clear=L6;Yr.prototype.delete=U6;Yr.prototype.get=M6;Yr.prototype.has=q6;Yr.prototype.set=H6;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 V6(){this.__data__={hash:new io,map:new(uc||Yr),string:new io}}function z6(t){return hc(this,t).delete(t)}function G6(t){return hc(this,t).get(t)}function W6(t){return hc(this,t).has(t)}function K6(t,e){return hc(this,t).set(t,e),this}uo.prototype.clear=V6;uo.prototype.delete=z6;uo.prototype.get=G6;uo.prototype.has=W6;uo.prototype.set=K6;function cc(t){var e=-1,r=t?t.length:0;for(this.__data__=new uo;++e<r;)this.add(t[e])}function Y6(t){return this.__data__.set(t,hh),this}function J6(t){return this.__data__.has(t)}cc.prototype.add=cc.prototype.push=Y6;cc.prototype.has=J6;function Kr(t){this.__data__=new Yr(t)}function X6(){this.__data__=new Yr}function Z6(t){return this.__data__.delete(t)}function Q6(t){return this.__data__.get(t)}function e8(t){return this.__data__.has(t)}function t8(t,e){var r=this.__data__;return r instanceof Yr&&r.__data__.length==JT&&(r=this.__data__=new uo(r.__data__)),r.set(t,e),this}Kr.prototype.clear=X6;Kr.prototype.delete=Z6;Kr.prototype.get=Q6;Kr.prototype.has=e8;Kr.prototype.set=t8;function dc(t,e){for(var r=t.length;r--;)if(v8(t[r][0],e))return r;return-1}function aw(t,e){e=mc(e,t)?[e]:cw(e);for(var r=0,n=e.length;t!=null&&r<n;)t=t[gc(e[r++])];return r&&r==n?t:void 0}function sw(t,e){return oo.call(t,e)||typeof t=="object"&&e in t&&m8(t)===null}function r8(t,e){return e in Object(t)}function gh(t,e,r,n,o){return t===e?!0:t==null||e==null||!yc(t)&&!Wa(e)?t!==t&&e!==e:n8(t,e,gh,r,n,o)}function n8(t,e,r,n,o,i){var a=bn(t),s=bn(e),u=ah,c=ah;a||(u=Wr(t),u=u==ac?si:u),s||(c=Wr(e),c=c==ac?si:c);var l=u==si&&!uh(t),f=c==si&&!uh(e),d=u==c;if(d&&!l)return i||(i=new Kr),a||E8(t)?lw(t,e,r,n,o,i):f8(t,e,u,r,n,o,i);if(!(o&ci)){var h=l&&oo.call(t,"__wrapped__"),m=f&&oo.call(e,"__wrapped__");if(h||m){var b=h?t.value():t,D=m?e.value():e;return i||(i=new Kr),r(b,D,n,o,i)}}return d?(i||(i=new Kr),p8(t,e,r,n,o,i)):!1}function o8(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 f=new Kr;if(n)var d=n(c,l,u,t,e,f);if(!(d===void 0?gh(l,c,n,lc|ci,f):d))return!1}}return!0}function i8(t){return typeof t=="function"?t:t==null?F8:typeof t=="object"?bn(t)?u8(t[0],t[1]):s8(t):A8(t)}function a8(t){return A6(Object(t))}function s8(t){var e=h8(t);return e.length==1&&e[0][2]?dw(e[0][0],e[0][1]):function(r){return r===t||o8(r,t,e)}}function u8(t,e){return mc(t)&&pw(e)?dw(gc(t),e):function(r){var n=_8(r,t);return n===void 0&&n===e?x8(r,t):gh(e,n,void 0,lc|ci)}}function uw(t){return function(e){return e?.[t]}}function c8(t){return function(e){return aw(e,t)}}function cw(t){return bn(t)?t:YT(t)}function l8(t){return function(e){var r=Wr(e);return r==Ha?ow(e):r==Va?C6(e):v6(e,t(e))}}function lw(t,e,r,n,o,i){var a=o&ci,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,f=!0,d=o&lc?new cc: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;f=!1;break}if(d){if(!y6(e,function(D,C){if(!d.has(C)&&(h===D||r(h,D,n,o,i)))return d.add(C)})){f=!1;break}}else if(!(h===m||r(h,m,n,o,i))){f=!1;break}}return i.delete(t),f}function f8(t,e,r,n,o,i,a){switch(r){case sc:if(t.byteLength!=e.byteLength||t.byteOffset!=e.byteOffset)return!1;t=t.buffer,e=e.buffer;case nw:return!(t.byteLength!=e.byteLength||!n(new Wv(t),new Wv(e)));case Jv:case Xv:return+t==+e;case Zv:return t.name==e.name&&t.message==e.message;case ew:return t!=+t?e!=+e:t==+e;case tw:case mh:return t==e+"";case Ha:var s=ow;case Va:var u=i&ci;if(s||(s=w6),t.size!=e.size&&!u)return!1;var c=a.get(t);return c?c==e:(i|=lc,a.set(t,e),lw(s(t),s(e),n,o,i,a));case rw:if(ih)return ih.call(t)==ih.call(e)}return!1}function p8(t,e,r,n,o,i){var a=o&ci,s=dh(t),u=s.length,c=dh(e),l=c.length;if(u!=l&&!a)return!1;for(var f=u;f--;){var d=s[f];if(!(a?d in e:sw(e,d)))return!1}var h=i.get(t);if(h)return h==e;var m=!0;i.set(t,e);for(var b=a;++f<u;){d=s[f];var D=t[d],C=e[d];if(n)var E=a?n(C,D,d,e,t,i):n(D,C,d,t,e,i);if(!(E===void 0?D===C||r(D,C,n,o,i):E)){m=!1;break}b||(b=d=="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 d8=uw("length");function hc(t,e){var r=t.__data__;return y8(e)?r[typeof e=="string"?"string":"hash"]:r.map}function h8(t){for(var e=S8(t),r=e.length;r--;)e[r][2]=pw(e[r][1]);return e}function li(t,e){var r=t[e];return C8(r)?r:void 0}function m8(t){return F6(Object(t))}function Wr(t){return so.call(t)}(ch&&Wr(new ch(new ArrayBuffer(1)))!=sc||uc&&Wr(new uc)!=Ha||lh&&Wr(lh.resolve())!=Vv||fh&&Wr(new fh)!=Va||ph&&Wr(new ph)!=sh)&&(Wr=function(t){var e=so.call(t),r=e==si?t.constructor:void 0,n=r?co(r):void 0;if(n)switch(n){case O6:return sc;case k6:return Ha;case $6:return Vv;case P6:return Va;case T6:return sh}return e});function g8(t,e,r){e=mc(e,t)?[e]:cw(e);for(var n,o=-1,a=e.length;++o<a;){var i=gc(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&&Dc(a)&&fw(i,a)&&(bn(t)||Dw(t)||hw(t))}function D8(t){var e=t?t.length:void 0;return Dc(e)&&(bn(t)||Dw(t)||hw(t))?b6(e,String):null}function fw(t,e){return e=e??Yv,!!e&&(typeof t=="number"||p6.test(t))&&t>-1&&t%1==0&&t<e}function mc(t,e){if(bn(t))return!1;var r=typeof t;return r=="number"||r=="symbol"||r=="boolean"||t==null||yw(t)?!0:c6.test(t)||!u6.test(t)||e!=null&&t in Object(e)}function y8(t){var e=typeof t;return e=="string"||e=="number"||e=="symbol"||e=="boolean"?t!=="__proto__":t===null}function b8(t){var e=t&&t.constructor,r=typeof e=="function"&&e.prototype||pc;return t===r}function pw(t){return t===t&&!yc(t)}function dw(t,e){return function(r){return r==null?!1:r[t]===e&&(e!==void 0||t in Object(r))}}function gc(t){if(typeof t=="string"||yw(t))return t;var e=t+"";return e=="0"&&1/t==-XT?"-0":e}function co(t){if(t!=null){try{return iw.call(t)}catch{}try{return t+""}catch{}}return""}function v8(t,e){return t===e||t!==t&&e!==e}function hw(t){return w8(t)&&oo.call(t,"callee")&&(!x6.call(t,"callee")||so.call(t)==ac)}var bn=Array.isArray;function mw(t){return t!=null&&Dc(d8(t))&&!gw(t)}function w8(t){return Wa(t)&&mw(t)}function gw(t){var e=yc(t)?so.call(t):"";return e==Qv||e==ZT}function Dc(t){return typeof t=="number"&&t>-1&&t%1==0&&t<=Yv}function yc(t){var e=typeof t;return!!t&&(e=="object"||e=="function")}function Wa(t){return!!t&&typeof t=="object"}function C8(t){if(!yc(t))return!1;var e=gw(t)||uh(t)?_6:f6;return e.test(co(t))}function Dw(t){return typeof t=="string"||!bn(t)&&Wa(t)&&so.call(t)==mh}function yw(t){return typeof t=="symbol"||Wa(t)&&so.call(t)==rw}function E8(t){return Wa(t)&&Dc(t.length)&&!!Ie[so.call(t)]}function _8(t,e,r){var n=t==null?void 0:aw(t,e);return n===void 0?r:n}function x8(t,e){return t!=null&&g8(t,e,r8)}function dh(t){var e=b8(t);if(!(e||mw(t)))return a8(t);var r=D8(t),n=!!r,o=r||[],i=o.length;for(var a in t)sw(t,a)&&!(n&&(a=="length"||fw(a,i)))&&!(e&&a=="constructor")&&o.push(a);return o}var S8=l8(dh);function F8(t){return t}function A8(t){return mc(t)?uw(gc(t)):c8(t)}ui.exports=i8});var _w=x((lo,fi)=>{var O8=1/0,k8="[object Function]",$8="[object GeneratorFunction]",P8=/[\\^$.*+?()[\]{}|]/g,T8=/^\[object .+?Constructor\]$/,Ka={function:!0,object:!0},I8=Ka[typeof lo]&&lo&&!lo.nodeType?lo:void 0,R8=Ka[typeof fi]&&fi&&!fi.nodeType?fi:void 0,B8=bc(I8&&R8&&typeof global=="object"&&global),j8=bc(Ka[typeof self]&&self),vw=bc(Ka[typeof window]&&window),Dh=bc(Ka[typeof lo]&&lo),N8=B8||vw!==(Dh&&Dh.window)&&vw||j8||Dh||Function("return this")();function bc(t){return t&&t.Object===Object?t:null}function L8(t){var e=!1;if(t!=null&&typeof t.toString!="function")try{e=!!(t+"")}catch{}return e}function U8(t){var e=-1,r=Array(t.size);return t.forEach(function(n){r[++e]=n}),r}var ww=Object.prototype,Cw=Function.prototype.toString,M8=ww.hasOwnProperty,q8=ww.toString,H8=RegExp("^"+Cw.call(M8).replace(P8,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),yh=z8(N8,"Set"),V8=yh&&1/U8(new yh([,-0]))[1]==O8?function(t){return new yh(t)}:Y8;function z8(t,e){var r=t[e];return K8(r)?r:void 0}function G8(t){if(t!=null){try{return Cw.call(t)}catch{}try{return t+""}catch{}}return""}function W8(t){var e=Ew(t)?q8.call(t):"";return e==k8||e==$8}function Ew(t){var e=typeof t;return!!t&&(e=="object"||e=="function")}function K8(t){if(!Ew(t))return!1;var e=W8(t)||L8(t)?H8:T8;return e.test(G8(t))}function Y8(){}fi.exports=V8});var Sw=x((fo,pi)=>{var Ya={function:!0,object:!0},J8=Ya[typeof fo]&&fo&&!fo.nodeType?fo:void 0,X8=Ya[typeof pi]&&pi&&!pi.nodeType?pi:void 0,Z8=vc(J8&&X8&&typeof global=="object"&&global),Q8=vc(Ya[typeof self]&&self),xw=vc(Ya[typeof window]&&window),bh=vc(Ya[typeof fo]&&fo),eI=Z8||xw!==(bh&&bh.window)&&xw||Q8||bh||Function("return this")();function vc(t){return t&&t.Object===Object?t:null}pi.exports=eI});var Pw=x((nz,$w)=>{var tI=_w(),rI=Sw(),nI=200,vh="__lodash_hash_undefined__",oI="[object Function]",iI="[object GeneratorFunction]",aI=/[\\^$.*+?()[\]{}|]/g,sI=/^\[object .+?Constructor\]$/;function uI(t,e){return!!t.length&&lI(t,e,0)>-1}function cI(t,e,r){for(var n=-1,o=t.length;++n<o;)if(r(e,t[n]))return!0;return!1}function lI(t,e,r){if(e!==e)return pI(t,r);for(var n=r-1,o=t.length;++n<o;)if(t[n]===e)return n;return-1}function fI(t,e){return t.has(e)}function pI(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 dI(t){var e=!1;if(t!=null&&typeof t.toString!="function")try{e=!!(t+"")}catch{}return e}function hI(t){var e=-1,r=Array(t.size);return t.forEach(function(n){r[++e]=n}),r}var mI=Array.prototype,Fw=Object.prototype,Aw=Function.prototype.toString,wh=Fw.hasOwnProperty,gI=Fw.toString,DI=RegExp("^"+Aw.call(wh).replace(aI,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),yI=mI.splice,bI=Ow(rI,"Map"),Ja=Ow(Object,"create");function po(t){var e=-1,r=t?t.length:0;for(this.clear();++e<r;){var n=t[e];this.set(n[0],n[1])}}function vI(){this.__data__=Ja?Ja(null):{}}function wI(t){return this.has(t)&&delete this.__data__[t]}function CI(t){var e=this.__data__;if(Ja){var r=e[t];return r===vh?void 0:r}return wh.call(e,t)?e[t]:void 0}function EI(t){var e=this.__data__;return Ja?e[t]!==void 0:wh.call(e,t)}function _I(t,e){var r=this.__data__;return r[t]=Ja&&e===void 0?vh:e,this}po.prototype.clear=vI;po.prototype.delete=wI;po.prototype.get=CI;po.prototype.has=EI;po.prototype.set=_I;function di(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 xI(){this.__data__=[]}function SI(t){var e=this.__data__,r=Cc(e,t);if(r<0)return!1;var n=e.length-1;return r==n?e.pop():yI.call(e,r,1),!0}function FI(t){var e=this.__data__,r=Cc(e,t);return r<0?void 0:e[r][1]}function AI(t){return Cc(this.__data__,t)>-1}function OI(t,e){var r=this.__data__,n=Cc(r,t);return n<0?r.push([t,e]):r[n][1]=e,this}di.prototype.clear=xI;di.prototype.delete=SI;di.prototype.get=FI;di.prototype.has=AI;di.prototype.set=OI;function hi(t){var e=-1,r=t?t.length:0;for(this.clear();++e<r;){var n=t[e];this.set(n[0],n[1])}}function kI(){this.__data__={hash:new po,map:new(bI||di),string:new po}}function $I(t){return Ec(this,t).delete(t)}function PI(t){return Ec(this,t).get(t)}function TI(t){return Ec(this,t).has(t)}function II(t,e){return Ec(this,t).set(t,e),this}hi.prototype.clear=kI;hi.prototype.delete=$I;hi.prototype.get=PI;hi.prototype.has=TI;hi.prototype.set=II;function wc(t){var e=-1,r=t?t.length:0;for(this.__data__=new hi;++e<r;)this.add(t[e])}function RI(t){return this.__data__.set(t,vh),this}function BI(t){return this.__data__.has(t)}wc.prototype.add=wc.prototype.push=RI;wc.prototype.has=BI;function Cc(t,e){for(var r=t.length;r--;)if(UI(t[r][0],e))return r;return-1}function jI(t,e,r){var n=-1,o=uI,i=t.length,a=!0,s=[],u=s;if(r)a=!1,o=cI;else if(i>=nI){var c=e?null:tI(t);if(c)return hI(c);a=!1,o=fI,u=new wc}else u=e?[]:s;e:for(;++n<i;){var l=t[n],f=e?e(l):l;if(l=r||l!==0?l:0,a&&f===f){for(var d=u.length;d--;)if(u[d]===f)continue e;e&&u.push(f),s.push(l)}else o(u,f,r)||(u!==s&&u.push(f),s.push(l))}return s}function Ec(t,e){var r=t.__data__;return NI(e)?r[typeof e=="string"?"string":"hash"]:r.map}function Ow(t,e){var r=t[e];return qI(r)?r:void 0}function NI(t){var e=typeof t;return e=="string"||e=="number"||e=="symbol"||e=="boolean"?t!=="__proto__":t===null}function LI(t){if(t!=null){try{return Aw.call(t)}catch{}try{return t+""}catch{}}return""}function UI(t,e){return t===e||t!==t&&e!==e}function MI(t){var e=kw(t)?gI.call(t):"";return e==oI||e==iI}function kw(t){var e=typeof t;return!!t&&(e=="object"||e=="function")}function qI(t){if(!kw(t))return!1;var e=MI(t)||dI(t)?DI:sI;return e.test(LI(t))}$w.exports=jI});var Iw=x((oz,Tw)=>{var HI=bw(),VI=Pw();function zI(t,e){return t&&t.length?VI(t,HI(e)):[]}Tw.exports=zI});var Bw=x((iz,Rw)=>{"use strict";var GI=$v(),WI=Iw(),KI=GI("MultiError");Rw.exports=Ch;function Ch(t){if(!(this instanceof Ch))return new Ch(t);if(t=Array.isArray(t)?t:[t],t=WI(t,function(r){return r.stack}),t.length===1)return t[0];var e=new KI({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(`
@@ -41,7 +41,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
41
41
  `)}),e.__defineSetter__("stack",function(r){return[r].concat(e.stack).join(`
42
42
 
43
43
  `)}),e}});var Nw=x((az,jw)=>{var vn=require("constants"),YI=process.cwd,_c=null,JI=process.env.GRACEFUL_FS_PLATFORM||process.platform;process.cwd=function(){return _c||(_c=YI.call(process)),_c};try{process.cwd()}catch{}typeof process.chdir=="function"&&(Eh=process.chdir,process.chdir=function(t){_c=null,Eh.call(process,t)},Object.setPrototypeOf&&Object.setPrototypeOf(process.chdir,Eh));var Eh;jw.exports=XI;function XI(t){vn.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,f,d){d&&process.nextTick(d)},t.lchmodSync=function(){}),t.chown&&!t.lchown&&(t.lchown=function(l,f,d,h){h&&process.nextTick(h)},t.lchownSync=function(){}),JI==="win32"&&(t.rename=typeof t.rename!="function"?t.rename:(function(l){function f(d,h,m){var b=Date.now(),D=0;l(d,h,function C(E){if(E&&(E.code==="EACCES"||E.code==="EPERM"||E.code==="EBUSY")&&Date.now()-b<6e4){setTimeout(function(){t.stat(h,function(g,_){g&&g.code==="ENOENT"?l(d,h,C):m(E)})},D),D<100&&(D+=10);return}m&&m(E)})}return Object.setPrototypeOf&&Object.setPrototypeOf(f,l),f})(t.rename)),t.read=typeof t.read!="function"?t.read:(function(l){function f(d,h,m,b,D,C){var E;if(C&&typeof C=="function"){var g=0;E=function(_,S,T){if(_&&_.code==="EAGAIN"&&g<10)return g++,l.call(t,d,h,m,b,D,E);C.apply(this,arguments)}}return l.call(t,d,h,m,b,D,E)}return Object.setPrototypeOf&&Object.setPrototypeOf(f,l),f})(t.read),t.readSync=typeof t.readSync!="function"?t.readSync:(function(l){return function(f,d,h,m,b){for(var D=0;;)try{return l.call(t,f,d,h,m,b)}catch(C){if(C.code==="EAGAIN"&&D<10){D++;continue}throw C}}})(t.readSync);function e(l){l.lchmod=function(f,d,h){l.open(f,vn.O_WRONLY|vn.O_SYMLINK,d,function(m,b){if(m){h&&h(m);return}l.fchmod(b,d,function(D){l.close(b,function(C){h&&h(D||C)})})})},l.lchmodSync=function(f,d){var h=l.openSync(f,vn.O_WRONLY|vn.O_SYMLINK,d),m=!0,b;try{b=l.fchmodSync(h,d),m=!1}finally{if(m)try{l.closeSync(h)}catch{}else l.closeSync(h)}return b}}function r(l){vn.hasOwnProperty("O_SYMLINK")&&l.futimes?(l.lutimes=function(f,d,h,m){l.open(f,vn.O_SYMLINK,function(b,D){if(b){m&&m(b);return}l.futimes(D,d,h,function(C){l.close(D,function(E){m&&m(C||E)})})})},l.lutimesSync=function(f,d,h){var m=l.openSync(f,vn.O_SYMLINK),b,D=!0;try{b=l.futimesSync(m,d,h),D=!1}finally{if(D)try{l.closeSync(m)}catch{}else l.closeSync(m)}return b}):l.futimes&&(l.lutimes=function(f,d,h,m){m&&process.nextTick(m)},l.lutimesSync=function(){})}function n(l){return l&&function(f,d,h){return l.call(t,f,d,function(m){c(m)&&(m=null),h&&h.apply(this,arguments)})}}function o(l){return l&&function(f,d){try{return l.call(t,f,d)}catch(h){if(!c(h))throw h}}}function i(l){return l&&function(f,d,h,m){return l.call(t,f,d,h,function(b){c(b)&&(b=null),m&&m.apply(this,arguments)})}}function a(l){return l&&function(f,d,h){try{return l.call(t,f,d,h)}catch(m){if(!c(m))throw m}}}function s(l){return l&&function(f,d,h){typeof d=="function"&&(h=d,d=null);function m(b,D){D&&(D.uid<0&&(D.uid+=4294967296),D.gid<0&&(D.gid+=4294967296)),h&&h.apply(this,arguments)}return d?l.call(t,f,d,m):l.call(t,f,m)}}function u(l){return l&&function(f,d){var h=d?l.call(t,f,d):l.call(t,f);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 f=!process.getuid||process.getuid()!==0;return!!(f&&(l.code==="EINVAL"||l.code==="EPERM"))}}});var Mw=x((sz,Uw)=>{var Lw=require("stream").Stream;Uw.exports=ZI;function ZI(t){return{ReadStream:e,WriteStream:r};function e(n,o){if(!(this instanceof e))return new e(n,o);Lw.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,f){if(l){i.emit("error",l),i.readable=!1;return}i.fd=f,i.emit("open",f),i._read()})}function r(n,o){if(!(this instanceof r))return new r(n,o);Lw.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 Hw=x((uz,qw)=>{"use strict";qw.exports=eR;var QI=Object.getPrototypeOf||function(t){return t.__proto__};function eR(t){if(t===null||typeof t!="object")return t;if(t instanceof Object)var e={__proto__:QI(t)};else var e=Object.create(null);return Object.getOwnPropertyNames(t).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(t,r))}),e}});var wn=x((cz,Sh)=>{var He=require("fs"),tR=Nw(),rR=Mw(),nR=Hw(),xc=require("util"),ht,Fc;typeof Symbol=="function"&&typeof Symbol.for=="function"?(ht=Symbol.for("graceful-fs.queue"),Fc=Symbol.for("graceful-fs.previous")):(ht="___graceful-fs.queue",Fc="___graceful-fs.previous");function oR(){}function Gw(t,e){Object.defineProperty(t,ht,{get:function(){return e}})}var ho=oR;xc.debuglog?ho=xc.debuglog("gfs4"):/\bgfs4\b/i.test(process.env.NODE_DEBUG||"")&&(ho=function(){var t=xc.format.apply(xc,arguments);t="GFS4: "+t.split(/\n/).join(`
44
- GFS4: `),console.error(t)});He[ht]||(Vw=global[ht]||[],Gw(He,Vw),He.close=(function(t){function e(r,n){return t.call(He,r,function(o){o||zw(),typeof n=="function"&&n.apply(this,arguments)})}return Object.defineProperty(e,Fc,{value:t}),e})(He.close),He.closeSync=(function(t){function e(r){t.apply(He,arguments),zw()}return Object.defineProperty(e,Fc,{value:t}),e})(He.closeSync),/\bgfs4\b/i.test(process.env.NODE_DEBUG||"")&&process.on("exit",function(){ho(He[ht]),require("assert").equal(He[ht].length,0)}));var Vw;global[ht]||Gw(global,He[ht]);Sh.exports=_h(nR(He));process.env.TEST_GRACEFUL_FS_GLOBAL_PATCH&&!He.__patched&&(Sh.exports=_h(He),He.__patched=!0);function _h(t){tR(t),t.gracefulify=_h,t.createReadStream=S,t.createWriteStream=T;var e=t.readFile;t.readFile=r;function r(R,N,A){return typeof N=="function"&&(A=N,N=null),U(R,N,A);function U(M,Q,$,y){return e(M,Q,function(v){v&&(v.code==="EMFILE"||v.code==="ENFILE")?mi([U,[M,Q,$],v,y||Date.now(),Date.now()]):typeof $=="function"&&$.apply(this,arguments)})}}var n=t.writeFile;t.writeFile=o;function o(R,N,A,U){return typeof A=="function"&&(U=A,A=null),M(R,N,A,U);function M(Q,$,y,v,w){return n(Q,$,y,function(F){F&&(F.code==="EMFILE"||F.code==="ENFILE")?mi([M,[Q,$,y,v],F,w||Date.now(),Date.now()]):typeof v=="function"&&v.apply(this,arguments)})}}var i=t.appendFile;i&&(t.appendFile=a);function a(R,N,A,U){return typeof A=="function"&&(U=A,A=null),M(R,N,A,U);function M(Q,$,y,v,w){return i(Q,$,y,function(F){F&&(F.code==="EMFILE"||F.code==="ENFILE")?mi([M,[Q,$,y,v],F,w||Date.now(),Date.now()]):typeof v=="function"&&v.apply(this,arguments)})}}var s=t.copyFile;s&&(t.copyFile=u);function u(R,N,A,U){return typeof A=="function"&&(U=A,A=0),M(R,N,A,U);function M(Q,$,y,v,w){return s(Q,$,y,function(F){F&&(F.code==="EMFILE"||F.code==="ENFILE")?mi([M,[Q,$,y,v],F,w||Date.now(),Date.now()]):typeof v=="function"&&v.apply(this,arguments)})}}var c=t.readdir;t.readdir=f;var l=/^v[0-5]\./;function f(R,N,A){typeof N=="function"&&(A=N,N=null);var U=l.test(process.version)?function($,y,v,w){return c($,M($,y,v,w))}:function($,y,v,w){return c($,y,M($,y,v,w))};return U(R,N,A);function M(Q,$,y,v){return function(w,F){w&&(w.code==="EMFILE"||w.code==="ENFILE")?mi([U,[Q,$,y],w,v||Date.now(),Date.now()]):(F&&F.sort&&F.sort(),typeof y=="function"&&y.call(this,w,F))}}}if(process.version.substr(0,4)==="v0.8"){var d=rR(t);C=d.ReadStream,g=d.WriteStream}var h=t.ReadStream;h&&(C.prototype=Object.create(h.prototype),C.prototype.open=E);var m=t.WriteStream;m&&(g.prototype=Object.create(m.prototype),g.prototype.open=_),Object.defineProperty(t,"ReadStream",{get:function(){return C},set:function(R){C=R},enumerable:!0,configurable:!0}),Object.defineProperty(t,"WriteStream",{get:function(){return g},set:function(R){g=R},enumerable:!0,configurable:!0});var b=C;Object.defineProperty(t,"FileReadStream",{get:function(){return b},set:function(R){b=R},enumerable:!0,configurable:!0});var D=g;Object.defineProperty(t,"FileWriteStream",{get:function(){return D},set:function(R){D=R},enumerable:!0,configurable:!0});function C(R,N){return this instanceof C?(h.apply(this,arguments),this):C.apply(Object.create(C.prototype),arguments)}function E(){var R=this;B(R.path,R.flags,R.mode,function(N,A){N?(R.autoClose&&R.destroy(),R.emit("error",N)):(R.fd=A,R.emit("open",A),R.read())})}function g(R,N){return this instanceof g?(m.apply(this,arguments),this):g.apply(Object.create(g.prototype),arguments)}function _(){var R=this;B(R.path,R.flags,R.mode,function(N,A){N?(R.destroy(),R.emit("error",N)):(R.fd=A,R.emit("open",A))})}function S(R,N){return new t.ReadStream(R,N)}function T(R,N){return new t.WriteStream(R,N)}var O=t.open;t.open=B;function B(R,N,A,U){return typeof A=="function"&&(U=A,A=null),M(R,N,A,U);function M(Q,$,y,v,w){return O(Q,$,y,function(F,I){F&&(F.code==="EMFILE"||F.code==="ENFILE")?mi([M,[Q,$,y,v],F,w||Date.now(),Date.now()]):typeof v=="function"&&v.apply(this,arguments)})}}return t}function mi(t){ho("ENQUEUE",t[0].name,t[1]),He[ht].push(t),xh()}var Sc;function zw(){for(var t=Date.now(),e=0;e<He[ht].length;++e)He[ht][e].length>2&&(He[ht][e][3]=t,He[ht][e][4]=t);xh()}function xh(){if(clearTimeout(Sc),Sc=void 0,He[ht].length!==0){var t=He[ht].shift(),e=t[0],r=t[1],n=t[2],o=t[3],i=t[4];if(o===void 0)ho("RETRY",e.name,r),e.apply(null,r);else if(Date.now()-o>=6e4){ho("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?(ho("RETRY",e.name,r),e.apply(null,r.concat([o]))):He[ht].push(t)}Sc===void 0&&(Sc=setTimeout(xh,0))}}});var Kw=x((lz,Ww)=>{function nr(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))}Ww.exports=nr;nr.prototype.reset=function(){this._attempts=1,this._timeouts=this._originalTimeouts};nr.prototype.stop=function(){this._timeout&&clearTimeout(this._timeout),this._timeouts=[],this._cachedTimeouts=null};nr.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};nr.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)};nr.prototype.try=function(t){console.log("Using RetryOperation.try() is deprecated"),this.attempt(t)};nr.prototype.start=function(t){console.log("Using RetryOperation.start() is deprecated"),this.attempt(t)};nr.prototype.start=nr.prototype.try;nr.prototype.errors=function(){return this._errors};nr.prototype.attempts=function(){return this._attempts};nr.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 Yw=x(mo=>{var iR=Kw();mo.operation=function(t){var e=mo.timeouts(t);return new iR(e,{forever:t&&t.forever,unref:t&&t.unref,maxRetryTime:t&&t.maxRetryTime})};mo.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};mo.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};mo.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=mo.operation(e),l=Array.prototype.slice.call(arguments,1),f=l.pop();l.push(function(d){c.retry(d)||(d&&(arguments[0]=c.mainError()),f.apply(this,arguments))}),c.attempt(function(){u.apply(t,l)})}.bind(t,a),t[i].options=e}}});var Xw=x((pz,Jw)=>{Jw.exports=Yw()});var Zw=x((dz,Ac)=>{Ac.exports=["SIGABRT","SIGALRM","SIGHUP","SIGINT","SIGTERM"];process.platform!=="win32"&&Ac.exports.push("SIGVTALRM","SIGXCPU","SIGXFSZ","SIGUSR2","SIGTRAP","SIGSYS","SIGQUIT","SIGIOT");process.platform==="linux"&&Ac.exports.push("SIGIO","SIGPOLL","SIGPWR","SIGSTKFLT","SIGUNUSED")});var Oh=x((hz,yi)=>{var je=global.process,go=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"};go(je)?(Qw=require("assert"),gi=Zw(),eC=/^win/i.test(je.platform),Xa=require("events"),typeof Xa!="function"&&(Xa=Xa.EventEmitter),je.__signal_exit_emitter__?rt=je.__signal_exit_emitter__:(rt=je.__signal_exit_emitter__=new Xa,rt.count=0,rt.emitted={}),rt.infinite||(rt.setMaxListeners(1/0),rt.infinite=!0),yi.exports=function(t,e){if(!go(global.process))return function(){};Qw.equal(typeof t,"function","a callback must be provided for exit handler"),Di===!1&&Fh();var r="exit";e&&e.alwaysLast&&(r="afterexit");var n=function(){rt.removeListener(r,t),rt.listeners("exit").length===0&&rt.listeners("afterexit").length===0&&Oc()};return rt.on(r,t),n},Oc=function(){!Di||!go(global.process)||(Di=!1,gi.forEach(function(e){try{je.removeListener(e,kc[e])}catch{}}),je.emit=$c,je.reallyExit=Ah,rt.count-=1)},yi.exports.unload=Oc,Do=function(e,r,n){rt.emitted[e]||(rt.emitted[e]=!0,rt.emit(e,r,n))},kc={},gi.forEach(function(t){kc[t]=function(){if(go(global.process)){var r=je.listeners(t);r.length===rt.count&&(Oc(),Do("exit",null,t),Do("afterexit",null,t),eC&&t==="SIGHUP"&&(t="SIGINT"),je.kill(je.pid,t))}}}),yi.exports.signals=function(){return gi},Di=!1,Fh=function(){Di||!go(global.process)||(Di=!0,rt.count+=1,gi=gi.filter(function(e){try{return je.on(e,kc[e]),!0}catch{return!1}}),je.emit=rC,je.reallyExit=tC)},yi.exports.load=Fh,Ah=je.reallyExit,tC=function(e){go(global.process)&&(je.exitCode=e||0,Do("exit",je.exitCode,null),Do("afterexit",je.exitCode,null),Ah.call(je,je.exitCode))},$c=je.emit,rC=function(e,r){if(e==="exit"&&go(global.process)){r!==void 0&&(je.exitCode=r);var n=$c.apply(this,arguments);return Do("exit",je.exitCode,null),Do("afterexit",je.exitCode,null),n}else return $c.apply(this,arguments)}):yi.exports=function(){return function(){}};var Qw,gi,eC,Xa,rt,Oc,Do,kc,Di,Fh,Ah,tC,$c,rC});var oC=x((mz,kh)=>{"use strict";var nC=Symbol();function aR(t,e,r){let n=e[nC];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,nC,{value:u}),r(null,s.mtime,u)})})}function sR(t){let e=Date.now();return t==="s"&&(e=Math.ceil(e/1e3)*1e3),new Date(e)}kh.exports.probe=aR;kh.exports.getMtime=sR});var cC=x((gz,Qa)=>{"use strict";var uR=require("path"),Th=wn(),cR=Xw(),lR=Oh(),iC=oC(),Jr={};function Za(t,e){return e.lockfilePath||`${t}.lock`}function Ih(t,e,r){if(!e.realpath)return r(null,uR.resolve(t));e.fs.realpath(t,r)}function Ph(t,e,r){let n=Za(t,e);e.fs.mkdir(n,o=>{if(!o)return iC.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"?Ph(t,{...e,stale:0},r):r(i);if(!aC(a,e))return r(Object.assign(new Error("Lock file is already being held"),{code:"ELOCKED",file:t}));sC(t,e,s=>{if(s)return r(s);Ph(t,{...e,stale:0},r)})})})}function aC(t,e){return t.mtime.getTime()<Date.now()-e.stale}function sC(t,e,r){e.fs.rmdir(Za(t,e),n=>{if(n&&n.code!=="ENOENT")return r(n);r()})}function Pc(t,e){let r=Jr[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?$h(t,r,Object.assign(n,{code:"ECOMPROMISED"})):(r.updateDelay=1e3,Pc(t,e));if(!(r.mtime.getTime()===o.mtime.getTime()))return $h(t,r,Object.assign(new Error("Unable to update lock within the stale threshold"),{code:"ECOMPROMISED"}));let s=iC.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?$h(t,r,Object.assign(u,{code:"ECOMPROMISED"})):(r.updateDelay=1e3,Pc(t,e));r.mtime=s,r.lastUpdate=Date.now(),r.updateDelay=null,Pc(t,e)}})})},r.updateDelay),r.updateTimeout.unref&&r.updateTimeout.unref())}function $h(t,e,r){e.released=!0,e.updateTimeout&&clearTimeout(e.updateTimeout),Jr[t]===e&&delete Jr[t],e.options.onCompromised(r)}function fR(t,e,r){e={stale:1e4,update:null,realpath:!0,retries:0,fs:Th,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),Ih(t,e,(n,o)=>{if(n)return r(n);let i=cR.operation(e.retries);i.attempt(()=>{Ph(o,e,(a,s,u)=>{if(i.retry(a))return;if(a)return r(i.mainError());let c=Jr[o]={lockfilePath:Za(o,e),mtime:s,mtimePrecision:u,options:e,lastUpdate:Date.now()};Pc(o,e),r(null,l=>{if(c.released)return l&&l(Object.assign(new Error("Lock is already released"),{code:"ERELEASED"}));uC(o,{...e,realpath:!1},l)})})})})}function uC(t,e,r){e={fs:Th,realpath:!0,...e},Ih(t,e,(n,o)=>{if(n)return r(n);let i=Jr[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 Jr[o],sC(o,e,r)})}function pR(t,e,r){e={stale:1e4,realpath:!0,fs:Th,...e},e.stale=Math.max(e.stale||0,2e3),Ih(t,e,(n,o)=>{if(n)return r(n);e.fs.stat(Za(o,e),(i,a)=>i?i.code==="ENOENT"?r(null,!1):r(i):r(null,!aC(a,e)))})}function dR(){return Jr}lR(()=>{for(let t in Jr){let e=Jr[t].options;try{e.fs.rmdirSync(Za(t,e))}catch{}}});Qa.exports.lock=fR;Qa.exports.unlock=uC;Qa.exports.check=pR;Qa.exports.getLocks=dR});var fC=x((Dz,lC)=>{"use strict";var hR=wn();function mR(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 gR(t){return(...e)=>new Promise((r,n)=>{e.push((o,i)=>{o?n(o):r(i)}),t(...e)})}function DR(t){return(...e)=>{let r,n;if(e.push((o,i)=>{r=o,n=i}),t(...e),r)throw r;return n}}function yR(t){if(t={...t},t.fs=mR(t.fs||hR),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}lC.exports={toPromise:gR,toSync:DR,toSyncOptions:yR}});var dC=x((yz,Cn)=>{"use strict";var bi=cC(),{toPromise:Tc,toSync:Ic,toSyncOptions:Rh}=fC();async function pC(t,e){let r=await Tc(bi.lock)(t,e);return Tc(r)}function bR(t,e){let r=Ic(bi.lock)(t,Rh(e));return Ic(r)}function vR(t,e){return Tc(bi.unlock)(t,e)}function wR(t,e){return Ic(bi.unlock)(t,Rh(e))}function CR(t,e){return Tc(bi.check)(t,e)}function ER(t,e){return Ic(bi.check)(t,Rh(e))}Cn.exports=pC;Cn.exports.lock=pC;Cn.exports.unlock=vR;Cn.exports.lockSync=bR;Cn.exports.unlockSync=wR;Cn.exports.check=CR;Cn.exports.checkSync=ER});var yC=x(vi=>{"use strict";Object.defineProperty(vi,"__esModule",{value:!0});vi.canStoreURLs=vi.FileUrlStorage=void 0;var hC=require("fs"),_R=SR(Bw()),mC=xR(dC());function DC(t){if(typeof WeakMap!="function")return null;var e=new WeakMap,r=new WeakMap;return(DC=function(n){return n?r:e})(t)}function xR(t,e){if(!e&&t&&t.__esModule)return t;if(t===null||typeof t!="object"&&typeof t!="function")return{default:t};var r=DC(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 SR(t){return t&&t.__esModule?t:{default:t}}function es(t){"@babel/helpers - typeof";return es=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},es(t)}function FR(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function gC(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,OR(n.key),n)}}function AR(t,e,r){return e&&gC(t.prototype,e),r&&gC(t,r),Object.defineProperty(t,"prototype",{writable:!1}),t}function OR(t){var e=kR(t,"string");return es(e)=="symbol"?e:e+""}function kR(t,e){if(es(t)!="object"||!t)return t;var r=t[Symbol.toPrimitive];if(r!==void 0){var n=r.call(t,e||"default");if(es(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(t)}var bz=vi.canStoreURLs=!0,vz=vi.FileUrlStorage=(function(){function t(e){FR(this,t),this.path=e}return AR(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;mC.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;mC.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,_R.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 Nh=x(Lt=>{"use strict";Object.defineProperty(Lt,"__esModule",{value:!0});Object.defineProperty(Lt,"DefaultHttpStack",{enumerable:!0,get:function(){return CC.default}});Object.defineProperty(Lt,"DetailedError",{enumerable:!0,get:function(){return $R.default}});Object.defineProperty(Lt,"FileUrlStorage",{enumerable:!0,get:function(){return EC.FileUrlStorage}});Object.defineProperty(Lt,"StreamSource",{enumerable:!0,get:function(){return BR.default}});Lt.Upload=void 0;Object.defineProperty(Lt,"canStoreURLs",{enumerable:!0,get:function(){return EC.canStoreURLs}});Lt.defaultOptions=void 0;Object.defineProperty(Lt,"enableDebugLog",{enumerable:!0,get:function(){return PR.enableDebugLog}});Lt.isSupported=void 0;var $R=yo($d()),PR=Pd(),TR=yo(yb()),Bh=yo(Kb()),IR=yo(sv()),RR=yo(fv()),CC=yo(xv()),BR=yo(Gd()),EC=yC();function yo(t){return t&&t.__esModule?t:{default:t}}function Ci(t){"@babel/helpers - typeof";return Ci=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(e){return typeof e}:function(e){return e&&typeof Symbol=="function"&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},Ci(t)}function jR(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function bC(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,xC(n.key),n)}}function NR(t,e,r){return e&&bC(t.prototype,e),r&&bC(t,r),Object.defineProperty(t,"prototype",{writable:!1}),t}function LR(t,e,r){return e=Rc(e),UR(t,_C()?Reflect.construct(e,r||[],Rc(t).constructor):e.apply(t,r))}function UR(t,e){if(e&&(Ci(e)==="object"||typeof e=="function"))return e;if(e!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return MR(t)}function MR(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function _C(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(_C=function(){return!!t})()}function Rc(t){return Rc=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},Rc(t)}function qR(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&&jh(t,e)}function jh(t,e){return jh=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,o){return n.__proto__=o,n},jh(t,e)}function vC(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 wi(t){for(var e=1;e<arguments.length;e++){var r=arguments[e]!=null?arguments[e]:{};e%2?vC(Object(r),!0).forEach(function(n){HR(t,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):vC(Object(r)).forEach(function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(r,n))})}return t}function HR(t,e,r){return e=xC(e),e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}function xC(t){var e=VR(t,"string");return Ci(e)=="symbol"?e:e+""}function VR(t,e){if(Ci(t)!="object"||!t)return t;var r=t[Symbol.toPrimitive];if(r!==void 0){var n=r.call(t,e||"default");if(Ci(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(t)}var wC=Lt.defaultOptions=wi(wi({},Bh.default.defaultOptions),{},{httpStack:new CC.default,fileReader:new IR.default,urlStorage:new TR.default,fingerprint:RR.default}),Cz=Lt.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 jR(this,e),n=wi(wi({},wC),n),LR(this,e,[r,n])}return qR(e,t),NR(e,null,[{key:"terminate",value:function(n){var o=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return o=wi(wi({},wC),o),Bh.default.terminate(n,o)}}])})(Bh.default),Ez=Lt.isSupported=!0});var AC=x((Sz,FC)=>{var Ei=1e3,_i=Ei*60,xi=_i*60,bo=xi*24,WR=bo*7,KR=bo*365.25;FC.exports=function(t,e){e=e||{};var r=typeof t;if(r==="string"&&t.length>0)return YR(t);if(r==="number"&&isFinite(t))return e.long?XR(t):JR(t);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(t))};function YR(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*KR;case"weeks":case"week":case"w":return r*WR;case"days":case"day":case"d":return r*bo;case"hours":case"hour":case"hrs":case"hr":case"h":return r*xi;case"minutes":case"minute":case"mins":case"min":case"m":return r*_i;case"seconds":case"second":case"secs":case"sec":case"s":return r*Ei;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return r;default:return}}}}function JR(t){var e=Math.abs(t);return e>=bo?Math.round(t/bo)+"d":e>=xi?Math.round(t/xi)+"h":e>=_i?Math.round(t/_i)+"m":e>=Ei?Math.round(t/Ei)+"s":t+"ms"}function XR(t){var e=Math.abs(t);return e>=bo?Bc(t,e,bo,"day"):e>=xi?Bc(t,e,xi,"hour"):e>=_i?Bc(t,e,_i,"minute"):e>=Ei?Bc(t,e,Ei,"second"):t+" ms"}function Bc(t,e,r,n){var o=e>=r*1.5;return Math.round(t/r)+" "+n+(o?"s":"")}});var Uh=x((Fz,OC)=>{function ZR(t){r.debug=r,r.default=r,r.coerce=u,r.disable=a,r.enable=o,r.enabled=s,r.humanize=AC(),r.destroy=c,Object.keys(t).forEach(l=>{r[l]=t[l]}),r.names=[],r.skips=[],r.formatters={};function e(l){let f=0;for(let d=0;d<l.length;d++)f=(f<<5)-f+l.charCodeAt(d),f|=0;return r.colors[Math.abs(f)%r.colors.length]}r.selectColor=e;function r(l){let f,d=null,h,m;function b(...D){if(!b.enabled)return;let C=b,E=Number(new Date),g=E-(f||E);C.diff=g,C.prev=f,C.curr=E,f=E,D[0]=r.coerce(D[0]),typeof D[0]!="string"&&D.unshift("%O");let _=0;D[0]=D[0].replace(/%([a-zA-Z%])/g,(T,O)=>{if(T==="%%")return"%";_++;let B=r.formatters[O];if(typeof B=="function"){let R=D[_];T=B.call(C,R),D.splice(_,1),_--}return T}),r.formatArgs.call(C,D),(C.log||r.log).apply(C,D)}return b.namespace=l,b.useColors=r.useColors(),b.color=r.selectColor(l),b.extend=n,b.destroy=r.destroy,Object.defineProperty(b,"enabled",{enumerable:!0,configurable:!1,get:()=>d!==null?d:(h!==r.namespaces&&(h=r.namespaces,m=r.enabled(l)),m),set:D=>{d=D}}),typeof r.init=="function"&&r.init(b),b}function n(l,f){let d=r(this.namespace+(typeof f>"u"?":":f)+l);return d.log=this.log,d}function o(l){r.save(l),r.namespaces=l,r.names=[],r.skips=[];let f=(typeof l=="string"?l:"").trim().replace(/\s+/g,",").split(",").filter(Boolean);for(let d of f)d[0]==="-"?r.skips.push(d.slice(1)):r.names.push(d)}function i(l,f){let d=0,h=0,m=-1,b=0;for(;d<l.length;)if(h<f.length&&(f[h]===l[d]||f[h]==="*"))f[h]==="*"?(m=h,b=d,h++):(d++,h++);else if(m!==-1)h=m+1,b++,d=b;else return!1;for(;h<f.length&&f[h]==="*";)h++;return h===f.length}function a(){let l=[...r.names,...r.skips.map(f=>"-"+f)].join(",");return r.enable(""),l}function s(l){for(let f of r.skips)if(i(l,f))return!1;for(let f of r.names)if(i(l,f))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}OC.exports=ZR});var kC=x((Ut,jc)=>{Ut.formatArgs=eB;Ut.save=tB;Ut.load=rB;Ut.useColors=QR;Ut.storage=nB();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 QR(){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 eB(t){if(t[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+t[0]+(this.useColors?"%c ":" ")+"+"+jc.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 tB(t){try{t?Ut.storage.setItem("debug",t):Ut.storage.removeItem("debug")}catch{}}function rB(){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 nB(){try{return localStorage}catch{}}jc.exports=Uh()(Ut);var{formatters:oB}=jc.exports;oB.j=function(t){try{return JSON.stringify(t)}catch(e){return"[UnexpectedJSONParseError]: "+e.message}}});var PC=x((Az,$C)=>{"use strict";$C.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 RC=x((Oz,IC)=>{"use strict";var iB=require("os"),TC=require("tty"),or=PC(),{env:nt}=process,En;or("no-color")||or("no-colors")||or("color=false")||or("color=never")?En=0:(or("color")||or("colors")||or("color=true")||or("color=always"))&&(En=1);"FORCE_COLOR"in nt&&(nt.FORCE_COLOR==="true"?En=1:nt.FORCE_COLOR==="false"?En=0:En=nt.FORCE_COLOR.length===0?1:Math.min(parseInt(nt.FORCE_COLOR,10),3));function Mh(t){return t===0?!1:{level:t,hasBasic:!0,has256:t>=2,has16m:t>=3}}function qh(t,e){if(En===0)return 0;if(or("color=16m")||or("color=full")||or("color=truecolor"))return 3;if(or("color=256"))return 2;if(t&&!e&&En===void 0)return 0;let r=En||0;if(nt.TERM==="dumb")return r;if(process.platform==="win32"){let n=iB.release().split(".");return Number(n[0])>=10&&Number(n[2])>=10586?Number(n[2])>=14931?3:2:1}if("CI"in nt)return["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI","GITHUB_ACTIONS","BUILDKITE"].some(n=>n in nt)||nt.CI_NAME==="codeship"?1:r;if("TEAMCITY_VERSION"in nt)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(nt.TEAMCITY_VERSION)?1:0;if(nt.COLORTERM==="truecolor")return 3;if("TERM_PROGRAM"in nt){let n=parseInt((nt.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(nt.TERM_PROGRAM){case"iTerm.app":return n>=3?3:2;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(nt.TERM)?2:/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(nt.TERM)||"COLORTERM"in nt?1:r}function aB(t){let e=qh(t,t&&t.isTTY);return Mh(e)}IC.exports={supportsColor:aB,stdout:Mh(qh(!0,TC.isatty(1))),stderr:Mh(qh(!0,TC.isatty(2)))}});var jC=x((ot,Lc)=>{var sB=require("tty"),Nc=require("util");ot.init=hB;ot.log=fB;ot.formatArgs=cB;ot.save=pB;ot.load=dB;ot.useColors=uB;ot.destroy=Nc.deprecate(()=>{},"Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.");ot.colors=[6,2,3,4,5,1];try{let t=RC();t&&(t.stderr||t).level>=2&&(ot.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{}ot.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 uB(){return"colors"in ot.inspectOpts?!!ot.inspectOpts.colors:sB.isatty(process.stderr.fd)}function cB(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(`
44
+ GFS4: `),console.error(t)});He[ht]||(Vw=global[ht]||[],Gw(He,Vw),He.close=(function(t){function e(r,n){return t.call(He,r,function(o){o||zw(),typeof n=="function"&&n.apply(this,arguments)})}return Object.defineProperty(e,Fc,{value:t}),e})(He.close),He.closeSync=(function(t){function e(r){t.apply(He,arguments),zw()}return Object.defineProperty(e,Fc,{value:t}),e})(He.closeSync),/\bgfs4\b/i.test(process.env.NODE_DEBUG||"")&&process.on("exit",function(){ho(He[ht]),require("assert").equal(He[ht].length,0)}));var Vw;global[ht]||Gw(global,He[ht]);Sh.exports=_h(nR(He));process.env.TEST_GRACEFUL_FS_GLOBAL_PATCH&&!He.__patched&&(Sh.exports=_h(He),He.__patched=!0);function _h(t){tR(t),t.gracefulify=_h,t.createReadStream=S,t.createWriteStream=T;var e=t.readFile;t.readFile=r;function r(R,N,A){return typeof N=="function"&&(A=N,N=null),L(R,N,A);function L(M,Q,$,y){return e(M,Q,function(v){v&&(v.code==="EMFILE"||v.code==="ENFILE")?mi([L,[M,Q,$],v,y||Date.now(),Date.now()]):typeof $=="function"&&$.apply(this,arguments)})}}var n=t.writeFile;t.writeFile=o;function o(R,N,A,L){return typeof A=="function"&&(L=A,A=null),M(R,N,A,L);function M(Q,$,y,v,w){return n(Q,$,y,function(F){F&&(F.code==="EMFILE"||F.code==="ENFILE")?mi([M,[Q,$,y,v],F,w||Date.now(),Date.now()]):typeof v=="function"&&v.apply(this,arguments)})}}var i=t.appendFile;i&&(t.appendFile=a);function a(R,N,A,L){return typeof A=="function"&&(L=A,A=null),M(R,N,A,L);function M(Q,$,y,v,w){return i(Q,$,y,function(F){F&&(F.code==="EMFILE"||F.code==="ENFILE")?mi([M,[Q,$,y,v],F,w||Date.now(),Date.now()]):typeof v=="function"&&v.apply(this,arguments)})}}var s=t.copyFile;s&&(t.copyFile=u);function u(R,N,A,L){return typeof A=="function"&&(L=A,A=0),M(R,N,A,L);function M(Q,$,y,v,w){return s(Q,$,y,function(F){F&&(F.code==="EMFILE"||F.code==="ENFILE")?mi([M,[Q,$,y,v],F,w||Date.now(),Date.now()]):typeof v=="function"&&v.apply(this,arguments)})}}var c=t.readdir;t.readdir=f;var l=/^v[0-5]\./;function f(R,N,A){typeof N=="function"&&(A=N,N=null);var L=l.test(process.version)?function($,y,v,w){return c($,M($,y,v,w))}:function($,y,v,w){return c($,y,M($,y,v,w))};return L(R,N,A);function M(Q,$,y,v){return function(w,F){w&&(w.code==="EMFILE"||w.code==="ENFILE")?mi([L,[Q,$,y],w,v||Date.now(),Date.now()]):(F&&F.sort&&F.sort(),typeof y=="function"&&y.call(this,w,F))}}}if(process.version.substr(0,4)==="v0.8"){var d=rR(t);C=d.ReadStream,g=d.WriteStream}var h=t.ReadStream;h&&(C.prototype=Object.create(h.prototype),C.prototype.open=E);var m=t.WriteStream;m&&(g.prototype=Object.create(m.prototype),g.prototype.open=_),Object.defineProperty(t,"ReadStream",{get:function(){return C},set:function(R){C=R},enumerable:!0,configurable:!0}),Object.defineProperty(t,"WriteStream",{get:function(){return g},set:function(R){g=R},enumerable:!0,configurable:!0});var b=C;Object.defineProperty(t,"FileReadStream",{get:function(){return b},set:function(R){b=R},enumerable:!0,configurable:!0});var D=g;Object.defineProperty(t,"FileWriteStream",{get:function(){return D},set:function(R){D=R},enumerable:!0,configurable:!0});function C(R,N){return this instanceof C?(h.apply(this,arguments),this):C.apply(Object.create(C.prototype),arguments)}function E(){var R=this;B(R.path,R.flags,R.mode,function(N,A){N?(R.autoClose&&R.destroy(),R.emit("error",N)):(R.fd=A,R.emit("open",A),R.read())})}function g(R,N){return this instanceof g?(m.apply(this,arguments),this):g.apply(Object.create(g.prototype),arguments)}function _(){var R=this;B(R.path,R.flags,R.mode,function(N,A){N?(R.destroy(),R.emit("error",N)):(R.fd=A,R.emit("open",A))})}function S(R,N){return new t.ReadStream(R,N)}function T(R,N){return new t.WriteStream(R,N)}var O=t.open;t.open=B;function B(R,N,A,L){return typeof A=="function"&&(L=A,A=null),M(R,N,A,L);function M(Q,$,y,v,w){return O(Q,$,y,function(F,I){F&&(F.code==="EMFILE"||F.code==="ENFILE")?mi([M,[Q,$,y,v],F,w||Date.now(),Date.now()]):typeof v=="function"&&v.apply(this,arguments)})}}return t}function mi(t){ho("ENQUEUE",t[0].name,t[1]),He[ht].push(t),xh()}var Sc;function zw(){for(var t=Date.now(),e=0;e<He[ht].length;++e)He[ht][e].length>2&&(He[ht][e][3]=t,He[ht][e][4]=t);xh()}function xh(){if(clearTimeout(Sc),Sc=void 0,He[ht].length!==0){var t=He[ht].shift(),e=t[0],r=t[1],n=t[2],o=t[3],i=t[4];if(o===void 0)ho("RETRY",e.name,r),e.apply(null,r);else if(Date.now()-o>=6e4){ho("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?(ho("RETRY",e.name,r),e.apply(null,r.concat([o]))):He[ht].push(t)}Sc===void 0&&(Sc=setTimeout(xh,0))}}});var Kw=x((lz,Ww)=>{function nr(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))}Ww.exports=nr;nr.prototype.reset=function(){this._attempts=1,this._timeouts=this._originalTimeouts};nr.prototype.stop=function(){this._timeout&&clearTimeout(this._timeout),this._timeouts=[],this._cachedTimeouts=null};nr.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};nr.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)};nr.prototype.try=function(t){console.log("Using RetryOperation.try() is deprecated"),this.attempt(t)};nr.prototype.start=function(t){console.log("Using RetryOperation.start() is deprecated"),this.attempt(t)};nr.prototype.start=nr.prototype.try;nr.prototype.errors=function(){return this._errors};nr.prototype.attempts=function(){return this._attempts};nr.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 Yw=x(mo=>{var iR=Kw();mo.operation=function(t){var e=mo.timeouts(t);return new iR(e,{forever:t&&t.forever,unref:t&&t.unref,maxRetryTime:t&&t.maxRetryTime})};mo.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};mo.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};mo.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=mo.operation(e),l=Array.prototype.slice.call(arguments,1),f=l.pop();l.push(function(d){c.retry(d)||(d&&(arguments[0]=c.mainError()),f.apply(this,arguments))}),c.attempt(function(){u.apply(t,l)})}.bind(t,a),t[i].options=e}}});var Xw=x((pz,Jw)=>{Jw.exports=Yw()});var Zw=x((dz,Ac)=>{Ac.exports=["SIGABRT","SIGALRM","SIGHUP","SIGINT","SIGTERM"];process.platform!=="win32"&&Ac.exports.push("SIGVTALRM","SIGXCPU","SIGXFSZ","SIGUSR2","SIGTRAP","SIGSYS","SIGQUIT","SIGIOT");process.platform==="linux"&&Ac.exports.push("SIGIO","SIGPOLL","SIGPWR","SIGSTKFLT","SIGUNUSED")});var Oh=x((hz,yi)=>{var je=global.process,go=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"};go(je)?(Qw=require("assert"),gi=Zw(),eC=/^win/i.test(je.platform),Xa=require("events"),typeof Xa!="function"&&(Xa=Xa.EventEmitter),je.__signal_exit_emitter__?rt=je.__signal_exit_emitter__:(rt=je.__signal_exit_emitter__=new Xa,rt.count=0,rt.emitted={}),rt.infinite||(rt.setMaxListeners(1/0),rt.infinite=!0),yi.exports=function(t,e){if(!go(global.process))return function(){};Qw.equal(typeof t,"function","a callback must be provided for exit handler"),Di===!1&&Fh();var r="exit";e&&e.alwaysLast&&(r="afterexit");var n=function(){rt.removeListener(r,t),rt.listeners("exit").length===0&&rt.listeners("afterexit").length===0&&Oc()};return rt.on(r,t),n},Oc=function(){!Di||!go(global.process)||(Di=!1,gi.forEach(function(e){try{je.removeListener(e,kc[e])}catch{}}),je.emit=$c,je.reallyExit=Ah,rt.count-=1)},yi.exports.unload=Oc,Do=function(e,r,n){rt.emitted[e]||(rt.emitted[e]=!0,rt.emit(e,r,n))},kc={},gi.forEach(function(t){kc[t]=function(){if(go(global.process)){var r=je.listeners(t);r.length===rt.count&&(Oc(),Do("exit",null,t),Do("afterexit",null,t),eC&&t==="SIGHUP"&&(t="SIGINT"),je.kill(je.pid,t))}}}),yi.exports.signals=function(){return gi},Di=!1,Fh=function(){Di||!go(global.process)||(Di=!0,rt.count+=1,gi=gi.filter(function(e){try{return je.on(e,kc[e]),!0}catch{return!1}}),je.emit=rC,je.reallyExit=tC)},yi.exports.load=Fh,Ah=je.reallyExit,tC=function(e){go(global.process)&&(je.exitCode=e||0,Do("exit",je.exitCode,null),Do("afterexit",je.exitCode,null),Ah.call(je,je.exitCode))},$c=je.emit,rC=function(e,r){if(e==="exit"&&go(global.process)){r!==void 0&&(je.exitCode=r);var n=$c.apply(this,arguments);return Do("exit",je.exitCode,null),Do("afterexit",je.exitCode,null),n}else return $c.apply(this,arguments)}):yi.exports=function(){return function(){}};var Qw,gi,eC,Xa,rt,Oc,Do,kc,Di,Fh,Ah,tC,$c,rC});var oC=x((mz,kh)=>{"use strict";var nC=Symbol();function aR(t,e,r){let n=e[nC];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,nC,{value:u}),r(null,s.mtime,u)})})}function sR(t){let e=Date.now();return t==="s"&&(e=Math.ceil(e/1e3)*1e3),new Date(e)}kh.exports.probe=aR;kh.exports.getMtime=sR});var cC=x((gz,Qa)=>{"use strict";var uR=require("path"),Th=wn(),cR=Xw(),lR=Oh(),iC=oC(),Jr={};function Za(t,e){return e.lockfilePath||`${t}.lock`}function Ih(t,e,r){if(!e.realpath)return r(null,uR.resolve(t));e.fs.realpath(t,r)}function Ph(t,e,r){let n=Za(t,e);e.fs.mkdir(n,o=>{if(!o)return iC.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"?Ph(t,{...e,stale:0},r):r(i);if(!aC(a,e))return r(Object.assign(new Error("Lock file is already being held"),{code:"ELOCKED",file:t}));sC(t,e,s=>{if(s)return r(s);Ph(t,{...e,stale:0},r)})})})}function aC(t,e){return t.mtime.getTime()<Date.now()-e.stale}function sC(t,e,r){e.fs.rmdir(Za(t,e),n=>{if(n&&n.code!=="ENOENT")return r(n);r()})}function Pc(t,e){let r=Jr[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?$h(t,r,Object.assign(n,{code:"ECOMPROMISED"})):(r.updateDelay=1e3,Pc(t,e));if(!(r.mtime.getTime()===o.mtime.getTime()))return $h(t,r,Object.assign(new Error("Unable to update lock within the stale threshold"),{code:"ECOMPROMISED"}));let s=iC.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?$h(t,r,Object.assign(u,{code:"ECOMPROMISED"})):(r.updateDelay=1e3,Pc(t,e));r.mtime=s,r.lastUpdate=Date.now(),r.updateDelay=null,Pc(t,e)}})})},r.updateDelay),r.updateTimeout.unref&&r.updateTimeout.unref())}function $h(t,e,r){e.released=!0,e.updateTimeout&&clearTimeout(e.updateTimeout),Jr[t]===e&&delete Jr[t],e.options.onCompromised(r)}function fR(t,e,r){e={stale:1e4,update:null,realpath:!0,retries:0,fs:Th,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),Ih(t,e,(n,o)=>{if(n)return r(n);let i=cR.operation(e.retries);i.attempt(()=>{Ph(o,e,(a,s,u)=>{if(i.retry(a))return;if(a)return r(i.mainError());let c=Jr[o]={lockfilePath:Za(o,e),mtime:s,mtimePrecision:u,options:e,lastUpdate:Date.now()};Pc(o,e),r(null,l=>{if(c.released)return l&&l(Object.assign(new Error("Lock is already released"),{code:"ERELEASED"}));uC(o,{...e,realpath:!1},l)})})})})}function uC(t,e,r){e={fs:Th,realpath:!0,...e},Ih(t,e,(n,o)=>{if(n)return r(n);let i=Jr[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 Jr[o],sC(o,e,r)})}function pR(t,e,r){e={stale:1e4,realpath:!0,fs:Th,...e},e.stale=Math.max(e.stale||0,2e3),Ih(t,e,(n,o)=>{if(n)return r(n);e.fs.stat(Za(o,e),(i,a)=>i?i.code==="ENOENT"?r(null,!1):r(i):r(null,!aC(a,e)))})}function dR(){return Jr}lR(()=>{for(let t in Jr){let e=Jr[t].options;try{e.fs.rmdirSync(Za(t,e))}catch{}}});Qa.exports.lock=fR;Qa.exports.unlock=uC;Qa.exports.check=pR;Qa.exports.getLocks=dR});var fC=x((Dz,lC)=>{"use strict";var hR=wn();function mR(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 gR(t){return(...e)=>new Promise((r,n)=>{e.push((o,i)=>{o?n(o):r(i)}),t(...e)})}function DR(t){return(...e)=>{let r,n;if(e.push((o,i)=>{r=o,n=i}),t(...e),r)throw r;return n}}function yR(t){if(t={...t},t.fs=mR(t.fs||hR),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}lC.exports={toPromise:gR,toSync:DR,toSyncOptions:yR}});var dC=x((yz,Cn)=>{"use strict";var bi=cC(),{toPromise:Tc,toSync:Ic,toSyncOptions:Rh}=fC();async function pC(t,e){let r=await Tc(bi.lock)(t,e);return Tc(r)}function bR(t,e){let r=Ic(bi.lock)(t,Rh(e));return Ic(r)}function vR(t,e){return Tc(bi.unlock)(t,e)}function wR(t,e){return Ic(bi.unlock)(t,Rh(e))}function CR(t,e){return Tc(bi.check)(t,e)}function ER(t,e){return Ic(bi.check)(t,Rh(e))}Cn.exports=pC;Cn.exports.lock=pC;Cn.exports.unlock=vR;Cn.exports.lockSync=bR;Cn.exports.unlockSync=wR;Cn.exports.check=CR;Cn.exports.checkSync=ER});var yC=x(vi=>{"use strict";Object.defineProperty(vi,"__esModule",{value:!0});vi.canStoreURLs=vi.FileUrlStorage=void 0;var hC=require("fs"),_R=SR(Bw()),mC=xR(dC());function DC(t){if(typeof WeakMap!="function")return null;var e=new WeakMap,r=new WeakMap;return(DC=function(n){return n?r:e})(t)}function xR(t,e){if(!e&&t&&t.__esModule)return t;if(t===null||typeof t!="object"&&typeof t!="function")return{default:t};var r=DC(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 SR(t){return t&&t.__esModule?t:{default:t}}function es(t){"@babel/helpers - typeof";return es=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},es(t)}function FR(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function gC(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,OR(n.key),n)}}function AR(t,e,r){return e&&gC(t.prototype,e),r&&gC(t,r),Object.defineProperty(t,"prototype",{writable:!1}),t}function OR(t){var e=kR(t,"string");return es(e)=="symbol"?e:e+""}function kR(t,e){if(es(t)!="object"||!t)return t;var r=t[Symbol.toPrimitive];if(r!==void 0){var n=r.call(t,e||"default");if(es(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(t)}var bz=vi.canStoreURLs=!0,vz=vi.FileUrlStorage=(function(){function t(e){FR(this,t),this.path=e}return AR(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;mC.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;mC.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,_R.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 Nh=x(Lt=>{"use strict";Object.defineProperty(Lt,"__esModule",{value:!0});Object.defineProperty(Lt,"DefaultHttpStack",{enumerable:!0,get:function(){return CC.default}});Object.defineProperty(Lt,"DetailedError",{enumerable:!0,get:function(){return $R.default}});Object.defineProperty(Lt,"FileUrlStorage",{enumerable:!0,get:function(){return EC.FileUrlStorage}});Object.defineProperty(Lt,"StreamSource",{enumerable:!0,get:function(){return BR.default}});Lt.Upload=void 0;Object.defineProperty(Lt,"canStoreURLs",{enumerable:!0,get:function(){return EC.canStoreURLs}});Lt.defaultOptions=void 0;Object.defineProperty(Lt,"enableDebugLog",{enumerable:!0,get:function(){return PR.enableDebugLog}});Lt.isSupported=void 0;var $R=yo($d()),PR=Pd(),TR=yo(yb()),Bh=yo(Kb()),IR=yo(sv()),RR=yo(fv()),CC=yo(xv()),BR=yo(Gd()),EC=yC();function yo(t){return t&&t.__esModule?t:{default:t}}function Ci(t){"@babel/helpers - typeof";return Ci=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(e){return typeof e}:function(e){return e&&typeof Symbol=="function"&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},Ci(t)}function jR(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function bC(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,xC(n.key),n)}}function NR(t,e,r){return e&&bC(t.prototype,e),r&&bC(t,r),Object.defineProperty(t,"prototype",{writable:!1}),t}function LR(t,e,r){return e=Rc(e),UR(t,_C()?Reflect.construct(e,r||[],Rc(t).constructor):e.apply(t,r))}function UR(t,e){if(e&&(Ci(e)==="object"||typeof e=="function"))return e;if(e!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return MR(t)}function MR(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function _C(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(_C=function(){return!!t})()}function Rc(t){return Rc=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},Rc(t)}function qR(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&&jh(t,e)}function jh(t,e){return jh=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,o){return n.__proto__=o,n},jh(t,e)}function vC(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 wi(t){for(var e=1;e<arguments.length;e++){var r=arguments[e]!=null?arguments[e]:{};e%2?vC(Object(r),!0).forEach(function(n){HR(t,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):vC(Object(r)).forEach(function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(r,n))})}return t}function HR(t,e,r){return e=xC(e),e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}function xC(t){var e=VR(t,"string");return Ci(e)=="symbol"?e:e+""}function VR(t,e){if(Ci(t)!="object"||!t)return t;var r=t[Symbol.toPrimitive];if(r!==void 0){var n=r.call(t,e||"default");if(Ci(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(t)}var wC=Lt.defaultOptions=wi(wi({},Bh.default.defaultOptions),{},{httpStack:new CC.default,fileReader:new IR.default,urlStorage:new TR.default,fingerprint:RR.default}),Cz=Lt.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 jR(this,e),n=wi(wi({},wC),n),LR(this,e,[r,n])}return qR(e,t),NR(e,null,[{key:"terminate",value:function(n){var o=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return o=wi(wi({},wC),o),Bh.default.terminate(n,o)}}])})(Bh.default),Ez=Lt.isSupported=!0});var AC=x((Sz,FC)=>{var Ei=1e3,_i=Ei*60,xi=_i*60,bo=xi*24,WR=bo*7,KR=bo*365.25;FC.exports=function(t,e){e=e||{};var r=typeof t;if(r==="string"&&t.length>0)return YR(t);if(r==="number"&&isFinite(t))return e.long?XR(t):JR(t);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(t))};function YR(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*KR;case"weeks":case"week":case"w":return r*WR;case"days":case"day":case"d":return r*bo;case"hours":case"hour":case"hrs":case"hr":case"h":return r*xi;case"minutes":case"minute":case"mins":case"min":case"m":return r*_i;case"seconds":case"second":case"secs":case"sec":case"s":return r*Ei;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return r;default:return}}}}function JR(t){var e=Math.abs(t);return e>=bo?Math.round(t/bo)+"d":e>=xi?Math.round(t/xi)+"h":e>=_i?Math.round(t/_i)+"m":e>=Ei?Math.round(t/Ei)+"s":t+"ms"}function XR(t){var e=Math.abs(t);return e>=bo?Bc(t,e,bo,"day"):e>=xi?Bc(t,e,xi,"hour"):e>=_i?Bc(t,e,_i,"minute"):e>=Ei?Bc(t,e,Ei,"second"):t+" ms"}function Bc(t,e,r,n){var o=e>=r*1.5;return Math.round(t/r)+" "+n+(o?"s":"")}});var Uh=x((Fz,OC)=>{function ZR(t){r.debug=r,r.default=r,r.coerce=u,r.disable=a,r.enable=o,r.enabled=s,r.humanize=AC(),r.destroy=c,Object.keys(t).forEach(l=>{r[l]=t[l]}),r.names=[],r.skips=[],r.formatters={};function e(l){let f=0;for(let d=0;d<l.length;d++)f=(f<<5)-f+l.charCodeAt(d),f|=0;return r.colors[Math.abs(f)%r.colors.length]}r.selectColor=e;function r(l){let f,d=null,h,m;function b(...D){if(!b.enabled)return;let C=b,E=Number(new Date),g=E-(f||E);C.diff=g,C.prev=f,C.curr=E,f=E,D[0]=r.coerce(D[0]),typeof D[0]!="string"&&D.unshift("%O");let _=0;D[0]=D[0].replace(/%([a-zA-Z%])/g,(T,O)=>{if(T==="%%")return"%";_++;let B=r.formatters[O];if(typeof B=="function"){let R=D[_];T=B.call(C,R),D.splice(_,1),_--}return T}),r.formatArgs.call(C,D),(C.log||r.log).apply(C,D)}return b.namespace=l,b.useColors=r.useColors(),b.color=r.selectColor(l),b.extend=n,b.destroy=r.destroy,Object.defineProperty(b,"enabled",{enumerable:!0,configurable:!1,get:()=>d!==null?d:(h!==r.namespaces&&(h=r.namespaces,m=r.enabled(l)),m),set:D=>{d=D}}),typeof r.init=="function"&&r.init(b),b}function n(l,f){let d=r(this.namespace+(typeof f>"u"?":":f)+l);return d.log=this.log,d}function o(l){r.save(l),r.namespaces=l,r.names=[],r.skips=[];let f=(typeof l=="string"?l:"").trim().replace(/\s+/g,",").split(",").filter(Boolean);for(let d of f)d[0]==="-"?r.skips.push(d.slice(1)):r.names.push(d)}function i(l,f){let d=0,h=0,m=-1,b=0;for(;d<l.length;)if(h<f.length&&(f[h]===l[d]||f[h]==="*"))f[h]==="*"?(m=h,b=d,h++):(d++,h++);else if(m!==-1)h=m+1,b++,d=b;else return!1;for(;h<f.length&&f[h]==="*";)h++;return h===f.length}function a(){let l=[...r.names,...r.skips.map(f=>"-"+f)].join(",");return r.enable(""),l}function s(l){for(let f of r.skips)if(i(l,f))return!1;for(let f of r.names)if(i(l,f))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}OC.exports=ZR});var kC=x((Ut,jc)=>{Ut.formatArgs=eB;Ut.save=tB;Ut.load=rB;Ut.useColors=QR;Ut.storage=nB();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 QR(){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 eB(t){if(t[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+t[0]+(this.useColors?"%c ":" ")+"+"+jc.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 tB(t){try{t?Ut.storage.setItem("debug",t):Ut.storage.removeItem("debug")}catch{}}function rB(){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 nB(){try{return localStorage}catch{}}jc.exports=Uh()(Ut);var{formatters:oB}=jc.exports;oB.j=function(t){try{return JSON.stringify(t)}catch(e){return"[UnexpectedJSONParseError]: "+e.message}}});var PC=x((Az,$C)=>{"use strict";$C.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 RC=x((Oz,IC)=>{"use strict";var iB=require("os"),TC=require("tty"),or=PC(),{env:nt}=process,En;or("no-color")||or("no-colors")||or("color=false")||or("color=never")?En=0:(or("color")||or("colors")||or("color=true")||or("color=always"))&&(En=1);"FORCE_COLOR"in nt&&(nt.FORCE_COLOR==="true"?En=1:nt.FORCE_COLOR==="false"?En=0:En=nt.FORCE_COLOR.length===0?1:Math.min(parseInt(nt.FORCE_COLOR,10),3));function Mh(t){return t===0?!1:{level:t,hasBasic:!0,has256:t>=2,has16m:t>=3}}function qh(t,e){if(En===0)return 0;if(or("color=16m")||or("color=full")||or("color=truecolor"))return 3;if(or("color=256"))return 2;if(t&&!e&&En===void 0)return 0;let r=En||0;if(nt.TERM==="dumb")return r;if(process.platform==="win32"){let n=iB.release().split(".");return Number(n[0])>=10&&Number(n[2])>=10586?Number(n[2])>=14931?3:2:1}if("CI"in nt)return["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI","GITHUB_ACTIONS","BUILDKITE"].some(n=>n in nt)||nt.CI_NAME==="codeship"?1:r;if("TEAMCITY_VERSION"in nt)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(nt.TEAMCITY_VERSION)?1:0;if(nt.COLORTERM==="truecolor")return 3;if("TERM_PROGRAM"in nt){let n=parseInt((nt.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(nt.TERM_PROGRAM){case"iTerm.app":return n>=3?3:2;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(nt.TERM)?2:/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(nt.TERM)||"COLORTERM"in nt?1:r}function aB(t){let e=qh(t,t&&t.isTTY);return Mh(e)}IC.exports={supportsColor:aB,stdout:Mh(qh(!0,TC.isatty(1))),stderr:Mh(qh(!0,TC.isatty(2)))}});var jC=x((ot,Lc)=>{var sB=require("tty"),Nc=require("util");ot.init=hB;ot.log=fB;ot.formatArgs=cB;ot.save=pB;ot.load=dB;ot.useColors=uB;ot.destroy=Nc.deprecate(()=>{},"Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.");ot.colors=[6,2,3,4,5,1];try{let t=RC();t&&(t.stderr||t).level>=2&&(ot.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{}ot.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 uB(){return"colors"in ot.inspectOpts?!!ot.inspectOpts.colors:sB.isatty(process.stderr.fd)}function cB(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(`
45
45
  `).join(`
46
46
  `+i),t.push(o+"m+"+Lc.exports.humanize(this.diff)+"\x1B[0m")}else t[0]=lB()+e+" "+t[0]}function lB(){return ot.inspectOpts.hideDate?"":new Date().toISOString()+" "}function fB(...t){return process.stderr.write(Nc.formatWithOptions(ot.inspectOpts,...t)+`
47
47
  `)}function pB(t){t?process.env.DEBUG=t:delete process.env.DEBUG}function dB(){return process.env.DEBUG}function hB(t){t.inspectOpts={};let e=Object.keys(ot.inspectOpts);for(let r=0;r<e.length;r++)t.inspectOpts[e[r]]=ot.inspectOpts[e[r]]}Lc.exports=Uh()(ot);var{formatters:BC}=Lc.exports;BC.o=function(t){return this.inspectOpts.colors=this.useColors,Nc.inspect(t,this.inspectOpts).split(`
@@ -93,7 +93,7 @@ To use ${xo.default.strong(e)} files, you must install TypeScript in your projec
93
93
 
94
94
  ${(n=o.stack)!==null&&n!==void 0?n:o}`),o}}async function Z4(t,e,r){var n;try{return{extConfigType:"js",extConfigName:e,extConfigFilePath:r,extConfig:await require(r)}}catch(o){(0,dl.fatal)(`Parsing ${xo.default.strong(e)} failed.
95
95
 
96
- ${(n=o.stack)!==null&&n!==void 0?n:o}`)}}async function Q4(t){var e;let r=(0,ie.resolve)(t,ut.CONFIG_FILE_NAME_TS);if(await(0,qt.pathExists)(r))return X4(t,ut.CONFIG_FILE_NAME_TS,r);let n=(0,ie.resolve)(t,ut.CONFIG_FILE_NAME_JS);if(await(0,qt.pathExists)(n))return Z4(t,ut.CONFIG_FILE_NAME_JS,n);let o=(0,ie.resolve)(t,ut.CONFIG_FILE_NAME_JSON);return{extConfigType:"json",extConfigName:ut.CONFIG_FILE_NAME_JSON,extConfigFilePath:o,extConfig:(e=await(0,Om.tryFn)(qt.readJSON,o))!==null&&e!==void 0?e:{}}}async function e5(t){let e="assets",r=(0,ie.join)(t,e),n="ios-pods-template.tar.gz",o="capacitor-cordova-ios-plugins.tar.gz",i="android-template.tar.gz",a="capacitor-cordova-android-plugins.tar.gz";return{rootDir:t,assetsDir:e,assetsDirAbs:r,assets:{ios:{platformTemplateArchive:n,platformTemplateArchiveAbs:(0,ie.resolve)(r,n),cordovaPluginsTemplateArchive:o,cordovaPluginsTemplateArchiveAbs:(0,ie.resolve)(r,o)},android:{platformTemplateArchive:i,platformTemplateArchiveAbs:(0,ie.resolve)(r,i),cordovaPluginsTemplateArchive:a,cordovaPluginsTemplateArchiveAbs:(0,ie.resolve)(r,a)}},package:await(0,qt.readJSON)((0,ie.resolve)(t,"package.json")),os:o5(process.platform)}}async function t5(t,e,r){var n,o,i,a,s,u,c,l,f,d,h,m,b,D,C,E,g;let _="android",S=(o=(n=e.android)===null||n===void 0?void 0:n.path)!==null&&o!==void 0?o:"android",T=(0,ie.resolve)(t,S),O="app",B=`${O}/src`,R=`${B}/main`,N=`${R}/assets`,A=`${N}/public`,U=`${R}/res`,M=`${O}/build/outputs/apk/`,Q=((i=e.android)===null||i===void 0?void 0:i.flavor)||"";!((a=e.android)===null||a===void 0)&&a.flavor&&(M=`${M}/${(s=e.android)===null||s===void 0?void 0:s.flavor}`);let $=(0,z4.parseApkNameFromFlavor)(Q),y=`${M}/debug`,v="capacitor-cordova-android-plugins",w=(0,Li.lazy)(()=>s5(r.os)),F={keystorePath:(c=(u=e.android)===null||u===void 0?void 0:u.buildOptions)===null||c===void 0?void 0:c.keystorePath,keystorePassword:(f=(l=e.android)===null||l===void 0?void 0:l.buildOptions)===null||f===void 0?void 0:f.keystorePassword,keystoreAlias:(h=(d=e.android)===null||d===void 0?void 0:d.buildOptions)===null||h===void 0?void 0:h.keystoreAlias,keystoreAliasPassword:(b=(m=e.android)===null||m===void 0?void 0:m.buildOptions)===null||b===void 0?void 0:b.keystoreAliasPassword,signingType:(C=(D=e.android)===null||D===void 0?void 0:D.buildOptions)===null||C===void 0?void 0:C.signingType,releaseType:(g=(E=e.android)===null||E===void 0?void 0:E.buildOptions)===null||g===void 0?void 0:g.releaseType};return{name:_,minVersion:"23",studioPath:w,platformDir:S,platformDirAbs:T,cordovaPluginsDir:v,cordovaPluginsDirAbs:(0,ie.resolve)(T,v),appDir:O,appDirAbs:(0,ie.resolve)(T,O),srcDir:B,srcDirAbs:(0,ie.resolve)(T,B),srcMainDir:R,srcMainDirAbs:(0,ie.resolve)(T,R),assetsDir:N,assetsDirAbs:(0,ie.resolve)(T,N),webDir:A,webDirAbs:(0,ie.resolve)(T,A),resDir:U,resDirAbs:(0,ie.resolve)(T,U),apkName:$,buildOutputDir:y,buildOutputDirAbs:(0,ie.resolve)(T,y),flavor:Q,buildOptions:F}}async function r5(t,e){var r,n,o,i,a,s,u,c,l,f,d,h;let b=(n=(r=e.ios)===null||r===void 0?void 0:r.path)!==null&&n!==void 0?n:"ios",D=(0,ie.resolve)(t,b),C=(i=(o=e.ios)===null||o===void 0?void 0:o.scheme)!==null&&i!==void 0?i:"App",E="App",g=(0,ie.resolve)(D,E),_=`${E}/App`,S=(0,ie.resolve)(D,_),T=`${E}/App.xcodeproj`,O=(0,ie.resolve)(D,T),B=(0,Li.lazy)(()=>i5(g)),R=(0,Li.lazy)(()=>u5(t,D,g)),N=(0,Li.lazy)(()=>a5(g,S,O)),A="capacitor-cordova-ios-plugins",U={exportMethod:(s=(a=e.ios)===null||a===void 0?void 0:a.buildOptions)===null||s===void 0?void 0:s.exportMethod,xcodeSigningStyle:(c=(u=e.ios)===null||u===void 0?void 0:u.buildOptions)===null||c===void 0?void 0:c.signingStyle,signingCertificate:(f=(l=e.ios)===null||l===void 0?void 0:l.buildOptions)===null||f===void 0?void 0:f.signingCertificate,provisioningProfile:(h=(d=e.ios)===null||d===void 0?void 0:d.buildOptions)===null||h===void 0?void 0:h.provisioningProfile};return{name:"ios",minVersion:"14.0",platformDir:b,platformDirAbs:D,scheme:C,cordovaPluginsDir:A,cordovaPluginsDirAbs:(0,ie.resolve)(D,A),nativeProjectDir:E,nativeProjectDirAbs:g,nativeTargetDir:_,nativeTargetDirAbs:S,nativeXcodeProjDir:T,nativeXcodeProjDirAbs:O,nativeXcodeWorkspaceDir:(0,Li.lazy)(async()=>(0,ie.relative)(D,await B)),nativeXcodeWorkspaceDirAbs:B,webDir:(0,Li.lazy)(async()=>(0,ie.relative)(D,await N)),webDirAbs:N,podPath:R,buildOptions:U}}async function n5(t,e){let r=e,n=(0,ie.resolve)(t,r);return{name:"web",platformDir:r,platformDirAbs:n}}function o5(t){switch(t){case"darwin":return"mac";case"win32":return"windows";case"linux":return"linux"}return"unknown"}async function i5(t){return(0,ie.resolve)(t,"App.xcworkspace")}async function a5(t,e,r){let n=/path\s=\spublic[\s\S]+?sourceTree\s=\s([^;]+)/,o=(0,ie.resolve)(r,"project.pbxproj");try{let a=(await(0,qt.readFile)(o,{encoding:"utf8"})).match(n);if(a&&a[1]==="SOURCE_ROOT")return G4.logger.warn(`Using the iOS project root for the ${xo.default.strong("public")} directory is deprecated.
96
+ ${(n=o.stack)!==null&&n!==void 0?n:o}`)}}async function Q4(t){var e;let r=(0,ie.resolve)(t,ut.CONFIG_FILE_NAME_TS);if(await(0,qt.pathExists)(r))return X4(t,ut.CONFIG_FILE_NAME_TS,r);let n=(0,ie.resolve)(t,ut.CONFIG_FILE_NAME_JS);if(await(0,qt.pathExists)(n))return Z4(t,ut.CONFIG_FILE_NAME_JS,n);let o=(0,ie.resolve)(t,ut.CONFIG_FILE_NAME_JSON);return{extConfigType:"json",extConfigName:ut.CONFIG_FILE_NAME_JSON,extConfigFilePath:o,extConfig:(e=await(0,Om.tryFn)(qt.readJSON,o))!==null&&e!==void 0?e:{}}}async function e5(t){let e="assets",r=(0,ie.join)(t,e),n="ios-pods-template.tar.gz",o="capacitor-cordova-ios-plugins.tar.gz",i="android-template.tar.gz",a="capacitor-cordova-android-plugins.tar.gz";return{rootDir:t,assetsDir:e,assetsDirAbs:r,assets:{ios:{platformTemplateArchive:n,platformTemplateArchiveAbs:(0,ie.resolve)(r,n),cordovaPluginsTemplateArchive:o,cordovaPluginsTemplateArchiveAbs:(0,ie.resolve)(r,o)},android:{platformTemplateArchive:i,platformTemplateArchiveAbs:(0,ie.resolve)(r,i),cordovaPluginsTemplateArchive:a,cordovaPluginsTemplateArchiveAbs:(0,ie.resolve)(r,a)}},package:await(0,qt.readJSON)((0,ie.resolve)(t,"package.json")),os:o5(process.platform)}}async function t5(t,e,r){var n,o,i,a,s,u,c,l,f,d,h,m,b,D,C,E,g;let _="android",S=(o=(n=e.android)===null||n===void 0?void 0:n.path)!==null&&o!==void 0?o:"android",T=(0,ie.resolve)(t,S),O="app",B=`${O}/src`,R=`${B}/main`,N=`${R}/assets`,A=`${N}/public`,L=`${R}/res`,M=`${O}/build/outputs/apk/`,Q=((i=e.android)===null||i===void 0?void 0:i.flavor)||"";!((a=e.android)===null||a===void 0)&&a.flavor&&(M=`${M}/${(s=e.android)===null||s===void 0?void 0:s.flavor}`);let $=(0,z4.parseApkNameFromFlavor)(Q),y=`${M}/debug`,v="capacitor-cordova-android-plugins",w=(0,Li.lazy)(()=>s5(r.os)),F={keystorePath:(c=(u=e.android)===null||u===void 0?void 0:u.buildOptions)===null||c===void 0?void 0:c.keystorePath,keystorePassword:(f=(l=e.android)===null||l===void 0?void 0:l.buildOptions)===null||f===void 0?void 0:f.keystorePassword,keystoreAlias:(h=(d=e.android)===null||d===void 0?void 0:d.buildOptions)===null||h===void 0?void 0:h.keystoreAlias,keystoreAliasPassword:(b=(m=e.android)===null||m===void 0?void 0:m.buildOptions)===null||b===void 0?void 0:b.keystoreAliasPassword,signingType:(C=(D=e.android)===null||D===void 0?void 0:D.buildOptions)===null||C===void 0?void 0:C.signingType,releaseType:(g=(E=e.android)===null||E===void 0?void 0:E.buildOptions)===null||g===void 0?void 0:g.releaseType};return{name:_,minVersion:"23",studioPath:w,platformDir:S,platformDirAbs:T,cordovaPluginsDir:v,cordovaPluginsDirAbs:(0,ie.resolve)(T,v),appDir:O,appDirAbs:(0,ie.resolve)(T,O),srcDir:B,srcDirAbs:(0,ie.resolve)(T,B),srcMainDir:R,srcMainDirAbs:(0,ie.resolve)(T,R),assetsDir:N,assetsDirAbs:(0,ie.resolve)(T,N),webDir:A,webDirAbs:(0,ie.resolve)(T,A),resDir:L,resDirAbs:(0,ie.resolve)(T,L),apkName:$,buildOutputDir:y,buildOutputDirAbs:(0,ie.resolve)(T,y),flavor:Q,buildOptions:F}}async function r5(t,e){var r,n,o,i,a,s,u,c,l,f,d,h;let b=(n=(r=e.ios)===null||r===void 0?void 0:r.path)!==null&&n!==void 0?n:"ios",D=(0,ie.resolve)(t,b),C=(i=(o=e.ios)===null||o===void 0?void 0:o.scheme)!==null&&i!==void 0?i:"App",E="App",g=(0,ie.resolve)(D,E),_=`${E}/App`,S=(0,ie.resolve)(D,_),T=`${E}/App.xcodeproj`,O=(0,ie.resolve)(D,T),B=(0,Li.lazy)(()=>i5(g)),R=(0,Li.lazy)(()=>u5(t,D,g)),N=(0,Li.lazy)(()=>a5(g,S,O)),A="capacitor-cordova-ios-plugins",L={exportMethod:(s=(a=e.ios)===null||a===void 0?void 0:a.buildOptions)===null||s===void 0?void 0:s.exportMethod,xcodeSigningStyle:(c=(u=e.ios)===null||u===void 0?void 0:u.buildOptions)===null||c===void 0?void 0:c.signingStyle,signingCertificate:(f=(l=e.ios)===null||l===void 0?void 0:l.buildOptions)===null||f===void 0?void 0:f.signingCertificate,provisioningProfile:(h=(d=e.ios)===null||d===void 0?void 0:d.buildOptions)===null||h===void 0?void 0:h.provisioningProfile};return{name:"ios",minVersion:"14.0",platformDir:b,platformDirAbs:D,scheme:C,cordovaPluginsDir:A,cordovaPluginsDirAbs:(0,ie.resolve)(D,A),nativeProjectDir:E,nativeProjectDirAbs:g,nativeTargetDir:_,nativeTargetDirAbs:S,nativeXcodeProjDir:T,nativeXcodeProjDirAbs:O,nativeXcodeWorkspaceDir:(0,Li.lazy)(async()=>(0,ie.relative)(D,await B)),nativeXcodeWorkspaceDirAbs:B,webDir:(0,Li.lazy)(async()=>(0,ie.relative)(D,await N)),webDirAbs:N,podPath:R,buildOptions:L}}async function n5(t,e){let r=e,n=(0,ie.resolve)(t,r);return{name:"web",platformDir:r,platformDirAbs:n}}function o5(t){switch(t){case"darwin":return"mac";case"win32":return"windows";case"linux":return"linux"}return"unknown"}async function i5(t){return(0,ie.resolve)(t,"App.xcworkspace")}async function a5(t,e,r){let n=/path\s=\spublic[\s\S]+?sourceTree\s=\s([^;]+)/,o=(0,ie.resolve)(r,"project.pbxproj");try{let a=(await(0,qt.readFile)(o,{encoding:"utf8"})).match(n);if(a&&a[1]==="SOURCE_ROOT")return G4.logger.warn(`Using the iOS project root for the ${xo.default.strong("public")} directory is deprecated.
97
97
  Please follow the Upgrade Guide to move ${xo.default.strong("public")} inside the iOS target directory: ${xo.default.strong("https://capacitorjs.com/docs/updating/3-0#move-public-into-the-ios-target-directory")}`),(0,ie.resolve)(t,"public")}catch{}return(0,ie.resolve)(e,"public")}async function s5(t){if(process.env.CAPACITOR_ANDROID_STUDIO_PATH)return process.env.CAPACITOR_ANDROID_STUDIO_PATH;switch(t){case"mac":return"/Applications/Android Studio.app";case"windows":{let{runCommand:e}=await Promise.resolve().then(()=>km.__importStar(sl())),r="C:\\Program Files\\Android\\Android Studio\\bin\\studio64.exe";try{if(!await(0,qt.pathExists)(r)){let n=await e("REG",["QUERY","HKEY_LOCAL_MACHINE\\SOFTWARE\\Android Studio","/v","Path"]);n=n.replace(/(\r\n|\n|\r)/gm,"");let o=n.indexOf("REG_SZ");o>0&&(r=n.substring(o+6).trim()+"\\bin\\studio64.exe")}}catch(n){n1("Error checking registry for Android Studio path: %O",n);break}return r}case"linux":return"/usr/local/android-studio/bin/studio.sh"}return""}async function u5(t,e,r){if(process.env.CAPACITOR_COCOAPODS_PATH)return process.env.CAPACITOR_COCOAPODS_PATH;let n="";if(await(0,qt.pathExists)((0,ie.resolve)(t,"Gemfile"))?n=(0,ie.resolve)(t,"Gemfile"):await(0,qt.pathExists)((0,ie.resolve)(e,"Gemfile"))?n=(0,ie.resolve)(e,"Gemfile"):await(0,qt.pathExists)((0,ie.resolve)(r,"Gemfile"))&&(n=(0,ie.resolve)(r,"Gemfile")),!(n!=""))try{let i=await(0,K4.getCommandOutput)("git",["rev-parse","--show-toplevel"],{cwd:t});i!=null&&(n=(0,ie.resolve)(i,"Gemfile"))}catch{}try{let i=(await(0,qt.readFile)(n)).toString();return i&&new RegExp(/gem\s+['"]cocoapods/).test(i)?"bundle exec pod":"pod"}catch{return"pod"}}function c5(t){return`import type { CapacitorConfig } from '@capacitor/cli';
98
98
 
99
99
  const config: CapacitorConfig = ${(0,W4.formatJSObject)(t)};
@@ -101,7 +101,7 @@ const config: CapacitorConfig = ${(0,W4.formatJSObject)(t)};
101
101
  export default config;
102
102
  `}});function l5(){try{return Tm.default.statSync("/.dockerenv"),!0}catch{return!1}}function f5(){try{return Tm.default.readFileSync("/proc/self/cgroup","utf8").includes("docker")}catch{return!1}}function Im(){return Pm===void 0&&(Pm=l5()||f5()),Pm}var Tm,Pm,a1=et(()=>{Tm=ge(require("node:fs"),1)});function Mi(){return Rm===void 0&&(Rm=p5()||Im()),Rm}var s1,Rm,p5,Bm=et(()=>{s1=ge(require("node:fs"),1);a1();p5=()=>{try{return s1.default.statSync("/run/.containerenv"),!0}catch{return!1}}});var jm,c1,l1,u1,kn,Nm=et(()=>{jm=ge(require("node:process"),1),c1=ge(require("node:os"),1),l1=ge(require("node:fs"),1);Bm();u1=()=>{if(jm.default.platform!=="linux")return!1;if(c1.default.release().toLowerCase().includes("microsoft"))return!Mi();try{return l1.default.readFileSync("/proc/version","utf8").toLowerCase().includes("microsoft")?!Mi():!1}catch{return!1}},kn=jm.default.env.__IS_WSL_TEST__?u1:u1()});var Lm,gs,d5,h5,Um,f1=et(()=>{Lm=ge(require("node:process"),1),gs=ge(require("node:fs/promises"),1);Nm();Nm();d5=(()=>{let t="/mnt/",e;return async function(){if(e)return e;let r="/etc/wsl.conf",n=!1;try{await gs.default.access(r,gs.constants.F_OK),n=!0}catch{}if(!n)return t;let o=await gs.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}})(),h5=async()=>`${await d5()}c/Windows/System32/WindowsPowerShell/v1.0/powershell.exe`,Um=async()=>kn?h5():`${Lm.default.env.SYSTEMROOT||Lm.default.env.windir||String.raw`C:\Windows`}\\System32\\WindowsPowerShell\\v1.0\\powershell.exe`});function $n(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 p1=et(()=>{});async function Mm(){if(h1.default.platform!=="darwin")throw new Error("macOS only");let{stdout:t}=await m5("defaults",["read","com.apple.LaunchServices/com.apple.launchservices.secure","LSHandlers"]);return/LSHandlerRoleAll = "(?!-)(?<id>[^"]+?)";\s+?LSHandlerURLScheme = (?:http|https);/.exec(t)?.groups.id??"com.apple.Safari"}var d1,h1,m1,m5,g1=et(()=>{d1=require("node:util"),h1=ge(require("node:process"),1),m1=require("node:child_process"),m5=(0,d1.promisify)(m1.execFile)});async function b1(t,{humanReadableOutput:e=!0,signal:r}={}){if(D1.default.platform!=="darwin")throw new Error("macOS only");let n=e?[]:["-ss"],o={};r&&(o.signal=r);let{stdout:i}=await g5("osascript",["-e",t,n],o);return i.trim()}var D1,y1,qm,g5,v1=et(()=>{D1=ge(require("node:process"),1),y1=require("node:util"),qm=require("node:child_process"),g5=(0,y1.promisify)(qm.execFile)});async function Hm(t){return b1(`tell application "Finder" to set app_path to application file id "${t}" as string
103
103
  tell application "System Events" to get value of property list item "CFBundleName" of property list file (app_path & ":Contents:Info.plist")`)}var w1=et(()=>{v1()});async function Vm(t=D5){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 hl(`Cannot find Windows browser in stdout: ${JSON.stringify(e)}`);let{id:n}=r.groups,o=y5[n];if(!o)throw new hl(`Unknown browser ID: ${n}`);return o}var C1,E1,D5,y5,hl,_1=et(()=>{C1=require("node:util"),E1=require("node:child_process"),D5=(0,C1.promisify)(E1.execFile),y5={AppXq0fevzme2pys62n3e0fbqa7peapykr8v:{name:"Edge",id:"com.microsoft.edge.old"},MSEdgeDHTML:{name:"Edge",id:"com.microsoft.edge"},MSEdgeHTM:{name:"Edge",id:"com.microsoft.edge"},"IE.HTTP":{name:"Internet Explorer",id:"com.microsoft.ie"},FirefoxURL:{name:"Firefox",id:"org.mozilla.firefox"},ChromeHTML:{name:"Chrome",id:"com.google.chrome"},BraveHTML:{name:"Brave",id:"com.brave.Browser"},BraveBHTML:{name:"Brave Beta",id:"com.brave.Browser.beta"},BraveSSHTM:{name:"Brave Nightly",id:"com.brave.Browser.nightly"}},hl=class extends Error{}});async function zm(){if(ml.default.platform==="darwin"){let t=await Mm();return{name:await Hm(t),id:t}}if(ml.default.platform==="linux"){let{stdout:t}=await b5("xdg-mime",["query","default","x-scheme-handler/http"]),e=t.trim();return{name:v5(e.replace(/.desktop$/,"").replace("-"," ")),id:e}}if(ml.default.platform==="win32")return Vm();throw new Error("Only macOS, Linux, and Windows are supported")}var x1,ml,S1,b5,v5,F1=et(()=>{x1=require("node:util"),ml=ge(require("node:process"),1),S1=require("node:child_process");g1();w1();_1();b5=(0,x1.promisify)(S1.execFile),v5=t=>t.toLowerCase().replaceAll(/(?:^|\s|-)\S/g,e=>e.toUpperCase())});var Xm={};qr(Xm,{apps:()=>Pn,default:()=>x5,openApp:()=>_5});async function C5(){let t=await Um(),e=String.raw`(Get-ItemProperty -Path "HKCU:\Software\Microsoft\Windows\Shell\Associations\UrlAssociations\http\UserChoice").ProgId`,r=Km.Buffer.from(e,"utf16le").toString("base64"),{stdout:n}=await w5(t,["-NoProfile","-NonInteractive","-ExecutionPolicy","Bypass","-EncodedCommand",r],{encoding:"utf8"}),o=n.trim(),i={ChromeHTML:"com.google.chrome",BraveHTML:"com.brave.Browser",MSEdgeHTM:"com.microsoft.edge",FirefoxURL:"org.mozilla.firefox"};return i[o]?{id:i[o]}:{}}function $1(t){if(typeof t=="string"||Array.isArray(t))return t;let{[O1]:e}=t;if(!e)throw new Error(`${O1} is not supported`);return e}function Dl({[qi]:t},{wsl:e}){if(e&&kn)return $1(e);if(!t)throw new Error(`${qi} is not supported`);return $1(t)}var Wm,Km,Ym,P1,T1,Jm,gl,S5,w5,Gm,A1,qi,O1,k1,Ds,E5,_5,Pn,x5,Zm=et(()=>{Wm=ge(require("node:process"),1),Km=require("node:buffer"),Ym=ge(require("node:path"),1),P1=require("node:url"),T1=require("node:util"),Jm=ge(require("node:child_process"),1),gl=ge(require("node:fs/promises"),1);f1();p1();F1();Bm();S5={},w5=(0,T1.promisify)(Jm.default.execFile),Gm=Ym.default.dirname((0,P1.fileURLToPath)(S5.url)),A1=Ym.default.join(Gm,"xdg-open"),{platform:qi,arch:O1}=Wm.default;k1=async(t,e)=>{let r;for(let n of t)try{return await e(n)}catch(o){r=o}throw r},Ds=async t=>{if(t={wait:!1,background:!1,newInstance:!1,allowNonzeroExitCode:!1,...t},Array.isArray(t.app))return k1(t.app,s=>Ds({...t,app:s}));let{name:e,arguments:r=[]}=t.app??{};if(r=[...r],Array.isArray(e))return k1(e,s=>Ds({...t,app:{name:s,arguments:r}}));if(e==="browser"||e==="browserPrivate"){let s={"com.google.chrome":"chrome","google-chrome.desktop":"chrome","com.brave.Browser":"brave","org.mozilla.firefox":"firefox","firefox.desktop":"firefox","com.microsoft.msedge":"edge","com.microsoft.edge":"edge","com.microsoft.edgemac":"edge","microsoft-edge.desktop":"edge"},u={chrome:"--incognito",brave:"--incognito",firefox:"--private-window",edge:"--inPrivate"},c=kn?await C5():await zm();if(c.id in s){let l=s[c.id];return e==="browserPrivate"&&r.push(u[l]),Ds({...t,app:{name:Pn[l],arguments:r}})}throw new Error(`${c.name} is not supported as a default browser`)}let n,o=[],i={};if(qi==="darwin")n="open",t.wait&&o.push("--wait-apps"),t.background&&o.push("--background"),t.newInstance&&o.push("--new"),e&&o.push("-a",e);else if(qi==="win32"||kn&&!Mi()&&!e){n=await Um(),o.push("-NoProfile","-NonInteractive","-ExecutionPolicy","Bypass","-EncodedCommand"),kn||(i.windowsVerbatimArguments=!0);let s=["Start"];t.wait&&s.push("-Wait"),e?(s.push(`"\`"${e}\`""`),t.target&&r.push(t.target)):t.target&&s.push(`"${t.target}"`),r.length>0&&(r=r.map(u=>`"\`"${u}\`""`),s.push("-ArgumentList",r.join(","))),t.target=Km.Buffer.from(s.join(" "),"utf16le").toString("base64")}else{if(e)n=e;else{let s=!Gm||Gm==="/",u=!1;try{await gl.default.access(A1,gl.constants.X_OK),u=!0}catch{}n=Wm.default.versions.electron??(qi==="android"||s||!u)?"xdg-open":A1}r.length>0&&o.push(...r),t.wait||(i.stdio="ignore",i.detached=!0)}qi==="darwin"&&r.length>0&&o.push("--args",...r),t.target&&o.push(t.target);let a=Jm.default.spawn(n,o,i);return t.wait?new Promise((s,u)=>{a.once("error",u),a.once("close",c=>{if(!t.allowNonzeroExitCode&&c>0){u(new Error(`Exited with code ${c}`));return}s(a)})}):(a.unref(),a)},E5=(t,e)=>{if(typeof t!="string")throw new TypeError("Expected a `target`");return Ds({...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 Ds({...e,app:{name:t,arguments:r}})};Pn={};$n(Pn,"chrome",()=>Dl({darwin:"google chrome",win32:"chrome",linux:["google-chrome","google-chrome-stable","chromium"]},{wsl:{ia32:"/mnt/c/Program Files (x86)/Google/Chrome/Application/chrome.exe",x64:["/mnt/c/Program Files/Google/Chrome/Application/chrome.exe","/mnt/c/Program Files (x86)/Google/Chrome/Application/chrome.exe"]}}));$n(Pn,"brave",()=>Dl({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"]}}));$n(Pn,"firefox",()=>Dl({darwin:"firefox",win32:String.raw`C:\Program Files\Mozilla Firefox\firefox.exe`,linux:"firefox"},{wsl:"/mnt/c/Program Files/Mozilla Firefox/firefox.exe"}));$n(Pn,"edge",()=>Dl({darwin:"microsoft edge",win32:"msedge",linux:["microsoft-edge","microsoft-edge-dev"]},{wsl:"/mnt/c/Program Files (x86)/Microsoft/Edge/Application/msedge.exe"}));$n(Pn,"browser",()=>"browser");$n(Pn,"browserPrivate",()=>"browserPrivate");x5=E5});var Ul=x(lr=>{"use strict";lr.isInteger=t=>typeof t=="number"?Number.isInteger(t):typeof t=="string"&&t.trim()!==""?Number.isInteger(Number(t)):!1;lr.find=(t,e)=>t.nodes.find(r=>r.type===e);lr.exceedsLimit=(t,e,r=1,n)=>n===!1||!lr.isInteger(t)||!lr.isInteger(e)?!1:(Number(e)-Number(t))/Number(r)>=n;lr.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)};lr.encloseBrace=t=>t.type!=="brace"?!1:t.commas>>0+t.ranges>>0===0?(t.invalid=!0,!0):!1;lr.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;lr.isOpenOrClose=t=>t.type==="open"||t.type==="close"?!0:t.open===!0||t.close===!0;lr.reduce=t=>t.reduce((e,r)=>(r.type==="text"&&e.push(r.value),r.type==="range"&&(r.type="text"),e),[]);lr.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 Ml=x((DY,W2)=>{"use strict";var G2=Ul();W2.exports=(t,e={})=>{let r=(n,o={})=>{let i=e.escapeInvalid&&G2.isInvalidBrace(o),a=n.invalid===!0&&e.escapeInvalid===!0,s="";if(n.value)return(i||a)&&G2.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 Y2=x((yY,K2)=>{"use strict";K2.exports=function(t){return typeof t=="number"?t-t===0:typeof t=="string"&&t.trim()!==""?Number.isFinite?Number.isFinite(+t):isFinite(+t):!1}});var oS=x((bY,nS)=>{"use strict";var J2=Y2(),Po=(t,e,r)=>{if(J2(t)===!1)throw new TypeError("toRegexRange: expected the first argument to be a number");if(e===void 0||t===e)return String(t);if(J2(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(Po.cache.hasOwnProperty(u))return Po.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 f=rS(t)||rS(e),d={min:t,max:e,a:c,b:l},h=[],m=[];if(f&&(d.isPadded=f,d.maxLen=String(d.max).length),c<0){let b=l<0?Math.abs(l):1;m=X2(b,Math.abs(c),d,n),c=d.a=0}return l>=0&&(h=X2(c,l,d,n)),d.negatives=m,d.positives=h,d.result=pU(m,h,n),n.capture===!0?d.result=`(${d.result})`:n.wrap!==!1&&h.length+m.length>1&&(d.result=`(?:${d.result})`),Po.cache[u]=d,d.result};function pU(t,e,r){let n=wg(t,e,"-",!1,r)||[],o=wg(e,t,"",!1,r)||[],i=wg(t,e,"-?",!0,r)||[];return n.concat(i).concat(o).join("|")}function dU(t,e){let r=1,n=1,o=Q2(t,r),i=new Set([e]);for(;t<=o&&o<=e;)i.add(o),r+=1,o=Q2(t,r);for(o=eS(e+1,n)-1;t<o&&o<=e;)i.add(o),n+=1,o=eS(e+1,n)-1;return i=[...i],i.sort(gU),i}function hU(t,e,r){if(t===e)return{pattern:t,count:[],digits:0};let n=mU(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+=DU(u,c,r):a++}return a&&(i+=r.shorthand===!0?"\\d":"[0-9]"),{pattern:i,count:[a],digits:o}}function X2(t,e,r,n){let o=dU(t,e),i=[],a=t,s;for(let u=0;u<o.length;u++){let c=o[u],l=hU(String(a),String(c),n),f="";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+tS(s.count),a=c+1;continue}r.isPadded&&(f=yU(c,r,n)),l.string=f+l.pattern+tS(l.count),i.push(l),a=c+1,s=l}return i}function wg(t,e,r,n,o){let i=[];for(let a of t){let{string:s}=a;!n&&!Z2(e,"string",s)&&i.push(r+s),n&&Z2(e,"string",s)&&i.push(r+s)}return i}function mU(t,e){let r=[];for(let n=0;n<t.length;n++)r.push([t[n],e[n]]);return r}function gU(t,e){return t>e?1:e>t?-1:0}function Z2(t,e,r){return t.some(n=>n[e]===r)}function Q2(t,e){return Number(String(t).slice(0,-e)+"9".repeat(e))}function eS(t,e){return t-t%Math.pow(10,e)}function tS(t){let[e=0,r=""]=t;return r||e>1?`{${e+(r?","+r:"")}}`:""}function DU(t,e,r){return`[${t}${e-t===1?"":"-"}${e}]`}function rS(t){return/^-?(0+)\d/.test(t)}function yU(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}}`}}Po.cache={};Po.clearCache=()=>Po.cache={};nS.exports=Po});var _g=x((vY,fS)=>{"use strict";var bU=require("util"),aS=oS(),iS=t=>t!==null&&typeof t=="object"&&!Array.isArray(t),vU=t=>e=>t===!0?Number(e):String(e),Cg=t=>typeof t=="number"||typeof t=="string"&&t!=="",Fs=t=>Number.isInteger(+t),Eg=t=>{let e=`${t}`,r=-1;if(e[0]==="-"&&(e=e.slice(1)),e==="0")return!1;for(;e[++r]==="0";);return r>0},wU=(t,e,r)=>typeof t=="string"||typeof e=="string"?!0:r.stringify===!0,CU=(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},Hl=(t,e)=>{let r=t[0]==="-"?"-":"";for(r&&(t=t.slice(1),e--);t.length<e;)t="0"+t;return r?"-"+t:t},EU=(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=>Hl(String(s),r)).join("|")),t.negatives.length&&(i=`-(${n}${t.negatives.map(s=>Hl(String(s),r)).join("|")})`),o&&i?a=`${o}|${i}`:a=o||i,e.wrap?`(${n}${a})`:a},sS=(t,e,r,n)=>{if(r)return aS(t,e,{wrap:!1,...n});let o=String.fromCharCode(t);if(t===e)return o;let i=String.fromCharCode(e);return`[${o}-${i}]`},uS=(t,e,r)=>{if(Array.isArray(t)){let n=r.wrap===!0,o=r.capture?"":"?:";return n?`(${o}${t.join("|")})`:t.join("|")}return aS(t,e,r)},cS=(...t)=>new RangeError("Invalid range arguments: "+bU.inspect(...t)),lS=(t,e,r)=>{if(r.strictRanges===!0)throw cS([t,e]);return[]},_U=(t,e)=>{if(e.strictRanges===!0)throw new TypeError(`Expected step "${t}" to be a number`);return[]},xU=(t,e,r=1,n={})=>{let o=Number(t),i=Number(e);if(!Number.isInteger(o)||!Number.isInteger(i)){if(n.strictRanges===!0)throw cS([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=Eg(s)||Eg(u)||Eg(c),f=l?Math.max(s.length,u.length,c.length):0,d=l===!1&&wU(t,e,n)===!1,h=n.transform||vU(d);if(n.toRegex&&r===1)return sS(Hl(t,f),Hl(e,f),!0,n);let m={negatives:[],positives:[]},b=E=>m[E<0?"negatives":"positives"].push(Math.abs(E)),D=[],C=0;for(;a?o>=i:o<=i;)n.toRegex===!0&&r>1?b(o):D.push(CU(h(o,C),f,d)),o=a?o-r:o+r,C++;return n.toRegex===!0?r>1?EU(m,n,f):uS(D,null,{wrap:!1,...n}):D},SU=(t,e,r=1,n={})=>{if(!Fs(t)&&t.length>1||!Fs(e)&&e.length>1)return lS(t,e,n);let o=n.transform||(d=>String.fromCharCode(d)),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 sS(u,c,!1,n);let l=[],f=0;for(;s?i>=a:i<=a;)l.push(o(i,f)),i=s?i-r:i+r,f++;return n.toRegex===!0?uS(l,null,{wrap:!1,options:n}):l},ql=(t,e,r,n={})=>{if(e==null&&Cg(t))return[t];if(!Cg(t)||!Cg(e))return lS(t,e,n);if(typeof r=="function")return ql(t,e,1,{transform:r});if(iS(r))return ql(t,e,0,r);let o={...n};return o.capture===!0&&(o.wrap=!0),r=r||o.step||1,Fs(r)?Fs(t)&&Fs(e)?xU(t,e,r,o):SU(t,e,Math.max(Math.abs(r),1),o):r!=null&&!iS(r)?_U(r,o):ql(t,e,1,r)};fS.exports=ql});var hS=x((wY,dS)=>{"use strict";var FU=_g(),pS=Ul(),AU=(t,e={})=>{let r=(n,o={})=>{let i=pS.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=pS.reduce(n.nodes),f=FU(...l,{...e,wrap:!1,toRegex:!0,strictZeros:!0});if(f.length!==0)return l.length>1&&f.length>1?`(${f})`:f}if(n.nodes)for(let l of n.nodes)c+=r(l,n);return c};return r(t)};dS.exports=AU});var DS=x((CY,gS)=>{"use strict";var OU=_g(),mS=Ml(),ra=Ul(),To=(t="",e="",r=!1)=>{let n=[];if(t=[].concat(t),e=[].concat(e),!e.length)return t;if(!t.length)return r?ra.flatten(e).map(o=>`{${o}}`):e;for(let o of t)if(Array.isArray(o))for(let i of o)n.push(To(i,e,r));else for(let i of e)r===!0&&typeof i=="string"&&(i=`{${i}}`),n.push(Array.isArray(i)?To(o,i,r):o+i);return ra.flatten(n)},kU=(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(To(s.pop(),mS(o,e)));return}if(o.type==="brace"&&o.invalid!==!0&&o.nodes.length===2){s.push(To(s.pop(),["{}"]));return}if(o.nodes&&o.ranges>0){let f=ra.reduce(o.nodes);if(ra.exceedsLimit(...f,e.step,r))throw new RangeError("expanded array length exceeds range limit. Use options.rangeLimit to increase or disable the limit.");let d=OU(...f,e);d.length===0&&(d=mS(o,e)),s.push(To(s.pop(),d)),o.nodes=[];return}let u=ra.encloseBrace(o),c=o.queue,l=o;for(;l.type!=="brace"&&l.type!=="root"&&l.parent;)l=l.parent,c=l.queue;for(let f=0;f<o.nodes.length;f++){let d=o.nodes[f];if(d.type==="comma"&&o.type==="brace"){f===1&&c.push(""),c.push("");continue}if(d.type==="close"){s.push(To(s.pop(),c,u));continue}if(d.value&&d.type!=="open"){c.push(To(c.pop(),d.value));continue}d.nodes&&n(d,o)}return c};return ra.flatten(n(t))};gS.exports=kU});var bS=x((EY,yS)=>{"use strict";yS.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:`
104
- `,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 _S=x((_Y,ES)=>{"use strict";var $U=Ml(),{MAX_LENGTH:vS,CHAR_BACKSLASH:xg,CHAR_BACKTICK:PU,CHAR_COMMA:TU,CHAR_DOT:IU,CHAR_LEFT_PARENTHESES:RU,CHAR_RIGHT_PARENTHESES:BU,CHAR_LEFT_CURLY_BRACE:jU,CHAR_RIGHT_CURLY_BRACE:NU,CHAR_LEFT_SQUARE_BRACKET:wS,CHAR_RIGHT_SQUARE_BRACKET:CS,CHAR_DOUBLE_QUOTE:LU,CHAR_SINGLE_QUOTE:UU,CHAR_NO_BREAK_SPACE:MU,CHAR_ZERO_WIDTH_NOBREAK_SPACE:qU}=bS(),HU=(t,e={})=>{if(typeof t!="string")throw new TypeError("Expected a string");let r=e||{},n=typeof r.maxLength=="number"?Math.min(vS,r.maxLength):vS;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,f=0,d,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],d=h(),!(d===qU||d===MU)){if(d===xg){m({type:"text",value:(e.keepEscaping?d:"")+h()});continue}if(d===CS){m({type:"text",value:"\\"+d});continue}if(d===wS){u++;let b;for(;l<c&&(b=h());){if(d+=b,b===wS){u++;continue}if(b===xg){d+=h();continue}if(b===CS&&(u--,u===0))break}m({type:"text",value:d});continue}if(d===RU){a=m({type:"paren",nodes:[]}),i.push(a),m({type:"text",value:d});continue}if(d===BU){if(a.type!=="paren"){m({type:"text",value:d});continue}a=i.pop(),m({type:"text",value:d}),a=i[i.length-1];continue}if(d===LU||d===UU||d===PU){let b=d,D;for(e.keepQuotes!==!0&&(d="");l<c&&(D=h());){if(D===xg){d+=D+h();continue}if(D===b){e.keepQuotes===!0&&(d+=D);break}d+=D}m({type:"text",value:d});continue}if(d===jU){f++;let D={type:"brace",open:!0,close:!1,dollar:s.value&&s.value.slice(-1)==="$"||a.dollar===!0,depth:f,commas:0,ranges:0,nodes:[]};a=m(D),i.push(a),m({type:"open",value:d});continue}if(d===NU){if(a.type!=="brace"){m({type:"text",value:d});continue}let b="close";a=i.pop(),a.close=!0,m({type:b,value:d}),f--,a=i[i.length-1];continue}if(d===TU&&f>0){if(a.ranges>0){a.ranges=0;let b=a.nodes.shift();a.nodes=[b,{type:"text",value:$U(a)}]}m({type:"comma",value:d}),a.commas++;continue}if(d===IU&&f>0&&a.commas===0){let b=a.nodes;if(f===0||b.length===0){m({type:"text",value:d});continue}if(s.type==="dot"){if(a.range=[],s.value+=d,s.type="range",a.nodes.length!==3&&a.nodes.length!==5){a.invalid=!0,a.ranges=0,s.type="text";continue}a.ranges++,a.args=[];continue}if(s.type==="range"){b.pop();let D=b[b.length-1];D.value+=s.value+d,s=D,a.ranges--;continue}m({type:"dot",value:d});continue}m({type:"text",value:d})}do if(a=i.pop(),a.type!=="root"){a.nodes.forEach(C=>{C.nodes||(C.type==="open"&&(C.isOpen=!0),C.type==="close"&&(C.isClose=!0),C.nodes||(C.type="text"),C.invalid=!0)});let b=i[i.length-1],D=b.nodes.indexOf(a);b.nodes.splice(D,1,...a.nodes)}while(i.length>0);return m({type:"eos"}),o};ES.exports=HU});var FS=x((xY,SS)=>{"use strict";var xS=Ml(),VU=hS(),zU=DS(),GU=_S(),Kt=(t,e={})=>{let r=[];if(Array.isArray(t))for(let n of t){let o=Kt.create(n,e);Array.isArray(o)?r.push(...o):r.push(o)}else r=[].concat(Kt.create(t,e));return e&&e.expand===!0&&e.nodupes===!0&&(r=[...new Set(r)]),r};Kt.parse=(t,e={})=>GU(t,e);Kt.stringify=(t,e={})=>xS(typeof t=="string"?Kt.parse(t,e):t,e);Kt.compile=(t,e={})=>(typeof t=="string"&&(t=Kt.parse(t,e)),VU(t,e));Kt.expand=(t,e={})=>{typeof t=="string"&&(t=Kt.parse(t,e));let r=zU(t,e);return e.noempty===!0&&(r=r.filter(Boolean)),e.nodupes===!0&&(r=[...new Set(r)]),r};Kt.create=(t,e={})=>t===""||t.length<3?[t]:e.expand!==!0?Kt.compile(t,e):Kt.expand(t,e);SS.exports=Kt});var As=x((SY,PS)=>{"use strict";var WU=require("path"),Nr="\\\\/",AS=`[^${Nr}]`,sn="\\.",KU="\\+",YU="\\?",Vl="\\/",JU="(?=.)",OS="[^/]",Sg=`(?:${Vl}|$)`,kS=`(?:^|${Vl})`,Fg=`${sn}{1,2}${Sg}`,XU=`(?!${sn})`,ZU=`(?!${kS}${Fg})`,QU=`(?!${sn}{0,1}${Sg})`,eM=`(?!${Fg})`,tM=`[^.${Vl}]`,rM=`${OS}*?`,$S={DOT_LITERAL:sn,PLUS_LITERAL:KU,QMARK_LITERAL:YU,SLASH_LITERAL:Vl,ONE_CHAR:JU,QMARK:OS,END_ANCHOR:Sg,DOTS_SLASH:Fg,NO_DOT:XU,NO_DOTS:ZU,NO_DOT_SLASH:QU,NO_DOTS_SLASH:eM,QMARK_NO_DOT:tM,STAR:rM,START_ANCHOR:kS},nM={...$S,SLASH_LITERAL:`[${Nr}]`,QMARK:AS,STAR:`${AS}*?`,DOTS_SLASH:`${sn}{1,2}(?:[${Nr}]|$)`,NO_DOT:`(?!${sn})`,NO_DOTS:`(?!(?:^|[${Nr}])${sn}{1,2}(?:[${Nr}]|$))`,NO_DOT_SLASH:`(?!${sn}{0,1}(?:[${Nr}]|$))`,NO_DOTS_SLASH:`(?!${sn}{1,2}(?:[${Nr}]|$))`,QMARK_NO_DOT:`[^.${Nr}]`,START_ANCHOR:`(?:^|[${Nr}])`,END_ANCHOR:`(?:[${Nr}]|$)`},oM={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"};PS.exports={MAX_LENGTH:1024*64,POSIX_REGEX_SOURCE:oM,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:WU.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?nM:$S}}});var Os=x(Ht=>{"use strict";var iM=require("path"),aM=process.platform==="win32",{REGEX_BACKSLASH:sM,REGEX_REMOVE_BACKSLASH:uM,REGEX_SPECIAL_CHARS:cM,REGEX_SPECIAL_CHARS_GLOBAL:lM}=As();Ht.isObject=t=>t!==null&&typeof t=="object"&&!Array.isArray(t);Ht.hasRegexChars=t=>cM.test(t);Ht.isRegexChar=t=>t.length===1&&Ht.hasRegexChars(t);Ht.escapeRegex=t=>t.replace(lM,"\\$1");Ht.toPosixSlashes=t=>t.replace(sM,"/");Ht.removeBackslashes=t=>t.replace(uM,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:aM===!0||iM.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 US=x((AY,LS)=>{"use strict";var TS=Os(),{CHAR_ASTERISK:Ag,CHAR_AT:fM,CHAR_BACKWARD_SLASH:ks,CHAR_COMMA:pM,CHAR_DOT:Og,CHAR_EXCLAMATION_MARK:kg,CHAR_FORWARD_SLASH:NS,CHAR_LEFT_CURLY_BRACE:$g,CHAR_LEFT_PARENTHESES:Pg,CHAR_LEFT_SQUARE_BRACKET:dM,CHAR_PLUS:hM,CHAR_QUESTION_MARK:IS,CHAR_RIGHT_CURLY_BRACE:mM,CHAR_RIGHT_PARENTHESES:RS,CHAR_RIGHT_SQUARE_BRACKET:gM}=As(),BS=t=>t===NS||t===ks,jS=t=>{t.isPrefix!==!0&&(t.depth=t.isGlobstar?1/0:1)},DM=(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,f=0,d=!1,h=!1,m=!1,b=!1,D=!1,C=!1,E=!1,g=!1,_=!1,S=!1,T=0,O,B,R={value:"",depth:0,isGlob:!1},N=()=>c>=n,A=()=>u.charCodeAt(c+1),U=()=>(O=B,u.charCodeAt(++c));for(;c<n;){B=U();let v;if(B===ks){E=R.backslashes=!0,B=U(),B===$g&&(C=!0);continue}if(C===!0||B===$g){for(T++;N()!==!0&&(B=U());){if(B===ks){E=R.backslashes=!0,U();continue}if(B===$g){T++;continue}if(C!==!0&&B===Og&&(B=U())===Og){if(d=R.isBrace=!0,m=R.isGlob=!0,S=!0,o===!0)continue;break}if(C!==!0&&B===pM){if(d=R.isBrace=!0,m=R.isGlob=!0,S=!0,o===!0)continue;break}if(B===mM&&(T--,T===0)){C=!1,d=R.isBrace=!0,S=!0;break}}if(o===!0)continue;break}if(B===NS){if(i.push(c),a.push(R),R={value:"",depth:0,isGlob:!1},S===!0)continue;if(O===Og&&c===l+1){l+=2;continue}f=c+1;continue}if(r.noext!==!0&&(B===hM||B===fM||B===Ag||B===IS||B===kg)===!0&&A()===Pg){if(m=R.isGlob=!0,b=R.isExtglob=!0,S=!0,B===kg&&c===l&&(_=!0),o===!0){for(;N()!==!0&&(B=U());){if(B===ks){E=R.backslashes=!0,B=U();continue}if(B===RS){m=R.isGlob=!0,S=!0;break}}continue}break}if(B===Ag){if(O===Ag&&(D=R.isGlobstar=!0),m=R.isGlob=!0,S=!0,o===!0)continue;break}if(B===IS){if(m=R.isGlob=!0,S=!0,o===!0)continue;break}if(B===dM){for(;N()!==!0&&(v=U());){if(v===ks){E=R.backslashes=!0,U();continue}if(v===gM){h=R.isBracket=!0,m=R.isGlob=!0,S=!0;break}}if(o===!0)continue;break}if(r.nonegate!==!0&&B===kg&&c===l){g=R.negated=!0,l++;continue}if(r.noparen!==!0&&B===Pg){if(m=R.isGlob=!0,o===!0){for(;N()!==!0&&(B=U());){if(B===Pg){E=R.backslashes=!0,B=U();continue}if(B===RS){S=!0;break}}continue}break}if(m===!0){if(S=!0,o===!0)continue;break}}r.noext===!0&&(b=!1,m=!1);let M=u,Q="",$="";l>0&&(Q=u.slice(0,l),u=u.slice(l),f-=l),M&&m===!0&&f>0?(M=u.slice(0,f),$=u.slice(f)):m===!0?(M="",$=u):M=u,M&&M!==""&&M!=="/"&&M!==u&&BS(M.charCodeAt(M.length-1))&&(M=M.slice(0,-1)),r.unescape===!0&&($&&($=TS.removeBackslashes($)),M&&E===!0&&(M=TS.removeBackslashes(M)));let y={prefix:Q,input:t,start:l,base:M,glob:$,isBrace:d,isBracket:h,isGlob:m,isExtglob:b,isGlobstar:D,negated:g,negatedExtglob:_};if(r.tokens===!0&&(y.maxDepth=0,BS(B)||a.push(R),y.tokens=a),r.parts===!0||r.tokens===!0){let v;for(let w=0;w<i.length;w++){let F=v?v+1:l,I=i[w],k=t.slice(F,I);r.tokens&&(w===0&&l!==0?(a[w].isPrefix=!0,a[w].value=Q):a[w].value=k,jS(a[w]),y.maxDepth+=a[w].depth),(w!==0||k!=="")&&s.push(k),v=I}if(v&&v+1<t.length){let w=t.slice(v+1);s.push(w),r.tokens&&(a[a.length-1].value=w,jS(a[a.length-1]),y.maxDepth+=a[a.length-1].depth)}y.slashes=i,y.parts=s}return y};LS.exports=DM});var HS=x((OY,qS)=>{"use strict";var zl=As(),Yt=Os(),{MAX_LENGTH:Gl,POSIX_REGEX_SOURCE:yM,REGEX_NON_SPECIAL_CHARS:bM,REGEX_SPECIAL_CHARS_BACKREF:vM,REPLACEMENTS:MS}=zl,wM=(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=>Yt.escapeRegex(o)).join("..")}return r},na=(t,e)=>`Missing ${t}: "${e}" - use "\\\\${e}" to match literal characters`,Tg=(t,e)=>{if(typeof t!="string")throw new TypeError("Expected a string");t=MS[t]||t;let r={...e},n=typeof r.maxLength=="number"?Math.min(Gl,r.maxLength):Gl,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=Yt.isWindows(e),c=zl.globChars(u),l=zl.extglobChars(c),{DOT_LITERAL:f,PLUS_LITERAL:d,SLASH_LITERAL:h,ONE_CHAR:m,DOTS_SLASH:b,NO_DOT:D,NO_DOT_SLASH:C,NO_DOTS_SLASH:E,QMARK:g,QMARK_NO_DOT:_,STAR:S,START_ANCHOR:T}=c,O=z=>`(${s}(?:(?!${T}${z.dot?b:f}).)*?)`,B=r.dot?"":D,R=r.dot?g:_,N=r.bash===!0?O(r):S;r.capture&&(N=`(${N})`),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=Yt.removePrefix(t,A),o=t.length;let U=[],M=[],Q=[],$=i,y,v=()=>A.index===o-1,w=A.peek=(z=1)=>t[A.index+z],F=A.advance=()=>t[++A.index]||"",I=()=>t.slice(A.index+1),k=(z="",Ce=0)=>{A.consumed+=z,A.index+=Ce},q=z=>{A.output+=z.output!=null?z.output:z.value,k(z.value)},P=()=>{let z=1;for(;w()==="!"&&(w(2)!=="("||w(3)==="?");)F(),A.start++,z++;return z%2===0?!1:(A.negated=!0,A.start++,!0)},j=z=>{A[z]++,Q.push(z)},ee=z=>{A[z]--,Q.pop()},V=z=>{if($.type==="globstar"){let Ce=A.braces>0&&(z.type==="comma"||z.type==="brace"),H=z.extglob===!0||U.length&&(z.type==="pipe"||z.type==="paren");z.type!=="slash"&&z.type!=="paren"&&!Ce&&!H&&(A.output=A.output.slice(0,-$.output.length),$.type="star",$.value="*",$.output=N,A.output+=$.output)}if(U.length&&z.type!=="paren"&&(U[U.length-1].inner+=z.value),(z.value||z.output)&&q(z),$&&$.type==="text"&&z.type==="text"){$.value+=z.value,$.output=($.output||"")+z.value;return}z.prev=$,a.push(z),$=z},se=(z,Ce)=>{let H={...l[Ce],conditions:1,inner:""};H.prev=$,H.parens=A.parens,H.output=A.output;let ue=(r.capture?"(":"")+H.open;j("parens"),V({type:z,value:Ce,output:A.output?"":m}),V({type:"paren",extglob:!0,value:F(),output:ue}),U.push(H)},dr=z=>{let Ce=z.close+(r.capture?")":""),H;if(z.type==="negate"){let ue=N;if(z.inner&&z.inner.length>1&&z.inner.includes("/")&&(ue=O(r)),(ue!==N||v()||/^\)+$/.test(I()))&&(Ce=z.close=`)$))${ue}`),z.inner.includes("*")&&(H=I())&&/^\.[^\\/.]+$/.test(H)){let Le=Tg(H,{...e,fastpaths:!1}).output;Ce=z.close=`)${Le})${ue})`}z.prev.type==="bos"&&(A.negatedExtglob=!0)}V({type:"paren",extglob:!0,value:y,output:Ce}),ee("parens")};if(r.fastpaths!==!1&&!/(^[*!]|[/()[\]{}"])/.test(t)){let z=!1,Ce=t.replace(vM,(H,ue,Le,Et,Qe,tf)=>Et==="\\"?(z=!0,H):Et==="?"?ue?ue+Et+(Qe?g.repeat(Qe.length):""):tf===0?R+(Qe?g.repeat(Qe.length):""):g.repeat(Le.length):Et==="."?f.repeat(Le.length):Et==="*"?ue?ue+Et+(Qe?N:""):N:ue?H:`\\${H}`);return z===!0&&(r.unescape===!0?Ce=Ce.replace(/\\/g,""):Ce=Ce.replace(/\\+/g,H=>H.length%2===0?"\\\\":H?"\\":"")),Ce===t&&r.contains===!0?(A.output=t,A):(A.output=Yt.wrapOutput(Ce,A,e),A)}for(;!v();){if(y=F(),y==="\0")continue;if(y==="\\"){let H=w();if(H==="/"&&r.bash!==!0||H==="."||H===";")continue;if(!H){y+="\\",V({type:"text",value:y});continue}let ue=/^\\+/.exec(I()),Le=0;if(ue&&ue[0].length>2&&(Le=ue[0].length,A.index+=Le,Le%2!==0&&(y+="\\")),r.unescape===!0?y=F():y+=F(),A.brackets===0){V({type:"text",value:y});continue}}if(A.brackets>0&&(y!=="]"||$.value==="["||$.value==="[^")){if(r.posix!==!1&&y===":"){let H=$.value.slice(1);if(H.includes("[")&&($.posix=!0,H.includes(":"))){let ue=$.value.lastIndexOf("["),Le=$.value.slice(0,ue),Et=$.value.slice(ue+2),Qe=yM[Et];if(Qe){$.value=Le+Qe,A.backtrack=!0,F(),!i.output&&a.indexOf($)===1&&(i.output=m);continue}}}(y==="["&&w()!==":"||y==="-"&&w()==="]")&&(y=`\\${y}`),y==="]"&&($.value==="["||$.value==="[^")&&(y=`\\${y}`),r.posix===!0&&y==="!"&&$.value==="["&&(y="^"),$.value+=y,q({value:y});continue}if(A.quotes===1&&y!=='"'){y=Yt.escapeRegex(y),$.value+=y,q({value:y});continue}if(y==='"'){A.quotes=A.quotes===1?0:1,r.keepQuotes===!0&&V({type:"text",value:y});continue}if(y==="("){j("parens"),V({type:"paren",value:y});continue}if(y===")"){if(A.parens===0&&r.strictBrackets===!0)throw new SyntaxError(na("opening","("));let H=U[U.length-1];if(H&&A.parens===H.parens+1){dr(U.pop());continue}V({type:"paren",value:y,output:A.parens?")":"\\)"}),ee("parens");continue}if(y==="["){if(r.nobracket===!0||!I().includes("]")){if(r.nobracket!==!0&&r.strictBrackets===!0)throw new SyntaxError(na("closing","]"));y=`\\${y}`}else j("brackets");V({type:"bracket",value:y});continue}if(y==="]"){if(r.nobracket===!0||$&&$.type==="bracket"&&$.value.length===1){V({type:"text",value:y,output:`\\${y}`});continue}if(A.brackets===0){if(r.strictBrackets===!0)throw new SyntaxError(na("opening","["));V({type:"text",value:y,output:`\\${y}`});continue}ee("brackets");let H=$.value.slice(1);if($.posix!==!0&&H[0]==="^"&&!H.includes("/")&&(y=`/${y}`),$.value+=y,q({value:y}),r.literalBrackets===!1||Yt.hasRegexChars(H))continue;let ue=Yt.escapeRegex($.value);if(A.output=A.output.slice(0,-$.value.length),r.literalBrackets===!0){A.output+=ue,$.value=ue;continue}$.value=`(${s}${ue}|${$.value})`,A.output+=$.value;continue}if(y==="{"&&r.nobrace!==!0){j("braces");let H={type:"brace",value:y,output:"(",outputIndex:A.output.length,tokensIndex:A.tokens.length};M.push(H),V(H);continue}if(y==="}"){let H=M[M.length-1];if(r.nobrace===!0||!H){V({type:"text",value:y,output:y});continue}let ue=")";if(H.dots===!0){let Le=a.slice(),Et=[];for(let Qe=Le.length-1;Qe>=0&&(a.pop(),Le[Qe].type!=="brace");Qe--)Le[Qe].type!=="dots"&&Et.unshift(Le[Qe].value);ue=wM(Et,r),A.backtrack=!0}if(H.comma!==!0&&H.dots!==!0){let Le=A.output.slice(0,H.outputIndex),Et=A.tokens.slice(H.tokensIndex);H.value=H.output="\\{",y=ue="\\}",A.output=Le;for(let Qe of Et)A.output+=Qe.output||Qe.value}V({type:"brace",value:y,output:ue}),ee("braces"),M.pop();continue}if(y==="|"){U.length>0&&U[U.length-1].conditions++,V({type:"text",value:y});continue}if(y===","){let H=y,ue=M[M.length-1];ue&&Q[Q.length-1]==="braces"&&(ue.comma=!0,H="|"),V({type:"comma",value:y,output:H});continue}if(y==="/"){if($.type==="dot"&&A.index===A.start+1){A.start=A.index+1,A.consumed="",A.output="",a.pop(),$=i;continue}V({type:"slash",value:y,output:h});continue}if(y==="."){if(A.braces>0&&$.type==="dot"){$.value==="."&&($.output=f);let H=M[M.length-1];$.type="dots",$.output+=y,$.value+=y,H.dots=!0;continue}if(A.braces+A.parens===0&&$.type!=="bos"&&$.type!=="slash"){V({type:"text",value:y,output:f});continue}V({type:"dot",value:y,output:f});continue}if(y==="?"){if(!($&&$.value==="(")&&r.noextglob!==!0&&w()==="("&&w(2)!=="?"){se("qmark",y);continue}if($&&$.type==="paren"){let ue=w(),Le=y;if(ue==="<"&&!Yt.supportsLookbehinds())throw new Error("Node.js v10 or higher is required for regex lookbehinds");($.value==="("&&!/[!=<:]/.test(ue)||ue==="<"&&!/<([!=]|\w+>)/.test(I()))&&(Le=`\\${y}`),V({type:"text",value:y,output:Le});continue}if(r.dot!==!0&&($.type==="slash"||$.type==="bos")){V({type:"qmark",value:y,output:_});continue}V({type:"qmark",value:y,output:g});continue}if(y==="!"){if(r.noextglob!==!0&&w()==="("&&(w(2)!=="?"||!/[!=<:]/.test(w(3)))){se("negate",y);continue}if(r.nonegate!==!0&&A.index===0){P();continue}}if(y==="+"){if(r.noextglob!==!0&&w()==="("&&w(2)!=="?"){se("plus",y);continue}if($&&$.value==="("||r.regex===!1){V({type:"plus",value:y,output:d});continue}if($&&($.type==="bracket"||$.type==="paren"||$.type==="brace")||A.parens>0){V({type:"plus",value:y});continue}V({type:"plus",value:d});continue}if(y==="@"){if(r.noextglob!==!0&&w()==="("&&w(2)!=="?"){V({type:"at",extglob:!0,value:y,output:""});continue}V({type:"text",value:y});continue}if(y!=="*"){(y==="$"||y==="^")&&(y=`\\${y}`);let H=bM.exec(I());H&&(y+=H[0],A.index+=H[0].length),V({type:"text",value:y});continue}if($&&($.type==="globstar"||$.star===!0)){$.type="star",$.star=!0,$.value+=y,$.output=N,A.backtrack=!0,A.globstar=!0,k(y);continue}let z=I();if(r.noextglob!==!0&&/^\([^?]/.test(z)){se("star",y);continue}if($.type==="star"){if(r.noglobstar===!0){k(y);continue}let H=$.prev,ue=H.prev,Le=H.type==="slash"||H.type==="bos",Et=ue&&(ue.type==="star"||ue.type==="globstar");if(r.bash===!0&&(!Le||z[0]&&z[0]!=="/")){V({type:"star",value:y,output:""});continue}let Qe=A.braces>0&&(H.type==="comma"||H.type==="brace"),tf=U.length&&(H.type==="pipe"||H.type==="paren");if(!Le&&H.type!=="paren"&&!Qe&&!tf){V({type:"star",value:y,output:""});continue}for(;z.slice(0,3)==="/**";){let Rs=t[A.index+4];if(Rs&&Rs!=="/")break;z=z.slice(3),k("/**",3)}if(H.type==="bos"&&v()){$.type="globstar",$.value+=y,$.output=O(r),A.output=$.output,A.globstar=!0,k(y);continue}if(H.type==="slash"&&H.prev.type!=="bos"&&!Et&&v()){A.output=A.output.slice(0,-(H.output+$.output).length),H.output=`(?:${H.output}`,$.type="globstar",$.output=O(r)+(r.strictSlashes?")":"|$)"),$.value+=y,A.globstar=!0,A.output+=H.output+$.output,k(y);continue}if(H.type==="slash"&&H.prev.type!=="bos"&&z[0]==="/"){let Rs=z[1]!==void 0?"|$":"";A.output=A.output.slice(0,-(H.output+$.output).length),H.output=`(?:${H.output}`,$.type="globstar",$.output=`${O(r)}${h}|${h}${Rs})`,$.value+=y,A.output+=H.output+$.output,A.globstar=!0,k(y+F()),V({type:"slash",value:"/",output:""});continue}if(H.type==="bos"&&z[0]==="/"){$.type="globstar",$.value+=y,$.output=`(?:^|${h}|${O(r)}${h})`,A.output=$.output,A.globstar=!0,k(y+F()),V({type:"slash",value:"/",output:""});continue}A.output=A.output.slice(0,-$.output.length),$.type="globstar",$.output=O(r),$.value+=y,A.output+=$.output,A.globstar=!0,k(y);continue}let Ce={type:"star",value:y,output:N};if(r.bash===!0){Ce.output=".*?",($.type==="bos"||$.type==="slash")&&(Ce.output=B+Ce.output),V(Ce);continue}if($&&($.type==="bracket"||$.type==="paren")&&r.regex===!0){Ce.output=y,V(Ce);continue}(A.index===A.start||$.type==="slash"||$.type==="dot")&&($.type==="dot"?(A.output+=C,$.output+=C):r.dot===!0?(A.output+=E,$.output+=E):(A.output+=B,$.output+=B),w()!=="*"&&(A.output+=m,$.output+=m)),V(Ce)}for(;A.brackets>0;){if(r.strictBrackets===!0)throw new SyntaxError(na("closing","]"));A.output=Yt.escapeLast(A.output,"["),ee("brackets")}for(;A.parens>0;){if(r.strictBrackets===!0)throw new SyntaxError(na("closing",")"));A.output=Yt.escapeLast(A.output,"("),ee("parens")}for(;A.braces>0;){if(r.strictBrackets===!0)throw new SyntaxError(na("closing","}"));A.output=Yt.escapeLast(A.output,"{"),ee("braces")}if(r.strictSlashes!==!0&&($.type==="star"||$.type==="bracket")&&V({type:"maybe_slash",value:"",output:`${h}?`}),A.backtrack===!0){A.output="";for(let z of A.tokens)A.output+=z.output!=null?z.output:z.value,z.suffix&&(A.output+=z.suffix)}return A};Tg.fastpaths=(t,e)=>{let r={...e},n=typeof r.maxLength=="number"?Math.min(Gl,r.maxLength):Gl,o=t.length;if(o>n)throw new SyntaxError(`Input length: ${o}, exceeds maximum allowed length: ${n}`);t=MS[t]||t;let i=Yt.isWindows(e),{DOT_LITERAL:a,SLASH_LITERAL:s,ONE_CHAR:u,DOTS_SLASH:c,NO_DOT:l,NO_DOTS:f,NO_DOTS_SLASH:d,STAR:h,START_ANCHOR:m}=zl.globChars(i),b=r.dot?f:l,D=r.dot?d:l,C=r.capture?"":"?:",E={negated:!1,prefix:""},g=r.bash===!0?".*?":h;r.capture&&(g=`(${g})`);let _=B=>B.noglobstar===!0?g:`(${C}(?:(?!${m}${B.dot?c:a}).)*?)`,S=B=>{switch(B){case"*":return`${b}${u}${g}`;case".*":return`${a}${u}${g}`;case"*.*":return`${b}${g}${a}${u}${g}`;case"*/*":return`${b}${g}${s}${u}${D}${g}`;case"**":return b+_(r);case"**/*":return`(?:${b}${_(r)}${s})?${D}${u}${g}`;case"**/*.*":return`(?:${b}${_(r)}${s})?${D}${g}${a}${u}${g}`;case"**/.*":return`(?:${b}${_(r)}${s})?${a}${u}${g}`;default:{let R=/^(.*?)\.(\w+)$/.exec(B);if(!R)return;let N=S(R[1]);return N?N+a+R[2]:void 0}}},T=Yt.removePrefix(t,E),O=S(T);return O&&r.strictSlashes!==!0&&(O+=`${s}?`),O};qS.exports=Tg});var zS=x((kY,VS)=>{"use strict";var CM=require("path"),EM=US(),Ig=HS(),Rg=Os(),_M=As(),xM=t=>t&&typeof t=="object"&&!Array.isArray(t),Ze=(t,e,r=!1)=>{if(Array.isArray(t)){let l=t.map(d=>Ze(d,e,r));return d=>{for(let h of l){let m=h(d);if(m)return m}return!1}}let n=xM(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=Rg.isWindows(e),a=n?Ze.compileRe(t,e):Ze.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=Ze(o.ignore,l,r)}let c=(l,f=!1)=>{let{isMatch:d,match:h,output:m}=Ze.test(l,a,e,{glob:t,posix:i}),b={glob:t,state:s,regex:a,posix:i,input:l,output:m,match:h,isMatch:d};return typeof o.onResult=="function"&&o.onResult(b),d===!1?(b.isMatch=!1,f?b:!1):u(l)?(typeof o.onIgnore=="function"&&o.onIgnore(b),b.isMatch=!1,f?b:!1):(typeof o.onMatch=="function"&&o.onMatch(b),f?b:!0)};return r&&(c.state=s),c};Ze.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?Rg.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=Ze.matchBase(t,e,r,o):s=e.exec(u)),{isMatch:!!s,match:s,output:u}};Ze.matchBase=(t,e,r,n=Rg.isWindows(r))=>(e instanceof RegExp?e:Ze.makeRe(e,r)).test(CM.basename(t));Ze.isMatch=(t,e,r)=>Ze(e,r)(t);Ze.parse=(t,e)=>Array.isArray(t)?t.map(r=>Ze.parse(r,e)):Ig(t,{...e,fastpaths:!1});Ze.scan=(t,e)=>EM(t,e);Ze.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=Ze.toRegex(s,e);return n===!0&&(u.state=t),u};Ze.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=Ig.fastpaths(t,e)),o.output||(o=Ig(t,e)),Ze.compileRe(o,e,r,n)};Ze.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/$^/}};Ze.constants=_M;VS.exports=Ze});var WS=x(($Y,GS)=>{"use strict";GS.exports=zS()});var QS=x((PY,ZS)=>{"use strict";var YS=require("util"),JS=FS(),Lr=WS(),Bg=Os(),KS=t=>t===""||t==="./",XS=t=>{let e=t.indexOf("{");return e>-1&&t.indexOf("}",e)>-1},Re=(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 f=Lr(String(e[l]),{...r,onResult:s},!0),d=f.state.negated||f.state.negatedExtglob;d&&a++;for(let h of t){let m=f(h,!0);(d?!m.isMatch:m.isMatch)&&(d?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};Re.match=Re;Re.matcher=(t,e)=>Lr(t,e);Re.isMatch=(t,e,r)=>Lr(e,r)(t);Re.any=Re.isMatch;Re.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(Re(t,e,{...r,onResult:i}));for(let s of o)a.has(s)||n.add(s);return[...n]};Re.contains=(t,e,r)=>{if(typeof t!="string")throw new TypeError(`Expected a string: "${YS.inspect(t)}"`);if(Array.isArray(e))return e.some(n=>Re.contains(t,n,r));if(typeof e=="string"){if(KS(t)||KS(e))return!1;if(t.includes(e)||t.startsWith("./")&&t.slice(2).includes(e))return!0}return Re.isMatch(t,e,{...r,contains:!0})};Re.matchKeys=(t,e,r)=>{if(!Bg.isObject(t))throw new TypeError("Expected the first argument to be an object");let n=Re(Object.keys(t),e,r),o={};for(let i of n)o[i]=t[i];return o};Re.some=(t,e,r)=>{let n=[].concat(t);for(let o of[].concat(e)){let i=Lr(String(o),r);if(n.some(a=>i(a)))return!0}return!1};Re.every=(t,e,r)=>{let n=[].concat(t);for(let o of[].concat(e)){let i=Lr(String(o),r);if(!n.every(a=>i(a)))return!1}return!0};Re.all=(t,e,r)=>{if(typeof t!="string")throw new TypeError(`Expected a string: "${YS.inspect(t)}"`);return[].concat(e).every(n=>Lr(n,r)(t))};Re.capture=(t,e,r)=>{let n=Bg.isWindows(r),i=Lr.makeRe(String(t),{...r,capture:!0}).exec(n?Bg.toPosixSlashes(e):e);if(i)return i.slice(1).map(a=>a===void 0?"":a)};Re.makeRe=(...t)=>Lr.makeRe(...t);Re.scan=(...t)=>Lr.scan(...t);Re.parse=(t,e)=>{let r=[];for(let n of[].concat(t||[]))for(let o of JS(String(n),e))r.push(Lr.parse(o,e));return r};Re.braces=(t,e)=>{if(typeof t!="string")throw new TypeError("Expected a string");return e&&e.nobrace===!0||!XS(t)?[t]:JS(t,e)};Re.braceExpand=(t,e)=>{if(typeof t!="string")throw new TypeError("Expected a string");return Re.braces(t,{...e,expand:!0})};Re.hasBraces=XS;ZS.exports=Re});var UF=x((kJ,un)=>{var Oe=require("fs"),Jl=require("os"),gt=require("path"),EF=require("crypto"),Mr={fs:Oe.constants,os:Jl.constants},_F="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz",AF=/XXXXXX/,KM=3,OF=(Mr.O_CREAT||Mr.fs.O_CREAT)|(Mr.O_EXCL||Mr.fs.O_EXCL)|(Mr.O_RDWR||Mr.fs.O_RDWR),YM=Jl.platform()==="win32",JM=Mr.EBADF||Mr.os.errno.EBADF,XM=Mr.ENOENT||Mr.os.errno.ENOENT,kF=448,$F=384,ZM="exit",ia=[],PF=Oe.rmdirSync.bind(Oe),TF=!1;function QM(t,e){return Oe.rm(t,{recursive:!0},e)}function IF(t){return Oe.rmSync(t,{recursive:!0})}function Vg(t,e){let r=aa(t,e),n=r[0],o=r[1];c9(n,function(i,a){if(i)return o(i);let s=a.tries;(function u(){try{let c=BF(a);Oe.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 zg(t){let e=aa(t),r=e[0],n=l9(r),o=n.tries;do{let i=BF(n);try{Oe.statSync(i)}catch{return i}}while(o-- >0);throw new Error("Could not get a unique tmp filename, max tries reached")}function e9(t,e){let r=aa(t,e),n=r[0],o=r[1];Vg(n,function(a,s){if(a)return o(a);Oe.open(s,OF,n.mode||$F,function(c,l){if(c)return o(c);if(n.discardDescriptor)return Oe.close(l,function(d){return o(d,s,void 0,qg(s,-1,n,!1))});{let f=n.discardDescriptor||n.detachDescriptor;o(null,s,l,qg(s,f?-1:l,n,!1))}})})}function t9(t){let e=aa(t),r=e[0],n=r.discardDescriptor||r.detachDescriptor,o=zg(r),i=Oe.openSync(o,OF,r.mode||$F);return r.discardDescriptor&&(Oe.closeSync(i),i=void 0),{name:o,fd:i,removeCallback:qg(o,n?-1:i,r,!0)}}function r9(t,e){let r=aa(t,e),n=r[0],o=r[1];Vg(n,function(a,s){if(a)return o(a);Oe.mkdir(s,n.mode||kF,function(c){if(c)return o(c);o(null,s,RF(s,n,!1))})})}function n9(t){let e=aa(t),r=e[0],n=zg(r);return Oe.mkdirSync(n,r.mode||kF),{name:n,removeCallback:RF(n,r,!0)}}function o9(t,e){let r=function(n){if(n&&!Hg(n))return e(n);e()};0<=t[0]?Oe.close(t[0],function(){Oe.unlink(t[1],r)}):Oe.unlink(t[1],r)}function i9(t){let e=null;try{0<=t[0]&&Oe.closeSync(t[0])}catch(r){if(!f9(r)&&!Hg(r))throw r}finally{try{Oe.unlinkSync(t[1])}catch(r){Hg(r)||(e=r)}}if(e!==null)throw e}function qg(t,e,r,n){let o=Yl(i9,[e,t],n),i=Yl(o9,[e,t],n,o);return r.keep||ia.unshift(o),n?o:i}function RF(t,e,r){let n=e.unsafeCleanup?QM:Oe.rmdir.bind(Oe),o=e.unsafeCleanup?IF:PF,i=Yl(o,t,r),a=Yl(n,t,r,i);return e.keep||ia.unshift(i),r?i:a}function Yl(t,e,r,n){let o=!1;return function i(a){if(!o){let s=n||i,u=ia.indexOf(s);return u>=0&&ia.splice(u,1),o=!0,r||t===PF||t===IF?t(e):t(e,a||function(){})}}}function a9(){if(TF)for(;ia.length;)try{ia[0]()}catch{}}function xF(t){let e=[],r=null;try{r=EF.randomBytes(t)}catch{r=EF.pseudoRandomBytes(t)}for(let n=0;n<t;n++)e.push(_F[r[n]%_F.length]);return e.join("")}function Jt(t){return typeof t>"u"}function aa(t,e){if(typeof t=="function")return[{},t];if(Jt(t))return[{},e];let r={};for(let n of Object.getOwnPropertyNames(t))r[n]=t[n];return[r,e]}function s9(t,e,r){let n=gt.isAbsolute(t)?t:gt.join(e,t);Oe.stat(n,function(o){o?Oe.realpath(gt.dirname(n),function(i,a){if(i)return r(i);r(null,gt.join(a,gt.basename(n)))}):Oe.realpath(n,r)})}function u9(t,e){let r=gt.isAbsolute(t)?t:gt.join(e,t);try{return Oe.statSync(r),Oe.realpathSync(r)}catch{let o=Oe.realpathSync(gt.dirname(r));return gt.join(o,gt.basename(r))}}function BF(t){let e=t.tmpdir;if(!Jt(t.name))return gt.join(e,t.dir,t.name);if(!Jt(t.template))return gt.join(e,t.dir,t.template).replace(AF,xF(6));let r=[t.prefix?t.prefix:"tmp","-",process.pid,"-",xF(12),t.postfix?"-"+t.postfix:""].join("");return gt.join(e,t.dir,r)}function jF(t){if(!Jt(t.name)){let e=t.name;if(gt.isAbsolute(e))throw new Error(`name option must not contain an absolute path, found "${e}".`);let r=gt.basename(e);if(r===".."||r==="."||r!==e)throw new Error(`name option must not contain a path, found "${e}".`)}if(!Jt(t.template)&&!t.template.match(AF))throw new Error(`Invalid template, found "${t.template}".`);if(!Jt(t.tries)&&isNaN(t.tries)||t.tries<0)throw new Error(`Invalid tries, found "${t.tries}".`);t.tries=Jt(t.name)?t.tries||KM:1,t.keep=!!t.keep,t.detachDescriptor=!!t.detachDescriptor,t.discardDescriptor=!!t.discardDescriptor,t.unsafeCleanup=!!t.unsafeCleanup,t.prefix=Jt(t.prefix)?"":t.prefix,t.postfix=Jt(t.postfix)?"":t.postfix}function SF(t,e,r,n){if(Jt(e))return n(null);s9(e,r,function(o,i){if(o)return n(o);let a=gt.relative(r,i);if(!i.startsWith(r))return n(new Error(`${t} option must be relative to "${r}", found "${a}".`));n(null,a)})}function FF(t,e,r){if(Jt(e))return;let n=u9(e,r),o=gt.relative(r,n);if(!n.startsWith(r))throw new Error(`${t} option must be relative to "${r}", found "${o}".`);return o}function c9(t,e){d9(t,function(r,n){if(r)return e(r);t.tmpdir=n;try{jF(t,n)}catch(o){return e(o)}SF("dir",t.dir,n,function(o,i){if(o)return e(o);t.dir=Jt(i)?"":i,SF("template",t.template,n,function(a,s){if(a)return e(a);t.template=s,e(null,t)})})})}function l9(t){let e=t.tmpdir=LF(t);jF(t,e);let r=FF("dir",t.dir,e);return t.dir=Jt(r)?"":r,t.template=FF("template",t.template,e),t}function f9(t){return NF(t,-JM,"EBADF")}function Hg(t){return NF(t,-XM,"ENOENT")}function NF(t,e,r){return YM?t.code===r:t.code===r&&t.errno===e}function p9(){TF=!0}function d9(t,e){return Oe.realpath(t&&t.tmpdir||Jl.tmpdir(),e)}function LF(t){return Oe.realpathSync(t&&t.tmpdir||Jl.tmpdir())}process.addListener(ZM,a9);Object.defineProperty(un.exports,"tmpdir",{enumerable:!0,configurable:!1,get:function(){return LF()}});un.exports.dir=r9;un.exports.dirSync=n9;un.exports.file=e9;un.exports.fileSync=t9;un.exports.tmpName=Vg;un.exports.tmpNameSync=zg;un.exports.setGracefulCleanup=p9});var Ql=require("node:process");var dD=ge(pD(),1),{program:pt,createCommand:W9,createArgument:K9,createOption:Y9,CommanderError:J9,InvalidArgumentError:X9,InvalidOptionArgumentError:Z9,Command:Q9,Argument:e7,Option:t7,Help:r7}=dD.default;var hr={name:"@capgo/cli",version:"7.19.3",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",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:"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"},devDependencies:{"@antfu/eslint-config":"^6.1.0","@bradenmacdonald/s3-lite-client":"npm:@jsr/bradenmacdonald__s3-lite-client@0.9.4","@capacitor/cli":"^7.4.4","@capgo/find-package-manager":"^0.0.18","@clack/prompts":"^0.11.0","@sauber/table":"npm:@jsr/sauber__table","@std/semver":"npm:@jsr/std__semver@1.0.6","@supabase/supabase-js":"^2.79.0","@types/adm-zip":"^0.5.7","@types/node":"^24.9.1","@types/prettyjson":"^0.0.33","@types/tmp":"^0.2.6","@vercel/ncc":"^0.38.4","adm-zip":"^0.5.16","ci-info":"^4.3.1",commander:"^14.0.2",esbuild:"^0.25.11",eslint:"^9.38.0","git-format-staged":"3.1.1",husky:"^9.1.7","is-wsl":"^3.1.0",open:"^10.1.2",prettyjson:"^1.2.5",tmp:"^0.2.5","tus-js-client":"^4.3.1",typescript:"^5.9.3"}};var Xi=require("node:fs");var Dt=ge(wf(),1),Ro=require("node:process"),ln=ge(require("node:readline"),1),Sf=ge(require("node:readline"),1),_D=require("node:stream"),xD=ge(Ef(),1);function xA({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 SA=xA();function SD(t){if(typeof t!="string")throw new TypeError(`Expected a \`string\`, got \`${typeof t}\``);return t.replace(SA,"")}function FD(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}var AD={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],f=e.length(l);if(s>=o-(f==2?1:0))if(s+f<=i)a+=l;else break;s+=f}return a}})(AD);var FA=AD.exports,AA=FD(FA),OA=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},kA=FD(OA);function la(t,e={}){if(typeof t!="string"||t.length===0||(e={ambiguousIsNarrow:!0,...e},t=SD(t),t.length===0))return 0;t=t.replace(kA()," ");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(AA.eastAsianWidth(o)){case"F":case"W":n+=2;break;case"A":n+=r;break;default:n+=1}}return n}var _f=10,DD=(t=0)=>e=>`\x1B[${e+t}m`,yD=(t=0)=>e=>`\x1B[${38+t};5;${e}m`,bD=(t=0)=>(e,r,n)=>`\x1B[${38+t};2;${e};${r};${n}m`,Be={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(Be.modifier);var $A=Object.keys(Be.color),PA=Object.keys(Be.bgColor);[...$A,...PA];function TA(){let t=new Map;for(let[e,r]of Object.entries(Be)){for(let[n,o]of Object.entries(r))Be[n]={open:`\x1B[${o[0]}m`,close:`\x1B[${o[1]}m`},r[n]=Be[n],t.set(o[0],o[1]);Object.defineProperty(Be,e,{value:r,enumerable:!1})}return Object.defineProperty(Be,"codes",{value:t,enumerable:!1}),Be.color.close="\x1B[39m",Be.bgColor.close="\x1B[49m",Be.color.ansi=DD(),Be.color.ansi256=yD(),Be.color.ansi16m=bD(),Be.bgColor.ansi=DD(_f),Be.bgColor.ansi256=yD(_f),Be.bgColor.ansi16m=bD(_f),Object.defineProperties(Be,{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=>Be.rgbToAnsi256(...Be.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)=>Be.ansi256ToAnsi(Be.rgbToAnsi256(e,r,n)),enumerable:!1},hexToAnsi:{value:e=>Be.ansi256ToAnsi(Be.hexToAnsi256(e)),enumerable:!1}}),Be}var IA=TA(),Ws=new Set(["\x1B","\x9B"]),RA=39,Af="\x07",OD="[",BA="]",kD="m",Of=`${BA}8;;`,vD=t=>`${Ws.values().next().value}${OD}${t}${kD}`,wD=t=>`${Ws.values().next().value}${Of}${t}${Af}`,jA=t=>t.split(" ").map(e=>la(e)),xf=(t,e,r)=>{let n=[...e],o=!1,i=!1,a=la(SD(t[t.length-1]));for(let[s,u]of n.entries()){let c=la(u);if(a+c<=r?t[t.length-1]+=u:(t.push(u),a=0),Ws.has(u)&&(o=!0,i=n.slice(s+1).join("").startsWith(Of)),o){i?u===Af&&(o=!1,i=!1):u===kD&&(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())},NA=t=>{let e=t.split(" "),r=e.length;for(;r>0&&!(la(e[r-1])>0);)r--;return r===e.length?t:e.slice(0,r).join(" ")+e.slice(r).join("")},LA=(t,e,r={})=>{if(r.trim!==!1&&t.trim()==="")return"";let n="",o,i,a=jA(t),s=[""];for(let[c,l]of t.split(" ").entries()){r.trim!==!1&&(s[s.length-1]=s[s.length-1].trimStart());let f=la(s[s.length-1]);if(c!==0&&(f>=e&&(r.wordWrap===!1||r.trim===!1)&&(s.push(""),f=0),(f>0||r.trim===!1)&&(s[s.length-1]+=" ",f++)),r.hard&&a[c]>e){let d=e-f,h=1+Math.floor((a[c]-d-1)/e);Math.floor((a[c]-1)/e)<h&&s.push(""),xf(s,l,e);continue}if(f+a[c]>e&&f>0&&a[c]>0){if(r.wordWrap===!1&&f<e){xf(s,l,e);continue}s.push("")}if(f+a[c]>e&&r.wordWrap===!1){xf(s,l,e);continue}s[s.length-1]+=l}r.trim!==!1&&(s=s.map(c=>NA(c)));let u=[...s.join(`
104
+ `,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 _S=x((_Y,ES)=>{"use strict";var $U=Ml(),{MAX_LENGTH:vS,CHAR_BACKSLASH:xg,CHAR_BACKTICK:PU,CHAR_COMMA:TU,CHAR_DOT:IU,CHAR_LEFT_PARENTHESES:RU,CHAR_RIGHT_PARENTHESES:BU,CHAR_LEFT_CURLY_BRACE:jU,CHAR_RIGHT_CURLY_BRACE:NU,CHAR_LEFT_SQUARE_BRACKET:wS,CHAR_RIGHT_SQUARE_BRACKET:CS,CHAR_DOUBLE_QUOTE:LU,CHAR_SINGLE_QUOTE:UU,CHAR_NO_BREAK_SPACE:MU,CHAR_ZERO_WIDTH_NOBREAK_SPACE:qU}=bS(),HU=(t,e={})=>{if(typeof t!="string")throw new TypeError("Expected a string");let r=e||{},n=typeof r.maxLength=="number"?Math.min(vS,r.maxLength):vS;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,f=0,d,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],d=h(),!(d===qU||d===MU)){if(d===xg){m({type:"text",value:(e.keepEscaping?d:"")+h()});continue}if(d===CS){m({type:"text",value:"\\"+d});continue}if(d===wS){u++;let b;for(;l<c&&(b=h());){if(d+=b,b===wS){u++;continue}if(b===xg){d+=h();continue}if(b===CS&&(u--,u===0))break}m({type:"text",value:d});continue}if(d===RU){a=m({type:"paren",nodes:[]}),i.push(a),m({type:"text",value:d});continue}if(d===BU){if(a.type!=="paren"){m({type:"text",value:d});continue}a=i.pop(),m({type:"text",value:d}),a=i[i.length-1];continue}if(d===LU||d===UU||d===PU){let b=d,D;for(e.keepQuotes!==!0&&(d="");l<c&&(D=h());){if(D===xg){d+=D+h();continue}if(D===b){e.keepQuotes===!0&&(d+=D);break}d+=D}m({type:"text",value:d});continue}if(d===jU){f++;let D={type:"brace",open:!0,close:!1,dollar:s.value&&s.value.slice(-1)==="$"||a.dollar===!0,depth:f,commas:0,ranges:0,nodes:[]};a=m(D),i.push(a),m({type:"open",value:d});continue}if(d===NU){if(a.type!=="brace"){m({type:"text",value:d});continue}let b="close";a=i.pop(),a.close=!0,m({type:b,value:d}),f--,a=i[i.length-1];continue}if(d===TU&&f>0){if(a.ranges>0){a.ranges=0;let b=a.nodes.shift();a.nodes=[b,{type:"text",value:$U(a)}]}m({type:"comma",value:d}),a.commas++;continue}if(d===IU&&f>0&&a.commas===0){let b=a.nodes;if(f===0||b.length===0){m({type:"text",value:d});continue}if(s.type==="dot"){if(a.range=[],s.value+=d,s.type="range",a.nodes.length!==3&&a.nodes.length!==5){a.invalid=!0,a.ranges=0,s.type="text";continue}a.ranges++,a.args=[];continue}if(s.type==="range"){b.pop();let D=b[b.length-1];D.value+=s.value+d,s=D,a.ranges--;continue}m({type:"dot",value:d});continue}m({type:"text",value:d})}do if(a=i.pop(),a.type!=="root"){a.nodes.forEach(C=>{C.nodes||(C.type==="open"&&(C.isOpen=!0),C.type==="close"&&(C.isClose=!0),C.nodes||(C.type="text"),C.invalid=!0)});let b=i[i.length-1],D=b.nodes.indexOf(a);b.nodes.splice(D,1,...a.nodes)}while(i.length>0);return m({type:"eos"}),o};ES.exports=HU});var FS=x((xY,SS)=>{"use strict";var xS=Ml(),VU=hS(),zU=DS(),GU=_S(),Kt=(t,e={})=>{let r=[];if(Array.isArray(t))for(let n of t){let o=Kt.create(n,e);Array.isArray(o)?r.push(...o):r.push(o)}else r=[].concat(Kt.create(t,e));return e&&e.expand===!0&&e.nodupes===!0&&(r=[...new Set(r)]),r};Kt.parse=(t,e={})=>GU(t,e);Kt.stringify=(t,e={})=>xS(typeof t=="string"?Kt.parse(t,e):t,e);Kt.compile=(t,e={})=>(typeof t=="string"&&(t=Kt.parse(t,e)),VU(t,e));Kt.expand=(t,e={})=>{typeof t=="string"&&(t=Kt.parse(t,e));let r=zU(t,e);return e.noempty===!0&&(r=r.filter(Boolean)),e.nodupes===!0&&(r=[...new Set(r)]),r};Kt.create=(t,e={})=>t===""||t.length<3?[t]:e.expand!==!0?Kt.compile(t,e):Kt.expand(t,e);SS.exports=Kt});var As=x((SY,PS)=>{"use strict";var WU=require("path"),Nr="\\\\/",AS=`[^${Nr}]`,sn="\\.",KU="\\+",YU="\\?",Vl="\\/",JU="(?=.)",OS="[^/]",Sg=`(?:${Vl}|$)`,kS=`(?:^|${Vl})`,Fg=`${sn}{1,2}${Sg}`,XU=`(?!${sn})`,ZU=`(?!${kS}${Fg})`,QU=`(?!${sn}{0,1}${Sg})`,eM=`(?!${Fg})`,tM=`[^.${Vl}]`,rM=`${OS}*?`,$S={DOT_LITERAL:sn,PLUS_LITERAL:KU,QMARK_LITERAL:YU,SLASH_LITERAL:Vl,ONE_CHAR:JU,QMARK:OS,END_ANCHOR:Sg,DOTS_SLASH:Fg,NO_DOT:XU,NO_DOTS:ZU,NO_DOT_SLASH:QU,NO_DOTS_SLASH:eM,QMARK_NO_DOT:tM,STAR:rM,START_ANCHOR:kS},nM={...$S,SLASH_LITERAL:`[${Nr}]`,QMARK:AS,STAR:`${AS}*?`,DOTS_SLASH:`${sn}{1,2}(?:[${Nr}]|$)`,NO_DOT:`(?!${sn})`,NO_DOTS:`(?!(?:^|[${Nr}])${sn}{1,2}(?:[${Nr}]|$))`,NO_DOT_SLASH:`(?!${sn}{0,1}(?:[${Nr}]|$))`,NO_DOTS_SLASH:`(?!${sn}{1,2}(?:[${Nr}]|$))`,QMARK_NO_DOT:`[^.${Nr}]`,START_ANCHOR:`(?:^|[${Nr}])`,END_ANCHOR:`(?:[${Nr}]|$)`},oM={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"};PS.exports={MAX_LENGTH:1024*64,POSIX_REGEX_SOURCE:oM,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:WU.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?nM:$S}}});var Os=x(Ht=>{"use strict";var iM=require("path"),aM=process.platform==="win32",{REGEX_BACKSLASH:sM,REGEX_REMOVE_BACKSLASH:uM,REGEX_SPECIAL_CHARS:cM,REGEX_SPECIAL_CHARS_GLOBAL:lM}=As();Ht.isObject=t=>t!==null&&typeof t=="object"&&!Array.isArray(t);Ht.hasRegexChars=t=>cM.test(t);Ht.isRegexChar=t=>t.length===1&&Ht.hasRegexChars(t);Ht.escapeRegex=t=>t.replace(lM,"\\$1");Ht.toPosixSlashes=t=>t.replace(sM,"/");Ht.removeBackslashes=t=>t.replace(uM,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:aM===!0||iM.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 US=x((AY,LS)=>{"use strict";var TS=Os(),{CHAR_ASTERISK:Ag,CHAR_AT:fM,CHAR_BACKWARD_SLASH:ks,CHAR_COMMA:pM,CHAR_DOT:Og,CHAR_EXCLAMATION_MARK:kg,CHAR_FORWARD_SLASH:NS,CHAR_LEFT_CURLY_BRACE:$g,CHAR_LEFT_PARENTHESES:Pg,CHAR_LEFT_SQUARE_BRACKET:dM,CHAR_PLUS:hM,CHAR_QUESTION_MARK:IS,CHAR_RIGHT_CURLY_BRACE:mM,CHAR_RIGHT_PARENTHESES:RS,CHAR_RIGHT_SQUARE_BRACKET:gM}=As(),BS=t=>t===NS||t===ks,jS=t=>{t.isPrefix!==!0&&(t.depth=t.isGlobstar?1/0:1)},DM=(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,f=0,d=!1,h=!1,m=!1,b=!1,D=!1,C=!1,E=!1,g=!1,_=!1,S=!1,T=0,O,B,R={value:"",depth:0,isGlob:!1},N=()=>c>=n,A=()=>u.charCodeAt(c+1),L=()=>(O=B,u.charCodeAt(++c));for(;c<n;){B=L();let v;if(B===ks){E=R.backslashes=!0,B=L(),B===$g&&(C=!0);continue}if(C===!0||B===$g){for(T++;N()!==!0&&(B=L());){if(B===ks){E=R.backslashes=!0,L();continue}if(B===$g){T++;continue}if(C!==!0&&B===Og&&(B=L())===Og){if(d=R.isBrace=!0,m=R.isGlob=!0,S=!0,o===!0)continue;break}if(C!==!0&&B===pM){if(d=R.isBrace=!0,m=R.isGlob=!0,S=!0,o===!0)continue;break}if(B===mM&&(T--,T===0)){C=!1,d=R.isBrace=!0,S=!0;break}}if(o===!0)continue;break}if(B===NS){if(i.push(c),a.push(R),R={value:"",depth:0,isGlob:!1},S===!0)continue;if(O===Og&&c===l+1){l+=2;continue}f=c+1;continue}if(r.noext!==!0&&(B===hM||B===fM||B===Ag||B===IS||B===kg)===!0&&A()===Pg){if(m=R.isGlob=!0,b=R.isExtglob=!0,S=!0,B===kg&&c===l&&(_=!0),o===!0){for(;N()!==!0&&(B=L());){if(B===ks){E=R.backslashes=!0,B=L();continue}if(B===RS){m=R.isGlob=!0,S=!0;break}}continue}break}if(B===Ag){if(O===Ag&&(D=R.isGlobstar=!0),m=R.isGlob=!0,S=!0,o===!0)continue;break}if(B===IS){if(m=R.isGlob=!0,S=!0,o===!0)continue;break}if(B===dM){for(;N()!==!0&&(v=L());){if(v===ks){E=R.backslashes=!0,L();continue}if(v===gM){h=R.isBracket=!0,m=R.isGlob=!0,S=!0;break}}if(o===!0)continue;break}if(r.nonegate!==!0&&B===kg&&c===l){g=R.negated=!0,l++;continue}if(r.noparen!==!0&&B===Pg){if(m=R.isGlob=!0,o===!0){for(;N()!==!0&&(B=L());){if(B===Pg){E=R.backslashes=!0,B=L();continue}if(B===RS){S=!0;break}}continue}break}if(m===!0){if(S=!0,o===!0)continue;break}}r.noext===!0&&(b=!1,m=!1);let M=u,Q="",$="";l>0&&(Q=u.slice(0,l),u=u.slice(l),f-=l),M&&m===!0&&f>0?(M=u.slice(0,f),$=u.slice(f)):m===!0?(M="",$=u):M=u,M&&M!==""&&M!=="/"&&M!==u&&BS(M.charCodeAt(M.length-1))&&(M=M.slice(0,-1)),r.unescape===!0&&($&&($=TS.removeBackslashes($)),M&&E===!0&&(M=TS.removeBackslashes(M)));let y={prefix:Q,input:t,start:l,base:M,glob:$,isBrace:d,isBracket:h,isGlob:m,isExtglob:b,isGlobstar:D,negated:g,negatedExtglob:_};if(r.tokens===!0&&(y.maxDepth=0,BS(B)||a.push(R),y.tokens=a),r.parts===!0||r.tokens===!0){let v;for(let w=0;w<i.length;w++){let F=v?v+1:l,I=i[w],k=t.slice(F,I);r.tokens&&(w===0&&l!==0?(a[w].isPrefix=!0,a[w].value=Q):a[w].value=k,jS(a[w]),y.maxDepth+=a[w].depth),(w!==0||k!=="")&&s.push(k),v=I}if(v&&v+1<t.length){let w=t.slice(v+1);s.push(w),r.tokens&&(a[a.length-1].value=w,jS(a[a.length-1]),y.maxDepth+=a[a.length-1].depth)}y.slashes=i,y.parts=s}return y};LS.exports=DM});var HS=x((OY,qS)=>{"use strict";var zl=As(),Yt=Os(),{MAX_LENGTH:Gl,POSIX_REGEX_SOURCE:yM,REGEX_NON_SPECIAL_CHARS:bM,REGEX_SPECIAL_CHARS_BACKREF:vM,REPLACEMENTS:MS}=zl,wM=(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=>Yt.escapeRegex(o)).join("..")}return r},na=(t,e)=>`Missing ${t}: "${e}" - use "\\\\${e}" to match literal characters`,Tg=(t,e)=>{if(typeof t!="string")throw new TypeError("Expected a string");t=MS[t]||t;let r={...e},n=typeof r.maxLength=="number"?Math.min(Gl,r.maxLength):Gl,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=Yt.isWindows(e),c=zl.globChars(u),l=zl.extglobChars(c),{DOT_LITERAL:f,PLUS_LITERAL:d,SLASH_LITERAL:h,ONE_CHAR:m,DOTS_SLASH:b,NO_DOT:D,NO_DOT_SLASH:C,NO_DOTS_SLASH:E,QMARK:g,QMARK_NO_DOT:_,STAR:S,START_ANCHOR:T}=c,O=z=>`(${s}(?:(?!${T}${z.dot?b:f}).)*?)`,B=r.dot?"":D,R=r.dot?g:_,N=r.bash===!0?O(r):S;r.capture&&(N=`(${N})`),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=Yt.removePrefix(t,A),o=t.length;let L=[],M=[],Q=[],$=i,y,v=()=>A.index===o-1,w=A.peek=(z=1)=>t[A.index+z],F=A.advance=()=>t[++A.index]||"",I=()=>t.slice(A.index+1),k=(z="",Ce=0)=>{A.consumed+=z,A.index+=Ce},q=z=>{A.output+=z.output!=null?z.output:z.value,k(z.value)},P=()=>{let z=1;for(;w()==="!"&&(w(2)!=="("||w(3)==="?");)F(),A.start++,z++;return z%2===0?!1:(A.negated=!0,A.start++,!0)},j=z=>{A[z]++,Q.push(z)},ee=z=>{A[z]--,Q.pop()},V=z=>{if($.type==="globstar"){let Ce=A.braces>0&&(z.type==="comma"||z.type==="brace"),H=z.extglob===!0||L.length&&(z.type==="pipe"||z.type==="paren");z.type!=="slash"&&z.type!=="paren"&&!Ce&&!H&&(A.output=A.output.slice(0,-$.output.length),$.type="star",$.value="*",$.output=N,A.output+=$.output)}if(L.length&&z.type!=="paren"&&(L[L.length-1].inner+=z.value),(z.value||z.output)&&q(z),$&&$.type==="text"&&z.type==="text"){$.value+=z.value,$.output=($.output||"")+z.value;return}z.prev=$,a.push(z),$=z},se=(z,Ce)=>{let H={...l[Ce],conditions:1,inner:""};H.prev=$,H.parens=A.parens,H.output=A.output;let ue=(r.capture?"(":"")+H.open;j("parens"),V({type:z,value:Ce,output:A.output?"":m}),V({type:"paren",extglob:!0,value:F(),output:ue}),L.push(H)},dr=z=>{let Ce=z.close+(r.capture?")":""),H;if(z.type==="negate"){let ue=N;if(z.inner&&z.inner.length>1&&z.inner.includes("/")&&(ue=O(r)),(ue!==N||v()||/^\)+$/.test(I()))&&(Ce=z.close=`)$))${ue}`),z.inner.includes("*")&&(H=I())&&/^\.[^\\/.]+$/.test(H)){let Le=Tg(H,{...e,fastpaths:!1}).output;Ce=z.close=`)${Le})${ue})`}z.prev.type==="bos"&&(A.negatedExtglob=!0)}V({type:"paren",extglob:!0,value:y,output:Ce}),ee("parens")};if(r.fastpaths!==!1&&!/(^[*!]|[/()[\]{}"])/.test(t)){let z=!1,Ce=t.replace(vM,(H,ue,Le,Et,Qe,tf)=>Et==="\\"?(z=!0,H):Et==="?"?ue?ue+Et+(Qe?g.repeat(Qe.length):""):tf===0?R+(Qe?g.repeat(Qe.length):""):g.repeat(Le.length):Et==="."?f.repeat(Le.length):Et==="*"?ue?ue+Et+(Qe?N:""):N:ue?H:`\\${H}`);return z===!0&&(r.unescape===!0?Ce=Ce.replace(/\\/g,""):Ce=Ce.replace(/\\+/g,H=>H.length%2===0?"\\\\":H?"\\":"")),Ce===t&&r.contains===!0?(A.output=t,A):(A.output=Yt.wrapOutput(Ce,A,e),A)}for(;!v();){if(y=F(),y==="\0")continue;if(y==="\\"){let H=w();if(H==="/"&&r.bash!==!0||H==="."||H===";")continue;if(!H){y+="\\",V({type:"text",value:y});continue}let ue=/^\\+/.exec(I()),Le=0;if(ue&&ue[0].length>2&&(Le=ue[0].length,A.index+=Le,Le%2!==0&&(y+="\\")),r.unescape===!0?y=F():y+=F(),A.brackets===0){V({type:"text",value:y});continue}}if(A.brackets>0&&(y!=="]"||$.value==="["||$.value==="[^")){if(r.posix!==!1&&y===":"){let H=$.value.slice(1);if(H.includes("[")&&($.posix=!0,H.includes(":"))){let ue=$.value.lastIndexOf("["),Le=$.value.slice(0,ue),Et=$.value.slice(ue+2),Qe=yM[Et];if(Qe){$.value=Le+Qe,A.backtrack=!0,F(),!i.output&&a.indexOf($)===1&&(i.output=m);continue}}}(y==="["&&w()!==":"||y==="-"&&w()==="]")&&(y=`\\${y}`),y==="]"&&($.value==="["||$.value==="[^")&&(y=`\\${y}`),r.posix===!0&&y==="!"&&$.value==="["&&(y="^"),$.value+=y,q({value:y});continue}if(A.quotes===1&&y!=='"'){y=Yt.escapeRegex(y),$.value+=y,q({value:y});continue}if(y==='"'){A.quotes=A.quotes===1?0:1,r.keepQuotes===!0&&V({type:"text",value:y});continue}if(y==="("){j("parens"),V({type:"paren",value:y});continue}if(y===")"){if(A.parens===0&&r.strictBrackets===!0)throw new SyntaxError(na("opening","("));let H=L[L.length-1];if(H&&A.parens===H.parens+1){dr(L.pop());continue}V({type:"paren",value:y,output:A.parens?")":"\\)"}),ee("parens");continue}if(y==="["){if(r.nobracket===!0||!I().includes("]")){if(r.nobracket!==!0&&r.strictBrackets===!0)throw new SyntaxError(na("closing","]"));y=`\\${y}`}else j("brackets");V({type:"bracket",value:y});continue}if(y==="]"){if(r.nobracket===!0||$&&$.type==="bracket"&&$.value.length===1){V({type:"text",value:y,output:`\\${y}`});continue}if(A.brackets===0){if(r.strictBrackets===!0)throw new SyntaxError(na("opening","["));V({type:"text",value:y,output:`\\${y}`});continue}ee("brackets");let H=$.value.slice(1);if($.posix!==!0&&H[0]==="^"&&!H.includes("/")&&(y=`/${y}`),$.value+=y,q({value:y}),r.literalBrackets===!1||Yt.hasRegexChars(H))continue;let ue=Yt.escapeRegex($.value);if(A.output=A.output.slice(0,-$.value.length),r.literalBrackets===!0){A.output+=ue,$.value=ue;continue}$.value=`(${s}${ue}|${$.value})`,A.output+=$.value;continue}if(y==="{"&&r.nobrace!==!0){j("braces");let H={type:"brace",value:y,output:"(",outputIndex:A.output.length,tokensIndex:A.tokens.length};M.push(H),V(H);continue}if(y==="}"){let H=M[M.length-1];if(r.nobrace===!0||!H){V({type:"text",value:y,output:y});continue}let ue=")";if(H.dots===!0){let Le=a.slice(),Et=[];for(let Qe=Le.length-1;Qe>=0&&(a.pop(),Le[Qe].type!=="brace");Qe--)Le[Qe].type!=="dots"&&Et.unshift(Le[Qe].value);ue=wM(Et,r),A.backtrack=!0}if(H.comma!==!0&&H.dots!==!0){let Le=A.output.slice(0,H.outputIndex),Et=A.tokens.slice(H.tokensIndex);H.value=H.output="\\{",y=ue="\\}",A.output=Le;for(let Qe of Et)A.output+=Qe.output||Qe.value}V({type:"brace",value:y,output:ue}),ee("braces"),M.pop();continue}if(y==="|"){L.length>0&&L[L.length-1].conditions++,V({type:"text",value:y});continue}if(y===","){let H=y,ue=M[M.length-1];ue&&Q[Q.length-1]==="braces"&&(ue.comma=!0,H="|"),V({type:"comma",value:y,output:H});continue}if(y==="/"){if($.type==="dot"&&A.index===A.start+1){A.start=A.index+1,A.consumed="",A.output="",a.pop(),$=i;continue}V({type:"slash",value:y,output:h});continue}if(y==="."){if(A.braces>0&&$.type==="dot"){$.value==="."&&($.output=f);let H=M[M.length-1];$.type="dots",$.output+=y,$.value+=y,H.dots=!0;continue}if(A.braces+A.parens===0&&$.type!=="bos"&&$.type!=="slash"){V({type:"text",value:y,output:f});continue}V({type:"dot",value:y,output:f});continue}if(y==="?"){if(!($&&$.value==="(")&&r.noextglob!==!0&&w()==="("&&w(2)!=="?"){se("qmark",y);continue}if($&&$.type==="paren"){let ue=w(),Le=y;if(ue==="<"&&!Yt.supportsLookbehinds())throw new Error("Node.js v10 or higher is required for regex lookbehinds");($.value==="("&&!/[!=<:]/.test(ue)||ue==="<"&&!/<([!=]|\w+>)/.test(I()))&&(Le=`\\${y}`),V({type:"text",value:y,output:Le});continue}if(r.dot!==!0&&($.type==="slash"||$.type==="bos")){V({type:"qmark",value:y,output:_});continue}V({type:"qmark",value:y,output:g});continue}if(y==="!"){if(r.noextglob!==!0&&w()==="("&&(w(2)!=="?"||!/[!=<:]/.test(w(3)))){se("negate",y);continue}if(r.nonegate!==!0&&A.index===0){P();continue}}if(y==="+"){if(r.noextglob!==!0&&w()==="("&&w(2)!=="?"){se("plus",y);continue}if($&&$.value==="("||r.regex===!1){V({type:"plus",value:y,output:d});continue}if($&&($.type==="bracket"||$.type==="paren"||$.type==="brace")||A.parens>0){V({type:"plus",value:y});continue}V({type:"plus",value:d});continue}if(y==="@"){if(r.noextglob!==!0&&w()==="("&&w(2)!=="?"){V({type:"at",extglob:!0,value:y,output:""});continue}V({type:"text",value:y});continue}if(y!=="*"){(y==="$"||y==="^")&&(y=`\\${y}`);let H=bM.exec(I());H&&(y+=H[0],A.index+=H[0].length),V({type:"text",value:y});continue}if($&&($.type==="globstar"||$.star===!0)){$.type="star",$.star=!0,$.value+=y,$.output=N,A.backtrack=!0,A.globstar=!0,k(y);continue}let z=I();if(r.noextglob!==!0&&/^\([^?]/.test(z)){se("star",y);continue}if($.type==="star"){if(r.noglobstar===!0){k(y);continue}let H=$.prev,ue=H.prev,Le=H.type==="slash"||H.type==="bos",Et=ue&&(ue.type==="star"||ue.type==="globstar");if(r.bash===!0&&(!Le||z[0]&&z[0]!=="/")){V({type:"star",value:y,output:""});continue}let Qe=A.braces>0&&(H.type==="comma"||H.type==="brace"),tf=L.length&&(H.type==="pipe"||H.type==="paren");if(!Le&&H.type!=="paren"&&!Qe&&!tf){V({type:"star",value:y,output:""});continue}for(;z.slice(0,3)==="/**";){let Rs=t[A.index+4];if(Rs&&Rs!=="/")break;z=z.slice(3),k("/**",3)}if(H.type==="bos"&&v()){$.type="globstar",$.value+=y,$.output=O(r),A.output=$.output,A.globstar=!0,k(y);continue}if(H.type==="slash"&&H.prev.type!=="bos"&&!Et&&v()){A.output=A.output.slice(0,-(H.output+$.output).length),H.output=`(?:${H.output}`,$.type="globstar",$.output=O(r)+(r.strictSlashes?")":"|$)"),$.value+=y,A.globstar=!0,A.output+=H.output+$.output,k(y);continue}if(H.type==="slash"&&H.prev.type!=="bos"&&z[0]==="/"){let Rs=z[1]!==void 0?"|$":"";A.output=A.output.slice(0,-(H.output+$.output).length),H.output=`(?:${H.output}`,$.type="globstar",$.output=`${O(r)}${h}|${h}${Rs})`,$.value+=y,A.output+=H.output+$.output,A.globstar=!0,k(y+F()),V({type:"slash",value:"/",output:""});continue}if(H.type==="bos"&&z[0]==="/"){$.type="globstar",$.value+=y,$.output=`(?:^|${h}|${O(r)}${h})`,A.output=$.output,A.globstar=!0,k(y+F()),V({type:"slash",value:"/",output:""});continue}A.output=A.output.slice(0,-$.output.length),$.type="globstar",$.output=O(r),$.value+=y,A.output+=$.output,A.globstar=!0,k(y);continue}let Ce={type:"star",value:y,output:N};if(r.bash===!0){Ce.output=".*?",($.type==="bos"||$.type==="slash")&&(Ce.output=B+Ce.output),V(Ce);continue}if($&&($.type==="bracket"||$.type==="paren")&&r.regex===!0){Ce.output=y,V(Ce);continue}(A.index===A.start||$.type==="slash"||$.type==="dot")&&($.type==="dot"?(A.output+=C,$.output+=C):r.dot===!0?(A.output+=E,$.output+=E):(A.output+=B,$.output+=B),w()!=="*"&&(A.output+=m,$.output+=m)),V(Ce)}for(;A.brackets>0;){if(r.strictBrackets===!0)throw new SyntaxError(na("closing","]"));A.output=Yt.escapeLast(A.output,"["),ee("brackets")}for(;A.parens>0;){if(r.strictBrackets===!0)throw new SyntaxError(na("closing",")"));A.output=Yt.escapeLast(A.output,"("),ee("parens")}for(;A.braces>0;){if(r.strictBrackets===!0)throw new SyntaxError(na("closing","}"));A.output=Yt.escapeLast(A.output,"{"),ee("braces")}if(r.strictSlashes!==!0&&($.type==="star"||$.type==="bracket")&&V({type:"maybe_slash",value:"",output:`${h}?`}),A.backtrack===!0){A.output="";for(let z of A.tokens)A.output+=z.output!=null?z.output:z.value,z.suffix&&(A.output+=z.suffix)}return A};Tg.fastpaths=(t,e)=>{let r={...e},n=typeof r.maxLength=="number"?Math.min(Gl,r.maxLength):Gl,o=t.length;if(o>n)throw new SyntaxError(`Input length: ${o}, exceeds maximum allowed length: ${n}`);t=MS[t]||t;let i=Yt.isWindows(e),{DOT_LITERAL:a,SLASH_LITERAL:s,ONE_CHAR:u,DOTS_SLASH:c,NO_DOT:l,NO_DOTS:f,NO_DOTS_SLASH:d,STAR:h,START_ANCHOR:m}=zl.globChars(i),b=r.dot?f:l,D=r.dot?d:l,C=r.capture?"":"?:",E={negated:!1,prefix:""},g=r.bash===!0?".*?":h;r.capture&&(g=`(${g})`);let _=B=>B.noglobstar===!0?g:`(${C}(?:(?!${m}${B.dot?c:a}).)*?)`,S=B=>{switch(B){case"*":return`${b}${u}${g}`;case".*":return`${a}${u}${g}`;case"*.*":return`${b}${g}${a}${u}${g}`;case"*/*":return`${b}${g}${s}${u}${D}${g}`;case"**":return b+_(r);case"**/*":return`(?:${b}${_(r)}${s})?${D}${u}${g}`;case"**/*.*":return`(?:${b}${_(r)}${s})?${D}${g}${a}${u}${g}`;case"**/.*":return`(?:${b}${_(r)}${s})?${a}${u}${g}`;default:{let R=/^(.*?)\.(\w+)$/.exec(B);if(!R)return;let N=S(R[1]);return N?N+a+R[2]:void 0}}},T=Yt.removePrefix(t,E),O=S(T);return O&&r.strictSlashes!==!0&&(O+=`${s}?`),O};qS.exports=Tg});var zS=x((kY,VS)=>{"use strict";var CM=require("path"),EM=US(),Ig=HS(),Rg=Os(),_M=As(),xM=t=>t&&typeof t=="object"&&!Array.isArray(t),Ze=(t,e,r=!1)=>{if(Array.isArray(t)){let l=t.map(d=>Ze(d,e,r));return d=>{for(let h of l){let m=h(d);if(m)return m}return!1}}let n=xM(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=Rg.isWindows(e),a=n?Ze.compileRe(t,e):Ze.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=Ze(o.ignore,l,r)}let c=(l,f=!1)=>{let{isMatch:d,match:h,output:m}=Ze.test(l,a,e,{glob:t,posix:i}),b={glob:t,state:s,regex:a,posix:i,input:l,output:m,match:h,isMatch:d};return typeof o.onResult=="function"&&o.onResult(b),d===!1?(b.isMatch=!1,f?b:!1):u(l)?(typeof o.onIgnore=="function"&&o.onIgnore(b),b.isMatch=!1,f?b:!1):(typeof o.onMatch=="function"&&o.onMatch(b),f?b:!0)};return r&&(c.state=s),c};Ze.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?Rg.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=Ze.matchBase(t,e,r,o):s=e.exec(u)),{isMatch:!!s,match:s,output:u}};Ze.matchBase=(t,e,r,n=Rg.isWindows(r))=>(e instanceof RegExp?e:Ze.makeRe(e,r)).test(CM.basename(t));Ze.isMatch=(t,e,r)=>Ze(e,r)(t);Ze.parse=(t,e)=>Array.isArray(t)?t.map(r=>Ze.parse(r,e)):Ig(t,{...e,fastpaths:!1});Ze.scan=(t,e)=>EM(t,e);Ze.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=Ze.toRegex(s,e);return n===!0&&(u.state=t),u};Ze.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=Ig.fastpaths(t,e)),o.output||(o=Ig(t,e)),Ze.compileRe(o,e,r,n)};Ze.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/$^/}};Ze.constants=_M;VS.exports=Ze});var WS=x(($Y,GS)=>{"use strict";GS.exports=zS()});var QS=x((PY,ZS)=>{"use strict";var YS=require("util"),JS=FS(),Lr=WS(),Bg=Os(),KS=t=>t===""||t==="./",XS=t=>{let e=t.indexOf("{");return e>-1&&t.indexOf("}",e)>-1},Re=(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 f=Lr(String(e[l]),{...r,onResult:s},!0),d=f.state.negated||f.state.negatedExtglob;d&&a++;for(let h of t){let m=f(h,!0);(d?!m.isMatch:m.isMatch)&&(d?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};Re.match=Re;Re.matcher=(t,e)=>Lr(t,e);Re.isMatch=(t,e,r)=>Lr(e,r)(t);Re.any=Re.isMatch;Re.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(Re(t,e,{...r,onResult:i}));for(let s of o)a.has(s)||n.add(s);return[...n]};Re.contains=(t,e,r)=>{if(typeof t!="string")throw new TypeError(`Expected a string: "${YS.inspect(t)}"`);if(Array.isArray(e))return e.some(n=>Re.contains(t,n,r));if(typeof e=="string"){if(KS(t)||KS(e))return!1;if(t.includes(e)||t.startsWith("./")&&t.slice(2).includes(e))return!0}return Re.isMatch(t,e,{...r,contains:!0})};Re.matchKeys=(t,e,r)=>{if(!Bg.isObject(t))throw new TypeError("Expected the first argument to be an object");let n=Re(Object.keys(t),e,r),o={};for(let i of n)o[i]=t[i];return o};Re.some=(t,e,r)=>{let n=[].concat(t);for(let o of[].concat(e)){let i=Lr(String(o),r);if(n.some(a=>i(a)))return!0}return!1};Re.every=(t,e,r)=>{let n=[].concat(t);for(let o of[].concat(e)){let i=Lr(String(o),r);if(!n.every(a=>i(a)))return!1}return!0};Re.all=(t,e,r)=>{if(typeof t!="string")throw new TypeError(`Expected a string: "${YS.inspect(t)}"`);return[].concat(e).every(n=>Lr(n,r)(t))};Re.capture=(t,e,r)=>{let n=Bg.isWindows(r),i=Lr.makeRe(String(t),{...r,capture:!0}).exec(n?Bg.toPosixSlashes(e):e);if(i)return i.slice(1).map(a=>a===void 0?"":a)};Re.makeRe=(...t)=>Lr.makeRe(...t);Re.scan=(...t)=>Lr.scan(...t);Re.parse=(t,e)=>{let r=[];for(let n of[].concat(t||[]))for(let o of JS(String(n),e))r.push(Lr.parse(o,e));return r};Re.braces=(t,e)=>{if(typeof t!="string")throw new TypeError("Expected a string");return e&&e.nobrace===!0||!XS(t)?[t]:JS(t,e)};Re.braceExpand=(t,e)=>{if(typeof t!="string")throw new TypeError("Expected a string");return Re.braces(t,{...e,expand:!0})};Re.hasBraces=XS;ZS.exports=Re});var UF=x((kJ,un)=>{var Oe=require("fs"),Jl=require("os"),gt=require("path"),EF=require("crypto"),Mr={fs:Oe.constants,os:Jl.constants},_F="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz",AF=/XXXXXX/,KM=3,OF=(Mr.O_CREAT||Mr.fs.O_CREAT)|(Mr.O_EXCL||Mr.fs.O_EXCL)|(Mr.O_RDWR||Mr.fs.O_RDWR),YM=Jl.platform()==="win32",JM=Mr.EBADF||Mr.os.errno.EBADF,XM=Mr.ENOENT||Mr.os.errno.ENOENT,kF=448,$F=384,ZM="exit",ia=[],PF=Oe.rmdirSync.bind(Oe),TF=!1;function QM(t,e){return Oe.rm(t,{recursive:!0},e)}function IF(t){return Oe.rmSync(t,{recursive:!0})}function Vg(t,e){let r=aa(t,e),n=r[0],o=r[1];c9(n,function(i,a){if(i)return o(i);let s=a.tries;(function u(){try{let c=BF(a);Oe.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 zg(t){let e=aa(t),r=e[0],n=l9(r),o=n.tries;do{let i=BF(n);try{Oe.statSync(i)}catch{return i}}while(o-- >0);throw new Error("Could not get a unique tmp filename, max tries reached")}function e9(t,e){let r=aa(t,e),n=r[0],o=r[1];Vg(n,function(a,s){if(a)return o(a);Oe.open(s,OF,n.mode||$F,function(c,l){if(c)return o(c);if(n.discardDescriptor)return Oe.close(l,function(d){return o(d,s,void 0,qg(s,-1,n,!1))});{let f=n.discardDescriptor||n.detachDescriptor;o(null,s,l,qg(s,f?-1:l,n,!1))}})})}function t9(t){let e=aa(t),r=e[0],n=r.discardDescriptor||r.detachDescriptor,o=zg(r),i=Oe.openSync(o,OF,r.mode||$F);return r.discardDescriptor&&(Oe.closeSync(i),i=void 0),{name:o,fd:i,removeCallback:qg(o,n?-1:i,r,!0)}}function r9(t,e){let r=aa(t,e),n=r[0],o=r[1];Vg(n,function(a,s){if(a)return o(a);Oe.mkdir(s,n.mode||kF,function(c){if(c)return o(c);o(null,s,RF(s,n,!1))})})}function n9(t){let e=aa(t),r=e[0],n=zg(r);return Oe.mkdirSync(n,r.mode||kF),{name:n,removeCallback:RF(n,r,!0)}}function o9(t,e){let r=function(n){if(n&&!Hg(n))return e(n);e()};0<=t[0]?Oe.close(t[0],function(){Oe.unlink(t[1],r)}):Oe.unlink(t[1],r)}function i9(t){let e=null;try{0<=t[0]&&Oe.closeSync(t[0])}catch(r){if(!f9(r)&&!Hg(r))throw r}finally{try{Oe.unlinkSync(t[1])}catch(r){Hg(r)||(e=r)}}if(e!==null)throw e}function qg(t,e,r,n){let o=Yl(i9,[e,t],n),i=Yl(o9,[e,t],n,o);return r.keep||ia.unshift(o),n?o:i}function RF(t,e,r){let n=e.unsafeCleanup?QM:Oe.rmdir.bind(Oe),o=e.unsafeCleanup?IF:PF,i=Yl(o,t,r),a=Yl(n,t,r,i);return e.keep||ia.unshift(i),r?i:a}function Yl(t,e,r,n){let o=!1;return function i(a){if(!o){let s=n||i,u=ia.indexOf(s);return u>=0&&ia.splice(u,1),o=!0,r||t===PF||t===IF?t(e):t(e,a||function(){})}}}function a9(){if(TF)for(;ia.length;)try{ia[0]()}catch{}}function xF(t){let e=[],r=null;try{r=EF.randomBytes(t)}catch{r=EF.pseudoRandomBytes(t)}for(let n=0;n<t;n++)e.push(_F[r[n]%_F.length]);return e.join("")}function Jt(t){return typeof t>"u"}function aa(t,e){if(typeof t=="function")return[{},t];if(Jt(t))return[{},e];let r={};for(let n of Object.getOwnPropertyNames(t))r[n]=t[n];return[r,e]}function s9(t,e,r){let n=gt.isAbsolute(t)?t:gt.join(e,t);Oe.stat(n,function(o){o?Oe.realpath(gt.dirname(n),function(i,a){if(i)return r(i);r(null,gt.join(a,gt.basename(n)))}):Oe.realpath(n,r)})}function u9(t,e){let r=gt.isAbsolute(t)?t:gt.join(e,t);try{return Oe.statSync(r),Oe.realpathSync(r)}catch{let o=Oe.realpathSync(gt.dirname(r));return gt.join(o,gt.basename(r))}}function BF(t){let e=t.tmpdir;if(!Jt(t.name))return gt.join(e,t.dir,t.name);if(!Jt(t.template))return gt.join(e,t.dir,t.template).replace(AF,xF(6));let r=[t.prefix?t.prefix:"tmp","-",process.pid,"-",xF(12),t.postfix?"-"+t.postfix:""].join("");return gt.join(e,t.dir,r)}function jF(t){if(!Jt(t.name)){let e=t.name;if(gt.isAbsolute(e))throw new Error(`name option must not contain an absolute path, found "${e}".`);let r=gt.basename(e);if(r===".."||r==="."||r!==e)throw new Error(`name option must not contain a path, found "${e}".`)}if(!Jt(t.template)&&!t.template.match(AF))throw new Error(`Invalid template, found "${t.template}".`);if(!Jt(t.tries)&&isNaN(t.tries)||t.tries<0)throw new Error(`Invalid tries, found "${t.tries}".`);t.tries=Jt(t.name)?t.tries||KM:1,t.keep=!!t.keep,t.detachDescriptor=!!t.detachDescriptor,t.discardDescriptor=!!t.discardDescriptor,t.unsafeCleanup=!!t.unsafeCleanup,t.prefix=Jt(t.prefix)?"":t.prefix,t.postfix=Jt(t.postfix)?"":t.postfix}function SF(t,e,r,n){if(Jt(e))return n(null);s9(e,r,function(o,i){if(o)return n(o);let a=gt.relative(r,i);if(!i.startsWith(r))return n(new Error(`${t} option must be relative to "${r}", found "${a}".`));n(null,a)})}function FF(t,e,r){if(Jt(e))return;let n=u9(e,r),o=gt.relative(r,n);if(!n.startsWith(r))throw new Error(`${t} option must be relative to "${r}", found "${o}".`);return o}function c9(t,e){d9(t,function(r,n){if(r)return e(r);t.tmpdir=n;try{jF(t,n)}catch(o){return e(o)}SF("dir",t.dir,n,function(o,i){if(o)return e(o);t.dir=Jt(i)?"":i,SF("template",t.template,n,function(a,s){if(a)return e(a);t.template=s,e(null,t)})})})}function l9(t){let e=t.tmpdir=LF(t);jF(t,e);let r=FF("dir",t.dir,e);return t.dir=Jt(r)?"":r,t.template=FF("template",t.template,e),t}function f9(t){return NF(t,-JM,"EBADF")}function Hg(t){return NF(t,-XM,"ENOENT")}function NF(t,e,r){return YM?t.code===r:t.code===r&&t.errno===e}function p9(){TF=!0}function d9(t,e){return Oe.realpath(t&&t.tmpdir||Jl.tmpdir(),e)}function LF(t){return Oe.realpathSync(t&&t.tmpdir||Jl.tmpdir())}process.addListener(ZM,a9);Object.defineProperty(un.exports,"tmpdir",{enumerable:!0,configurable:!1,get:function(){return LF()}});un.exports.dir=r9;un.exports.dirSync=n9;un.exports.file=e9;un.exports.fileSync=t9;un.exports.tmpName=Vg;un.exports.tmpNameSync=zg;un.exports.setGracefulCleanup=p9});var Ql=require("node:process");var dD=ge(pD(),1),{program:pt,createCommand:W9,createArgument:K9,createOption:Y9,CommanderError:J9,InvalidArgumentError:X9,InvalidOptionArgumentError:Z9,Command:Q9,Argument:e7,Option:t7,Help:r7}=dD.default;var hr={name:"@capgo/cli",version:"7.19.4",description:"A CLI to upload to capgo servers",author:"Martin martin@capgo.app",license:"Apache 2.0",homepage:"https://github.com/Cap-go/CLI#readme",repository:{type:"git",url:"git+https://github.com/Cap-go/CLI.git"},bugs:{url:"https://github.com/Cap-go/CLI/issues"},keywords:["appflow alternative","ionic","capacitor","auto update","live update","capgo","cli","upload","capgo-cli","sdk"],exports:{".":{import:"./dist/index.js",require:"./dist/index.js"},"./sdk":{types:"./dist/src/sdk.d.ts",import:"./dist/src/sdk.js",require:"./dist/src/sdk.js"}},main:"dist/index.js",types:"dist/src/index.d.ts",bin:{capgo:"dist/index.js"},engines:{npm:">=8.0.0",node:">=20.0.0"},scripts:{build:"tsc && node build.mjs",dev:"NODE_ENV=development ncc build","no-debug":"node dist/index.js","dev-build":"SUPA_DB=development ncc build",pack:"pkg",types:"npx --yes supabase gen types typescript --project-id=xvwzpoazmxkqosrdewyv > src/types/supabase.types.ts",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:"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"},devDependencies:{"@antfu/eslint-config":"^6.1.0","@bradenmacdonald/s3-lite-client":"npm:@jsr/bradenmacdonald__s3-lite-client@0.9.4","@capacitor/cli":"^7.4.4","@capgo/find-package-manager":"^0.0.18","@clack/prompts":"^0.11.0","@sauber/table":"npm:@jsr/sauber__table","@std/semver":"npm:@jsr/std__semver@1.0.6","@supabase/supabase-js":"^2.79.0","@types/adm-zip":"^0.5.7","@types/node":"^24.9.1","@types/prettyjson":"^0.0.33","@types/tmp":"^0.2.6","@vercel/ncc":"^0.38.4","adm-zip":"^0.5.16","ci-info":"^4.3.1",commander:"^14.0.2",esbuild:"^0.25.11",eslint:"^9.38.0","git-format-staged":"3.1.1",husky:"^9.1.7","is-wsl":"^3.1.0",open:"^10.1.2",prettyjson:"^1.2.5",tmp:"^0.2.5","tus-js-client":"^4.3.1",typescript:"^5.9.3"}};var Xi=require("node:fs");var Dt=ge(wf(),1),Ro=require("node:process"),ln=ge(require("node:readline"),1),Sf=ge(require("node:readline"),1),_D=require("node:stream"),xD=ge(Ef(),1);function xA({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 SA=xA();function SD(t){if(typeof t!="string")throw new TypeError(`Expected a \`string\`, got \`${typeof t}\``);return t.replace(SA,"")}function FD(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}var AD={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],f=e.length(l);if(s>=o-(f==2?1:0))if(s+f<=i)a+=l;else break;s+=f}return a}})(AD);var FA=AD.exports,AA=FD(FA),OA=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},kA=FD(OA);function la(t,e={}){if(typeof t!="string"||t.length===0||(e={ambiguousIsNarrow:!0,...e},t=SD(t),t.length===0))return 0;t=t.replace(kA()," ");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(AA.eastAsianWidth(o)){case"F":case"W":n+=2;break;case"A":n+=r;break;default:n+=1}}return n}var _f=10,DD=(t=0)=>e=>`\x1B[${e+t}m`,yD=(t=0)=>e=>`\x1B[${38+t};5;${e}m`,bD=(t=0)=>(e,r,n)=>`\x1B[${38+t};2;${e};${r};${n}m`,Be={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(Be.modifier);var $A=Object.keys(Be.color),PA=Object.keys(Be.bgColor);[...$A,...PA];function TA(){let t=new Map;for(let[e,r]of Object.entries(Be)){for(let[n,o]of Object.entries(r))Be[n]={open:`\x1B[${o[0]}m`,close:`\x1B[${o[1]}m`},r[n]=Be[n],t.set(o[0],o[1]);Object.defineProperty(Be,e,{value:r,enumerable:!1})}return Object.defineProperty(Be,"codes",{value:t,enumerable:!1}),Be.color.close="\x1B[39m",Be.bgColor.close="\x1B[49m",Be.color.ansi=DD(),Be.color.ansi256=yD(),Be.color.ansi16m=bD(),Be.bgColor.ansi=DD(_f),Be.bgColor.ansi256=yD(_f),Be.bgColor.ansi16m=bD(_f),Object.defineProperties(Be,{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=>Be.rgbToAnsi256(...Be.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)=>Be.ansi256ToAnsi(Be.rgbToAnsi256(e,r,n)),enumerable:!1},hexToAnsi:{value:e=>Be.ansi256ToAnsi(Be.hexToAnsi256(e)),enumerable:!1}}),Be}var IA=TA(),Ws=new Set(["\x1B","\x9B"]),RA=39,Af="\x07",OD="[",BA="]",kD="m",Of=`${BA}8;;`,vD=t=>`${Ws.values().next().value}${OD}${t}${kD}`,wD=t=>`${Ws.values().next().value}${Of}${t}${Af}`,jA=t=>t.split(" ").map(e=>la(e)),xf=(t,e,r)=>{let n=[...e],o=!1,i=!1,a=la(SD(t[t.length-1]));for(let[s,u]of n.entries()){let c=la(u);if(a+c<=r?t[t.length-1]+=u:(t.push(u),a=0),Ws.has(u)&&(o=!0,i=n.slice(s+1).join("").startsWith(Of)),o){i?u===Af&&(o=!1,i=!1):u===kD&&(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())},NA=t=>{let e=t.split(" "),r=e.length;for(;r>0&&!(la(e[r-1])>0);)r--;return r===e.length?t:e.slice(0,r).join(" ")+e.slice(r).join("")},LA=(t,e,r={})=>{if(r.trim!==!1&&t.trim()==="")return"";let n="",o,i,a=jA(t),s=[""];for(let[c,l]of t.split(" ").entries()){r.trim!==!1&&(s[s.length-1]=s[s.length-1].trimStart());let f=la(s[s.length-1]);if(c!==0&&(f>=e&&(r.wordWrap===!1||r.trim===!1)&&(s.push(""),f=0),(f>0||r.trim===!1)&&(s[s.length-1]+=" ",f++)),r.hard&&a[c]>e){let d=e-f,h=1+Math.floor((a[c]-d-1)/e);Math.floor((a[c]-1)/e)<h&&s.push(""),xf(s,l,e);continue}if(f+a[c]>e&&f>0&&a[c]>0){if(r.wordWrap===!1&&f<e){xf(s,l,e);continue}s.push("")}if(f+a[c]>e&&r.wordWrap===!1){xf(s,l,e);continue}s[s.length-1]+=l}r.trim!==!1&&(s=s.map(c=>NA(c)));let u=[...s.join(`
105
105
  `)];for(let[c,l]of u.entries()){if(n+=l,Ws.has(l)){let{groups:d}=new RegExp(`(?:\\${OD}(?<code>\\d+)m|\\${Of}(?<uri>.*)${Af})`).exec(u.slice(c).join(""))||{groups:{}};if(d.code!==void 0){let h=Number.parseFloat(d.code);o=h===RA?void 0:h}else d.uri!==void 0&&(i=d.uri.length===0?void 0:d.uri)}let f=IA.codes.get(Number(o));u[c+1]===`
106
106
  `?(i&&(n+=wD("")),o&&f&&(n+=vD(f))):l===`
107
107
  `&&(o&&f&&(n+=vD(o)),i&&(n+=wD(i)))}return n};function CD(t,e,r){return String(t).normalize().replace(/\r\n/g,`
@@ -147,8 +147,8 @@ ${G.default.gray(Bo)} ${t}
147
147
  `);process.stdout.write(Ks.cursor.move(-999,_.length-1)),process.stdout.write(Ks.erase.down(_.length))},D=_=>_.replace(/\.+$/,""),C=_=>{let S=(performance.now()-_)/1e3,T=Math.floor(S/60),O=Math.floor(S%60);return T>0?`[${T}m ${O}s]`:`[${O}s]`},E=(_="")=>{a=!0,o=$D(),s=D(_),c=performance.now(),process.stdout.write(`${G.default.gray(Ue)}
148
148
  `);let S=0,T=0;h(),i=setInterval(()=>{if(n&&s===u)return;b(),u=s;let O=G.default.magenta(e[S]);if(n)process.stdout.write(`${O} ${s}...`);else if(t==="timer")process.stdout.write(`${O} ${s} ${C(c)}`);else{let B=".".repeat(Math.floor(T)).slice(0,3);process.stdout.write(`${O} ${s}${B}`)}S=S+1<e.length?S+1:0,T=T<e.length?T+.125:0},r)},g=(_="",S=0)=>{a=!1,clearInterval(i),b();let T=S===0?G.default.green(If):S===1?G.default.red(PD):G.default.red(TD);s=D(_??s),t==="timer"?process.stdout.write(`${T} ${s} ${C(c)}
149
149
  `):process.stdout.write(`${T} ${s}
150
- `),m(),o()};return{start:E,stop:g,message:(_="")=>{s=D(_??s)}}};var Ye=require("node:fs"),bl=require("node:os"),Ke=ge(require("node:path")),ar=require("node:process"),Ir=ge(Js());var _t=require("fs"),da=(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},Xs=(t=da(),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"}},ID=(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 Zs(t,e){if(isNaN(t)||isNaN(e))throw new Error("Cannot compare against non-numbers");return t===e?0:t<e?-1:1}function jD(t=[],e=[]){return t.length&&!e.length?-1:!t.length&&e.length?1:0}function Lf(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 jo="0|[1-9]\\d*",iO="\\d*[a-zA-Z-][a-zA-Z0-9-]*",aO=`(?<major>${jo})\\.(?<minor>${jo})\\.(?<patch>${jo})`,RD=`(?:${jo}|${iO})`,ND=`(?:-(?<prerelease>${RD}(?:\\.${RD})*))`,BD="[0-9A-Za-z-]+",LD=`(?:\\+(?<buildmetadata>${BD}(?:\\.${BD})*))`,UD=`v?${aO}${ND}?${LD}?`,MD=new RegExp(`^${UD}$`),qD="(?:<|>)?=?",sO="x|X|\\*",Nf=`${jo}|${sO}`,Qs=`[v=\\s]*(?<major>${Nf})(?:\\.(?<minor>${Nf})(?:\\.(?<patch>${Nf})${ND}?${LD}?)?)?`,HD=new RegExp(`^(?<operator>~>?|\\^|${qD})\\s*${Qs}$`),VD=new RegExp(`^(?<operator>${qD})\\s*(${UD})$|^$`);function Uf(t){return typeof t=="number"&&!Number.isNaN(t)&&(!Number.isFinite(t)||0<=t&&t<=Number.MAX_SAFE_INTEGER)}var Mf=256;var uO=new RegExp(`^${jo}$`);function xt(t){return t.split(".").filter(Boolean).map(e=>{if(uO.test(e)){let r=Number(e);if(Uf(r))return r}return e})}function Dr(t){return t.split(".").filter(Boolean)}function pn(t,e){let r=Number(t);if(!Uf(r))throw new TypeError(e);return r}function Vr(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 St(t,e){return t===e?0:Zs(t.major,e.major)||Zs(t.minor,e.minor)||Zs(t.patch,e.patch)||jD(t.prerelease,e.prerelease)||Lf(t.prerelease,e.prerelease)}function qf(t){return t.toFixed(0)}function yr(t){let e=qf(t.major),r=qf(t.minor),n=qf(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 cO(t,e){if(Vr(e))return!0;let r=St(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 eu(t,e){for(let r of e)if(!cO(t,r))return!1;if(t.prerelease&&t.prerelease.length>0){for(let r of e){if(Vr(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 ha(t,e){return e.some(r=>eu(t,r))}function lO(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 ma(t=[],e){let r=lO(t);if(!e)return r;let n=xt(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 ga(t,e,r={}){let n=r.build!==void 0?Dr(r.build):t.build??[];switch(e){case"premajor":return{major:t.major+1,minor:0,patch:0,prerelease:ma(t.prerelease,r.prerelease),build:n};case"preminor":return{major:t.major,minor:t.minor+1,patch:0,prerelease:ma(t.prerelease,r.prerelease),build:n};case"prepatch":return{major:t.major,minor:t.minor,patch:t.patch+1,prerelease:ma(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:ma(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:ma(t.prerelease,r.prerelease),build:n};default:throw new TypeError(`Cannot increment version: invalid argument ${e}`)}}var tu={major:Number.NaN,minor:Number.NaN,patch:Number.NaN,prerelease:[],build:[]},No={operator:void 0,...tu};function Hf(t,e){return St(t,e)>0}function qn(t,e){return St(t,e)<0}function fO(t){let r=t.match(VD)?.groups;if(!r)return null;let{operator:n,prerelease:o,buildmetadata:i}=r,a=r.major?{major:pn(r.major,`Cannot parse comparator ${t}: invalid major version`),minor:pn(r.minor,`Cannot parse comparator ${t}: invalid minor version`),patch:pn(r.patch,`Cannot parse comparator ${t}: invalid patch version`),prerelease:o?xt(o):[],build:i?Dr(i):[]}:tu;return{operator:n||void 0,...a}}function $e(t){return!t||t.toLowerCase()==="x"||t==="*"}function pO(t){if(!$e(t.major))return $e(t.minor)?{operator:">=",major:+t.major,minor:0,patch:0,prerelease:[],build:[]}:$e(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?xt(t.prerelease):[],build:[]}}function dO(t){if(!$e(t.major))return $e(t.minor)?{operator:"<",major:+t.major+1,minor:0,patch:0,prerelease:[],build:[]}:$e(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:xt(t.prerelease),build:[]}:{operator:"<=",major:+t.major,minor:+t.minor,patch:+t.patch,prerelease:[],build:[]}}function hO(t){let e=t.match(new RegExp(`^${Qs}`)),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(`^${Qs}\\s*$`))?.groups;if(!s)return null;let u=pO(r),c=dO(s);return[u,c].filter(Boolean)}function mO(t){let e=$e(t.major),r=$e(t.minor),n=$e(t.patch),o=+t.major,i=+t.minor,a=+t.patch;if(e)return[No];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=xt(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 gO(t){let e=$e(t.major),r=$e(t.minor),n=$e(t.patch),o=+t.major,i=+t.minor,a=+t.patch;if(e)return[No];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=xt(t.prerelease??"");return[{operator:">=",major:o,minor:i,patch:a,prerelease:s},{operator:"<",major:o,minor:i+1,patch:0}]}function DO(t){let e=$e(t.major),r=$e(t.minor),n=$e(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=xt(t.prerelease??""),u=Dr(t.build??"");return[{operator:"<",major:o,minor:i,patch:a,prerelease:s,build:u}]}function yO(t){let e=$e(t.minor),r=$e(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=xt(t.prerelease??""),s=Dr(t.build??"");return[{operator:"<=",major:n,minor:o,patch:i,prerelease:a,build:s}]}function bO(t){let e=$e(t.major),r=$e(t.minor),n=$e(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=xt(t.prerelease??""),u=Dr(t.build??"");return[{operator:">",major:o,minor:i,patch:a,prerelease:s,build:u}]}function vO(t){let e=$e(t.major),r=$e(t.minor),n=$e(t.patch),o=+t.major,i=+t.minor,a=+t.patch;if(e)return[No];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=xt(t.prerelease??""),u=Dr(t.build??"");return[{operator:">=",major:o,minor:i,patch:a,prerelease:s,build:u}]}function wO(t){let e=$e(t.major),r=$e(t.minor),n=$e(t.patch),o=+t.major,i=+t.minor,a=+t.patch;if(e)return[No];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=xt(t.prerelease??""),u=Dr(t.build??"");return[{operator:void 0,major:o,minor:i,patch:a,prerelease:s,build:u}]}function CO(t){let e=t.match(HD)?.groups;if(!e)return fO(t);switch(e.operator){case"^":return mO(e);case"~":case"~>":return gO(e);case"<":return DO(e);case"<=":return yO(e);case">":return bO(e);case">=":return vO(e);case"=":case"":return wO(e);default:throw new Error(`Cannot parse version range: '${e.operator}' is not a valid operator`)}}function EO(t){return t.split(/\s+/).flatMap(CO)}function ru(t){let e=t.replaceAll(/(?<=<|>|=|~|\^)(\s+)/g,"").split(/\s*\|\|\s*/).map(r=>hO(r)||EO(r));if(e.some(r=>r.includes(null)))throw new TypeError(`Cannot parse version range: range "${t}" is invalid`);return e}function _e(t){if(typeof t!="string")throw new TypeError(`Cannot parse version as version must be a string: received ${typeof t}`);if(t.length>Mf)throw new TypeError(`Cannot parse version as version length is too long: length is ${t.length}, max length is ${Mf}`);t=t.trim();let e=t.match(MD)?.groups;if(!e)throw new TypeError(`Cannot parse version: ${t}`);let r=pn(e.major,`Cannot parse version ${t}: invalid major version`),n=pn(e.minor,`Cannot parse version ${t}: invalid minor version`),o=pn(e.patch,`Cannot parse version ${t}: invalid patch version`),i=e.prerelease?xt(e.prerelease):[],a=e.buildmetadata?Dr(e.buildmetadata):[];return{major:r,minor:n,patch:o,prerelease:i,build:a}}function zD(t,e){let r=t.operator,n=e.operator;if(r===void 0)return Vr(t)?!0:ha(t,[[e]]);if(n===void 0)return Vr(e)?!0:ha(e,[[t]]);let o=St(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 _O(t){return t.every(e=>e.some(r=>xO(r)))}function xO(t){for(let e=0;e<t.length-1;e++){let r=t[e];for(let n of t.slice(e+1))if(!zD(r,n))return!1}return!0}function GD(t,e){return _O([t,e])&&t.some(r=>e.some(n=>r.every(o=>n.every(i=>zD(o,i)))))}function WD(t){try{return _e(t),!0}catch{return!1}}function dn(t,e){return St(t,e)>=0}var Vi=ge(o0()),eg=ge(j0()),U1=ge(hb()),vl=ge(Nh());var Lh=require("node:buffer"),SC=require("node:crypto"),zR=(()=>{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 GR(t){let e=4294967295;for(let r=0;r<t.length;r++){let n=t[r];e=zR[(e^n)&255]^e>>>8}return e=e^4294967295,(e>>>0).toString(16).padStart(8,"0")}async function Xr(t,e="sha256"){let r=Lh.Buffer.isBuffer(t)?t:Lh.Buffer.from(t);if(e==="crc32")return GR(r);let n=(0,SC.createHash)(e);return n.update(r),n.digest("hex")}var ms=ge(o1());async function i1(){let t=await(0,ms.loadConfig)();return{config:t.app.extConfig,path:t.app.extConfigFilePath}}async function $m(t,e,r=!1){let n=await(0,ms.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,ms.writeConfig)(o,n.app.extConfigFilePath))}async function Ui(t,e=!1){await $m("CapacitorUpdater",t,e)}var zi=".capgo_key",Wt=".capgo_key_v2",wl=`${zi}.pub`,tn=`${Wt}.pub`,I1="https://capgo.app",R1="https://files.capgo.app",B1="https://api.capgo.app",j1="https://console.capgo.app",tg=12e4,F5=1024*1024*20,A5=1024*1024*1024,O5=1024*1024*99,bt="package.json",Gi=/^(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,L=t=>t?`
151
- ${U1.default.render(t)}`:"";function yl(t){return new Promise(e=>{setTimeout(e,t)})}function M1(t){return(0,Ir.isMonorepo)(t)||(0,Ir.isNXMonorepo)(t)}function vt(t){return(0,Ir.isMonorepo)(t)?(0,Ir.findMonorepoRoot)(t):(0,Ir.isNXMonorepo)(t)?(0,Ir.findNXMonorepoRoot)(t):t}function q1(t=vt((0,ar.cwd)()),e=void 0){let r=e?.split(",")[0];if(r&&!(0,Ye.existsSync)(r)){let o=`Package.json at ${r} does not exist`;throw p.error(o),new Error(o)}let n=(0,Ye.readFileSync)(r??(0,Ke.join)(t,bt));return JSON.parse(n)}function rg(t=vt((0,ar.cwd)()),e=void 0){return q1(t,e).scripts}function _r(t=vt((0,ar.cwd)()),e=void 0){return q1(t,e).version??""}function N1(t){let e=t.replace("^","").replace("~","");if(WD(e))try{let r=_e(e);return yr(r)}catch{return e}return e}async function ct(t=vt((0,ar.cwd)()),e=void 0){let r=e?.split(",");if(r??=[(0,Ke.join)(t,bt)],r){for(let o of r)if(!(0,Ye.existsSync)(o)){let i=`Package.json at ${o} does not exist`;throw p.error(i),new Error(i)}}let n=new Map;for(let o of r){let i=(0,Ye.readFileSync)(o),a=JSON.parse(i);for(let s in a.dependencies)n.set(s,N1(a.dependencies[s]));for(let s in a.devDependencies)n.set(s,N1(a.devDependencies[s]))}return n}async function te(){try{let t=await i1();if(!t){let e="No capacitor config file found, run `cap init` first";throw p.error(e),new Error(e)}return t}catch(t){let e=`No capacitor config file found, run \`cap init\` first ${L(t)}`;throw p.error(e),new Error(e)}}async function ng(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 $m(t,r)),r}async function bs(t){return ng("CapacitorUpdater",t)}async function sr(){try{let t=await te(),e={host:t?.config?.plugins?.CapacitorUpdater?.localHost||I1,hostWeb:t?.config?.plugins?.CapacitorUpdater?.localWebHost||j1,hostFilesApi:t?.config?.plugins?.CapacitorUpdater?.localApiFiles||R1,hostApi:t?.config?.plugins?.CapacitorUpdater?.localApi||B1};return t?.config?.plugins?.CapacitorUpdater?.localSupa&&t?.config?.plugins?.CapacitorUpdater?.localSupaAnon&&(p.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:I1,hostWeb:j1,hostFilesApi:R1,hostApi:B1}}}var k5=/([A-Za-z0-9]+)\.(java|swift|kt|scala)$/;async function Cl(){let t=await sr();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 p.info(`Local config ${L(t)}`),t}}async function H1(){let t=await sr();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:A5,maxChunkSize:O5,alertUploadSize:F5}}}async function ne(t,e,r){let n=await Cl();if(e&&r&&(p.info("Using custom supabase instance from provided options"),n.supaHost=e,n.supaKey=r),!n.supaHost||!n.supaKey)throw p.error("Cannot connect to server please try again later"),new Error("Cannot connect to server please try again later");return(0,Vi.createClient)(n.supaHost,n.supaKey,{auth:{persistSession:!1},global:{headers:{capgkey:t}}})}async function $5(t,e,r){let{data:n}=await t.rpc("is_allowed_capgkey",{apikey:e,keymode:r}).single();if(!n){p.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 p.error(i),new Error("Invalid API key or insufficient permissions.")}}async function V1(t,e){let{data:r}=await t.rpc("is_paying_org",{orgid:e}).single();return r||!1}async function z1(t,e){let{data:r}=await t.rpc("is_trial_org",{orgid:e}).single();return r||0}async function P5(t,e){let{data:r}=await t.rpc("is_allowed_action_org",{orgid:e}).single();return!!r}async function T5(t,e,r){let{data:n}=await t.rpc("is_allowed_action",{apikey:r,appid:e}).single();return!!n}var wt=(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))(wt||{}),Wi=(t,e)=>t>=e;async function G1(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 p.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")?(p.info("Please accept/deny the organization invitation before trying to access the app"),new Error("Organization invitation pending")):(p.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 p.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 W1(t,e,r){let{data:n,error:o}=await t.rpc("get_organization_cli_warnings",{orgid:e,cli_version:r});if(o){p.error(`Cannot get cli warnings: ${L(o)}`);return}if(n.length>0){p.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"){p.error(`Invalid cli warning: ${a}`);continue}let s=a;s.fatal?(p.error(`${s.message.replaceAll("\\n",`
150
+ `),m(),o()};return{start:E,stop:g,message:(_="")=>{s=D(_??s)}}};var Ye=require("node:fs"),bl=require("node:os"),Ke=ge(require("node:path")),ar=require("node:process"),Ir=ge(Js());var _t=require("fs"),da=(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},Xs=(t=da(),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"}},ID=(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 Zs(t,e){if(isNaN(t)||isNaN(e))throw new Error("Cannot compare against non-numbers");return t===e?0:t<e?-1:1}function jD(t=[],e=[]){return t.length&&!e.length?-1:!t.length&&e.length?1:0}function Lf(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 jo="0|[1-9]\\d*",iO="\\d*[a-zA-Z-][a-zA-Z0-9-]*",aO=`(?<major>${jo})\\.(?<minor>${jo})\\.(?<patch>${jo})`,RD=`(?:${jo}|${iO})`,ND=`(?:-(?<prerelease>${RD}(?:\\.${RD})*))`,BD="[0-9A-Za-z-]+",LD=`(?:\\+(?<buildmetadata>${BD}(?:\\.${BD})*))`,UD=`v?${aO}${ND}?${LD}?`,MD=new RegExp(`^${UD}$`),qD="(?:<|>)?=?",sO="x|X|\\*",Nf=`${jo}|${sO}`,Qs=`[v=\\s]*(?<major>${Nf})(?:\\.(?<minor>${Nf})(?:\\.(?<patch>${Nf})${ND}?${LD}?)?)?`,HD=new RegExp(`^(?<operator>~>?|\\^|${qD})\\s*${Qs}$`),VD=new RegExp(`^(?<operator>${qD})\\s*(${UD})$|^$`);function Uf(t){return typeof t=="number"&&!Number.isNaN(t)&&(!Number.isFinite(t)||0<=t&&t<=Number.MAX_SAFE_INTEGER)}var Mf=256;var uO=new RegExp(`^${jo}$`);function xt(t){return t.split(".").filter(Boolean).map(e=>{if(uO.test(e)){let r=Number(e);if(Uf(r))return r}return e})}function Dr(t){return t.split(".").filter(Boolean)}function pn(t,e){let r=Number(t);if(!Uf(r))throw new TypeError(e);return r}function Vr(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 St(t,e){return t===e?0:Zs(t.major,e.major)||Zs(t.minor,e.minor)||Zs(t.patch,e.patch)||jD(t.prerelease,e.prerelease)||Lf(t.prerelease,e.prerelease)}function qf(t){return t.toFixed(0)}function yr(t){let e=qf(t.major),r=qf(t.minor),n=qf(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 cO(t,e){if(Vr(e))return!0;let r=St(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 eu(t,e){for(let r of e)if(!cO(t,r))return!1;if(t.prerelease&&t.prerelease.length>0){for(let r of e){if(Vr(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 ha(t,e){return e.some(r=>eu(t,r))}function lO(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 ma(t=[],e){let r=lO(t);if(!e)return r;let n=xt(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 ga(t,e,r={}){let n=r.build!==void 0?Dr(r.build):t.build??[];switch(e){case"premajor":return{major:t.major+1,minor:0,patch:0,prerelease:ma(t.prerelease,r.prerelease),build:n};case"preminor":return{major:t.major,minor:t.minor+1,patch:0,prerelease:ma(t.prerelease,r.prerelease),build:n};case"prepatch":return{major:t.major,minor:t.minor,patch:t.patch+1,prerelease:ma(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:ma(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:ma(t.prerelease,r.prerelease),build:n};default:throw new TypeError(`Cannot increment version: invalid argument ${e}`)}}var tu={major:Number.NaN,minor:Number.NaN,patch:Number.NaN,prerelease:[],build:[]},No={operator:void 0,...tu};function Hf(t,e){return St(t,e)>0}function qn(t,e){return St(t,e)<0}function fO(t){let r=t.match(VD)?.groups;if(!r)return null;let{operator:n,prerelease:o,buildmetadata:i}=r,a=r.major?{major:pn(r.major,`Cannot parse comparator ${t}: invalid major version`),minor:pn(r.minor,`Cannot parse comparator ${t}: invalid minor version`),patch:pn(r.patch,`Cannot parse comparator ${t}: invalid patch version`),prerelease:o?xt(o):[],build:i?Dr(i):[]}:tu;return{operator:n||void 0,...a}}function $e(t){return!t||t.toLowerCase()==="x"||t==="*"}function pO(t){if(!$e(t.major))return $e(t.minor)?{operator:">=",major:+t.major,minor:0,patch:0,prerelease:[],build:[]}:$e(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?xt(t.prerelease):[],build:[]}}function dO(t){if(!$e(t.major))return $e(t.minor)?{operator:"<",major:+t.major+1,minor:0,patch:0,prerelease:[],build:[]}:$e(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:xt(t.prerelease),build:[]}:{operator:"<=",major:+t.major,minor:+t.minor,patch:+t.patch,prerelease:[],build:[]}}function hO(t){let e=t.match(new RegExp(`^${Qs}`)),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(`^${Qs}\\s*$`))?.groups;if(!s)return null;let u=pO(r),c=dO(s);return[u,c].filter(Boolean)}function mO(t){let e=$e(t.major),r=$e(t.minor),n=$e(t.patch),o=+t.major,i=+t.minor,a=+t.patch;if(e)return[No];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=xt(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 gO(t){let e=$e(t.major),r=$e(t.minor),n=$e(t.patch),o=+t.major,i=+t.minor,a=+t.patch;if(e)return[No];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=xt(t.prerelease??"");return[{operator:">=",major:o,minor:i,patch:a,prerelease:s},{operator:"<",major:o,minor:i+1,patch:0}]}function DO(t){let e=$e(t.major),r=$e(t.minor),n=$e(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=xt(t.prerelease??""),u=Dr(t.build??"");return[{operator:"<",major:o,minor:i,patch:a,prerelease:s,build:u}]}function yO(t){let e=$e(t.minor),r=$e(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=xt(t.prerelease??""),s=Dr(t.build??"");return[{operator:"<=",major:n,minor:o,patch:i,prerelease:a,build:s}]}function bO(t){let e=$e(t.major),r=$e(t.minor),n=$e(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=xt(t.prerelease??""),u=Dr(t.build??"");return[{operator:">",major:o,minor:i,patch:a,prerelease:s,build:u}]}function vO(t){let e=$e(t.major),r=$e(t.minor),n=$e(t.patch),o=+t.major,i=+t.minor,a=+t.patch;if(e)return[No];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=xt(t.prerelease??""),u=Dr(t.build??"");return[{operator:">=",major:o,minor:i,patch:a,prerelease:s,build:u}]}function wO(t){let e=$e(t.major),r=$e(t.minor),n=$e(t.patch),o=+t.major,i=+t.minor,a=+t.patch;if(e)return[No];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=xt(t.prerelease??""),u=Dr(t.build??"");return[{operator:void 0,major:o,minor:i,patch:a,prerelease:s,build:u}]}function CO(t){let e=t.match(HD)?.groups;if(!e)return fO(t);switch(e.operator){case"^":return mO(e);case"~":case"~>":return gO(e);case"<":return DO(e);case"<=":return yO(e);case">":return bO(e);case">=":return vO(e);case"=":case"":return wO(e);default:throw new Error(`Cannot parse version range: '${e.operator}' is not a valid operator`)}}function EO(t){return t.split(/\s+/).flatMap(CO)}function ru(t){let e=t.replaceAll(/(?<=<|>|=|~|\^)(\s+)/g,"").split(/\s*\|\|\s*/).map(r=>hO(r)||EO(r));if(e.some(r=>r.includes(null)))throw new TypeError(`Cannot parse version range: range "${t}" is invalid`);return e}function _e(t){if(typeof t!="string")throw new TypeError(`Cannot parse version as version must be a string: received ${typeof t}`);if(t.length>Mf)throw new TypeError(`Cannot parse version as version length is too long: length is ${t.length}, max length is ${Mf}`);t=t.trim();let e=t.match(MD)?.groups;if(!e)throw new TypeError(`Cannot parse version: ${t}`);let r=pn(e.major,`Cannot parse version ${t}: invalid major version`),n=pn(e.minor,`Cannot parse version ${t}: invalid minor version`),o=pn(e.patch,`Cannot parse version ${t}: invalid patch version`),i=e.prerelease?xt(e.prerelease):[],a=e.buildmetadata?Dr(e.buildmetadata):[];return{major:r,minor:n,patch:o,prerelease:i,build:a}}function zD(t,e){let r=t.operator,n=e.operator;if(r===void 0)return Vr(t)?!0:ha(t,[[e]]);if(n===void 0)return Vr(e)?!0:ha(e,[[t]]);let o=St(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 _O(t){return t.every(e=>e.some(r=>xO(r)))}function xO(t){for(let e=0;e<t.length-1;e++){let r=t[e];for(let n of t.slice(e+1))if(!zD(r,n))return!1}return!0}function GD(t,e){return _O([t,e])&&t.some(r=>e.some(n=>r.every(o=>n.every(i=>zD(o,i)))))}function WD(t){try{return _e(t),!0}catch{return!1}}function dn(t,e){return St(t,e)>=0}var Vi=ge(o0()),eg=ge(j0()),U1=ge(hb()),vl=ge(Nh());var Lh=require("node:buffer"),SC=require("node:crypto"),zR=(()=>{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 GR(t){let e=4294967295;for(let r=0;r<t.length;r++){let n=t[r];e=zR[(e^n)&255]^e>>>8}return e=e^4294967295,(e>>>0).toString(16).padStart(8,"0")}async function Xr(t,e="sha256"){let r=Lh.Buffer.isBuffer(t)?t:Lh.Buffer.from(t);if(e==="crc32")return GR(r);let n=(0,SC.createHash)(e);return n.update(r),n.digest("hex")}var ms=ge(o1());async function i1(){let t=await(0,ms.loadConfig)();return{config:t.app.extConfig,path:t.app.extConfigFilePath}}async function $m(t,e,r=!1){let n=await(0,ms.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,ms.writeConfig)(o,n.app.extConfigFilePath))}async function Ui(t,e=!1){await $m("CapacitorUpdater",t,e)}var zi=".capgo_key",Wt=".capgo_key_v2",wl=`${zi}.pub`,tn=`${Wt}.pub`,I1="https://capgo.app",R1="https://files.capgo.app",B1="https://api.capgo.app",j1="https://console.capgo.app",tg=12e4,F5=1024*1024*20,A5=1024*1024*1024,O5=1024*1024*99,bt="package.json",Gi=/^(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?`
151
+ ${U1.default.render(t)}`:"";function yl(t){return new Promise(e=>{setTimeout(e,t)})}function M1(t){return(0,Ir.isMonorepo)(t)||(0,Ir.isNXMonorepo)(t)}function vt(t){return(0,Ir.isMonorepo)(t)?(0,Ir.findMonorepoRoot)(t):(0,Ir.isNXMonorepo)(t)?(0,Ir.findNXMonorepoRoot)(t):t}function q1(t=vt((0,ar.cwd)()),e=void 0){let r=e?.split(",")[0];if(r&&!(0,Ye.existsSync)(r)){let o=`Package.json at ${r} does not exist`;throw p.error(o),new Error(o)}let n=(0,Ye.readFileSync)(r??(0,Ke.join)(t,bt));return JSON.parse(n)}function rg(t=vt((0,ar.cwd)()),e=void 0){return q1(t,e).scripts}function _r(t=vt((0,ar.cwd)()),e=void 0){return q1(t,e).version??""}function N1(t){let e=t.replace("^","").replace("~","");if(WD(e))try{let r=_e(e);return yr(r)}catch{return e}return e}async function ct(t=vt((0,ar.cwd)()),e=void 0){let r=e?.split(",");if(r??=[(0,Ke.join)(t,bt)],r){for(let o of r)if(!(0,Ye.existsSync)(o)){let i=`Package.json at ${o} does not exist`;throw p.error(i),new Error(i)}}let n=new Map;for(let o of r){let i=(0,Ye.readFileSync)(o),a=JSON.parse(i);for(let s in a.dependencies)n.set(s,N1(a.dependencies[s]));for(let s in a.devDependencies)n.set(s,N1(a.devDependencies[s]))}return n}async function te(){try{let t=await i1();if(!t){let e="No capacitor config file found, run `cap init` first";throw p.error(e),new Error(e)}return t}catch(t){let e=`No capacitor config file found, run \`cap init\` first ${U(t)}`;throw p.error(e),new Error(e)}}async function ng(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 $m(t,r)),r}async function bs(t){return ng("CapacitorUpdater",t)}async function sr(){try{let t=await te(),e={host:t?.config?.plugins?.CapacitorUpdater?.localHost||I1,hostWeb:t?.config?.plugins?.CapacitorUpdater?.localWebHost||j1,hostFilesApi:t?.config?.plugins?.CapacitorUpdater?.localApiFiles||R1,hostApi:t?.config?.plugins?.CapacitorUpdater?.localApi||B1};return t?.config?.plugins?.CapacitorUpdater?.localSupa&&t?.config?.plugins?.CapacitorUpdater?.localSupaAnon&&(p.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:I1,hostWeb:j1,hostFilesApi:R1,hostApi:B1}}}var k5=/([A-Za-z0-9]+)\.(java|swift|kt|scala)$/;async function Cl(){let t=await sr();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 p.info(`Local config ${U(t)}`),t}}async function H1(){let t=await sr();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:A5,maxChunkSize:O5,alertUploadSize:F5}}}async function ne(t,e,r){let n=await Cl();if(e&&r&&(p.info("Using custom supabase instance from provided options"),n.supaHost=e,n.supaKey=r),!n.supaHost||!n.supaKey)throw p.error("Cannot connect to server please try again later"),new Error("Cannot connect to server please try again later");return(0,Vi.createClient)(n.supaHost,n.supaKey,{auth:{persistSession:!1},global:{headers:{capgkey:t}}})}async function $5(t,e,r){let{data:n}=await t.rpc("is_allowed_capgkey",{apikey:e,keymode:r}).single();if(!n){p.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 p.error(i),new Error("Invalid API key or insufficient permissions.")}}async function V1(t,e){let{data:r}=await t.rpc("is_paying_org",{orgid:e}).single();return r||!1}async function z1(t,e){let{data:r}=await t.rpc("is_trial_org",{orgid:e}).single();return r||0}async function P5(t,e){let{data:r}=await t.rpc("is_allowed_action_org",{orgid:e}).single();return!!r}async function T5(t,e,r){let{data:n}=await t.rpc("is_allowed_action",{apikey:r,appid:e}).single();return!!n}var wt=(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))(wt||{}),Wi=(t,e)=>t>=e;async function G1(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 p.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")?(p.info("Please accept/deny the organization invitation before trying to access the app"),new Error("Organization invitation pending")):(p.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 p.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 W1(t,e,r){let{data:n,error:o}=await t.rpc("get_organization_cli_warnings",{orgid:e,cli_version:r});if(o){p.error(`Cannot get cli warnings: ${U(o)}`);return}if(n.length>0){p.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"){p.error(`Invalid cli warning: ${a}`);continue}let s=a;s.fatal?(p.error(`${s.message.replaceAll("\\n",`
152
152
  `)}`),i=new Error(s.message)):p.warn(`${s.message.replaceAll("\\n",`
153
153
  `)}`)}if(i)throw p.error("Please fix the warnings and try again."),i;p.info("End of cli warnings.")}}async function K1(t,e,r,n,o=!0){let i=await Cl();if(!await(n?T5(t,n,r):P5(t,e)))throw p.error(`You need to upgrade your plan to continue to use capgo.
154
154
  Upgrade here: ${i.hostWeb}/dashboard/settings/plans
@@ -158,15 +158,15 @@ Trial expires in ${s} days, upgrade here: ${i.hostWeb}/dashboard/settings/plans
158
158
  Upgrade here: ${i.hostWeb}/dashboard/settings/plans
159
159
  `),yl(100),Promise.resolve().then(()=>(Zm(),Xm)).then(c=>{c.default(`${i.hostWeb}/dashboard/settings/plans`)}),yl(500),new Error("Plan upgrade required for upload");let[s,u]=await Promise.all([z1(t,e),V1(t,e)]);s>0&&o&&!u&&p.warn(`WARNING !!
160
160
  Trial expires in ${s} days, upgrade here: ${i.hostWeb}/dashboard/settings/plans
161
- `)}function ae(t=!1){let e=ar.env.CAPGO_TOKEN?.trim();if(e)return t||p.info("Use CAPGO_TOKEN environment variable"),e;let r=(0,bl.homedir)(),n,o=`${r}/.capgo`;if((0,Ye.existsSync)(o)&&(t||p.info(`Use global API key ${o}`),n=(0,Ye.readFileSync)(o,"utf8").trim()),o=".capgo",!n&&(0,Ye.existsSync)(o)&&(t||p.info(`Use local API key ${o}`),n=(0,Ye.readFileSync)(o,"utf8").trim()),!n){let i=`Cannot find API key in local folder or global, please login first with ${lt().runner} @capacitor/cli login`;throw p.error(i),new Error(i)}return n}async function*og(t){let e=await(0,Ye.readdirSync)(t,{withFileTypes:!0});for(let r of e){let n=(0,Ke.resolve)(t,r.name);r.isDirectory()&&!r.name.startsWith(".")&&!r.name.startsWith("node_modules")&&!r.name.startsWith("dist")?yield*og(n):yield n}}function Ki(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 El(){let t=(0,ar.cwd)(),e=!1,r=(0,Ke.resolve)(t,"tsconfig.json");(0,Ye.existsSync)(r)&&(e=!0);for await(let n of og(t)){if(n.includes("angular.json"))return p.info("Found angular project"),e?"angular-ts":"angular-js";if(n.includes("nuxt.config.js")||n.includes("nuxt.config.ts"))return p.info("Found nuxtjs project"),e?"nuxtjs-ts":"nuxtjs-js";if(n.includes("next.config.js")||n.includes("next.config.mjs"))return p.info("Found nextjs project"),e?"nextjs-ts":"nextjs-js";if(n.includes("svelte.config.js"))return p.info("Found sveltekit project"),e?"sveltekit-ts":"sveltekit-js";if(n.includes("rolluconfig.js"))return p.info("Found svelte project"),e?"svelte-ts":"svelte-js";if(n.includes("vue.config.js"))return p.info("Found vue project"),e?"vue-ts":"vue-js";if(n.includes(bt)){let o=(0,Ke.dirname)(n),i=await ct(o);if(i){if(i.get("react"))return p.info("Found react project test"),e?"react-ts":"react-js";if(i.get("vue"))return p.info("Found vue project"),e?"vue-ts":"vue-js"}}}return"unknown"}function J1(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 ig(t){if(t==="angular")return p.info("Angular project detected"),"build";if(t==="nuxtjs")return p.info("Nuxtjs project detected"),"generate";if(t==="nextjs"){if(p.info("Nextjs project detected"),p.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"),p.warn("Please make sure you have the output: 'export' and distDir: 'dist' in your next.config.js"),!await ve({message:"Do you want to continue?"})){let r="Build command selection aborted by user";throw p.error(r),new Error(r)}return"build"}if(t==="sveltekit"){if(p.info("Sveltekit project detected"),p.warn("Please make sure you have the adapter-static installed: https://kit.svelte.dev/docs/adapter-static"),p.warn("Please make sure you have the pages: 'dist' and assets: 'dest', in your svelte.config.js adaptater"),!await ve({message:"Do you want to continue?"})){let r="Build command selection aborted by user";throw p.error(r),new Error(r)}return"build"}return"build"}async function X1(){let t=/(main|index)\.(ts|tsx|js|jsx)$/,e="",r=(0,ar.cwd)(),n=r.split("/").length;for await(let o of og(r))if(o.split("/").length-n<=2&&t.test(o)){e=o,p.info(`Found main file here ${o}`);break}return e}async function ag(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 Z1(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 Vi.FunctionsHttpError){let a=await i.error.context.json();p.error(`Upload URL error: ${a.status||JSON.stringify(a)}`)}else p.error(`Cannot get upload url: ${i.error.message}`);return""}return i.data.url}catch(o){p.error(`Cannot get upload url ${L(o)}`)}return""}async function*Q1(t){let e=(0,Ye.readdirSync)(t,{withFileTypes:!0});for(let r of e){let n=(0,Ke.join)(t,r.name);r.isDirectory()?yield*Q1(n):yield n}}async function e2(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 Q1(t)){if(r.some(s=>n.includes(s))){p.info(`Ignoring file ${n}, please ensure you have only required files in your dist folder`);continue}let o=(0,Ye.readFileSync)(n);if(o.length===0){p.info(`Ignoring empty file ${n}, please ensure you have only required files in your dist folder`);continue}let i=await Xr(o,"sha256"),a=(0,Ke.relative)(t,n);a.startsWith("/")&&(a=a.substring(1)),e.push({file:a,hash:i})}return e}async function _l(t){return(0,bl.platform)()==="win32"?R5(t):I5(t)}function I5(t){let e=new eg.default;return e.addLocalFolder(t),e.toBuffer()}async function R5(t){p.info("Zipping file windows mode");let e=new eg.default,r=(n,o)=>{let i=(0,Ye.readdirSync)(n);for(let a of i){let s=(0,Ke.join)(n,a),u=(0,Ye.statSync)(s);if(u.isFile()){let c=(0,Ye.readFileSync)(s);e.addFile((0,Ke.join)(o,a).split(Ke.sep).join("/"),c)}else u.isDirectory()&&r(s,(0,Ke.join)(o,a))}};return r(t,""),e.toBuffer()}async function t2(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 vl.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(f){if(p.error(`Error uploading bundle: ${f.message}`),f instanceof vl.DetailedError){let d=f.originalResponse?.getBody(),h=JSON.parse(d||'{"error": "unknown error"}');c(h.status||h.error||h.message||"unknown error")}else c(f.message||f.toString()||"unknown error")},onProgress(f,d){let h=(f/d*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 r2(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 Vi.FunctionsHttpError){let a=await i.error.context.json();p.error(`Cannot delete failed version: ${a.status||JSON.stringify(a)}`)}else p.error(`Cannot delete failed version: ${i.error.message}`);return}return i.data?.status}catch(o){if(o instanceof Vi.FunctionsHttpError){let i=await o.context.json();p.error(`Cannot delete failed version: ${i.message||JSON.stringify(i)}`)}else p.error(`Cannot delete failed version: ${L(o)}`)}}async function xl(t,e){if(!e.app_id||!e.name||!e.created_by)return p.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&&p.info(`Get remove config: for ${e.event}`);let n=await Cl();r&&p.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&&p.error(`Failed to send LogSnag event: ${s.error}`)}finally{clearTimeout(i)}}catch(n){r&&(p.error("Failed to send Stats event details:"),p.error(L(n)))}}async function Yi(t,e){let{error:r,data:n}=await t.rpc("get_orgs_v6");if(r)throw p.error("Cannot get the list of organizations - exiting"),p.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 p.error("Could not get organization please create an organization first"),new Error("No organizations available");if(o.length===0)throw p.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 gr({message:"Please pick the organization that you want to insert to",options:o.map(u=>({value:u.gid,label:u.name}))}):o[0].gid;if(be(i))throw p.error("Canceled organization selection, exiting"),new Error("Organization selection cancelled");let a=i,s=n.find(u=>u.gid===a);return p.info(`Using the organization "${s.name}" as the app owner`),s}async function oe(t,e,r=["all"]){await $5(t,e,r);let{data:n,error:o}=await t.rpc("get_user_id",{apikey:e}).single(),i=(n||"").toString();if(!i||o)throw p.error("Cannot auth user with apikey"),new Error("Cannot authenticate user with provided API key");return i}async function ur(t,e){let{data:r,error:n}=await t.from("apps").select("owner_org").eq("app_id",e).single();if(!r||n)throw p.error(`Cannot get organization id for app id ${e}`),L(n),new Error(`Cannot get organization id for app id ${e}`);return r.owner_org}function Ji(t){return new Date(t||"").toLocaleString()}var L1=!1,Hi="npm",ys="install",Qm="npx";function lt(){if(L1)return{pm:Hi,command:ys,installCommand:`${Hi} ${ys}`,runner:Qm};let t=vt((0,ar.cwd)());return Hi=da(t,"npm"),ys=Xs(Hi),L1=!0,Qm=ID(t),{pm:Hi,command:ys,installCommand:`${Hi} ${ys}`,runner:Qm}}function n2(t){return(0,Ye.readdirSync)(t,{withFileTypes:!0}).flatMap(n=>{let o=(0,Ke.join)(t,n.name);return n.isDirectory()?n2(o):o.split(`node_modules${Ke.sep}`)[1]||o})}async function sg(t,e){let r=e?e.split(","):[],n;try{n=await ct("",t)}catch(l){throw p.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?Ke.default.resolve(o).replace(bt,""):vt((0,ar.cwd)());if(!n)throw p.error("Missing dependencies section in package.json"),new Error("Missing dependencies section in package.json");for(let[l,f]of Object.entries(n))if(typeof f!="string")throw p.error(`Invalid dependency ${l}: ${f}, expected string, got ${typeof f}`),new Error(`Invalid dependency ${l}: expected string version`);let a=r.length===0?[(0,Ke.join)((0,ar.cwd)(),"node_modules")]:r;if(!a.some(l=>(0,Ye.existsSync)(l))){let l=da(i,"npm"),f=Xs(l);throw p.error(`Missing node_modules folder at ${a.join(", ")}, please run ${l} ${f}`),new Error("Missing node_modules folder")}let u=!1,c=await Promise.all(Array.from(n.entries()).map(async([l,f])=>{let d=!1,h=!1;for(let m of a){let b=(0,Ke.join)(m,l);if((0,Ye.existsSync)(b)){d=!0;try{if(n2(b).some(C=>k5.test(C))){h=!0;break}}catch(D){throw p.error(`Error reading node_modules files for ${l} package in ${m}`),console.error(D),D instanceof Error?D:new Error(`Error reading node_modules files for ${l}`)}}}if(!d){u=!0;let m=da(i,"npm"),b=Xs(m);return p.error(`Missing dependency ${l}, please run ${m} ${b}`),{name:l,version:f}}return{name:l,version:f,native:h}})).catch(()=>[]);if(u||c.find(l=>l.native===void 0))throw p.error("Missing dependencies or invalid dependencies"),p.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 B5(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 j5(t){if(!t)throw p.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 p.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 p.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 p.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 o2(t,e,r){let{data:n,error:o}=await t.from("channels").select(`version (
161
+ `)}function ae(t=!1){let e=ar.env.CAPGO_TOKEN?.trim();if(e)return t||p.info("Use CAPGO_TOKEN environment variable"),e;let r=(0,bl.homedir)(),n,o=`${r}/.capgo`;if((0,Ye.existsSync)(o)&&(t||p.info(`Use global API key ${o}`),n=(0,Ye.readFileSync)(o,"utf8").trim()),o=".capgo",!n&&(0,Ye.existsSync)(o)&&(t||p.info(`Use local API key ${o}`),n=(0,Ye.readFileSync)(o,"utf8").trim()),!n){let i=`Cannot find API key in local folder or global, please login first with ${lt().runner} @capacitor/cli login`;throw p.error(i),new Error(i)}return n}async function*og(t){let e=await(0,Ye.readdirSync)(t,{withFileTypes:!0});for(let r of e){let n=(0,Ke.resolve)(t,r.name);r.isDirectory()&&!r.name.startsWith(".")&&!r.name.startsWith("node_modules")&&!r.name.startsWith("dist")?yield*og(n):yield n}}function Ki(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 El(){let t=(0,ar.cwd)(),e=!1,r=(0,Ke.resolve)(t,"tsconfig.json");(0,Ye.existsSync)(r)&&(e=!0);for await(let n of og(t)){if(n.includes("angular.json"))return p.info("Found angular project"),e?"angular-ts":"angular-js";if(n.includes("nuxt.config.js")||n.includes("nuxt.config.ts"))return p.info("Found nuxtjs project"),e?"nuxtjs-ts":"nuxtjs-js";if(n.includes("next.config.js")||n.includes("next.config.mjs"))return p.info("Found nextjs project"),e?"nextjs-ts":"nextjs-js";if(n.includes("svelte.config.js"))return p.info("Found sveltekit project"),e?"sveltekit-ts":"sveltekit-js";if(n.includes("rolluconfig.js"))return p.info("Found svelte project"),e?"svelte-ts":"svelte-js";if(n.includes("vue.config.js"))return p.info("Found vue project"),e?"vue-ts":"vue-js";if(n.includes(bt)){let o=(0,Ke.dirname)(n),i=await ct(o);if(i){if(i.get("react"))return p.info("Found react project test"),e?"react-ts":"react-js";if(i.get("vue"))return p.info("Found vue project"),e?"vue-ts":"vue-js"}}}return"unknown"}function J1(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 ig(t){if(t==="angular")return p.info("Angular project detected"),"build";if(t==="nuxtjs")return p.info("Nuxtjs project detected"),"generate";if(t==="nextjs"){if(p.info("Nextjs project detected"),p.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"),p.warn("Please make sure you have the output: 'export' and distDir: 'dist' in your next.config.js"),!await ve({message:"Do you want to continue?"})){let r="Build command selection aborted by user";throw p.error(r),new Error(r)}return"build"}if(t==="sveltekit"){if(p.info("Sveltekit project detected"),p.warn("Please make sure you have the adapter-static installed: https://kit.svelte.dev/docs/adapter-static"),p.warn("Please make sure you have the pages: 'dist' and assets: 'dest', in your svelte.config.js adaptater"),!await ve({message:"Do you want to continue?"})){let r="Build command selection aborted by user";throw p.error(r),new Error(r)}return"build"}return"build"}async function X1(){let t=/(main|index)\.(ts|tsx|js|jsx)$/,e="",r=(0,ar.cwd)(),n=r.split("/").length;for await(let o of og(r))if(o.split("/").length-n<=2&&t.test(o)){e=o,p.info(`Found main file here ${o}`);break}return e}async function ag(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 Z1(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 Vi.FunctionsHttpError){let a=await i.error.context.json();p.error(`Upload URL error: ${a.status||JSON.stringify(a)}`)}else p.error(`Cannot get upload url: ${i.error.message}`);return""}return i.data.url}catch(o){p.error(`Cannot get upload url ${U(o)}`)}return""}async function*Q1(t){let e=(0,Ye.readdirSync)(t,{withFileTypes:!0});for(let r of e){let n=(0,Ke.join)(t,r.name);r.isDirectory()?yield*Q1(n):yield n}}async function e2(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 Q1(t)){if(r.some(s=>n.includes(s))){p.info(`Ignoring file ${n}, please ensure you have only required files in your dist folder`);continue}let o=(0,Ye.readFileSync)(n);if(o.length===0){p.info(`Ignoring empty file ${n}, please ensure you have only required files in your dist folder`);continue}let i=await Xr(o,"sha256"),a=(0,Ke.relative)(t,n);a.startsWith("/")&&(a=a.substring(1)),e.push({file:a,hash:i})}return e}async function _l(t){return(0,bl.platform)()==="win32"?R5(t):I5(t)}function I5(t){let e=new eg.default;return e.addLocalFolder(t),e.toBuffer()}async function R5(t){p.info("Zipping file windows mode");let e=new eg.default,r=(n,o)=>{let i=(0,Ye.readdirSync)(n);for(let a of i){let s=(0,Ke.join)(n,a),u=(0,Ye.statSync)(s);if(u.isFile()){let c=(0,Ye.readFileSync)(s);e.addFile((0,Ke.join)(o,a).split(Ke.sep).join("/"),c)}else u.isDirectory()&&r(s,(0,Ke.join)(o,a))}};return r(t,""),e.toBuffer()}async function t2(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 vl.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(f){if(p.error(`Error uploading bundle: ${f.message}`),f instanceof vl.DetailedError){let d=f.originalResponse?.getBody(),h=JSON.parse(d||'{"error": "unknown error"}');c(h.status||h.error||h.message||"unknown error")}else c(f.message||f.toString()||"unknown error")},onProgress(f,d){let h=(f/d*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 r2(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 Vi.FunctionsHttpError){let a=await i.error.context.json();p.error(`Cannot delete failed version: ${a.status||JSON.stringify(a)}`)}else p.error(`Cannot delete failed version: ${i.error.message}`);return}return i.data?.status}catch(o){if(o instanceof Vi.FunctionsHttpError){let i=await o.context.json();p.error(`Cannot delete failed version: ${i.message||JSON.stringify(i)}`)}else p.error(`Cannot delete failed version: ${U(o)}`)}}async function xl(t,e){if(!e.app_id||!e.name||!e.created_by)return p.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&&p.info(`Get remove config: for ${e.event}`);let n=await Cl();r&&p.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&&p.error(`Failed to send LogSnag event: ${s.error}`)}finally{clearTimeout(i)}}catch(n){r&&(p.error("Failed to send Stats event details:"),p.error(U(n)))}}async function Yi(t,e){let{error:r,data:n}=await t.rpc("get_orgs_v6");if(r)throw p.error("Cannot get the list of organizations - exiting"),p.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 p.error("Could not get organization please create an organization first"),new Error("No organizations available");if(o.length===0)throw p.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 gr({message:"Please pick the organization that you want to insert to",options:o.map(u=>({value:u.gid,label:u.name}))}):o[0].gid;if(be(i))throw p.error("Canceled organization selection, exiting"),new Error("Organization selection cancelled");let a=i,s=n.find(u=>u.gid===a);return p.info(`Using the organization "${s.name}" as the app owner`),s}async function oe(t,e,r=["all"]){await $5(t,e,r);let{data:n,error:o}=await t.rpc("get_user_id",{apikey:e}).single(),i=(n||"").toString();if(!i||o)throw p.error("Cannot auth user with apikey"),new Error("Cannot authenticate user with provided API key");return i}async function ur(t,e){let{data:r,error:n}=await t.from("apps").select("owner_org").eq("app_id",e).single();if(!r||n)throw p.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 Ji(t){return new Date(t||"").toLocaleString()}var L1=!1,Hi="npm",ys="install",Qm="npx";function lt(){if(L1)return{pm:Hi,command:ys,installCommand:`${Hi} ${ys}`,runner:Qm};let t=vt((0,ar.cwd)());return Hi=da(t,"npm"),ys=Xs(Hi),L1=!0,Qm=ID(t),{pm:Hi,command:ys,installCommand:`${Hi} ${ys}`,runner:Qm}}function n2(t){return(0,Ye.readdirSync)(t,{withFileTypes:!0}).flatMap(n=>{let o=(0,Ke.join)(t,n.name);return n.isDirectory()?n2(o):o.split(`node_modules${Ke.sep}`)[1]||o})}async function sg(t,e){let r=e?e.split(","):[],n;try{n=await ct("",t)}catch(l){throw p.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?Ke.default.resolve(o).replace(bt,""):vt((0,ar.cwd)());if(!n)throw p.error("Missing dependencies section in package.json"),new Error("Missing dependencies section in package.json");for(let[l,f]of Object.entries(n))if(typeof f!="string")throw p.error(`Invalid dependency ${l}: ${f}, expected string, got ${typeof f}`),new Error(`Invalid dependency ${l}: expected string version`);let a=r.length===0?[(0,Ke.join)((0,ar.cwd)(),"node_modules")]:r;if(!a.some(l=>(0,Ye.existsSync)(l))){let l=da(i,"npm"),f=Xs(l);throw p.error(`Missing node_modules folder at ${a.join(", ")}, please run ${l} ${f}`),new Error("Missing node_modules folder")}let u=!1,c=await Promise.all(Array.from(n.entries()).map(async([l,f])=>{let d=!1,h=!1;for(let m of a){let b=(0,Ke.join)(m,l);if((0,Ye.existsSync)(b)){d=!0;try{if(n2(b).some(C=>k5.test(C))){h=!0;break}}catch(D){throw p.error(`Error reading node_modules files for ${l} package in ${m}`),console.error(D),D instanceof Error?D:new Error(`Error reading node_modules files for ${l}`)}}}if(!d){u=!0;let m=da(i,"npm"),b=Xs(m);return p.error(`Missing dependency ${l}, please run ${m} ${b}`),{name:l,version:f}}return{name:l,version:f,native:h}})).catch(()=>[]);if(u||c.find(l=>l.native===void 0))throw p.error("Missing dependencies or invalid dependencies"),p.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 B5(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 j5(t){if(!t)throw p.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 p.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 p.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 p.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 o2(t,e,r){let{data:n,error:o}=await t.from("channels").select(`version (
162
162
  native_packages
163
163
  )`).eq("name",r).eq("app_id",e).single();if(o)throw p.error(`Error fetching native packages: ${o.message}`),new Error(`Error fetching native packages: ${o.message}`);return j5(n.version.native_packages??[])}async function i2(t,e,r,n){let o=Ee();o.start(`Checking bundle checksum compatibility with channel ${r}`);let i=await B5(t,e,r);if(!i){o.stop(`No checksum found for channel ${r}, the bundle will be uploaded`);return}if(i&&i===n)throw p.error(`Cannot upload the same bundle content.
164
164
  Current bundle checksum matches remote bundle for channel ${r}
165
165
  Did you builded your app before uploading?
166
166
  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 de(t,e){return t||e?.plugins?.CapacitorUpdater?.appId||e?.appId}function So(t){if(!t.localVersion)return!0;if(!t.remoteVersion)return!1;try{let e=ru(t.localVersion),r=ru(t.remoteVersion);return GD(e,r)}catch{return!1}}async function Sl(t,e,r,n,o){let i=await sg(n,o),a=await o2(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 ug(t,e,r,n){let o=await o2(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 a2(t,e){let{data:r}=await t.rpc("exist_app_v2",{appid:e}).single();return!!r}async function Ne(t,e,r,n,o=!1){let i=lt(),a=await G1(t,e,r);if(!a.okay)switch(a.error){case"INVALID_APIKEY":{let c="Invalid apikey, such apikey does not exists!";throw o||p.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||p.error(c),new Error(c)}case"NO_ORG":{let c="Could not find organization, please contact support to resolve this!";throw o||p.error(c),new Error(c)}}let s=a.data;if(n>s){let c=`Insuficcent permissions for app ${r}. Current permission: ${wt[a.data]}, required for this action: ${wt[n]}.`;throw o||p.error(c),new Error(c)}return a.data}var cr="assets/icon.png";async function Fl(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 he(){let t=await Fl("@capgo/cli")??"",e=t?.split(".")[0];t!==hr.version&&p.warning(`\u{1F6A8} You are using @capgo/cli@${hr.version} it's not the latest version.
167
- Please use @capgo/cli@${t}" or @capgo/cli@${e} to keep up to date with the latest features and bug fixes.`)}function N5(t,e,r){if(!e.apikey)throw r||p.error("Missing API key, you need to provide an API key to upload your bundle"),new Error("Missing API key");if(!t)throw r||p.error("Missing argument, you need to provide a appId, or be in a capacitor project"),new Error("Missing appId");if(t.includes("--"))throw r||p.error('The app id includes illegal symbols. You cannot use "--" in the app id'),new Error("App id includes illegal symbols")}async function L5(t,e,r){if(await a2(t,e))throw e==="io.ionic.starter"?(r||p.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||p.error(`App ${e} already exist`),new Error(`App ${e} already exists`))}async function U5(t,e,r=!1){return cg(t,e,void 0,r)}async function cg(t,e,r,n=!1){n||Z("Adding"),await he(),e.apikey=e.apikey||ae();let o=await te(),i=de(t,o?.config);N5(i,e,n);let a=await ne(e.apikey,e.supaHost,e.supaAnon),s=await oe(a,e.apikey,["write","all"]);await L5(a,i,n),r||(r=await Yi(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||p.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||p.info(`Adding ${i} to Capgo`);let f=null,d=null;l&&(0,Xi.existsSync)(l)?(f=(0,Xi.readFileSync)(l),d=Ki(l)||"image/png",n||p.warn(`Found app icon ${l}`)):(0,Xi.existsSync)(cr)?(f=(0,Xi.readFileSync)(cr),d=Ki(cr)||"image/png",n||p.warn(`Found app icon ${cr}`)):n||p.warn(`Cannot find app icon in any of the following locations: ${l}, ${cr}`);let h="icon",m="https://xvwzpoazmxkqosrdewyv.supabase.co/storage/v1/object/public/images/capgo.png";if(f&&d){let{error:C}=await a.storage.from(`images/org/${u}/${i}`).upload(h,f,{contentType:d});if(C)throw n||console.error(C),n||p.error(`Could not add app ${L(C)}`),new Error(`Could not add app ${L(C)}`);let{data:E}=await a.storage.from(`images/org/${u}/${i}`).getPublicUrl(h);m=E?.publicUrl||m}let{error:b}=await a.from("apps").insert({icon_url:m,owner_org:u,user_id:s,name:c,app_id:i});if(b)throw n||p.error(`Could not add app ${L(b)}`),new Error(`Could not add app ${L(b)}`);let{error:D}=await a.from("app_versions").insert([{owner_org:u,deleted:!0,name:"unknown",app_id:i},{owner_org:u,deleted:!0,name:"builtin",app_id:i}]);if(D)throw n||p.error(`Could not add app ${L(D)}`),new Error(`Could not add app ${L(D)}`);return n||(p.success(`App ${i} added to Capgo. You can upload a bundle now`),J("Done \u2705")),{appId:i,organizationUid:u,userId:s,name:c,signedURL:m}}async function s2(t,e){await U5(t,e,!1)}function u2(t,e){let n=["normal","bold","dim","italic","underline","strikethrough"].indexOf(t),o="\x1B[";return o+n+"m"+e+o+"0m"}var ft=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?u2("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))+u2("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(`
168
- `)}};function M5(t){return new Promise(e=>{setTimeout(e,t)})}function q5(t){return new Date(t||"").toLocaleTimeString()}async function Rr(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 H5(t,e,r,n){if(be(e))throw await Rr(t,r,n,"canceled",void 0,"\u{1F937}"),new Error("Command cancelled")}async function V5(t,e,r){try{let n=await sr(),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),p.error(`Cannot get stats ${L(n)}`)}return[]}function z5(t){let e={get:{summary:()=>"Update request by device. Waiting for download\u2026",level:"info",snag:"done"},delete:{summary:()=>"Bundle deleted on device",level:"info"},set:{summary:()=>"Bundle set on device \u2764\uFE0F",level:"info",snag:"set",stop:!0},NoChannelOrOverride:{summary:()=>"No default channel/override; create it in channel settings",level:"error"},needPlanUpgrade:{summary:({baseUrl:r})=>`Out of quota. Upgrade plan: ${r}/dashboard/settings/plans`,level:"error"},missingBundle:{summary:()=>"Requested bundle not found on server",level:"error"},noNew:{summary:()=>"Device already has latest available version",level:"info"},disablePlatformIos:{summary:()=>"iOS platform disabled in channel",level:"error"},disablePlatformAndroid:{summary:()=>"Android platform disabled in channel",level:"error"},disableAutoUpdate:{summary:()=>"Automatic updates disabled in channel",level:"error"},disableAutoUpdateToMajor:{summary:()=>"Auto-update to major versions disabled",level:"error"},disableAutoUpdateToMinor:{summary:()=>"Auto-update to minor versions disabled",level:"error"},disableAutoUpdateToPatch:{summary:()=>"Auto-update to patch versions disabled",level:"error"},disableAutoUpdateUnderNative:{summary:()=>"Channel update version is lower than device native",level:"error"},disableDevBuild:{summary:()=>"Dev build updates disabled in channel",level:"error"},disableEmulator:{summary:()=>"Emulator updates disabled in channel",level:"error"},cannotGetBundle:{summary:()=>"Cannot retrieve bundle from channel",level:"error"},cannotUpdateViaPrivateChannel:{summary:()=>"No access to private channel",level:"error"},channelMisconfigured:{summary:()=>"Channel configuration invalid or incomplete",level:"error"},disableAutoUpdateMetadata:{summary:()=>"Auto-update on metadata disabled",level:"error"},set_fail:{summary:()=>"Bundle set failed. Possibly corrupted",level:"error"},reset:{summary:()=>"Device reset to builtin bundle",level:"warn"},update_fail:{summary:()=>"Installed bundle failed to call notifyAppReady",level:"error"},checksum_fail:{summary:()=>"Downloaded bundle checksum validation failed",level:"error"},windows_path_fail:{summary:()=>"Bundle contains illegal Windows-style paths",level:"error"},canonical_path_fail:{summary:()=>"Bundle contains non-canonical paths",level:"error"},directory_path_fail:{summary:()=>"Bundle ZIP contains invalid directory paths",level:"error"},unzip_fail:{summary:()=>"Failed to unzip bundle on device",level:"error"},low_mem_fail:{summary:()=>"Download failed due to low device memory",level:"error"},app_moved_to_background:{summary:()=>"App moved to background",level:"info"},app_moved_to_foreground:{summary:()=>"App moved to foreground",level:"info"},decrypt_fail:{summary:()=>"Failed to decrypt downloaded bundle",level:"error"},getChannel:{summary:()=>"Queried current channel on device",level:"info"},setChannel:{summary:()=>"Channel set on device",level:"info"},InvalidIp:{summary:()=>"Device appears in Google datacenter; blocking recent updates (<4h)",level:"warn"},uninstall:{summary:()=>"App uninstalled or Capgo data cleared on device",level:"warn"}};if(t.action.startsWith("download_")){let r=t.action.split("_")[1];return r==="complete"?{summary:()=>"Download complete; relaunch app to apply",level:"info",snag:"downloaded"}:r==="fail"?{summary:()=>"Download failed on device",level:"error"}:{summary:()=>`Downloading ${r}%`,level:"info"}}return e[t.action]||null}async function G5(t,e,r,n,o,i){let a=z5(t);if(!a)return{};a.snag&&await Rr(e,r,n,a.snag);let s=q5(t.created_at),u=t.action,c=t.version_id?`(version #${t.version_id})`:"",l=t.version?` (version ${t.version})`:c,f=`${a.summary({data:t,baseAppUrl:o,baseUrl:i})}${l}`;return{row:[s,t.device_id,u,f],stop:a.stop}}async function lg(t,e,r,n,o){let i=!0,a=await sr(),s=`${a.hostWeb}/app/p/${r}`;await Rr(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,f=Ee(),d=`${a.host}/docs/plugins/updater/debugging/#sent-from-the-backend`;for(f.start(`Waiting for logs (Expect delay of 30 sec) more info: ${d}`);i;){await M5(5e3);let h=await V5(e,u,c);if(h.length>0){let m=h.reduce((E,g)=>{let _=new Date(g.created_at).getTime();return Math.max(E,_)},c?new Date(c).getTime():0);m>0&&(c=new Date(m).toISOString());let b=h.filter(E=>{let g=`${E.app_id}|${E.device_id}|${E.action}|${E.version_id}|${E.created_at}`;return l.has(g)?!1:(l.add(g),!0)}).sort((E,g)=>new Date(E.created_at).getTime()-new Date(g.created_at).getTime()),D=new ft;D.headers=["Time","Device","Key","Message"],D.theme=ft.roundTheme,D.rows=[];let C=!1;for(let E of b){let{row:g,stop:_}=await G5(E,t,n,e,s,a.hostWeb);g&&D.rows.push(g),_&&(C=!0)}if(D.rows.length&&(f.stop(""),p.info(D.toString()),f.start(`Waiting for logs (Expect delay of 30 sec) more info: ${d}`)),C){i=!1;break}}}return f.stop("Stop watching logs"),Promise.resolve()}async function c2(t,e,r=!1){r||Z("Debug Live update in Capgo"),await he(),e.apikey=e.apikey||ae();let n=await te();t=de(t,n?.config);let o=e.device;if(!e.apikey)throw r||p.error("Missing API key, you need to provide an API key to delete your app"),new Error("Missing API key");if(!t)throw r||p.error("Missing argument, you need to provide a appId, or be in a capacitor project"),new Error("Missing appId");if(r)throw new Error("Debug command requires an interactive terminal");let i=await ne(e.apikey,e.supaHost,e.supaAnon),a=await ur(i,t),s=await ve({message:"Automatic check if update working in device ?"});await H5("debug",s,a,e.apikey),s?(r||p.info(`Wait logs sent to Capgo from ${t} device, Please background your app and open it again \u{1F4AA}`),await lg("debug",e.apikey,t,a,o),r||J("Done \u2705")):r||J("Canceled \u274C")}async function l2(t,e,r=!1,n=!1){r||Z("Deleting"),e.apikey=e.apikey||ae();let o=await te(),i=de(t,o?.config);if(!e.apikey)throw r||p.error("Missing API key, you need to provide an API key to upload your bundle"),new Error("Missing API key");if(!i)throw r||p.error("Missing argument, you need to provide a appId, or be in a capacitor project"),new Error("Missing appId");let a=await ne(e.apikey,e.supaHost,e.supaAnon),s=await oe(a,e.apikey,["write","all"]);await Ne(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");{p.warn("Deleting the app is not recomended for users that are not the organization owner"),p.warn("You are invited as a super_admin but your are not the owner"),p.warn("It's strongly recomended that you do not continue!");let b=await gr({message:"Do you want to continue?",options:[{label:"Yes",value:"yes"},{label:"No",value:"no"}]});if(be(b)||b==="no")throw p.error("Canceled deleting the app, exiting"),new Error("App deletion cancelled")}}else c&&!r&&p.warn(`Cannot get the app owner ${L(c)}`);let{error:f}=await a.storage.from("images").remove([`org/${l?.owner_org.id}/${i}/icon`]);f&&!r&&p.error("Could not delete app logo");let{error:d}=await a.storage.from(`apps/${i}/${s}`).remove(["versions"]);d&&!r&&p.error("Could not delete app version");let{error:h}=await a.from("apps").delete().eq("app_id",i);if(h)throw r||p.error("Could not delete app"),new Error(`Could not delete app: ${L(h)}`);let m=await ur(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||(p.success("App deleted in Capgo"),J("Done \u2705")),!0}var Al=require("node:os"),p2=require("node:process");async function f2(t){let e={},r=Object.keys(t);return(await Promise.all(r.map(o=>Fl(o)))).forEach((o,i)=>{o&&(e[r[i]]=o)}),e}async function W5(){let t=await ct(),e={"@capgo/cli":hr.version};for(let[r,n]of t)(r.startsWith("@capgo/")||r.startsWith("@capawesome/")||r.startsWith("capacitor"))&&(e[r]=n);return e}async function d2(t,e=!1){e||p.warn(" \u{1F48A} Capgo Doctor \u{1F48A}");let r=await te(),n=_r("",t.packageJson),o=r?.config?.plugins?.CapacitorUpdater?.version||n,i=r?.config?.appName||"",a=de("",r?.config),s=r?.config?.webDir||"";e||(p.info(` App Name: ${i}`),p.info(` App ID: ${a}`),p.info(` App Version: ${o}`),p.info(` Web Dir: ${s}`),p.info(` OS: ${(0,Al.platform)()} ${(0,Al.version)()}`),p.info(` Node: ${p2.version}`),p.info(" Installed Dependencies:"));let u=await W5();if(Object.keys(u).length===0)throw e||p.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))p.info(` ${l}: ${u[l]}`);let c={};if(e)c=await f2(u);else{let l=Ee();l.start("Running: Loading latest dependencies"),c=await f2(u),l.stop("Latest Dependencies:");for(let f of Object.keys(c))p.info(` ${f}: ${c[f]}`)}if(JSON.stringify(u)!==JSON.stringify(c))throw e||p.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||p.success("\x1B[32m\u2705 All dependencies are up to date\x1B[0m"),{appName:i,appId:a,appVersion:o,webDir:s,installedDependencies:u,latestDependencies:c}}function K5(t){let e=new ft;e.headers=["Name","id","Created"],e.rows=[];for(let r of t.toReversed())e.rows.push([r.name??"",r.app_id,Ji(r.created_at)]);p.success("Apps"),p.success(e.toString())}async function Y5(t,e){let{data:r,error:n}=await t.from("apps").select().order("created_at",{ascending:!1});if(n)throw e||p.error("Apps not found"),new Error("Apps not found");return r??[]}async function h2(t,e=!1){e||Z("List apps in Capgo"),await he(),t.apikey=t.apikey||ae();let r=await ne(t.apikey,t.supaHost,t.supaAnon);await oe(r,t.apikey,["write","all","read","upload"]),e||p.info("Getting active bundle in Capgo");let n=await Y5(r,e);if(!n.length)throw e||p.error("No apps found"),new Error("No apps found");return e||(p.info(`Active app in Capgo: ${n.length}`),K5(n),J("Done \u2705")),n}var m2=require("node:crypto"),Zi=require("node:fs");async function g2(t,e,r=!1){r||Z("Set app"),e.apikey=e.apikey||ae();let n=await te();if(t=de(t,n?.config),!e.apikey)throw r||p.error("Missing API key, you need to provide an API key to upload your bundle"),new Error("Missing API key");if(!t)throw r||p.error("Missing argument, you need to provide a appId, or be in a capacitor project"),new Error("Missing appId");let o=await ne(e.apikey,e.supaHost,e.supaAnon),a=(await Yi(o,["admin","super_admin"])).gid,s=await oe(o,e.apikey,["write","all"]);await Ne(o,e.apikey,t,4,r);let{name:u,icon:c,retention:l}=e;if(l&&Number.isNaN(Number(l)))throw r||p.error("retention value must be a number"),new Error("Retention value must be a number");if(l&&l<0)throw r||p.error("retention value cannot be less than 0"),new Error("Retention value cannot be less than 0");if(l&&l>=63113904)throw r||p.error("retention value cannot be greater than 63113904 seconds (2 years)"),new Error("Retention value cannot be greater than 63113904 seconds (2 years)");let f,d,h=`icon_${(0,m2.randomUUID)()}`,m="https://xvwzpoazmxkqosrdewyv.supabase.co/storage/v1/object/public/images/capgo.png";if(c&&(0,Zi.existsSync)(c)?(f=(0,Zi.readFileSync)(c),d=Ki(c)||"image/png",r||p.warn(`Found app icon ${c}`)):(0,Zi.existsSync)(cr)?(f=(0,Zi.readFileSync)(cr),d=Ki(cr)||"image/png",r||p.warn(`Found app icon ${cr}`)):r||p.warn(`Cannot find app icon in any of the following locations: ${c}, ${cr}`),f&&d){let{error:D}=await o.storage.from(`images/org/${a}/${t}`).upload(h,f,{contentType:d});if(D)throw r||p.error(`Could not set app ${L(D)}`),new Error(`Could not set app: ${L(D)}`);let{data:C}=await o.storage.from(`images/org/${a}/${t}`).getPublicUrl(h);m=C?.publicUrl||m}let{error:b}=await o.from("apps").update({icon_url:m,name:u,retention:l?l*24*60*60:void 0}).eq("app_id",t).eq("user_id",s);if(b)throw r||p.error(`Could not set app ${L(b)}`),new Error(`Could not set app: ${L(b)}`);return r||J("Done \u2705"),!0}async function D2(t,e,r=!1){if(r||Z("Set a specific setting in capacitor config"),e.bool&&e.string)throw r||p.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||p.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||p.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||p.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 Ui(n,!0),r||p.success(`Set "${t}" to "${a}"`)}catch(n){throw r||p.error(`Cannot set config in capacitor settings ${L(n)}`),new Error(`Cannot set capacitor config: ${L(n)}`)}r||J("Done \u2705")}async function y2(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||p.error(`Cannot check Version ${e}@${r.name}: ${L(s)}`),new Error(`Cannot check version ${e}@${r.name}: ${L(s)}`);if(!a?.length)return;if(o)throw new Error(`Version ${e}@${r.name} is used in ${a.length} channel(s)`);Z(`\u274C Version ${e}@${r.name} is used in ${a.length} channel${a.length>1?"s":""}`);let u=i;if(i||(u=await ve({message:"unlink it?"})===!0),!u)throw p.error("Unlink it first"),new Error(`Version ${e}@${r.name} is still linked to channel(s)`);for(let c of a){let l=Ee();l.start(`Unlinking channel ${c.name}`);let f=await fg(t,e,{silent:o});if(!f)throw l.stop(`Cannot find unknown version for ${e}`),new Error(`Cannot find unknown version for ${e}`);let{error:d}=await t.from("channels").update({version:f.id}).eq("id",c.id);if(d)throw l.stop(`Cannot update channel ${c.name} ${L(d)}`),new Error(`Cannot update channel ${c.name}: ${L(d)}`);l.stop(`\u2705 Channel ${c.name} unlinked`)}J(`Version unlinked from ${a.length} channel${a.length>1?"s":""}`)}async function fg(t,e,r={}){let{silent:n=!1}=r,{data:o,error:i}=await t.from("app_versions").select("id").eq("app_id",e).eq("name","unknown").single();if(i)throw n||p.error(`Cannot call findUnknownVersion as it returned an error.
169
- ${L(i)}`),new Error(`Cannot retrieve unknown version for app ${e}: ${L(i)}`);return o}function b2(t,e){return t.from("channels").insert(e).select().single()}function v2(t,e,r,n){return t.from("channels").delete().eq("name",e).eq("app_id",r).single()}function w2(t,e,r){return t.from("channels").select().eq("app_id",e).eq("name",r).single()}function C2(t,e,r){return t.from("channel_devices").delete().eq("app_id",e).eq("channel_id",r)}function E2(t,e,r){return t.from("channels").select(`
167
+ Please use @capgo/cli@${t}" or @capgo/cli@${e} to keep up to date with the latest features and bug fixes.`)}function N5(t,e,r){if(!e.apikey)throw r||p.error("Missing API key, you need to provide an API key to upload your bundle"),new Error("Missing API key");if(!t)throw r||p.error("Missing argument, you need to provide a appId, or be in a capacitor project"),new Error("Missing appId");if(t.includes("--"))throw r||p.error('The app id includes illegal symbols. You cannot use "--" in the app id'),new Error("App id includes illegal symbols")}async function L5(t,e,r){if(await a2(t,e))throw e==="io.ionic.starter"?(r||p.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||p.error(`App ${e} already exist`),new Error(`App ${e} already exists`))}async function U5(t,e,r=!1){return cg(t,e,void 0,r)}async function cg(t,e,r,n=!1){n||Z("Adding"),await he(),e.apikey=e.apikey||ae();let o=await te(),i=de(t,o?.config);N5(i,e,n);let a=await ne(e.apikey,e.supaHost,e.supaAnon),s=await oe(a,e.apikey,["write","all"]);await L5(a,i,n),r||(r=await Yi(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||p.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||p.info(`Adding ${i} to Capgo`);let f=null,d=null;l&&(0,Xi.existsSync)(l)?(f=(0,Xi.readFileSync)(l),d=Ki(l)||"image/png",n||p.warn(`Found app icon ${l}`)):(0,Xi.existsSync)(cr)?(f=(0,Xi.readFileSync)(cr),d=Ki(cr)||"image/png",n||p.warn(`Found app icon ${cr}`)):n||p.warn(`Cannot find app icon in any of the following locations: ${l}, ${cr}`);let h="icon",m="https://xvwzpoazmxkqosrdewyv.supabase.co/storage/v1/object/public/images/capgo.png";if(f&&d){let{error:D}=await a.storage.from(`images/org/${u}/${i}`).upload(h,f,{contentType:d});if(D)throw n||console.error(D),n||p.error(`Could not add app ${U(D)}`),new Error(`Could not add app ${U(D)}`);let{data:C}=await a.storage.from(`images/org/${u}/${i}`).getPublicUrl(h);m=C?.publicUrl||m}let{error:b}=await a.from("apps").insert({icon_url:m,owner_org:u,user_id:s,name:c,app_id:i});if(b)throw n||p.error(`Could not add app ${U(b)}`),new Error(`Could not add app ${U(b)}`);return n||(p.success(`App ${i} added to Capgo. You can upload a bundle now`),J("Done \u2705")),{appId:i,organizationUid:u,userId:s,name:c,signedURL:m}}async function s2(t,e){await U5(t,e,!1)}function u2(t,e){let n=["normal","bold","dim","italic","underline","strikethrough"].indexOf(t),o="\x1B[";return o+n+"m"+e+o+"0m"}var ft=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?u2("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))+u2("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(`
168
+ `)}};function M5(t){return new Promise(e=>{setTimeout(e,t)})}function q5(t){return new Date(t||"").toLocaleTimeString()}async function Rr(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 H5(t,e,r,n){if(be(e))throw await Rr(t,r,n,"canceled",void 0,"\u{1F937}"),new Error("Command cancelled")}async function V5(t,e,r){try{let n=await sr(),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),p.error(`Cannot get stats ${U(n)}`)}return[]}function z5(t){let e={get:{summary:()=>"Update request by device. Waiting for download\u2026",level:"info",snag:"done"},delete:{summary:()=>"Bundle deleted on device",level:"info"},set:{summary:()=>"Bundle set on device \u2764\uFE0F",level:"info",snag:"set",stop:!0},NoChannelOrOverride:{summary:()=>"No default channel/override; create it in channel settings",level:"error"},needPlanUpgrade:{summary:({baseUrl:r})=>`Out of quota. Upgrade plan: ${r}/dashboard/settings/plans`,level:"error"},missingBundle:{summary:()=>"Requested bundle not found on server",level:"error"},noNew:{summary:()=>"Device already has latest available version",level:"info"},disablePlatformIos:{summary:()=>"iOS platform disabled in channel",level:"error"},disablePlatformAndroid:{summary:()=>"Android platform disabled in channel",level:"error"},disableAutoUpdate:{summary:()=>"Automatic updates disabled in channel",level:"error"},disableAutoUpdateToMajor:{summary:()=>"Auto-update to major versions disabled",level:"error"},disableAutoUpdateToMinor:{summary:()=>"Auto-update to minor versions disabled",level:"error"},disableAutoUpdateToPatch:{summary:()=>"Auto-update to patch versions disabled",level:"error"},disableAutoUpdateUnderNative:{summary:()=>"Channel update version is lower than device native",level:"error"},disableDevBuild:{summary:()=>"Dev build updates disabled in channel",level:"error"},disableEmulator:{summary:()=>"Emulator updates disabled in channel",level:"error"},cannotGetBundle:{summary:()=>"Cannot retrieve bundle from channel",level:"error"},cannotUpdateViaPrivateChannel:{summary:()=>"No access to private channel",level:"error"},channelMisconfigured:{summary:()=>"Channel configuration invalid or incomplete",level:"error"},disableAutoUpdateMetadata:{summary:()=>"Auto-update on metadata disabled",level:"error"},set_fail:{summary:()=>"Bundle set failed. Possibly corrupted",level:"error"},reset:{summary:()=>"Device reset to builtin bundle",level:"warn"},update_fail:{summary:()=>"Installed bundle failed to call notifyAppReady",level:"error"},checksum_fail:{summary:()=>"Downloaded bundle checksum validation failed",level:"error"},windows_path_fail:{summary:()=>"Bundle contains illegal Windows-style paths",level:"error"},canonical_path_fail:{summary:()=>"Bundle contains non-canonical paths",level:"error"},directory_path_fail:{summary:()=>"Bundle ZIP contains invalid directory paths",level:"error"},unzip_fail:{summary:()=>"Failed to unzip bundle on device",level:"error"},low_mem_fail:{summary:()=>"Download failed due to low device memory",level:"error"},app_moved_to_background:{summary:()=>"App moved to background",level:"info"},app_moved_to_foreground:{summary:()=>"App moved to foreground",level:"info"},decrypt_fail:{summary:()=>"Failed to decrypt downloaded bundle",level:"error"},getChannel:{summary:()=>"Queried current channel on device",level:"info"},setChannel:{summary:()=>"Channel set on device",level:"info"},InvalidIp:{summary:()=>"Device appears in Google datacenter; blocking recent updates (<4h)",level:"warn"},uninstall:{summary:()=>"App uninstalled or Capgo data cleared on device",level:"warn"}};if(t.action.startsWith("download_")){let r=t.action.split("_")[1];return r==="complete"?{summary:()=>"Download complete; relaunch app to apply",level:"info",snag:"downloaded"}:r==="fail"?{summary:()=>"Download failed on device",level:"error"}:{summary:()=>`Downloading ${r}%`,level:"info"}}return e[t.action]||null}async function G5(t,e,r,n,o,i){let a=z5(t);if(!a)return{};a.snag&&await Rr(e,r,n,a.snag);let s=q5(t.created_at),u=t.action,c=t.version_id?`(version #${t.version_id})`:"",l=t.version?` (version ${t.version})`:c,f=`${a.summary({data:t,baseAppUrl:o,baseUrl:i})}${l}`;return{row:[s,t.device_id,u,f],stop:a.stop}}async function lg(t,e,r,n,o){let i=!0,a=await sr(),s=`${a.hostWeb}/app/p/${r}`;await Rr(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,f=Ee(),d=`${a.host}/docs/plugins/updater/debugging/#sent-from-the-backend`;for(f.start(`Waiting for logs (Expect delay of 30 sec) more info: ${d}`);i;){await M5(5e3);let h=await V5(e,u,c);if(h.length>0){let m=h.reduce((E,g)=>{let _=new Date(g.created_at).getTime();return Math.max(E,_)},c?new Date(c).getTime():0);m>0&&(c=new Date(m).toISOString());let b=h.filter(E=>{let g=`${E.app_id}|${E.device_id}|${E.action}|${E.version_id}|${E.created_at}`;return l.has(g)?!1:(l.add(g),!0)}).sort((E,g)=>new Date(E.created_at).getTime()-new Date(g.created_at).getTime()),D=new ft;D.headers=["Time","Device","Key","Message"],D.theme=ft.roundTheme,D.rows=[];let C=!1;for(let E of b){let{row:g,stop:_}=await G5(E,t,n,e,s,a.hostWeb);g&&D.rows.push(g),_&&(C=!0)}if(D.rows.length&&(f.stop(""),p.info(D.toString()),f.start(`Waiting for logs (Expect delay of 30 sec) more info: ${d}`)),C){i=!1;break}}}return f.stop("Stop watching logs"),Promise.resolve()}async function c2(t,e,r=!1){r||Z("Debug Live update in Capgo"),await he(),e.apikey=e.apikey||ae();let n=await te();t=de(t,n?.config);let o=e.device;if(!e.apikey)throw r||p.error("Missing API key, you need to provide an API key to delete your app"),new Error("Missing API key");if(!t)throw r||p.error("Missing argument, you need to provide a appId, or be in a capacitor project"),new Error("Missing appId");if(r)throw new Error("Debug command requires an interactive terminal");let i=await ne(e.apikey,e.supaHost,e.supaAnon),a=await ur(i,t),s=await ve({message:"Automatic check if update working in device ?"});await H5("debug",s,a,e.apikey),s?(r||p.info(`Wait logs sent to Capgo from ${t} device, Please background your app and open it again \u{1F4AA}`),await lg("debug",e.apikey,t,a,o),r||J("Done \u2705")):r||J("Canceled \u274C")}async function l2(t,e,r=!1,n=!1){r||Z("Deleting"),e.apikey=e.apikey||ae();let o=await te(),i=de(t,o?.config);if(!e.apikey)throw r||p.error("Missing API key, you need to provide an API key to upload your bundle"),new Error("Missing API key");if(!i)throw r||p.error("Missing argument, you need to provide a appId, or be in a capacitor project"),new Error("Missing appId");let a=await ne(e.apikey,e.supaHost,e.supaAnon),s=await oe(a,e.apikey,["write","all"]);await Ne(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");{p.warn("Deleting the app is not recomended for users that are not the organization owner"),p.warn("You are invited as a super_admin but your are not the owner"),p.warn("It's strongly recomended that you do not continue!");let b=await gr({message:"Do you want to continue?",options:[{label:"Yes",value:"yes"},{label:"No",value:"no"}]});if(be(b)||b==="no")throw p.error("Canceled deleting the app, exiting"),new Error("App deletion cancelled")}}else c&&!r&&p.warn(`Cannot get the app owner ${U(c)}`);let{error:f}=await a.storage.from("images").remove([`org/${l?.owner_org.id}/${i}/icon`]);f&&!r&&p.error("Could not delete app logo");let{error:d}=await a.storage.from(`apps/${i}/${s}`).remove(["versions"]);d&&!r&&p.error("Could not delete app version");let{error:h}=await a.from("apps").delete().eq("app_id",i);if(h)throw r||p.error("Could not delete app"),new Error(`Could not delete app: ${U(h)}`);let m=await ur(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||(p.success("App deleted in Capgo"),J("Done \u2705")),!0}var Al=require("node:os"),p2=require("node:process");async function f2(t){let e={},r=Object.keys(t);return(await Promise.all(r.map(o=>Fl(o)))).forEach((o,i)=>{o&&(e[r[i]]=o)}),e}async function W5(){let t=await ct(),e={"@capgo/cli":hr.version};for(let[r,n]of t)(r.startsWith("@capgo/")||r.startsWith("@capawesome/")||r.startsWith("capacitor"))&&(e[r]=n);return e}async function d2(t,e=!1){e||p.warn(" \u{1F48A} Capgo Doctor \u{1F48A}");let r=await te(),n=_r("",t.packageJson),o=r?.config?.plugins?.CapacitorUpdater?.version||n,i=r?.config?.appName||"",a=de("",r?.config),s=r?.config?.webDir||"";e||(p.info(` App Name: ${i}`),p.info(` App ID: ${a}`),p.info(` App Version: ${o}`),p.info(` Web Dir: ${s}`),p.info(` OS: ${(0,Al.platform)()} ${(0,Al.version)()}`),p.info(` Node: ${p2.version}`),p.info(" Installed Dependencies:"));let u=await W5();if(Object.keys(u).length===0)throw e||p.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))p.info(` ${l}: ${u[l]}`);let c={};if(e)c=await f2(u);else{let l=Ee();l.start("Running: Loading latest dependencies"),c=await f2(u),l.stop("Latest Dependencies:");for(let f of Object.keys(c))p.info(` ${f}: ${c[f]}`)}if(JSON.stringify(u)!==JSON.stringify(c))throw e||p.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||p.success("\x1B[32m\u2705 All dependencies are up to date\x1B[0m"),{appName:i,appId:a,appVersion:o,webDir:s,installedDependencies:u,latestDependencies:c}}function K5(t){let e=new ft;e.headers=["Name","id","Created"],e.rows=[];for(let r of t.toReversed())e.rows.push([r.name??"",r.app_id,Ji(r.created_at)]);p.success("Apps"),p.success(e.toString())}async function Y5(t,e){let{data:r,error:n}=await t.from("apps").select().order("created_at",{ascending:!1});if(n)throw e||p.error("Apps not found"),new Error("Apps not found");return r??[]}async function h2(t,e=!1){e||Z("List apps in Capgo"),await he(),t.apikey=t.apikey||ae();let r=await ne(t.apikey,t.supaHost,t.supaAnon);await oe(r,t.apikey,["write","all","read","upload"]),e||p.info("Getting active bundle in Capgo");let n=await Y5(r,e);if(!n.length)throw e||p.error("No apps found"),new Error("No apps found");return e||(p.info(`Active app in Capgo: ${n.length}`),K5(n),J("Done \u2705")),n}var m2=require("node:crypto"),Zi=require("node:fs");async function g2(t,e,r=!1){r||Z("Set app"),e.apikey=e.apikey||ae();let n=await te();if(t=de(t,n?.config),!e.apikey)throw r||p.error("Missing API key, you need to provide an API key to upload your bundle"),new Error("Missing API key");if(!t)throw r||p.error("Missing argument, you need to provide a appId, or be in a capacitor project"),new Error("Missing appId");let o=await ne(e.apikey,e.supaHost,e.supaAnon),a=(await Yi(o,["admin","super_admin"])).gid,s=await oe(o,e.apikey,["write","all"]);await Ne(o,e.apikey,t,4,r);let{name:u,icon:c,retention:l}=e;if(l&&Number.isNaN(Number(l)))throw r||p.error("retention value must be a number"),new Error("Retention value must be a number");if(l&&l<0)throw r||p.error("retention value cannot be less than 0"),new Error("Retention value cannot be less than 0");if(l&&l>=63113904)throw r||p.error("retention value cannot be greater than 63113904 seconds (2 years)"),new Error("Retention value cannot be greater than 63113904 seconds (2 years)");let f,d,h=`icon_${(0,m2.randomUUID)()}`,m="https://xvwzpoazmxkqosrdewyv.supabase.co/storage/v1/object/public/images/capgo.png";if(c&&(0,Zi.existsSync)(c)?(f=(0,Zi.readFileSync)(c),d=Ki(c)||"image/png",r||p.warn(`Found app icon ${c}`)):(0,Zi.existsSync)(cr)?(f=(0,Zi.readFileSync)(cr),d=Ki(cr)||"image/png",r||p.warn(`Found app icon ${cr}`)):r||p.warn(`Cannot find app icon in any of the following locations: ${c}, ${cr}`),f&&d){let{error:D}=await o.storage.from(`images/org/${a}/${t}`).upload(h,f,{contentType:d});if(D)throw r||p.error(`Could not set app ${U(D)}`),new Error(`Could not set app: ${U(D)}`);let{data:C}=await o.storage.from(`images/org/${a}/${t}`).getPublicUrl(h);m=C?.publicUrl||m}let{error:b}=await o.from("apps").update({icon_url:m,name:u,retention:l?l*24*60*60:void 0}).eq("app_id",t).eq("user_id",s);if(b)throw r||p.error(`Could not set app ${U(b)}`),new Error(`Could not set app: ${U(b)}`);return r||J("Done \u2705"),!0}async function D2(t,e,r=!1){if(r||Z("Set a specific setting in capacitor config"),e.bool&&e.string)throw r||p.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||p.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||p.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||p.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 Ui(n,!0),r||p.success(`Set "${t}" to "${a}"`)}catch(n){throw r||p.error(`Cannot set config in capacitor settings ${U(n)}`),new Error(`Cannot set capacitor config: ${U(n)}`)}r||J("Done \u2705")}async function y2(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||p.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)`);Z(`\u274C Version ${e}@${r.name} is used in ${a.length} channel${a.length>1?"s":""}`);let u=i;if(i||(u=await ve({message:"unlink it?"})===!0),!u)throw p.error("Unlink it first"),new Error(`Version ${e}@${r.name} is still linked to channel(s)`);for(let c of a){let l=Ee();l.start(`Unlinking channel ${c.name}`);let f=await fg(t,e,{silent:o});if(!f)throw l.stop(`Cannot find unknown version for ${e}`),new Error(`Cannot find unknown version for ${e}`);let{error:d}=await t.from("channels").update({version:f.id}).eq("id",c.id);if(d)throw l.stop(`Cannot update channel ${c.name} ${U(d)}`),new Error(`Cannot update channel ${c.name}: ${U(d)}`);l.stop(`\u2705 Channel ${c.name} unlinked`)}J(`Version unlinked from ${a.length} channel${a.length>1?"s":""}`)}async function fg(t,e,r={}){let{silent:n=!1}=r,{data:o,error:i}=await t.from("app_versions").select("id").eq("app_id",e).eq("name","unknown").single();if(i)throw n||p.error(`Cannot call findUnknownVersion as it returned an error.
169
+ ${U(i)}`),new Error(`Cannot retrieve unknown version for app ${e}: ${U(i)}`);return o}function b2(t,e){return t.from("channels").insert(e).select().single()}function v2(t,e,r,n){return t.from("channels").delete().eq("name",e).eq("app_id",r).single()}function w2(t,e,r){return t.from("channels").select().eq("app_id",e).eq("name",r).single()}function C2(t,e,r){return t.from("channel_devices").delete().eq("app_id",e).eq("channel_id",r)}function E2(t,e,r){return t.from("channels").select(`
170
170
  id,
171
171
  version (id, name)
172
172
  `).eq("app_id",e).eq("name",r).single().throwOnError().then(({data:n})=>n?.version)}function _2(t,e=!1){if(e)return;let r=new ft;r.theme=ft.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"]);p.success("Channels"),p.success(r.toString())}async function x2(t,e,r=!1){let{data:n,error:o}=await t.from("channels").select(`
@@ -184,7 +184,7 @@ ${L(i)}`),new Error(`Cannot retrieve unknown version for app ${e}: ${L(i)}`);ret
184
184
  created_by,
185
185
  app_id,
186
186
  version (id, name)
187
- `).eq("app_id",e).order("created_at",{ascending:!1});if(o)throw r||p.error(`App ${e} not found in database`),new Error(`App ${e} not found in database: ${L(o)}`);return n}async function pg(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||p.error(a),new Error(`${a}: ${L(i)}`)}}async function Ol(t,e,r,n={}){let{silent:o=!1,autoUnlink:i=!1}=n,a=await J5(t,e,r,{silent:o});await y2(t,e,a,{silent:o,autoUnlink:i}),await pg(t,e,r,{silent:o})}function kl(t,e=!1){if(e)return;if(!t.length)throw new Error("No bundle found");let r=new ft;r.theme=ft.roundTheme,r.headers=["Version","Created","Keep"],r.rows=[];for(let n of t.toReversed())r.rows.push([n.name,Ji(n.created_at),n.keep??""]);p.success("Bundles"),p.success(r.toString())}async function $l(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||p.error(a),new Error(`${a}: ${L(i)}`)}return o??[]}async function S2(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||p.error(a),new Error(`${a}: ${L(i)}`)}return(o??[]).map(a=>a.version)}async function J5(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||p.error(s),new Error(`${s}${a?`: ${L(a)}`:""}`)}return i}async function X5(t,e,r,n){for await(let o of t)n||p.warn(`Removing ${o.name} created on ${Ji(o.created_at)}`),await Ol(e,r,o.name)}function Z5(t,e,r){let n=[];for(let o of t??[]){let i=_e(o.name);Hf(i,e)&&qn(i,r)&&n.push(o)}return n}async function F2(t,e,r=!1){r||Z("Cleanup versions in Capgo"),await he(),e.apikey=e.apikey||ae();let{bundle:n,keep:o=4}=e,i=e.force||!1,a=e.ignoreChannel||!1,s=await te();if(t=de(t,s?.config),!e.apikey)throw r||p.error("Missing API key, you need to provide an API key to delete your app"),new Error("Missing API key");if(!t)throw r||p.error("Missing argument, you need to provide a appid, or be in a capacitor project"),new Error("Missing appId");let u=await ne(e.apikey,e.supaHost,e.supaAnon);await oe(u,e.apikey,["write","all"]),await Ne(u,e.apikey,t,3,r),r||p.info("Querying all available versions in Capgo");let c=await $l(u,t),l=await S2(u,t);if(r||p.info(`Total active versions in Capgo: ${c?.length??0}`),!c?.length)throw r||p.error("No versions found, aborting cleanup"),new Error("No versions found");if(n){let h=_e(n),m=ga(h,"major");r||p.info(`Querying available versions in Capgo between ${yr(h)} and ${yr(m)}`),c=Z5(c,h,m),r||p.info(`Active versions in Capgo between ${yr(h)} and ${yr(m)}: ${c?.length??0}`)}let f=[],d=0;for(let h of c){let m=l.find(b=>b===h.id);d<o||m&&!a?(h.keep=m?"\u2705 (Linked to channel)":"\u2705",d+=1):(h.keep="\u274C",f.push(h))}if(!f.length)return r||p.warn("Nothing to be removed, aborting removal..."),{removed:0,kept:d};if(r||kl(c),!i){if(r)throw new Error("Cleanup requires force=true in SDK mode to prevent accidental deletions");{let h=await ve({message:"Do you want to continue removing the versions specified?"});if(be(h)||!h)throw p.warn("Not confirmed, aborting removal..."),new Error("Cleanup cancelled by user")}}return r||p.success("You have confirmed removal, removing versions now"),await X5(f,u,t,r),r||J("Done \u2705"),{removed:f.length,kept:d}}async function Q5(t,e,r=!1){r||Z("Check compatibility");let n={...e,apikey:e.apikey||ae()},o=await te(),i=de(t,o?.config),a=n.channel;if(!a)throw r||p.error("Missing argument, you need to provide a channel"),new Error("Missing channel");if(!n.apikey)throw r||p.error("Missing API key, you need to provide an API key to upload your bundle"),new Error("Missing API key");if(!i)throw r||p.error("Missing argument, you need to provide an appId, or be in a capacitor project"),new Error("Missing appId");let s=await ne(n.apikey,n.supaHost,n.supaAnon);await oe(s,n.apikey,["write","all","read","upload"]),await Ne(s,n.apikey,i,1,r);let u=await Sl(s,i,a,n.packageJson,n.nodeModules);if(!r){let c=new ft;c.headers=["Package","Local version","Remote version","Compatible"],c.theme=ft.roundTheme,c.rows=[];let l=n.text?"Yes":"\u2705",f=n.text?"No":"\u274C";for(let d of u.finalCompatibility){let{name:h,localVersion:m,remoteVersion:b}=d,D=So(d)?l:f;c.rows.push([h,m,b,D])}p.success("Compatibility"),p.success(c.toString())}return{finalCompatibility:u.finalCompatibility}}async function A2(t,e){try{await Q5(t,e,!1)}catch(r){throw p.error(`Error checking compatibility ${L(r)}`),r}}var nn=require("node:fs");var Tn=require("node:buffer"),mt=require("node:crypto"),O2="aes-128-cbc",rn="base64",Pl=mt.constants.RSA_PKCS1_PADDING;function Tl(t){let e=(0,mt.randomBytes)(16),r=(0,mt.randomBytes)(16),n=e.toString(rn),o=(0,mt.privateEncrypt)({key:t,padding:Pl},r).toString(rn);return{sessionKey:r,ivSessionKey:`${n}:${o}`}}function Qi(t,e,r){let[n]=r.split(":"),o=Tn.Buffer.from(n,rn),i=(0,mt.createCipheriv)(O2,e,o);return i.setAutoPadding(!0),Tn.Buffer.concat([i.update(t),i.final()])}function k2(t,e,r){let[n,o]=e.split(":"),i=(0,mt.publicDecrypt)({key:r,padding:Pl},Tn.Buffer.from(o,rn)),a=Tn.Buffer.from(n,rn),s=(0,mt.createDecipheriv)(O2,i,a);return s.setAutoPadding(!0),Tn.Buffer.concat([s.update(t),s.final()])}function ea(t,e){return(0,mt.privateEncrypt)({key:e,padding:Pl},Tn.Buffer.from(t,rn)).toString(rn)}function $2(t="pem",e=2048){let{publicKey:r,privateKey:n}=(0,mt.generateKeyPairSync)("rsa",{modulusLength:e});return t==="pem"?{publicKey:r.export({type:"pkcs1",format:"pem"}),privateKey:n.export({type:"pkcs1",format:"pem"})}:{publicKey:r.export({type:"spki",format:"der"}).toString("base64"),privateKey:n.export({type:"pkcs1",format:"pem"}).toString("base64")}}function P2(t,e){return(0,mt.publicDecrypt)({key:e,padding:Pl},Tn.Buffer.from(t,rn)).toString(rn)}function eU(t,e){let r=t.key||tn,n=e.config.plugins?.CapacitorUpdater?.publicKey;return(0,nn.existsSync)(r)?n=(0,nn.readFileSync)(r,"utf8"):!n&&t.keyData&&(n=t.keyData),{publicKey:n,fallbackKeyPath:r}}async function tU(t,e,r,n=!1){n||Z("Decrypt zip file");try{if(await he(),!(0,nn.existsSync)(t)){let f=`Zip not found at the path ${t}`;throw n||p.error(f),new Error(f)}let o=await te();if(!r.key&&!(0,nn.existsSync)(tn)&&!o.config.plugins?.CapacitorUpdater?.privateKey){let f=`Private Key not found at the path ${tn} or in ${o.path}`;throw n||p.error(f),new Error(f)}let{publicKey:i,fallbackKeyPath:a}=eU(r,o);if(!i){let f=`Cannot find public key ${a} or as keyData option or in ${o.path}`;throw n||p.error(f),new Error(f)}let s=(0,nn.readFileSync)(t),u=k2(s,e,r.keyData??i),c=`${t}_decrypted.zip`;(0,nn.writeFileSync)(c,u),n||p.info(`Decrypted zip file at ${c}`);let l;if(r.checksum){let f=await Xr(u,"sha256"),d=P2(r.checksum,r.keyData??i);if(l=f===d,!l){let h=`Checksum does not match ${f} !== ${d}`;throw n||p.error(h),new Error(h)}n||p.info("Checksum matches")}return n||J("\u2705 done"),{outputPath:c,checksumMatches:l}}catch(o){throw n||p.error(`Error decrypting zip file ${L(o)}`),o instanceof Error?o:new Error(String(o))}}async function T2(t,e,r){await tU(t,e,r,!1)}async function I2(t,e,r,n=!1){n||Z("Delete bundle"),r.apikey=r.apikey||ae();let o=await te();if(e=de(e,o?.config),!r.apikey)throw n||p.error("Missing API key, you need to provide an API key to upload your bundle"),new Error("Missing API key");if(!e)throw n||p.error("Missing argument, you need to provide a appId, or be in a capacitor project"),new Error("Missing appId");if(!t)throw n||p.error("Missing argument, you need to provide a bundleId, or be in a capacitor project"),new Error("Missing bundleId");let i=await ne(r.apikey,r.supaHost,r.supaAnon);return await oe(i,r.apikey,["write","all"]),await Ne(i,r.apikey,e,3,n),n||(p.info(`Deleting bundle ${e}@${t} from Capgo`),p.info("Keep in mind that you will not be able to reuse this bundle version, it's gone forever")),await Ol(i,e,t),n||(p.success(`Bundle ${e}@${t} deleted in Capgo`),J("Done")),!0}var on=require("node:fs");function vs(t){console.error(L(t))}async function rU(t,e,r,n=!1){let{json:o}=r,i=!o&&!n;i&&(Z("Encryption"),await he());try{let a=await te(),s=!!a.config.plugins?.CapacitorUpdater?.privateKey,u=!!a.config.plugins?.CapacitorUpdater?.publicKey;if(s&&i&&p.warning("There is still a privateKey in the config"),!(0,on.existsSync)(t)){let C=`Zip not found at the path ${t}`;throw n||(o?vs({error:"zip_not_found"}):p.error(`Error: ${C}`)),new Error(C)}if(!u)throw n||(o?vs({error:"missing_public_key"}):p.warning("Warning: Missing Public Key in config")),new Error("Missing public key in config");let c=r.key||Wt,l=r.keyData||"";if(!(0,on.existsSync)(c)&&!l)throw n||(o?vs({error:"missing_key"}):(p.warning(`Cannot find a private key at ${c} or as a keyData option`),p.error("Error: Missing key"))),new Error("Missing private key");if((0,on.existsSync)(c)&&(l=(0,on.readFileSync)(c,"utf8")),l&&!l.startsWith("-----BEGIN RSA PRIVATE KEY-----"))throw n||(o?vs({error:"invalid_private_key"}):p.error("The private key provided is not a valid RSA Private key")),new Error("Invalid private key format");let f=(0,on.readFileSync)(t),{sessionKey:d,ivSessionKey:h}=Tl(l),m=Qi(f,d,h),b=ea(e,l),D=`${t}_encrypted.zip`;return(0,on.writeFileSync)(D,m),n||(o?console.log(JSON.stringify({checksum:b,filename:D,ivSessionKey:h},null,2)):(p.success(`Encoded Checksum: ${b}`),p.success(`ivSessionKey: ${h}`),p.success(`Encrypted zip saved at ${D}`),J("Done \u2705"))),{checksum:b,filename:D,ivSessionKey:h}}catch(a){throw n||(r.json?vs(a):p.error(`Error encrypting zip file ${L(a)}`)),a instanceof Error?a:new Error(String(a))}}async function R2(t,e,r){await rU(t,e,r,!1)}async function B2(t,e,r=!1){r||Z("List bundles"),await he(),e.apikey=e.apikey||ae();let n=await te();if(t=de(t,n?.config),!e.apikey)throw r||p.error("Missing API key, you need to provide an API key to upload your bundle"),new Error("Missing API key");if(!t)throw r||p.error("Missing argument, you need to provide a appid, or be in a capacitor project"),new Error("Missing appId");let o=await ne(e.apikey,e.supaHost,e.supaAnon);await oe(o,e.apikey,["write","all","read","upload"]),await Ne(o,e.apikey,t,1,r),r||p.info(`Querying available versions of: ${t} in Capgo`);let i=await $l(o,t);return r||(p.info(`Active versions in Capgo: ${i?.length??0}`),kl(i),J("Done \u2705")),i}var lF=require("node:crypto"),Io=require("node:fs"),jg=require("node:path/posix"),Ng=require("node:process");var Il=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 In(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 d={attributes:{}};for(;!(c()||l("?>"));){let h=i();if(!h)return d;d.attributes[h.name]=h.value}return u(/\?>\s*/),d}function n(){let f=u(/^<([\w-:.]+)\s*/);if(!f)return;let d={name:f[1],attributes:{},children:[]};for(;!(c()||l(">")||l("?>")||l("/>"));){let m=i();if(!m)return d;d.attributes[m.name]=m.value}if(u(/^\s*\/>\s*/))return d;u(/\??>\s*/),d.content=o();let h;for(;h=n();)d.children.push(h);return u(/^<\/[\w-:.]+>\s*/),d}function o(){let f=u(/^([^<]*)/);return f?s(f[1]):""}function i(){let f=u(/([\w:-]+)\s*=\s*("[^"]*"|'[^']*'|\w+)\s*/);if(f)return{name:f[1],value:s(a(f[2]))}}function a(f){return f.replace(/^['"]|['"]$/g,"")}function s(f){return f.replaceAll("&lt;","<").replaceAll("&gt;",">").replaceAll("&amp;","&")}function u(f){let d=t.match(f);if(d)return t=t.slice(d[0].length),d}function c(){return t.length===0}function l(f){return t.startsWith(f)}}var Br=class extends Error{};var Ct=class extends Br{},ws=class extends Br{},Rl=class extends Br{bucketName;constructor(e){super(`Invalid bucket name: ${e}`),this.bucketName=e}},jr=class extends Br{objectName;constructor(e){super(`Invalid object name: ${e}`),this.objectName=e}},Rn=class extends Br{constructor(){super("accessKey is required")}},ta=class extends Br{constructor(){super("secretKey is required")}},Cs=class extends Br{constructor(){super("expirySeconds cannot be less than 1 second or more than 7 days")}},an=class extends Br{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 j2(t){try{let r=In(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 an(t.status,n,o,{key:i,bucketName:a,resource:s,region:u})}catch{return new an(t.status,"UnrecognizedError",`Error: Unexpected response code ${t.status} ${t.statusText}. Unable to parse response as XML.`)}}function N2(t){return typeof t!="number"||isNaN(t)?!1:t>=1&&t<=65535}function L2(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 Bn(t){return!(!nU(t)||t.length===0)}function nU(t){return!(typeof t!="string"||t.length>1024)}function Es(t){return Array.from(t).map(e=>e.toString(16).padStart(2,"0")).join("")}function Fo(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 Ao(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 mg(t){return Ao(t).slice(0,8)}function gg(t,e){return`${mg(e)}/${t}/s3/aws4_request`}async function Bl(t){return t instanceof Uint8Array||(t=new TextEncoder().encode(t)),Es(new Uint8Array(await crypto.subtle.digest("SHA-256",t)))}var oU=["x-amz-server-side-encryption-customer-algorithm","x-amz-server-side-encryption-customer-key","x-amz-server-side-encryption-customer-key-MD5"],jl=class extends WritableStream{getResult;constructor({client:e,bucketName:r,objectName:n,partSize:o,metadata:i}){let a,s=1,u,c=[],l,f=[];super({start(){},async write(d,h){let b=s++;try{if(b==1&&d.length<o){let E=await e.makeRequest({method:"PUT",headers:new Headers({...i,"Content-Length":String(d.length)}),bucketName:r,objectName:n,payload:d});a={etag:Fo(E.headers.get("etag")??void 0),versionId:hg(E.headers)};return}b===1&&(u=(await iU({client:e,bucketName:r,objectName:n,metadata:i})).uploadId);let D={"Content-Length":String(d.length)};for(let E of oU){let g=i[E];g&&(D[E]=g)}let C=e.makeRequest({method:"PUT",query:{partNumber:b.toString(),uploadId:u},headers:new Headers(D),bucketName:r,objectName:n,payload:d}).then(E=>{let g=E.headers.get("etag")??"";return g&&(g=g.replace(/^"/,"").replace(/"$/,"")),c.push({part:b,etag:g}),E});f.push(C.catch(E=>{l||(l=E)}))}catch(D){throw D}},async close(){if(!a)if(u){if(await Promise.all(f),l)throw l;c.sort((d,h)=>d.part>h.part?1:-1),a=await aU({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 iU(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=In(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 aU({client:t,bucketName:e,objectName:r,uploadId:n,etags:o}){let i=`
187
+ `).eq("app_id",e).order("created_at",{ascending:!1});if(o)throw r||p.error(`App ${e} not found in database`),new Error(`App ${e} not found in database: ${U(o)}`);return n}async function pg(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||p.error(a),new Error(`${a}: ${U(i)}`)}}async function Ol(t,e,r,n={}){let{silent:o=!1,autoUnlink:i=!1}=n,a=await J5(t,e,r,{silent:o});await y2(t,e,a,{silent:o,autoUnlink:i}),await pg(t,e,r,{silent:o})}function kl(t,e=!1){if(e)return;if(!t.length)throw new Error("No bundle found");let r=new ft;r.theme=ft.roundTheme,r.headers=["Version","Created","Keep"],r.rows=[];for(let n of t.toReversed())r.rows.push([n.name,Ji(n.created_at),n.keep??""]);p.success("Bundles"),p.success(r.toString())}async function $l(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||p.error(a),new Error(`${a}: ${U(i)}`)}return o??[]}async function S2(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||p.error(a),new Error(`${a}: ${U(i)}`)}return(o??[]).map(a=>a.version)}async function J5(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||p.error(s),new Error(`${s}${a?`: ${U(a)}`:""}`)}return i}async function X5(t,e,r,n){for await(let o of t)n||p.warn(`Removing ${o.name} created on ${Ji(o.created_at)}`),await Ol(e,r,o.name)}function Z5(t,e,r){let n=[];for(let o of t??[]){let i=_e(o.name);Hf(i,e)&&qn(i,r)&&n.push(o)}return n}async function F2(t,e,r=!1){r||Z("Cleanup versions in Capgo"),await he(),e.apikey=e.apikey||ae();let{bundle:n,keep:o=4}=e,i=e.force||!1,a=e.ignoreChannel||!1,s=await te();if(t=de(t,s?.config),!e.apikey)throw r||p.error("Missing API key, you need to provide an API key to delete your app"),new Error("Missing API key");if(!t)throw r||p.error("Missing argument, you need to provide a appid, or be in a capacitor project"),new Error("Missing appId");let u=await ne(e.apikey,e.supaHost,e.supaAnon);await oe(u,e.apikey,["write","all"]),await Ne(u,e.apikey,t,3,r),r||p.info("Querying all available versions in Capgo");let c=await $l(u,t),l=await S2(u,t);if(r||p.info(`Total active versions in Capgo: ${c?.length??0}`),!c?.length)throw r||p.error("No versions found, aborting cleanup"),new Error("No versions found");if(n){let h=_e(n),m=ga(h,"major");r||p.info(`Querying available versions in Capgo between ${yr(h)} and ${yr(m)}`),c=Z5(c,h,m),r||p.info(`Active versions in Capgo between ${yr(h)} and ${yr(m)}: ${c?.length??0}`)}let f=[],d=0;for(let h of c){let m=l.find(b=>b===h.id);d<o||m&&!a?(h.keep=m?"\u2705 (Linked to channel)":"\u2705",d+=1):(h.keep="\u274C",f.push(h))}if(!f.length)return r||p.warn("Nothing to be removed, aborting removal..."),{removed:0,kept:d};if(r||kl(c),!i){if(r)throw new Error("Cleanup requires force=true in SDK mode to prevent accidental deletions");{let h=await ve({message:"Do you want to continue removing the versions specified?"});if(be(h)||!h)throw p.warn("Not confirmed, aborting removal..."),new Error("Cleanup cancelled by user")}}return r||p.success("You have confirmed removal, removing versions now"),await X5(f,u,t,r),r||J("Done \u2705"),{removed:f.length,kept:d}}async function Q5(t,e,r=!1){r||Z("Check compatibility");let n={...e,apikey:e.apikey||ae()},o=await te(),i=de(t,o?.config),a=n.channel;if(!a)throw r||p.error("Missing argument, you need to provide a channel"),new Error("Missing channel");if(!n.apikey)throw r||p.error("Missing API key, you need to provide an API key to upload your bundle"),new Error("Missing API key");if(!i)throw r||p.error("Missing argument, you need to provide an appId, or be in a capacitor project"),new Error("Missing appId");let s=await ne(n.apikey,n.supaHost,n.supaAnon);await oe(s,n.apikey,["write","all","read","upload"]),await Ne(s,n.apikey,i,1,r);let u=await Sl(s,i,a,n.packageJson,n.nodeModules);if(!r){let c=new ft;c.headers=["Package","Local version","Remote version","Compatible"],c.theme=ft.roundTheme,c.rows=[];let l=n.text?"Yes":"\u2705",f=n.text?"No":"\u274C";for(let d of u.finalCompatibility){let{name:h,localVersion:m,remoteVersion:b}=d,D=So(d)?l:f;c.rows.push([h,m,b,D])}p.success("Compatibility"),p.success(c.toString())}return{finalCompatibility:u.finalCompatibility}}async function A2(t,e){try{await Q5(t,e,!1)}catch(r){throw p.error(`Error checking compatibility ${U(r)}`),r}}var nn=require("node:fs");var Tn=require("node:buffer"),mt=require("node:crypto"),O2="aes-128-cbc",rn="base64",Pl=mt.constants.RSA_PKCS1_PADDING;function Tl(t){let e=(0,mt.randomBytes)(16),r=(0,mt.randomBytes)(16),n=e.toString(rn),o=(0,mt.privateEncrypt)({key:t,padding:Pl},r).toString(rn);return{sessionKey:r,ivSessionKey:`${n}:${o}`}}function Qi(t,e,r){let[n]=r.split(":"),o=Tn.Buffer.from(n,rn),i=(0,mt.createCipheriv)(O2,e,o);return i.setAutoPadding(!0),Tn.Buffer.concat([i.update(t),i.final()])}function k2(t,e,r){let[n,o]=e.split(":"),i=(0,mt.publicDecrypt)({key:r,padding:Pl},Tn.Buffer.from(o,rn)),a=Tn.Buffer.from(n,rn),s=(0,mt.createDecipheriv)(O2,i,a);return s.setAutoPadding(!0),Tn.Buffer.concat([s.update(t),s.final()])}function ea(t,e){return(0,mt.privateEncrypt)({key:e,padding:Pl},Tn.Buffer.from(t,rn)).toString(rn)}function $2(t="pem",e=2048){let{publicKey:r,privateKey:n}=(0,mt.generateKeyPairSync)("rsa",{modulusLength:e});return t==="pem"?{publicKey:r.export({type:"pkcs1",format:"pem"}),privateKey:n.export({type:"pkcs1",format:"pem"})}:{publicKey:r.export({type:"spki",format:"der"}).toString("base64"),privateKey:n.export({type:"pkcs1",format:"pem"}).toString("base64")}}function P2(t,e){return(0,mt.publicDecrypt)({key:e,padding:Pl},Tn.Buffer.from(t,rn)).toString(rn)}function eU(t,e){let r=t.key||tn,n=e.config.plugins?.CapacitorUpdater?.publicKey;return(0,nn.existsSync)(r)?n=(0,nn.readFileSync)(r,"utf8"):!n&&t.keyData&&(n=t.keyData),{publicKey:n,fallbackKeyPath:r}}async function tU(t,e,r,n=!1){n||Z("Decrypt zip file");try{if(await he(),!(0,nn.existsSync)(t)){let f=`Zip not found at the path ${t}`;throw n||p.error(f),new Error(f)}let o=await te();if(!r.key&&!(0,nn.existsSync)(tn)&&!o.config.plugins?.CapacitorUpdater?.privateKey){let f=`Private Key not found at the path ${tn} or in ${o.path}`;throw n||p.error(f),new Error(f)}let{publicKey:i,fallbackKeyPath:a}=eU(r,o);if(!i){let f=`Cannot find public key ${a} or as keyData option or in ${o.path}`;throw n||p.error(f),new Error(f)}let s=(0,nn.readFileSync)(t),u=k2(s,e,r.keyData??i),c=`${t}_decrypted.zip`;(0,nn.writeFileSync)(c,u),n||p.info(`Decrypted zip file at ${c}`);let l;if(r.checksum){let f=await Xr(u,"sha256"),d=P2(r.checksum,r.keyData??i);if(l=f===d,!l){let h=`Checksum does not match ${f} !== ${d}`;throw n||p.error(h),new Error(h)}n||p.info("Checksum matches")}return n||J("\u2705 done"),{outputPath:c,checksumMatches:l}}catch(o){throw n||p.error(`Error decrypting zip file ${U(o)}`),o instanceof Error?o:new Error(String(o))}}async function T2(t,e,r){await tU(t,e,r,!1)}async function I2(t,e,r,n=!1){n||Z("Delete bundle"),r.apikey=r.apikey||ae();let o=await te();if(e=de(e,o?.config),!r.apikey)throw n||p.error("Missing API key, you need to provide an API key to upload your bundle"),new Error("Missing API key");if(!e)throw n||p.error("Missing argument, you need to provide a appId, or be in a capacitor project"),new Error("Missing appId");if(!t)throw n||p.error("Missing argument, you need to provide a bundleId, or be in a capacitor project"),new Error("Missing bundleId");let i=await ne(r.apikey,r.supaHost,r.supaAnon);return await oe(i,r.apikey,["write","all"]),await Ne(i,r.apikey,e,3,n),n||(p.info(`Deleting bundle ${e}@${t} from Capgo`),p.info("Keep in mind that you will not be able to reuse this bundle version, it's gone forever")),await Ol(i,e,t),n||(p.success(`Bundle ${e}@${t} deleted in Capgo`),J("Done")),!0}var on=require("node:fs");function vs(t){console.error(U(t))}async function rU(t,e,r,n=!1){let{json:o}=r,i=!o&&!n;i&&(Z("Encryption"),await he());try{let a=await te(),s=!!a.config.plugins?.CapacitorUpdater?.privateKey,u=!!a.config.plugins?.CapacitorUpdater?.publicKey;if(s&&i&&p.warning("There is still a privateKey in the config"),!(0,on.existsSync)(t)){let C=`Zip not found at the path ${t}`;throw n||(o?vs({error:"zip_not_found"}):p.error(`Error: ${C}`)),new Error(C)}if(!u)throw n||(o?vs({error:"missing_public_key"}):p.warning("Warning: Missing Public Key in config")),new Error("Missing public key in config");let c=r.key||Wt,l=r.keyData||"";if(!(0,on.existsSync)(c)&&!l)throw n||(o?vs({error:"missing_key"}):(p.warning(`Cannot find a private key at ${c} or as a keyData option`),p.error("Error: Missing key"))),new Error("Missing private key");if((0,on.existsSync)(c)&&(l=(0,on.readFileSync)(c,"utf8")),l&&!l.startsWith("-----BEGIN RSA PRIVATE KEY-----"))throw n||(o?vs({error:"invalid_private_key"}):p.error("The private key provided is not a valid RSA Private key")),new Error("Invalid private key format");let f=(0,on.readFileSync)(t),{sessionKey:d,ivSessionKey:h}=Tl(l),m=Qi(f,d,h),b=ea(e,l),D=`${t}_encrypted.zip`;return(0,on.writeFileSync)(D,m),n||(o?console.log(JSON.stringify({checksum:b,filename:D,ivSessionKey:h},null,2)):(p.success(`Encoded Checksum: ${b}`),p.success(`ivSessionKey: ${h}`),p.success(`Encrypted zip saved at ${D}`),J("Done \u2705"))),{checksum:b,filename:D,ivSessionKey:h}}catch(a){throw n||(r.json?vs(a):p.error(`Error encrypting zip file ${U(a)}`)),a instanceof Error?a:new Error(String(a))}}async function R2(t,e,r){await rU(t,e,r,!1)}async function B2(t,e,r=!1){r||Z("List bundles"),await he(),e.apikey=e.apikey||ae();let n=await te();if(t=de(t,n?.config),!e.apikey)throw r||p.error("Missing API key, you need to provide an API key to upload your bundle"),new Error("Missing API key");if(!t)throw r||p.error("Missing argument, you need to provide a appid, or be in a capacitor project"),new Error("Missing appId");let o=await ne(e.apikey,e.supaHost,e.supaAnon);await oe(o,e.apikey,["write","all","read","upload"]),await Ne(o,e.apikey,t,1,r),r||p.info(`Querying available versions of: ${t} in Capgo`);let i=await $l(o,t);return r||(p.info(`Active versions in Capgo: ${i?.length??0}`),kl(i),J("Done \u2705")),i}var lF=require("node:crypto"),Io=require("node:fs"),jg=require("node:path/posix"),Ng=require("node:process");var Il=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 In(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 d={attributes:{}};for(;!(c()||l("?>"));){let h=i();if(!h)return d;d.attributes[h.name]=h.value}return u(/\?>\s*/),d}function n(){let f=u(/^<([\w-:.]+)\s*/);if(!f)return;let d={name:f[1],attributes:{},children:[]};for(;!(c()||l(">")||l("?>")||l("/>"));){let m=i();if(!m)return d;d.attributes[m.name]=m.value}if(u(/^\s*\/>\s*/))return d;u(/\??>\s*/),d.content=o();let h;for(;h=n();)d.children.push(h);return u(/^<\/[\w-:.]+>\s*/),d}function o(){let f=u(/^([^<]*)/);return f?s(f[1]):""}function i(){let f=u(/([\w:-]+)\s*=\s*("[^"]*"|'[^']*'|\w+)\s*/);if(f)return{name:f[1],value:s(a(f[2]))}}function a(f){return f.replace(/^['"]|['"]$/g,"")}function s(f){return f.replaceAll("&lt;","<").replaceAll("&gt;",">").replaceAll("&amp;","&")}function u(f){let d=t.match(f);if(d)return t=t.slice(d[0].length),d}function c(){return t.length===0}function l(f){return t.startsWith(f)}}var Br=class extends Error{};var Ct=class extends Br{},ws=class extends Br{},Rl=class extends Br{bucketName;constructor(e){super(`Invalid bucket name: ${e}`),this.bucketName=e}},jr=class extends Br{objectName;constructor(e){super(`Invalid object name: ${e}`),this.objectName=e}},Rn=class extends Br{constructor(){super("accessKey is required")}},ta=class extends Br{constructor(){super("secretKey is required")}},Cs=class extends Br{constructor(){super("expirySeconds cannot be less than 1 second or more than 7 days")}},an=class extends Br{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 j2(t){try{let r=In(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 an(t.status,n,o,{key:i,bucketName:a,resource:s,region:u})}catch{return new an(t.status,"UnrecognizedError",`Error: Unexpected response code ${t.status} ${t.statusText}. Unable to parse response as XML.`)}}function N2(t){return typeof t!="number"||isNaN(t)?!1:t>=1&&t<=65535}function L2(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 Bn(t){return!(!nU(t)||t.length===0)}function nU(t){return!(typeof t!="string"||t.length>1024)}function Es(t){return Array.from(t).map(e=>e.toString(16).padStart(2,"0")).join("")}function Fo(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 Ao(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 mg(t){return Ao(t).slice(0,8)}function gg(t,e){return`${mg(e)}/${t}/s3/aws4_request`}async function Bl(t){return t instanceof Uint8Array||(t=new TextEncoder().encode(t)),Es(new Uint8Array(await crypto.subtle.digest("SHA-256",t)))}var oU=["x-amz-server-side-encryption-customer-algorithm","x-amz-server-side-encryption-customer-key","x-amz-server-side-encryption-customer-key-MD5"],jl=class extends WritableStream{getResult;constructor({client:e,bucketName:r,objectName:n,partSize:o,metadata:i}){let a,s=1,u,c=[],l,f=[];super({start(){},async write(d,h){let b=s++;try{if(b==1&&d.length<o){let E=await e.makeRequest({method:"PUT",headers:new Headers({...i,"Content-Length":String(d.length)}),bucketName:r,objectName:n,payload:d});a={etag:Fo(E.headers.get("etag")??void 0),versionId:hg(E.headers)};return}b===1&&(u=(await iU({client:e,bucketName:r,objectName:n,metadata:i})).uploadId);let D={"Content-Length":String(d.length)};for(let E of oU){let g=i[E];g&&(D[E]=g)}let C=e.makeRequest({method:"PUT",query:{partNumber:b.toString(),uploadId:u},headers:new Headers(D),bucketName:r,objectName:n,payload:d}).then(E=>{let g=E.headers.get("etag")??"";return g&&(g=g.replace(/^"/,"").replace(/"$/,"")),c.push({part:b,etag:g}),E});f.push(C.catch(E=>{l||(l=E)}))}catch(D){throw D}},async close(){if(!a)if(u){if(await Promise.all(f),l)throw l;c.sort((d,h)=>d.part>h.part?1:-1),a=await aU({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 iU(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=In(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 aU({client:t,bucketName:e,objectName:r,uploadId:n,etags:o}){let i=`
188
188
  <CompleteMultipartUpload xmlns="http://s3.amazonaws.com/doc/2006-03-01/">
189
189
  ${o.map(f=>` <Part><PartNumber>${f.part}</PartNumber><ETag>${f.etag}</ETag></Part>`).join(`
190
190
  `)}
@@ -193,20 +193,20 @@ ${L(i)}`),new Error(`Cannot retrieve unknown version for app ${e}: ${L(i)}`);ret
193
193
  `)+`
194
194
  `,n.join(";").toLowerCase(),o].join(`
195
195
  `)}async function V2(t,e,r){let n=await Bl(t),o=gg(r,e);return[_s,Ao(e),o,n].join(`
196
- `)}async function yg(t,e,r){let n=mg(t),o=await ko("AWS4"+r,n),i=await ko(o,e),a=await ko(i,"s3");return await ko(a,"aws4_request")}function bg(t,e,r){return`${t}/${gg(e,r)}`}async function ko(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 z2(t){if(!t.accessKey)throw new Rn;if(!t.secretKey)throw new ta;if(t.expirySeconds<1||t.expirySeconds>604800)throw new Cs;let e=new Date(t.date);e.setSeconds(e.getSeconds()+t.expirySeconds);let r=bg(t.accessKey,t.region,t.date),n=Ao(t.date),o={"X-Amz-Algorithm":_s,"X-Amz-Credential":r,"X-Amz-Date":n,key:t.objectKey,...t.fields},i=[{bucket:t.bucket},{key:t.objectKey},{"X-Amz-Algorithm":_s},{"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 yg(t.date,t.region,t.secretKey),f=Es(await ko(l,c)).toLowerCase();return o["X-Amz-Signature"]=f,{url:`${t.protocol}//${t.host}/${t.bucket}`,fields:o}}var uU=["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"],cU=5*1024*1024,lU=5*1024*1024*1024,vg=5*1024*1024*1024*1024,xs=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 ws(`Invalid endPoint URL: ${e}`)}}if(typeof e!="string"||e.length===0)throw new ws(`Invalid endPoint: ${e}`);if(r===void 0&&(r=!0),n!==void 0&&!N2(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||!L2(r))throw new Rl(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 Bl(r??new Uint8Array);i.set("x-amz-date",Ao(o)),i.set("x-amz-content-sha256",l),this.accessKey&&(this.sessionToken&&i.set("x-amz-security-token",this.sessionToken),i.set("authorization",await U2({headers:i,method:e,path:s,accessKey:this.accessKey,secretKey:this.#e,region:this.region,date:o})));let f=`${this.protocol}//${a}${u}`,d=await fetch(f,{method:e,headers:i,body:r});if(d.status!==c)throw d.status>=400?await j2(d):d.status===301?new an(d.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 an(d.status,"UnexpectedStatusCode",`Unexpected response code from the server (expected ${c}, got ${d.status} ${d.statusText}).`);return n.returnBody||await d.body?.getReader().read(),d}async deleteObject(e,r={}){let n=this.getBucketName(r);if(!Bn(e))throw new jr(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 an&&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(!Bn(e))throw new jr(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 Rn;if(!Bn(r))throw new jr(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 M2({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=In(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),f=[];for(let h of l)f.push({type:"CommonPrefix",prefix:h.content??""}),i++;for(let h of c.children.filter(m=>m.name==="Contents"))f.push({type:"Object",key:h.children.find(m=>m.name==="Key")?.content??"",etag:Fo(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++;f.sort((h,m)=>{let b=h.type==="Object"?h.key:h.prefix,D=m.type==="Object"?m.key:m.prefix;return b>D?1:b<D?-1:0});for(let h of f)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(!Bn(e))throw new jr(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(f){f.enqueue(l),f.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<cU)throw new Ct("Part size should be greater than 5MB");if(s>lU)throw new Ct("Part size should be less than 6MB");let u=new Il(s),c=new jl({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=vg),e>vg)throw new TypeError(`size should not be more than ${vg}`);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(!Bn(e))throw new jr(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 uU)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:Fo(i.headers.get("ETag")??"")}}async copyObject(e,r,n){let o=this.getBucketName(n),i=e.sourceBucketName??o;if(!Bn(r))throw new jr(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=In(c).root;if(!l||l.name!=="CopyObjectResult")throw new Error(`Unexpected response: ${c}`);let f=l.children.find(h=>h.name==="ETag")?.content??"",d=l.children.find(h=>h.name==="LastModified")?.content;if(d===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:Fo(f),lastModified:new Date(d),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 an&&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(!Bn(e))throw new jr(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 z2({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 $o=require("node:fs"),Nl=require("node:path");function fU(t,e){return(0,$o.readFileSync)(t,"utf8").includes(e)}function Ss(t,e){let r=(0,$o.readdirSync)(t);for(let n of r){let o=(0,Nl.join)(t,n),i=(0,$o.statSync)(o);if(i.isDirectory()){if(Ss(o,e))return!0}else if(i.isFile()&&(0,Nl.extname)(o)===".js"&&fU(o,e))return!0}return!1}function Ll(t){return(0,$o.readdirSync)(t).indexOf("index.html")>-1}var oa=require("node:fs"),eF=require("node:os"),jn=require("node:path"),tF=require("node:process"),Wl=require("node:stream/consumers"),rF=require("node:zlib");var nF=ge(QS()),oF=ge(Nh());async function SM(t,e){try{return(await fetch(`${t.hostFilesApi}/files/read/attachments/${encodeURIComponent(e)}`,{method:"HEAD"})).ok}catch{return!1}}var iF=8192,aF="6.25.0",sF="7.0.35";async function FM(t){let e=(0,jn.join)(vt((0,tF.cwd)()),bt),n=(await ct(void 0,t.packageJson||e)).get("@capgo/capacitor-updater"),o;try{o=n?_e(n):void 0}catch{o=void 0}if(!n||!o)return{version:null,supportsBrotliV2:!1};let i=o.major===6&&dn(o,_e(aF)),a=o.major>=7&&dn(o,_e(sF)),s=i||a;return{version:`${o.major}.${o.minor}.${o.patch}`,supportsBrotliV2:s}}function AM(t,e){if(!e)return!1;let r=e.split(",").map(n=>n.trim()).filter(n=>!!n);return r.length===0?!1:nF.isMatch(t,r)}async function OM(t,e,r){let o=(0,oa.statSync)(t).size,i=await(0,Wl.buffer)((0,oa.createReadStream)(t));if(o===0)return{buffer:i,useBrotli:!1};if(AM(e,r.noBrotliPatterns))return p.info(`Skipping brotli for excluded file: ${e}`),{buffer:i,useBrotli:!1};if(o<iF)return{buffer:i,useBrotli:!1};try{let a=await(0,Wl.buffer)((0,oa.createReadStream)(t).pipe((0,rF.createBrotliCompress)({})));return a.length>=o-10?(p.info(`Brotli not effective for ${e} (${o} bytes), using original file`),{buffer:i,useBrotli:!1}):{buffer:a,useBrotli:!0}}catch(a){return p.warn(`Brotli compression failed for ${t}: ${a}, using original file`),{buffer:i,useBrotli:!1}}}async function uF(t,e,r,n,o,i){let a=Ee();a.start(o!=="v2"?"Generating the update manifest":"Generating the update manifest with v2 encryption");let s=await e2(t);if(o==="v2")for(let u of s)u.hash=ea(u.hash,i);return a.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}),s}function kM(t){return(0,eF.platform)()!=="win32"?t:jn.win32.normalize(t).split(jn.win32.sep).join(jn.posix.sep)}function $M(t){let e=t.split("/").map(r=>encodeURIComponent(r)).join("/");return t.includes(" ")&&p.warn(`File "${t}" contains spaces in its name.`),e}async function cF(t,e,r,n,o,i,a,s){let u=Ee();u.start("Preparing partial update with TUS protocol");let c=performance.now(),l=await sr(),{version:f,supportsBrotliV2:d}=await FM(s);if(d)s.disableBrotli?p.info("Brotli compression disabled by user request"):(u.message(`Using .br extension for compatible files (updater ${f})`),s.noBrotliPatterns&&p.info(`Files matching patterns (${s.noBrotliPatterns}) will be excluded from brotli compression`),p.info(`Files smaller than ${iF} bytes will be excluded from brotli compression (Brotli RFC minimum)`));else throw new Error(`Your project is using an older version of @capgo/capacitor-updater (${f||"unknown"}). To use Delta updates, please upgrade to version ${aF} (v6) or ${sF} (v7) or higher.`);let h=e.filter(C=>C.file.includes(" "));if(h.length>0)throw new Error(`Files with spaces in their names (${h.map(C=>C.file).join(", ")}). Please rename the files.`);let m=0,b=e.length,D=0;try{let C=e.map(async S=>{let T=(0,jn.join)(r,S.file),O=kM(S.file),B,R=!1;if(s.disableBrotli)B=await(0,Wl.buffer)((0,oa.createReadStream)(T)),R=!1;else{let Q=await OM(T,O,s);B=Q.buffer,R=Q.useBrotli}let N=B;a&&(N=Qi(B,a.sessionKey,a.ivSessionKey));let A=O;R&&(A=`${O}.br`,D++);let U=$M(A),M=`orgs/${i}/apps/${n}/delta/${S.hash}_${U}`;return await SM(l,M)?(m++,Promise.resolve({file_name:U,s3_path:M,file_hash:S.hash})):new Promise((Q,$)=>{new oF.Upload(N,{endpoint:`${l.hostFilesApi}/files/upload/attachments/`,chunkSize:s.tusChunkSize,metadata:{filename:M},headers:{Authorization:t},onError(v){p.info(`Failed to upload ${O}: ${v}`),$(v)},onProgress(){let v=(m/b*100).toFixed(2);u.message(`Uploading partial update: ${v}%`)},onSuccess(){m++,Q({file_name:U,s3_path:M,file_hash:S.hash})}}).start()})}),E=await Promise.all(C),_=((performance.now()-c)/1e3).toFixed(2);return u.stop(`Partial update uploaded successfully \u{1F4AA} in (${_} seconds)`),D>0&&p.info(`${D} of ${b} files were compressed with brotli and use .br extension`),await De(t,{channel:"app",event:`App Partial TUS done${D>0?" with .br extension":""}`,icon:"\u23EB",user_id:i,tags:{"app-id":n},notify:!1}),await De(t,{channel:"performance",event:"Partial upload performance",icon:"\u{1F684}",user_id:i,tags:{"app-id":n,time:_},notify:!1}),E}catch(C){let g=((performance.now()-c)/1e3).toFixed(2);return u.stop(`Failed to upload Partial bundle (after ${g} seconds)`),p.info(`Error uploading partial update: ${C}, This is not a critical error, the bundle has been uploaded without the partial files`),null}}function me(t){throw p.error(t),new Error(t)}async function PM(t,e){let r=_r("",e.packageJson),n=e.bundle||t?.plugins?.CapacitorUpdater?.version||r||`0.0.1-beta.${(0,lF.randomUUID)().split("-")[0]}`;return Gi.test(n)||me(`Your bundle name ${n}, is not valid it should follow semver convention : https://semver.org/`),n}function TM(t){let e=t.apikey||ae();return e||me("Missing API key, you need to provide an API key to upload your bundle"),e}function IM(t,e,r){let n=de(t,r),o=e.path||r?.webDir;return n||me("Missing argument, you need to provide a appid or be in a capacitor project"),o||me("Missing argument, you need to provide a path (--path), or be in a capacitor project"),(0,Io.existsSync)(o)||me(`Path ${o} does not exist, build your app first, or provide a valid path`),{appid:n,path:o}}function RM(t,e){let r=t.codeCheck;(typeof r>"u"||r)&&(Ss(e,"notifyAppReady")||me(`notifyAppReady() is missing in the build folder of your app. see: https://capgo.app/docs/plugin/api/#notifyappready
196
+ `)}async function yg(t,e,r){let n=mg(t),o=await ko("AWS4"+r,n),i=await ko(o,e),a=await ko(i,"s3");return await ko(a,"aws4_request")}function bg(t,e,r){return`${t}/${gg(e,r)}`}async function ko(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 z2(t){if(!t.accessKey)throw new Rn;if(!t.secretKey)throw new ta;if(t.expirySeconds<1||t.expirySeconds>604800)throw new Cs;let e=new Date(t.date);e.setSeconds(e.getSeconds()+t.expirySeconds);let r=bg(t.accessKey,t.region,t.date),n=Ao(t.date),o={"X-Amz-Algorithm":_s,"X-Amz-Credential":r,"X-Amz-Date":n,key:t.objectKey,...t.fields},i=[{bucket:t.bucket},{key:t.objectKey},{"X-Amz-Algorithm":_s},{"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 yg(t.date,t.region,t.secretKey),f=Es(await ko(l,c)).toLowerCase();return o["X-Amz-Signature"]=f,{url:`${t.protocol}//${t.host}/${t.bucket}`,fields:o}}var uU=["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"],cU=5*1024*1024,lU=5*1024*1024*1024,vg=5*1024*1024*1024*1024,xs=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 ws(`Invalid endPoint URL: ${e}`)}}if(typeof e!="string"||e.length===0)throw new ws(`Invalid endPoint: ${e}`);if(r===void 0&&(r=!0),n!==void 0&&!N2(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||!L2(r))throw new Rl(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 Bl(r??new Uint8Array);i.set("x-amz-date",Ao(o)),i.set("x-amz-content-sha256",l),this.accessKey&&(this.sessionToken&&i.set("x-amz-security-token",this.sessionToken),i.set("authorization",await U2({headers:i,method:e,path:s,accessKey:this.accessKey,secretKey:this.#e,region:this.region,date:o})));let f=`${this.protocol}//${a}${u}`,d=await fetch(f,{method:e,headers:i,body:r});if(d.status!==c)throw d.status>=400?await j2(d):d.status===301?new an(d.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 an(d.status,"UnexpectedStatusCode",`Unexpected response code from the server (expected ${c}, got ${d.status} ${d.statusText}).`);return n.returnBody||await d.body?.getReader().read(),d}async deleteObject(e,r={}){let n=this.getBucketName(r);if(!Bn(e))throw new jr(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 an&&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(!Bn(e))throw new jr(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 Rn;if(!Bn(r))throw new jr(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 M2({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=In(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),f=[];for(let h of l)f.push({type:"CommonPrefix",prefix:h.content??""}),i++;for(let h of c.children.filter(m=>m.name==="Contents"))f.push({type:"Object",key:h.children.find(m=>m.name==="Key")?.content??"",etag:Fo(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++;f.sort((h,m)=>{let b=h.type==="Object"?h.key:h.prefix,D=m.type==="Object"?m.key:m.prefix;return b>D?1:b<D?-1:0});for(let h of f)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(!Bn(e))throw new jr(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(f){f.enqueue(l),f.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<cU)throw new Ct("Part size should be greater than 5MB");if(s>lU)throw new Ct("Part size should be less than 6MB");let u=new Il(s),c=new jl({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=vg),e>vg)throw new TypeError(`size should not be more than ${vg}`);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(!Bn(e))throw new jr(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 uU)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:Fo(i.headers.get("ETag")??"")}}async copyObject(e,r,n){let o=this.getBucketName(n),i=e.sourceBucketName??o;if(!Bn(r))throw new jr(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=In(c).root;if(!l||l.name!=="CopyObjectResult")throw new Error(`Unexpected response: ${c}`);let f=l.children.find(h=>h.name==="ETag")?.content??"",d=l.children.find(h=>h.name==="LastModified")?.content;if(d===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:Fo(f),lastModified:new Date(d),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 an&&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(!Bn(e))throw new jr(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 z2({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 $o=require("node:fs"),Nl=require("node:path");function fU(t,e){return(0,$o.readFileSync)(t,"utf8").includes(e)}function Ss(t,e){let r=(0,$o.readdirSync)(t);for(let n of r){let o=(0,Nl.join)(t,n),i=(0,$o.statSync)(o);if(i.isDirectory()){if(Ss(o,e))return!0}else if(i.isFile()&&(0,Nl.extname)(o)===".js"&&fU(o,e))return!0}return!1}function Ll(t){return(0,$o.readdirSync)(t).indexOf("index.html")>-1}var oa=require("node:fs"),eF=require("node:os"),jn=require("node:path"),tF=require("node:process"),Wl=require("node:stream/consumers"),rF=require("node:zlib");var nF=ge(QS()),oF=ge(Nh());async function SM(t,e){try{return(await fetch(`${t.hostFilesApi}/files/read/attachments/${encodeURIComponent(e)}`,{method:"HEAD"})).ok}catch{return!1}}var iF=8192,aF="6.25.0",sF="7.0.35";async function FM(t){let e=(0,jn.join)(vt((0,tF.cwd)()),bt),n=(await ct(void 0,t.packageJson||e)).get("@capgo/capacitor-updater"),o;try{o=n?_e(n):void 0}catch{o=void 0}if(!n||!o)return{version:null,supportsBrotliV2:!1};let i=o.major===6&&dn(o,_e(aF)),a=o.major>=7&&dn(o,_e(sF)),s=i||a;return{version:`${o.major}.${o.minor}.${o.patch}`,supportsBrotliV2:s}}function AM(t,e){if(!e)return!1;let r=e.split(",").map(n=>n.trim()).filter(n=>!!n);return r.length===0?!1:nF.isMatch(t,r)}async function OM(t,e,r){let o=(0,oa.statSync)(t).size,i=await(0,Wl.buffer)((0,oa.createReadStream)(t));if(o===0)return{buffer:i,useBrotli:!1};if(AM(e,r.noBrotliPatterns))return p.info(`Skipping brotli for excluded file: ${e}`),{buffer:i,useBrotli:!1};if(o<iF)return{buffer:i,useBrotli:!1};try{let a=await(0,Wl.buffer)((0,oa.createReadStream)(t).pipe((0,rF.createBrotliCompress)({})));return a.length>=o-10?(p.info(`Brotli not effective for ${e} (${o} bytes), using original file`),{buffer:i,useBrotli:!1}):{buffer:a,useBrotli:!0}}catch(a){return p.warn(`Brotli compression failed for ${t}: ${a}, using original file`),{buffer:i,useBrotli:!1}}}async function uF(t,e,r,n,o,i){let a=Ee();a.start(o!=="v2"?"Generating the update manifest":"Generating the update manifest with v2 encryption");let s=await e2(t);if(o==="v2")for(let u of s)u.hash=ea(u.hash,i);return a.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}),s}function kM(t){return(0,eF.platform)()!=="win32"?t:jn.win32.normalize(t).split(jn.win32.sep).join(jn.posix.sep)}function $M(t){let e=t.split("/").map(r=>encodeURIComponent(r)).join("/");return t.includes(" ")&&p.warn(`File "${t}" contains spaces in its name.`),e}async function cF(t,e,r,n,o,i,a,s){let u=Ee();u.start("Preparing partial update with TUS protocol");let c=performance.now(),l=await sr(),{version:f,supportsBrotliV2:d}=await FM(s);if(d)s.disableBrotli?p.info("Brotli compression disabled by user request"):(u.message(`Using .br extension for compatible files (updater ${f})`),s.noBrotliPatterns&&p.info(`Files matching patterns (${s.noBrotliPatterns}) will be excluded from brotli compression`),p.info(`Files smaller than ${iF} bytes will be excluded from brotli compression (Brotli RFC minimum)`));else throw new Error(`Your project is using an older version of @capgo/capacitor-updater (${f||"unknown"}). To use Delta updates, please upgrade to version ${aF} (v6) or ${sF} (v7) or higher.`);let h=e.filter(C=>C.file.includes(" "));if(h.length>0)throw new Error(`Files with spaces in their names (${h.map(C=>C.file).join(", ")}). Please rename the files.`);let m=0,b=e.length,D=0;try{let C=e.map(async S=>{let T=(0,jn.join)(r,S.file),O=kM(S.file),B,R=!1;if(s.disableBrotli)B=await(0,Wl.buffer)((0,oa.createReadStream)(T)),R=!1;else{let Q=await OM(T,O,s);B=Q.buffer,R=Q.useBrotli}let N=B;a&&(N=Qi(B,a.sessionKey,a.ivSessionKey));let A=O;R&&(A=`${O}.br`,D++);let L=$M(A),M=`orgs/${i}/apps/${n}/delta/${S.hash}_${L}`;return await SM(l,M)?(m++,Promise.resolve({file_name:L,s3_path:M,file_hash:S.hash})):new Promise((Q,$)=>{new oF.Upload(N,{endpoint:`${l.hostFilesApi}/files/upload/attachments/`,chunkSize:s.tusChunkSize,metadata:{filename:M},headers:{Authorization:t},onError(v){p.info(`Failed to upload ${O}: ${v}`),$(v)},onProgress(){let v=(m/b*100).toFixed(2);u.message(`Uploading partial update: ${v}%`)},onSuccess(){m++,Q({file_name:L,s3_path:M,file_hash:S.hash})}}).start()})}),E=await Promise.all(C),_=((performance.now()-c)/1e3).toFixed(2);return u.stop(`Partial update uploaded successfully \u{1F4AA} in (${_} seconds)`),D>0&&p.info(`${D} of ${b} files were compressed with brotli and use .br extension`),await De(t,{channel:"app",event:`App Partial TUS done${D>0?" with .br extension":""}`,icon:"\u23EB",user_id:i,tags:{"app-id":n},notify:!1}),await De(t,{channel:"performance",event:"Partial upload performance",icon:"\u{1F684}",user_id:i,tags:{"app-id":n,time:_},notify:!1}),E}catch(C){let g=((performance.now()-c)/1e3).toFixed(2);return u.stop(`Failed to upload Partial bundle (after ${g} seconds)`),p.info(`Error uploading partial update: ${C}, This is not a critical error, the bundle has been uploaded without the partial files`),null}}function me(t){throw p.error(t),new Error(t)}async function PM(t,e){let r=_r("",e.packageJson),n=e.bundle||t?.plugins?.CapacitorUpdater?.version||r||`0.0.1-beta.${(0,lF.randomUUID)().split("-")[0]}`;return Gi.test(n)||me(`Your bundle name ${n}, is not valid it should follow semver convention : https://semver.org/`),n}function TM(t){let e=t.apikey||ae();return e||me("Missing API key, you need to provide an API key to upload your bundle"),e}function IM(t,e,r){let n=de(t,r),o=e.path||r?.webDir;return n||me("Missing argument, you need to provide a appid or be in a capacitor project"),o||me("Missing argument, you need to provide a path (--path), or be in a capacitor project"),(0,Io.existsSync)(o)||me(`Path ${o} does not exist, build your app first, or provide a valid path`),{appid:n,path:o}}function RM(t,e){let r=t.codeCheck;(typeof r>"u"||r)&&(Ss(e,"notifyAppReady")||me(`notifyAppReady() is missing in the build folder of your app. see: https://capgo.app/docs/plugin/api/#notifyappready
197
197
  If you are sure your app has this code, you can use the --no-code-check option`),Ll(e)||me(`index.html is missing in the root folder of ${e}`))}async function BM(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(),f=!!c&&c.disable_auto_update==="version_number",d,h;if(!l&&c&&c.version&&c.version.native_packages&&!a){let D=Ee();D.start(`Checking bundle compatibility with channel ${n}`);let{finalCompatibility:C,localDependencies:E}=await Sl(t,o,n,r.packageJson,r.nodeModules);if(h=C,d=E,h.find(g=>!So(g)))D.stop(`Bundle NOT compatible with ${n} channel`),p.warn(`You can check compatibility with "${e.runner} @capgo/cli bundle compatibility"`),s&&(u=i,p.info(`Auto set min-update-version to ${u}`));else if(s)try{let{min_update_version:g}=c.version;(!g||!Gi.test(g))&&me("Invalid remote min update version, skipping auto setting compatibility"),u=g,D.stop(`Auto set min-update-version to ${u}`)}catch{me(`Cannot auto set compatibility, invalid data ${c}`)}else D.stop(`Bundle compatible with ${n} channel`)}else a||(p.warn(`Channel ${n} is new or it's your first upload with compatibility check, it will be ignored this time`),d=await sg(r.packageJson,r.nodeModules),s&&(u=i,p.info(`Auto set min-update-version to ${u}`)));f&&!u&&!a&&me("You need to provide a min-update-version to upload a bundle to this channel"),u&&(Gi.test(u)||me(`Your minimal version update ${u}, is not valid it should follow semver convention : https://semver.org/`));let m=d?new Map(d.filter(D=>!!D.native&&D.native!==void 0).map(D=>[D.name,D])):new Map;return{nativePackages:m.size>0||!r.ignoreMetadataCheck?Array.from(m,([D,C])=>({name:D,version:C.version})):void 0,minUpdateVersion:u}}async function jM(t,e,r){let{data:n,error:o}=await t.rpc("is_trial_org",{orgid:e}).single();(n&&n>0||o)&&(p.warn(`WARNING !!
198
- Trial expires in ${n} days`),p.warn(`Upgrade here: ${r.hostWeb}/dashboard/settings/plans?oid=${e}`))}async function NM(t,e,r,n=!1){let{data:o,error:i}=await t.rpc("exist_app_versions",{appid:e,apikey:"",name_version:r}).single();if(o||i){if(n)return p.warn(`Version ${r} already exists - exiting gracefully due to --silent-fail option`),J("Bundle version already exists - exiting gracefully \u{1F389}"),!0;me(`Version ${r} already exists ${L(i)}`)}return!1}async function LM(t,e,r,n,o,i,a){let s,u,c="",l=null,f="none",d="",h=e.keyV2,m=e.key===!1;l=await _l(t);let b=Ee();b.start("Calculating checksum");let D=(0,jg.join)(vt((0,Ng.cwd)()),bt),E=(await ct(void 0,e.packageJson||D)).get("@capgo/capacitor-updater"),g=!1,_;try{_=E?_e(E):void 0}catch{_=void 0}if(E?_?g=dn(_,_e("6.25.0")):E==="link:@capgo/capacitor-updater"&&(p.warn("Using local @capgo/capacitor-updater. Assuming v7"),g=!0):me("Cannot find @capgo/capacitor-updater in ./package.json, provide the package.json path with --package-json it's required for v7 CLI to work"),(h||e.keyDataV2||(0,Io.existsSync)(Wt))&&!m||g?c=await Xr(l,"sha256"):c=await Xr(l,"crc32"),b.stop(`Checksum ${g?"SHA256":"CRC32"}: ${c}`),m)p.info("Encryption ignored");else if((h||(0,Io.existsSync)(Wt)||e.keyDataV2)&&!e.oldEncryption){let O=typeof h=="string"?h:Wt,B=e.keyDataV2||"";!B&&!(0,Io.existsSync)(O)&&me(`Cannot find private key ${O}`),await De(r,{channel:"app",event:"App encryption v2",icon:"\u{1F511}",user_id:n,tags:{"app-id":o},notify:!1},e.verbose),B||(B=(0,Io.readFileSync)(O).toString()),p.info("Encrypting your bundle with V2");let{sessionKey:R,ivSessionKey:N}=Tl(B),A=Qi(l,R,N);c=ea(c,B),s=N,u=R,f="v2",d=B,e.displayIvSession&&p.info(`Your Iv Session key is ${s},
198
+ Trial expires in ${n} days`),p.warn(`Upgrade here: ${r.hostWeb}/dashboard/settings/plans?oid=${e}`))}async function NM(t,e,r,n=!1){let{data:o,error:i}=await t.rpc("exist_app_versions",{appid:e,apikey:"",name_version:r}).single();if(o||i){if(n)return p.warn(`Version ${r} already exists - exiting gracefully due to --silent-fail option`),J("Bundle version already exists - exiting gracefully \u{1F389}"),!0;me(`Version ${r} already exists ${U(i)}`)}return!1}async function LM(t,e,r,n,o,i,a){let s,u,c="",l=null,f="none",d="",h=e.keyV2,m=e.key===!1;l=await _l(t);let b=Ee();b.start("Calculating checksum");let D=(0,jg.join)(vt((0,Ng.cwd)()),bt),E=(await ct(void 0,e.packageJson||D)).get("@capgo/capacitor-updater"),g=!1,_;try{_=E?_e(E):void 0}catch{_=void 0}if(E?_?g=dn(_,_e("6.25.0")):E==="link:@capgo/capacitor-updater"&&(p.warn("Using local @capgo/capacitor-updater. Assuming v7"),g=!0):me("Cannot find @capgo/capacitor-updater in ./package.json, provide the package.json path with --package-json it's required for v7 CLI to work"),(h||e.keyDataV2||(0,Io.existsSync)(Wt))&&!m||g?c=await Xr(l,"sha256"):c=await Xr(l,"crc32"),b.stop(`Checksum ${g?"SHA256":"CRC32"}: ${c}`),m)p.info("Encryption ignored");else if((h||(0,Io.existsSync)(Wt)||e.keyDataV2)&&!e.oldEncryption){let O=typeof h=="string"?h:Wt,B=e.keyDataV2||"";!B&&!(0,Io.existsSync)(O)&&me(`Cannot find private key ${O}`),await De(r,{channel:"app",event:"App encryption v2",icon:"\u{1F511}",user_id:n,tags:{"app-id":o},notify:!1},e.verbose),B||(B=(0,Io.readFileSync)(O).toString()),p.info("Encrypting your bundle with V2");let{sessionKey:R,ivSessionKey:N}=Tl(B),A=Qi(l,R,N);c=ea(c,B),s=N,u=R,f="v2",d=B,e.displayIvSession&&p.info(`Your Iv Session key is ${s},
199
199
  keep it safe, you will need it to decrypt your bundle.
200
200
  It will be also visible in your dashboard
201
201
  `),l=A}let S=Math.floor((l?.byteLength??0)/1024/1024),T=Math.floor(i/1024/1024);return l?.byteLength>i?me(`The bundle size is ${S} Mb, this is greater than the maximum upload length ${T} Mb, please reduce the size of your bundle`):l?.byteLength>a?(p.warn(`WARNING !!
202
202
  The bundle size is ${S} Mb, this may take a while to download for users
203
203
  `),p.info(`Learn how to optimize your assets https://capgo.app/blog/optimise-your-images-for-updates/
204
204
  `),e.verbose&&(p.info("[Verbose] Bundle size details:"),p.info(` - Actual size: ${S} MB (${l?.byteLength} bytes)`),p.info(` - Alert threshold: ${Math.floor(a/1024/1024)} MB`),p.info(` - Maximum allowed: ${T} MB`),p.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&&p.info("[Verbose] Event sent successfully")):e.verbose&&p.info(`[Verbose] Bundle size OK: ${S} MB (under ${Math.floor(a/1024/1024)} MB alert threshold)`),e.verbose&&p.info("[Verbose] Bundle preparation complete, returning bundle data"),{zipped:l,ivSessionKey:s,sessionKey:u,checksum:c,encryptionMethod:f,finalKeyData:d}}async function UM(t,e,r,n,o,i,a,s){let u=Ee();u.start("Uploading Bundle");let c=performance.now(),l=!1;if(a.verbose&&(p.info("[Verbose] uploadBundleToCapgoCloud called:"),p.info(` - Bundle size: ${Math.floor(i.byteLength/1024)} KB`),p.info(` - App ID: ${r}`),p.info(` - Bundle version: ${n}`),p.info(` - Chunk size: ${Math.floor(s/1024/1024)} MB`)),a.dryUpload){u.stop(`Dry run, bundle not uploaded
205
- Bundle uploaded \u{1F4AA} in 0 seconds`),a.verbose&&p.info("[Verbose] Dry upload mode - skipping actual upload");return}try{let h=await sr();if(a.verbose&&p.info("[Verbose] Local config retrieved for upload"),a.multipart!==void 0&&a.multipart||a.tus!==void 0&&a.tus){a.multipart?p.info("Uploading bundle with multipart is deprecated, we upload with TUS instead"):p.info("Uploading bundle with TUS protocol"),a.verbose&&(p.info("[Verbose] Starting TUS resumable upload..."),p.info(` - Host: ${h.hostWeb}`),p.info(` - Chunk size: ${Math.floor(s/1024/1024)} MB`)),await t2(t,i,o,r,n,u,h,s),l=!0,a.verbose&&p.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 p.error(`Cannot finish TUS upload ${L(b)}`),a.verbose&&p.info(`[Verbose] Database update failed: ${L(b)}`),Promise.reject(new Error("Cannot finish TUS upload"));a.verbose&&p.info(`[Verbose] Database updated with R2 path: ${m}`)}else{a.verbose&&p.info("[Verbose] Using standard upload (non-TUS), getting presigned URL...");let m=await Z1(e,r,n);if(!m)return p.error("Cannot get upload url"),a.verbose&&p.info("[Verbose] Failed to retrieve presigned upload URL from database"),Promise.reject(new Error("Cannot get upload url"));a.verbose&&(p.info("[Verbose] Presigned URL obtained, uploading via HTTP PUT..."),p.info(` - Timeout: ${a.timeout||tg}ms`),p.info(" - Retry attempts: 5"),p.info(" - Content-Type: application/zip"));let b=new AbortController,D=setTimeout(()=>b.abort(),a.timeout||tg);try{let C=await fetch(m,{method:"PUT",body:i,headers:{"Content-Type":"application/zip"},signal:b.signal});if(!C.ok)throw new Error(`HTTP error! status: ${C.status}`)}finally{clearTimeout(D)}a.verbose&&p.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&&(p.info(`[Verbose] Upload failed after ${b} seconds`),p.info(`[Verbose] Error type: ${h instanceof Error?"Error":typeof h}`)),h instanceof Error&&h.message.includes("HTTP error"))try{let D=h.message.match(/status: (\d+)/),C=D?D[1]:"unknown";p.error(`Upload failed with status ${C}: ${h.message}`)}catch{p.error(`Upload failed: ${h.message}`)}else a.verbose&&p.info(`[Verbose] Non-HTTP error: ${L(h)}`),a.tus?p.error(`Cannot upload bundle please contact support if the issue persists ${L(h)}`):p.error(`Cannot upload bundle ( try again with --tus option) ${L(h)}`);throw a.verbose&&p.info("[Verbose] Cleaning up failed version from database..."),await r2(e,r,n),a.verbose&&p.info("[Verbose] Failed version cleaned up"),h instanceof Error?h:new Error(String(h))}let d=((performance.now()-c)/1e3).toFixed(2);u.stop(`Bundle uploaded \u{1F4AA} in (${d} seconds)`),a.verbose&&(p.info("[Verbose] Upload successful:"),p.info(` - Upload time: ${d} seconds`),p.info(` - Upload method: ${l?"TUS (resumable)":"Standard HTTP PUT"}`),p.info(` - Bundle size: ${Math.floor(i.byteLength/1024)} KB`),p.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:d},notify:!1},a.verbose),a.verbose&&p.info("[Verbose] Performance event sent successfully")}async function MM(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){p.error(`Cannot delete linked bundle on upload ${L(o)}`);return}if(n.length===0){p.warn("No linked bundle found in the channel you are trying to upload to");return}let i=n[0].version;if(i.deleted){p.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){p.error(`Cannot delete linked bundle on upload ${L(a)}`);return}p.info("Linked bundle deleted")}async function qM(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||me("Cannot get version id, cannot set channel");let{data:f}=await t.rpc("is_allowed_capgkey",{apikey:e,keymode:["write","all"]}).single();if(f){let{error:d,data:h}=await xl(t,{name:o,app_id:s,created_by:i,version:l,owner_org:a,...c?{allow_device_self_set:!0}:{}});d&&me(`Cannot set channel, the upload key is not allowed to do that, use the "all" for this. ${L(d)}`);let m=`${u.hostWeb}/app/p/${s}/channel/${h.id}`;h?.public?p.info("Your update is now available in your public channel \u{1F389}"):h?.id&&p.info(`Link device to this bundle to try it: ${m}`),r&&p.info(`Bundle url: ${m}`)}else p.warn("The upload key is not allowed to set the version in the channel")}async function HM(t,e,r){let{error:n,data:o}=await e.from("apps").select("default_upload_channel").eq("app_id",t).single();return n?(p.warn("Cannot find default upload channel"),p.info(`You can set it here: ${r}/app/p/${t}/settings`),null):o.default_upload_channel}async function Lg(t,e,r=!0){r&&Z(`Uploading with CLI version ${hr.version}`);let n,o=lt();await he();let{s3Region:i,s3Apikey:a,s3Apisecret:s,s3BucketName:u,s3Endpoint:c,s3Port:l,s3SSL:f}=e;e.verbose&&(p.info("[Verbose] Starting upload process with options:"),p.info(` - API key: ${e.apikey?"provided":"from saved key"}`),p.info(` - Path: ${e.path||"from capacitor config"}`),p.info(` - Channel: ${e.channel||"from default upload channel"}`),p.info(` - Bundle: ${e.bundle||"auto-detected"}`),p.info(` - External: ${e.external||"false"}`),p.info(` - Encryption: ${e.keyV2||e.keyDataV2?"v2":e.key===!1?"disabled":"auto"}`),p.info(` - Upload method: ${e.tus?"TUS":e.zip?"ZIP":"auto"}`),p.info(` - Delta updates: ${e.delta||e.partial?"enabled":"disabled"}`));let d=TM(e);e.verbose&&p.info("[Verbose] API key retrieved successfully");let h=await te();e.verbose&&p.info("[Verbose] Capacitor config loaded successfully");let m=await H1();e.verbose&&(p.info("[Verbose] Remote file config retrieved:"),p.info(` - Max upload length: ${Math.floor(m.maxUploadLength/1024/1024)} MB`),p.info(` - Alert upload size: ${Math.floor(m.alertUploadSize/1024/1024)} MB`),p.info(` - TUS upload: ${m.TUSUpload?"enabled":"disabled"}`),p.info(` - TUS upload forced: ${m.TUSUploadForced?"yes":"no"}`),p.info(` - Partial upload: ${m.partialUpload?"enabled":"disabled"}`),p.info(` - Max chunk size: ${Math.floor(m.maxChunkSize/1024/1024)} MB`));let{appid:b,path:D}=IM(t,e,h.config);e.verbose&&p.info(`[Verbose] App ID: ${b}, Build path: ${D}`);let C=await PM(h.config,e);e.verbose&&p.info(`[Verbose] Bundle version: ${C}`);let E=e.external?"external":"r2-direct",g="none";e.autoSetBundle&&(await bs({version:C}),e.verbose&&p.info("[Verbose] Auto-set bundle version in capacitor.config.json")),RM(e,D),e.verbose&&p.info("[Verbose] Code check passed (notifyAppReady found and index.html present)"),p.info(`Upload ${b}@${C} started from path "${D}" to Capgo cloud`);let _=await sr();e.verbose&&p.info(`[Verbose] Local config loaded: host=${_.hostWeb}`),e.supaHost&&e.supaAnon&&(p.info("Using custom supabase instance from provided options"),_.supaHost=e.supaHost,_.supaKey=e.supaAnon,e.verbose&&p.info(`[Verbose] Custom Supabase host: ${e.supaHost}`));let S=await ne(d,e.supaHost,e.supaAnon);e.verbose&&p.info("[Verbose] Supabase client created successfully");let T=await oe(S,d,["write","all","upload"]);e.verbose&&p.info(`[Verbose] User verified successfully, user_id: ${T}`);let O=e.channel||await HM(b,S,_.hostWeb)||"dev";e.verbose&&p.info(`[Verbose] Target channel: ${O}`);let B=await ur(S,b);e.verbose&&p.info(`[Verbose] Organization ID: ${B}`),await W1(S,B,hr.version),e.verbose&&p.info("[Verbose] Remote CLI messages checked"),await Y1(S,B,d,b,!0),e.verbose&&p.info("[Verbose] Plan validation passed"),await jM(S,B,_),e.verbose&&p.info("[Verbose] Trial check completed"),e.verbose&&p.info(`[Verbose] Checking compatibility with channel ${O}...`);let{nativePackages:R,minUpdateVersion:N}=await BM(S,o,e,O,b,C);e.verbose&&(p.info("[Verbose] Compatibility check completed:"),p.info(` - Native packages: ${R?R.length:0}`),p.info(` - Min update version: ${N||"none"}`)),e.verbose&&p.info(`[Verbose] Checking if version ${C} already exists...`);let A=await NM(S,b,C,e.versionExistsOk);if(e.verbose&&p.info(`[Verbose] Version exists check: ${A?"yes (skipping)":"no (continuing)"}`),A)return{success:!0,skipped:!0,reason:"VERSION_EXISTS",bundle:C,checksum:null,encryptionMethod:g,storageProvider:E};e.external&&!e.external.startsWith("https://")&&me(`External link should should start with "https://" current is "${e.external}"`),e.deleteLinkedBundleOnUpload&&(p.warn("Deleting linked bundle on upload is destructive, it will delete the currently linked bundle in the channel you are trying to upload to."),p.warn("Please make sure you want to do this, if you are not sure, please do not use this option."));let U={name:C,app_id:b,session_key:void 0,external_url:e.external,storage_provider:E,min_update_version:N,native_packages:R,owner_org:B,user_id:T,checksum:void 0,link:e.link||null,comment:e.comment||null},M=null,Q="";if(e.external)e.verbose&&p.info(`[Verbose] Using external URL: ${e.external}`),await De(d,{channel:"app",event:"App external",icon:"\u{1F4E4}",user_id:B,tags:{"app-id":b},notify:!1},e.verbose),U.session_key=e.ivSessionKey,U.checksum=e.encryptedChecksum,e.verbose&&(p.info("[Verbose] External bundle configured:"),p.info(` - URL: ${e.external}`),p.info(` - IV Session Key: ${e.ivSessionKey?"provided":"none"}`),p.info(` - Encrypted Checksum: ${e.encryptedChecksum?"provided":"none"}`));else{e.verbose&&p.info(`[Verbose] Preparing bundle file from path: ${D}`);let{zipped:F,ivSessionKey:I,checksum:k,sessionKey:q,encryptionMethod:P,finalKeyData:j}=await LM(D,e,d,B,b,m.maxUploadLength,m.alertUploadSize);U.session_key=I,U.checksum=k,n=q,M=F,g=P,Q=j,e.verbose&&(p.info("[Verbose] Bundle prepared:"),p.info(` - Size: ${Math.floor((F?.byteLength??0)/1024)} KB`),p.info(` - Checksum: ${k}`),p.info(` - Encryption: ${P}`),p.info(` - IV Session Key: ${I?"present":"none"}`)),e.ignoreChecksumCheck||(e.verbose&&p.info("[Verbose] Checking for duplicate checksum..."),await i2(S,b,O,k),e.verbose&&p.info("[Verbose] Checksum is unique"))}if(e.zip?(e.tus=!1,e.verbose&&p.info("[Verbose] Upload method: ZIP (explicitly set via --zip)")):!m.TUSUpload||e.external?(e.tus=!1,e.verbose&&p.info("[Verbose] Upload method: Standard (TUS not available or external URL)")):(e.tus=e.tus||m.TUSUploadForced,e.verbose&&p.info(`[Verbose] Upload method: ${e.tus?"TUS (resumable)":"Standard"}`)),!m.partialUpload||e.external?(e.delta=!1,e.verbose&&e.external&&p.info("[Verbose] Delta updates disabled (not available with external URLs)")):(e.delta=e.delta||e.partial||e.deltaOnly||e.partialOnly||m.partialUploadForced,e.verbose&&p.info(`[Verbose] Delta updates: ${e.delta?"enabled":"disabled"}`)),e.encryptPartial&&g==="v1"&&me("You cannot encrypt the partial update if you are not using the v2 encryption method"),e.delta&&g==="v2"&&!e.encryptPartial){let F=(0,jg.join)(vt((0,Ng.cwd)()),bt),k=(await ct(void 0,e.packageJson||F)).get("@capgo/capacitor-updater"),q;try{q=k?_e(k):void 0}catch{q=void 0}k&&q&&dn(q,_e("6.14.4"))&&(p.info(`Auto-enabling partial update encryption for updater version ${q} (> 6.14.4)`),e.verbose&&p.info("[Verbose] Partial encryption auto-enabled for updater >= 6.14.4"),e.encryptPartial=!0)}e.verbose&&e.delta&&p.info("[Verbose] Preparing delta/partial update manifest...");let $=e.delta?await uF(D,d,B,b,e.encryptPartial?g:"none",Q):[];e.verbose&&e.delta&&p.info(`[Verbose] Delta manifest prepared with ${$.length} files`),e.verbose&&p.info("[Verbose] Creating version record in database...");let{error:y}=await ag(S,U);if(y&&me(`Cannot add bundle ${L(y)}`),e.verbose&&p.info("[Verbose] Version record created successfully"),e.tusChunkSize&&e.tusChunkSize>m.maxChunkSize?(p.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&&p.info(`[Verbose] TUS chunk size: ${Math.floor(e.tusChunkSize/1024/1024)} MB`),M&&(u||c||i||a||s||l||f)){(!u||!c||!i||!a||!s||!l)&&me("Missing argument, for S3 upload you need to provide a bucket name, endpoint, region, port, API key, and API secret"),p.info("Uploading to S3"),e.verbose&&(p.info("[Verbose] S3 configuration:"),p.info(` - Endpoint: ${c}`),p.info(` - Region: ${i}`),p.info(` - Bucket: ${u}`),p.info(` - Port: ${l}`),p.info(` - SSL: ${f?"enabled":"disabled"}`));let F=f?`https://${c}`:`http://${c}`,I=new xs({endPoint:c,region:i,port:l,pathStyle:!0,bucket:u,accessKey:a,secretKey:s}),k=`${b}-${C}`,q=encodeURIComponent(k);e.verbose&&p.info(`[Verbose] Uploading to S3 as: ${k}`),await I.putObject(k,Uint8Array.from(M)),U.external_url=`${F}/${q}`,U.storage_provider="external",e.verbose&&p.info(`[Verbose] S3 upload complete, external URL: ${U.external_url}`)}else if(M){!e.partialOnly&&!e.deltaOnly?(e.verbose&&p.info("[Verbose] Starting full bundle upload to Capgo Cloud..."),await UM(d,S,b,C,B,M,e,e.tusChunkSize)):e.verbose&&p.info("[Verbose] Skipping full bundle upload (delta-only mode)");let F=null;try{e.dryUpload&&(e.delta=!1,e.verbose&&p.info("[Verbose] Dry upload mode: skipping delta upload"));let k=U.session_key&&e.encryptPartial&&n?{sessionKey:n,ivSessionKey:U.session_key}:void 0;e.verbose&&e.delta&&(p.info("[Verbose] Starting delta/partial file upload..."),p.info(` - Manifest entries: ${$.length}`),p.info(` - Encryption: ${k?"enabled":"disabled"}`)),F=e.delta?await cF(d,$,D,b,C,B,k,e):null,e.verbose&&F&&p.info(`[Verbose] Delta upload complete with ${F.length} files`)}catch(k){p.info(`Failed to upload partial files to capgo cloud. Error: ${L(k)}. This is not a critical error, the bundle has been uploaded without the partial files`),e.verbose&&p.info(`[Verbose] Delta upload error details: ${L(k)}`)}U.storage_provider="r2",U.manifest=F,e.verbose&&p.info("[Verbose] Updating version record with storage provider and manifest...");let{error:I}=await ag(S,U);I&&me(`Cannot update bundle ${L(I)}`),e.verbose&&p.info("[Verbose] Version record updated successfully")}e.verbose&&p.info("[Verbose] Checking app permissions...");let v=await Ne(S,d,b,2);e.verbose&&(p.info("[Verbose] Permissions:"),p.info(` - Upload: ${Wi(v,2)?"yes":"no"}`),p.info(` - Write: ${Wi(v,3)?"yes":"no"}`),p.info(` - Admin: ${Wi(v,4)?"yes":"no"}`)),e.deleteLinkedBundleOnUpload&&Wi(v,3)?(e.verbose&&p.info(`[Verbose] Deleting linked bundle in channel ${O}...`),await MM(S,b,O)):e.deleteLinkedBundleOnUpload&&p.warn("Cannot delete linked bundle on upload as a upload organization member"),Wi(v,3)?(e.verbose&&p.info(`[Verbose] Setting bundle ${C} to channel ${O}...`),await qM(S,d,!!e.bundleUrl,C,O,T,B,b,_,e.selfAssign),e.verbose&&p.info("[Verbose] Channel updated successfully")):p.warn("Cannot set channel as a upload organization member"),e.verbose&&p.info("[Verbose] Sending upload event..."),await De(d,{channel:"app",event:"App Uploaded",icon:"\u23EB",user_id:B,tags:{"app-id":b},notify:!1},e.verbose);let w={success:!0,bundle:C,checksum:U.checksum??null,encryptionMethod:g,sessionKey:n?n.toString("base64"):void 0,ivSessionKey:typeof U.session_key=="string"?U.session_key:void 0,storageProvider:U.storage_provider};return e.verbose&&(p.info("[Verbose] Upload completed successfully:"),p.info(` - Bundle: ${w.bundle}`),p.info(` - Checksum: ${w.checksum}`),p.info(` - Encryption: ${w.encryptionMethod}`),p.info(` - Storage: ${w.storageProvider}`)),r&&!w.skipped&&J("Time to share your update to the world \u{1F30D}"),w}function VM(t){t.ivSessionKey&&!t.external&&me("You need to provide an external url if you want to use the --iv-session-key option"),t.encryptedChecksum&&!t.external&&me("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&&me("You cannot use the --partial/--delta/--partial-only/--delta-only option with an external url"),t.tus&&t.external&&me("You cannot use the --tus option with an external url"),t.dryUpload&&t.external&&me("You cannot use the --dry-upload option with an external url"),t.multipart&&t.external&&me("You cannot use the --multipart option with an external url"),t.external&&(t.keyV2||t.keyDataV2)&&me("You cannot set a key if you are uploading to an external url"),t.keyV2&&t.keyDataV2&&me("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)&&me("You cannot set S3 options if you are uploading to an external url, it's automatically handled"),t.encryptedChecksum&&!t.external&&me("You cannot set the --encrypted-checksum option if you are not uploading to an external url"),t.minUpdateVersion&&t.autoMinUpdateVersion&&me("You cannot set both min-update-version and auto-min-update-version, use only one of them")}async function fF(t,e){try{VM(e),await Lg(t,e,!0)}catch(r){throw p.error(`uploadBundle failded: ${L(r)}`),r instanceof Error?r:new Error(String(r))}}var pF=require("node:crypto"),Kl=require("node:fs"),dF=require("node:path"),hF=require("node:process");var zM=20;function GM(t){console.log(JSON.stringify(t,null,2))}function $s(t){console.error(L(t))}async function WM(t,e,r=!1){let{json:n}=e,{bundle:o,path:i}=e,a=!n&&!r;try{a&&await he();let s=await te(),u=de(t,s?.config),c=(0,pF.randomUUID)().split("-")[0],l=_r("",e.packageJson);if(o=o||l||`0.0.1-beta.${c}`,a&&Z(`Zipping ${u}@${o}`),o&&!Gi.test(o)){let O=`Your bundle name ${o}, is not valid it should follow semver convention : https://semver.org/`;throw r||(n?$s({error:"invalid_semver"}):p.error(O)),new Error("Invalid bundle version format")}if(i=i||s?.config?.webDir,!u||!o||!i){let O="Missing argument, you need to provide a appId and a bundle and a path, or be in a capacitor project";throw r||(n?$s({error:"missing_argument"}):p.error(O)),new Error(O)}if(a&&p.info(`Started from path "${i}"`),typeof e.codeCheck>"u"?!0:e.codeCheck){if(!Ss(i,"notifyAppReady"))throw r||(n?$s({error:"notifyAppReady_not_in_source_code"}):p.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(!Ll(i))throw r||(n?$s({error:"index_html_not_found"}):p.error(`index.html is missing in the root folder of ${i}`)),new Error("index.html is missing in root folder")}let d=await _l(i);a&&p.info(`Zipped ${d.byteLength} bytes`);let h=a?Ee():null;h&&h.start("Calculating checksum");let m=(0,dF.join)(vt((0,hF.cwd)()),bt),D=(await ct(void 0,e.packageJson||m)).get("@capgo/capacitor-updater");if(!D){let O="Cannot find @capgo/capacitor-updater in ./package.json, provide the package.json path with --package-json it's required for v7 CLI to work";throw r||p.warn(O),new Error(O)}let C=!1,E;try{E=D?_e(D):void 0}catch{E=void 0}if(E){let O=E.major===6&&dn(E,_e("6.25.0")),B=E.major>=7;C=O||B}else D==="link:@capgo/capacitor-updater"&&(r||p.warn("Using local @capgo/capacitor-updater. Assuming v7"),C=!0);let g=await Xr(d,e.keyV2||(0,Kl.existsSync)(Wt)||C?"sha256":"crc32");h&&h.stop(`Checksum ${C?"SHA256":"CRC32"}: ${g}`);let _=Math.floor(d.byteLength/1024/1024);_>zM&&a&&(p.warn(`WARNING !!
205
+ Bundle uploaded \u{1F4AA} in 0 seconds`),a.verbose&&p.info("[Verbose] Dry upload mode - skipping actual upload");return}try{let h=await sr();if(a.verbose&&p.info("[Verbose] Local config retrieved for upload"),a.multipart!==void 0&&a.multipart||a.tus!==void 0&&a.tus){a.multipart?p.info("Uploading bundle with multipart is deprecated, we upload with TUS instead"):p.info("Uploading bundle with TUS protocol"),a.verbose&&(p.info("[Verbose] Starting TUS resumable upload..."),p.info(` - Host: ${h.hostWeb}`),p.info(` - Chunk size: ${Math.floor(s/1024/1024)} MB`)),await t2(t,i,o,r,n,u,h,s),l=!0,a.verbose&&p.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 p.error(`Cannot finish TUS upload ${U(b)}`),a.verbose&&p.info(`[Verbose] Database update failed: ${U(b)}`),Promise.reject(new Error("Cannot finish TUS upload"));a.verbose&&p.info(`[Verbose] Database updated with R2 path: ${m}`)}else{a.verbose&&p.info("[Verbose] Using standard upload (non-TUS), getting presigned URL...");let m=await Z1(e,r,n);if(!m)return p.error("Cannot get upload url"),a.verbose&&p.info("[Verbose] Failed to retrieve presigned upload URL from database"),Promise.reject(new Error("Cannot get upload url"));a.verbose&&(p.info("[Verbose] Presigned URL obtained, uploading via HTTP PUT..."),p.info(` - Timeout: ${a.timeout||tg}ms`),p.info(" - Retry attempts: 5"),p.info(" - Content-Type: application/zip"));let b=new AbortController,D=setTimeout(()=>b.abort(),a.timeout||tg);try{let C=await fetch(m,{method:"PUT",body:i,headers:{"Content-Type":"application/zip"},signal:b.signal});if(!C.ok)throw new Error(`HTTP error! status: ${C.status}`)}finally{clearTimeout(D)}a.verbose&&p.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&&(p.info(`[Verbose] Upload failed after ${b} seconds`),p.info(`[Verbose] Error type: ${h instanceof Error?"Error":typeof h}`)),h instanceof Error&&h.message.includes("HTTP error"))try{let D=h.message.match(/status: (\d+)/),C=D?D[1]:"unknown";p.error(`Upload failed with status ${C}: ${h.message}`)}catch{p.error(`Upload failed: ${h.message}`)}else a.verbose&&p.info(`[Verbose] Non-HTTP error: ${U(h)}`),a.tus?p.error(`Cannot upload bundle please contact support if the issue persists ${U(h)}`):p.error(`Cannot upload bundle ( try again with --tus option) ${U(h)}`);throw a.verbose&&p.info("[Verbose] Cleaning up failed version from database..."),await r2(e,r,n),a.verbose&&p.info("[Verbose] Failed version cleaned up"),h instanceof Error?h:new Error(String(h))}let d=((performance.now()-c)/1e3).toFixed(2);u.stop(`Bundle uploaded \u{1F4AA} in (${d} seconds)`),a.verbose&&(p.info("[Verbose] Upload successful:"),p.info(` - Upload time: ${d} seconds`),p.info(` - Upload method: ${l?"TUS (resumable)":"Standard HTTP PUT"}`),p.info(` - Bundle size: ${Math.floor(i.byteLength/1024)} KB`),p.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:d},notify:!1},a.verbose),a.verbose&&p.info("[Verbose] Performance event sent successfully")}async function MM(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){p.error(`Cannot delete linked bundle on upload ${U(o)}`);return}if(n.length===0){p.warn("No linked bundle found in the channel you are trying to upload to");return}let i=n[0].version;if(i.deleted){p.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){p.error(`Cannot delete linked bundle on upload ${U(a)}`);return}p.info("Linked bundle deleted")}async function qM(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||me("Cannot get version id, cannot set channel");let{data:f}=await t.rpc("is_allowed_capgkey",{apikey:e,keymode:["write","all"]}).single();if(f){let{error:d,data:h}=await xl(t,{name:o,app_id:s,created_by:i,version:l,owner_org:a,...c?{allow_device_self_set:!0}:{}});d&&me(`Cannot set channel, the upload key is not allowed to do that, use the "all" for this. ${U(d)}`);let m=`${u.hostWeb}/app/p/${s}/channel/${h.id}`;h?.public?p.info("Your update is now available in your public channel \u{1F389}"):h?.id&&p.info(`Link device to this bundle to try it: ${m}`),r&&p.info(`Bundle url: ${m}`)}else p.warn("The upload key is not allowed to set the version in the channel")}async function HM(t,e,r){let{error:n,data:o}=await e.from("apps").select("default_upload_channel").eq("app_id",t).single();return n?(p.warn("Cannot find default upload channel"),p.info(`You can set it here: ${r}/app/p/${t}/settings`),null):o.default_upload_channel}async function Lg(t,e,r=!0){r&&Z(`Uploading with CLI version ${hr.version}`);let n,o=lt();await he();let{s3Region:i,s3Apikey:a,s3Apisecret:s,s3BucketName:u,s3Endpoint:c,s3Port:l,s3SSL:f}=e;e.verbose&&(p.info("[Verbose] Starting upload process with options:"),p.info(` - API key: ${e.apikey?"provided":"from saved key"}`),p.info(` - Path: ${e.path||"from capacitor config"}`),p.info(` - Channel: ${e.channel||"from default upload channel"}`),p.info(` - Bundle: ${e.bundle||"auto-detected"}`),p.info(` - External: ${e.external||"false"}`),p.info(` - Encryption: ${e.keyV2||e.keyDataV2?"v2":e.key===!1?"disabled":"auto"}`),p.info(` - Upload method: ${e.tus?"TUS":e.zip?"ZIP":"auto"}`),p.info(` - Delta updates: ${e.delta||e.partial?"enabled":"disabled"}`));let d=TM(e);e.verbose&&p.info("[Verbose] API key retrieved successfully");let h=await te();e.verbose&&p.info("[Verbose] Capacitor config loaded successfully");let m=await H1();e.verbose&&(p.info("[Verbose] Remote file config retrieved:"),p.info(` - Max upload length: ${Math.floor(m.maxUploadLength/1024/1024)} MB`),p.info(` - Alert upload size: ${Math.floor(m.alertUploadSize/1024/1024)} MB`),p.info(` - TUS upload: ${m.TUSUpload?"enabled":"disabled"}`),p.info(` - TUS upload forced: ${m.TUSUploadForced?"yes":"no"}`),p.info(` - Partial upload: ${m.partialUpload?"enabled":"disabled"}`),p.info(` - Max chunk size: ${Math.floor(m.maxChunkSize/1024/1024)} MB`));let{appid:b,path:D}=IM(t,e,h.config);e.verbose&&p.info(`[Verbose] App ID: ${b}, Build path: ${D}`);let C=await PM(h.config,e);e.verbose&&p.info(`[Verbose] Bundle version: ${C}`);let E=e.external?"external":"r2-direct",g="none";e.autoSetBundle&&(await bs({version:C}),e.verbose&&p.info("[Verbose] Auto-set bundle version in capacitor.config.json")),RM(e,D),e.verbose&&p.info("[Verbose] Code check passed (notifyAppReady found and index.html present)"),p.info(`Upload ${b}@${C} started from path "${D}" to Capgo cloud`);let _=await sr();e.verbose&&p.info(`[Verbose] Local config loaded: host=${_.hostWeb}`),e.supaHost&&e.supaAnon&&(p.info("Using custom supabase instance from provided options"),_.supaHost=e.supaHost,_.supaKey=e.supaAnon,e.verbose&&p.info(`[Verbose] Custom Supabase host: ${e.supaHost}`));let S=await ne(d,e.supaHost,e.supaAnon);e.verbose&&p.info("[Verbose] Supabase client created successfully");let T=await oe(S,d,["write","all","upload"]);e.verbose&&p.info(`[Verbose] User verified successfully, user_id: ${T}`);let O=e.channel||await HM(b,S,_.hostWeb)||"dev";e.verbose&&p.info(`[Verbose] Target channel: ${O}`);let B=await ur(S,b);e.verbose&&p.info(`[Verbose] Organization ID: ${B}`),await W1(S,B,hr.version),e.verbose&&p.info("[Verbose] Remote CLI messages checked"),await Y1(S,B,d,b,!0),e.verbose&&p.info("[Verbose] Plan validation passed"),await jM(S,B,_),e.verbose&&p.info("[Verbose] Trial check completed"),e.verbose&&p.info(`[Verbose] Checking compatibility with channel ${O}...`);let{nativePackages:R,minUpdateVersion:N}=await BM(S,o,e,O,b,C);e.verbose&&(p.info("[Verbose] Compatibility check completed:"),p.info(` - Native packages: ${R?R.length:0}`),p.info(` - Min update version: ${N||"none"}`)),e.verbose&&p.info(`[Verbose] Checking if version ${C} already exists...`);let A=await NM(S,b,C,e.versionExistsOk);if(e.verbose&&p.info(`[Verbose] Version exists check: ${A?"yes (skipping)":"no (continuing)"}`),A)return{success:!0,skipped:!0,reason:"VERSION_EXISTS",bundle:C,checksum:null,encryptionMethod:g,storageProvider:E};e.external&&!e.external.startsWith("https://")&&me(`External link should should start with "https://" current is "${e.external}"`),e.deleteLinkedBundleOnUpload&&(p.warn("Deleting linked bundle on upload is destructive, it will delete the currently linked bundle in the channel you are trying to upload to."),p.warn("Please make sure you want to do this, if you are not sure, please do not use this option."));let L={name:C,app_id:b,session_key:void 0,external_url:e.external,storage_provider:E,min_update_version:N,native_packages:R,owner_org:B,user_id:T,checksum:void 0,link:e.link||null,comment:e.comment||null},M=null,Q="";if(e.external)e.verbose&&p.info(`[Verbose] Using external URL: ${e.external}`),await De(d,{channel:"app",event:"App external",icon:"\u{1F4E4}",user_id:B,tags:{"app-id":b},notify:!1},e.verbose),L.session_key=e.ivSessionKey,L.checksum=e.encryptedChecksum,e.verbose&&(p.info("[Verbose] External bundle configured:"),p.info(` - URL: ${e.external}`),p.info(` - IV Session Key: ${e.ivSessionKey?"provided":"none"}`),p.info(` - Encrypted Checksum: ${e.encryptedChecksum?"provided":"none"}`));else{e.verbose&&p.info(`[Verbose] Preparing bundle file from path: ${D}`);let{zipped:F,ivSessionKey:I,checksum:k,sessionKey:q,encryptionMethod:P,finalKeyData:j}=await LM(D,e,d,B,b,m.maxUploadLength,m.alertUploadSize);L.session_key=I,L.checksum=k,n=q,M=F,g=P,Q=j,e.verbose&&(p.info("[Verbose] Bundle prepared:"),p.info(` - Size: ${Math.floor((F?.byteLength??0)/1024)} KB`),p.info(` - Checksum: ${k}`),p.info(` - Encryption: ${P}`),p.info(` - IV Session Key: ${I?"present":"none"}`)),e.ignoreChecksumCheck||(e.verbose&&p.info("[Verbose] Checking for duplicate checksum..."),await i2(S,b,O,k),e.verbose&&p.info("[Verbose] Checksum is unique"))}if(e.zip?(e.tus=!1,e.verbose&&p.info("[Verbose] Upload method: ZIP (explicitly set via --zip)")):!m.TUSUpload||e.external?(e.tus=!1,e.verbose&&p.info("[Verbose] Upload method: Standard (TUS not available or external URL)")):(e.tus=e.tus||m.TUSUploadForced,e.verbose&&p.info(`[Verbose] Upload method: ${e.tus?"TUS (resumable)":"Standard"}`)),!m.partialUpload||e.external?(e.delta=!1,e.verbose&&e.external&&p.info("[Verbose] Delta updates disabled (not available with external URLs)")):(e.delta=e.delta||e.partial||e.deltaOnly||e.partialOnly||m.partialUploadForced,e.verbose&&p.info(`[Verbose] Delta updates: ${e.delta?"enabled":"disabled"}`)),e.encryptPartial&&g==="v1"&&me("You cannot encrypt the partial update if you are not using the v2 encryption method"),e.delta&&g==="v2"&&!e.encryptPartial){let F=(0,jg.join)(vt((0,Ng.cwd)()),bt),k=(await ct(void 0,e.packageJson||F)).get("@capgo/capacitor-updater"),q;try{q=k?_e(k):void 0}catch{q=void 0}k&&q&&dn(q,_e("6.14.4"))&&(p.info(`Auto-enabling partial update encryption for updater version ${q} (> 6.14.4)`),e.verbose&&p.info("[Verbose] Partial encryption auto-enabled for updater >= 6.14.4"),e.encryptPartial=!0)}e.verbose&&e.delta&&p.info("[Verbose] Preparing delta/partial update manifest...");let $=e.delta?await uF(D,d,B,b,e.encryptPartial?g:"none",Q):[];e.verbose&&e.delta&&p.info(`[Verbose] Delta manifest prepared with ${$.length} files`),e.verbose&&p.info("[Verbose] Creating version record in database...");let{error:y}=await ag(S,L);if(y&&me(`Cannot add bundle ${U(y)}`),e.verbose&&p.info("[Verbose] Version record created successfully"),e.tusChunkSize&&e.tusChunkSize>m.maxChunkSize?(p.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&&p.info(`[Verbose] TUS chunk size: ${Math.floor(e.tusChunkSize/1024/1024)} MB`),M&&(u||c||i||a||s||l||f)){(!u||!c||!i||!a||!s||!l)&&me("Missing argument, for S3 upload you need to provide a bucket name, endpoint, region, port, API key, and API secret"),p.info("Uploading to S3"),e.verbose&&(p.info("[Verbose] S3 configuration:"),p.info(` - Endpoint: ${c}`),p.info(` - Region: ${i}`),p.info(` - Bucket: ${u}`),p.info(` - Port: ${l}`),p.info(` - SSL: ${f?"enabled":"disabled"}`));let F=f?`https://${c}`:`http://${c}`,I=new xs({endPoint:c,region:i,port:l,pathStyle:!0,bucket:u,accessKey:a,secretKey:s}),k=`${b}-${C}`,q=encodeURIComponent(k);e.verbose&&p.info(`[Verbose] Uploading to S3 as: ${k}`),await I.putObject(k,Uint8Array.from(M)),L.external_url=`${F}/${q}`,L.storage_provider="external",e.verbose&&p.info(`[Verbose] S3 upload complete, external URL: ${L.external_url}`)}else if(M){!e.partialOnly&&!e.deltaOnly?(e.verbose&&p.info("[Verbose] Starting full bundle upload to Capgo Cloud..."),await UM(d,S,b,C,B,M,e,e.tusChunkSize)):e.verbose&&p.info("[Verbose] Skipping full bundle upload (delta-only mode)");let F=null;try{e.dryUpload&&(e.delta=!1,e.verbose&&p.info("[Verbose] Dry upload mode: skipping delta upload"));let k=L.session_key&&e.encryptPartial&&n?{sessionKey:n,ivSessionKey:L.session_key}:void 0;e.verbose&&e.delta&&(p.info("[Verbose] Starting delta/partial file upload..."),p.info(` - Manifest entries: ${$.length}`),p.info(` - Encryption: ${k?"enabled":"disabled"}`)),F=e.delta?await cF(d,$,D,b,C,B,k,e):null,e.verbose&&F&&p.info(`[Verbose] Delta upload complete with ${F.length} files`)}catch(k){p.info(`Failed to upload partial files to capgo cloud. Error: ${U(k)}. This is not a critical error, the bundle has been uploaded without the partial files`),e.verbose&&p.info(`[Verbose] Delta upload error details: ${U(k)}`)}L.storage_provider="r2",L.manifest=F,e.verbose&&p.info("[Verbose] Updating version record with storage provider and manifest...");let{error:I}=await ag(S,L);I&&me(`Cannot update bundle ${U(I)}`),e.verbose&&p.info("[Verbose] Version record updated successfully")}e.verbose&&p.info("[Verbose] Checking app permissions...");let v=await Ne(S,d,b,2);e.verbose&&(p.info("[Verbose] Permissions:"),p.info(` - Upload: ${Wi(v,2)?"yes":"no"}`),p.info(` - Write: ${Wi(v,3)?"yes":"no"}`),p.info(` - Admin: ${Wi(v,4)?"yes":"no"}`)),e.deleteLinkedBundleOnUpload&&Wi(v,3)?(e.verbose&&p.info(`[Verbose] Deleting linked bundle in channel ${O}...`),await MM(S,b,O)):e.deleteLinkedBundleOnUpload&&p.warn("Cannot delete linked bundle on upload as a upload organization member"),Wi(v,3)?(e.verbose&&p.info(`[Verbose] Setting bundle ${C} to channel ${O}...`),await qM(S,d,!!e.bundleUrl,C,O,T,B,b,_,e.selfAssign),e.verbose&&p.info("[Verbose] Channel updated successfully")):p.warn("Cannot set channel as a upload organization member"),e.verbose&&p.info("[Verbose] Sending upload event..."),await De(d,{channel:"app",event:"App Uploaded",icon:"\u23EB",user_id:B,tags:{"app-id":b},notify:!1},e.verbose);let w={success:!0,bundle:C,checksum:L.checksum??null,encryptionMethod:g,sessionKey:n?n.toString("base64"):void 0,ivSessionKey:typeof L.session_key=="string"?L.session_key:void 0,storageProvider:L.storage_provider};return e.verbose&&(p.info("[Verbose] Upload completed successfully:"),p.info(` - Bundle: ${w.bundle}`),p.info(` - Checksum: ${w.checksum}`),p.info(` - Encryption: ${w.encryptionMethod}`),p.info(` - Storage: ${w.storageProvider}`)),r&&!w.skipped&&J("Time to share your update to the world \u{1F30D}"),w}function VM(t){t.ivSessionKey&&!t.external&&me("You need to provide an external url if you want to use the --iv-session-key option"),t.encryptedChecksum&&!t.external&&me("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&&me("You cannot use the --partial/--delta/--partial-only/--delta-only option with an external url"),t.tus&&t.external&&me("You cannot use the --tus option with an external url"),t.dryUpload&&t.external&&me("You cannot use the --dry-upload option with an external url"),t.multipart&&t.external&&me("You cannot use the --multipart option with an external url"),t.external&&(t.keyV2||t.keyDataV2)&&me("You cannot set a key if you are uploading to an external url"),t.keyV2&&t.keyDataV2&&me("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)&&me("You cannot set S3 options if you are uploading to an external url, it's automatically handled"),t.encryptedChecksum&&!t.external&&me("You cannot set the --encrypted-checksum option if you are not uploading to an external url"),t.minUpdateVersion&&t.autoMinUpdateVersion&&me("You cannot set both min-update-version and auto-min-update-version, use only one of them")}async function fF(t,e){try{VM(e),await Lg(t,e,!0)}catch(r){throw p.error(`uploadBundle failded: ${U(r)}`),r instanceof Error?r:new Error(String(r))}}var pF=require("node:crypto"),Kl=require("node:fs"),dF=require("node:path"),hF=require("node:process");var zM=20;function GM(t){console.log(JSON.stringify(t,null,2))}function $s(t){console.error(U(t))}async function WM(t,e,r=!1){let{json:n}=e,{bundle:o,path:i}=e,a=!n&&!r;try{a&&await he();let s=await te(),u=de(t,s?.config),c=(0,pF.randomUUID)().split("-")[0],l=_r("",e.packageJson);if(o=o||l||`0.0.1-beta.${c}`,a&&Z(`Zipping ${u}@${o}`),o&&!Gi.test(o)){let O=`Your bundle name ${o}, is not valid it should follow semver convention : https://semver.org/`;throw r||(n?$s({error:"invalid_semver"}):p.error(O)),new Error("Invalid bundle version format")}if(i=i||s?.config?.webDir,!u||!o||!i){let O="Missing argument, you need to provide a appId and a bundle and a path, or be in a capacitor project";throw r||(n?$s({error:"missing_argument"}):p.error(O)),new Error(O)}if(a&&p.info(`Started from path "${i}"`),typeof e.codeCheck>"u"?!0:e.codeCheck){if(!Ss(i,"notifyAppReady"))throw r||(n?$s({error:"notifyAppReady_not_in_source_code"}):p.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(!Ll(i))throw r||(n?$s({error:"index_html_not_found"}):p.error(`index.html is missing in the root folder of ${i}`)),new Error("index.html is missing in root folder")}let d=await _l(i);a&&p.info(`Zipped ${d.byteLength} bytes`);let h=a?Ee():null;h&&h.start("Calculating checksum");let m=(0,dF.join)(vt((0,hF.cwd)()),bt),D=(await ct(void 0,e.packageJson||m)).get("@capgo/capacitor-updater");if(!D){let O="Cannot find @capgo/capacitor-updater in ./package.json, provide the package.json path with --package-json it's required for v7 CLI to work";throw r||p.warn(O),new Error(O)}let C=!1,E;try{E=D?_e(D):void 0}catch{E=void 0}if(E){let O=E.major===6&&dn(E,_e("6.25.0")),B=E.major>=7;C=O||B}else D==="link:@capgo/capacitor-updater"&&(r||p.warn("Using local @capgo/capacitor-updater. Assuming v7"),C=!0);let g=await Xr(d,e.keyV2||(0,Kl.existsSync)(Wt)||C?"sha256":"crc32");h&&h.stop(`Checksum ${C?"SHA256":"CRC32"}: ${g}`);let _=Math.floor(d.byteLength/1024/1024);_>zM&&a&&(p.warn(`WARNING !!
206
206
  The bundle size is ${_} Mb, this may take a while to download for users
207
207
  `),p.warn(`Learn how to optimize your assets https://capgo.app/blog/optimise-your-images-for-updates/
208
- `));let S=a?Ee():null,T=e.name||`${u}_${o}.zip`;return S&&S.start(`Saving to ${T}`),(0,Kl.writeFileSync)(T,d),S&&S.stop(`Saved to ${T}`),a&&J("Done \u2705"),!r&&n&&GM({bundle:o,filename:T,checksum:g}),{bundle:o,filename:T,checksum:g}}catch(s){throw r||(n?$s(s):p.error(L(s))),s instanceof Error?s:new Error(String(s))}}async function mF(t,e){await WM(t,e,!1)}async function Ug(t,e,r,n=!1){n||Z("Create channel"),r.apikey=r.apikey||ae();let o=await te().catch(()=>{});if(e=de(e,o?.config),!r.apikey)throw n||p.error("Missing API key, you need to provide an API key to upload your bundle"),new Error("Missing API key");if(!e)throw n||p.error("Missing argument, you need to provide a appId, or be in a capacitor project"),new Error("Missing appId");let i=await ne(r.apikey,r.supaHost,r.supaAnon);await oe(i,r.apikey,["write","all"]),await Ne(i,r.apikey,e,4,n),n||p.info(`Creating channel ${e}#${t} to Capgo`);let a=await fg(i,e);if(!a)throw n||p.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 ur(i,e),u=await oe(i,r.apikey,["write","all"]),c=await b2(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||p.error(`Cannot create Channel \u{1F640}
209
- ${L(c.error)}`),new Error(`Cannot create channel: ${L(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||(p.success("Channel created \u2705"),J("Done \u2705")),c.data??!0}async function gF(t,e,r){await Ug(t,e,r,!1)}async function DF(t,e,r,n=!1){let{quiet:o}=r;!o&&!n&&Z("List current bundle"),r.apikey=r.apikey||ae(o);let i=await te();if(e=de(e,i?.config),!r.apikey)throw n||p.error("Missing API key, you need to provide an API key to upload your bundle"),new Error("Missing API key");if(!e)throw n||p.error("Missing argument, you need to provide a appId, or be in a capacitor project"),new Error("Missing appId");let a=await ne(r.apikey,r.supaHost,r.supaAnon);if(await oe(a,r.apikey,["write","all","read"]),await Ne(a,r.apikey,e,1,n),!t)throw n||p.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||p.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||p.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?p.info(c.name):p.info(`Current bundle for channel ${t} is ${c.name}`)),c.name}async function yF(t,e,r,n=!1){n||Z("Delete channel"),r.apikey=r.apikey||ae();let o=await te();if(e=de(e,o?.config),!r.apikey)throw n||p.error("Missing API key, you need to provide an API key to upload your bundle"),new Error("Missing API key");if(!e)throw n||p.error("Missing argument, you need to provide a appId, or be in a capacitor project"),new Error("Missing appId");let i=await ne(r.apikey,r.supaHost,r.supaAnon),a=await oe(i,r.apikey,["all"]);if(await Ne(i,r.apikey,e,4,n),r.deleteBundle&&!n&&p.info(`Deleting bundle ${e}#${t} from Capgo`),r.deleteBundle){let d=await E2(i,e,t);d?.name&&!n&&p.info(`Deleting bundle ${d.name} from Capgo`),d?.name&&await pg(i,e,d.name)}let{data:s,error:u}=await w2(i,e,t);if(u||!s){if(n||p.error(`Channel ${t} not found`),r.successIfNotFound)return n||p.success(`Channel ${t} not found and successIfNotFound is true`),!0;throw new Error(`Channel ${t} not found`)}let{error:c}=await C2(i,e,s.id);if(c)throw n||p.error(`Cannot delete channel devices: ${L(c)}`),new Error(`Cannot delete channel devices: ${L(c)}`);n||p.info(`Deleting channel ${e}#${t} from Capgo`);let l=await v2(i,t,e,a);if(l.error)throw n||p.error(`Cannot delete Channel \u{1F640} ${L(l.error)}`),new Error(`Cannot delete channel: ${L(l.error)}`);let f=await ur(i,e);return await De(r.apikey,{channel:"channel",event:"Delete channel",icon:"\u2705",user_id:f,tags:{"app-id":e,channel:t},notify:!1}).catch(()=>{}),n||(p.success("Channel deleted"),J("Done \u2705")),!0}async function bF(t,e,r=!1){r||Z("List channels"),e.apikey=e.apikey||ae();let n=await te();if(t=de(t,n?.config),!e.apikey)throw r||p.error("Missing API key, you need to provide an API key to upload your bundle"),new Error("Missing API key");if(!t)throw r||p.error("Missing argument, you need to provide a appId, or be in a capacitor project"),new Error("Missing appId");let o=await ne(e.apikey,e.supaHost,e.supaAnon),i=await oe(o,e.apikey,["write","all","read","upload"]);await Ne(o,e.apikey,t,1,r),r||p.info("Querying available channels in Capgo");let a=await x2(o,t);return r||(p.info(`Active channels in Capgo: ${a?.length??0}`),_2(a)),await De(e.apikey,{channel:"channel",event:"List channel",icon:"\u2705",user_id:i,tags:{"app-id":t},notify:!1}).catch(()=>{}),r||J("Done \u2705"),a}var vF=["major","minor","metadata","patch","none"];async function wF(t,e,r,n=!1){n||Z("Set channel"),r.apikey=r.apikey||ae();let o=await te();if(e=de(e,o?.config),!r.apikey)throw n||p.error("Missing API key, you need to provide an API key to upload your bundle"),new Error("Missing API key");if(!e)throw n||p.error("Missing argument, you need to provide a appId, or be in a capacitor project"),new Error("Missing appId");if(!t)throw n||p.error("Missing argument, you need to provide a channel"),new Error("Missing channel id");let i=await ne(r.apikey,r.supaHost,r.supaAnon),a=await oe(i,r.apikey,["write","all"]);await Ne(i,r.apikey,e,4,n);let s=await ur(i,e),{bundle:u,state:c,downgrade:l,latest:f,latestRemote:d,ios:h,android:m,selfAssign:b,disableAutoUpdate:D,dev:C,emulator:E}=r;if(f&&u)throw n||p.error("Cannot set latest and bundle at the same time"),new Error("Cannot set both latest and bundle simultaneously");if(d&&u)throw n||p.error("Cannot set latest remote and bundle at the same time"),new Error("Cannot set both latest remote and bundle simultaneously");if(d&&f)throw n||p.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&&f==null&&d==null&&l==null&&h==null&&m==null&&b==null&&C==null&&E==null&&D==null)throw n||p.error("Missing argument, you need to provide a option to set"),new Error("No channel option provided");await K1(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||p.error(`Cannot find channel ${t}`),new Error(`Cannot find channel ${t}`);let S=f?o?.config?.plugins?.CapacitorUpdater?.version||_r("",r.packageJson):u;if(S!=null){let{data:O,error:B}=await i.from("app_versions").select().eq("app_id",e).eq("name",S).eq("user_id",a).eq("deleted",!1).single();if(B||!O)throw n||p.error(`Cannot find version ${S}`),new Error(`Cannot find version ${S}`);if(!r.ignoreMetadataCheck){let{finalCompatibility:R,localDependencies:N}=await ug(i,e,t,O.native_packages??[]),A=lt();if(N.length>0&&R.some(U=>!So(U)))throw n||(p.warn(`Bundle NOT compatible with ${t} channel`),p.warn(`You can check compatibility with "${A.runner} @capgo/cli bundle compatibility"`)),new Error(`Bundle is not compatible with ${t} channel`);n||(N.length===0&&R.length>0?p.info(`Ignoring check compatibility with ${t} channel because the bundle does not contain any native packages`):p.info(`Bundle is compatible with ${t} channel`))}n||p.info(`Set ${e} channel: ${t} to @${S}`),g.version=O.id}if(d){let{data:O,error:B}=await i.from("app_versions").select().eq("app_id",e).eq("user_id",a).eq("deleted",!1).order("created_at",{ascending:!1}).single();if(B||!O)throw n||p.error("Cannot find latest remote version"),new Error("Cannot find latest remote version");if(!r.ignoreMetadataCheck){let{finalCompatibility:R}=await ug(i,e,t,O.native_packages??[]),N=lt();if(R.some(A=>!So(A)))throw n||(p.warn(`Bundle NOT compatible with ${t} channel`),p.warn(`You can check compatibility with "${N.runner} @capgo/cli bundle compatibility"`)),new Error(`Latest remote bundle is not compatible with ${t} channel`)}n||p.info(`Set ${e} channel: ${t} to @${O.name}`),g.version=O.id}if(c!=null){if(c!=="normal"&&c!=="default")throw n||p.error(`State ${c} is not known. The possible values are: normal, default.`),new Error(`Unknown state ${c}. Expected normal or default`);n||p.info(`Set ${e} channel: ${t} to ${c}`),g.public=c==="default"}if(l!=null&&(n||p.info(`Set ${e} channel: ${t} to ${l?"allow":"disallow"} downgrade`),g.disable_auto_update_under_native=!l),h!=null&&(n||p.info(`Set ${e} channel: ${t} to ${h?"allow":"disallow"} ios update`),g.ios=!!h),m!=null&&(n||p.info(`Set ${e} channel: ${t} to ${m?"allow":"disallow"} android update`),g.android=!!m),b!=null&&(n||p.info(`Set ${e} channel: ${t} to ${b?"allow":"disallow"} self assign to this channel`),g.allow_device_self_set=!!b),C!=null&&(n||p.info(`Set ${e} channel: ${t} to ${C?"allow":"disallow"} dev devices`),g.allow_dev=!!C),E!=null&&(n||p.info(`Set ${e} channel: ${t} to ${E?"allow":"disallow"} emulator devices`),g.allow_emulator=!!E),D!=null){let O=D.toLowerCase();if(!vF.includes(O))throw n||p.error(`Channel strategy ${O} is not known. The possible values are: ${vF.join(", ")}.`),new Error(`Unknown channel strategy ${O}`);O==="metadata"&&(O="version_number"),g.disable_auto_update=O,n||p.info(`Set ${e} channel: ${t} to ${O} disable update strategy to this channel`)}let{error:T}=await xl(i,g);if(T)throw n||p.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||J("Done \u2705"),!0}var Ur=require("node:fs");function Mg(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 CF(t="./README.md",e){let r=pt.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,f=l._actionHandler!==null&&l._actionHandler!==void 0;return{name:c.name(),alias:c.alias()||"",description:c.description(),options:c.options.map(d=>({flags:d.flags,description:d.description||""})),subcommands:[],hasAction:f,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 f=i?"###":"##",d="",h=Mg(u);s&&!i||(d+=`${f} <a id="${l}"></a> ${h} **${c}**
208
+ `));let S=a?Ee():null,T=e.name||`${u}_${o}.zip`;return S&&S.start(`Saving to ${T}`),(0,Kl.writeFileSync)(T,d),S&&S.stop(`Saved to ${T}`),a&&J("Done \u2705"),!r&&n&&GM({bundle:o,filename:T,checksum:g}),{bundle:o,filename:T,checksum:g}}catch(s){throw r||(n?$s(s):p.error(U(s))),s instanceof Error?s:new Error(String(s))}}async function mF(t,e){await WM(t,e,!1)}async function Ug(t,e,r,n=!1){n||Z("Create channel"),r.apikey=r.apikey||ae();let o=await te().catch(()=>{});if(e=de(e,o?.config),!r.apikey)throw n||p.error("Missing API key, you need to provide an API key to upload your bundle"),new Error("Missing API key");if(!e)throw n||p.error("Missing argument, you need to provide a appId, or be in a capacitor project"),new Error("Missing appId");let i=await ne(r.apikey,r.supaHost,r.supaAnon);await oe(i,r.apikey,["write","all"]),await Ne(i,r.apikey,e,4,n),n||p.info(`Creating channel ${e}#${t} to Capgo`);let a=await fg(i,e);if(!a)throw n||p.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 ur(i,e),u=await oe(i,r.apikey,["write","all"]),c=await b2(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||p.error(`Cannot create Channel \u{1F640}
209
+ ${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||(p.success("Channel created \u2705"),J("Done \u2705")),c.data??!0}async function gF(t,e,r){await Ug(t,e,r,!1)}async function DF(t,e,r,n=!1){let{quiet:o}=r;!o&&!n&&Z("List current bundle"),r.apikey=r.apikey||ae(o);let i=await te();if(e=de(e,i?.config),!r.apikey)throw n||p.error("Missing API key, you need to provide an API key to upload your bundle"),new Error("Missing API key");if(!e)throw n||p.error("Missing argument, you need to provide a appId, or be in a capacitor project"),new Error("Missing appId");let a=await ne(r.apikey,r.supaHost,r.supaAnon);if(await oe(a,r.apikey,["write","all","read"]),await Ne(a,r.apikey,e,1,n),!t)throw n||p.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||p.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||p.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?p.info(c.name):p.info(`Current bundle for channel ${t} is ${c.name}`)),c.name}async function yF(t,e,r,n=!1){n||Z("Delete channel"),r.apikey=r.apikey||ae();let o=await te();if(e=de(e,o?.config),!r.apikey)throw n||p.error("Missing API key, you need to provide an API key to upload your bundle"),new Error("Missing API key");if(!e)throw n||p.error("Missing argument, you need to provide a appId, or be in a capacitor project"),new Error("Missing appId");let i=await ne(r.apikey,r.supaHost,r.supaAnon),a=await oe(i,r.apikey,["all"]);if(await Ne(i,r.apikey,e,4,n),r.deleteBundle&&!n&&p.info(`Deleting bundle ${e}#${t} from Capgo`),r.deleteBundle){let d=await E2(i,e,t);d?.name&&!n&&p.info(`Deleting bundle ${d.name} from Capgo`),d?.name&&await pg(i,e,d.name)}let{data:s,error:u}=await w2(i,e,t);if(u||!s){if(n||p.error(`Channel ${t} not found`),r.successIfNotFound)return n||p.success(`Channel ${t} not found and successIfNotFound is true`),!0;throw new Error(`Channel ${t} not found`)}let{error:c}=await C2(i,e,s.id);if(c)throw n||p.error(`Cannot delete channel devices: ${U(c)}`),new Error(`Cannot delete channel devices: ${U(c)}`);n||p.info(`Deleting channel ${e}#${t} from Capgo`);let l=await v2(i,t,e,a);if(l.error)throw n||p.error(`Cannot delete Channel \u{1F640} ${U(l.error)}`),new Error(`Cannot delete channel: ${U(l.error)}`);let f=await ur(i,e);return await De(r.apikey,{channel:"channel",event:"Delete channel",icon:"\u2705",user_id:f,tags:{"app-id":e,channel:t},notify:!1}).catch(()=>{}),n||(p.success("Channel deleted"),J("Done \u2705")),!0}async function bF(t,e,r=!1){r||Z("List channels"),e.apikey=e.apikey||ae();let n=await te();if(t=de(t,n?.config),!e.apikey)throw r||p.error("Missing API key, you need to provide an API key to upload your bundle"),new Error("Missing API key");if(!t)throw r||p.error("Missing argument, you need to provide a appId, or be in a capacitor project"),new Error("Missing appId");let o=await ne(e.apikey,e.supaHost,e.supaAnon),i=await oe(o,e.apikey,["write","all","read","upload"]);await Ne(o,e.apikey,t,1,r),r||p.info("Querying available channels in Capgo");let a=await x2(o,t);return r||(p.info(`Active channels in Capgo: ${a?.length??0}`),_2(a)),await De(e.apikey,{channel:"channel",event:"List channel",icon:"\u2705",user_id:i,tags:{"app-id":t},notify:!1}).catch(()=>{}),r||J("Done \u2705"),a}var vF=["major","minor","metadata","patch","none"];async function wF(t,e,r,n=!1){n||Z("Set channel"),r.apikey=r.apikey||ae();let o=await te();if(e=de(e,o?.config),!r.apikey)throw n||p.error("Missing API key, you need to provide an API key to upload your bundle"),new Error("Missing API key");if(!e)throw n||p.error("Missing argument, you need to provide a appId, or be in a capacitor project"),new Error("Missing appId");if(!t)throw n||p.error("Missing argument, you need to provide a channel"),new Error("Missing channel id");let i=await ne(r.apikey,r.supaHost,r.supaAnon),a=await oe(i,r.apikey,["write","all"]);await Ne(i,r.apikey,e,4,n);let s=await ur(i,e),{bundle:u,state:c,downgrade:l,latest:f,latestRemote:d,ios:h,android:m,selfAssign:b,disableAutoUpdate:D,dev:C,emulator:E}=r;if(f&&u)throw n||p.error("Cannot set latest and bundle at the same time"),new Error("Cannot set both latest and bundle simultaneously");if(d&&u)throw n||p.error("Cannot set latest remote and bundle at the same time"),new Error("Cannot set both latest remote and bundle simultaneously");if(d&&f)throw n||p.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&&f==null&&d==null&&l==null&&h==null&&m==null&&b==null&&C==null&&E==null&&D==null)throw n||p.error("Missing argument, you need to provide a option to set"),new Error("No channel option provided");await K1(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||p.error(`Cannot find channel ${t}`),new Error(`Cannot find channel ${t}`);let S=f?o?.config?.plugins?.CapacitorUpdater?.version||_r("",r.packageJson):u;if(S!=null){let{data:O,error:B}=await i.from("app_versions").select().eq("app_id",e).eq("name",S).eq("user_id",a).eq("deleted",!1).single();if(B||!O)throw n||p.error(`Cannot find version ${S}`),new Error(`Cannot find version ${S}`);if(!r.ignoreMetadataCheck){let{finalCompatibility:R,localDependencies:N}=await ug(i,e,t,O.native_packages??[]),A=lt();if(N.length>0&&R.some(L=>!So(L)))throw n||(p.warn(`Bundle NOT compatible with ${t} channel`),p.warn(`You can check compatibility with "${A.runner} @capgo/cli bundle compatibility"`)),new Error(`Bundle is not compatible with ${t} channel`);n||(N.length===0&&R.length>0?p.info(`Ignoring check compatibility with ${t} channel because the bundle does not contain any native packages`):p.info(`Bundle is compatible with ${t} channel`))}n||p.info(`Set ${e} channel: ${t} to @${S}`),g.version=O.id}if(d){let{data:O,error:B}=await i.from("app_versions").select().eq("app_id",e).eq("user_id",a).eq("deleted",!1).order("created_at",{ascending:!1}).single();if(B||!O)throw n||p.error("Cannot find latest remote version"),new Error("Cannot find latest remote version");if(!r.ignoreMetadataCheck){let{finalCompatibility:R}=await ug(i,e,t,O.native_packages??[]),N=lt();if(R.some(A=>!So(A)))throw n||(p.warn(`Bundle NOT compatible with ${t} channel`),p.warn(`You can check compatibility with "${N.runner} @capgo/cli bundle compatibility"`)),new Error(`Latest remote bundle is not compatible with ${t} channel`)}n||p.info(`Set ${e} channel: ${t} to @${O.name}`),g.version=O.id}if(c!=null){if(c!=="normal"&&c!=="default")throw n||p.error(`State ${c} is not known. The possible values are: normal, default.`),new Error(`Unknown state ${c}. Expected normal or default`);n||p.info(`Set ${e} channel: ${t} to ${c}`),g.public=c==="default"}if(l!=null&&(n||p.info(`Set ${e} channel: ${t} to ${l?"allow":"disallow"} downgrade`),g.disable_auto_update_under_native=!l),h!=null&&(n||p.info(`Set ${e} channel: ${t} to ${h?"allow":"disallow"} ios update`),g.ios=!!h),m!=null&&(n||p.info(`Set ${e} channel: ${t} to ${m?"allow":"disallow"} android update`),g.android=!!m),b!=null&&(n||p.info(`Set ${e} channel: ${t} to ${b?"allow":"disallow"} self assign to this channel`),g.allow_device_self_set=!!b),C!=null&&(n||p.info(`Set ${e} channel: ${t} to ${C?"allow":"disallow"} dev devices`),g.allow_dev=!!C),E!=null&&(n||p.info(`Set ${e} channel: ${t} to ${E?"allow":"disallow"} emulator devices`),g.allow_emulator=!!E),D!=null){let O=D.toLowerCase();if(!vF.includes(O))throw n||p.error(`Channel strategy ${O} is not known. The possible values are: ${vF.join(", ")}.`),new Error(`Unknown channel strategy ${O}`);O==="metadata"&&(O="version_number"),g.disable_auto_update=O,n||p.info(`Set ${e} channel: ${t} to ${O} disable update strategy to this channel`)}let{error:T}=await xl(i,g);if(T)throw n||p.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||J("Done \u2705"),!0}var Ur=require("node:fs");function Mg(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 CF(t="./README.md",e){let r=pt.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,f=l._actionHandler!==null&&l._actionHandler!==void 0;return{name:c.name(),alias:c.alias()||"",description:c.description(),options:c.options.map(d=>({flags:d.flags,description:d.description||""})),subcommands:[],hasAction:f,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 f=i?"###":"##",d="",h=Mg(u);s&&!i||(d+=`${f} <a id="${l}"></a> ${h} **${c}**
210
210
 
211
211
  `),o.alias&&(d+=`**Alias:** \`${o.alias}\`
212
212
 
@@ -291,7 +291,7 @@ body {
291
291
 
292
292
  ${m}`)),b!==m){(0,ke.writeFileSync)(h,b,"utf8"),l.stop(`\u2705 Made test changes to ${h}`),p.info("\u{1F4DD} Added visible test modification to verify the update works"),f=!0;break}}catch{}if(!f){l.stop("\u26A0\uFE0F Could not automatically modify files"),p.warn("Please make a visible change manually (like editing a text or color)");let h=await ve({message:"Continue after making your changes?"});await Vt(h,t,e)}}else{p.info("\u270B Please make a visible change to your app now (example: change a text, color, or add an element)"),p.info("\u{1F4A1} This change will help you see that Capgo updates work correctly");let l=await ve({message:"Have you made your changes and ready to continue?"});await Vt(l,t,e)}let i="1.0.1";try{let l=_e(n);i=yr(ga(l,"patch"))}catch{i="1.0.1"}let a=await gr({message:"How do you want to handle the version for this update?",options:[{value:"auto",label:`Auto: Bump patch version (${n} \u2192 ${i})`},{value:"manual",label:"Manual: I'll provide the version number"}]});be(a)&&(await Rr("onboarding-v2",t,e,"canceled","\u{1F937}"),(0,we.exit)());let s=n;if(a==="auto")try{let l=_e(n);s=yr(ga(l,"patch")),p.info(`\u{1F522} Auto-bumped version from ${n} to ${s}`)}catch{s="1.0.1",p.warn(`Could not parse version ${n}, using fallback ${s}`)}else{let l=await mr({message:`Current version is ${n}. Enter new version:`,validate:f=>{if(!f.match(/^\d+\.\d+\.\d+/))return"Please enter a valid version (x.y.z)"}});be(l)&&(await Rr("onboarding-v2",t,e,"canceled","\u{1F937}"),(0,we.exit)()),s=l}let u=lt(),c=await ve({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=Ee();l.start("Checking project type");let f=await El(),d=await ig(f);l.message(`Running: ${u.pm} run ${d} && ${u.runner} cap sync`),rg()[d]||(l.stop("Error"),p.warn(`Cannot find ${d} script in package.json, please add it and run \`capgo init\` again`),J("Bye \u{1F44B}"),(0,we.exit)()),(0,sa.execSync)(`${u.pm} run ${d} && ${u.runner} cap sync`,Kg),l.stop("\u2705 Build with changes completed"),p.info("\u{1F4E6} Your modifications have been built and synced")}else p.info(`Build yourself with command: ${u.pm} run build && ${u.runner} cap sync`);return await pr(t,e,"add-code-change",r),s}async function k9(t,e,r,n,o){let i=lt(),a=await ve({message:`Upload the updated ${r} bundle (v${n}) to Capgo?`});if(await Vt(a,t,e),a){let s=Ee(),u;s.start(`Running: ${i.runner} @capgo/cli@latest bundle upload ${o?"--delta-only":""}`);let c=M1((0,we.cwd)());Ln&&c&&(p.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"),p.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,Nn.join)(vt((0,we.cwd)()),"node_modules"),p.warn(`Guessed node modules path at: ${u}`),(0,ke.existsSync)(u)||(p.error("Node modules path does not exist, upload skipped"),J("Bye \u{1F44B}"),(0,we.exit)(1))),(await Lg(r,{channel:Ps,apikey:e,packageJson:c?Ln:void 0,nodeModules:c?u:void 0,deltaOnly:o,bundle:n},!1))?.success?(s.stop(`\u2705 Update v${n} uploaded successfully!`),p.info("\u{1F389} Your updated bundle is now available on Capgo")):(s.stop("Error"),p.warn("Upload failed \u274C"),J("Bye \u{1F44B}"),(0,we.exit)())}else p.info(`Upload yourself with command: ${i.runner} @capgo/cli@latest bundle upload`);await pr(t,e,"upload",r)}async function $9(t,e,r,n,o){p.info("\u{1F9EA} Time to test the Capgo update system!"),p.info("\u{1F4F1} Go to your device where the app is running"),o?(p.info("\u{1F504} IMPORTANT: Background your app (swipe up/press home button) and then reopen it"),p.info("\u23F1\uFE0F The update should be downloaded and applied automatically")):(p.info("\u{1F4F1} With standard updates, you will need to:"),p.info(" 1. Background the app (swipe up/press home button) to start download"),p.info(" 2. Wait a few seconds for download to complete"),p.info(" 3. Background and foreground again to see the update")),p.info("\u{1F440} You should see your changes appear in the app!");let i=await ve({message:"Monitor Capgo logs to verify the update worked?"});await Vt(i,t,e),i?(p.info(`\u{1F4CA} Watching logs from ${r}...`),p.info("\u{1F504} Please background and reopen your app now to trigger the update"),await lg("onboarding-v2",e,r,e,t)):p.info(`\u{1F4CA} Check logs manually at ${n}/app/p/${r}/logs to verify the update`),await pr(t,e,"test-update",r)}async function XF(t,e,r){let n=lt();Z("Capgo onboarding \u{1F6EB}"),await he();let o=!r.supaAnon||!r.supaHost?await te():await bs({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 sr();e=de(e,o?.config),r.apikey=t||ae(),e===void 0&&(e=await mr({message:"Enter your appId:"}),be(e)&&(Mn("Operation cancelled."),(0,we.exit)(1)));let a=Ee();(!WF()||t)&&(a.start(`Running: ${n.runner} @capgo/cli@latest login ***`),await Wg(r.apikey,r,!1),a.stop("Login Done \u2705"));let s=await ne(r.apikey,r.supaHost,r.supaAnon);await oe(s,r.apikey,["upload","all","read","write"]);let u=await Yi(s,["admin","super_admin"]),c=u.gid,l=await D9(c,r.apikey)??0,f=_r(void 0,Ln)||"1.0.0",d=!1,h=f;try{if(l<1&&await pr(c,r.apikey,"add-app",e),l<2&&(await b9(u,r.apikey,e,r),fr(2)),l<3&&(await v9(c,r.apikey,e),fr(3)),l<4){let m=await _9(c,r.apikey,e);f=m.pkgVersion,h=f,d=m.delta,fr(4)}l<5&&(await x9(c,r.apikey,e),fr(5)),l<6&&(await S9(c,r.apikey,e),fr(6)),l<7&&(await F9(c,r.apikey,e),fr(7)),l<8&&(await A9(c,r.apikey,e),fr(8)),l<9&&(h=await O9(c,r.apikey,e,f),fr(9)),l<10&&(await k9(c,r.apikey,e,h,d),fr(10)),l<11&&(await $9(c,r.apikey,e,i.hostWeb,d),fr(11)),await pr(c,r.apikey,"done",e),y9()}catch(m){console.error(m),p.error(`Error during onboarding.
293
293
  if the error persists please contact support@capgo.app
294
- Or use manual installation: https://capgo.app/docs/getting-started/add-an-app/`),(0,we.exit)(1)}p.info("Welcome onboard \u2708\uFE0F!"),p.info("Your Capgo update system is setup"),p.info(`Next time use \`${n.runner} @capgo/cli@latest bundle upload\` to only upload your bundle`),p.info(`If you have any issue try to use the debug command \`${n.runner} @capgo/cli@latest app debug\``),J("Bye \u{1F44B}"),(0,we.exit)()}async function P9(t,e=!1){e||Z("Adding organization"),await he();let r={...t,apikey:t.apikey||ae()};if(!r.apikey)throw e||p.error("Missing API key, you need to provide an API key to add an organization"),new Error("Missing API key");let n=await ne(r.apikey,r.supaHost,r.supaAnon),o=await oe(n,r.apikey,["write","all"]),{name:i,email:a}=r;if(!e&&!i){let c=await mr({message:"Organization name:",placeholder:"My Organization"});if(be(c))throw p.error("Canceled adding organization"),new Error("Organization creation cancelled");i=c}if(!e&&!a){let c=await mr({message:"Management email:",placeholder:"admin@example.com"});if(be(c))throw p.error("Canceled adding organization"),new Error("Organization creation cancelled");a=c}if(!i||!a)throw e||p.error("Missing arguments, you need to provide an organization name and management email"),new Error("Missing organization name or management email");e||p.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||p.error(`Could not add organization ${L(u)}`),new Error(`Could not add organization: ${L(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||(p.success(`Organization "${i}" added to Capgo`),J("Done \u2705")),s}async function Yg(t){await P9(t,!1)}async function T9(t,e,r=!1){r||Z("Deleting organization"),await he();let n={...e,apikey:e.apikey||ae()};if(!n.apikey)throw r||p.error("Missing API key, you need to provide an API key to delete an organization"),new Error("Missing API key");if(!t)throw r||p.error("Missing argument, you need to provide an organization ID"),new Error("Missing organization id");let o=await ne(n.apikey,n.supaHost,n.supaAnon),i=await oe(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||p.error(`Cannot get organization details ${L(s)}`),new Error(`Cannot get organization details: ${L(s)}`);if(a.created_by!==i){if(r)throw new Error("Deleting an organization is restricted to the organization owner");p.warn("Deleting an organization is restricted to the organization owner"),p.warn("You are not the owner of this organization"),p.warn("It's strongly recommended that you do not continue!");let c=await gr({message:"Do you want to continue?",options:[{label:"Yes",value:"yes"},{label:"No",value:"no"}]});if(be(c)||c==="no")throw p.error("Canceled deleting the organization"),new Error("Organization deletion cancelled")}if(!r&&!n.autoConfirm){let c=await ve({message:`Are you sure you want to delete organization "${a.name}"? This action cannot be undone.`});if(be(c)||!c)throw p.error("Canceled deleting the organization"),new Error("Organization deletion cancelled")}r||p.info(`Deleting organization "${a.name}"`);let{error:u}=await o.from("orgs").delete().eq("id",t);if(u)throw r||p.error(`Could not delete organization ${L(u)}`),new Error(`Could not delete organization: ${L(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||(p.success(`Organization "${a.name}" deleted from Capgo`),J("Done \u2705")),!0}async function Jg(t,e){await T9(t,e,!1)}function I9(t,e){if(e)return;if(!t.length){p.error("No organizations found");return}let r=new ft;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"]);p.success("Organizations"),p.success(r.toString())}async function R9(t,e=!1){e||Z("List organizations"),await he();let r={...t,apikey:t.apikey||ae()};if(!r.apikey)throw e||p.error("Missing API key, you need to provide an API key to list organizations"),new Error("Missing API key");let n=await ne(r.apikey,r.supaHost,r.supaAnon);await oe(n,r.apikey,["read","write","all"]),e||p.info("Getting organizations from Capgo");let{error:o,data:i}=await n.rpc("get_orgs_v6");if(o)throw e||p.error(`Cannot get organizations ${L(o)}`),new Error(`Cannot get organizations: ${L(o)}`);let a=i||[];return e||(p.info(`Organizations found: ${a.length}`),I9(a,e),J("Done \u2705")),a}async function Xg(t){await R9(t,!1)}async function B9(t,e,r=!1){r||Z("Updating organization"),await he();let n={...e,apikey:e.apikey||ae()};if(!n.apikey)throw r||p.error("Missing API key, you need to provide an API key to update an organization"),new Error("Missing API key");if(!t)throw r||p.error("Missing argument, you need to provide an organization ID"),new Error("Missing organization id");let o=await ne(n.apikey,n.supaHost,n.supaAnon);await oe(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||p.error(`Cannot get organization details ${L(a)}`),new Error(`Cannot get organization details: ${L(a)}`);let{name:s,email:u}=n;if(!r&&!s){let l=await mr({message:"New organization name:",placeholder:i.name||"My Organization"});if(be(l))throw p.error("Canceled updating organization"),new Error("Organization update cancelled");s=l}if(!r&&!u){let l=await mr({message:"Management email:",placeholder:i.management_email||"admin@example.com"});if(be(l))throw p.error("Canceled updating organization"),new Error("Organization update cancelled");u=l}if(!s||!u)throw r||p.error("Missing arguments, you need to provide an organization name and management email"),new Error("Missing organization name or management email");r||p.info(`Updating organization "${t}"`);let{error:c}=await o.from("orgs").update({name:s,management_email:u}).eq("id",t);if(c)throw r||p.error(`Could not update organization ${L(c)}`),new Error(`Could not update organization: ${L(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||(p.success("Organization updated"),J("Done \u2705")),{orgId:t,name:s,email:u}}async function Zg(t,e){await B9(t,e,!1)}async function j9(t,e=!1){e||Z("Getting user id");let r={...t,apikey:t.apikey||ae()};if(!r.apikey)throw e||p.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 ne(r.apikey,r.supaHost,r.supaAnon),o=await oe(n,r.apikey,["read","all","write"]);return e||J(`Done \u2705: ${o}`),o}catch(n){throw e||p.error(`Error getting user id ${L(n)}`),n instanceof Error?n:new Error(String(n))}}async function ZF(t){await j9(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"};pt.name(hr.name).description("\u{1F4E6} Manage packages and bundle versions in Capgo Cloud").version(hr.version,"-v, --version","output the current version");pt.command("init [apikey] [appId]").alias("i").description(`\u{1F680} Initialize a new app in Capgo Cloud with step-by-step guidance.
294
+ Or use manual installation: https://capgo.app/docs/getting-started/add-an-app/`),(0,we.exit)(1)}p.info("Welcome onboard \u2708\uFE0F!"),p.info("Your Capgo update system is setup"),p.info(`Next time use \`${n.runner} @capgo/cli@latest bundle upload\` to only upload your bundle`),p.info(`If you have any issue try to use the debug command \`${n.runner} @capgo/cli@latest app debug\``),J("Bye \u{1F44B}"),(0,we.exit)()}async function P9(t,e=!1){e||Z("Adding organization"),await he();let r={...t,apikey:t.apikey||ae()};if(!r.apikey)throw e||p.error("Missing API key, you need to provide an API key to add an organization"),new Error("Missing API key");let n=await ne(r.apikey,r.supaHost,r.supaAnon),o=await oe(n,r.apikey,["write","all"]),{name:i,email:a}=r;if(!e&&!i){let c=await mr({message:"Organization name:",placeholder:"My Organization"});if(be(c))throw p.error("Canceled adding organization"),new Error("Organization creation cancelled");i=c}if(!e&&!a){let c=await mr({message:"Management email:",placeholder:"admin@example.com"});if(be(c))throw p.error("Canceled adding organization"),new Error("Organization creation cancelled");a=c}if(!i||!a)throw e||p.error("Missing arguments, you need to provide an organization name and management email"),new Error("Missing organization name or management email");e||p.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||p.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||(p.success(`Organization "${i}" added to Capgo`),J("Done \u2705")),s}async function Yg(t){await P9(t,!1)}async function T9(t,e,r=!1){r||Z("Deleting organization"),await he();let n={...e,apikey:e.apikey||ae()};if(!n.apikey)throw r||p.error("Missing API key, you need to provide an API key to delete an organization"),new Error("Missing API key");if(!t)throw r||p.error("Missing argument, you need to provide an organization ID"),new Error("Missing organization id");let o=await ne(n.apikey,n.supaHost,n.supaAnon),i=await oe(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||p.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");p.warn("Deleting an organization is restricted to the organization owner"),p.warn("You are not the owner of this organization"),p.warn("It's strongly recommended that you do not continue!");let c=await gr({message:"Do you want to continue?",options:[{label:"Yes",value:"yes"},{label:"No",value:"no"}]});if(be(c)||c==="no")throw p.error("Canceled deleting the organization"),new Error("Organization deletion cancelled")}if(!r&&!n.autoConfirm){let c=await ve({message:`Are you sure you want to delete organization "${a.name}"? This action cannot be undone.`});if(be(c)||!c)throw p.error("Canceled deleting the organization"),new Error("Organization deletion cancelled")}r||p.info(`Deleting organization "${a.name}"`);let{error:u}=await o.from("orgs").delete().eq("id",t);if(u)throw r||p.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||(p.success(`Organization "${a.name}" deleted from Capgo`),J("Done \u2705")),!0}async function Jg(t,e){await T9(t,e,!1)}function I9(t,e){if(e)return;if(!t.length){p.error("No organizations found");return}let r=new ft;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"]);p.success("Organizations"),p.success(r.toString())}async function R9(t,e=!1){e||Z("List organizations"),await he();let r={...t,apikey:t.apikey||ae()};if(!r.apikey)throw e||p.error("Missing API key, you need to provide an API key to list organizations"),new Error("Missing API key");let n=await ne(r.apikey,r.supaHost,r.supaAnon);await oe(n,r.apikey,["read","write","all"]),e||p.info("Getting organizations from Capgo");let{error:o,data:i}=await n.rpc("get_orgs_v6");if(o)throw e||p.error(`Cannot get organizations ${U(o)}`),new Error(`Cannot get organizations: ${U(o)}`);let a=i||[];return e||(p.info(`Organizations found: ${a.length}`),I9(a,e),J("Done \u2705")),a}async function Xg(t){await R9(t,!1)}async function B9(t,e,r=!1){r||Z("Updating organization"),await he();let n={...e,apikey:e.apikey||ae()};if(!n.apikey)throw r||p.error("Missing API key, you need to provide an API key to update an organization"),new Error("Missing API key");if(!t)throw r||p.error("Missing argument, you need to provide an organization ID"),new Error("Missing organization id");let o=await ne(n.apikey,n.supaHost,n.supaAnon);await oe(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||p.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 mr({message:"New organization name:",placeholder:i.name||"My Organization"});if(be(l))throw p.error("Canceled updating organization"),new Error("Organization update cancelled");s=l}if(!r&&!u){let l=await mr({message:"Management email:",placeholder:i.management_email||"admin@example.com"});if(be(l))throw p.error("Canceled updating organization"),new Error("Organization update cancelled");u=l}if(!s||!u)throw r||p.error("Missing arguments, you need to provide an organization name and management email"),new Error("Missing organization name or management email");r||p.info(`Updating organization "${t}"`);let{error:c}=await o.from("orgs").update({name:s,management_email:u}).eq("id",t);if(c)throw r||p.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||(p.success("Organization updated"),J("Done \u2705")),{orgId:t,name:s,email:u}}async function Zg(t,e){await B9(t,e,!1)}async function j9(t,e=!1){e||Z("Getting user id");let r={...t,apikey:t.apikey||ae()};if(!r.apikey)throw e||p.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 ne(r.apikey,r.supaHost,r.supaAnon),o=await oe(n,r.apikey,["read","all","write"]);return e||J(`Done \u2705: ${o}`),o}catch(n){throw e||p.error(`Error getting user id ${U(n)}`),n instanceof Error?n:new Error(String(n))}}async function ZF(t){await j9(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"};pt.name(hr.name).description("\u{1F4E6} Manage packages and bundle versions in Capgo Cloud").version(hr.version,"-v, --version","output the current version");pt.command("init [apikey] [appId]").alias("i").description(`\u{1F680} Initialize a new app in Capgo Cloud with step-by-step guidance.
295
295
 
296
296
  This includes adding code for updates, building, uploading your app, and verifying update functionality.
297
297
 
@@ -388,7 +388,7 @@ Example: npx @capgo/cli@latest organisation set ORG_ID --name "Updated Company N
388
388
 
389
389
  Only organization owners can delete organizations.
390
390
 
391
- Example: npx @capgo/cli@latest organisation delete ORG_ID`).action(Jg).option("-a, --apikey <apikey>",K.apikey).option("--supa-host <supaHost>",K.supaHost).option("--supa-anon <supaAnon>",K.supaAnon);pt.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)=>{CF(t,e.folder)});pt.exitOverride();pt.configureOutput({writeErr:t=>{}});pt.parseAsync().catch(t=>{if(typeof t=="object"&&t!==null&&"code"in t){let e=t;(e.code==="commander.version"||e.code==="commander.helpDisplayed")&&(0,Ql.exit)(0),e.message&&console.error(e.message);let r=e.exitCode??1;(0,Ql.exit)(r)}console.error(`Error: ${L(t)}`),(0,Ql.exit)(1)});
391
+ Example: npx @capgo/cli@latest organisation delete ORG_ID`).action(Jg).option("-a, --apikey <apikey>",K.apikey).option("--supa-host <supaHost>",K.supaHost).option("--supa-anon <supaAnon>",K.supaAnon);pt.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)=>{CF(t,e.folder)});pt.exitOverride();pt.configureOutput({writeErr:t=>{}});pt.parseAsync().catch(t=>{if(typeof t=="object"&&t!==null&&"code"in t){let e=t;(e.code==="commander.version"||e.code==="commander.helpDisplayed")&&(0,Ql.exit)(0),e.message&&console.error(e.message);let r=e.exitCode??1;(0,Ql.exit)(r)}console.error(`Error: ${U(t)}`),(0,Ql.exit)(1)});
392
392
  /*! Bundled license information:
393
393
 
394
394
  tus-js-client/lib.es5/upload.js: