Files
setup-buildx-action/dist/index.cjs

322 lines
2.6 MiB
JavaScript
Raw Normal View History

2026-06-23 16:00:22 +00:00
var kDe=Object.create;var rk=Object.defineProperty;var MDe=Object.getOwnPropertyDescriptor;var LDe=Object.getOwnPropertyNames;var FDe=Object.getPrototypeOf,UDe=Object.prototype.hasOwnProperty;var qDe=(t,e)=>()=>(t&&(e=t(t=0)),e);var A=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),PK=(t,e)=>{for(var r in e)rk(t,r,{get:e[r],enumerable:!0})},GDe=(t,e,r,s)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of LDe(e))!UDe.call(t,i)&&i!==r&&rk(t,i,{get:()=>e[i],enumerable:!(s=MDe(e,i))||s.enumerable});return t};var D=(t,e,r)=>(r=t!=null?kDe(FDe(t)):{},GDe(e||!t||!t.__esModule?rk(r,"default",{value:t,enumerable:!0}):r,t));var vX=A(XA=>{"use strict";var Bkt=require("net"),gLe=require("tls"),Ik=require("http"),BX=require("https"),yLe=require("events"),xkt=require("assert"),ELe=require("util");XA.httpOverHttp=CLe;XA.httpsOverHttp=ILe;XA.httpOverHttps=bLe;XA.httpsOverHttps=wLe;function CLe(t){var e=new Zl(t);return e.request=Ik.request,e}function ILe(t){var e=new Zl(t);return e.request=Ik.request,e.createSocket=xX,e.defaultPort=443,e}function bLe(t){var e=new Zl(t);return e.request=BX.request,e}function wLe(t){var e=new Zl(t);return e.request=BX.request,e.createSocket=xX,e.defaultPort=443,e}function Zl(t){var e=this;e.options=t||{},e.proxyOptions=e.options.proxy||{},e.maxSockets=e.options.maxSockets||Ik.Agent.defaultMaxSockets,e.requests=[],e.sockets=[],e.on("free",function(s,i,n,o){for(var a=NX(i,n,o),c=0,l=e.requests.length;c<l;++c){var u=e.requests[c];if(u.host===a.host&&u.port===a.port){e.requests.splice(c,1),u.request.onSocket(s);return}}s.destroy(),e.removeSocket(s)})}ELe.inherits(Zl,yLe.EventEmitter);Zl.prototype.addRequest=function(e,r,s,i){var n=this,o=bk({request:e},n.options,NX(r,s,i));if(n.sockets.length>=this.maxSockets){n.requests.push(o);return}n.createSocket(o,function(a){a.on("free",c),a.on("close",l),a.on("agentRemove",l),e.onSocket(a);function c(){n.emit("free",a,o)}function l(u){n.removeSocket(a),a.removeListener("free",c),a.removeListener("close",l),a.removeListener("agentRemove",l)}})};Zl.prototype.createSocket=function(e,r){var s=this,i={};s.sockets.push(i);var n=bk({},s.proxyOptions,{method:"CONNECT",path:e.host+":"+e.port,agent:!1,headers:{host:e.host+":"+e.port}});e.localAddress&&(n.localAddress=e.localAddress),n.proxyAuth&&(n.headers=n.headers||{},n.headers["Proxy-Authorization"]="Basic "+new Buffer(n.proxyAuth).toString("base64")),kh("making CONNECT request");var o=s.request(n);o.useChunkedEncodingByDefault=!1,o.once("response",a),o.once("upgrade",c),o.once("connect",l),o.once("error",u),o.end();function a(h){h.upgrade=!0}function c(h,d,f){process.nextTick(function(){l(h,d,f)})}function l(h,d,f){if(o.removeAllListeners(),d.removeAllListeners(),h.statusCode!==200){kh("tunneling socket could not be established, statusCode=%d",h.statusCode),d.destroy();var p=new Error("tunneling socket could not be established, statusCode="+h.statusCode);p.code="ECONNRESET",e.request.emit("error",p),s.removeSocket(i);return}if(f.length>0){kh("got illegal response body from proxy"),d.destroy();var p=new Error("got illegal response body from proxy");p.code="ECONNRESET",e.request.emit("error",p),s.removeSocket(i);return}return kh("tunneling connection has established"),s.sockets[s.sockets.indexOf(i)]=d,r(d)}function u(h){o.removeAllListeners(),kh(`tunneling socket could not be established, cause=%s
`,h.message,h.stack);var d=new Error("tunneling socket could not be established, cause="+h.message);d.code="ECONNRESET",e.request.emit("error",d),s.removeSocket(i)}};Zl.prototype.removeSocket=function(e){var r=this.sockets.indexOf(e);if(r!==-1){this.sockets.splice(r,1);var s=this.requests.shift();s&&this.createSocket(s,function(i){s.request.onSocket(i)})}};function xX(t,e){var r=this;Zl.prototype.createSocket.call(r,t,function(s){var i=t.request.getHeader("host"),n=bk({},r.options,{socket:s,servername:i?i.replace(/:.*$/,""):t.host}),o=gLe.connect(0,n);r.sockets[r.sockets.indexOf(s)]=o,e(o)})}function NX(t,e,r){return typeof t=="string"?{host:t,port:e,localAddress:r}:t}function bk(t){for(var e=1,r=arguments.length;e<r;++e){var s=arguments[e];if(typeof s=="object")for(var i=Object.keys(s),n=0,o=i.length;n<o;++n){var a=i[n];s[a]!==void 0&&(t[a]=s[a])}}return t}var kh;process.env.NODE_DEBUG&&/\btunnel\b/.test(process.env.NODE_DEBUG)?kh=function(){var t=Array.prototype.slice.call(arguments);typeof t[0]=="string"?t[0]="TUNNEL: "+t[0]:t.unshift("TUNNEL:"),console.error.apply(console,t)}:kh=function(){};XA.debug=kh});var dC=A((vkt,RX)=>{RX.exports=vX()});var or=A((Rkt,TX)=>{TX.exports={kClose:Symbol("close"),kDestroy:Symbol("destroy"),kDispatch:Symbol("dispatch"),kUrl:Symbol("url"),kWriting:Symbol("writing"),kResuming:Symbol("resuming"),kQueue:Symbol("queue"),kConnect:Symbol("connect"),kConnecting:Symbol("connecting"),kKeepAliveDefaultTimeout:Symbol("default keep alive timeout"),kKeepAliveMaxTimeout:Symbol("max keep alive timeout"),kKeepAliveTimeoutThreshold:Symbol("keep alive timeout threshold"),kKeepAliveTimeoutValue:Symbol("keep alive timeout"),kKeepAlive:Symbol("keep alive"),kHeadersTimeout:Symbol("headers timeout"),kBodyTimeout:Symbol("body timeout"),kServerName:Symbol("server name"),kLocalAddress:Symbol("local address"),kHost:Symbol("host"),kNoRef:Symbol("no ref"),kBodyUsed:Symbol("used"),kBody:Symbol("abstracted request body"),kRunning:Symbol("running"),kBlocking:Symbol("blocking"),kPending:Symbol("pending"),kSize:Symbol("size"),kBusy:Symbol("busy"),kQueued:Symbol("queued"),kFree:Symbol("free"),kConnected:Symbol("connected"),kClosed:Symbol("closed"),kNeedDrain:Symbol("need drain"),kReset:Symbol("reset"),kDestroyed:Symbol.for("nodejs.stream.destroyed"),kResume:Symbol("resume"),kOnError:Symbol("on error"),kMaxHeadersSize:Symbol("max headers size"),kRunningIdx:Symbol("running index"),kPendingIdx:Symbol("pending index"),kError:Symbol("error"),kClients:Symbol("clients"),kClient:Symbol("client"),kParser:Symbol("parser"),kOnDestroyed:Symbol("destroy callbacks"),kPipelining:Symbol("pipelining"),kSocket:Symbol("socket"),kHostHeader:Symbol("host header"),kConnector:Symbol("connector"),kStrictContentLength:Symbol("strict content length"),kMaxRedirections:Symbol("maxRedirections"),kMaxRequests:Symbol("maxRequestsPerClient"),kProxy:Symbol("proxy agent options"),kCounter:Symbol("socket request counter"),kInterceptors:Symbol("dispatch interceptors"),kMaxResponseSize:Symbol("max response size"),kHTTP2Session:Symbol("http2Session"),kHTTP2SessionState:Symbol("http2Session state"),kRetryHandlerDefaultRetry:Symbol("retry agent default retry"),kConstruct:Symbol("constructable"),kListeners:Symbol("listeners"),kHTTPContext:Symbol("http context"),kMaxConcurrentStreams:Symbol("max concurrent streams"),kNoProxyAgent:Symbol("no proxy agent"),kHttpProxyAgent:Symbol("http proxy agent"),kHttpsProxyAgent:Symbol("https proxy agent")}});var gt=A((Tkt,tZ)=>{"use strict";var _X=Symbol.for("undici.error.UND_ERR"),ar=class extends Error{constructor(e){super(e),this.name="UndiciError",this.code="UND_ERR"}static[Symbol.hasInstance](e){return e&&e[_X]===!0}[_X]=!0},QX=Symbol.for("undici.error.UND_ERR_CONNECT_TIMEOUT"),wk=class extends ar{constructor(e){super(e),this.name="ConnectTimeoutError",this.message=e||"Connect Timeout Error",this.code="UND_ERR_CONNECT_TIMEOUT"}static[Symbol.hasInstance](e){return e&&e[QX]===!0}[QX]=!0},PX=Symbol.for("undici.error.UND_ERR_HEADERS_TIMEOUT"),Sk=class extends ar{constructor(e){super(e),this.name="HeadersTimeoutError",this.m
`)||t.includes("\r")||t.includes("\0"))===!1}function FFe(t,e){let{headersList:r}=e,s=(r.get("referrer-policy",!0)??"").split(","),i="";if(s.length>0)for(let n=s.length;n!==0;n--){let o=s[n-1].trim();if(wFe.has(o)){i=o;break}}i!==""&&(t.referrerPolicy=i)}function UFe(){return"allowed"}function qFe(){return"success"}function GFe(){return"success"}function HFe(t){let e=null;e=t.mode,t.headersList.set("sec-fetch-mode",e,!0)}function VFe(t){let e=t.origin;if(!(e==="client"||e===void 0)){if(t.responseTainting==="cors"||t.mode==="websocket")t.headersList.append("origin",e,!0);else if(t.method!=="GET"&&t.method!=="HEAD"){switch(t.referrerPolicy){case"no-referrer":e=null;break;case"no-referrer-when-downgrade":case"strict-origin":case"strict-origin-when-cross-origin":t.origin&&EM(t.origin)&&!EM(IC(t))&&(e=null);break;case"same-origin":mB(t,IC(t))||(e=null);break;default:}t.headersList.append("origin",e,!0)}}}function cm(t,e){return t}function zFe(t,e,r){return!t?.startTime||t.startTime<e?{domainLookupStartTime:e,domainLookupEndTime:e,connectionStartTime:e,connectionEndTime:e,secureConnectionStartTime:e,ALPNNegotiatedProtocol:t?.ALPNNegotiatedProtocol}:{domainLookupStartTime:cm(t.domainLookupStartTime,r),domainLookupEndTime:cm(t.domainLookupEndTime,r),connectionStartTime:cm(t.connectionStartTime,r),connectionEndTime:cm(t.connectionEndTime,r),secureConnectionStartTime:cm(t.secureConnectionStartTime,r),ALPNNegotiatedProtocol:t.ALPNNegotiatedProtocol}}function $Fe(t){return cm(vFe.now(),t)}function jFe(t){return{startTime:t.startTime??0,redirectStartTime:0,redirectEndTime:0,postRedirectStartTime:t.startTime??0,finalServiceWorkerStartTime:0,finalNetworkResponseStartTime:0,finalNetworkRequestStartTime:0,endTime:0,encodedBodySize:0,decodedBodySize:0,finalConnectionTimingInfo:null}}function A7(){return{referrerPolicy:"strict-origin-when-cross-origin"}}function JFe(t){return{referrerPolicy:t.referrerPolicy}}function YFe(t){let e=t.referrerPolicy;Sf(e);let r=null;if(t.referrer==="client"){let a=l7();if(!a||a.origin==="null")return"no-referrer";r=new URL(a)}else t.referrer instanceof URL&&(r=t.referrer);let s=yM(r),i=yM(r,!0);s.toString().length>4096&&(s=i);let n=mB(t,s),o=CC(s)&&!CC(t.url);switch(e){case"origin":return i??yM(r,!0);case"unsafe-url":return s;case"same-origin":return n?i:"no-referrer";case"origin-when-cross-origin":return n?s:i;case"strict-origin-when-cross-origin":{let a=IC(t);return mB(s,a)?s:CC(s)&&!CC(a)?"no-referrer":i}default:return o?"no-referrer":i}}function yM(t,e){return Sf(t instanceof URL),t=new URL(t),t.protocol==="file:"||t.protocol==="about:"||t.protocol==="blank:"?"no-referrer":(t.username="",t.password="",t.hash="",e&&(t.pathname="",t.search=""),t)}function CC(t){if(!(t instanceof URL))return!1;if(t.href==="about:blank"||t.href==="about:srcdoc"||t.protocol==="data:"||t.protocol==="file:")return!0;return e(t.origin);function e(r){if(r==null||r==="null")return!1;let s=new URL(r);return!!(s.protocol==="https:"||s.protocol==="wss:"||/^127(?:\.[0-9]+){0,2}\.[0-9]+$|^\[(?:0*:)*?:?0*1\]$/.test(s.hostname)||s.hostname==="localhost"||s.hostname.includes("localhost.")||s.hostname.endsWith(".localhost"))}}function WFe(t,e){if(AB===void 0)return!0;let r=m7(e);if(r==="no metadata"||r.length===0)return!0;let s=XFe(r),i=ZFe(r,s);for(let n of i){let o=n.algo,a=n.hash,c=AB.createHash(o).update(t).digest("base64");if(c[c.length-1]==="="&&(c[c.length-2]==="="?c=c.slice(0,-2):c=c.slice(0,-1)),eUe(c,a))return!0}return!1}var KFe=/(?<algo>sha256|sha384|sha512)-((?<hash>[A-Za-z0-9+/]+|[A-Za-z0-9_-]+)={0,2}(?:\s|$)( +[!-~]*)?)?/i;function m7(t){let e=[],r=!0;for(let s of t.split(" ")){r=!1;let i=KFe.exec(s);if(i===null||i.groups===void 0||i.groups.algo===void 0)continue;let n=i.groups.algo.toLowerCase();h7.includes(n)&&e.push(i.groups)}return r===!0?"no metadata":e}function XFe(t){let e=t[0].algo;if(e[3]==="5")return e;for(let r=1;r<t.length;++r){let s=t[r];if(s.algo[3]==="5"){e="sha512";break}else{if(e[3]==="3")continue;s.algo[3]==="3"&&(e="sha384")}}return e}function ZFe(t,e){if(t.length===1)return t;let r=0;for(let s=0;s<t.length
`);function MUe(t){for(let e=0;e<t.length;++e)if((t.charCodeAt(e)&-128)!==0)return!1;return!0}function LUe(t){let e=t.length;if(e<27||e>70)return!1;for(let r=0;r<e;++r){let s=t.charCodeAt(r);if(!(s>=48&&s<=57||s>=65&&s<=90||s>=97&&s<=122||s===39||s===45||s===95))return!1}return!0}function FUe(t,e){yB(e!=="failure"&&e.essence==="multipart/form-data");let r=e.parameters.get("boundary");if(r===void 0)return"failure";let s=Buffer.from(`--${r}`,"utf8"),i=[],n={position:0};for(;t[n.position]===13&&t[n.position+1]===10;)n.position+=2;let o=t.length;for(;t[o-1]===10&&t[o-2]===13;)o-=2;for(o!==t.length&&(t=t.subarray(0,o));;){if(t.subarray(n.position,n.position+s.length).equals(s))n.position+=s.length;else return"failure";if(n.position===t.length-2&&EB(t,DUe,n)||n.position===t.length-4&&EB(t,kUe,n))return i;if(t[n.position]!==13||t[n.position+1]!==10)return"failure";n.position+=2;let a=UUe(t,n);if(a==="failure")return"failure";let{name:c,filename:l,contentType:u,encoding:h}=a;n.position+=2;let d;{let p=t.indexOf(s.subarray(2),n.position);if(p===-1)return"failure";d=t.subarray(n.position,p-4),n.position+=d.length,h==="base64"&&(d=Buffer.from(d.toString(),"base64"))}if(t[n.position]!==13||t[n.position+1]!==10)return"failure";n.position+=2;let f;l!==null?(u??="text/plain",MUe(u)||(u=""),f=new PUe([d],l,{type:u})):f=vUe(Buffer.from(d)),yB(R7(c)),yB(typeof f=="string"&&R7(f)||TUe(f)),i.push(_Ue(c,f,l))}}function UUe(t,e){let r=null,s=null,i=null,n=null;for(;;){if(t[e.position]===13&&t[e.position+1]===10)return r===null?"failure":{name:r,filename:s,contentType:i,encoding:n};let o=um(a=>a!==10&&a!==13&&a!==58,t,e);if(o=xM(o,!0,!0,a=>a===9||a===32),!RUe.test(o.toString())||t[e.position]!==58)return"failure";switch(e.position++,um(a=>a===32||a===9,t,e),NUe(o)){case"content-disposition":{if(r=s=null,!EB(t,OUe,e)||(e.position+=17,r=Q7(t,e),r===null))return"failure";if(EB(t,_7,e)){let a=e.position+_7.length;if(t[a]===42&&(e.position+=1,a+=1),t[a]!==61||t[a+1]!==34||(e.position+=12,s=Q7(t,e),s===null))return"failure"}break}case"content-type":{let a=um(c=>c!==10&&c!==13,t,e);a=xM(a,!1,!0,c=>c===9||c===32),i=T7(a);break}case"content-transfer-encoding":{let a=um(c=>c!==10&&c!==13,t,e);a=xM(a,!1,!0,c=>c===9||c===32),n=T7(a);break}default:um(a=>a!==10&&a!==13,t,e)}if(t[e.position]!==13&&t[e.position+1]!==10)return"failure";e.position+=2}}function Q7(t,e){yB(t[e.position-1]===34);let r=um(s=>s!==10&&s!==13&&s!==34,t,e);return t[e.position]!==34?null:(e.position++,r=new TextDecoder().decode(r).replace(/%0A/ig,`
`).replace(/%0D/ig,"\r").replace(/%22/g,'"'),r)}function um(t,e,r){let s=r.position;for(;s<e.length&&t(e[s]);)++s;return e.subarray(r.position,r.position=s)}function xM(t,e,r,s){let i=0,n=t.length-1;if(e)for(;i<t.length&&s(t[i]);)i++;if(r)for(;n>0&&s(t[n]);)n--;return i===0&&n===t.length-1?t:t.subarray(i,n+1)}function EB(t,e,r){if(t.length<e.length)return!1;for(let s=0;s<e.length;s++)if(e[s]!==t[r.position+s])return!1;return!0}P7.exports={multipartFormDataParser:FUe,validateBoundary:LUe}});var fm=A((tMt,V7)=>{"use strict";var SC=st(),{ReadableStreamFrom:qUe,isBlobLike:D7,isReadableStreamLike:GUe,readableStreamClose:HUe,createDeferredPromise:VUe,fullyReadBody:zUe,extractMimeType:$Ue,utf8DecodeBytes:L7}=Fn(),{FormData:k7}=wC(),{kState:dm}=Mh(),{webidl:jUe}=qs(),{Blob:JUe}=require("node:buffer"),NM=require("node:assert"),{isErrored:F7,isDisturbed:YUe}=require("node:stream"),{isArrayBuffer:WUe}=require("node:util/types"),{serializeAMimeType:KUe}=nn(),{multipartFormDataParser:XUe}=O7(),vM;try{let t=require("node:crypto");vM=e=>t.randomInt(0,e)}catch{vM=t=>Math.floor(Math.random(t))}var CB=new TextEncoder;function ZUe(){}var U7=globalThis.FinalizationRegistry&&process.version.indexOf("v18")!==0,q7;U7&&(q7=new FinalizationRegistry(t=>{let e=t.deref();e&&!e.locked&&!YUe(e)&&!F7(e)&&e.cancel("Response object has been garbage collected").catch(ZUe)}));function G7(t,e=!1){let r=null;t instanceof ReadableStream?r=t:D7(t)?r=t.stream():r=new ReadableStream({async pull(c){let l=typeof i=="string"?CB.encode(i):i;l.byteLength&&c.enqueue(l),queueMicrotask(()=>HUe(c))},start(){},type:"bytes"}),NM(GUe(r));let s=null,i=null,n=null,o=null;if(typeof t=="string")i=t,o="text/plain;charset=UTF-8";else if(t instanceof URLSearchParams)i=t.toString(),o="application/x-www-form-urlencoded;charset=UTF-8";else if(WUe(t))i=new Uint8Array(t.slice());else if(ArrayBuffer.isView(t))i=new Uint8Array(t.buffer.slice(t.byteOffset,t.byteOffset+t.byteLength));else if(SC.isFormDataLike(t)){let c=`----formdata-undici-0${`${vM(1e11)}`.padStart(11,"0")}`,l=`--${c}\r
2026-05-22 14:44:02 +00:00
Content-Disposition: form-data`;let u=E=>E.replace(/\n/g,"%0A").replace(/\r/g,"%0D").replace(/"/g,"%22"),h=E=>E.replace(/\r?\n|\r/g,`\r
2026-06-23 16:00:22 +00:00
`),d=[],f=new Uint8Array([13,10]);n=0;let p=!1;for(let[E,y]of t)if(typeof y=="string"){let C=CB.encode(l+`; name="${u(h(E))}"\r
\r
2026-05-22 14:44:02 +00:00
${h(y)}\r
2026-06-23 16:00:22 +00:00
`);d.push(C),n+=C.byteLength}else{let C=CB.encode(`${l}; name="${u(h(E))}"`+(y.name?`; filename="${u(y.name)}"`:"")+`\r
Content-Type: ${y.type||"application/octet-stream"}\r
\r
2026-06-23 16:00:22 +00:00
`);d.push(C,y,f),typeof y.size=="number"?n+=C.byteLength+y.size+f.byteLength:p=!0}let m=CB.encode(`--${c}--\r
`);d.push(m),n+=m.byteLength,p&&(n=null),i=t,s=async function*(){for(let E of d)E.stream?yield*E.stream():yield E},o=`multipart/form-data; boundary=${c}`}else if(D7(t))i=t,n=t.size,t.type&&(o=t.type);else if(typeof t[Symbol.asyncIterator]=="function"){if(e)throw new TypeError("keepalive");if(SC.isDisturbed(t)||t.locked)throw new TypeError("Response body object should not be disturbed or locked");r=t instanceof ReadableStream?t:qUe(t)}if((typeof i=="string"||SC.isBuffer(i))&&(n=Buffer.byteLength(i)),s!=null){let c;r=new ReadableStream({async start(){c=s(t)[Symbol.asyncIterator]()},async pull(l){let{value:u,done:h}=await c.next();if(h)queueMicrotask(()=>{l.close(),l.byobRequest?.respond(0)});else if(!F7(r)){let d=new Uint8Array(u);d.byteLength&&l.enqueue(d)}return l.desiredSize>0},async cancel(l){await c.return()},type:"bytes"})}return[{stream:r,source:i,length:n},o]}function eqe(t,e=!1){return t instanceof ReadableStream&&(NM(!SC.isDisturbed(t),"The body has already been consumed."),NM(!t.locked,"The stream is locked.")),G7(t,e)}function tqe(t,e){let[r,s]=e.stream.tee();return e.stream=r,{stream:s,length:e.length,source:e.source}}function rqe(t){if(t.aborted)throw new DOMException("The operation was aborted.","AbortError")}function sqe(t){return{blob(){return hm(this,r=>{let s=M7(this);return s===null?s="":s&&(s=KUe(s)),new JUe([r],{type:s})},t)},arrayBuffer(){return hm(this,r=>new Uint8Array(r).buffer,t)},text(){return hm(this,L7,t)},json(){return hm(this,nqe,t)},formData(){return hm(this,r=>{let s=M7(this);if(s!==null)switch(s.essence){case"multipart/form-data":{let i=XUe(r,s);if(i==="failure")throw new TypeError("Failed to parse body as FormData.");let n=new k7;return n[dm]=i,n}case"application/x-www-form-urlencoded":{let i=new URLSearchParams(r.toString()),n=new k7;for(let[o,a]of i)n.append(o,a);return n}}throw new TypeError('Content-Type was not one of "multipart/form-data" or "application/x-www-form-urlencoded".')},t)},bytes(){return hm(this,r=>new Uint8Array(r),t)}}}function iqe(t){Object.assign(t.prototype,sqe(t))}async function hm(t,e,r){if(jUe.brandCheck(t,r),H7(t))throw new TypeError("Body is unusable: Body has already been read");rqe(t[dm]);let s=VUe(),i=o=>s.reject(o),n=o=>{try{s.resolve(e(o))}catch(a){i(a)}};return t[dm].body==null?(n(Buffer.allocUnsafe(0)),s.promise):(await zUe(t[dm].body,n,i),s.promise)}function H7(t){let e=t[dm].body;return e!=null&&(e.stream.locked||SC.isDisturbed(e.stream))}function nqe(t){return JSON.parse(L7(t))}function M7(t){let e=t[dm].headersList,r=$Ue(e);return r==="failure"?null:r}V7.exports={extractBody:G7,safelyExtractBody:eqe,cloneBody:tqe,mixinBody:iqe,streamRegistry:q7,hasFinalizationRegistry:U7,bodyUnusable:H7}});var oee=A((rMt,nee)=>{"use strict";var Re=require("node:assert"),Pe=st(),{channels:z7}=em(),RM=uM(),{RequestContentLengthMismatchError:Bf,ResponseContentLengthMismatchError:$7,RequestAbortedError:eee,HeadersTimeoutError:oqe,HeadersOverflowError:aqe,SocketError:pm,InformationalError:Am,BodyTimeoutError:cqe,HTTPParserError:lqe,ResponseExceededMaxSizeError:uqe}=gt(),{kUrl:tee,kReset:on,kClient:SB,kParser:Kt,kBlocking:NC,kRunning:Yr,kPending:ree,kSize:j7,kWriting:Lh,kQueue:Ra,kNoRef:BC,kKeepAliveDefaultTimeout:hqe,kHostHeader:dqe,kPendingIdx:fqe,kRunningIdx:_o,kError:bi,kPipelining:BB,kSocket:Nf,kKeepAliveTimeoutValue:NB,kMaxHeadersSize:TM,kKeepAliveMaxTimeout:pqe,kKeepAliveTimeoutThreshold:Aqe,kHeadersTimeout:mqe,kBodyTimeout:gqe,kStrictContentLength:PM,kMaxRequests:J7,kCounter:yqe,kMaxResponseSize:Eqe,kOnError:Y7,kResume:nu,kHTTPContext:see}=or(),Un=qZ(),W7=Buffer.alloc(0),IB=Buffer[Symbol.species],bB=Pe.addListener,Cqe=Pe.removeAllListeners,vf=Symbol("kIdleSocketValidation"),xf=Symbol("kIdleSocketValidationTimeout"),MM=Symbol("kSocketUsed"),_M;async function Iqe(){let t=process.env.JEST_WORKER_ID?fM():void 0,e;try{e=await WebAssembly.compile(VZ())}catch{e=await WebAssembly.compile(t||fM())}return await WebAssembly.instantiate(e,{env:{wasm_on_url:(r,s,i)=>0,wasm_on_status:(r,s,i)=>{Re(yr.ptr===r);let n=s-mc+Ac.byteOffset;return yr.onStatus(new IB(Ac.buffer,n,i))||0
2026-05-22 14:44:02 +00:00
`;if(typeof i=="string"?m+=`host: ${i}\r
2026-06-23 16:00:22 +00:00
`:m+=t[dqe],n?m+=`connection: upgrade\r
upgrade: ${n}\r
2026-06-23 16:00:22 +00:00
`:t[BB]&&!f[on]?m+=`connection: keep-alive\r
2026-05-22 14:44:02 +00:00
`:m+=`connection: close\r
`,Array.isArray(l))for(let E=0;E<l.length;E+=2){let y=l[E+0],C=l[E+1];if(Array.isArray(C))for(let w=0;w<C.length;w++)m+=`${y}: ${C[w]}\r
`;else m+=`${y}: ${C}\r
2026-06-23 16:00:22 +00:00
`}return z7.sendHeaders.hasSubscribers&&z7.sendHeaders.publish({request:e,headers:m,socket:f}),!c||d===0?X7(p,null,t,e,f,u,m,h):Pe.isBuffer(c)?X7(p,c,t,e,f,u,m,h):Pe.isBlobLike(c)?typeof c.stream=="function"?Z7(p,c.stream(),t,e,f,u,m,h):Rqe(p,c,t,e,f,u,m,h):Pe.isStream(c)?vqe(p,c,t,e,f,u,m,h):Pe.isIterable(c)?Z7(p,c,t,e,f,u,m,h):Re(!1),!0}function vqe(t,e,r,s,i,n,o,a){Re(n!==0||r[Yr]===0,"stream body cannot be pipelined");let c=!1,l=new vB({abort:t,socket:i,request:s,contentLength:n,client:r,expectsPayload:a,header:o}),u=function(p){if(!c)try{!l.write(p)&&this.pause&&this.pause()}catch(m){Pe.destroy(this,m)}},h=function(){c||e.resume&&e.resume()},d=function(){if(queueMicrotask(()=>{e.removeListener("error",f)}),!c){let p=new eee;queueMicrotask(()=>f(p))}},f=function(p){if(!c){if(c=!0,Re(i.destroyed||i[Lh]&&r[Yr]<=1),i.off("drain",h).off("error",f),e.removeListener("data",u).removeListener("end",f).removeListener("close",d),!p)try{l.end()}catch(m){p=m}l.destroy(p),p&&(p.code!=="UND_ERR_INFO"||p.message!=="reset")?Pe.destroy(e,p):Pe.destroy(e)}};e.on("data",u).on("end",f).on("error",f).on("close",d),e.resume&&e.resume(),i.on("drain",h).on("error",f),e.errorEmitted??e.errored?setImmediate(()=>f(e.errored)):(e.endEmitted??e.readableEnded)&&setImmediate(()=>f(null)),(e.closeEmitted??e.closed)&&setImmediate(d)}function X7(t,e,r,s,i,n,o,a){try{e?Pe.isBuffer(e)&&(Re(n===e.byteLength,"buffer body must have content length"),i.cork(),i.write(`${o}content-length: ${n}\r
\r
2026-05-28 08:29:20 +00:00
`,"latin1"),i.write(e),i.uncork(),s.onBodySent(e),!a&&s.reset!==!1&&(i[on]=!0)):n===0?i.write(`${o}content-length: 0\r
\r
2026-06-23 16:00:22 +00:00
`,"latin1"):(Re(n===null,"no body must not have content length"),i.write(`${o}\r
`,"latin1")),s.onRequestSent(),r[nu]()}catch(c){t(c)}}async function Rqe(t,e,r,s,i,n,o,a){Re(n===e.size,"blob body must have content length");try{if(n!=null&&n!==e.size)throw new Bf;let c=Buffer.from(await e.arrayBuffer());i.cork(),i.write(`${o}content-length: ${n}\r
\r
2026-06-23 16:00:22 +00:00
`,"latin1"),i.write(c),i.uncork(),s.onBodySent(c),s.onRequestSent(),!a&&s.reset!==!1&&(i[on]=!0),r[nu]()}catch(c){t(c)}}async function Z7(t,e,r,s,i,n,o,a){Re(n!==0||r[Yr]===0,"iterator body cannot be pipelined");let c=null;function l(){if(c){let d=c;c=null,d()}}let u=()=>new Promise((d,f)=>{Re(c===null),i[bi]?f(i[bi]):c=d});i.on("close",l).on("drain",l);let h=new vB({abort:t,socket:i,request:s,contentLength:n,client:r,expectsPayload:a,header:o});try{for await(let d of e){if(i[bi])throw i[bi];h.write(d)||await u()}h.end()}catch(d){h.destroy(d)}finally{i.off("close",l).off("drain",l)}}var vB=class{constructor({abort:e,socket:r,request:s,contentLength:i,client:n,expectsPayload:o,header:a}){this.socket=r,this.request=s,this.contentLength=i,this.client=n,this.bytesWritten=0,this.expectsPayload=o,this.header=a,this.abort=e,r[Lh]=!0}write(e){let{socket:r,request:s,contentLength:i,client:n,bytesWritten:o,expectsPayload:a,header:c}=this;if(r[bi])throw r[bi];if(r.destroyed)return!1;let l=Buffer.byteLength(e);if(!l)return!0;if(i!==null&&o+l>i){if(n[PM])throw new Bf;process.emitWarning(new Bf)}r.cork(),o===0&&(!a&&s.reset!==!1&&(r[on]=!0),i===null?r.write(`${c}transfer-encoding: chunked\r
`,"latin1"):r.write(`${c}content-length: ${i}\r
\r
`,"latin1")),i===null&&r.write(`\r
${l.toString(16)}\r
2026-06-23 16:00:22 +00:00
`,"latin1"),this.bytesWritten+=l;let u=r.write(e);return r.uncork(),s.onBodySent(e),u||r[Kt].timeout&&r[Kt].timeoutType===mm&&r[Kt].timeout.refresh&&r[Kt].timeout.refresh(),u}end(){let{socket:e,contentLength:r,client:s,bytesWritten:i,expectsPayload:n,header:o,request:a}=this;if(a.onRequestSent(),e[Lh]=!1,e[bi])throw e[bi];if(!e.destroyed){if(i===0?n?e.write(`${o}content-length: 0\r
\r
`,"latin1"):e.write(`${o}\r
`,"latin1"):r===null&&e.write(`\r
0\r
\r
2026-06-23 16:00:22 +00:00
`,"latin1"),r!==null&&i!==r){if(s[PM])throw new Bf;process.emitWarning(new Bf)}e[Kt].timeout&&e[Kt].timeoutType===mm&&e[Kt].timeout.refresh&&e[Kt].timeout.refresh(),s[nu]()}}destroy(e){let{socket:r,client:s,abort:i}=this;r[Lh]=!1,e&&(Re(s[Yr]<=1,"pipeline should only contain this request"),i(e))}};nee.exports=wqe});var pee=A((sMt,fee)=>{"use strict";var Qo=require("node:assert"),{pipeline:Tqe}=require("node:stream"),ct=st(),{RequestContentLengthMismatchError:LM,RequestAbortedError:aee,SocketError:vC,InformationalError:FM}=gt(),{kUrl:RB,kReset:_B,kClient:gm,kRunning:QB,kPending:_qe,kQueue:Fh,kPendingIdx:UM,kRunningIdx:Ta,kError:Qa,kSocket:gs,kStrictContentLength:Qqe,kOnError:qM,kMaxConcurrentStreams:dee,kHTTP2Session:_a,kResume:Uh,kSize:Pqe,kHTTPContext:Oqe}=or(),ou=Symbol("open streams"),cee,lee=!1,TB;try{TB=require("node:http2")}catch{TB={constants:{}}}var{constants:{HTTP2_HEADER_AUTHORITY:Dqe,HTTP2_HEADER_METHOD:kqe,HTTP2_HEADER_PATH:Mqe,HTTP2_HEADER_SCHEME:Lqe,HTTP2_HEADER_CONTENT_LENGTH:Fqe,HTTP2_HEADER_EXPECT:Uqe,HTTP2_HEADER_STATUS:qqe}}=TB;function Gqe(t){let e=[];for(let[r,s]of Object.entries(t))if(Array.isArray(s))for(let i of s)e.push(Buffer.from(r),Buffer.from(i));else e.push(Buffer.from(r),Buffer.from(s));return e}async function Hqe(t,e){t[gs]=e,lee||(lee=!0,process.emitWarning("H2 support is experimental, expect them to change at any time.",{code:"UNDICI-H2"}));let r=TB.connect(t[RB],{createConnection:()=>e,peerMaxConcurrentStreams:t[dee]});r[ou]=0,r[gm]=t,r[gs]=e,ct.addListener(r,"error",zqe),ct.addListener(r,"frameError",$qe),ct.addListener(r,"end",jqe),ct.addListener(r,"goaway",Jqe),ct.addListener(r,"close",function(){let{[gm]:i}=this,{[gs]:n}=i,o=this[gs][Qa]||this[Qa]||new vC("closed",ct.getSocketInfo(n));if(i[_a]=null,i.destroyed){Qo(i[_qe]===0);let a=i[Fh].splice(i[Ta]);for(let c=0;c<a.length;c++){let l=a[c];ct.errorRequest(i,l,o)}}}),r.unref(),t[_a]=r,e[_a]=r,ct.addListener(e,"error",function(i){Qo(i.code!=="ERR_TLS_CERT_ALTNAME_INVALID"),this[Qa]=i,this[gm][qM](i)}),ct.addListener(e,"end",function(){ct.destroy(this,new vC("other side closed",ct.getSocketInfo(this)))}),ct.addListener(e,"close",function(){let i=this[Qa]||new vC("closed",ct.getSocketInfo(this));t[gs]=null,this[_a]!=null&&this[_a].destroy(i),t[UM]=t[Ta],Qo(t[QB]===0),t.emit("disconnect",t[RB],[t],i),t[Uh]()});let s=!1;return e.on("close",()=>{s=!0}),{version:"h2",defaultPipelining:1/0,write(...i){return Wqe(t,...i)},resume(){Vqe(t)},destroy(i,n){s?queueMicrotask(n):e.destroy(i).on("close",n)},get destroyed(){return e.destroyed},busy(){return!1}}}function Vqe(t){let e=t[gs];e?.destroyed===!1&&(t[Pqe]===0&&t[dee]===0?(e.unref(),t[_a].unref()):(e.ref(),t[_a].ref()))}function zqe(t){Qo(t.code!=="ERR_TLS_CERT_ALTNAME_INVALID"),this[gs][Qa]=t,this[gm][qM](t)}function $qe(t,e,r){if(r===0){let s=new FM(`HTTP/2: "frameError" received - type ${t}, code ${e}`);this[gs][Qa]=s,this[gm][qM](s)}}function jqe(){let t=new vC("other side closed",ct.getSocketInfo(this[gs]));this.destroy(t),ct.destroy(this[gs],t)}function Jqe(t){let e=this[Qa]||new vC(`HTTP/2: "GOAWAY" frame received with code ${t}`,ct.getSocketInfo(this)),r=this[gm];if(r[gs]=null,r[Oqe]=null,this[_a]!=null&&(this[_a].destroy(e),this[_a]=null),ct.destroy(this[gs],e),r[Ta]<r[Fh].length){let s=r[Fh][r[Ta]];r[Fh][r[Ta]++]=null,ct.errorRequest(r,s,e),r[UM]=r[Ta]}Qo(r[QB]===0),r.emit("disconnect",r[RB],[r],e),r[Uh]()}function Yqe(t){return t!=="GET"&&t!=="HEAD"&&t!=="OPTIONS"&&t!=="TRACE"&&t!=="CONNECT"}function Wqe(t,e){let r=t[_a],{method:s,path:i,host:n,upgrade:o,expectContinue:a,signal:c,headers:l}=e,{body:u}=e;if(o)return ct.errorRequest(t,e,new Error("Upgrade not supported for H2")),!1;let h={};for(let B=0;B<l.length;B+=2){let N=l[B+0],O=l[B+1];if(Array.isArray(O))for(let P=0;P<O.length;P++)h[N]?h[N]+=`,${O[P]}`:h[N]=O[P];else h[N]=O}let d,{hostname:f,port:p}=t[RB];h[Dqe]=n||`${f}${p?`:${p}`:""}`,h[kqe]=s;let m=B=>{e.aborted||e.completed||(B=B||new aee,ct.errorRequest(t,e,B),d!=null&&ct.destroy(d,B),ct.destroy(u,B),t[Fh][t[Ta]++]=null,t[Uh]())};try{e.onConnect(m)}catch(B){ct.errorRequest
`,this[bGe]=c??3e5,this[IGe]=i??3e5,this[wGe]=C??!0,this[SGe]=B,this[zM]=O,this[Gh]=null,this[RGe]=M>-1?M:-1,this[_Ge]=F??100,this[Pr]=null,this[Pa]=[],this[cu]=0,this[Oa]=0,this[QC]=$=>jM(this,$),this[TGe]=$=>xee(this,$)}get pipelining(){return this[kB]}set pipelining(e){this[kB]=e,this[QC](!0)}get[DC](){return this[Pa].length-this[Oa]}get[OC](){return this[Oa]-this[cu]}get[PC](){return this[Pa].length-this[cu]}get[pGe](){return!!this[Pr]&&!this[Em]&&!this[Pr].destroyed}get[VM](){return!!(this[Pr]?.busy(null)||this[PC]>=(Bee(this)||1)||this[DC]>0)}[fGe](e){Nee(this),this.once("connect",e)}[vGe](e,r){let s=e.origin||this[yc].origin,i=new aGe(s,e,r);return this[Pa].push(i),this[Tf]||(Rf.bodyLength(i.body)==null&&Rf.isIterable(i.body)?(this[Tf]=1,queueMicrotask(()=>jM(this))):this[QC](!0)),this[Tf]&&this[Hh]!==2&&this[VM]&&(this[Hh]=2),this[Hh]<2}async[xGe](){return new Promise(e=>{this[PC]?this[Gh]=e:e(null)})}async[NGe](e){return new Promise(r=>{let s=this[Pa].splice(this[Oa]);for(let n=0;n<s.length;n++){let o=s[n];Rf.errorRequest(this,o,e)}let i=()=>{this[Gh]&&(this[Gh](),this[Gh]=null),r(null)};this[Pr]?(this[Pr].destroy(e,i),this[Pr]=null):queueMicrotask(i),this[QC]()})}},OGe=DB();function xee(t,e){if(t[OC]===0&&e.code!=="UND_ERR_INFO"&&e.code!=="UND_ERR_SOCKET"){au(t[Oa]===t[cu]);let r=t[Pa].splice(t[cu]);for(let s=0;s<r.length;s++){let i=r[s];Rf.errorRequest(t,i,e)}au(t[PC]===0)}}async function Nee(t){au(!t[Em]),au(!t[Pr]);let{host:e,hostname:r,protocol:s,port:i}=t[yc];if(r[0]==="["){let n=r.indexOf("]");au(n!==-1);let o=r.substring(1,n);au(See.isIP(o)),r=o}t[Em]=!0,ym.beforeConnect.hasSubscribers&&ym.beforeConnect.publish({connectParams:{host:e,hostname:r,protocol:s,port:i,version:t[Pr]?.version,servername:t[qh],localAddress:t[_C]},connector:t[TC]});try{let n=await new Promise((o,a)=>{t[TC]({host:e,hostname:r,protocol:s,port:i,servername:t[qh],localAddress:t[_C]},(c,l)=>{c?a(c):o(l)})});if(t.destroyed){Rf.destroy(n.on("error",bee),new uGe);return}au(n);try{t[Pr]=n.alpnProtocol==="h2"?await PGe(t,n):await QGe(t,n)}catch(o){throw n.destroy().on("error",bee),o}t[Em]=!1,n[BGe]=0,n[zM]=t[zM],n[dGe]=t,n[mGe]=null,ym.connected.hasSubscribers&&ym.connected.publish({connectParams:{host:e,hostname:r,protocol:s,port:i,version:t[Pr]?.version,servername:t[qh],localAddress:t[_C]},connector:t[TC],socket:n}),t.emit("connect",t[yc],[t])}catch(n){if(t.destroyed)return;if(t[Em]=!1,ym.connectError.hasSubscribers&&ym.connectError.publish({connectParams:{host:e,hostname:r,protocol:s,port:i,version:t[Pr]?.version,servername:t[qh],localAddress:t[_C]},connector:t[TC],error:n}),n.code==="ERR_TLS_CERT_ALTNAME_INVALID")for(au(t[OC]===0);t[DC]>0&&t[Pa][t[Oa]].servername===t[qh];){let o=t[Pa][t[Oa]++];Rf.errorRequest(t,o,n)}else xee(t,n);t.emit("connectionError",t[yc],[t],n)}t[QC]()}function wee(t){t[Hh]=0,t.emit("drain",t[yc],[t])}function jM(t,e){t[Tf]!==2&&(t[Tf]=2,DGe(t,e),t[Tf]=0,t[cu]>256&&(t[Pa].splice(0,t[cu]),t[Oa]-=t[cu],t[cu]=0))}function DGe(t,e){for(;;){if(t.destroyed){au(t[DC]===0);return}if(t[Gh]&&!t[PC]){t[Gh](),t[Gh]=null;return}if(t[Pr]&&t[Pr].resume(),t[VM])t[Hh]=2;else if(t[Hh]===2){e?(t[Hh]=1,queueMicrotask(()=>wee(t))):wee(t);continue}if(t[DC]===0||t[OC]>=(Bee(t)||1))return;let r=t[Pa][t[Oa]];if(t[yc].protocol==="https:"&&t[qh]!==r.servername){if(t[OC]>0)return;t[qh]=r.servername,t[Pr]?.destroy(new lGe("servername changed"),()=>{t[Pr]=null,jM(t)})}if(t[Em])return;if(!t[Pr]){Nee(t);return}if(t[Pr].destroyed||t[Pr].busy(r))return;!r.aborted&&t[Pr].write(r)?t[Oa]++:t[Pa].splice(t[Oa],1)}}vee.exports=$M});var JM=A((cMt,Ree)=>{"use strict";var MB=class{constructor(){this.bottom=0,this.top=0,this.list=new Array(2048),this.next=null}isEmpty(){return this.top===this.bottom}isFull(){return(this.top+1&2047)===this.bottom}push(e){this.list[this.top]=e,this.top=this.top+1&2047}shift(){let e=this.list[this.bottom];return e===void 0?null:(this.list[this.bottom]=void 0,this.bottom=this.bottom+1&2047,e)}};Ree.exports=class{constructor(){this.head=this.tail=new MB}isEmpty(){return this.head.isEmpty()}push(e){this.head.isFull()&&(this.head
${s.count} ${s.noun} ${s.is} pending:
${e.format(r)}
2026-06-23 16:00:22 +00:00
`.trim())}};jre.exports=t2});var tx=A((LMt,Xre)=>{"use strict";var Yre=Symbol.for("undici.globalDispatcher.1"),{InvalidArgumentError:b8e}=gt(),w8e=bm();Kre()===void 0&&Wre(new w8e);function Wre(t){if(!t||typeof t.dispatch!="function")throw new b8e("Argument agent must implement Agent");Object.defineProperty(globalThis,Yre,{value:t,writable:!0,enumerable:!1,configurable:!1})}function Kre(){return globalThis[Yre]}Xre.exports={setGlobalDispatcher:Wre,getGlobalDispatcher:Kre}});var rx=A((UMt,Zre)=>{"use strict";Zre.exports=class{#e;constructor(e){if(typeof e!="object"||e===null)throw new TypeError("handler must be an object");this.#e=e}onConnect(...e){return this.#e.onConnect?.(...e)}onError(...e){return this.#e.onError?.(...e)}onUpgrade(...e){return this.#e.onUpgrade?.(...e)}onResponseStarted(...e){return this.#e.onResponseStarted?.(...e)}onHeaders(...e){return this.#e.onHeaders?.(...e)}onData(...e){return this.#e.onData?.(...e)}onComplete(...e){return this.#e.onComplete?.(...e)}onBodySent(...e){return this.#e.onBodySent?.(...e)}}});var tse=A((qMt,ese)=>{"use strict";var S8e=OB();ese.exports=t=>{let e=t?.maxRedirections;return r=>function(i,n){let{maxRedirections:o=e,...a}=i;if(!o)return r(i,n);let c=new S8e(r,o,i,n);return r(a,c)}}});var sse=A((GMt,rse)=>{"use strict";var B8e=zB();rse.exports=t=>e=>function(s,i){return e(s,new B8e({...s,retryOptions:{...t,...s.retryOptions}},{handler:i,dispatch:e}))}});var nse=A((HMt,ise)=>{"use strict";var x8e=st(),{InvalidArgumentError:N8e,RequestAbortedError:v8e}=gt(),R8e=rx(),r2=class extends R8e{#e=1024*1024;#t=null;#s=!1;#r=!1;#i=0;#n=null;#u=null;constructor({maxSize:e},r){if(super(r),e!=null&&(!Number.isFinite(e)||e<1))throw new N8e("maxSize must be a number greater than 0");this.#e=e??this.#e,this.#u=r}onConnect(e){this.#t=e,this.#u.onConnect(this.#l.bind(this))}#l(e){this.#r=!0,this.#n=e}onHeaders(e,r,s,i){let o=x8e.parseHeaders(r)["content-length"];if(o!=null&&o>this.#e)throw new v8e(`Response size (${o}) larger than maxSize (${this.#e})`);return this.#r?!0:this.#u.onHeaders(e,r,s,i)}onError(e){this.#s||(e=this.#n??e,this.#u.onError(e))}onData(e){return this.#i=this.#i+e.length,this.#i>=this.#e&&(this.#s=!0,this.#r?this.#u.onError(this.#n):this.#u.onComplete([])),!0}onComplete(e){if(!this.#s){if(this.#r){this.#u.onError(this.reason);return}this.#u.onComplete(e)}}};function T8e({maxSize:t}={maxSize:1024*1024}){return e=>function(s,i){let{dumpMaxSize:n=t}=s,o=new r2({maxSize:n},i);return e(s,o)}}ise.exports=T8e});var cse=A((VMt,ase)=>{"use strict";var{isIP:_8e}=require("node:net"),{lookup:Q8e}=require("node:dns"),P8e=rx(),{InvalidArgumentError:Qm,InformationalError:O8e}=gt(),ose=Math.pow(2,31)-1,s2=class{#e=0;#t=0;#s=new Map;dualStack=!0;affinity=null;lookup=null;pick=null;constructor(e){this.#e=e.maxTTL,this.#t=e.maxItems,this.dualStack=e.dualStack,this.affinity=e.affinity,this.lookup=e.lookup??this.#r,this.pick=e.pick??this.#i}get full(){return this.#s.size===this.#t}runLookup(e,r,s){let i=this.#s.get(e.hostname);if(i==null&&this.full){s(null,e.origin);return}let n={affinity:this.affinity,dualStack:this.dualStack,lookup:this.lookup,pick:this.pick,...r.dns,maxTTL:this.#e,maxItems:this.#t};if(i==null)this.lookup(e,n,(o,a)=>{if(o||a==null||a.length===0){s(o??new O8e("No DNS entries found"));return}this.setRecords(e,a);let c=this.#s.get(e.hostname),l=this.pick(e,c,n.affinity),u;typeof l.port=="number"?u=`:${l.port}`:e.port!==""?u=`:${e.port}`:u="",s(null,`${e.protocol}//${l.family===6?`[${l.address}]`:l.address}${u}`)});else{let o=this.pick(e,i,n.affinity);if(o==null){this.#s.delete(e.hostname),this.runLookup(e,r,s);return}let a;typeof o.port=="number"?a=`:${o.port}`:e.port!==""?a=`:${e.port}`:a="",s(null,`${e.protocol}//${o.family===6?`[${o.address}]`:o.address}${a}`)}}#r(e,r,s){Q8e(e.hostname,{all:!0,family:this.dualStack===!1?this.affinity:0,order:"ipv4first"},(i,n)=>{if(i)return s(i);let o=new Map;for(let a of n)o.set(`${a.address}:${a.family}`,a);s(null,o.values())})}#i(e,r,s){let i=null,{records:n,offset:o}=r,a;if(this.dualStack?(s==null&&(o==null||o===ose?(r.offset=0,s=4):(r
${n}`;break;case"retry":qne(n)&&(r[i]=n);break;case"id":Gne(n)&&(r[i]=n);break;case"event":n.length>0&&(r[i]=n);break}}processEvent(e){e.retry&&qne(e.retry)&&(this.state.reconnectionTime=parseInt(e.retry,10)),e.id&&Gne(e.id)&&(this.state.lastEventId=e.id),e.data!==void 0&&this.push({type:e.event||"message",options:{data:e.data,lastEventId:this.state.lastEventId,origin:this.state.origin}})}clearEvent(){this.event={data:void 0,event:void 0,id:void 0,retry:void 0}}};Hne.exports={EventSourceStream:z2}});var Xne=A((ILt,Kne)=>{"use strict";var{pipeline:G5e}=require("node:stream"),{fetching:H5e}=WC(),{makeRequest:V5e}=Dm(),{webidl:fu}=qs(),{EventSourceStream:z5e}=Vne(),{parseMIMEType:$5e}=nn(),{createFastMessageEvent:j5e}=qm(),{isNetworkError:zne}=JC(),{delay:J5e}=H2(),{kEnumerableProperty:$f}=st(),{environmentSettingsObject:$ne}=Fn(),jne=!1,Jne=3e3,uI=0,Yne=1,hI=2,Y5e="anonymous",W5e="use-credentials",$m=class t extends EventTarget{#e={open:null,error:null,message:null};#t=null;#s=!1;#r=uI;#i=null;#n=null;#u;#l;constructor(e,r={}){super(),fu.util.markAsUncloneable(this);let s="EventSource constructor";fu.argumentLengthCheck(arguments,1,s),jne||(jne=!0,process.emitWarning("EventSource is experimental, expect them to change at any time.",{code:"UNDICI-ES"})),e=fu.converters.USVString(e,s,"url"),r=fu.converters.EventSourceInitDict(r,s,"eventSourceInitDict"),this.#u=r.dispatcher,this.#l={lastEventId:"",reconnectionTime:Jne};let i=$ne,n;try{n=new URL(e,i.settingsObject.baseUrl),this.#l.origin=n.origin}catch(c){throw new DOMException(c,"SyntaxError")}this.#t=n.href;let o=Y5e;r.withCredentials&&(o=W5e,this.#s=!0);let a={redirect:"follow",keepalive:!0,mode:"cors",credentials:o==="anonymous"?"same-origin":"omit",referrer:"no-referrer"};a.client=$ne.settingsObject,a.headersList=[["accept",{name:"accept",value:"text/event-stream"}]],a.cache="no-store",a.initiator="other",a.urlList=[new URL(this.#t)],this.#i=V5e(a),this.#a()}get readyState(){return this.#r}get url(){return this.#t}get withCredentials(){return this.#s}#a(){if(this.#r===hI)return;this.#r=uI;let e={request:this.#i,dispatcher:this.#u},r=s=>{zne(s)&&(this.dispatchEvent(new Event("error")),this.close()),this.#d()};e.processResponseEndOfBody=r,e.processResponse=s=>{if(zne(s))if(s.aborted){this.close(),this.dispatchEvent(new Event("error"));return}else{this.#d();return}let i=s.headersList.get("content-type",!0),n=i!==null?$5e(i):"failure",o=n!=="failure"&&n.essence==="text/event-stream";if(s.status!==200||o===!1){this.close(),this.dispatchEvent(new Event("error"));return}this.#r=Yne,this.dispatchEvent(new Event("open")),this.#l.origin=s.urlList[s.urlList.length-1].origin;let a=new z5e({eventSourceSettings:this.#l,push:c=>{this.dispatchEvent(j5e(c.type,c.options))}});G5e(s.body.stream,a,c=>{c?.aborted===!1&&(this.close(),this.dispatchEvent(new Event("error")))})},this.#n=H5e(e)}async#d(){this.#r!==hI&&(this.#r=uI,this.dispatchEvent(new Event("error")),await J5e(this.#l.reconnectionTime),this.#r===uI&&(this.#l.lastEventId.length&&this.#i.headersList.set("last-event-id",this.#l.lastEventId,!0),this.#a()))}close(){fu.brandCheck(this,t),this.#r!==hI&&(this.#r=hI,this.#n.abort(),this.#i=null)}get onopen(){return this.#e.open}set onopen(e){this.#e.open&&this.removeEventListener("open",this.#e.open),typeof e=="function"?(this.#e.open=e,this.addEventListener("open",e)):this.#e.open=null}get onmessage(){return this.#e.message}set onmessage(e){this.#e.message&&this.removeEventListener("message",this.#e.message),typeof e=="function"?(this.#e.message=e,this.addEventListener("message",e)):this.#e.message=null}get onerror(){return this.#e.error}set onerror(e){this.#e.error&&this.removeEventListener("error",this.#e.error),typeof e=="function"?(this.#e.error=e,this.addEventListener("error",e)):this.#e.error=null}},Wne={CONNECTING:{__proto__:null,configurable:!1,enumerable:!0,value:uI,writable:!1},OPEN:{__proto__:null,configurable:!1,enumerable:!0,value:Yne,writable:!1},CLOSED:{__proto__:null,configurable:!1,enumerable:!0,value:hI,writable:!1}};Object.defineProperties($m,Wne);Object.definePropert
%s`,N,N,C,s);var O=C.type==="*"?YF:C.type==="?"?JF:"\\"+C.type;i=!0,s=s.slice(0,C.reStart)+O+"\\("+N}p(),n&&(s+="\\\\");var P=!1;switch(s.charAt(0)){case"[":case".":case"(":P=!0}for(var M=a.length-1;M>-1;M--){var V=a[M],Z=s.slice(0,V.reStart),F=s.slice(V.reStart,V.reEnd-8),U=s.slice(V.reEnd-8,V.reEnd),H=s.slice(V.reEnd);U+=H;var $=Z.split("(").length-1,re=H;for(m=0;m<$;m++)re=re.replace(/\)[+*?]?/,"");H=re;var Qe="";H===""&&e!==dN&&(Qe="$");var be=Z+F+H+Qe+U;s=be}if(s!==""&&i&&(s="(?=.)"+s),P&&(s=d+s),e===dN)return[s,i];if(!i)return _Ye(t);var ce=r.nocase?"i":"";try{var at=new RegExp("^"+s+"$",ce)}catch{return new RegExp("$.")}return at._glob=t,at._src=s,at}Kn.makeRe=function(t,e){return new Xr(t,e||{}).makeRe()};Xr.prototype.makeRe=TYe;function TYe(){if(this.regexp||this.regexp===!1)return this.regexp;var t=this.set;if(!t.length)return this.regexp=!1,this.regexp;var e=this.options,r=e.noglobstar?YF:e.dot?bYe:wYe,s=e.nocase?"i":"",i=t.map(function(n){return n.map(function(o){return o===Xf?r:typeof o=="string"?QYe(o):o._src}).join("\\/")}).join("|");i="^(?:"+i+")$",this.negate&&(i="^(?!"+i+").*$");try{this.regexp=new RegExp(i,s)}catch{this.regexp=!1}return this.regexp}Kn.match=function(t,e,r){r=r||{};var s=new Xr(e,r);return t=t.filter(function(i){return s.match(i)}),s.options.nonull&&!t.length&&t.push(e),t};Xr.prototype.match=function(e,r){if(typeof r>"u"&&(r=this.partial),this.debug("match",e,this.pattern),this.comment)return!1;if(this.empty)return e==="";if(e==="/"&&r)return!0;var s=this.options;OI.sep!=="/"&&(e=e.split(OI.sep).join("/")),e=e.split(ile),this.debug(this.pattern,"split",e);var i=this.set;this.debug(this.pattern,"set",i);var n,o;for(o=e.length-1;o>=0&&(n=e[o],!n);o--);for(o=0;o<i.length;o++){var a=i[o],c=e;s.matchBase&&a.length===1&&(c=[n]);var l=this.matchOne(c,a,r);if(l)return s.flipNegate?!0:!this.negate}return s.flipNegate?!1:this.negate};Xr.prototype.matchOne=function(t,e,r){return e.indexOf(Xf)!==-1?this._matchGlobstar(t,e,r,0,0):this._matchOne(t,e,r,0,0)};Xr.prototype._matchGlobstar=function(t,e,r,s,i){var n,o=-1;for(n=i;n<e.length;n++)if(e[n]===Xf){o=n;break}var a=-1;for(n=e.length-1;n>=0;n--)if(e[n]===Xf){a=n;break}var c=e.slice(i,o),l=r?e.slice(o+1):e.slice(o+1,a),u=r?[]:e.slice(a+1);if(c.length){var h=t.slice(s,s+c.length);if(!this._matchOne(h,c,r,0,0))return!1;s+=c.length}var d=0;if(u.length){if(u.length+s>t.length)return!1;var f=t.length-u.length;if(this._matchOne(t,u,r,f,0))d=u.length;else{if(t[t.length-1]!==""||s+u.length===t.length||(f--,!this._matchOne(t,u,r,f,0)))return!1;d=u.length+1}}if(!l.length){var p=!!d;for(n=s;n<t.length-d;n++){var m=String(t[n]);if(p=!0,m==="."||m===".."||!this.options.dot&&m.charAt(0)===".")return!1}return r||p}for(var E=[[[],0]],y=E[0],C=0,w=[0],B=0;B<l.length;B++){var N=l[B];N===Xf?(w.push(C),y=[[],0],E.push(y)):(y[0].push(N),C++)}for(var O=E.length-1,P=t.length-d,M=0;M<E.length;M++)E[M][1]=P-(w[O--]+E[M][0].length);return!!this._matchGlobStarBodySections(t,E,s,0,r,0,!!d)};Xr.prototype._matchGlobStarBodySections=function(t,e,r,s,i,n,o){var a=e[s];if(!a){for(var c=r;c<t.length;c++){o=!0;var l=t[c];if(l==="."||l===".."||!this.options.dot&&l.charAt(0)===".")return!1}return o}for(var u=a[0],h=a[1];r<=h;){var d=this._matchOne(t.slice(0,r+u.length),u,i,r,0);if(d&&n<this.maxGlobstarRecursion){var f=this._matchGlobStarBodySections(t,e,r+u.length,s+1,i,n+1,o);if(f!==!1)return f}var l=t[r];if(l==="."||l===".."||!this.options.dot&&l.charAt(0)===".")return!1;r++}return i||null};Xr.prototype._matchOne=function(t,e,r,s,i){var n,o,a,c;for(n=s,o=i,a=t.length,c=e.length;n<a&&o<c;n++,o++){this.debug("matchOne loop");var l=e[o],u=t[n];if(this.debug(e,l,u),l===!1||l===Xf)return!1;var h;if(typeof l=="string"?(h=u===l,this.debug("string match",l,u,h)):(h=u.match(l),this.debug("pattern match",l,u,h)),!h)return!1}if(n===a&&o===c)return!0;if(n===a)return r;if(o===c)return n===a-1&&t[n]==="";throw new Error("wtf?")};function _Ye(t){return t.replace(/\\(.)/g,"$1")}function QYe(t){return t.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&")}});var ng=A((bUt,hle)=>{"use strict";var UYe="2.0.0"
`).join(`
2026-06-23 16:00:22 +00:00
`+n),t.push(i+"m+"+tv.exports.humanize(this.diff)+"\x1B[0m")}else t[0]=HXe()+e+" "+t[0]}function HXe(){return zs.inspectOpts.hideDate?"":new Date().toISOString()+" "}function VXe(...t){return process.stderr.write(ev.format(...t)+`
`)}function zXe(t){t?process.env.DEBUG=t:delete process.env.DEBUG}function $Xe(){return process.env.DEBUG}function jXe(t){t.inspectOpts={};let e=Object.keys(zs.inspectOpts);for(let r=0;r<e.length;r++)t.inspectOpts[e[r]]=zs.inspectOpts[e[r]]}tv.exports=qU()(zs);var{formatters:Whe}=tv.exports;Whe.o=function(t){return this.inspectOpts.colors=this.useColors,ev.inspect(t,this.inspectOpts).split(`
`).map(e=>e.trim()).join(" ")};Whe.O=function(t){return this.inspectOpts.colors=this.useColors,ev.inspect(t,this.inspectOpts)}});var cp=A((GGt,zU)=>{typeof process>"u"||process.type==="renderer"||process.browser===!0||process.__nwjs?zU.exports=zhe():zU.exports=Khe()});var ede=A(fn=>{"use strict";var JXe=fn&&fn.__createBinding||(Object.create?(function(t,e,r,s){s===void 0&&(s=r);var i=Object.getOwnPropertyDescriptor(e,r);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,s,i)}):(function(t,e,r,s){s===void 0&&(s=r),t[s]=e[r]})),YXe=fn&&fn.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),Xhe=fn&&fn.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)r!=="default"&&Object.prototype.hasOwnProperty.call(t,r)&&JXe(e,t,r);return YXe(e,t),e};Object.defineProperty(fn,"__esModule",{value:!0});fn.req=fn.json=fn.toBuffer=void 0;var WXe=Xhe(require("http")),KXe=Xhe(require("https"));async function Zhe(t){let e=0,r=[];for await(let s of t)e+=s.length,r.push(s);return Buffer.concat(r,e)}fn.toBuffer=Zhe;async function XXe(t){let r=(await Zhe(t)).toString("utf8");try{return JSON.parse(r)}catch(s){let i=s;throw i.message+=` (input: ${r})`,i}}fn.json=XXe;function ZXe(t,e={}){let s=((typeof t=="string"?t:t.href).startsWith("https:")?KXe:WXe).request(t,e),i=new Promise((n,o)=>{s.once("response",n).once("error",o).end()});return s.then=i.then.bind(i),s}fn.req=ZXe});var ide=A(to=>{"use strict";var rde=to&&to.__createBinding||(Object.create?(function(t,e,r,s){s===void 0&&(s=r);var i=Object.getOwnPropertyDescriptor(e,r);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,s,i)}):(function(t,e,r,s){s===void 0&&(s=r),t[s]=e[r]})),eZe=to&&to.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),sde=to&&to.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)r!=="default"&&Object.prototype.hasOwnProperty.call(t,r)&&rde(e,t,r);return eZe(e,t),e},tZe=to&&to.__exportStar||function(t,e){for(var r in t)r!=="default"&&!Object.prototype.hasOwnProperty.call(e,r)&&rde(e,t,r)};Object.defineProperty(to,"__esModule",{value:!0});to.Agent=void 0;var rZe=sde(require("net")),tde=sde(require("http")),sZe=require("https");tZe(ede(),to);var _c=Symbol("AgentBaseInternalState"),$U=class extends tde.Agent{constructor(e){super(e),this[_c]={}}isSecureEndpoint(e){if(e){if(typeof e.secureEndpoint=="boolean")return e.secureEndpoint;if(typeof e.protocol=="string")return e.protocol==="https:"}let{stack:r}=new Error;return typeof r!="string"?!1:r.split(`
`).some(s=>s.indexOf("(https.js:")!==-1||s.indexOf("node:https:")!==-1)}incrementSockets(e){if(this.maxSockets===1/0&&this.maxTotalSockets===1/0)return null;this.sockets[e]||(this.sockets[e]=[]);let r=new rZe.Socket({writable:!1});return this.sockets[e].push(r),this.totalSocketCount++,r}decrementSockets(e,r){if(!this.sockets[e]||r===null)return;let s=this.sockets[e],i=s.indexOf(r);i!==-1&&(s.splice(i,1),this.totalSocketCount--,s.length===0&&delete this.sockets[e])}getName(e){return this.isSecureEndpoint(e)?sZe.Agent.prototype.getName.call(this,e):super.getName(e)}createSocket(e,r,s){let i={...r,secureEndpoint:this.isSecureEndpoint(r)},n=this.getName(i),o=this.incrementSockets(n);Promise.resolve().then(()=>this.connect(e,i)).then(a=>{if(this.decrementSockets(n,o),a instanceof tde.Agent)try{return a.addRequest(e,i)}catch(c){return s(c)}this[_c].currentSocket=a,super.createSocket(e,r,s)},a=>{this.decrementSockets(n,o),s(a)})}createConnection(){let e=this[_c].currentSocket;if(this[_c].currentSocket=void 0,!e)throw new Error("No socket was returned in the `connect()` function");return e}get defaultPort(){return this[_c].defaultPort??(this.protocol==="https:"?443:80)}set defaultPort(e){this[_c]&&(this[_c].defaultPort=e)}get protocol(){return this[_c].protocol??(this.isSecureEndpoint()?"https:":"http:")}set protocol(e){this[_c]&&(this[_c].protocol=e)}};to.Agent=$U});var nde=A(mg=>{"use strict";var iZe=mg&&mg.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(mg,"__esModule",{value:!0});mg.parseProxyResponse=void 0;var nZe=iZe(cp()),rv=(0,nZe.default)("https-proxy-agent:parse-proxy-response");function oZe(t){return new Promise((e,r)=>{let s=0,i=[];function n(){let u=t.read();u?l(u):t.once("readable",n)}function o(){t.removeListener("end",a),t.removeListener("error",c),t.removeListener("readable",n)}function a(){o(),rv("onend"),r(new Error("Proxy connection ended before receiving CONNECT response"))}function c(u){o(),rv("onerror %o",u),r(u)}function l(u){i.push(u),s+=u.length;let h=Buffer.concat(i,s),d=h.indexOf(`\r
\r
2026-06-23 16:00:22 +00:00
`);if(d===-1){rv("have not received end of HTTP headers yet..."),n();return}let f=h.slice(0,d).toString("ascii").split(`\r
`),p=f.shift();if(!p)return t.destroy(),r(new Error("No header received from proxy CONNECT response"));let m=p.split(" "),E=+m[1],y=m.slice(2).join(" "),C={};for(let w of f){if(!w)continue;let B=w.indexOf(":");if(B===-1)return t.destroy(),r(new Error(`Invalid header from proxy CONNECT response: "${w}"`));let N=w.slice(0,B).toLowerCase(),O=w.slice(B+1).trimStart(),P=C[N];typeof P=="string"?C[N]=[P,O]:Array.isArray(P)?P.push(O):C[N]=O}rv("got proxy server response: %o %o",p,C),o(),e({connect:{statusCode:E,statusText:y,headers:C},buffered:h})}t.on("error",c),t.on("end",a),n()})}mg.parseProxyResponse=oZe});var hde=A($o=>{"use strict";var aZe=$o&&$o.__createBinding||(Object.create?(function(t,e,r,s){s===void 0&&(s=r);var i=Object.getOwnPropertyDescriptor(e,r);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,s,i)}):(function(t,e,r,s){s===void 0&&(s=r),t[s]=e[r]})),cZe=$o&&$o.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),lde=$o&&$o.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)r!=="default"&&Object.prototype.hasOwnProperty.call(t,r)&&aZe(e,t,r);return cZe(e,t),e},ude=$o&&$o.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty($o,"__esModule",{value:!0});$o.HttpsProxyAgent=void 0;var sv=lde(require("net")),ode=lde(require("tls")),lZe=ude(require("assert")),uZe=ude(cp()),hZe=ide(),dZe=require("url"),fZe=nde(),XI=(0,uZe.default)("https-proxy-agent"),ade=t=>t.servername===void 0&&t.host&&!sv.isIP(t.host)?{...t,servername:t.host}:t,iv=class extends hZe.Agent{constructor(e,r){super(r),this.options={path:void 0},this.proxy=typeof e=="string"?new dZe.URL(e):e,this.proxyHeaders=r?.headers??{},XI("Creating new HttpsProxyAgent instance: %o",this.proxy.href);let s=(this.proxy.hostname||this.proxy.host).replace(/^\[|\]$/g,""),i=this.proxy.port?parseInt(this.proxy.port,10):this.proxy.protocol==="https:"?443:80;this.connectOpts={ALPNProtocols:["http/1.1"],...r?cde(r,"headers"):null,host:s,port:i}}async connect(e,r){let{proxy:s}=this;if(!r.host)throw new TypeError('No "host" provided');let i;s.protocol==="https:"?(XI("Creating `tls.Socket`: %o",this.connectOpts),i=ode.connect(ade(this.connectOpts))):(XI("Creating `net.Socket`: %o",this.connectOpts),i=sv.connect(this.connectOpts));let n=typeof this.proxyHeaders=="function"?this.proxyHeaders():{...this.proxyHeaders},o=sv.isIPv6(r.host)?`[${r.host}]`:r.host,a=`CONNECT ${o}:${r.port} HTTP/1.1\r
2026-05-22 14:44:02 +00:00
`;if(s.username||s.password){let d=`${decodeURIComponent(s.username)}:${decodeURIComponent(s.password)}`;n["Proxy-Authorization"]=`Basic ${Buffer.from(d).toString("base64")}`}n.Host=`${o}:${r.port}`,n["Proxy-Connection"]||(n["Proxy-Connection"]=this.keepAlive?"Keep-Alive":"close");for(let d of Object.keys(n))a+=`${d}: ${n[d]}\r
2026-06-23 16:00:22 +00:00
`;let c=(0,fZe.parseProxyResponse)(i);i.write(`${a}\r
`);let{connect:l,buffered:u}=await c;if(e.emit("proxyConnect",l),this.emit("proxyConnect",l,e),l.statusCode===200)return e.once("socket",pZe),r.secureEndpoint?(XI("Upgrading socket connection to TLS"),ode.connect({...cde(ade(r),"host","path","port"),socket:i})):i;i.destroy();let h=new sv.Socket({writable:!1});return h.readable=!0,e.once("socket",d=>{XI("Replaying proxy buffer for failed request"),(0,lZe.default)(d.listenerCount("data")>0),d.push(u),d.push(null)}),h}};iv.protocols=["http","https"];$o.HttpsProxyAgent=iv;function pZe(t){t.resume()}function cde(t,...e){let r={},s;for(s in t)e.includes(s)||(r[s]=t[s]);return r}});var pde=A(pn=>{"use strict";var AZe=pn&&pn.__createBinding||(Object.create?(function(t,e,r,s){s===void 0&&(s=r);var i=Object.getOwnPropertyDescriptor(e,r);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,s,i)}):(function(t,e,r,s){s===void 0&&(s=r),t[s]=e[r]})),mZe=pn&&pn.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),dde=pn&&pn.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)r!=="default"&&Object.prototype.hasOwnProperty.call(t,r)&&AZe(e,t,r);return mZe(e,t),e};Object.defineProperty(pn,"__esModule",{value:!0});pn.req=pn.json=pn.toBuffer=void 0;var gZe=dde(require("http")),yZe=dde(require("https"));async function fde(t){let e=0,r=[];for await(let s of t)e+=s.length,r.push(s);return Buffer.concat(r,e)}pn.toBuffer=fde;async function EZe(t){let r=(await fde(t)).toString("utf8");try{return JSON.parse(r)}catch(s){let i=s;throw i.message+=` (input: ${r})`,i}}pn.json=EZe;function CZe(t,e={}){let s=((typeof t=="string"?t:t.href).startsWith("https:")?yZe:gZe).request(t,e),i=new Promise((n,o)=>{s.once("response",n).once("error",o).end()});return s.then=i.then.bind(i),s}pn.req=CZe});var ZI=A(ro=>{"use strict";var mde=ro&&ro.__createBinding||(Object.create?(function(t,e,r,s){s===void 0&&(s=r);var i=Object.getOwnPropertyDescriptor(e,r);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,s,i)}):(function(t,e,r,s){s===void 0&&(s=r),t[s]=e[r]})),IZe=ro&&ro.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),gde=ro&&ro.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)r!=="default"&&Object.prototype.hasOwnProperty.call(t,r)&&mde(e,t,r);return IZe(e,t),e},bZe=ro&&ro.__exportStar||function(t,e){for(var r in t)r!=="default"&&!Object.prototype.hasOwnProperty.call(e,r)&&mde(e,t,r)};Object.defineProperty(ro,"__esModule",{value:!0});ro.Agent=void 0;var wZe=gde(require("net")),Ade=gde(require("http")),SZe=require("https");bZe(pde(),ro);var Qc=Symbol("AgentBaseInternalState"),jU=class extends Ade.Agent{constructor(e){super(e),this[Qc]={}}isSecureEndpoint(e){if(e){if(typeof e.secureEndpoint=="boolean")return e.secureEndpoint;if(typeof e.protocol=="string")return e.protocol==="https:"}let{stack:r}=new Error;return typeof r!="string"?!1:r.split(`
`).some(s=>s.indexOf("(https.js:")!==-1||s.indexOf("node:https:")!==-1)}incrementSockets(e){if(this.maxSockets===1/0&&this.maxTotalSockets===1/0)return null;this.sockets[e]||(this.sockets[e]=[]);let r=new wZe.Socket({writable:!1});return this.sockets[e].push(r),this.totalSocketCount++,r}decrementSockets(e,r){if(!this.sockets[e]||r===null)return;let s=this.sockets[e],i=s.indexOf(r);i!==-1&&(s.splice(i,1),this.totalSocketCount--,s.length===0&&delete this.sockets[e])}getName(e){return(typeof e.secureEndpoint=="boolean"?e.secureEndpoint:this.isSecureEndpoint(e))?SZe.Agent.prototype.getName.call(this,e):super.getName(e)}createSocket(e,r,s){let i={...r,secureEndpoint:this.isSecureEndpoint(r)},n=this.getName(i),o=this.incrementSockets(n);Promise.resolve().then(()=>this.connect(e,i)).then(a=>{if(this.decrementSockets(n,o),a instanceof Ade.Agent)return a.addRequest(e,i);this[Qc].currentSocket=a,super.createSocket(e,r,s)},a=>{this.decrementSockets(n,o),s(a)})}createConnection(){let e=this[Qc].currentSocket;if(this[Qc].currentSocket=void 0,!e)throw new Error("No socket was returned in the `connect()` function");return e}get defaultPort(){return this[Qc].defaultPort??(this.protocol==="https:"?443:80)}set defaultPort(e){this[Qc]&&(this[Qc].defaultPort=e)}get protocol(){return this[Qc].protocol??(this.isSecureEndpoint()?"https:":"http:")}set protocol(e){this[Qc]&&(this[Qc].protocol=e)}};ro.Agent=jU});var JU=A(jo=>{"use strict";var BZe=jo&&jo.__createBinding||(Object.create?(function(t,e,r,s){s===void 0&&(s=r);var i=Object.getOwnPropertyDescriptor(e,r);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,s,i)}):(function(t,e,r,s){s===void 0&&(s=r),t[s]=e[r]})),xZe=jo&&jo.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),Ede=jo&&jo.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)r!=="default"&&Object.prototype.hasOwnProperty.call(t,r)&&BZe(e,t,r);return xZe(e,t),e},NZe=jo&&jo.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(jo,"__esModule",{value:!0});jo.HttpProxyAgent=void 0;var vZe=Ede(require("net")),RZe=Ede(require("tls")),TZe=NZe(cp()),_Ze=require("events"),QZe=ZI(),yde=require("url"),gg=(0,TZe.default)("http-proxy-agent"),nv=class extends QZe.Agent{constructor(e,r){super(r),this.proxy=typeof e=="string"?new yde.URL(e):e,this.proxyHeaders=r?.headers??{},gg("Creating new HttpProxyAgent instance: %o",this.proxy.href);let s=(this.proxy.hostname||this.proxy.host).replace(/^\[|\]$/g,""),i=this.proxy.port?parseInt(this.proxy.port,10):this.proxy.protocol==="https:"?443:80;this.connectOpts={...r?PZe(r,"headers"):null,host:s,port:i}}addRequest(e,r){e._header=null,this.setRequestProps(e,r),super.addRequest(e,r)}setRequestProps(e,r){let{proxy:s}=this,i=r.secureEndpoint?"https:":"http:",n=e.getHeader("host")||"localhost",o=`${i}//${n}`,a=new yde.URL(e.path,o);r.port!==80&&(a.port=String(r.port)),e.path=String(a);let c=typeof this.proxyHeaders=="function"?this.proxyHeaders():{...this.proxyHeaders};if(s.username||s.password){let l=`${decodeURIComponent(s.username)}:${decodeURIComponent(s.password)}`;c["Proxy-Authorization"]=`Basic ${Buffer.from(l).toString("base64")}`}c["Proxy-Connection"]||(c["Proxy-Connection"]=this.keepAlive?"Keep-Alive":"close");for(let l of Object.keys(c)){let u=c[l];u&&e.setHeader(l,u)}}async connect(e,r){e._header=null,e.path.includes("://")||this.setRequestProps(e,r);let s,i;gg("Regenerating stored HTTP header string for request"),e._implicitHeader(),e.outputData&&e.outputData.length>0&&(gg("Patching connection write() output buffer with updated header"),s=e.outputData[0].data,i=s.indexOf(`\r
\r
2026-06-23 16:00:22 +00:00
`)+4,e.outputData[0].data=e._header+s.substring(i),gg("Output buffer: %o",e.outputData[0].data));let n;return this.proxy.protocol==="https:"?(gg("Creating `tls.Socket`: %o",this.connectOpts),n=RZe.connect(this.connectOpts)):(gg("Creating `net.Socket`: %o",this.connectOpts),n=vZe.connect(this.connectOpts)),await(0,_Ze.once)(n,"connect"),n}};nv.protocols=["http","https"];jo.HttpProxyAgent=nv;function PZe(t,...e){let r={},s;for(s in t)e.includes(s)||(r[s]=t[s]);return r}});var qde=A(Ev=>{"use strict";Object.defineProperty(Ev,"__esModule",{value:!0});Ev.state=void 0;Ev.state={instrumenterImplementation:void 0}});var ife=A(Sv=>{"use strict";Object.defineProperty(Sv,"__esModule",{value:!0});Sv.state=void 0;Sv.state={operationRequestMap:new WeakMap}});var kAe=A(Dg=>{"use strict";Object.defineProperty(Dg,"__esModule",{value:!0});var tit=require("os"),rit=require("util");function sit(t){return t&&typeof t=="object"&&"default"in t?t:{default:t}}var iit=sit(rit);function nit(t,...e){process.stderr.write(`${iit.default.format(t,...e)}${tit.EOL}`)}var xAe=typeof process<"u"&&process.env&&process.env.DEBUG||void 0,vAe,x8=[],N8=[],HR=[];xAe&&v8(xAe);var RAe=Object.assign(t=>TAe(t),{enable:v8,enabled:R8,disable:oit,log:nit});function v8(t){vAe=t,x8=[],N8=[];let e=/\*/g,r=t.split(",").map(s=>s.trim().replace(e,".*?"));for(let s of r)s.startsWith("-")?N8.push(new RegExp(`^${s.substr(1)}$`)):x8.push(new RegExp(`^${s}$`));for(let s of HR)s.enabled=R8(s.namespace)}function R8(t){if(t.endsWith("*"))return!0;for(let e of N8)if(e.test(t))return!1;for(let e of x8)if(e.test(t))return!0;return!1}function oit(){let t=vAe||"";return v8(""),t}function TAe(t){let e=Object.assign(r,{enabled:R8(t),destroy:ait,log:RAe.log,namespace:t,extend:cit});function r(...s){e.enabled&&(s.length>0&&(s[0]=`${t} ${s[0]}`),e.log(...s))}return HR.push(e),e}function ait(){let t=HR.indexOf(this);return t>=0?(HR.splice(t,1),!0):!1}function cit(t){let e=TAe(`${this.namespace}:${t}`);return e.log=this.log,e}var U0=RAe,_Ae=new Set,qR=typeof process<"u"&&process.env&&process.env.AZURE_LOG_LEVEL||void 0,VR,zR=U0("azure");zR.log=(...t)=>{U0.log(...t)};var T8=["verbose","info","warning","error"];qR&&(DAe(qR)?QAe(qR):console.error(`AZURE_LOG_LEVEL set to unknown log level '${qR}'; logging is not enabled. Acceptable values: ${T8.join(", ")}.`));function QAe(t){if(t&&!DAe(t))throw new Error(`Unknown log level '${t}'. Acceptable values: ${T8.join(",")}`);VR=t;let e=[];for(let r of _Ae)OAe(r)&&e.push(r.namespace);U0.enable(e.join(","))}function lit(){return VR}var NAe={verbose:400,info:300,warning:200,error:100};function uit(t){let e=zR.extend(t);return PAe(zR,e),{error:GR(e,"error"),warning:GR(e,"warning"),info:GR(e,"info"),verbose:GR(e,"verbose")}}function PAe(t,e){e.log=(...r)=>{t.log(...r)}}function GR(t,e){let r=Object.assign(t.extend(e),{level:e});if(PAe(t,r),OAe(r)){let s=U0.disable();U0.enable(s+","+r.namespace)}return _Ae.add(r),r}function OAe(t){return!!(VR&&NAe[t.level]<=NAe[VR])}function DAe(t){return T8.includes(t)}Dg.AzureLogger=zR;Dg.createClientLogger=uit;Dg.getLogLevel=lit;Dg.setLogLevel=QAe});var P8=A(G0=>{"use strict";Object.defineProperty(G0,"__esModule",{value:!0});var kg=new WeakMap,$R=new WeakMap,q0=class t{constructor(){this.onabort=null,kg.set(this,[]),$R.set(this,!1)}get aborted(){if(!$R.has(this))throw new TypeError("Expected `this` to be an instance of AbortSignal.");return $R.get(this)}static get none(){return new t}addEventListener(e,r){if(!kg.has(this))throw new TypeError("Expected `this` to be an instance of AbortSignal.");kg.get(this).push(r)}removeEventListener(e,r){if(!kg.has(this))throw new TypeError("Expected `this` to be an instance of AbortSignal.");let s=kg.get(this),i=s.indexOf(r);i>-1&&s.splice(i,1)}dispatchEvent(e){throw new Error("This is a stub dispatchEvent implementation that should not be used. It only exists for type-checking purposes.")}};function MAe(t){if(t.aborted)return;t.onabort&&t.onabort.call(t);let e=kg.get(t);e&&e.slice().forEach(r=>{r.call(t,{type:"abort"})}),$R.set(t,!0)}var _8=class extends Error{constructor(e){super(e),t
Polling from: ${r.config.operationLocation}
Operation status: ${u}
2026-06-23 16:00:22 +00:00
Polling status: ${$Ae.includes(u)?"Stopped":"Running"}`),u==="succeeded"){let h=o(l,r);if(h!==void 0)return{response:await e(h).catch(VAe({state:r,stateProxy:s,isOperationError:a})),status:u}}return{response:l,status:u}}async function WAe(t){let{poll:e,state:r,stateProxy:s,options:i,getOperationStatus:n,getResourceLocation:o,getOperationLocation:a,isOperationError:c,withOperationLocation:l,getPollingInterval:u,processResult:h,getError:d,updateState:f,setDelay:p,isDone:m,setErrorAsResult:E}=t,{operationLocation:y}=r.config;if(y!==void 0){let{response:C,status:w}=await Nit({poll:e,getOperationStatus:n,state:r,stateProxy:s,operationLocation:y,getResourceLocation:o,isOperationError:c,options:i});if(JAe({status:w,response:C,state:r,stateProxy:s,isDone:m,processResult:h,getError:d,setErrorAsResult:E}),!$Ae.includes(w)){let B=u?.(C);B&&p(B);let N=a?.(C,r);if(N!==void 0){let O=y!==N;r.config.operationLocation=N,l?.(N,O)}else l?.(y,!1)}f?.(r,C)}}function KAe(t){let{azureAsyncOperation:e,operationLocation:r}=t;return r??e}function XAe(t){return t.headers.location}function ZAe(t){return t.headers["operation-location"]}function eme(t){return t.headers["azure-asyncoperation"]}function vit(t){let{location:e,requestMethod:r,requestPath:s,resourceLocationConfig:i}=t;switch(r){case"PUT":return s;case"DELETE":return;default:switch(i){case"azure-async-operation":return;case"original-uri":return s;default:return e}}}function tme(t){let{rawResponse:e,requestMethod:r,requestPath:s,resourceLocationConfig:i}=t,n=ZAe(e),o=eme(e),a=KAe({operationLocation:n,azureAsyncOperation:o}),c=XAe(e),l=r?.toLocaleUpperCase();return a!==void 0?{mode:"OperationLocation",operationLocation:a,resourceLocation:vit({requestMethod:l,location:c,requestPath:s,resourceLocationConfig:i})}:c!==void 0?{mode:"ResourceLocation",operationLocation:c}:l==="PUT"&&s?{mode:"Body",operationLocation:s}:void 0}function rme(t){let{status:e,statusCode:r}=t;if(typeof e!="string"&&e!==void 0)throw new Error(`Polling was unsuccessful. Expected status to have a string value or no value but it has instead: ${e}. This doesn't necessarily indicate the operation has failed. Check your Azure subscription or resource status for more information.`);switch(e?.toLocaleLowerCase()){case void 0:return q8(r);case"succeeded":return"succeeded";case"failed":return"failed";case"running":case"accepted":case"started":case"canceling":case"cancelling":return"running";case"canceled":case"cancelled":return"canceled";default:return xp.verbose(`LRO: unrecognized operation status: ${e}`),e}}function Rit(t){var e;let{status:r}=(e=t.body)!==null&&e!==void 0?e:{};return rme({status:r,statusCode:t.statusCode})}function Tit(t){var e,r;let{properties:s,provisioningState:i}=(e=t.body)!==null&&e!==void 0?e:{},n=(r=s?.provisioningState)!==null&&r!==void 0?r:i;return rme({status:n,statusCode:t.statusCode})}function q8(t){return t===202?"running":t<300?"succeeded":"failed"}function sme({rawResponse:t}){let e=t.headers["retry-after"];if(e!==void 0){let r=parseInt(e);return isNaN(r)?_it(new Date(e)):r*1e3}}function ime(t){let e=t.flatResponse.error;if(!e){xp.warning("The long-running operation failed but there is no error property in the response's body");return}if(!e.code||!e.message){xp.warning("The long-running operation failed but the error property in the response's body doesn't contain code or message");return}return e}function _it(t){let e=Math.floor(new Date().getTime()),r=t.getTime();if(e<r)return r-e}function nme(t){let{response:e,state:r,operationLocation:s}=t;function i(){var o;switch((o=r.config.metadata)===null||o===void 0?void 0:o.mode){case void 0:return q8(e.rawResponse.statusCode);case"Body":return G8(e,r);default:return"running"}}let n=i();return n==="running"&&s===void 0?"succeeded":n}async function Qit(t){let{stateProxy:e,resourceLocationConfig:r,processResult:s,lro:i,setErrorAsResult:n}=t;return YAe({init:async()=>{let o=await i.sendInitialRequest(),a=tme({rawResponse:o.rawResponse,requestPath:i.requestPath,requestMethod:i.requestMethod,resourceLocationConfig:r});return Object.assign({response:o,operat
`:case"\r":case" ":case" ":continue;default:throw Error("invalid base64 string.")}switch(i){case 0:o=n,i=1;break;case 1:r[s++]=o<<2|(n&48)>>4,o=n,i=2;break;case 2:r[s++]=(o&15)<<4|(n&60)>>2,o=n,i=3;break;case 3:r[s++]=(o&3)<<6|n,i=0;break}}if(i==1)throw Error("invalid base64 string.");return r.subarray(0,s)}Gg.base64decode=Ant;function mnt(t){let e="",r=0,s,i=0;for(let n=0;n<t.length;n++)switch(s=t[n],r){case 0:e+=Du[s>>2],i=(s&3)<<4,r=1;break;case 1:e+=Du[i|s>>4],i=(s&15)<<2,r=2;break;case 2:e+=Du[i|s>>6],e+=Du[s&63],r=0;break}return r&&(e+=Du[i],e+="=",r==1&&(e+="=")),e}Gg.base64encode=mnt});var kme=A(hT=>{"use strict";Object.defineProperty(hT,"__esModule",{value:!0});hT.utf8read=void 0;var X8=t=>String.fromCharCode.apply(String,t);function gnt(t){if(t.length<1)return"";let e=0,r=[],s=[],i=0,n,o=t.length;for(;e<o;)n=t[e++],n<128?s[i++]=n:n>191&&n<224?s[i++]=(n&31)<<6|t[e++]&63:n>239&&n<365?(n=((n&7)<<18|(t[e++]&63)<<12|(t[e++]&63)<<6|t[e++]&63)-65536,s[i++]=55296+(n>>10),s[i++]=56320+(n&1023)):s[i++]=(n&15)<<12|(t[e++]&63)<<6|t[e++]&63,i>8191&&(r.push(X8(s)),i=0);return r.length?(i&&r.push(X8(s.slice(0,i))),r.join("")):X8(s.slice(0,i))}hT.utf8read=gnt});var W0=A(il=>{"use strict";Object.defineProperty(il,"__esModule",{value:!0});il.WireType=il.mergeBinaryOptions=il.UnknownFieldHandler=void 0;var ynt;(function(t){t.symbol=Symbol.for("protobuf-ts/unknown"),t.onRead=(r,s,i,n,o)=>{(e(s)?s[t.symbol]:s[t.symbol]=[]).push({no:i,wireType:n,data:o})},t.onWrite=(r,s,i)=>{for(let{no:n,wireType:o,data:a}of t.list(s))i.tag(n,o).raw(a)},t.list=(r,s)=>{if(e(r)){let i=r[t.symbol];return s?i.filter(n=>n.no==s):i}return[]},t.last=(r,s)=>t.list(r,s).slice(-1)[0];let e=r=>r&&Array.isArray(r[t.symbol])})(ynt=il.UnknownFieldHandler||(il.UnknownFieldHandler={}));function Ent(t,e){return Object.assign(Object.assign({},t),e)}il.mergeBinaryOptions=Ent;var Cnt;(function(t){t[t.Varint=0]="Varint",t[t.Bit64=1]="Bit64",t[t.LengthDelimited=2]="LengthDelimited",t[t.StartGroup=3]="StartGroup",t[t.EndGroup=4]="EndGroup",t[t.Bit32=5]="Bit32"})(Cnt=il.WireType||(il.WireType={}))});var fT=A(In=>{"use strict";Object.defineProperty(In,"__esModule",{value:!0});In.varint32read=In.varint32write=In.int64toString=In.int64fromString=In.varint64write=In.varint64read=void 0;function Int(){let t=0,e=0;for(let s=0;s<28;s+=7){let i=this.buf[this.pos++];if(t|=(i&127)<<s,(i&128)==0)return this.assertBounds(),[t,e]}let r=this.buf[this.pos++];if(t|=(r&15)<<28,e=(r&112)>>4,(r&128)==0)return this.assertBounds(),[t,e];for(let s=3;s<=31;s+=7){let i=this.buf[this.pos++];if(e|=(i&127)<<s,(i&128)==0)return this.assertBounds(),[t,e]}throw new Error("invalid varint")}In.varint64read=Int;function bnt(t,e,r){for(let n=0;n<28;n=n+7){let o=t>>>n,a=!(!(o>>>7)&&e==0),c=(a?o|128:o)&255;if(r.push(c),!a)return}let s=t>>>28&15|(e&7)<<4,i=e>>3!=0;if(r.push((i?s|128:s)&255),!!i){for(let n=3;n<31;n=n+7){let o=e>>>n,a=!!(o>>>7),c=(a?o|128:o)&255;if(r.push(c),!a)return}r.push(e>>>31&1)}}In.varint64write=bnt;var dT=65536*65536;function wnt(t){let e=t[0]=="-";e&&(t=t.slice(1));let r=1e6,s=0,i=0;function n(o,a){let c=Number(t.slice(o,a));i*=r,s=s*r+c,s>=dT&&(i=i+(s/dT|0),s=s%dT)}return n(-24,-18),n(-18,-12),n(-12,-6),n(-6),[e,s,i]}In.int64fromString=wnt;function Snt(t,e){if(e>>>0<=2097151)return""+(dT*e+(t>>>0));let r=t&16777215,s=(t>>>24|e<<8)>>>0&16777215,i=e>>16&65535,n=r+s*6777216+i*6710656,o=s+i*8147497,a=i*2,c=1e7;n>=c&&(o+=Math.floor(n/c),n%=c),o>=c&&(a+=Math.floor(o/c),o%=c);function l(u,h){let d=u?String(u):"";return h?"0000000".slice(d.length)+d:d}return l(a,0)+l(o,a)+l(n,1)}In.int64toString=Snt;function Bnt(t,e){if(t>=0){for(;t>127;)e.push(t&127|128),t=t>>>7;e.push(t)}else{for(let r=0;r<9;r++)e.push(t&127|128),t=t>>7;e.push(1)}}In.varint32write=Bnt;function xnt(){let t=this.buf[this.pos++],e=t&127;if((t&128)==0)return this.assertBounds(),e;if(t=this.buf[this.pos++],e|=(t&127)<<7,(t&128)==0)return this.assertBounds(),e;if(t=this.buf[this.pos++],e|=(t&127)<<14,(t&128)==0)return this.assertBounds(),e;if(t=this.buf[this.pos++],e|=(t&127)<<21,(t&128)==0)return this.assertBounds(),e;t=this.bu
`)}};UT.RpcError=BV});var NV=A(GT=>{"use strict";Object.defineProperty(GT,"__esModule",{value:!0});GT.mergeRpcOptions=void 0;var Age=Fr();function Jot(t,e){if(!e)return t;let r={};qT(t,r),qT(e,r);for(let s of Object.keys(e)){let i=e[s];switch(s){case"jsonOptions":r.jsonOptions=Age.mergeJsonOptions(t.jsonOptions,r.jsonOptions);break;case"binaryOptions":r.binaryOptions=Age.mergeBinaryOptions(t.binaryOptions,r.binaryOptions);break;case"meta":r.meta={},qT(t.meta,r.meta),qT(e.meta,r.meta);break;case"interceptors":r.interceptors=t.interceptors?t.interceptors.concat(i):i.concat();break}}return r}GT.mergeRpcOptions=Jot;function qT(t,e){if(!t)return;let r=e;for(let[s,i]of Object.entries(t))i instanceof Date?r[s]=new Date(i.getTime()):Array.isArray(i)?r[s]=i.concat():r[s]=i}});var RV=A(_p=>{"use strict";Object.defineProperty(_p,"__esModule",{value:!0});_p.Deferred=_p.DeferredState=void 0;var al;(function(t){t[t.PENDING=0]="PENDING",t[t.REJECTED=1]="REJECTED",t[t.RESOLVED=2]="RESOLVED"})(al=_p.DeferredState||(_p.DeferredState={}));var vV=class{constructor(e=!0){this._state=al.PENDING,this._promise=new Promise((r,s)=>{this._resolve=r,this._reject=s}),e&&this._promise.catch(r=>{})}get state(){return this._state}get promise(){return this._promise}resolve(e){if(this.state!==al.PENDING)throw new Error(`cannot resolve ${al[this.state].toLowerCase()}`);this._resolve(e),this._state=al.RESOLVED}reject(e){if(this.state!==al.PENDING)throw new Error(`cannot reject ${al[this.state].toLowerCase()}`);this._reject(e),this._state=al.REJECTED}resolvePending(e){this._state===al.PENDING&&this.resolve(e)}rejectPending(e){this._state===al.PENDING&&this.reject(e)}};_p.Deferred=vV});var _V=A(HT=>{"use strict";Object.defineProperty(HT,"__esModule",{value:!0});HT.RpcOutputStreamController=void 0;var mge=RV(),Qp=Fr(),TV=class{constructor(){this._lis={nxt:[],msg:[],err:[],cmp:[]},this._closed=!1,this._itState={q:[]}}onNext(e){return this.addLis(e,this._lis.nxt)}onMessage(e){return this.addLis(e,this._lis.msg)}onError(e){return this.addLis(e,this._lis.err)}onComplete(e){return this.addLis(e,this._lis.cmp)}addLis(e,r){return r.push(e),()=>{let s=r.indexOf(e);s>=0&&r.splice(s,1)}}clearLis(){for(let e of Object.values(this._lis))e.splice(0,e.length)}get closed(){return this._closed!==!1}notifyNext(e,r,s){Qp.assert((e?1:0)+(r?1:0)+(s?1:0)<=1,"only one emission at a time"),e&&this.notifyMessage(e),r&&this.notifyError(r),s&&this.notifyComplete()}notifyMessage(e){Qp.assert(!this.closed,"stream is closed"),this.pushIt({value:e,done:!1}),this._lis.msg.forEach(r=>r(e)),this._lis.nxt.forEach(r=>r(e,void 0,!1))}notifyError(e){Qp.assert(!this.closed,"stream is closed"),this._closed=e,this.pushIt(e),this._lis.err.forEach(r=>r(e)),this._lis.nxt.forEach(r=>r(void 0,e,!1)),this.clearLis()}notifyComplete(){Qp.assert(!this.closed,"stream is closed"),this._closed=!0,this.pushIt({value:null,done:!0}),this._lis.cmp.forEach(e=>e()),this._lis.nxt.forEach(e=>e(void 0,void 0,!0)),this.clearLis()}[Symbol.asyncIterator](){return this._closed===!0?this.pushIt({value:null,done:!0}):this._closed!==!1&&this.pushIt(this._closed),{next:()=>{let e=this._itState;Qp.assert(e,"bad state"),Qp.assert(!e.p,"iterator contract broken");let r=e.q.shift();return r?"value"in r?Promise.resolve(r):Promise.reject(r):(e.p=new mge.Deferred,e.p.promise)}}}pushIt(e){let r=this._itState;if(r.p){let s=r.p;Qp.assert(s.state==mge.DeferredState.PENDING,"iterator contract broken"),"value"in e?s.resolve(e):s.reject(e),delete r.p}else r.q.push(e)}};HT.RpcOutputStreamController=TV});var PV=A(Yg=>{"use strict";var Yot=Yg&&Yg.__awaiter||function(t,e,r,s){function i(n){return n instanceof r?n:new r(function(o){o(n)})}return new(r||(r=Promise))(function(n,o){function a(u){try{l(s.next(u))}catch(h){o(h)}}function c(u){try{l(s.throw(u))}catch(h){o(h)}}function l(u){u.done?n(u.value):i(u.value).then(a,c)}l((s=s.apply(t,e||[])).next())})};Object.defineProperty(Yg,"__esModule",{value:!0});Yg.UnaryCall=void 0;var QV=class{constructor(e,r,s,i,n,o,a){this.method=e,this.requestHeaders=r,this.request=s,this.headers=i,this.response=n,
2026-05-22 14:44:02 +00:00
You can add a runtime option to disable the check or this warning:
2026-06-23 16:00:22 +00:00
See https://handlebarsjs.com/api-reference/runtime-options.html#options-to-control-prototype-access for details`))}function Kht(){Object.keys(S_).forEach(function(t){delete S_[t]})}});var x_=A(hl=>{"use strict";hl.__esModule=!0;hl.HandlebarsEnvironment=e3;function CCe(t){return t&&t.__esModule?t:{default:t}}var Mp=Li(),Xht=fo(),Xz=CCe(Xht),Zht=Jz(),edt=mCe(),tdt=Wz(),B_=CCe(tdt),rdt=Kz(),sdt="4.7.9";hl.VERSION=sdt;var idt=8;hl.COMPILER_REVISION=idt;var ndt=7;hl.LAST_COMPATIBLE_COMPILER_REVISION=ndt;var odt={1:"<= 1.0.rc.2",2:"== 1.0.0-rc.3",3:"== 1.0.0-rc.4",4:"== 1.x.x",5:"== 2.0.0-alpha.x",6:">= 2.0.0-beta.1",7:">= 4.0.0 <4.3.0",8:">= 4.3.0"};hl.REVISION_CHANGES=odt;var Zz="[object Object]";function e3(t,e,r){this.helpers=t||{},this.partials=e||{},this.decorators=r||{},Zht.registerDefaultHelpers(this),edt.registerDefaultDecorators(this)}e3.prototype={constructor:e3,logger:B_.default,log:B_.default.log,registerHelper:function(e,r){if(Mp.toString.call(e)===Zz){if(r)throw new Xz.default("Arg not supported with multiple helpers");Mp.extend(this.helpers,e)}else this.helpers[e]=r},unregisterHelper:function(e){delete this.helpers[e]},registerPartial:function(e,r){if(Mp.toString.call(e)===Zz)Mp.extend(this.partials,e);else{if(typeof r>"u")throw new Xz.default('Attempting to register a partial called "'+e+'" as undefined');this.partials[e]=r}},unregisterPartial:function(e){delete this.partials[e]},registerDecorator:function(e,r){if(Mp.toString.call(e)===Zz){if(r)throw new Xz.default("Arg not supported with multiple decorators");Mp.extend(this.decorators,e)}else this.decorators[e]=r},unregisterDecorator:function(e){delete this.decorators[e]},resetLoggedPropertyAccesses:function(){rdt.resetLoggedProperties()}};var adt=B_.default.log;hl.log=adt;hl.createFrame=Mp.createFrame;hl.logger=B_.default});var bCe=A((N_,ICe)=>{"use strict";N_.__esModule=!0;function t3(t){this.string=t}t3.prototype.toString=t3.prototype.toHTML=function(){return""+this.string};N_.default=t3;ICe.exports=N_.default});var wCe=A(r3=>{"use strict";r3.__esModule=!0;r3.wrapHelper=cdt;function cdt(t,e){if(typeof t!="function")return t;var r=function(){var i=arguments[arguments.length-1];return arguments[arguments.length-1]=e(i),t.apply(this,arguments)};return r}});var RCe=A(Nd=>{"use strict";Nd.__esModule=!0;Nd.checkRevision=pdt;Nd.template=Adt;Nd.wrapProgram=v_;Nd.resolvePartial=mdt;Nd.invokePartial=gdt;Nd.noop=NCe;function ldt(t){return t&&t.__esModule?t:{default:t}}function udt(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e.default=t,e}var hdt=Li(),ly=udt(hdt),ddt=fo(),Lu=ldt(ddt),Fu=x_(),SCe=Jz(),fdt=wCe(),BCe=Kz();function pdt(t){var e=t&&t[0]||1,r=Fu.COMPILER_REVISION;if(!(e>=Fu.LAST_COMPATIBLE_COMPILER_REVISION&&e<=Fu.COMPILER_REVISION))if(e<Fu.LAST_COMPATIBLE_COMPILER_REVISION){var s=Fu.REVISION_CHANGES[r],i=Fu.REVISION_CHANGES[e];throw new Lu.default("Template was precompiled with an older version of Handlebars than the current runtime. Please update your precompiler to a newer version ("+s+") or downgrade your runtime to an older version ("+i+").")}else throw new Lu.default("Template was precompiled with a newer version of Handlebars than the current runtime. Please update your runtime to a newer version ("+t[1]+").")}function Adt(t,e){if(!e)throw new Lu.default("No environment passed to template");if(!t||!t.main)throw new Lu.default("Unknown template object: "+typeof t);t.main.decorator=t.main_d,e.VM.checkRevision(t.compiler);var r=t.compiler&&t.compiler[0]===7;function s(o,a,c){c.hash&&(a=ly.extend({},a,c.hash),c.ids&&(c.ids[0]=!0)),o=e.VM.resolvePartial.call(this,o,a,c),c.hooks=this.hooks,c.protoAccessControl=this.protoAccessControl;var l=e.VM.invokePartial.call(this,o,a,c);if(l==null&&e.compile&&(c.partials[c.name]=e.compile(o,t.compilerOptions,e),l=c.partials[c.name](a,c)),l!=null){if(c.indent){for(var u=l.split(`
2026-05-22 14:44:02 +00:00
`),h=0,d=u.length;h<d&&!(!u[h]&&h+1===d);h++)u[h]=c.indent+u[h];l=u.join(`
2026-06-23 16:00:22 +00:00
`)}return l}else throw new Lu.default("The partial "+c.name+" could not be compiled when running in runtime-only mode")}var i={strict:function(a,c,l){if(!a||!(c in a))throw new Lu.default('"'+c+'" not defined in '+a,{loc:l});return i.lookupProperty(a,c)},lookupProperty:function(a,c){var l=a[c];if(l==null||Object.prototype.hasOwnProperty.call(a,c)||BCe.resultIsAllowed(l,i.protoAccessControl,c))return l},lookup:function(a,c){for(var l=a.length,u=0;u<l;u++){var h=a[u]&&i.lookupProperty(a[u],c);if(h!=null)return h}},lambda:function(a,c){return typeof a=="function"?a.call(c):a},escapeExpression:ly.escapeExpression,invokePartial:s,fn:function(a){var c=t[a];return c.decorator=t[a+"_d"],c},programs:[],program:function(a,c,l,u,h){var d=this.programs[a],f=this.fn(a);return c||h||u||l?d=v_(this,a,f,c,l,u,h):d||(d=this.programs[a]=v_(this,a,f)),d},data:function(a,c){for(;a&&c--;)a=a._parent;return a},mergeIfNeeded:function(a,c){var l=a||c;return a&&c&&a!==c&&(l=ly.extend({},c,a)),l},nullContext:Object.seal({}),noop:e.VM.noop,compilerInfo:t.compiler};function n(o){var a=arguments.length<=1||arguments[1]===void 0?{}:arguments[1],c=a.data;n._setup(a),!a.partial&&t.useData&&(c=ydt(o,c));var l=void 0,u=t.useBlockParams?[]:void 0;t.useDepths&&(a.depths?l=o!=a.depths[0]?[o].concat(a.depths):a.depths:l=[o]);function h(d){return""+t.main(i,d,i.helpers,i.partials,c,u,l)}return h=vCe(t.main,h,i,a.depths||[],c,u),h(o,a)}return n.isTop=!0,n._setup=function(o){if(o.partial)i.protoAccessControl=o.protoAccessControl,i.helpers=o.helpers,i.partials=o.partials,i.decorators=o.decorators,i.hooks=o.hooks;else{var a={};xCe(a,e.helpers,i),xCe(a,o.helpers,i),i.helpers=a,t.usePartial&&(i.partials=i.mergeIfNeeded(o.partials,e.partials)),(t.usePartial||t.useDecorators)&&(i.decorators=ly.extend({},e.decorators,o.decorators)),i.hooks={},i.protoAccessControl=BCe.createProtoAccessControl(o);var c=o.allowCallsToHelperMissing||r;SCe.moveHelperToHooks(i,"helperMissing",c),SCe.moveHelperToHooks(i,"blockHelperMissing",c)}},n._child=function(o,a,c,l){if(t.useBlockParams&&!c)throw new Lu.default("must pass block params");if(t.useDepths&&!l)throw new Lu.default("must pass parent depths");return v_(i,o,t[o],a,0,c,l)},n}function v_(t,e,r,s,i,n,o){function a(c){var l=arguments.length<=1||arguments[1]===void 0?{}:arguments[1],u=o;return o&&c!=o[0]&&!(c===t.nullContext&&o[0]===null)&&(u=[c].concat(o)),r(t,c,t.helpers,t.partials,l.data||s,n&&[l.blockParams].concat(n),u)}return a=vCe(r,a,t,o,s,n),a.program=e,a.depth=o?o.length:0,a.blockParams=i||0,a}function mdt(t,e,r){return t?!t.call&&!r.name&&(r.name=t,t=R_(r.partials,t)):r.name==="@partial-block"?t=R_(r.data,"partial-block"):t=R_(r.partials,r.name),t}function gdt(t,e,r){var s=R_(r.data,"partial-block");r.partial=!0,r.ids&&(r.data.contextPath=r.ids[0]||r.data.contextPath);var i=void 0;if(r.fn&&r.fn!==NCe&&(function(){r.data=Fu.createFrame(r.data);var n=r.fn;i=r.data["partial-block"]=function(a){var c=arguments.length<=1||arguments[1]===void 0?{}:arguments[1];return c.data=Fu.createFrame(c.data),c.data["partial-block"]=s,n(a,c)},n.partials&&(r.partials=ly.extend({},r.partials,n.partials))})(),t===void 0&&i&&(t=i),t===void 0)throw new Lu.default("The partial "+r.name+" could not be found");if(t instanceof Function)return t(e,r)}function NCe(){return""}function R_(t,e){if(t&&Object.prototype.hasOwnProperty.call(t,e))return t[e]}function ydt(t,e){return(!e||!("root"in e))&&(e=e?Fu.createFrame(e):{},e.root=t),e}function vCe(t,e,r,s,i,n){if(t.decorator){var o={};e=t.decorator(e,o,r,s&&s[0],i,n,s),ly.extend(e,o)}return e}function xCe(t,e,r){e&&Object.keys(e).forEach(function(s){var i=e[s];t[s]=Edt(i,r)})}function Edt(t,e){var r=e.lookupProperty;return fdt.wrapHelper(t,function(s){return s.lookupProperty=r,s})}});var s3=A((T_,TCe)=>{"use strict";T_.__esModule=!0;T_.default=function(t){(function(){typeof globalThis!="object"&&(Object.prototype.__defineGetter__("__magic__",function(){return this}),__magic__.globalThis=__magic__,delete Object.prototype.__magic__)})();var e=globalThis.Handlebars;t.noConflict=function(){return globalThis
2026-05-22 14:44:02 +00:00
`+this.lexer.showPosition()+`
2026-05-28 08:29:20 +00:00
Expecting `+$.join(", ")+", got '"+(this.terminals_[B]||B)+"'":re="Parse error on line "+(h+1)+": Unexpected "+(B==1?"end of input":"'"+(this.terminals_[B]||B)+"'"),this.parseError(re,{text:this.lexer.match,token:this.terminals_[B]||B,line:this.lexer.yylineno,loc:E,expected:$})}}if(P[0]instanceof Array&&P.length>1)throw new Error("Parse Error: multiple actions possible at state: "+O+", token: "+B);switch(P[0]){case 1:o.push(B),a.push(this.lexer.yytext),c.push(this.lexer.yylloc),o.push(P[1]),B=null,N?(B=N,N=null):(d=this.lexer.yyleng,u=this.lexer.yytext,h=this.lexer.yylineno,E=this.lexer.yylloc,f>0&&f--);break;case 2:if(U=this.productions_[P[1]][1],Z.$=a[a.length-U],Z._$={first_line:c[c.length-(U||1)].first_line,last_line:c[c.length-1].last_line,first_column:c[c.length-(U||1)].first_column,last_column:c[c.length-1].last_column},y&&(Z._$.range=[c[c.length-(U||1)].range[0],c[c.length-1].range[1]]),V=this.performAction.call(Z,u,d,h,this.yy,P[1],a,c),typeof V<"u")return V;U&&(o=o.slice(0,-1*U*2),a=a.slice(0,-1*U),c=c.slice(0,-1*U)),o.push(this.productions_[P[1]][0]),a.push(Z.$),c.push(Z._$),H=l[o[o.length-2]][o[o.length-1]],o.push(H);break;case 3:return!0}}return!0}},e=(function(){var s={EOF:1,parseError:function(n,o){if(this.yy.parser)this.yy.parser.parseError(n,o);else throw new Error(n)},setInput:function(n){return this._input=n,this._more=this._less=this.done=!1,this.yylineno=this.yyleng=0,this.yytext=this.matched=this.match="",this.conditionStack=["INITIAL"],this.yylloc={first_line:1,first_column:0,last_line:1,last_column:0},this.options.ranges&&(this.yylloc.range=[0,0]),this.offset=0,this},input:function(){var n=this._input[0];this.yytext+=n,this.yyleng++,this.offset++,this.match+=n,this.matched+=n;var o=n.match(/(?:\r\n?|\n).*/g);return o?(this.yylineno++,this.yylloc.last_line++):this.yylloc.last_column++,this.options.ranges&&this.yylloc.range[1]++,this._input=this._input.slice(1),n},unput:function(n){var o=n.length,a=n.split(/(?:\r\n?|\n)/g);this._input=n+this._input,this.yytext=this.yytext.substr(0,this.yytext.length-o-1),this.offset-=o;var c=this.match.split(/(?:\r\n?|\n)/g);this.match=this.match.substr(0,this.match.length-1),this.matched=this.matched.substr(0,this.matched.length-1),a.length-1&&(this.yylineno-=a.length-1);var l=this.yylloc.range;return this.yylloc={first_line:this.yylloc.first_line,last_line:this.yylineno+1,first_column:this.yylloc.first_column,last_column:a?(a.length===c.length?this.yylloc.first_column:0)+c[c.length-a.length].length-a[0].length:this.yylloc.first_column-o},this.options.ranges&&(this.yylloc.range=[l[0],l[0]+this.yyleng-o]),this},more:function(){return this._more=!0,this},less:function(n){this.unput(this.match.slice(n))},pastInput:function(){var n=this.matched.substr(0,this.matched.length-this.match.length);return(n.length>20?"...":"")+n.substr(-20).replace(/\n/g,"")},upcomingInput:function(){var n=this.match;return n.length<20&&(n+=this._input.substr(0,20-n.length)),(n.substr(0,20)+(n.length>20?"...":"")).replace(/\n/g,"")},showPosition:function(){var n=this.pastInput(),o=new Array(n.length+1).join("-");return n+this.upcomingInput()+`
2026-05-22 14:44:02 +00:00
`+o+"^"},next:function(){if(this.done)return this.EOF;this._input||(this.done=!0);var n,o,a,c,l,u;this._more||(this.yytext="",this.match="");for(var h=this._currentRules(),d=0;d<h.length&&(a=this._input.match(this.rules[h[d]]),!(a&&(!o||a[0].length>o[0].length)&&(o=a,c=d,!this.options.flex)));d++);return o?(u=o[0].match(/(?:\r\n?|\n).*/g),u&&(this.yylineno+=u.length),this.yylloc={first_line:this.yylloc.last_line,last_line:this.yylineno+1,first_column:this.yylloc.last_column,last_column:u?u[u.length-1].length-u[u.length-1].match(/\r?\n?/)[0].length:this.yylloc.last_column+o[0].length},this.yytext+=o[0],this.match+=o[0],this.matches=o,this.yyleng=this.yytext.length,this.options.ranges&&(this.yylloc.range=[this.offset,this.offset+=this.yyleng]),this._more=!1,this._input=this._input.slice(o[0].length),this.matched+=o[0],n=this.performAction.call(this,this.yy,this,h[c],this.conditionStack[this.conditionStack.length-1]),this.done&&this._input&&(this.done=!1),n||void 0):this._input===""?this.EOF:this.parseError("Lexical error on line "+(this.yylineno+1)+`. Unrecognized text.
2026-06-23 16:00:22 +00:00
`+this.showPosition(),{text:"",token:null,line:this.yylineno})},lex:function(){var n=this.next();return typeof n<"u"?n:this.lex()},begin:function(n){this.conditionStack.push(n)},popState:function(){return this.conditionStack.pop()},_currentRules:function(){return this.conditions[this.conditionStack[this.conditionStack.length-1]].rules},topState:function(){return this.conditionStack[this.conditionStack.length-2]},pushState:function(n){this.begin(n)}};return s.options={},s.performAction=function(n,o,a,c){function l(h,d){return o.yytext=o.yytext.substring(h,o.yyleng-d+h)}var u=c;switch(a){case 0:if(o.yytext.slice(-2)==="\\\\"?(l(0,1),this.begin("mu")):o.yytext.slice(-1)==="\\"?(l(0,1),this.begin("emu")):this.begin("mu"),o.yytext)return 15;break;case 1:return 15;case 2:return this.popState(),15;break;case 3:return this.begin("raw"),15;break;case 4:return this.popState(),this.conditionStack[this.conditionStack.length-1]==="raw"?15:(l(5,9),"END_RAW_BLOCK");case 5:return 15;case 6:return this.popState(),14;break;case 7:return 65;case 8:return 68;case 9:return 19;case 10:return this.popState(),this.begin("raw"),23;break;case 11:return 55;case 12:return 60;case 13:return 29;case 14:return 47;case 15:return this.popState(),44;break;case 16:return this.popState(),44;break;case 17:return 34;case 18:return 39;case 19:return 51;case 20:return 48;case 21:this.unput(o.yytext),this.popState(),this.begin("com");break;case 22:return this.popState(),14;break;case 23:return 48;case 24:return 73;case 25:return 72;case 26:return 72;case 27:return 87;case 28:break;case 29:return this.popState(),54;break;case 30:return this.popState(),33;break;case 31:return o.yytext=l(1,2).replace(/\\"/g,'"'),80;break;case 32:return o.yytext=l(1,2).replace(/\\'/g,"'"),80;break;case 33:return 85;case 34:return 82;case 35:return 82;case 36:return 83;case 37:return 84;case 38:return 81;case 39:return 75;case 40:return 77;case 41:return 72;case 42:return o.yytext=o.yytext.replace(/\\([\\\]])/g,"$1"),72;break;case 43:return"INVALID";case 44:return 5}},s.rules=[/^(?:[^\x00]*?(?=(\{\{)))/,/^(?:[^\x00]+)/,/^(?:[^\x00]{2,}?(?=(\{\{|\\\{\{|\\\\\{\{|$)))/,/^(?:\{\{\{\{(?=[^\/]))/,/^(?:\{\{\{\{\/[^\s!"#%-,\.\/;->@\[-\^`\{-~]+(?=[=}\s\/.])\}\}\}\})/,/^(?:[^\x00]+?(?=(\{\{\{\{)))/,/^(?:[\s\S]*?--(~)?\}\})/,/^(?:\()/,/^(?:\))/,/^(?:\{\{\{\{)/,/^(?:\}\}\}\})/,/^(?:\{\{(~)?>)/,/^(?:\{\{(~)?#>)/,/^(?:\{\{(~)?#\*?)/,/^(?:\{\{(~)?\/)/,/^(?:\{\{(~)?\^\s*(~)?\}\})/,/^(?:\{\{(~)?\s*else\s*(~)?\}\})/,/^(?:\{\{(~)?\^)/,/^(?:\{\{(~)?\s*else\b)/,/^(?:\{\{(~)?\{)/,/^(?:\{\{(~)?&)/,/^(?:\{\{(~)?!--)/,/^(?:\{\{(~)?![\s\S]*?\}\})/,/^(?:\{\{(~)?\*?)/,/^(?:=)/,/^(?:\.\.)/,/^(?:\.(?=([=~}\s\/.)|])))/,/^(?:[\/.])/,/^(?:\s+)/,/^(?:\}(~)?\}\})/,/^(?:(~)?\}\})/,/^(?:"(\\["]|[^"])*")/,/^(?:'(\\[']|[^'])*')/,/^(?:@)/,/^(?:true(?=([~}\s)])))/,/^(?:false(?=([~}\s)])))/,/^(?:undefined(?=([~}\s)])))/,/^(?:null(?=([~}\s)])))/,/^(?:-?[0-9]+(?:\.[0-9]+)?(?=([~}\s)])))/,/^(?:as\s+\|)/,/^(?:\|)/,/^(?:([^\s!"#%-,\.\/;->@\[-\^`\{-~]+(?=([=~}\s\/.)|]))))/,/^(?:\[(\\\]|[^\]])*\])/,/^(?:.)/,/^(?:$)/],s.conditions={mu:{rules:[7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44],inclusive:!1},emu:{rules:[2],inclusive:!1},com:{rules:[6],inclusive:!1},raw:{rules:[3,4,5],inclusive:!1},INITIAL:{rules:[0,1,44],inclusive:!0}},s})();t.lexer=e;function r(){this.yy={}}return r.prototype=t,t.Parser=r,new r})();P_.default=Rdt;LCe.exports=P_.default});var M_=A((k_,GCe)=>{"use strict";k_.__esModule=!0;function Tdt(t){return t&&t.__esModule?t:{default:t}}var _dt=fo(),c3=Tdt(_dt);function O_(){this.parents=[]}O_.prototype={constructor:O_,mutating:!1,acceptKey:function(e,r){var s=this.accept(e[r]);if(this.mutating){if(s&&!O_.prototype[s.type])throw new c3.default('Unexpected node type "'+s.type+'" found when accepting '+r+" on "+e.type);e[r]=s}},acceptRequired:function(e,r){if(this.acceptKey(e,r),!e[r])throw new c3.default(e.type+" requires "+r)},acceptArray:function(e){for(var r=0,s=e.length;r<s;r++)this.acceptKey(e,r),e[r]||(e.splice(r,1),r--,s--)},accept:function(e){if(
`])}),e},each:function(e){for(var r=0,s=this.source.length;r<s;r++)e(this.source[r])},empty:function(){var e=this.currentLocation||{start:{}};return new qp(e.start.line,e.start.column,this.srcFile)},wrap:function(e){var r=arguments.length<=1||arguments[1]===void 0?this.currentLocation||{start:{}}:arguments[1];return e instanceof qp?e:(e=T3(e,this,r),new qp(r.start.line,r.start.column,this.srcFile,e))},functionCall:function(e,r,s){return s=this.generateList(s),this.wrap([e,r?"."+r+"(":"(",s,")"])},quotedString:function(e){return'"'+(e+"").replace(/\\/g,"\\\\").replace(/"/g,'\\"').replace(/\n/g,"\\n").replace(/\r/g,"\\r").replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029")+'"'},objectLiteral:function(e){var r=this,s=[];Object.keys(e).forEach(function(n){var o=T3(e[n],r);o!=="undefined"&&s.push([r.quotedString(n),":",o])});var i=this.generateList(s);return i.prepend("{"),i.add("}"),i},generateList:function(e){for(var r=this.empty(),s=0,i=e.length;s<i;s++)s&&r.add(","),r.add(T3(e[s],this));return r},generateArray:function(e){var r=this.generateList(e);return r.prepend("["),r.add("]"),r}};z_.default=wIe;SIe.exports=z_.default});var TIe=A(($_,RIe)=>{"use strict";$_.__esModule=!0;function vIe(t){return t&&t.__esModule?t:{default:t}}var xIe=x_(),vft=fo(),Q3=vIe(vft),Rft=Li(),Tft=BIe(),NIe=vIe(Tft);function Ay(t){this.value=t}function my(){}my.prototype={nameLookup:function(e,r){return this.internalNameLookup(e,r)},depthedLookup:function(e){return[this.aliasable("container.lookup"),"(depths, ",JSON.stringify(e),")"]},compilerInfo:function(){var e=xIe.COMPILER_REVISION,r=xIe.REVISION_CHANGES[e];return[e,r]},appendToBuffer:function(e,r,s){return Rft.isArray(e)||(e=[e]),e=this.source.wrap(e,r),this.environment.isSimple?["return ",e,";"]:s?["buffer += ",e,";"]:(e.appendToBuffer=!0,e)},initializeBuffer:function(){return this.quotedString("")},internalNameLookup:function(e,r){return this.lookupPropertyFunctionIsUsed=!0,["lookupProperty(",e,",",JSON.stringify(r),")"]},lookupPropertyFunctionIsUsed:!1,compile:function(e,r,s,i){this.environment=e,this.options=r,this.stringParams=this.options.stringParams,this.trackIds=this.options.trackIds,this.precompile=!i,this.name=this.environment.name,this.isChild=!!s,this.context=s||{decorators:[],programs:[],environments:[]},this.preamble(),this.stackSlot=0,this.stackVars=[],this.aliases={},this.registers={list:[]},this.hashes=[],this.compileStack=[],this.inlineStack=[],this.blockParams=[],this.compileChildren(e,r),this.useDepths=this.useDepths||e.useDepths||e.useDecorators||this.options.compat,this.useBlockParams=this.useBlockParams||e.useBlockParams;var n=e.opcodes,o=void 0,a=void 0,c=void 0,l=void 0;for(c=0,l=n.length;c<l;c++)o=n[c],this.source.currentLocation=o.loc,a=a||o.loc,this[o.opcode].apply(this,o.args);if(this.source.currentLocation=a,this.pushSource(""),this.stackSlot||this.inlineStack.length||this.compileStack.length)throw new Q3.default("Compile completed with content left on stack");this.decorators.isEmpty()?this.decorators=void 0:(this.useDecorators=!0,this.decorators.prepend(["var decorators = container.decorators, ",this.lookupPropertyFunctionVarDeclaration(),`;
2026-05-22 14:44:02 +00:00
`]),this.decorators.push("return fn;"),i?this.decorators=Function.apply(this,["fn","props","container","depth0","data","blockParams","depths",this.decorators.merge()]):(this.decorators.prepend(`function(fn, props, container, depth0, data, blockParams, depths) {
`),this.decorators.push(`}
2026-06-23 16:00:22 +00:00
`),this.decorators=this.decorators.merge()));var u=this.createFunctionContext(i);if(this.isChild)return u;var h={compiler:this.compilerInfo(),main:u};this.decorators&&(h.main_d=this.decorators,h.useDecorators=!0);var d=this.context,f=d.programs,p=d.decorators;for(c=0,l=f.length;c<l;c++)h[c]=f[c],p[c]&&(h[c+"_d"]=p[c],h.useDecorators=!0);return this.environment.usePartial&&(h.usePartial=!0),this.options.data&&(h.useData=!0),this.useDepths&&(h.useDepths=!0),this.useBlockParams&&(h.useBlockParams=!0),this.options.compat&&(h.compat=!0),i?h.compilerOptions=this.options:(h.compiler=JSON.stringify(h.compiler),this.source.currentLocation={start:{line:1,column:0}},h=this.objectLiteral(h),r.srcName?(h=h.toStringWithSourceMap({file:r.destName}),h.map=h.map&&h.map.toString()):h=h.toString()),h},preamble:function(){this.lastContext=0,this.source=new NIe.default(this.options.srcName),this.decorators=new NIe.default(this.options.srcName)},createFunctionContext:function(e){var r=this,s="",i=this.stackVars.concat(this.registers.list);i.length>0&&(s+=", "+i.join(", "));var n=0;Object.keys(this.aliases).forEach(function(c){var l=r.aliases[c];l.children&&l.referenceCount>1&&(s+=", alias"+ ++n+"="+c,l.children[0]="alias"+n)}),this.lookupPropertyFunctionIsUsed&&(s+=", "+this.lookupPropertyFunctionVarDeclaration());var o=["container","depth0","helpers","partials","data"];(this.useBlockParams||this.useDepths)&&o.push("blockParams"),this.useDepths&&o.push("depths");var a=this.mergeSource(s);return e?(o.push(a),Function.apply(this,o)):this.source.wrap(["function(",o.join(","),`) {
2026-05-22 14:44:02 +00:00
`,a,"}"])},mergeSource:function(e){var r=this.environment.isSimple,s=!this.forceBuffer,i=void 0,n=void 0,o=void 0,a=void 0;return this.source.each(function(c){c.appendToBuffer?(o?c.prepend(" + "):o=c,a=c):(o&&(n?o.prepend("buffer += "):i=!0,a.add(";"),o=a=void 0),n=!0,r||(s=!1))}),s?o?(o.prepend("return "),a.add(";")):n||this.source.push('return "";'):(e+=", buffer = "+(i?"":this.initializeBuffer()),o?(o.prepend("return buffer + "),a.add(";")):this.source.push("return buffer;")),e&&this.source.prepend("var "+e.substring(2)+(i?"":`;
`)),this.source.merge()},lookupPropertyFunctionVarDeclaration:function(){return`
lookupProperty = container.lookupProperty || function(parent, propertyName) {
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
return parent[propertyName];
}
return undefined
}
2026-06-23 16:00:22 +00:00
`.trim()},blockValue:function(e){var r=this.aliasable("container.hooks.blockHelperMissing"),s=[this.contextName(0)];this.setupHelperArgs(e,0,s);var i=this.popStack();s.splice(1,0,i),this.push(this.source.functionCall(r,"call",s))},ambiguousBlockValue:function(){var e=this.aliasable("container.hooks.blockHelperMissing"),r=[this.contextName(0)];this.setupHelperArgs("",0,r,!0),this.flushInline();var s=this.topStack();r.splice(1,0,s),this.pushSource(["if (!",this.lastHelper,") { ",s," = ",this.source.functionCall(e,"call",r),"}"])},appendContent:function(e){this.pendingContent?e=this.pendingContent+e:this.pendingLocation=this.source.currentLocation,this.pendingContent=e},append:function(){if(this.isInline())this.replaceStack(function(r){return[" != null ? ",r,' : ""']}),this.pushSource(this.appendToBuffer(this.popStack()));else{var e=this.popStack();this.pushSource(["if (",e," != null) { ",this.appendToBuffer(e,void 0,!0)," }"]),this.environment.isSimple&&this.pushSource(["else { ",this.appendToBuffer("''",void 0,!0)," }"])}},appendEscaped:function(){this.pushSource(this.appendToBuffer([this.aliasable("container.escapeExpression"),"(",this.popStack(),")"]))},getContext:function(e){this.lastContext=e},pushContext:function(){this.pushStackLiteral(this.contextName(this.lastContext))},lookupOnContext:function(e,r,s,i){var n=0;!i&&this.options.compat&&!this.lastContext?this.push(this.depthedLookup(e[n++])):this.pushContext(),this.resolvePath("context",e,n,r,s)},lookupBlockParam:function(e,r){this.useBlockParams=!0,this.push(["blockParams[",e[0],"][",e[1],"]"]),this.resolvePath("context",r,1)},lookupData:function(e,r,s){e?this.pushStackLiteral("container.data(data, "+e+")"):this.pushStackLiteral("data"),this.resolvePath("data",r,0,!0,s)},resolvePath:function(e,r,s,i,n){var o=this;if(this.options.strict||this.options.assumeObjects){this.push(_ft(this.options.strict&&n,this,r,s,e));return}for(var a=r.length,c=function(u){o.replaceStack(function(h){var d=o.nameLookup(h,r[u],e);return i?[" && ",d]:[" != null ? ",d," : ",h]})},l=s;l<a;l++)c(l)},resolvePossibleLambda:function(){this.push([this.aliasable("container.lambda"),"(",this.popStack(),", ",this.contextName(0),")"])},pushStringParam:function(e,r){this.pushContext(),this.pushString(r),r!=="SubExpression"&&(typeof e=="string"?this.pushString(e):this.pushStackLiteral(e))},emptyHash:function(e){this.trackIds&&this.push("{}"),this.stringParams&&(this.push("{}"),this.push("{}")),this.pushStackLiteral(e?"undefined":"{}")},pushHash:function(){this.hash&&this.hashes.push(this.hash),this.hash={values:{},types:[],contexts:[],ids:[]}},popHash:function(){var e=this.hash;this.hash=this.hashes.pop(),this.trackIds&&this.push(this.objectLiteral(e.ids)),this.stringParams&&(this.push(this.objectLiteral(e.contexts)),this.push(this.objectLiteral(e.types))),this.push(this.objectLiteral(e.values))},pushString:function(e){this.pushStackLiteral(this.quotedString(e))},pushLiteral:function(e){this.pushStackLiteral(e)},pushProgram:function(e){e!=null?this.pushStackLiteral(this.programExpression(e)):this.pushStackLiteral(null)},registerDecorator:function(e,r){var s=this.nameLookup("decorators",r,"decorator"),i=this.setupHelperArgs(r,e);this.decorators.push(["var decorator = ",s,";"]),this.decorators.push(['if (typeof decorator !== "function") { throw new Error(',this.quotedString('Missing decorator: "'+r+'"'),"); }"]),this.decorators.push(["fn = ",this.decorators.functionCall("decorator","",["fn","props","container",i])," || fn;"])},invokeHelper:function(e,r,s){var i=this.popStack(),n=this.setupHelper(e,r),o=[];s&&o.push(n.name),o.push(i),this.options.strict||o.push(this.aliasable("container.hooks.helperMissing"));var a=["(",this.itemsSeparatedBy(o,"||"),")"],c=this.source.functionCall(a,"call",n.callParams);this.push(c)},itemsSeparatedBy:function(e,r){var s=[];s.push(e[0]);for(var i=1;i<e.length;i++)s.push(r,e[i]);return s},invokeKnownHelper:function(e,r){var s=this.setupHelper(e,r);this.push(this.source.functionCall(s.name,"call",s.callParams))},invokeAmbiguous:function(e,r){this.useRegister("helper")
`,e};xr.prototype.Program=function(t){var e="",r=t.body,s=void 0,i=void 0;if(t.blockParams){var n="BLOCK PARAMS: [";for(s=0,i=t.blockParams.length;s<i;s++)n+=" "+t.blockParams[s];n+=" ]",e+=this.pad(n)}for(s=0,i=r.length;s<i;s++)e+=this.accept(r[s]);return this.padding--,e};xr.prototype.MustacheStatement=function(t){return this.pad("{{ "+this.SubExpression(t)+" }}")};xr.prototype.Decorator=function(t){return this.pad("{{ DIRECTIVE "+this.SubExpression(t)+" }}")};xr.prototype.BlockStatement=xr.prototype.DecoratorBlock=function(t){var e="";return e+=this.pad((t.type==="DecoratorBlock"?"DIRECTIVE ":"")+"BLOCK:"),this.padding++,e+=this.pad(this.SubExpression(t)),t.program&&(e+=this.pad("PROGRAM:"),this.padding++,e+=this.accept(t.program),this.padding--),t.inverse&&(t.program&&this.padding++,e+=this.pad("{{^}}"),this.padding++,e+=this.accept(t.inverse),this.padding--,t.program&&this.padding--),this.padding--,e};xr.prototype.PartialStatement=function(t){var e="PARTIAL:"+t.name.original;return t.params[0]&&(e+=" "+this.accept(t.params[0])),t.hash&&(e+=" "+this.accept(t.hash)),this.pad("{{> "+e+" }}")};xr.prototype.PartialBlockStatement=function(t){var e="PARTIAL BLOCK:"+t.name.original;return t.params[0]&&(e+=" "+this.accept(t.params[0])),t.hash&&(e+=" "+this.accept(t.hash)),e+=" "+this.pad("PROGRAM:"),this.padding++,e+=this.accept(t.program),this.padding--,this.pad("{{> "+e+" }}")};xr.prototype.ContentStatement=function(t){return this.pad("CONTENT[ '"+t.value+"' ]")};xr.prototype.CommentStatement=function(t){return this.pad("{{! '"+t.value+"' }}")};xr.prototype.SubExpression=function(t){for(var e=t.params,r=[],s=void 0,i=0,n=e.length;i<n;i++)r.push(this.accept(e[i]));return e="["+r.join(", ")+"]",s=t.hash?" "+this.accept(t.hash):"",this.accept(t.path)+" "+e+s};xr.prototype.PathExpression=function(t){var e=t.parts.join("/");return(t.data?"@":"")+"PATH:"+e};xr.prototype.StringLiteral=function(t){return'"'+t.value+'"'};xr.prototype.NumberLiteral=function(t){return"NUMBER{"+t.value+"}"};xr.prototype.BooleanLiteral=function(t){return"BOOLEAN{"+t.value+"}"};xr.prototype.UndefinedLiteral=function(){return"UNDEFINED"};xr.prototype.NullLiteral=function(){return"NULL"};xr.prototype.Hash=function(t){for(var e=t.pairs,r=[],s=0,i=e.length;s<i;s++)r.push(this.accept(e[s]));return"HASH{"+r.join(", ")+"}"};xr.prototype.HashPair=function(t){return t.key+"="+this.accept(t.value)}});var LIe=A((cer,MIe)=>{var Y_=PIe().default,kIe=OIe();Y_.PrintVisitor=kIe.PrintVisitor;Y_.print=kIe.print;MIe.exports=Y_;function DIe(t,e){var r=require("fs"),s=r.readFileSync(e,"utf8");t.exports=Y_.compile(s)}typeof require<"u"&&require.extensions&&(require.extensions[".handlebars"]=DIe,require.extensions[".hbs"]=DIe)});var WIe=A(Z_=>{"use strict";Object.defineProperty(Z_,"__esModule",{value:!0});Z_.getProxyUrl=ept;Z_.checkBypass=YIe;function ept(t){let e=t.protocol==="https:";if(YIe(t))return;let r=e?process.env.https_proxy||process.env.HTTPS_PROXY:process.env.http_proxy||process.env.HTTP_PROXY;if(r)try{return new X_(r)}catch{if(!r.startsWith("http://")&&!r.startsWith("https://"))return new X_(`http://${r}`)}else return}function YIe(t){if(!t.hostname)return!1;let e=t.hostname;if(tpt(e))return!0;let r=process.env.no_proxy||process.env.NO_PROXY||"";if(!r)return!1;let s;t.port?s=Number(t.port):t.protocol==="http:"?s=80:t.protocol==="https:"&&(s=443);let i=[t.hostname.toUpperCase()];typeof s=="number"&&i.push(`${i[0]}:${s}`);for(let n of r.split(",").map(o=>o.trim().toUpperCase()).filter(o=>o))if(n==="*"||i.some(o=>o===n||o.endsWith(`.${n}`)||n.startsWith(".")&&o.endsWith(`${n}`)))return!0;return!1}function tpt(t){let e=t.toLowerCase();return e==="localhost"||e.startsWith("127.")||e.startsWith("[::1]")||e.startsWith("[0:0:0:0:0:0:0:1]")}var X_=class extends URL{constructor(e,r){super(e,r),this._decodedUsername=decodeURIComponent(super.username),this._decodedPassword=decodeURIComponent(super.password)}get username(){return this._decodedUsername}get password(){return this._decodedPassword}}});var XIe=A(dr=>{"use strict";var rpt=dr&&dr.__createBinding||(Object.create?(fun
`).forEach(r=>{r.match(dmt)||r.match(fmt)||(e+=r)}),Buffer.from(e,"base64")}function Amt(t,e="CERTIFICATE"){let s=t.toString("base64").match(/.{1,64}/g)||"";return[`-----BEGIN ${e}-----`,...s,`-----END ${e}-----`].join(`
`).concat(`
2026-06-23 16:00:22 +00:00
`)}});var MQ=A(Ld=>{"use strict";Object.defineProperty(Ld,"__esModule",{value:!0});Ld.SHA2_HASH_ALGOS=Ld.RSA_SIGNATURE_ALGOS=Ld.ECDSA_SIGNATURE_ALGOS=void 0;Ld.ECDSA_SIGNATURE_ALGOS={"1.2.840.10045.4.3.1":"sha224","1.2.840.10045.4.3.2":"sha256","1.2.840.10045.4.3.3":"sha384","1.2.840.10045.4.3.4":"sha512"};Ld.RSA_SIGNATURE_ALGOS={"1.2.840.113549.1.1.14":"sha224","1.2.840.113549.1.1.11":"sha256","1.2.840.113549.1.1.12":"sha384","1.2.840.113549.1.1.13":"sha512"};Ld.SHA2_HASH_ALGOS={"2.16.840.1.101.3.4.2.1":"sha256","2.16.840.1.101.3.4.2.2":"sha384","2.16.840.1.101.3.4.2.3":"sha512"}});var _5=A(LQ=>{"use strict";Object.defineProperty(LQ,"__esModule",{value:!0});LQ.RFC3161TimestampVerificationError=void 0;var T5=class extends Error{};LQ.RFC3161TimestampVerificationError=T5});var Dbe=A(gl=>{"use strict";var mmt=gl&&gl.__createBinding||(Object.create?(function(t,e,r,s){s===void 0&&(s=r);var i=Object.getOwnPropertyDescriptor(e,r);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,s,i)}):(function(t,e,r,s){s===void 0&&(s=r),t[s]=e[r]})),gmt=gl&&gl.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),ymt=gl&&gl.__importStar||(function(){var t=function(e){return t=Object.getOwnPropertyNames||function(r){var s=[];for(var i in r)Object.prototype.hasOwnProperty.call(r,i)&&(s[s.length]=i);return s},t(e)};return function(e){if(e&&e.__esModule)return e;var r={};if(e!=null)for(var s=t(e),i=0;i<s.length;i++)s[i]!=="default"&&mmt(r,e,s[i]);return gmt(r,e),r}})();Object.defineProperty(gl,"__esModule",{value:!0});gl.TSTInfo=void 0;var Obe=ymt(Ny()),Emt=MQ(),Cmt=_5(),Q5=class{root;constructor(e){this.root=e}get version(){return this.root.subs[0].toInteger()}get genTime(){return this.root.subs[4].toDate()}get messageImprintHashAlgorithm(){let e=this.messageImprintObj.subs[0].subs[0].toOID();return Emt.SHA2_HASH_ALGOS[e]}get messageImprintHashedMessage(){return this.messageImprintObj.subs[1].value}get raw(){return this.root.toDER()}verify(e){let r=Obe.digest(this.messageImprintHashAlgorithm,e);if(!Obe.bufferEqual(r,this.messageImprintHashedMessage))throw new Cmt.RFC3161TimestampVerificationError("message imprint does not match artifact")}get messageImprintObj(){return this.root.subs[2]}};gl.TSTInfo=Q5});var Mbe=A(yl=>{"use strict";var Imt=yl&&yl.__createBinding||(Object.create?(function(t,e,r,s){s===void 0&&(s=r);var i=Object.getOwnPropertyDescriptor(e,r);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,s,i)}):(function(t,e,r,s){s===void 0&&(s=r),t[s]=e[r]})),bmt=yl&&yl.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),wmt=yl&&yl.__importStar||(function(){var t=function(e){return t=Object.getOwnPropertyNames||function(r){var s=[];for(var i in r)Object.prototype.hasOwnProperty.call(r,i)&&(s[s.length]=i);return s},t(e)};return function(e){if(e&&e.__esModule)return e;var r={};if(e!=null)for(var s=t(e),i=0;i<s.length;i++)s[i]!=="default"&&Imt(r,e,s[i]);return bmt(r,e),r}})();Object.defineProperty(yl,"__esModule",{value:!0});yl.RFC3161Timestamp=void 0;var Smt=OQ(),P5=wmt(Ny()),kbe=MQ(),Gb=_5(),Bmt=Dbe(),xmt="1.2.840.113549.1.7.2",Nmt="1.2.840.113549.1.9.16.1.4",vmt="1.2.840.113549.1.9.4",O5=class t{root;constructor(e){this.root=e}static parse(e){let r=Smt.ASN1Obj.parseBuffer(e);return new t(r)}get status(){return this.pkiStatusInfoObj.subs[0].toInteger()}get contentType(){return this.contentTypeObj.toOID()}get eContentType(){return this.eContentTypeObj.toOID()}get signingTime(){return this.tstInfo.genTime}get signerIssuer(){return this.signerSidObj.subs[0].value}get signerSerialNumber(){return this.signerSidObj.subs[1].value}get signerDigestAlgorithm(){let e=this.signerDigestAlgorithmObj.subs[0].toOID();return kbe.SHA2_HASH_ALGOS[e]}get signatureAlgorithm(){let e=this.signatureAlgorithmObj.subs[0].toOID();return kbe
\v\f\r\x1B !"#$\u066A&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_\`abcdefghijklmnopqrstuvwxyz{|}~\x7F\xB0\xB7\u2219\u221A\u2592\u2500\u2502\u253C\u2524\u252C\u251C\u2534\u2510\u250C\u2514\u2518\u03B2\u221E\u03C6\xB1\xBD\xBC\u2248\xAB\xBB\uFEF7\uFEF8\uFFFD\uFFFD\uFEFB\uFEFC\uFFFD\xA0\xAD\uFE82\xA3\xA4\uFE84\uFFFD\uFFFD\uFE8E\uFE8F\uFE95\uFE99\u060C\uFE9D\uFEA1\uFEA5\u0660\u0661\u0662\u0663\u0664\u0665\u0666\u0667\u0668\u0669\uFED1\u061B\uFEB1\uFEB5\uFEB9\u061F\xA2\uFE80\uFE81\uFE83\uFE85\uFECA\uFE8B\uFE8D\uFE91\uFE93\uFE97\uFE9B\uFE9F\uFEA3\uFEA7\uFEA9\uFEAB\uFEAD\uFEAF\uFEB3\uFEB7\uFEBB\uFEBF\uFEC1\uFEC5\uFECB\uFECF\xA6\xAC\xF7\xD7\uFEC9\u0640\uFED3\uFED7\uFEDB\uFEDF\uFEE3\uFEE7\uFEEB\uFEED\uFEEF\uFEF3\uFEBD\uFECC\uFECE\uFECD\uFEE1\uFE7D\u0651\uFEE5\uFEE9\uFEEC\uFEF0\uFEF2\uFED0\uFED5\uFEF5\uFEF6\uFEDD\uFED9\uFEF1\u25A0\uFFFD`},ibm864:"cp864",csibm864:"cp864",cp865:{type:"_sbcs",chars:"\xC7\xFC\xE9\xE2\xE4\xE0\xE5\xE7\xEA\xEB\xE8\xEF\xEE\xEC\xC4\xC5\xC9\xE6\xC6\xF4\xF6\xF2\xFB\xF9\xFF\xD6\xDC\xF8\xA3\xD8\u20A7\u0192\xE1\xED\xF3\xFA\xF1\xD1\xAA\xBA\xBF\u2310\xAC\xBD\xBC\xA1\xAB\xA4\u2591\u2592\u2593\u2502\u2524\u2561\u2562\u2556\u2555\u2563\u2551\u2557\u255D\u255C\u255B\u2510\u2514\u2534\u252C\u251C\u2500\u253C\u255E\u255F\u255A\u2554\u2569\u2566\u2560\u2550\u256C\u2567\u2568\u2564\u2565\u2559\u2558\u2552\u2553\u256B\u256A\u2518\u250C\u2588\u2584\u258C\u2590\u2580\u03B1\xDF\u0393\u03C0\u03A3\u03C3\xB5\u03C4\u03A6\u0398\u03A9\u03B4\u221E\u03C6\u03B5\u2229\u2261\xB1\u2265\u2264\u2320\u2321\xF7\u2248\xB0\u2219\xB7\u221A\u207F\xB2\u25A0\xA0"},ibm865:"cp865",csibm865:"cp865",cp866:{type:"_sbcs",chars:"\u0410\u0411\u0412\u0413\u0414\u0415\u0416\u0417\u0418\u0419\u041A\u041B\u041C\u041D\u041E\u041F\u0420\u0421\u0422\u0423\u0424\u0425\u0426\u0427\u0428\u0429\u042A\u042B\u042C\u042D\u042E\u042F\u0430\u0431\u0432\u0433\u0434\u0435\u0436\u0437\u0438\u0439\u043A\u043B\u043C\u043D\u043E\u043F\u2591\u2592\u2593\u2502\u2524\u2561\u2562\u2556\u2555\u2563\u2551\u2557\u255D\u255C\u255B\u2510\u2514\u2534\u252C\u251C\u2500\u253C\u255E\u255F\u255A\u2554\u2569\u2566\u2560\u2550\u256C\u2567\u2568\u2564\u2565\u2559\u2558\u2552\u2553\u256B\u256A\u2518\u250C\u2588\u2584\u258C\u2590\u2580\u0440\u0441\u0442\u0443\u0444\u0445\u0446\u0447\u0448\u0449\u044A\u044B\u044C\u044D\u044E\u044F\u0401\u0451\u0404\u0454\u0407\u0457\u040E\u045E\xB0\u2219\xB7\u221A\u2116\xA4\u25A0\xA0"},ibm866:"cp866",csibm866:"cp866",cp869:{type:"_sbcs",chars:"\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\u0386\uFFFD\xB7\xAC\xA6\u2018\u2019\u0388\u2015\u0389\u038A\u03AA\u038C\uFFFD\uFFFD\u038E\u03AB\xA9\u038F\xB2\xB3\u03AC\xA3\u03AD\u03AE\u03AF\u03CA\u0390\u03CC\u03CD\u0391\u0392\u0393\u0394\u0395\u0396\u0397\xBD\u0398\u0399\xAB\xBB\u2591\u2592\u2593\u2502\u2524\u039A\u039B\u039C\u039D\u2563\u2551\u2557\u255D\u039E\u039F\u2510\u2514\u2534\u252C\u251C\u2500\u253C\u03A0\u03A1\u255A\u2554\u2569\u2566\u2560\u2550\u256C\u03A3\u03A4\u03A5\u03A6\u03A7\u03A8\u03A9\u03B1\u03B2\u03B3\u2518\u250C\u2588\u2584\u03B4\u03B5\u2580\u03B6\u03B7\u03B8\u03B9\u03BA\u03BB\u03BC\u03BD\u03BE\u03BF\u03C0\u03C1\u03C3\u03C2\u03C4\u0384\xAD\xB1\u03C5\u03C6\u03C7\xA7\u03C8\u0385\xB0\xA8\u03C9\u03CB\u03B0\u03CE\u25A0\xA0"},ibm869:"cp869",csibm869:"cp869",cp922:{type:"_sbcs",chars:"\x80\x81\x82\x83\x84\x85\x86\x87\x88\x89\x8A\x8B\x8C\x8D\x8E\x8F\x90\x91\x92\x93\x94\x95\x96\x97\x98\x99\x9A\x9B\x9C\x9D\x9E\x9F\xA0\xA1\xA2\xA3\xA4\xA5\xA6\xA7\xA8\xA9\xAA\xAB\xAC\xAD\xAE\u203E\xB0\xB1\xB2\xB3\xB4\xB5\xB6\xB7\xB8\xB9\xBA\xBB\xBC\xBD\xBE\xBF\xC0\xC1\xC2\xC3\xC4\xC5\xC6\xC7\xC8\xC9\xCA\xCB\xCC\xCD\xCE\xCF\u0160\xD1\xD2\xD3\xD4\xD5\xD6\xD7\xD8\xD9\xDA\xDB\xDC\xDD\u017D\xDF\xE0\xE1\xE2\xE3\xE4\xE5\xE6\xE7\xE8\xE9\xEA\xEB\xEC\xED\xEE\xEF\u0161\xF1\xF2\xF3\xF4\xF5\xF6\xF7\xF8\xF9\xFA\xFB\xFC\xFD\u017E\xFF"},ibm922:"cp922",csibm922:"cp922",cp1046:{type:"_sbcs",chars:"\uFE88\xD7\xF7\uF8F6\uF8F5\uF8F4\uF8F7\uFE71\x88\u25A0\u2502\u2500\u2510\u250C\u2514\u2518\uFE79\uFE7B\uFE7D\uFE7F\uFE77\uFE8A\uFEF0\uFEF3\uFEF2\uFECE\uFECF\uFED0\uFEF6\uFEF8\uFEFA\uFEFC\xA0\uF8FA\uF8F9\uF8F8\xA4\uF8FB\uFE8B\uFE91\uFE9
\v\f\r\u1EE8\u1EF0\u1EF2\u1EF6\u1EF8\xDD\u1EF4\x1B !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_\`abcdefghijklmnopqrstuvwxyz{|}~\x7F\xC0\u1EA2\xC3\xC1\u1EA0\u1EB6\u1EAC\xC8\u1EBA\u1EBC\xC9\u1EB8\u1EC6\xCC\u1EC8\u0128\xCD\u1ECA\xD2\u1ECE\xD5\xD3\u1ECC\u1ED8\u1EDC\u1EDE\u1EE0\u1EDA\u1EE2\xD9\u1EE6\u0168\xA0\u0102\xC2\xCA\xD4\u01A0\u01AF\u0110\u0103\xE2\xEA\xF4\u01A1\u01B0\u0111\u1EB0\u0300\u0309\u0303\u0301\u0323\xE0\u1EA3\xE3\xE1\u1EA1\u1EB2\u1EB1\u1EB3\u1EB5\u1EAF\u1EB4\u1EAE\u1EA6\u1EA8\u1EAA\u1EA4\u1EC0\u1EB7\u1EA7\u1EA9\u1EAB\u1EA5\u1EAD\xE8\u1EC2\u1EBB\u1EBD\xE9\u1EB9\u1EC1\u1EC3\u1EC5\u1EBF\u1EC7\xEC\u1EC9\u1EC4\u1EBE\u1ED2\u0129\xED\u1ECB\xF2\u1ED4\u1ECF\xF5\xF3\u1ECD\u1ED3\u1ED5\u1ED7\u1ED1\u1ED9\u1EDD\u1EDF\u1EE1\u1EDB\u1EE3\xF9\u1ED6\u1EE7\u0169\xFA\u1EE5\u1EEB\u1EED\u1EEF\u1EE9\u1EF1\u1EF3\u1EF7\u1EF9\xFD\u1EF5\u1ED0`},georgianacademy:{type:"_sbcs",chars:"\x80\x81\u201A\u0192\u201E\u2026\u2020\u2021\u02C6\u2030\u0160\u2039\u0152\x8D\x8E\x8F\x90\u2018\u2019\u201C\u201D\u2022\u2013\u2014\u02DC\u2122\u0161\u203A\u0153\x9D\x9E\u0178\xA0\xA1\xA2\xA3\xA4\xA5\xA6\xA7\xA8\xA9\xAA\xAB\xAC\xAD\xAE\xAF\xB0\xB1\xB2\xB3\xB4\xB5\xB6\xB7\xB8\xB9\xBA\xBB\xBC\xBD\xBE\xBF\u10D0\u10D1\u10D2\u10D3\u10D4\u10D5\u10D6\u10D7\u10D8\u10D9\u10DA\u10DB\u10DC\u10DD\u10DE\u10DF\u10E0\u10E1\u10E2\u10E3\u10E4\u10E5\u10E6\u10E7\u10E8\u10E9\u10EA\u10EB\u10EC\u10ED\u10EE\u10EF\u10F0\u10F1\u10F2\u10F3\u10F4\u10F5\u10F6\xE7\xE8\xE9\xEA\xEB\xEC\xED\xEE\xEF\xF0\xF1\xF2\xF3\xF4\xF5\xF6\xF7\xF8\xF9\xFA\xFB\xFC\xFD\xFE\xFF"},georgianps:{type:"_sbcs",chars:"\x80\x81\u201A\u0192\u201E\u2026\u2020\u2021\u02C6\u2030\u0160\u2039\u0152\x8D\x8E\x8F\x90\u2018\u2019\u201C\u201D\u2022\u2013\u2014\u02DC\u2122\u0161\u203A\u0153\x9D\x9E\u0178\xA0\xA1\xA2\xA3\xA4\xA5\xA6\xA7\xA8\xA9\xAA\xAB\xAC\xAD\xAE\xAF\xB0\xB1\xB2\xB3\xB4\xB5\xB6\xB7\xB8\xB9\xBA\xBB\xBC\xBD\xBE\xBF\u10D0\u10D1\u10D2\u10D3\u10D4\u10D5\u10D6\u10F1\u10D7\u10D8\u10D9\u10DA\u10DB\u10DC\u10F2\u10DD\u10DE\u10DF\u10E0\u10E1\u10E2\u10F3\u10E3\u10E4\u10E5\u10E6\u10E7\u10E8\u10E9\u10EA\u10EB\u10EC\u10ED\u10EE\u10F4\u10EF\u10F0\u10F5\xE6\xE7\xE8\xE9\xEA\xEB\xEC\xED\xEE\xEF\xF0\xF1\xF2\xF3\xF4\xF5\xF6\xF7\xF8\xF9\xFA\xFB\xFC\xFD\xFE\xFF"},pt154:{type:"_sbcs",chars:"\u0496\u0492\u04EE\u0493\u201E\u2026\u04B6\u04AE\u04B2\u04AF\u04A0\u04E2\u04A2\u049A\u04BA\u04B8\u0497\u2018\u2019\u201C\u201D\u2022\u2013\u2014\u04B3\u04B7\u04A1\u04E3\u04A3\u049B\u04BB\u04B9\xA0\u040E\u045E\u0408\u04E8\u0498\u04B0\xA7\u0401\xA9\u04D8\xAB\xAC\u04EF\xAE\u049C\xB0\u04B1\u0406\u0456\u0499\u04E9\xB6\xB7\u0451\u2116\u04D9\xBB\u0458\u04AA\u04AB\u049D\u0410\u0411\u0412\u0413\u0414\u0415\u0416\u0417\u0418\u0419\u041A\u041B\u041C\u041D\u041E\u041F\u0420\u0421\u0422\u0423\u0424\u0425\u0426\u0427\u0428\u0429\u042A\u042B\u042C\u042D\u042E\u042F\u0430\u0431\u0432\u0433\u0434\u0435\u0436\u0437\u0438\u0439\u043A\u043B\u043C\u043D\u043E\u043F\u0440\u0441\u0442\u0443\u0444\u0445\u0446\u0447\u0448\u0449\u044A\u044B\u044C\u044D\u044E\u044F"},viscii:{type:"_sbcs",chars:`\0\u1EB2\u1EB4\u1EAA\x07\b
\v\f\r\u1EF6\u1EF8\x1B\u1EF4 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_\`abcdefghijklmnopqrstuvwxyz{|}~\x7F\u1EA0\u1EAE\u1EB0\u1EB6\u1EA4\u1EA6\u1EA8\u1EAC\u1EBC\u1EB8\u1EBE\u1EC0\u1EC2\u1EC4\u1EC6\u1ED0\u1ED2\u1ED4\u1ED6\u1ED8\u1EE2\u1EDA\u1EDC\u1EDE\u1ECA\u1ECE\u1ECC\u1EC8\u1EE6\u0168\u1EE4\u1EF2\xD5\u1EAF\u1EB1\u1EB7\u1EA5\u1EA7\u1EA9\u1EAD\u1EBD\u1EB9\u1EBF\u1EC1\u1EC3\u1EC5\u1EC7\u1ED1\u1ED3\u1ED5\u1ED7\u1EE0\u01A0\u1ED9\u1EDD\u1EDF\u1ECB\u1EF0\u1EE8\u1EEA\u1EEC\u01A1\u1EDB\u01AF\xC0\xC1\xC2\xC3\u1EA2\u0102\u1EB3\u1EB5\xC8\xC9\xCA\u1EBA\xCC\xCD\u0128\u1EF3\u0110\u1EE9\xD2\xD3\xD4\u1EA1\u1EF7\u1EEB\u1EED\xD9\xDA\u1EF9\u1EF5\xDD\u1EE1\u01B0\xE0\xE1\xE2\xE3\u1EA3\u0103\u1EEF\u1EAB\xE8\xE9\xEA\u1EBB\xEC\xED\u0129\u1EC9\u0111\u1EF1\xF2\xF3\xF4\xF5\u1ECF\u1ECD\u1EE5\xF9\xFA\u0169\u1EE7\xFD\u1EE3\u1EEE`},iso646cn:{type:"_sbcs",chars:`\0\x07\b
\v\f\r\x1B !"#\xA5%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_\`abcdefghijklmnopqrstuvwxyz{|}\u203E\x7F\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD`},iso646jp:{type:"_sbcs",chars:`\0\x07\b
2026-06-23 16:00:22 +00:00
\v\f\r\x1B !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\xA5]^_\`abcdefghijklmnopqrstuvwxyz{|}\u203E\x7F\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD`},hproman8:{type:"_sbcs",chars:"\x80\x81\x82\x83\x84\x85\x86\x87\x88\x89\x8A\x8B\x8C\x8D\x8E\x8F\x90\x91\x92\x93\x94\x95\x96\x97\x98\x99\x9A\x9B\x9C\x9D\x9E\x9F\xA0\xC0\xC2\xC8\xCA\xCB\xCE\xCF\xB4\u02CB\u02C6\xA8\u02DC\xD9\xDB\u20A4\xAF\xDD\xFD\xB0\xC7\xE7\xD1\xF1\xA1\xBF\xA4\xA3\xA5\xA7\u0192\xA2\xE2\xEA\xF4\xFB\xE1\xE9\xF3\xFA\xE0\xE8\xF2\xF9\xE4\xEB\xF6\xFC\xC5\xEE\xD8\xC6\xE5\xED\xF8\xE6\xC4\xEC\xD6\xDC\xC9\xEF\xDF\xD4\xC1\xC3\xE3\xD0\xF0\xCD\xCC\xD3\xD2\xD5\xF5\u0160\u0161\xDA\u0178\xFF\xDE\xFE\xB7\xB5\xB6\xBE\u2014\xBC\xBD\xAA\xBA\xAB\u25A0\xBB\xB1\uFFFD"},macintosh:{type:"_sbcs",chars:"\xC4\xC5\xC7\xC9\xD1\xD6\xDC\xE1\xE0\xE2\xE4\xE3\xE5\xE7\xE9\xE8\xEA\xEB\xED\xEC\xEE\xEF\xF1\xF3\xF2\xF4\xF6\xF5\xFA\xF9\xFB\xFC\u2020\xB0\xA2\xA3\xA7\u2022\xB6\xDF\xAE\xA9\u2122\xB4\xA8\u2260\xC6\xD8\u221E\xB1\u2264\u2265\xA5\xB5\u2202\u2211\u220F\u03C0\u222B\xAA\xBA\u2126\xE6\xF8\xBF\xA1\xAC\u221A\u0192\u2248\u2206\xAB\xBB\u2026\xA0\xC0\xC3\xD5\u0152\u0153\u2013\u2014\u201C\u201D\u2018\u2019\xF7\u25CA\xFF\u0178\u2044\xA4\u2039\u203A\uFB01\uFB02\u2021\xB7\u201A\u201E\u2030\xC2\xCA\xC1\xCB\xC8\xCD\xCE\xCF\xCC\xD3\xD4\uFFFD\xD2\xDA\xDB\xD9\u0131\u02C6\u02DC\xAF\u02D8\u02D9\u02DA\xB8\u02DD\u02DB\u02C7"},ascii:{type:"_sbcs",chars:"\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD"},tis620:{type:"_sbcs",chars:"\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\u0E01\u0E02\u0E03\u0E04\u0E05\u0E06\u0E07\u0E08\u0E09\u0E0A\u0E0B\u0E0C\u0E0D\u0E0E\u0E0F\u0E10\u0E11\u0E12\u0E13\u0E14\u0E15\u0E16\u0E17\u0E18\u0E19\u0E1A\u0E1B\u0E1C\u0E1D\u0E1E\u0E1F\u0E20\u0E21\u0E22\u0E23\u0E24\u0E25\u0E26\u0E27\u0E28\u0E29\u0E2A\u0E2B\u0E2C\u0E2D\u0E2E\u0E2F\u0E30\u0E31\u0E32\u0E33\u0E34\u0E35\u0E36\u0E37\u0E38\u0E39\u0E3A\uFFFD\uFFFD\uFFFD\uFFFD\u0E3F\u0E40\u0E41\u0E42\u0E43\u0E44\u0E45\u0E46\u0E47\u0E48\u0E49\u0E4A\u0E4B\u0E4C\u0E4D\u0E4E\u0E4F\u0E50\u0E51\u0E52\u0E53\u0E54\u0E55\u0E56\u0E57\u0E58\u0E59\u0E5A\u0E5B\uFFFD\uFFFD\uFFFD\uFFFD"}}});var Kwe=A(Wwe=>{"use strict";var bj=Zu().Buffer;Wwe._dbcs=th;var Ys=-1,Ywe=-2,fa=-10,Wi=-1e3,qy=new Array(256),aw=-1;for(w1=0;w1<256;w1++)qy[w1]=Ys;var w1;function th(t,e){if(this.encodingName=t.encodingName,!t)throw new Error("DBCS codec is called without the data.");if(!t.table)throw new Error("Encoding '"+this.encodingName+"' has no data.");var r=t.table();this.decodeTables=[]
Wanted: ${this.expectedSize}
2026-06-23 16:00:22 +00:00
Found: ${this.size}`);s.code="EBADSIZE",s.found=this.size,s.expected=this.expectedSize,s.sri=this.sri,this.emit("error",s)}else if(this.sri&&!r){let s=new Error(`${this.sri} integrity checksum failed when using ${this.algorithm}: wanted ${this.digests} but got ${e}. (${this.size} bytes)`);s.code="EINTEGRITY",s.found=e,s.expected=this.digests,s.algorithm=this.algorithm,s.sri=this.sri,this.emit("error",s)}else this.#t=this.size,this.emit("size",this.size),this.#e=e,this.emit("integrity",e),r&&(this.#s=r,this.emit("verified",r))}},oh=class{get isHash(){return!0}constructor(e,r){let s=r?.strict;this.source=e.trim(),this.digest="",this.algorithm="",this.options=[];let i=this.source.match(s?UEt:FEt);if(!i||s&&!$j.includes(i[1])||!sBe.includes(i[1]))return;this.algorithm=i[1],this.digest=i[2];let n=i[3];n&&(this.options=n.slice(1).split("?"))}hexDigest(){return this.digest&&Buffer.from(this.digest,"base64").toString("hex")}toJSON(){return this.toString()}match(e,r){let s=Co(e,r);if(!s)return!1;if(s.isIntegrity){let i=s.pickAlgorithm(r,[this.algorithm]);if(!i)return!1;let n=s[i].find(o=>o.digest===this.digest);return n||!1}return s.digest===this.digest?s:!1}toString(e){return e?.strict&&!($j.includes(this.algorithm)&&this.digest.match(LEt)&&this.options.every(r=>r.match(qEt)))?"":`${this.algorithm}-${this.digest}${Aw(this.options)}`}};function rBe(t,e,r,s){let i=t!=="",n=!1,o="",a=s.length-1;for(let l=0;l<a;l++){let u=oh.prototype.toString.call(s[l],r);u&&(n=!0,o+=u,o+=e)}let c=oh.prototype.toString.call(s[a],r);return c&&(n=!0,o+=c),i&&n?t+e+o:t+o}var uA=class{get isIntegrity(){return!0}toJSON(){return this.toString()}isEmpty(){return Object.keys(this).length===0}toString(e){let r=e?.sep||" ",s="";if(e?.strict){r=r.replace(/\S+/g," ");for(let i of $j)this[i]&&(s=rBe(s,r,e,this[i]))}else for(let i of Object.keys(this))s=rBe(s,r,e,this[i]);return s}concat(e,r){let s=typeof e=="string"?e:fw(e,r);return Co(`${this.toString(r)} ${s}`,r)}hexDigest(){return Co(this,{single:!0}).hexDigest()}merge(e,r){let s=Co(e,r);for(let i in s)if(this[i]){if(!this[i].find(n=>s[i].find(o=>n.digest===o.digest)))throw new Error("hashes do not match, cannot update integrity")}else this[i]=s[i]}match(e,r){let s=Co(e,r);if(!s)return!1;let i=s.pickAlgorithm(r,Object.keys(this));return!!i&&this[i].find(n=>s[i].find(o=>n.digest===o.digest))||!1}pickAlgorithm(e,r){let s=e?.pickAlgorithm||JEt,i=Object.keys(this);return r?.length&&(i=i.filter(n=>r.includes(n))),i.length?i.reduce((n,o)=>s(n,o)||n):null}};vl.exports.parse=Co;function Co(t,e){if(!t)return null;if(typeof t=="string")return zj(t,e);if(t.algorithm&&t.digest){let r=new uA;return r[t.algorithm]=[t],zj(fw(r,e),e)}else return zj(fw(t,e),e)}function zj(t,e){if(e?.single)return new oh(t,e);let r=t.trim().split(/\s+/).reduce((s,i)=>{let n=new oh(i,e);if(n.algorithm&&n.digest){let o=n.algorithm;Object.keys(s).includes(o)||(s[o]=[]),s[o].push(n)}return s},new uA);return r.isEmpty()?null:r}vl.exports.stringify=fw;function fw(t,e){return t.algorithm&&t.digest?oh.prototype.toString.call(t,e):typeof t=="string"?fw(Co(t,e),e):uA.prototype.toString.call(t,e)}vl.exports.fromHex=GEt;function GEt(t,e,r){let s=Aw(r?.options);return Co(`${e}-${Buffer.from(t,"hex").toString("base64")}${s}`,r)}vl.exports.fromData=HEt;function HEt(t,e){let r=e?.algorithms||[...Jj],s=Aw(e?.options);return r.reduce((i,n)=>{let o=pw.createHash(n).update(t).digest("base64"),a=new oh(`${n}-${o}${s}`,e);if(a.algorithm&&a.digest){let c=a.algorithm;i[c]||(i[c]=[]),i[c].push(a)}return i},new uA)}vl.exports.fromStream=VEt;function VEt(t,e){let r=Yj(e);return new Promise((s,i)=>{t.pipe(r),t.on("error",i),r.on("error",i);let n;r.on("integrity",o=>{n=o}),r.on("end",()=>s(n)),r.resume()})}vl.exports.checkData=zEt;function zEt(t,e,r){if(e=Co(e,r),!e||!Object.keys(e).length){if(r?.error)throw Object.assign(new Error("No valid integrity hashes to check against"),{code:"EINTEGRITY"});return!1}let s=e.pickAlgorithm(r),i=pw.createHash(s).update(t).digest("base64"),n=Co({algorithm:s,digest:i}),o=n.match(e,r);if(r=r||{},o||!r.error)return o;if(typeof r.size=
Wanted: ${r.size}
2026-06-23 16:00:22 +00:00
Found: ${t.length}`);throw a.code="EBADSIZE",a.found=t.length,a.expected=r.size,a.sri=e,a}else{let a=new Error(`Integrity checksum failed when using ${s}: Wanted ${e}, but got ${n}. (${t.length} bytes)`);throw a.code="EINTEGRITY",a.found=n,a.expected=e,a.algorithm=s,a.sri=e,a}}vl.exports.checkStream=$Et;function $Et(t,e,r){if(r=r||Object.create(null),r.integrity=e,e=Co(e,r),!e||!Object.keys(e).length)return Promise.reject(Object.assign(new Error("No valid integrity hashes to check against"),{code:"EINTEGRITY"}));let s=Yj(r);return new Promise((i,n)=>{t.pipe(s),t.on("error",n),s.on("error",n);let o;s.on("verified",a=>{o=a}),s.on("end",()=>i(o)),s.resume()})}vl.exports.integrityStream=Yj;function Yj(t=Object.create(null)){return new jj(t)}vl.exports.create=jEt;function jEt(t){let e=t?.algorithms||[...Jj],r=Aw(t?.options),s=e.map(pw.createHash);return{update:function(i,n){return s.forEach(o=>o.update(i,n)),this},digest:function(){return e.reduce((n,o)=>{let a=s.shift().digest("base64"),c=new oh(`${o}-${a}${r}`,t);return n[c.algorithm]||(n[c.algorithm]=[]),n[c.algorithm].push(c),n},new uA)}}}function JEt(t,e){return tBe.indexOf(t.toLowerCase())>=tBe.indexOf(e.toLowerCase())?t:e}});var Kj=A((Jsr,cBe)=>{var iBe=Lj(),nBe=Vj(),YEt=Rl(),oBe={shared:!1,ignoreCargoCult:!0},WEt={status:200,headers:{}},Vy=t=>{let e={method:t.method,url:t.url,headers:{},compress:t.compress};return t.headers.forEach((r,s)=>{e.headers[s]=r}),e},aBe=t=>{let e={status:t.status,headers:{}};return t.headers.forEach((r,s)=>{e.headers[s]=r}),e},Wj=class{constructor({entry:e,request:r,response:s,options:i}){this.entry=e,this.request=Vy(r),this.response=aBe(s),this.options=i,this.policy=new iBe(this.request,this.response,oBe),this.entry&&(this.policy._responseTime=this.entry.metadata.time)}static storable(e,r){return!r.cachePath||r.cache==="no-store"||!["GET","HEAD"].includes(e.method)?!1:new iBe(Vy(e),WEt,oBe).storable()}satisfies(e){let r=Vy(e);if(this.request.headers.host!==r.headers.host||this.request.compress!==r.compress)return!1;let s=new nBe(this.request),i=new nBe(r);return JSON.stringify(s.mediaTypes())!==JSON.stringify(i.mediaTypes())||JSON.stringify(s.languages())!==JSON.stringify(i.languages())||JSON.stringify(s.encodings())!==JSON.stringify(i.encodings())?!1:this.options.integrity?YEt.parse(this.options.integrity).match(this.entry.integrity):!0}storable(){return this.policy.storable()}get mustRevalidate(){return!!this.policy._rescc["must-revalidate"]}needsRevalidation(e){let r=Vy(e);return r.method="GET",!this.policy.satisfiesWithoutRevalidation(r)}responseHeaders(){return this.policy.responseHeaders()}revalidationHeaders(e){let r=Vy(e);return this.policy.revalidationHeaders(r)}revalidated(e,r){let s=Vy(e),i=aBe(r);return!this.policy.revalidatedPolicy(s,i).modified}};cBe.exports=Wj});var uBe=A((Ysr,lBe)=>{var Xj=class extends Error{constructor(e){super(`request to ${e} failed: cache mode is 'only-if-cached' but no cached response is available.`),this.code="ENOTCACHED"}};lBe.exports={NotCachedError:Xj}});var CBe=A((Wsr,EBe)=>{"use strict";var hBe=typeof process=="object"&&process?process:{stdout:null,stderr:null},KEt=require("events"),dBe=require("stream"),fBe=require("string_decoder").StringDecoder,ah=Symbol("EOF"),ch=Symbol("maybeEmitEnd"),$d=Symbol("emittedEnd"),k1=Symbol("emittingEnd"),mw=Symbol("emittedError"),M1=Symbol("closed"),pBe=Symbol("read"),L1=Symbol("flush"),ABe=Symbol("flushChunk"),vn=Symbol("encoding"),lh=Symbol("decoder"),F1=Symbol("flowing"),gw=Symbol("paused"),zy=Symbol("resume"),Os=Symbol("bufferLength"),Zj=Symbol("bufferPush"),e6=Symbol("bufferShift"),di=Symbol("objectMode"),fi=Symbol("destroyed"),t6=Symbol("emitData"),mBe=Symbol("emitEnd"),r6=Symbol("emitEnd2"),uh=Symbol("async"),yw=t=>Promise.resolve().then(t),gBe=global._MP_NO_ITERATOR_SYMBOLS_!=="1",XEt=gBe&&Symbol.asyncIterator||Symbol("asyncIterator not implemented"),ZEt=gBe&&Symbol.iterator||Symbol("iterator not implemented"),eCt=t=>t==="end"||t==="finish"||t==="prefinish",tCt=t=>t instanceof ArrayBuffer||typeof t=="object"&&t.constructor&&t.constructor.name==="ArrayB
`+o.map(d=>{let f=JSON.stringify(d);return`${hP(f)} ${f}`}).join(`
`),c=async()=>{let d=Pwt(_l.join(t,"tmp"),s.tmpPrefix);return await X6(_l.dirname(d),{recursive:!0}),{target:d,moved:!1}},l=async d=>{if(!d.moved)return Tve(d.target,{recursive:!0,force:!0})},u=async d=>{await Twt(d.target,a,{flag:"wx"}),await X6(_l.dirname(i),{recursive:!0}),await Mwt(d.target,i),d.moved=!0},h=await c();try{await u(h)}finally{await l(h)}return o.reverse().map(d=>dP(t,d,!0))}bo.exports.insert=_ve;async function _ve(t,e,r,s={}){let{metadata:i,size:n,time:o}=s,a=Dw(t,e),c={key:e,integrity:r&&Qwt.stringify(r),time:o||Date.now(),size:n,metadata:i};try{await X6(_l.dirname(a),{recursive:!0});let l=JSON.stringify(c);await Nwt(a,`
${hP(l)} ${l}`)}catch(l){if(l.code==="ENOENT")return;throw l}return dP(t,c)}bo.exports.find=Fwt;async function Fwt(t,e){let r=Dw(t,e);try{return(await uP(r)).reduce((i,n)=>n&&n.key===e?dP(t,n):i,null)}catch(s){if(s.code==="ENOENT")return null;throw s}}bo.exports.delete=Uwt;function Uwt(t,e,r={}){if(!r.removeFully)return _ve(t,e,null,r);let s=Dw(t,e);return Tve(s,{recursive:!0,force:!0})}bo.exports.lsStream=Qve;function Qve(t){let e=Z6(t),r=new _wt({objectMode:!0});return Promise.resolve().then(async()=>{let{default:s}=await Promise.resolve().then(()=>(lP(),cP)),i=await K6(e);return await s(i,async n=>{let o=_l.join(e,n),a=await K6(o);await s(a,async c=>{let l=_l.join(o,c),u=await K6(l);await s(u,async h=>{let d=_l.join(l,h);try{let p=(await uP(d)).reduce((m,E)=>(m.set(E.key,E),m),new Map);for(let m of p.values()){let E=dP(t,m);E&&r.write(E)}}catch(f){if(f.code==="ENOENT")return;throw f}},{concurrency:W6})},{concurrency:W6})},{concurrency:W6}),r.end(),r}).catch(s=>r.emit("error",s)),r}bo.exports.ls=qwt;async function qwt(t){return(await Qve(t).collect()).reduce((r,s)=>(r[s.key]=s,r),{})}bo.exports.bucketEntries=uP;async function uP(t,e){let r=await vwt(t,"utf8");return Gwt(r,e)}function Gwt(t){let e=[];return t.split(`
`).forEach(r=>{if(!r)return;let s=r.split(" ");if(!s[1]||hP(s[1])!==s[0])return;let i;try{i=JSON.parse(s[1])}catch{}i&&e.push(i)}),e}bo.exports.bucketDir=Z6;function Z6(t){return _l.join(t,`index-v${kwt}`)}bo.exports.bucketPath=Dw;function Dw(t,e){let r=Pve(e);return _l.join.apply(_l,[Z6(t)].concat(Dwt(r)))}bo.exports.hashKey=Pve;function Pve(t){return Ove(t,"sha256")}bo.exports.hashEntry=hP;function hP(t){return Ove(t,"sha1")}function Ove(t,e){return xwt.createHash(e).update(t).digest("hex")}function dP(t,e,r){return!e.integrity&&!r?null:{key:e.key,integrity:e.integrity,path:e.integrity?Owt(t,e.integrity):void 0,size:e.size,time:e.time,metadata:e.metadata}}function K6(t){return Rwt(t).catch(e=>{if(e.code==="ENOENT"||e.code==="ENOTDIR")return[];throw e})}});var Mw=A(AP=>{"use strict";Object.defineProperty(AP,"__esModule",{value:!0});AP.LRUCache=void 0;var Hwt=typeof performance=="object"&&performance&&typeof performance.now=="function"?performance:Date,kve=new Set,eJ=typeof process=="object"&&process?process:{},Mve=(t,e,r,s)=>{typeof eJ.emitWarning=="function"?eJ.emitWarning(t,e,r,s):console.error(`[${r}] ${e}: ${t}`)},pP=globalThis.AbortController,Dve=globalThis.AbortSignal;if(typeof pP>"u"){Dve=class{onabort;_onabort=[];reason;aborted=!1;addEventListener(r,s){this._onabort.push(s)}},pP=class{constructor(){e()}signal=new Dve;abort(r){if(!this.signal.aborted){this.signal.reason=r,this.signal.aborted=!0;for(let s of this.signal._onabort)s(r);this.signal.onabort?.(r)}}};let t=eJ.env?.LRU_CACHE_IGNORE_AC_WARNING!=="1",e=()=>{t&&(t=!1,Mve("AbortController is not defined. If using lru-cache in node 14, load an AbortController polyfill from the `node-abort-controller` package. A minimal polyfill is provided for use by LRUCache.fetch(), but it should not be relied upon in other contexts (eg, passing it to other APIs that use AbortController/AbortSignal might have undesirable effects). You may disable this with LRU_CACHE_IGNORE_AC_WARNING=1 in the env.","NO_ABORT_CONTROLLER","ENOTSUP",e))}}var Vwt=t=>!kve.has(t),Jd=t=>t&&t===Math.floor(t)&&t>0&&isFinite(t),Lve=t=>Jd(t)?t<=Math.pow(2,8)?Uint8Array:t<=Math.pow(2,16)?Uint16Array:t<=Math.pow(2,32)?Uint32Array:t<=Number.MAX_SAFE_INTEGER?fP:null:null,fP=class extends Array{constructor(t){super(t),this.fill(0)}},zwt=class kw{heap;length;static#e=!1;static create(e){let r=Lve(e);if(!r)return[];kw.#e=!0;let s=new kw(e,r);return kw.#e=!1,s}constructor(e,r){if(!kw.#e)throw new TypeError("instantiate Stack using Stack.create(n)");this.heap=new r(e),this.length=0}push(e){this.heap[this.length++]=e}pop(){return this.heap[--this.length]}},$wt=class Fve{#e;#t;#s;#r;#i;#n;#u;#l;get perf(){return this.#l}ttl;ttlResolution;ttlAutopurge;updateAgeOnGet;updateAgeOnHas;allowStale;noDisposeOnSet;noUpdateTTL;maxEntrySize;sizeCalculation;noDeleteOnFetchRejection;noDeleteOnStaleGet;allowStaleOnFetchAbort;allowStaleOnFetchRejection;ignoreFetchAbort;#a;#d;#p;#h;#o;#y;#I;#g;#A;#x;#m;#S;#B;#E;#C;#b;#v;#c;#O;static unsafeExposeInternals(e){return{starts:e.#B,ttls:e.#E,autopurgeTimers:e.#C,sizes:e.#S,keyMap:e.#p,keyList:e.#h,valList:e.#o,next:e.#y,prev:e.#I,get head(){return e.#g},get tail(){return e.#A},free:e.#x,isBackgroundFetch:r=>e.#f(r),backgroundFetch:(r,s,i,n)=>e.#G(r,s,i,n),moveToTail:r=>e.#P(r),indexes:r=>e.#R(r),rindexes:r=>e.#T(r),isStale:r=>e.#w(r)}}get max(){return this.#e}get maxSize(){return this.#t}get calculatedSize(){return this.#d}get size(){return this.#a}get fetchMethod(){return this.#n}get memoMethod(){return this.#u}get dispose(){return this.#s}get onInsert(){return this.#r}get disposeAfter(){return this.#i}constructor(e){let{max:r=0,ttl:s,ttlResolution:i=1,ttlAutopurge:n,updateAgeOnGet:o,updateAgeOnHas:a,allowStale:c,dispose:l,onInsert:u,disposeAfter:h,noDisposeOnSet:d,noUpdateTTL:f,maxSize:p=0,maxEntrySize:m=0,sizeCalculation:E,fetchMethod:y,memoMethod:C,noDeleteOnFetchRejection:w,noDeleteOnStaleGet:B,allowStaleOnFetchRejection:N,allowStaleOnFetchAbort:O,ignoreFetchAbort:P,perf:M}=e;if(M!==void 0&&typeof M?.now!="function")throw new TypeError("perf option must have a now() method if s
Wanted: ${t}
2026-06-23 16:00:22 +00:00
Found: ${e}`);return r.code="EINTEGRITY",r.expected=t,r.found=e,r}});var aRe=A((Inr,pJ)=>{"use strict";var sRe=tE(),iRe=Lw(),nRe=rRe(),vSt=Ew(),{PassThrough:RSt}=c6(),TSt=dA(),oRe=t=>({algorithms:["sha512"],...t});pJ.exports=_St;async function _St(t,e,r,s={}){let{memoize:i}=s;s=oRe(s);let n=await nRe(t,r,s),o=await sRe.insert(t,e,n.integrity,{...s,size:n.size});return i&&iRe.put(t,o,r,s),n.integrity}pJ.exports.stream=QSt;function QSt(t,e,r={}){let{memoize:s}=r;r=oRe(r);let i,n,o,a,c=new TSt;if(s){let u=new RSt().on("collect",h=>{a=h});c.push(u)}let l=nRe.stream(t,r).on("integrity",u=>{i=u}).on("size",u=>{n=u}).on("error",u=>{o=u});return c.push(l),c.push(new vSt({async flush(){if(!o){let u=await sRe.insert(t,e,i,{...r,size:n});s&&a&&iRe.put(t,u,a,r),c.emit("integrity",i),c.emit("size",n)}}})),c}});var SRe=A(ut=>{"use strict";var Ws=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),PSt=Ws(t=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.range=t.balanced=void 0;var e=(i,n,o)=>{let a=i instanceof RegExp?r(i,o):i,c=n instanceof RegExp?r(n,o):n,l=a!==null&&c!=null&&(0,t.range)(a,c,o);return l&&{start:l[0],end:l[1],pre:o.slice(0,l[0]),body:o.slice(l[0]+a.length,l[1]),post:o.slice(l[1]+c.length)}};t.balanced=e;var r=(i,n)=>{let o=n.match(i);return o?o[0]:null},s=(i,n,o)=>{let a,c,l,u,h,d=o.indexOf(i),f=o.indexOf(n,d+1),p=d;if(d>=0&&f>0){if(i===n)return[d,f];for(a=[],l=o.length;p>=0&&!h;){if(p===d)a.push(p),d=o.indexOf(i,p+1);else if(a.length===1){let m=a.pop();m!==void 0&&(h=[m,f])}else c=a.pop(),c!==void 0&&c<l&&(l=c,u=f),f=o.indexOf(n,p+1);p=d<f&&d>=0?d:f}a.length&&u!==void 0&&(h=[l,u])}return h};t.range=s}),OSt=Ws(t=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.EXPANSION_MAX=void 0,t.expand=N;var e=PSt(),r="\0SLASH"+Math.random()+"\0",s="\0OPEN"+Math.random()+"\0",i="\0CLOSE"+Math.random()+"\0",n="\0COMMA"+Math.random()+"\0",o="\0PERIOD"+Math.random()+"\0",a=new RegExp(r,"g"),c=new RegExp(s,"g"),l=new RegExp(i,"g"),u=new RegExp(n,"g"),h=new RegExp(o,"g"),d=/\\\\/g,f=/\\{/g,p=/\\}/g,m=/\\,/g,E=/\\./g;t.EXPANSION_MAX=1e5;function y(F){return isNaN(F)?F.charCodeAt(0):parseInt(F,10)}function C(F){return F.replace(d,r).replace(f,s).replace(p,i).replace(m,n).replace(E,o)}function w(F){return F.replace(a,"\\").replace(c,"{").replace(l,"}").replace(u,",").replace(h,".")}function B(F){if(!F)return[""];let U=[],H=(0,e.balanced)("{","}",F);if(!H)return F.split(",");let{pre:$,body:re,post:Qe}=H,be=$.split(",");be[be.length-1]+="{"+re+"}";let ce=B(Qe);return Qe.length&&(be[be.length-1]+=ce.shift(),be.push.apply(be,ce)),U.push.apply(U,be),U}function N(F,U={}){if(!F)return[];let{max:H=t.EXPANSION_MAX}=U;return F.slice(0,2)==="{}"&&(F="\\{\\}"+F.slice(2)),Z(C(F),H,!0).map(w)}function O(F){return"{"+F+"}"}function P(F){return/^-?0\d/.test(F)}function M(F,U){return F<=U}function V(F,U){return F>=U}function Z(F,U,H){let $=[],re=(0,e.balanced)("{","}",F);if(!re)return[F];let Qe=re.pre,be=re.post.length?Z(re.post,U,!1):[""];if(/\$$/.test(re.pre))for(let ce=0;ce<be.length&&ce<U;ce++){let at=Qe+"{"+re.body+"}"+be[ce];$.push(at)}else{let ce=/^-?\d+\.\.-?\d+(?:\.\.-?\d+)?$/.test(re.body),at=/^[a-zA-Z]\.\.[a-zA-Z](?:\.\.-?\d+)?$/.test(re.body),Ze=ce||at,Et=re.body.indexOf(",")>=0;if(!Ze&&!Et)return re.post.match(/,(?!,).*\}/)?(F=re.pre+"{"+re.body+i+re.post,Z(F,U,!0)):[F];let De;if(Ze)De=re.body.split(/\.\./);else if(De=B(re.body),De.length===1&&De[0]!==void 0&&(De=Z(De[0],U,!1).map(O),De.length===1))return be.map(Ht=>re.pre+De[0]+Ht);let ht;if(Ze&&De[0]!==void 0&&De[1]!==void 0){let Ht=y(De[0]),is=y(De[1]),kn=Math.max(De[0].length,De[1].length),Nt=De.length===3&&De[2]!==void 0?Math.abs(y(De[2])):1,xo=M;is<Ht&&(Nt*=-1,xo=V);let R=De.some(P);ht=[];for(let Q=Ht;xo(Q,is);Q+=Nt){let k;if(at)k=String.fromCharCode(Q),k==="\\"&&(k="");else if(k=String(Q),R){let q=kn-k.length;if(q>0){let Y=new Array(q+1).join("0");Q<0?k="-"+Y+k.slice(1):k=Y+k}}ht.push(k)}}else{ht=[];for(let Ht=0;Ht<De.length;Ht++)ht.push.apply(ht,Z(De[Ht],U,!1))}for(let Ht=0;Ht<ht.length;Ht++)for(let is=0;is<be.length&&$.length<U;is++){let kn=
globstar while`,R,ee,Q,ke,nt),this.matchOne(R.slice(ee),Q.slice(ke),k))return this.debug("globstar found match!",ee,v,nt),!0;if(nt==="."||nt===".."||!q.dot&&nt.charAt(0)==="."){this.debug("dot detected!",R,ee,Q,ke);break}this.debug("globstar swallow a segment, and continue"),ee++}return!!(k&&(this.debug(`
>>> no match, partial?`,R,ee,Q,ke),ee===v))}let rt;if(typeof j=="string"?(rt=me===j,this.debug("string match",j,me,rt)):(rt=j.test(me),this.debug("pattern match",j,me,rt)),!rt)return!1}if(g===v&&S===L)return!0;if(g===v)return k;if(S===L)return g===v-1&&R[g]==="";throw new Error("wtf?")}braceExpand(){return(0,t.braceExpand)(this.pattern,this.options)}parse(R){(0,r.assertValidPattern)(R);let Q=this.options;if(R==="**")return t.GLOBSTAR;if(R==="")return"";let k,q=null;(k=R.match(y))?q=Q.dot?w:C:(k=R.match(a))?q=(Q.nocase?Q.dot?h:u:Q.dot?l:c)(k[1]):(k=R.match(B))?q=(Q.nocase?Q.dot?O:N:Q.dot?P:M)(k):(k=R.match(d))?q=Q.dot?p:f:(k=R.match(m))&&(q=E);let Y=s.AST.fromGlob(R,this.options).toMMPattern();return q&&typeof Y=="object"&&Reflect.defineProperty(Y,"test",{value:q}),Y}makeRe(){if(this.regexp||this.regexp===!1)return this.regexp;let R=this.set;if(!R.length)return this.regexp=!1,this.regexp;let Q=this.options,k=Q.noglobstar?$:Q.dot?re:Qe,q=new Set(Q.nocase?["i"]:[]),Y=R.map(v=>{let L=v.map(me=>{if(me instanceof RegExp)for(let ee of me.flags.split(""))q.add(ee);return typeof me=="string"?Ht(me):me===t.GLOBSTAR?t.GLOBSTAR:me._src});L.forEach((me,ee)=>{let ke=L[ee+1],nt=L[ee-1];me!==t.GLOBSTAR||nt===t.GLOBSTAR||(nt===void 0?ke!==void 0&&ke!==t.GLOBSTAR?L[ee+1]="(?:\\/|"+k+"\\/)?"+ke:L[ee]=k:ke===void 0?L[ee-1]=nt+"(?:\\/|\\/"+k+")?":ke!==t.GLOBSTAR&&(L[ee-1]=nt+"(?:\\/|\\/"+k+"\\/)"+ke,L[ee+1]=t.GLOBSTAR))});let j=L.filter(me=>me!==t.GLOBSTAR);if(this.partial&&j.length>=1){let me=[];for(let ee=1;ee<=j.length;ee++)me.push(j.slice(0,ee).join("/"));return"(?:"+me.join("|")+")"}return j.join("/")}).join("|"),[g,S]=R.length>1?["(?:",")"]:["",""];Y="^"+g+Y+S+"$",this.partial&&(Y="^(?:\\/|"+g+Y.slice(1,-1)+S+")$"),this.negate&&(Y="^(?!"+Y+").+$");try{this.regexp=new RegExp(Y,[...q].join(""))}catch{this.regexp=!1}return this.regexp}slashSplit(R){return this.preserveMultipleSlashes?R.split("/"):this.isWindows&&/^\/\/[^\/]+/.test(R)?["",...R.split(/\/+/)]:R.split(/\/+/)}match(R,Q=this.partial){if(this.debug("match",R,this.pattern),this.comment)return!1;if(this.empty)return R==="";if(R==="/"&&Q)return!0;let k=this.options;this.isWindows&&(R=R.split("\\").join("/"));let q=this.slashSplit(R);this.debug(this.pattern,"split",q);let Y=this.set;this.debug(this.pattern,"set",Y);let g=q[q.length-1];if(!g)for(let S=q.length-2;!g&&S>=0;S--)g=q[S];for(let S=0;S<Y.length;S++){let v=Y[S],L=q;if(k.matchBase&&v.length===1&&(L=[g]),this.matchOne(L,v,Q))return k.flipNegate?!0:!this.negate}return k.flipNegate?!1:this.negate}static defaults(R){return t.minimatch.defaults(R).Minimatch}};t.Minimatch=is;var kn=cRe();Object.defineProperty(t,"AST",{enumerable:!0,get:function(){return kn.AST}});var Nt=lRe();Object.defineProperty(t,"escape",{enumerable:!0,get:function(){return Nt.escape}});var xo=AJ();Object.defineProperty(t,"unescape",{enumerable:!0,get:function(){return xo.unescape}}),t.minimatch.AST=s.AST,t.minimatch.Minimatch=is,t.minimatch.escape=i.escape,t.minimatch.unescape=n.unescape}),MSt=Ws(t=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.LRUCache=void 0;var e=typeof performance=="object"&&performance&&typeof performance.now=="function"?performance:Date,r=new Set,s=typeof process=="object"&&process?process:{},i=(f,p,m,E)=>{typeof s.emitWarning=="function"?s.emitWarning(f,p,m,E):console.error(`[${m}] ${p}: ${f}`)},n=globalThis.AbortController,o=globalThis.AbortSignal;if(typeof n>"u"){o=class{onabort;_onabort=[];reason;aborted=!1;addEventListener(m,E){this._onabort.push(E)}},n=class{constructor(){p()}signal=new o;abort(m){if(!this.signal.aborted){this.signal.reason=m,this.signal.aborted=!0;for(let E of this.signal._onabort)E(m);this.signal.onabort?.(m)}}};let f=s.env?.LRU_CACHE_IGNORE_AC_WARNING!=="1",p=()=>{f&&(f=!1,i("AbortController is not defined. If using lru-cache in node 14, load an AbortController polyfill from the `node-abort-controller` package. A minimal polyfill is provided for use by LRUCache.fetch(), but it should not be relied upon in other contexts (eg, passing it to other APIs that use AbortController/AbortSignal might
\r
2026-06-23 16:00:22 +00:00
`);if(d===-1){QP("have not received end of HTTP headers yet..."),n();return}let f=h.slice(0,d).toString("ascii").split(`\r
`),p=f.shift();if(!p)return t.destroy(),r(new Error("No header received from proxy CONNECT response"));let m=p.split(" "),E=+m[1],y=m.slice(2).join(" "),C={};for(let w of f){if(!w)continue;let B=w.indexOf(":");if(B===-1)return t.destroy(),r(new Error(`Invalid header from proxy CONNECT response: "${w}"`));let N=w.slice(0,B).toLowerCase(),O=w.slice(B+1).trimStart(),P=C[N];typeof P=="string"?C[N]=[P,O]:Array.isArray(P)?P.push(O):C[N]=O}QP("got proxy server response: %o %o",p,C),o(),e({connect:{statusCode:E,statusText:y,headers:C},buffered:h})}t.on("error",c),t.on("end",a),n()})}fE.parseProxyResponse=fxt});var pTe=A(ga=>{"use strict";var pxt=ga&&ga.__createBinding||(Object.create?(function(t,e,r,s){s===void 0&&(s=r);var i=Object.getOwnPropertyDescriptor(e,r);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,s,i)}):(function(t,e,r,s){s===void 0&&(s=r),t[s]=e[r]})),Axt=ga&&ga.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),dTe=ga&&ga.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)r!=="default"&&Object.prototype.hasOwnProperty.call(t,r)&&pxt(e,t,r);return Axt(e,t),e},fTe=ga&&ga.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(ga,"__esModule",{value:!0});ga.HttpsProxyAgent=void 0;var Yw=dTe(require("net")),uTe=dTe(require("tls")),mxt=fTe(require("assert")),gxt=fTe(cp()),yxt=ZI(),Ext=require("url"),Cxt=lTe(),Ww=(0,gxt.default)("https-proxy-agent"),PP=class extends yxt.Agent{constructor(e,r){super(r),this.options={path:void 0},this.proxy=typeof e=="string"?new Ext.URL(e):e,this.proxyHeaders=r?.headers??{},Ww("Creating new HttpsProxyAgent instance: %o",this.proxy.href);let s=(this.proxy.hostname||this.proxy.host).replace(/^\[|\]$/g,""),i=this.proxy.port?parseInt(this.proxy.port,10):this.proxy.protocol==="https:"?443:80;this.connectOpts={ALPNProtocols:["http/1.1"],...r?hTe(r,"headers"):null,host:s,port:i}}async connect(e,r){let{proxy:s}=this;if(!r.host)throw new TypeError('No "host" provided');let i;if(s.protocol==="https:"){Ww("Creating `tls.Socket`: %o",this.connectOpts);let d=this.connectOpts.servername||this.connectOpts.host;i=uTe.connect({...this.connectOpts,servername:d&&Yw.isIP(d)?void 0:d})}else Ww("Creating `net.Socket`: %o",this.connectOpts),i=Yw.connect(this.connectOpts);let n=typeof this.proxyHeaders=="function"?this.proxyHeaders():{...this.proxyHeaders},o=Yw.isIPv6(r.host)?`[${r.host}]`:r.host,a=`CONNECT ${o}:${r.port} HTTP/1.1\r
2026-05-22 14:44:02 +00:00
`;if(s.username||s.password){let d=`${decodeURIComponent(s.username)}:${decodeURIComponent(s.password)}`;n["Proxy-Authorization"]=`Basic ${Buffer.from(d).toString("base64")}`}n.Host=`${o}:${r.port}`,n["Proxy-Connection"]||(n["Proxy-Connection"]=this.keepAlive?"Keep-Alive":"close");for(let d of Object.keys(n))a+=`${d}: ${n[d]}\r
2026-06-23 16:00:22 +00:00
`;let c=(0,Cxt.parseProxyResponse)(i);i.write(`${a}\r
`);let{connect:l,buffered:u}=await c;if(e.emit("proxyConnect",l),this.emit("proxyConnect",l,e),l.statusCode===200){if(e.once("socket",Ixt),r.secureEndpoint){Ww("Upgrading socket connection to TLS");let d=r.servername||r.host;return uTe.connect({...hTe(r,"host","path","port"),socket:i,servername:Yw.isIP(d)?void 0:d})}return i}i.destroy();let h=new Yw.Socket({writable:!1});return h.readable=!0,e.once("socket",d=>{Ww("Replaying proxy buffer for failed request"),(0,mxt.default)(d.listenerCount("data")>0),d.push(u),d.push(null)}),h}};PP.protocols=["http","https"];ga.HttpsProxyAgent=PP;function Ixt(t){t.resume()}function hTe(t,...e){let r={},s;for(s in t)e.includes(s)||(r[s]=t[s]);return r}});var yTe=A(wh=>{"use strict";Object.defineProperty(wh,"__esModule",{value:!0});var ATe=require("buffer"),SA={INVALID_ENCODING:"Invalid encoding provided. Please specify a valid encoding the internal Node.js Buffer supports.",INVALID_SMARTBUFFER_SIZE:"Invalid size provided. Size must be a valid integer greater than zero.",INVALID_SMARTBUFFER_BUFFER:"Invalid Buffer provided in SmartBufferOptions.",INVALID_SMARTBUFFER_OBJECT:"Invalid SmartBufferOptions object supplied to SmartBuffer constructor or factory methods.",INVALID_OFFSET:"An invalid offset value was provided.",INVALID_OFFSET_NON_NUMBER:"An invalid offset value was provided. A numeric value is required.",INVALID_LENGTH:"An invalid length value was provided.",INVALID_LENGTH_NON_NUMBER:"An invalid length value was provived. A numeric value is required.",INVALID_TARGET_OFFSET:"Target offset is beyond the bounds of the internal SmartBuffer data.",INVALID_TARGET_LENGTH:"Specified length value moves cursor beyong the bounds of the internal SmartBuffer data.",INVALID_READ_BEYOND_BOUNDS:"Attempted to read beyond the bounds of the managed data.",INVALID_WRITE_BEYOND_BOUNDS:"Attempted to write beyond the bounds of the managed data."};wh.ERRORS=SA;function bxt(t){if(!ATe.Buffer.isEncoding(t))throw new Error(SA.INVALID_ENCODING)}wh.checkEncoding=bxt;function mTe(t){return typeof t=="number"&&isFinite(t)&&xxt(t)}wh.isFiniteInteger=mTe;function gTe(t,e){if(typeof t=="number"){if(!mTe(t)||t<0)throw new Error(e?SA.INVALID_OFFSET:SA.INVALID_LENGTH)}else throw new Error(e?SA.INVALID_OFFSET_NON_NUMBER:SA.INVALID_LENGTH_NON_NUMBER)}function wxt(t){gTe(t,!1)}wh.checkLengthValue=wxt;function Sxt(t){gTe(t,!0)}wh.checkOffsetValue=Sxt;function Bxt(t,e){if(t<0||t>e.length)throw new Error(SA.INVALID_TARGET_OFFSET)}wh.checkTargetOffset=Bxt;function xxt(t){return typeof t=="number"&&isFinite(t)&&Math.floor(t)===t}function Nxt(t){if(typeof BigInt>"u")throw new Error("Platform does not support JS BigInt type.");if(typeof ATe.Buffer.prototype[t]>"u")throw new Error(`Platform does not support Buffer.prototype.${t}.`)}wh.bigIntAndBufferInt64Check=Nxt});var CTe=A(FJ=>{"use strict";Object.defineProperty(FJ,"__esModule",{value:!0});var tt=yTe(),ETe=4096,vxt="utf8",LJ=class t{constructor(e){if(this.length=0,this._encoding=vxt,this._writeOffset=0,this._readOffset=0,t.isSmartBufferOptions(e))if(e.encoding&&(tt.checkEncoding(e.encoding),this._encoding=e.encoding),e.size)if(tt.isFiniteInteger(e.size)&&e.size>0)this._buff=Buffer.allocUnsafe(e.size);else throw new Error(tt.ERRORS.INVALID_SMARTBUFFER_SIZE);else if(e.buff)if(Buffer.isBuffer(e.buff))this._buff=e.buff,this.length=e.buff.length;else throw new Error(tt.ERRORS.INVALID_SMARTBUFFER_BUFFER);else this._buff=Buffer.allocUnsafe(ETe);else{if(typeof e<"u")throw new Error(tt.ERRORS.INVALID_SMARTBUFFER_OBJECT);this._buff=Buffer.allocUnsafe(ETe)}}static fromSize(e,r){return new this({size:e,encoding:r})}static fromBuffer(e,r){return new this({buff:e,encoding:r})}static fromOptions(e){return new this(e)}static isSmartBufferOptions(e){let r=e;return r&&(r.encoding!==void 0||r.size!==void 0||r.buff!==void 0)}readInt8(e){return this._readNumberValue(Buffer.prototype.readInt8,1,e)}readInt16BE(e){return this._readNumberValue(Buffer.prototype.readInt16BE,2,e)}readInt16LE(e){return this._readNumberValue(Buffer.prototype.readInt16LE,2,e)}readInt32BE(e){return this._readNumberValue(Buffe
`).join(`
2026-06-23 16:00:22 +00:00
`+n),t.push(i+"m+"+$O.exports.humanize(this.diff)+"\x1B[0m")}else t[0]=ZQt()+e+" "+t[0]}function ZQt(){return Fs.inspectOpts.hideDate?"":new Date().toISOString()+" "}function e1t(...t){return process.stderr.write(zO.formatWithOptions(Fs.inspectOpts,...t)+`
`)}function t1t(t){t?process.env.DEBUG=t:delete process.env.DEBUG}function r1t(){return process.env.DEBUG}function s1t(t){t.inspectOpts={};let e=Object.keys(Fs.inspectOpts);for(let r=0;r<e.length;r++)t.inspectOpts[e[r]]=Fs.inspectOpts[e[r]]}$O.exports=k9()(Fs);var{formatters:l1e}=$O.exports;l1e.o=function(t){return this.inspectOpts.colors=this.useColors,zO.inspect(t,this.inspectOpts).split(`
`).map(e=>e.trim()).join(" ")};l1e.O=function(t){return this.inspectOpts.colors=this.useColors,zO.inspect(t,this.inspectOpts)}});var L9=A(($ar,M9)=>{typeof process>"u"||process.type==="renderer"||process.browser===!0||process.__nwjs?M9.exports=c1e():M9.exports=u1e()});var d1e=A((jar,h1e)=>{var i1t=require("dns"),n1t=["if-modified-since","if-none-match","if-unmodified-since","if-match","if-range"],o1t=t=>{let{strictSSL:e,...r}={...t};if(r.method=r.method?r.method.toUpperCase():"GET",e==null?r.rejectUnauthorized=process.env.NODE_TLS_REJECT_UNAUTHORIZED!=="0":r.rejectUnauthorized=e!==!1,!r.retry)r.retry={retries:0};else if(typeof r.retry=="string"){let s=parseInt(r.retry,10);isFinite(s)?r.retry={retries:s}:r.retry={retries:0}}else typeof r.retry=="number"?r.retry={retries:r.retry}:r.retry={retries:0,...r.retry};return r.dns={ttl:300*1e3,lookup:i1t.lookup,...r.dns},r.cache=r.cache||"default",r.cache==="default"&&Object.keys(r.headers||{}).some(i=>n1t.includes(i.toLowerCase()))&&(r.cache="no-store"),r.cacheAdditionalHeaders=r.cacheAdditionalHeaders||[],r.cacheManager&&!r.cachePath&&(r.cachePath=r.cacheManager),r};h1e.exports=o1t});var U9=A((Jar,g1e)=>{var f1e=Lj(),p1e=Vj(),a1t=Rl(),A1e={shared:!1,ignoreCargoCult:!0},c1t={status:200,headers:{}},qE=t=>{let e={method:t.method,url:t.url,headers:{},compress:t.compress};return t.headers.forEach((r,s)=>{e.headers[s]=r}),e},m1e=t=>{let e={status:t.status,headers:{}};return t.headers.forEach((r,s)=>{e.headers[s]=r}),e},F9=class{constructor({entry:e,request:r,response:s,options:i}){this.entry=e,this.request=qE(r),this.response=m1e(s),this.options=i,this.policy=new f1e(this.request,this.response,A1e),this.entry&&(this.policy._responseTime=this.entry.metadata.time)}static storable(e,r){return!r.cachePath||r.cache==="no-store"||!["GET","HEAD"].includes(e.method)?!1:new f1e(qE(e),c1t,A1e).storable()}satisfies(e){let r=qE(e);if(this.request.headers.host!==r.headers.host||this.request.compress!==r.compress)return!1;let s=new p1e(this.request),i=new p1e(r);return JSON.stringify(s.mediaTypes())!==JSON.stringify(i.mediaTypes())||JSON.stringify(s.languages())!==JSON.stringify(i.languages())||JSON.stringify(s.encodings())!==JSON.stringify(i.encodings())?!1:this.options.integrity?a1t.parse(this.options.integrity).match(this.entry.integrity):!0}storable(){return this.policy.storable()}get mustRevalidate(){return!!this.policy._rescc["must-revalidate"]}needsRevalidation(e){let r=qE(e);return r.method="GET",!this.policy.satisfiesWithoutRevalidation(r)}responseHeaders(){return this.policy.responseHeaders()}revalidationHeaders(e){let r=qE(e);return this.policy.revalidationHeaders(r)}revalidated(e,r){let s=qE(e),i=m1e(r);return!this.policy.revalidatedPolicy(s,i).modified}};g1e.exports=F9});var E1e=A((Yar,y1e)=>{var q9=class extends Error{constructor(e){super(`request to ${e} failed: cache mode is 'only-if-cached' but no cached response is available.`),this.code="ENOTCACHED"}};y1e.exports={NotCachedError:q9}});var H9=A((War,C1e)=>{"use strict";var l1t=dA(),G9=class extends l1t{#e=[];#t=new Map;constructor(e,...r){super(),this.#e=e.events,r.length&&this.push(...r)}on(e,r){return this.#e.includes(e)&&this.#t.has(e)?r(...this.#t.get(e)):super.on(e,r)}emit(e,...r){return this.#e.includes(e)&&this.#t.set(e,r),super.emit(e,...r)}};C1e.exports=G9});var b1e=A((Kar,I1e)=>{var{URL:u1t,format:h1t}=require("url"),d1t={auth:!1,fragment:!1,search:!0,unicode:!1},f1t=t=>{let e=new u1t(t.url);return`make-fetch-happen:request-cache:${h1t(e,d1t)}`};I1e.exports=f1t});var w1e=A((Xar,p1t)=>{p1t.exports={name:"make-fetch-happen",version:"15.0.4",description:"Opinionated, caching, retrying fetch client",main:"lib/index.js",files:["bin/","lib/"],scripts:{test:"tap",posttest:"npm run lint",eslint:'eslint "**/*.{js,cjs,ts,mjs,jsx,tsx}"',lint:"npm run eslint",lintfix:"npm run eslint -- --fix",postlint:"template-oss-check",snap:"tap","template-oss-apply":"template-oss-apply --force"},repository:{type:"git",url:"git+https://github.com/npm/make-fetch-happen.git"},keywords:["http","request","fetch","mean girls","caching","cache","subre
`).forEach(r=>{r.match(rOt)||r.match(sOt)||(e+=r)}),Buffer.from(e,"base64")}function nOt(t,e="CERTIFICATE"){let s=t.toString("base64").match(/.{1,64}/g)||"";return[`-----BEGIN ${e}-----`,...s,`-----END ${e}-----`].join(`
2026-05-22 14:44:02 +00:00
`).concat(`
2026-06-23 16:00:22 +00:00
`)}});var yD=A(df=>{"use strict";Object.defineProperty(df,"__esModule",{value:!0});df.SHA2_HASH_ALGOS=df.RSA_SIGNATURE_ALGOS=df.ECDSA_SIGNATURE_ALGOS=void 0;df.ECDSA_SIGNATURE_ALGOS={"1.2.840.10045.4.3.1":"sha224","1.2.840.10045.4.3.2":"sha256","1.2.840.10045.4.3.3":"sha384","1.2.840.10045.4.3.4":"sha512"};df.RSA_SIGNATURE_ALGOS={"1.2.840.113549.1.1.14":"sha224","1.2.840.113549.1.1.11":"sha256","1.2.840.113549.1.1.12":"sha384","1.2.840.113549.1.1.13":"sha512"};df.SHA2_HASH_ALGOS={"2.16.840.1.101.3.4.2.1":"sha256","2.16.840.1.101.3.4.2.2":"sha384","2.16.840.1.101.3.4.2.3":"sha512"}});var TW=A(ED=>{"use strict";Object.defineProperty(ED,"__esModule",{value:!0});ED.RFC3161TimestampVerificationError=void 0;var RW=class extends Error{};ED.RFC3161TimestampVerificationError=RW});var IPe=A(Gl=>{"use strict";var oOt=Gl&&Gl.__createBinding||(Object.create?(function(t,e,r,s){s===void 0&&(s=r);var i=Object.getOwnPropertyDescriptor(e,r);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,s,i)}):(function(t,e,r,s){s===void 0&&(s=r),t[s]=e[r]})),aOt=Gl&&Gl.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),cOt=Gl&&Gl.__importStar||(function(){var t=function(e){return t=Object.getOwnPropertyNames||function(r){var s=[];for(var i in r)Object.prototype.hasOwnProperty.call(r,i)&&(s[s.length]=i);return s},t(e)};return function(e){if(e&&e.__esModule)return e;var r={};if(e!=null)for(var s=t(e),i=0;i<s.length;i++)s[i]!=="default"&&oOt(r,e,s[i]);return aOt(r,e),r}})();Object.defineProperty(Gl,"__esModule",{value:!0});Gl.TSTInfo=void 0;var CPe=cOt(YE()),lOt=yD(),uOt=TW(),_W=class{root;constructor(e){this.root=e}get version(){return this.root.subs[0].toInteger()}get genTime(){return this.root.subs[4].toDate()}get messageImprintHashAlgorithm(){let e=this.messageImprintObj.subs[0].subs[0].toOID();return lOt.SHA2_HASH_ALGOS[e]}get messageImprintHashedMessage(){return this.messageImprintObj.subs[1].value}get raw(){return this.root.toDER()}verify(e){let r=CPe.digest(this.messageImprintHashAlgorithm,e);if(!CPe.bufferEqual(r,this.messageImprintHashedMessage))throw new uOt.RFC3161TimestampVerificationError("message imprint does not match artifact")}get messageImprintObj(){return this.root.subs[2]}};Gl.TSTInfo=_W});var wPe=A(Hl=>{"use strict";var hOt=Hl&&Hl.__createBinding||(Object.create?(function(t,e,r,s){s===void 0&&(s=r);var i=Object.getOwnPropertyDescriptor(e,r);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,s,i)}):(function(t,e,r,s){s===void 0&&(s=r),t[s]=e[r]})),dOt=Hl&&Hl.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),fOt=Hl&&Hl.__importStar||(function(){var t=function(e){return t=Object.getOwnPropertyNames||function(r){var s=[];for(var i in r)Object.prototype.hasOwnProperty.call(r,i)&&(s[s.length]=i);return s},t(e)};return function(e){if(e&&e.__esModule)return e;var r={};if(e!=null)for(var s=t(e),i=0;i<s.length;i++)s[i]!=="default"&&hOt(r,e,s[i]);return dOt(r,e),r}})();Object.defineProperty(Hl,"__esModule",{value:!0});Hl.RFC3161Timestamp=void 0;var pOt=AD(),QW=fOt(YE()),bPe=yD(),wS=TW(),AOt=IPe(),mOt="1.2.840.113549.1.7.2",gOt="1.2.840.113549.1.9.16.1.4",yOt="1.2.840.113549.1.9.4",PW=class t{root;constructor(e){this.root=e}static parse(e){let r=pOt.ASN1Obj.parseBuffer(e);return new t(r)}get status(){return this.pkiStatusInfoObj.subs[0].toInteger()}get contentType(){return this.contentTypeObj.toOID()}get eContentType(){return this.eContentTypeObj.toOID()}get signingTime(){return this.tstInfo.genTime}get signerIssuer(){return this.signerSidObj.subs[0].value}get signerSerialNumber(){return this.signerSidObj.subs[1].value}get signerDigestAlgorithm(){let e=this.signerDigestAlgorithmObj.subs[0].toOID();return bPe.SHA2_HASH_ALGOS[e]}get signatureAlgorithm(){let e=this.signatureAlgorithmObj.subs[0].toOID();return bPe
2026-06-23 16:00:22 +00:00
`,DDt=/\u2014 (\S+) (\S+)\n/g;function kDt(t,e){let r=t.inclusionProof,s=aK.fromString(r.checkpoint.envelope),i=_D.fromString(s.note);if(!MDt(s,e))throw new RS.VerificationError({code:"TLOG_INCLUSION_PROOF_ERROR",message:"invalid checkpoint signature"});return i}function MDt(t,e){let r=Buffer.from(t.note,"utf-8");return t.signatures.some(s=>{let i=e.find(n=>YPe.crypto.bufferEqual(n.logID.subarray(0,4),s.keyHint)&&n.baseURL.match(s.name));return i?YPe.crypto.verify(r,i.publicKey,s.signature):!1})}var aK=class t{note;signatures;constructor(e,r){this.note=e,this.signatures=r}static fromString(e){if(!e.includes(oK))throw new RS.VerificationError({code:"TLOG_INCLUSION_PROOF_ERROR",message:"missing checkpoint separator"});let r=e.indexOf(oK),s=e.slice(0,r+1),n=e.slice(r+oK.length).matchAll(DDt),o=Array.from(n,a=>{let[,c,l]=a,u=Buffer.from(l,"base64");if(u.length<5)throw new RS.VerificationError({code:"TLOG_INCLUSION_PROOF_ERROR",message:"malformed checkpoint signature"});return{name:c,keyHint:u.subarray(0,4),signature:u.subarray(4)}});if(o.length===0)throw new RS.VerificationError({code:"TLOG_INCLUSION_PROOF_ERROR",message:"no signatures found in checkpoint"});return new t(s,o)}},_D=class t{origin;logSize;logHash;rest;constructor(e,r,s,i){this.origin=e,this.logSize=r,this.logHash=s,this.rest=i}static fromString(e){let r=e.trimEnd().split(`
`);if(r.length<3)throw new RS.VerificationError({code:"TLOG_INCLUSION_PROOF_ERROR",message:"too few lines in checkpoint header"});let s=r[0],i=BigInt(r[1]),n=Buffer.from(r[2],"base64"),o=r.slice(3);return new t(s,i,n,o)}};TS.LogCheckpoint=_D});var KPe=A(hK=>{"use strict";Object.defineProperty(hK,"__esModule",{value:!0});hK.verifyMerkleInclusion=UDt;var uK=cc(),cK=Ei(),LDt=Buffer.from([0]),FDt=Buffer.from([1]);function UDt(t,e){let r=t.inclusionProof,s=BigInt(r.logIndex),i=BigInt(e.logSize);if(s<0n||s>=i)throw new cK.VerificationError({code:"TLOG_INCLUSION_PROOF_ERROR",message:`invalid index: ${s}`});let{inner:n,border:o}=qDt(s,i);if(r.hashes.length!==n+o)throw new cK.VerificationError({code:"TLOG_INCLUSION_PROOF_ERROR",message:"invalid hash count"});let a=r.hashes.slice(0,n),c=r.hashes.slice(n),l=jDt(t.canonicalizedBody),u=HDt(GDt(l,a,s),c);if(!uK.crypto.bufferEqual(u,e.logHash))throw new cK.VerificationError({code:"TLOG_INCLUSION_PROOF_ERROR",message:"calculated root hash does not match inclusion proof"})}function qDt(t,e){let r=VDt(t,e),s=zDt(t>>BigInt(r));return{inner:r,border:s}}function GDt(t,e,r){return e.reduce((s,i,n)=>r>>BigInt(n)&BigInt(1)?lK(i,s):lK(s,i),t)}function HDt(t,e){return e.reduce((r,s)=>lK(s,r),t)}function VDt(t,e){return $Dt(t^e-BigInt(1))}function zDt(t){return t.toString(2).split("1").length-1}function $Dt(t){return t===0n?0:t.toString(2).length}function lK(t,e){return uK.crypto.digest("sha256",FDt,t,e)}function jDt(t){return uK.crypto.digest("sha256",LDt,t)}});var ZPe=A(dK=>{"use strict";Object.defineProperty(dK,"__esModule",{value:!0});dK.verifyTLogSET=WDt;var XPe=cc(),JDt=Ei(),YDt=XE();function WDt(t,e){if(!(0,YDt.filterTLogAuthorities)(e,{logID:t.logId.keyId,targetDate:new Date(Number(t.integratedTime)*1e3)}).some(i=>{let n=KDt(t),o=Buffer.from(XPe.json.canonicalize(n),"utf8"),a=t.inclusionPromise.signedEntryTimestamp;return XPe.crypto.verify(o,i.publicKey,a)}))throw new JDt.VerificationError({code:"TLOG_INCLUSION_PROMISE_ERROR",message:"inclusion promise could not be verified"})}function KDt(t){let{integratedTime:e,logIndex:r,logId:s,canonicalizedBody:i}=t;return{body:i.toString("base64"),integratedTime:Number(e),logIndex:Number(r),logID:s.keyId.toString("hex")}}});var tOe=A(QD=>{"use strict";Object.defineProperty(QD,"__esModule",{value:!0});QD.verifyTLogBody=rkt;QD.verifyTLogInclusion=skt;var eOe=PY(),AK=Ei(),fK=$Pe(),pK=jPe(),XDt=JPe(),ZDt=WPe(),ekt=KPe(),tkt=ZPe();function rkt(t,e){let{kind:r,version:s}=t.kindVersion,i=JSON.parse(t.canonicalizedBody.toString("utf8"));if(r!==i.kind||s!==i.apiVersion)throw new AK.VerificationError({code:"TLOG_BODY_ERROR",message:`kind/version mismatch - expected: ${r}/${s}, received: ${i.kind}/${i.apiVersion}`});switch(r){case"dsse":if(s==fK.DSSE_API_VERSION_V1)return(0,fK.verifyDSSETLogBody)(i,e);{let n=eOe.Entry.fromJSON(i);return(0,fK.verifyDSSETLogBodyV2)(n,e)}case"intoto":return(0,XDt.verifyIntotoTLogBody)(i,e);case"hashedrekord":if(s==pK.HASHEDREKORD_API_VERSION_V1)return(0,pK.verifyHashedRekordTLogBody)(i,e);{let n=eOe.Entry.fromJSON(i);return(0,pK.verifyHashedRekordTLogBodyV2)(n,e)}default:throw new AK.VerificationError({code:"TLOG_BODY_ERROR",message:`unsupported kind: ${r}`})}}function skt(t,e){let r=!1;if(ikt(t)&&((0,tkt.verifyTLogSET)(t,e),r=!0),nkt(t)){let s=(0,ZDt.verifyCheckpoint)(t,e);(0,ekt.verifyMerkleInclusion)(t,s),r=!0}if(!r)throw new AK.VerificationError({code:"TLOG_MISSING_INCLUSION_ERROR",message:"inclusion could not be verified"})}function ikt(t){return t.inclusionPromise!==void 0}function nkt(t){return t.inclusionProof!==void 0}});var oOe=A(PD=>{"use strict";Object.defineProperty(PD,"__esModule",{value:!0});PD.Verifier=void 0;var okt=require("util"),ZE=Ei(),rOe=qPe(),mK=GPe(),sOe=zPe(),iOe=tOe(),gK=class{trustMaterial;options;constructor(e,r={}){this.trustMaterial=e,this.options={ctlogThreshold:r.ctlogThreshold??1,tlogThreshold:r.tlogThreshold??1,timestampThreshold:r.timestampThreshold??r.tsaThreshold??1,tsaThreshold:0}}verify(e,r){let s=this.verifyTimestamps(e),i=this.verifySigningKey(e,s);return this.verifyTLogs(e),this.verifySi
2026-06-23 16:00:22 +00:00
`+t.mark.snippet),s+" "+r):s}function cC(t,e){Error.call(this),this.name="YAMLException",this.reason=t,this.mark=e,this.message=WK(this,!1),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack||""}cC.prototype=Object.create(Error.prototype);cC.prototype.constructor=cC;cC.prototype.toString=function(e){return this.name+": "+WK(this,e)};var rn=cC;function sk(t,e,r,s,i){var n="",o="",a=Math.floor(i/2)-1;return s-e>a&&(n=" ... ",e=s-a+n.length),r-s>a&&(o=" ...",r=s+a-o.length),{str:n+t.slice(e,r).replace(/\t/g,"\u2192")+o,pos:s-e+n.length}}function ik(t,e){return ns.repeat(" ",e-t.length)+t}function eke(t,e){if(e=Object.create(e||null),!t.buffer)return null;e.maxLength||(e.maxLength=79),typeof e.indent!="number"&&(e.indent=1),typeof e.linesBefore!="number"&&(e.linesBefore=3),typeof e.linesAfter!="number"&&(e.linesAfter=2);for(var r=/\r?\n|\r|\0/g,s=[0],i=[],n,o=-1;n=r.exec(t.buffer);)i.push(n.index),s.push(n.index+n[0].length),t.position<=n.index&&o<0&&(o=s.length-2);o<0&&(o=s.length-1);var a="",c,l,u=Math.min(t.line+e.linesAfter,i.length).toString().length,h=e.maxLength-(e.indent+u+3);for(c=1;c<=e.linesBefore&&!(o-c<0);c++)l=sk(t.buffer,s[o-c],i[o-c],t.position-(s[o]-s[o-c]),h),a=ns.repeat(" ",e.indent)+ik((t.line-c+1).toString(),u)+" | "+l.str+`
`+a;for(l=sk(t.buffer,s[o],i[o],t.position,h),a+=ns.repeat(" ",e.indent)+ik((t.line+1).toString(),u)+" | "+l.str+`
`,a+=ns.repeat("-",e.indent+u+3+l.pos)+`^
`,c=1;c<=e.linesAfter&&!(o+c>=i.length);c++)l=sk(t.buffer,s[o+c],i[o+c],t.position-(s[o]-s[o+c]),h),a+=ns.repeat(" ",e.indent)+ik((t.line+c+1).toString(),u)+" | "+l.str+`
`;return a.replace(/\n$/,"")}var tke=eke,rke=["kind","multi","resolve","construct","instanceOf","predicate","represent","representName","defaultStyle","styleAliases"],ske=["scalar","sequence","mapping"];function ike(t){var e={};return t!==null&&Object.keys(t).forEach(function(r){t[r].forEach(function(s){e[String(s)]=r})}),e}function nke(t,e){if(e=e||{},Object.keys(e).forEach(function(r){if(rke.indexOf(r)===-1)throw new rn('Unknown option "'+r+'" is met in definition of "'+t+'" YAML type.')}),this.options=e,this.tag=t,this.kind=e.kind||null,this.resolve=e.resolve||function(){return!0},this.construct=e.construct||function(r){return r},this.instanceOf=e.instanceOf||null,this.predicate=e.predicate||null,this.represent=e.represent||null,this.representName=e.representName||null,this.defaultStyle=e.defaultStyle||null,this.multi=e.multi||!1,this.styleAliases=ike(e.styleAliases||null),ske.indexOf(this.kind)===-1)throw new rn('Unknown kind "'+this.kind+'" is specified for "'+t+'" YAML type.')}var Ks=nke;function OK(t,e){var r=[];return t[e].forEach(function(s){var i=r.length;r.forEach(function(n,o){n.tag===s.tag&&n.kind===s.kind&&n.multi===s.multi&&(i=o)}),r[i]=s}),r}function oke(){var t={scalar:{},sequence:{},mapping:{},fallback:{},multi:{scalar:[],sequence:[],mapping:[],fallback:[]}},e,r;function s(i){i.multi?(t.multi[i.kind].push(i),t.multi.fallback.push(i)):t[i.kind][i.tag]=t.fallback[i.tag]=i}for(e=0,r=arguments.length;e<r;e+=1)arguments[e].forEach(s);return t}function ok(t){return this.extend(t)}ok.prototype.extend=function(e){var r=[],s=[];if(e instanceof Ks)s.push(e);else if(Array.isArray(e))s=s.concat(e);else if(e&&(Array.isArray(e.implicit)||Array.isArray(e.explicit)))e.implicit&&(r=r.concat(e.implicit)),e.explicit&&(s=s.concat(e.explicit));else throw new rn("Schema.extend argument should be a Type, [ Type ], or a schema definition ({ implicit: [...], explicit: [...] })");r.forEach(function(n){if(!(n instanceof Ks))throw new rn("Specified list of YAML types (or a single Type object) contains a non-Type object.");if(n.loadKind&&n.loadKind!=="scalar")throw new rn("There is a non-scalar type in the implicit list of a schema. Implicit resolving of such types is not supported.");if(n.multi)throw new rn("There is a multi type in the implicit list of a schema. Multi tags can only be listed as explicit.")}),s.forEach(function(n){if(!(n instanceof Ks))throw new rn("Specified list of YAML types (or a single Type object) contains a non-Type object.")});var i=Object.create(ok.prototype);return i.implicit=(this.implicit||[]).concat(r),i.explicit=(this.explicit||[]).concat(s),i.compiledImplicit=OK(i,"implicit"),i.compiledExplicit=OK(i,"explicit"),i.compiledTypeMap=oke(i.compiledImplicit,i.compiledExplicit),i};var ake=ok,cke=new Ks("tag:yaml.org,2002:str",{kind:"scalar",construct:function(t){return t!==null?t:""}}),lke=new Ks("tag:yaml.org,2002:seq",{kind:"sequence",construct:function(t){return t!==null?t:[]}}),uke=new Ks("tag:yaml.org,2002:map",{kind:"mapping",construct:function(t){return t!==null?t:{}}}),hke=new ake({explicit:[cke,lke,uke]});function dke(t){if(t===null)return!0;var e=t.length;return e===1&&t==="~"||e===4&&(t==="null"||t==="Null"||t==="NULL")}function fke(){return null}function pke(t){return t===null}var Ake=new Ks("tag:yaml.org,2002:null",{kind:"scalar",resolve:dke,construct:fke,predicate:pke,represent:{canonical:function(){return"~"},lowercase:function(){return"null"},uppercase:function(){return"NULL"},camelcase:function(){return"Null"},empty:function(){return""}},defaultStyle:"lowercase"});function mke(t){if(t===null)return!1;var e=t.length;return e===4&&(t==="true"||t==="True"||t==="TRUE")||e===5&&(t==="false"||t==="False"||t==="FALSE")}function gke(t){return t==="true"||t==="True"||t==="TRUE"}function yke(t){return Object.prototype.toString.call(t)==="[object Boolean]"}var Eke=new Ks("tag:yaml.org,2002:bool",{kind:"scalar",resolve:mke,construct:gke,predicate:yke,represent:{lowercase:function(t){return t?"true":"false"},uppercase:function(t){return t?"TRUE":"FALSE"},camelcase:function(t){return t?"True":"False"}}
\r`;function Gke(t){if(t===null)return!1;var e,r,s=0,i=t.length,n=hk;for(r=0;r<i;r++)if(e=n.indexOf(t.charAt(r)),!(e>64)){if(e<0)return!1;s+=6}return s%8===0}function Hke(t){var e,r,s=t.replace(/[\r\n=]/g,""),i=s.length,n=hk,o=0,a=[];for(e=0;e<i;e++)e%4===0&&e&&(a.push(o>>16&255),a.push(o>>8&255),a.push(o&255)),o=o<<6|n.indexOf(s.charAt(e));return r=i%4*6,r===0?(a.push(o>>16&255),a.push(o>>8&255),a.push(o&255)):r===18?(a.push(o>>10&255),a.push(o>>2&255)):r===12&&a.push(o>>4&255),new Uint8Array(a)}function Vke(t){var e="",r=0,s,i,n=t.length,o=hk;for(s=0;s<n;s++)s%3===0&&s&&(e+=o[r>>18&63],e+=o[r>>12&63],e+=o[r>>6&63],e+=o[r&63]),r=(r<<8)+t[s];return i=n%3,i===0?(e+=o[r>>18&63],e+=o[r>>12&63],e+=o[r>>6&63],e+=o[r&63]):i===2?(e+=o[r>>10&63],e+=o[r>>4&63],e+=o[r<<2&63],e+=o[64]):i===1&&(e+=o[r>>2&63],e+=o[r<<4&63],e+=o[64],e+=o[64]),e}function zke(t){return Object.prototype.toString.call(t)==="[object Uint8Array]"}var $ke=new Ks("tag:yaml.org,2002:binary",{kind:"scalar",resolve:Gke,construct:Hke,predicate:zke,represent:Vke}),jke=Object.prototype.hasOwnProperty,Jke=Object.prototype.toString;function Yke(t){if(t===null)return!0;var e=[],r,s,i,n,o,a=t;for(r=0,s=a.length;r<s;r+=1){if(i=a[r],o=!1,Jke.call(i)!=="[object Object]")return!1;for(n in i)if(jke.call(i,n))if(!o)o=!0;else return!1;if(!o)return!1;if(e.indexOf(n)===-1)e.push(n);else return!1}return!0}function Wke(t){return t!==null?t:[]}var Kke=new Ks("tag:yaml.org,2002:omap",{kind:"sequence",resolve:Yke,construct:Wke}),Xke=Object.prototype.toString;function Zke(t){if(t===null)return!0;var e,r,s,i,n,o=t;for(n=new Array(o.length),e=0,r=o.length;e<r;e+=1){if(s=o[e],Xke.call(s)!=="[object Object]"||(i=Object.keys(s),i.length!==1))return!1;n[e]=[i[0],s[i[0]]]}return!0}function eMe(t){if(t===null)return[];var e,r,s,i,n,o=t;for(n=new Array(o.length),e=0,r=o.length;e<r;e+=1)s=o[e],i=Object.keys(s),n[e]=[i[0],s[i[0]]];return n}var tMe=new Ks("tag:yaml.org,2002:pairs",{kind:"sequence",resolve:Zke,construct:eMe}),rMe=Object.prototype.hasOwnProperty;function sMe(t){if(t===null)return!0;var e,r=t;for(e in r)if(rMe.call(r,e)&&r[e]!==null)return!1;return!0}function iMe(t){return t!==null?t:{}}var nMe=new Ks("tag:yaml.org,2002:set",{kind:"mapping",resolve:sMe,construct:iMe}),ZK=Dke.extend({implicit:[Fke,qke],explicit:[$ke,Kke,tMe,nMe]}),Dh=Object.prototype.hasOwnProperty,US=1,eX=2,tX=3,qS=4,nk=1,oMe=2,DK=3,aMe=/[\x00-\x08\x0B\x0C\x0E-\x1F\x7F-\x84\x86-\x9F\uFFFE\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/,cMe=/[\x85\u2028\u2029]/,lMe=/[,\[\]\{\}]/,rX=/^(?:!|!!|![a-z\-]+!)$/i,sX=/^(?:!|[^,\[\]\{\}])(?:%[0-9a-f]{2}|[0-9a-z\-#;\/\?:@&=\+\$,_\.!~\*'\(\)\[\]])*$/i;function kK(t){return Object.prototype.toString.call(t)}function hc(t){return t===10||t===13}function Cf(t){return t===9||t===32}function sn(t){return t===9||t===32||t===10||t===13}function YA(t){return t===44||t===91||t===93||t===123||t===125}function uMe(t){var e;return 48<=t&&t<=57?t-48:(e=t|32,97<=e&&e<=102?e-97+10:-1)}function hMe(t){return t===120?2:t===117?4:t===85?8:0}function dMe(t){return 48<=t&&t<=57?t-48:-1}function MK(t){return t===48?"\0":t===97?"\x07":t===98?"\b":t===116||t===9?" ":t===110?`
`:t===118?"\v":t===102?"\f":t===114?"\r":t===101?"\x1B":t===32?" ":t===34?'"':t===47?"/":t===92?"\\":t===78?"\x85":t===95?"\xA0":t===76?"\u2028":t===80?"\u2029":""}function fMe(t){return t<=65535?String.fromCharCode(t):String.fromCharCode((t-65536>>10)+55296,(t-65536&1023)+56320)}function iX(t,e,r){e==="__proto__"?Object.defineProperty(t,e,{configurable:!0,enumerable:!0,writable:!0,value:r}):t[e]=r}var nX=new Array(256),oX=new Array(256);for(Ef=0;Ef<256;Ef++)nX[Ef]=MK(Ef)?1:0,oX[Ef]=MK(Ef);var Ef;function pMe(t,e){this.input=t,this.filename=e.filename||null,this.schema=e.schema||ZK,this.onWarning=e.onWarning||null,this.legacy=e.legacy||!1,this.json=e.json||!1,this.listener=e.listener||null,this.implicitTypes=this.schema.compiledImplicit,this.typeMap=this.schema.compiledTypeMap,this.length=t.length,this.position=0,this.line=0,this.lineStart=0,this.lineIndent=0,this.firstTabInLine=-1,this.documents=[]}function aX(t,e){var r={name:t.filename,buffer:t.input.slice(0,-1),position:t.position,line:t.line,column:t.position-t.lineStart};return r.snippet=tke(r),new rn(e,r)}function Se(t,e){throw aX(t,e)}function GS(t,e){t.onWarning&&t.onWarning.call(null,aX(t,e))}var LK={YAML:function(e,r,s){var i,n,o;e.version!==null&&Se(e,"duplication of %YAML directive"),s.length!==1&&Se(e,"YAML directive accepts exactly one argument"),i=/^([0-9]+)\.([0-9]+)$/.exec(s[0]),i===null&&Se(e,"ill-formed argument of the YAML directive"),n=parseInt(i[1],10),o=parseInt(i[2],10),n!==1&&Se(e,"unacceptable YAML version of the document"),e.version=s[0],e.checkLineBreaks=o<2,o!==1&&o!==2&&GS(e,"unsupported YAML version of the document")},TAG:function(e,r,s){var i,n;s.length!==2&&Se(e,"TAG directive accepts exactly two arguments"),i=s[0],n=s[1],rX.test(i)||Se(e,"ill-formed tag handle (first argument) of the TAG directive"),Dh.call(e.tagMap,i)&&Se(e,'there is a previously declared suffix for "'+i+'" tag handle'),sX.test(n)||Se(e,"ill-formed tag prefix (second argument) of the TAG directive");try{n=decodeURIComponent(n)}catch{Se(e,"tag prefix is malformed: "+n)}e.tagMap[i]=n}};function Oh(t,e,r,s){var i,n,o,a;if(e<r){if(a=t.input.slice(e,r),s)for(i=0,n=a.length;i<n;i+=1)o=a.charCodeAt(i),o===9||32<=o&&o<=1114111||Se(t,"expected valid JSON character");else aMe.test(a)&&Se(t,"the stream contains non-printable characters");t.result+=a}}function FK(t,e,r,s){var i,n,o,a;for(ns.isObject(r)||Se(t,"cannot merge mappings; the provided source object is unacceptable"),i=Object.keys(r),o=0,a=i.length;o<a;o+=1)n=i[o],Dh.call(e,n)||(iX(e,n,r[n]),s[n]=!0)}function WA(t,e,r,s,i,n,o,a,c){var l,u;if(Array.isArray(i))for(i=Array.prototype.slice.call(i),l=0,u=i.length;l<u;l+=1)Array.isArray(i[l])&&Se(t,"nested arrays are not supported inside keys"),typeof i=="object"&&kK(i[l])==="[object Object]"&&(i[l]="[object Object]");if(typeof i=="object"&&kK(i)==="[object Object]"&&(i="[object Object]"),i=String(i),e===null&&(e={}),s==="tag:yaml.org,2002:merge")if(Array.isArray(n))for(l=0,u=n.length;l<u;l+=1)FK(t,e,n[l],r);else FK(t,e,n,r);else!t.json&&!Dh.call(r,i)&&Dh.call(e,i)&&(t.line=o||t.line,t.lineStart=a||t.lineStart,t.position=c||t.position,Se(t,"duplicated mapping key")),iX(e,i,n),delete r[i];return e}function dk(t){var e;e=t.input.charCodeAt(t.position),e===10?t.position++:e===13?(t.position++,t.input.charCodeAt(t.position)===10&&t.position++):Se(t,"a line break is expected"),t.line+=1,t.lineStart=t.position,t.firstTabInLine=-1}function Jr(t,e,r){for(var s=0,i=t.input.charCodeAt(t.position);i!==0;){for(;Cf(i);)i===9&&t.firstTabInLine===-1&&(t.firstTabInLine=t.position),i=t.input.charCodeAt(++t.position);if(e&&i===35)do i=t.input.charCodeAt(++t.position);while(i!==10&&i!==13&&i!==0);if(hc(i))for(dk(t),i=t.input.charCodeAt(t.position),s++,t.lineIndent=0;i===32;)t.lineIndent++,i=t.input.charCodeAt(++t.position);else break}return r!==-1&&s!==0&&t.lineIndent<r&&GS(t,"deficient indentation"),s}function zS(t){var e=t.position,r;return r=t.input.charCodeAt(e),!!((r===45||r===46)&&r===t.input.charCodeAt(e+1)&&r===t.input.charCodeAt(e+2)&&(e+=3,r=t.input.charCodeAt(e),r===0||sn(r)))}functio
`,e-1))}function AMe(t,e,r){var s,i,n,o,a,c,l,u,h=t.kind,d=t.result,f;if(f=t.input.charCodeAt(t.position),sn(f)||YA(f)||f===35||f===38||f===42||f===33||f===124||f===62||f===39||f===34||f===37||f===64||f===96||(f===63||f===45)&&(i=t.input.charCodeAt(t.position+1),sn(i)||r&&YA(i)))return!1;for(t.kind="scalar",t.result="",n=o=t.position,a=!1;f!==0;){if(f===58){if(i=t.input.charCodeAt(t.position+1),sn(i)||r&&YA(i))break}else if(f===35){if(s=t.input.charCodeAt(t.position-1),sn(s))break}else{if(t.position===t.lineStart&&zS(t)||r&&YA(f))break;if(hc(f))if(c=t.line,l=t.lineStart,u=t.lineIndent,Jr(t,!1,-1),t.lineIndent>=e){a=!0,f=t.input.charCodeAt(t.position);continue}else{t.position=o,t.line=c,t.lineStart=l,t.lineIndent=u;break}}a&&(Oh(t,n,o,!1),fk(t,t.line-c),n=o=t.position,a=!1),Cf(f)||(o=t.position+1),f=t.input.charCodeAt(++t.position)}return Oh(t,n,o,!1),t.result?!0:(t.kind=h,t.result=d,!1)}function mMe(t,e){var r,s,i;if(r=t.input.charCodeAt(t.position),r!==39)return!1;for(t.kind="scalar",t.result="",t.position++,s=i=t.position;(r=t.input.charCodeAt(t.position))!==0;)if(r===39)if(Oh(t,s,t.position,!0),r=t.input.charCodeAt(++t.position),r===39)s=t.position,t.position++,i=t.position;else return!0;else hc(r)?(Oh(t,s,i,!0),fk(t,Jr(t,!1,e)),s=i=t.position):t.position===t.lineStart&&zS(t)?Se(t,"unexpected end of the document within a single quoted scalar"):(t.position++,i=t.position);Se(t,"unexpected end of the stream within a single quoted scalar")}function gMe(t,e){var r,s,i,n,o,a;if(a=t.input.charCodeAt(t.position),a!==34)return!1;for(t.kind="scalar",t.result="",t.position++,r=s=t.position;(a=t.input.charCodeAt(t.position))!==0;){if(a===34)return Oh(t,r,t.position,!0),t.position++,!0;if(a===92){if(Oh(t,r,t.position,!0),a=t.input.charCodeAt(++t.position),hc(a))Jr(t,!1,e);else if(a<256&&nX[a])t.result+=oX[a],t.position++;else if((o=hMe(a))>0){for(i=o,n=0;i>0;i--)a=t.input.charCodeAt(++t.position),(o=uMe(a))>=0?n=(n<<4)+o:Se(t,"expected hexadecimal character");t.result+=fMe(n),t.position++}else Se(t,"unknown escape sequence");r=s=t.position}else hc(a)?(Oh(t,r,s,!0),fk(t,Jr(t,!1,e)),r=s=t.position):t.position===t.lineStart&&zS(t)?Se(t,"unexpected end of the document within a double quoted scalar"):(t.position++,s=t.position)}Se(t,"unexpected end of the stream within a double quoted scalar")}function yMe(t,e){var r=!0,s,i,n,o=t.tag,a,c=t.anchor,l,u,h,d,f,p=Object.create(null),m,E,y,C;if(C=t.input.charCodeAt(t.position),C===91)u=93,f=!1,a=[];else if(C===123)u=125,f=!0,a={};else return!1;for(t.anchor!==null&&(t.anchorMap[t.anchor]=a),C=t.input.charCodeAt(++t.position);C!==0;){if(Jr(t,!0,e),C=t.input.charCodeAt(t.position),C===u)return t.position++,t.tag=o,t.anchor=c,t.kind=f?"mapping":"sequence",t.result=a,!0;r?C===44&&Se(t,"expected the node content, but found ','"):Se(t,"missed comma between flow collection entries"),E=m=y=null,h=d=!1,C===63&&(l=t.input.charCodeAt(t.position+1),sn(l)&&(h=d=!0,t.position++,Jr(t,!0,e))),s=t.line,i=t.lineStart,n=t.position,KA(t,e,US,!1,!0),E=t.tag,m=t.result,Jr(t,!0,e),C=t.input.charCodeAt(t.position),(d||t.line===s)&&C===58&&(h=!0,C=t.input.charCodeAt(++t.position),Jr(t,!0,e),KA(t,e,US,!1,!0),y=t.result),f?WA(t,a,p,E,m,y,s,i,n):h?a.push(WA(t,null,p,E,m,y,s,i,n)):a.push(m),Jr(t,!0,e),C=t.input.charCodeAt(t.position),C===44?(r=!0,C=t.input.charCodeAt(++t.position)):r=!1}Se(t,"unexpected end of the stream within a flow collection")}function EMe(t,e){var r,s,i=nk,n=!1,o=!1,a=e,c=0,l=!1,u,h;if(h=t.input.charCodeAt(t.position),h===124)s=!1;else if(h===62)s=!0;else return!1;for(t.kind="scalar",t.result="";h!==0;)if(h=t.input.charCodeAt(++t.position),h===43||h===45)nk===i?i=h===43?DK:oMe:Se(t,"repeat of a chomping mode identifier");else if((u=dMe(h))>=0)u===0?Se(t,"bad explicit indentation width of a block scalar; it cannot be less than one"):o?Se(t,"repeat of an indentation width identifier"):(a=e+u-1,o=!0);else break;if(Cf(h)){do h=t.input.charCodeAt(++t.position);while(Cf(h));if(h===35)do h=t.input.charCodeAt(++t.position);while(!hc(h)&&h!==0)}for(;h!==0;){for(dk(t),t.lineIndent=0,h=t.input.charCodeAt(t.p
`,n?1+c:c):i===nk&&n&&(t.result+=`
`);break}for(s?Cf(h)?(l=!0,t.result+=ns.repeat(`
`,n?1+c:c)):l?(l=!1,t.result+=ns.repeat(`
`,c+1)):c===0?n&&(t.result+=" "):t.result+=ns.repeat(`
`,c):t.result+=ns.repeat(`
`,n?1+c:c),n=!0,o=!0,c=0,r=t.position;!hc(h)&&h!==0;)h=t.input.charCodeAt(++t.position);Oh(t,r,t.position,!1)}return!0}function UK(t,e){var r,s=t.tag,i=t.anchor,n=[],o,a=!1,c;if(t.firstTabInLine!==-1)return!1;for(t.anchor!==null&&(t.anchorMap[t.anchor]=n),c=t.input.charCodeAt(t.position);c!==0&&(t.firstTabInLine!==-1&&(t.position=t.firstTabInLine,Se(t,"tab characters must not be used in indentation")),!(c!==45||(o=t.input.charCodeAt(t.position+1),!sn(o))));){if(a=!0,t.position++,Jr(t,!0,-1)&&t.lineIndent<=e){n.push(null),c=t.input.charCodeAt(t.position);continue}if(r=t.line,KA(t,e,tX,!1,!0),n.push(t.result),Jr(t,!0,-1),c=t.input.charCodeAt(t.position),(t.line===r||t.lineIndent>e)&&c!==0)Se(t,"bad indentation of a sequence entry");else if(t.lineIndent<e)break}return a?(t.tag=s,t.anchor=i,t.kind="sequence",t.result=n,!0):!1}function CMe(t,e,r){var s,i,n,o,a,c,l=t.tag,u=t.anchor,h={},d=Object.create(null),f=null,p=null,m=null,E=!1,y=!1,C;if(t.firstTabInLine!==-1)return!1;for(t.anchor!==null&&(t.anchorMap[t.anchor]=h),C=t.input.charCodeAt(t.position);C!==0;){if(!E&&t.firstTabInLine!==-1&&(t.position=t.firstTabInLine,Se(t,"tab characters must not be used in indentation")),s=t.input.charCodeAt(t.position+1),n=t.line,(C===63||C===58)&&sn(s))C===63?(E&&(WA(t,h,d,f,p,null,o,a,c),f=p=m=null),y=!0,E=!0,i=!0):E?(E=!1,i=!0):Se(t,"incomplete explicit mapping pair; a key node is missed; or followed by a non-tabulated empty line"),t.position+=1,C=s;else{if(o=t.line,a=t.lineStart,c=t.position,!KA(t,r,eX,!1,!0))break;if(t.line===n){for(C=t.input.charCodeAt(t.position);Cf(C);)C=t.input.charCodeAt(++t.position);if(C===58)C=t.input.charCodeAt(++t.position),sn(C)||Se(t,"a whitespace character is expected after the key-value separator within a block mapping"),E&&(WA(t,h,d,f,p,null,o,a,c),f=p=m=null),y=!0,E=!1,i=!1,f=t.tag,p=t.result;else if(y)Se(t,"can not read an implicit mapping pair; a colon is missed");else return t.tag=l,t.anchor=u,!0}else if(y)Se(t,"can not read a block mapping entry; a multiline key may not be an implicit key");else return t.tag=l,t.anchor=u,!0}if((t.line===n||t.lineIndent>e)&&(E&&(o=t.line,a=t.lineStart,c=t.position),KA(t,e,qS,!0,i)&&(E?p=t.result:m=t.result),E||(WA(t,h,d,f,p,m,o,a,c),f=p=m=null),Jr(t,!0,-1),C=t.input.charCodeAt(t.position)),(t.line===n||t.lineIndent>e)&&C!==0)Se(t,"bad indentation of a mapping entry");else if(t.lineIndent<e)break}return E&&WA(t,h,d,f,p,null,o,a,c),y&&(t.tag=l,t.anchor=u,t.kind="mapping",t.result=h),y}function IMe(t){var e,r=!1,s=!1,i,n,o;if(o=t.input.charCodeAt(t.position),o!==33)return!1;if(t.tag!==null&&Se(t,"duplication of a tag property"),o=t.input.charCodeAt(++t.position),o===60?(r=!0,o=t.input.charCodeAt(++t.position)):o===33?(s=!0,i="!!",o=t.input.charCodeAt(++t.position)):i="!",e=t.position,r){do o=t.input.charCodeAt(++t.position);while(o!==0&&o!==62);t.position<t.length?(n=t.input.slice(e,t.position),o=t.input.charCodeAt(++t.position)):Se(t,"unexpected end of the stream within a verbatim tag")}else{for(;o!==0&&!sn(o);)o===33&&(s?Se(t,"tag suffix cannot contain exclamation marks"):(i=t.input.slice(e-1,t.position+1),rX.test(i)||Se(t,"named tag handle cannot contain such characters"),s=!0,e=t.position+1)),o=t.input.charCodeAt(++t.position);n=t.input.slice(e,t.position),lMe.test(n)&&Se(t,"tag suffix cannot contain flow indicator characters")}n&&!sX.test(n)&&Se(t,"tag name cannot contain such characters: "+n);try{n=decodeURIComponent(n)}catch{Se(t,"tag name is malformed: "+n)}return r?t.tag=n:Dh.call(t.tagMap,i)?t.tag=t.tagMap[i]+n:i==="!"?t.tag="!"+n:i==="!!"?t.tag="tag:yaml.org,2002:"+n:Se(t,'undeclared tag handle "'+i+'"'),!0}function bMe(t){var e,r;if(r=t.input.charCodeAt(t.position),r!==38)return!1;for(t.anchor!==null&&Se(t,"duplication of an anchor property"),r=t.input.charCodeAt(++t.position),e=t.position;r!==0&&!sn(r)&&!YA(r);)r=t.input.charCodeAt(++t.position);return t.position===e&&Se(t,"name of an anchor node must contain at least one character"),t.anchor=t.input.slice(e,t.position),!0}function wMe(t){var e,r,s;if(s=t.input.charCodeAt(t.position),s!==42)return!1;for(s=
`),t.charCodeAt(0)===65279&&(t=t.slice(1)));var r=new pMe(t,e),s=t.indexOf("\0");for(s!==-1&&(r.position=s,Se(r,"null byte is not allowed in input")),r.input+="\0";r.input.charCodeAt(r.position)===32;)r.lineIndent+=1,r.position+=1;for(;r.position<r.length-1;)SMe(r);return r.documents}function BMe(t,e,r){e!==null&&typeof e=="object"&&typeof r>"u"&&(r=e,e=null);var s=cX(t,r);if(typeof e!="function")return s;for(var i=0,n=s.length;i<n;i+=1)e(s[i])}function xMe(t,e){var r=cX(t,e);if(r.length!==0){if(r.length===1)return r[0];throw new rn("expected a single document in the stream, but found more")}}var NMe=BMe,vMe=xMe,lX={loadAll:NMe,load:vMe},uX=Object.prototype.toString,hX=Object.prototype.hasOwnProperty,pk=65279,RMe=9,lC=10,TMe=13,_Me=32,QMe=33,PMe=34,ak=35,OMe=37,DMe=38,kMe=39,MMe=42,dX=44,LMe=45,HS=58,FMe=61,UMe=62,qMe=63,GMe=64,fX=91,pX=93,HMe=96,AX=123,VMe=124,mX=125,Xs={};Xs[0]="\\0";Xs[7]="\\a";Xs[8]="\\b";Xs[9]="\\t";Xs[10]="\\n";Xs[11]="\\v";Xs[12]="\\f";Xs[13]="\\r";Xs[27]="\\e";Xs[34]='\\"';Xs[92]="\\\\";Xs[133]="\\N";Xs[160]="\\_";Xs[8232]="\\L";Xs[8233]="\\P";var zMe=["y","Y","yes","Yes","YES","on","On","ON","n","N","no","No","NO","off","Off","OFF"],$Me=/^[-+]?[0-9_]+(?::[0-9_]+)+(?:\.[0-9_]*)?$/;function jMe(t,e){var r,s,i,n,o,a,c;if(e===null)return{};for(r={},s=Object.keys(e),i=0,n=s.length;i<n;i+=1)o=s[i],a=String(e[o]),o.slice(0,2)==="!!"&&(o="tag:yaml.org,2002:"+o.slice(2)),c=t.compiledTypeMap.fallback[o],c&&hX.call(c.styleAliases,a)&&(a=c.styleAliases[a]),r[o]=a;return r}function JMe(t){var e,r,s;if(e=t.toString(16).toUpperCase(),t<=255)r="x",s=2;else if(t<=65535)r="u",s=4;else if(t<=4294967295)r="U",s=8;else throw new rn("code point within a string may not be greater than 0xFFFFFFFF");return"\\"+r+ns.repeat("0",s-e.length)+e}var YMe=1,uC=2;function WMe(t){this.schema=t.schema||ZK,this.indent=Math.max(1,t.indent||2),this.noArrayIndent=t.noArrayIndent||!1,this.skipInvalid=t.skipInvalid||!1,this.flowLevel=ns.isNothing(t.flowLevel)?-1:t.flowLevel,this.styleMap=jMe(this.schema,t.styles||null),this.sortKeys=t.sortKeys||!1,this.lineWidth=t.lineWidth||80,this.noRefs=t.noRefs||!1,this.noCompatMode=t.noCompatMode||!1,this.condenseFlow=t.condenseFlow||!1,this.quotingType=t.quotingType==='"'?uC:YMe,this.forceQuotes=t.forceQuotes||!1,this.replacer=typeof t.replacer=="function"?t.replacer:null,this.implicitTypes=this.schema.compiledImplicit,this.explicitTypes=this.schema.compiledExplicit,this.tag=null,this.result="",this.duplicates=[],this.usedDuplicates=null}function qK(t,e){for(var r=ns.repeat(" ",e),s=0,i=-1,n="",o,a=t.length;s<a;)i=t.indexOf(`
`,s),i===-1?(o=t.slice(s),s=a):(o=t.slice(s,i+1),s=i+1),o.length&&o!==`
2026-06-23 16:00:22 +00:00
`&&(n+=r),n+=o;return n}function ck(t,e){return`
`+ns.repeat(" ",t.indent*e)}function KMe(t,e){var r,s,i;for(r=0,s=t.implicitTypes.length;r<s;r+=1)if(i=t.implicitTypes[r],i.resolve(e))return!0;return!1}function VS(t){return t===_Me||t===RMe}function hC(t){return 32<=t&&t<=126||161<=t&&t<=55295&&t!==8232&&t!==8233||57344<=t&&t<=65533&&t!==pk||65536<=t&&t<=1114111}function GK(t){return hC(t)&&t!==pk&&t!==TMe&&t!==lC}function HK(t,e,r){var s=GK(t),i=s&&!VS(t);return(r?s:s&&t!==dX&&t!==fX&&t!==pX&&t!==AX&&t!==mX)&&t!==ak&&!(e===HS&&!i)||GK(e)&&!VS(e)&&t===ak||e===HS&&i}function XMe(t){return hC(t)&&t!==pk&&!VS(t)&&t!==LMe&&t!==qMe&&t!==HS&&t!==dX&&t!==fX&&t!==pX&&t!==AX&&t!==mX&&t!==ak&&t!==DMe&&t!==MMe&&t!==QMe&&t!==VMe&&t!==FMe&&t!==UMe&&t!==kMe&&t!==PMe&&t!==OMe&&t!==GMe&&t!==HMe}function ZMe(t){return!VS(t)&&t!==HS}function aC(t,e){var r=t.charCodeAt(e),s;return r>=55296&&r<=56319&&e+1<t.length&&(s=t.charCodeAt(e+1),s>=56320&&s<=57343)?(r-55296)*1024+s-56320+65536:r}function gX(t){var e=/^\n* /;return e.test(t)}var yX=1,lk=2,EX=3,CX=4,JA=5;function eLe(t,e,r,s,i,n,o,a){var c,l=0,u=null,h=!1,d=!1,f=s!==-1,p=-1,m=XMe(aC(t,0))&&ZMe(aC(t,t.length-1));if(e||o)for(c=0;c<t.length;l>=65536?c+=2:c++){if(l=aC(t,c),!hC(l))return JA;m=m&&HK(l,u,a),u=l}else{for(c=0;c<t.length;l>=65536?c+=2:c++){if(l=aC(t,c),l===lC)h=!0,f&&(d=d||c-p-1>s&&t[p+1]!==" ",p=c);else if(!hC(l))return JA;m=m&&HK(l,u,a),u=l}d=d||f&&c-p-1>s&&t[p+1]!==" "}return!h&&!d?m&&!o&&!i(t)?yX:n===uC?JA:lk:r>9&&gX(t)?JA:o?n===uC?JA:lk:d?CX:EX}function tLe(t,e,r,s,i){t.dump=(function(){if(e.length===0)return t.quotingType===uC?'""':"''";if(!t.noCompatMode&&(zMe.indexOf(e)!==-1||$Me.test(e)))return t.quotingType===uC?'"'+e+'"':"'"+e+"'";var n=t.indent*Math.max(1,r),o=t.lineWidth===-1?-1:Math.max(Math.min(t.lineWidth,40),t.lineWidth-n),a=s||t.flowLevel>-1&&r>=t.flowLevel;function c(l){return KMe(t,l)}switch(eLe(e,a,t.indent,o,c,t.quotingType,t.forceQuotes&&!s,i)){case yX:return e;case lk:return"'"+e.replace(/'/g,"''")+"'";case EX:return"|"+VK(e,t.indent)+zK(qK(e,n));case CX:return">"+VK(e,t.indent)+zK(qK(rLe(e,o),n));case JA:return'"'+sLe(e)+'"';default:throw new rn("impossible error: invalid scalar style")}})()}function VK(t,e){var r=gX(t)?String(e):"",s=t[t.length-1]===`
`,i=s&&(t[t.length-2]===`
`||t===`
`),n=i?"+":s?"":"-";return r+n+`
2026-06-23 16:00:22 +00:00
`}function zK(t){return t[t.length-1]===`
`?t.slice(0,-1):t}function rLe(t,e){for(var r=/(\n+)([^\n]*)/g,s=(function(){var l=t.indexOf(`
`);return l=l!==-1?l:t.length,r.lastIndex=l,$K(t.slice(0,l),e)})(),i=t[0]===`
`||t[0]===" ",n,o;o=r.exec(t);){var a=o[1],c=o[2];n=c[0]===" ",s+=a+(!i&&!n&&c!==""?`
2026-06-23 16:00:22 +00:00
`:"")+$K(c,e),i=n}return s}function $K(t,e){if(t===""||t[0]===" ")return t;for(var r=/ [^ ]/g,s,i=0,n,o=0,a=0,c="";s=r.exec(t);)a=s.index,a-i>e&&(n=o>i?o:a,c+=`
`+t.slice(i,n),i=n+1),o=a;return c+=`
`,t.length-i>e&&o>i?c+=t.slice(i,o)+`
2026-06-23 16:00:22 +00:00
`+t.slice(o+1):c+=t.slice(i),c.slice(1)}function sLe(t){for(var e="",r=0,s,i=0;i<t.length;r>=65536?i+=2:i++)r=aC(t,i),s=Xs[r],!s&&hC(r)?(e+=t[i],r>=65536&&(e+=t[i+1])):e+=s||JMe(r);return e}function iLe(t,e,r){var s="",i=t.tag,n,o,a;for(n=0,o=r.length;n<o;n+=1)a=r[n],t.replacer&&(a=t.replacer.call(r,String(n),a)),(Wl(t,e,a,!1,!1)||typeof a>"u"&&Wl(t,e,null,!1,!1))&&(s!==""&&(s+=","+(t.condenseFlow?"":" ")),s+=t.dump);t.tag=i,t.dump="["+s+"]"}function jK(t,e,r,s){var i="",n=t.tag,o,a,c;for(o=0,a=r.length;o<a;o+=1)c=r[o],t.replacer&&(c=t.replacer.call(r,String(o),c)),(Wl(t,e+1,c,!0,!0,!1,!0)||typeof c>"u"&&Wl(t,e+1,null,!0,!0,!1,!0))&&((!s||i!=="")&&(i+=ck(t,e)),t.dump&&lC===t.dump.charCodeAt(0)?i+="-":i+="- ",i+=t.dump);t.tag=n,t.dump=i||"[]"}function nLe(t,e,r){var s="",i=t.tag,n=Object.keys(r),o,a,c,l,u;for(o=0,a=n.length;o<a;o+=1)u="",s!==""&&(u+=", "),t.condenseFlow&&(u+='"'),c=n[o],l=r[c],t.replacer&&(l=t.replacer.call(r,c,l)),Wl(t,e,c,!1,!1)&&(t.dump.length>1024&&(u+="? "),u+=t.dump+(t.condenseFlow?'"':"")+":"+(t.condenseFlow?"":" "),Wl(t,e,l,!1,!1)&&(u+=t.dump,s+=u));t.tag=i,t.dump="{"+s+"}"}function oLe(t,e,r,s){var i="",n=t.tag,o=Object.keys(r),a,c,l,u,h,d;if(t.sortKeys===!0)o.sort();else if(typeof t.sortKeys=="function")o.sort(t.sortKeys);else if(t.sortKeys)throw new rn("sortKeys must be a boolean or a function");for(a=0,c=o.length;a<c;a+=1)d="",(!s||i!=="")&&(d+=ck(t,e)),l=o[a],u=r[l],t.replacer&&(u=t.replacer.call(r,l,u)),Wl(t,e+1,l,!0,!0,!0)&&(h=t.tag!==null&&t.tag!=="?"||t.dump&&t.dump.length>1024,h&&(t.dump&&lC===t.dump.charCodeAt(0)?d+="?":d+="? "),d+=t.dump,h&&(d+=ck(t,e)),Wl(t,e+1,u,!0,h)&&(t.dump&&lC===t.dump.charCodeAt(0)?d+=":":d+=": ",d+=t.dump,i+=d));t.tag=n,t.dump=i||"{}"}function JK(t,e,r){var s,i,n,o,a,c;for(i=r?t.explicitTypes:t.implicitTypes,n=0,o=i.length;n<o;n+=1)if(a=i[n],(a.instanceOf||a.predicate)&&(!a.instanceOf||typeof e=="object"&&e instanceof a.instanceOf)&&(!a.predicate||a.predicate(e))){if(r?a.multi&&a.representName?t.tag=a.representName(e):t.tag=a.tag:t.tag="?",a.represent){if(c=t.styleMap[a.tag]||a.defaultStyle,uX.call(a.represent)==="[object Function]")s=a.represent(e,c);else if(hX.call(a.represent,c))s=a.represent[c](e,c);else throw new rn("!<"+a.tag+'> tag resolver accepts not "'+c+'" style');t.dump=s}return!0}return!1}function Wl(t,e,r,s,i,n,o){t.tag=null,t.dump=r,JK(t,r,!1)||JK(t,r,!0);var a=uX.call(t.dump),c=s,l;s&&(s=t.flowLevel<0||t.flowLevel>e);var u=a==="[object Object]"||a==="[object Array]",h,d;if(u&&(h=t.duplicates.indexOf(r),d=h!==-1),(t.tag!==null&&t.tag!=="?"||d||t.indent!==2&&e>0)&&(i=!1),d&&t.usedDuplicates[h])t.dump="*ref_"+h;else{if(u&&d&&!t.usedDuplicates[h]&&(t.usedDuplicates[h]=!0),a==="[object Object]")s&&Object.keys(t.dump).length!==0?(oLe(t,e,t.dump,i),d&&(t.dump="&ref_"+h+t.dump)):(nLe(t,e,t.dump),d&&(t.dump="&ref_"+h+" "+t.dump));else if(a==="[object Array]")s&&t.dump.length!==0?(t.noArrayIndent&&!o&&e>0?jK(t,e-1,t.dump,i):jK(t,e,t.dump,i),d&&(t.dump="&ref_"+h+t.dump)):(iLe(t,e,t.dump),d&&(t.dump="&ref_"+h+" "+t.dump));else if(a==="[object String]")t.tag!=="?"&&tLe(t,t.dump,e,n,c);else{if(a==="[object Undefined]")return!1;if(t.skipInvalid)return!1;throw new rn("unacceptable kind of an object to dump "+a)}t.tag!==null&&t.tag!=="?"&&(l=encodeURI(t.tag[0]==="!"?t.tag.slice(1):t.tag).replace(/!/g,"%21"),t.tag[0]==="!"?l="!"+l:l.slice(0,18)==="tag:yaml.org,2002:"?l="!!"+l.slice(18):l="!<"+l+">",t.dump=l+" "+t.dump)}return!0}function aLe(t,e){var r=[],s=[],i,n;for(uk(t,r,s),i=0,n=s.length;i<n;i+=1)e.duplicates.push(r[s[i]]);e.usedDuplicates=new Array(n)}function uk(t,e,r){var s,i,n;if(t!==null&&typeof t=="object")if(i=e.indexOf(t),i!==-1)r.indexOf(i)===-1&&r.push(i);else if(e.push(t),Array.isArray(t))for(i=0,n=t.length;i<n;i+=1)uk(t[i],e,r);else for(s=Object.keys(t),i=0,n=s.length;i<n;i+=1)uk(t[s[i]],e,r)}function cLe(t,e){e=e||{};var r=new WMe(e);r.noRefs||aLe(t,r);var s=t;return r.replacer&&(s=r.replacer.call({"":s},"",s)),Wl(r,0,s,!0,!0)?r.dump+`
`:""}var lLe=cLe,uLe={dump:lLe};function Ak(t,e){return function(){throw new Error("Function yaml."+t+" is removed in js-yaml 4. Use yaml."+e+" instead, which is now safe by default.")}}var IX=lX.load,Akt=lX.loadAll,mkt=uLe.dump;var gkt=Ak("safeLoad","load"),ykt=Ak("safeLoadAll","loadAll"),Ekt=Ak("safeDump","dump");var wX=D(require("os"),1);function Kl(t){return t==null?"":typeof t=="string"||t instanceof String?t:JSON.stringify(t)}function mk(t){return Object.keys(t).length?{title:t.title,file:t.file,line:t.startLine,endLine:t.endLine,col:t.startColumn,endColumn:t.endColumn}:{}}function Xl(t,e,r){let s=new gk(t,e,r);process.stdout.write(s.toString()+wX.EOL)}function yk(t,e=""){Xl(t,{},e)}var bX="::",gk=class{constructor(e,r,s){e||(e="missing.command"),this.command=e,this.properties=r,this.message=s}toString(){let e=bX+this.command;if(this.properties&&Object.keys(this.properties).length>0){e+=" ";let r=!0;for(let s in this.properties)if(this.properties.hasOwnProperty(s)){let i=this.properties[s];i&&(r?r=!1:e+=",",e+=`${s}=${fLe(i)}`)}}return e+=`${bX}${dLe(this.message)}`,e}};function dLe(t){return Kl(t).replace(/%/g,"%25").replace(/\r/g,"%0D").replace(/\n/g,"%0A")}function fLe(t){return Kl(t).replace(/%/g,"%25").replace(/\r/g,"%0D").replace(/\n/g,"%0A").replace(/:/g,"%3A").replace(/,/g,"%2C")}var SX=D(require("crypto"),1),jS=D(require("fs"),1),$S=D(require("os"),1);function JS(t,e){let r=process.env[`GITHUB_${t}`];if(!r)throw new Error(`Unable to find environment variable for file command ${t}`);if(!jS.existsSync(r))throw new Error(`Missing file at path: ${r}`);jS.appendFileSync(r,`${Kl(e)}${$S.EOL}`,{encoding:"utf8"})}function Ek(t,e){let r=`ghadelimiter_${SX.randomUUID()}`,s=Kl(e);if(t.includes(r))throw new Error(`Unexpected input: name should not contain the delimiter "${r}"`);if(s.includes(r))throw new Error(`Unexpected input: value should not contain the delimiter "${r}"`);return`${t}<<${r}${$S.EOL}${s}${$S.EOL}${r}`}var aF=D(require("os"),1),woe=D(require("path"),1);var pI=D(require("http"),1),J2=D(require("https"),1);function Ck(t){let e=t.protocol==="https:";if(pLe(t))return;let r=e?process.env.https_proxy||process.env.HTTPS_PROXY:process.env.http_proxy||process.env.HTTP_PROXY;if(r)try{return new YS(r)}catch{if(!r.startsWith("http://")&&!r.startsWith("https://"))return new YS(`http://${r}`)}else return}function pLe(t){if(!t.hostname)return!1;let e=t.hostname;if(ALe(e))return!0;let r=process.env.no_proxy||process.env.NO_PROXY||"";if(!r)return!1;let s;t.port?s=Number(t.port):t.protocol==="http:"?s=80:t.protocol==="https:"&&(s=443);let i=[t.hostname.toUpperCase()];typeof s=="number"&&i.push(`${i[0]}:${s}`);for(let n of r.split(",").map(o=>o.trim().toUpperCase()).filter(o=>o))if(n==="*"||i.some(o=>o===n||o.endsWith(`.${n}`)||n.startsWith(".")&&o.endsWith(`${n}`)))return!0;return!1}function ALe(t){let e=t.toLowerCase();return e==="localhost"||e.startsWith("127.")||e.startsWith("[::1]")||e.startsWith("[0:0:0:0:0:0:0:1]")}var YS=class extends URL{constructor(e,r){super(e,r),this._decodedUsername=decodeURIComponent(super.username),this._decodedPassword=decodeURIComponent(super.password)}get username(){return this._decodedUsername}get password(){return this._decodedPassword}};var ed=D(dC(),1),roe=D(Jm(),1),Or=function(t,e,r,s){function i(n){return n instanceof r?n:new r(function(o){o(n)})}return new(r||(r=Promise))(function(n,o){function a(u){try{l(s.next(u))}catch(h){o(h)}}function c(u){try{l(s.throw(u))}catch(h){o(h)}}function l(u){u.done?n(u.value):i(u.value).then(a,c)}l((s=s.apply(t,e||[])).next())})},ko;(function(t){t[t.OK=200]="OK",t[t.MultipleChoices=300]="MultipleChoices",t[t.MovedPermanently=301]="MovedPermanently",t[t.ResourceMoved=302]="ResourceMoved",t[t.SeeOther=303]="SeeOther",t[t.NotModified=304]="NotModified",t[t.UseProxy=305]="UseProxy",t[t.SwitchProxy=306]="SwitchProxy",t[t.TemporaryRedirect=307]="TemporaryRedirect",t[t.PermanentRedirect=308]="PermanentRedirect",t[t.BadRequest=400]="BadRequest",t[t.Unauthorized=401]="Unauthorized",t[t.PaymentRequired=402]="PaymentRequired",t[t.Forbidden=403]="Forbidden
Support boolean input list: \`true | True | TRUE | false | False | FALSE\``)}function CI(t,e){if(process.env.GITHUB_OUTPUT||"")return JS("OUTPUT",Ek(t,e));process.stdout.write(aF.EOL),Xl("set-output",{name:t},Kl(e))}function Soe(t){process.exitCode=oF.Failure,Km(t)}function mu(){return process.env.RUNNER_DEBUG==="1"}function _(t){Xl("debug",{},t)}function Km(t,e={}){Xl("error",mk(e),t instanceof Error?t.toString():t)}function Ot(t,e={}){Xl("warning",mk(e),t instanceof Error?t.toString():t)}function G(t){process.stdout.write(t+aF.EOL)}function z$e(t){yk("group",t)}function $$e(){yk("endgroup")}function Zt(t,e){return V$e(this,void 0,void 0,function*(){z$e(t);let r;try{r=yield e()}finally{$$e()}return r})}function hn(t,e){if(process.env.GITHUB_STATE||"")return JS("STATE",Ek(t,e));Xl("save-state",{name:t},Kl(e))}function Boe(t){return process.env[`STATE_${t}`]||""}var KT=D(require("fs"),1),Az=D(require("os"),1),mz=D(require("path"),1);var Noe=D(require("os"),1);function II(t){return t==null?"":typeof t=="string"||t instanceof String?t:JSON.stringify(t)}function voe(t,e,r){let s=new cF(t,e,r);process.stdout.write(s.toString()+Noe.EOL)}var xoe="::",cF=class{constructor(e,r,s){e||(e="missing.command"),this.command=e,this.properties=r,this.message=s}toString(){let e=xoe+this.command;if(this.properties&&Object.keys(this.properties).length>0){e+=" ";let r=!0;for(let s in this.properties)if(this.properties.hasOwnProperty(s)){let i=this.properties[s];i&&(r?r=!1:e+=",",e+=`${s}=${J$e(i)}`)}}return e+=`${xoe}${j$e(this.message)}`,e}};function j$e(t){return II(t).replace(/%/g,"%25").replace(/\r/g,"%0D").replace(/\n/g,"%0A")}function J$e(t){return II(t).replace(/%/g,"%25").replace(/\r/g,"%0D").replace(/\n/g,"%0A").replace(/:/g,"%3A").replace(/,/g,"%2C")}var Qoe=D(require("os"),1);var Toe=require("os"),bI=require("fs"),lF=function(t,e,r,s){function i(n){return n instanceof r?n:new r(function(o){o(n)})}return new(r||(r=Promise))(function(n,o){function a(u){try{l(s.next(u))}catch(h){o(h)}}function c(u){try{l(s.throw(u))}catch(h){o(h)}}function l(u){u.done?n(u.value):i(u.value).then(a,c)}l((s=s.apply(t,e||[])).next())})},{access:Y$e,appendFile:W$e,writeFile:K$e}=bI.promises,Roe="GITHUB_STEP_SUMMARY";var uF=class{constructor(){this._buffer=""}filePath(){return lF(this,void 0,void 0,function*(){if(this._filePath)return this._filePath;let e=process.env[Roe];if(!e)throw new Error(`Unable to find environment variable for $${Roe}. Check if your runtime environment supports job summaries.`);try{yield Y$e(e,bI.constants.R_OK|bI.constants.W_OK)}catch{throw new Error(`Unable to access summary file: '${e}'. Check if the file has correct read/write permissions.`)}return this._filePath=e,this._filePath})}wrap(e,r,s={}){let i=Object.entries(s).map(([n,o])=>` ${n}="${o}"`).join("");return r?`<${e}${i}>${r}</${e}>`:`<${e}${i}>`}write(e){return lF(this,void 0,void 0,function*(){let r=!!e?.overwrite,s=yield this.filePath();return yield(r?K$e:W$e)(s,this._buffer,{encoding:"utf8"}),this.emptyBuffer()})}clear(){return lF(this,void 0,void 0,function*(){return this.emptyBuffer().write({overwrite:!0})})}stringify(){return this._buffer}isEmptyBuffer(){return this._buffer.length===0}emptyBuffer(){return this._buffer="",this}addRaw(e,r=!1){return this._buffer+=e,r?this.addEOL():this}addEOL(){return this.addRaw(Toe.EOL)}addCodeBlock(e,r){let s=Object.assign({},r&&{lang:r}),i=this.wrap("pre",this.wrap("code",e),s);return this.addRaw(i).addEOL()}addList(e,r=!1){let s=r?"ol":"ul",i=e.map(o=>this.wrap("li",o)).join(""),n=this.wrap(s,i);return this.addRaw(n).addEOL()}addTable(e){let r=e.map(i=>{let n=i.map(o=>{if(typeof o=="string")return this.wrap("td",o);let{header:a,data:c,colspan:l,rowspan:u}=o,h=a?"th":"td",d=Object.assign(Object.assign({},l&&{colspan:l}),u&&{rowspan:u});return this.wrap(h,c,d)}).join("");return this.wrap("tr",n)}).join(""),s=this.wrap("table",r);return this.addRaw(s).addEOL()}addDetails(e,r){let s=this.wrap("details",this.wrap("summary",e)+r);return this.addRaw(s).addEOL()}addImage(e,r,s){let{width:i,height:n}=s||{},o=Object.assign(Object.assign({}
`),e=e.replace(/\r/g,`
`));let i=e.split(`
2026-06-23 16:00:22 +00:00
`).map(n=>n.trim());for(let n of i)!n||n.startsWith("#")||s.patterns.push(new DI(n));return s.searchPaths.push(...zF(s.patterns)),s})}static stat(e,r,s){return WF(this,void 0,void 0,function*(){let i;if(r.followSymbolicLinks)try{i=yield ig.promises.stat(e.path)}catch(n){if(n.code==="ENOENT"){if(r.omitBrokenSymbolicLinks){qo(`Broken symlink '${e.path}'`);return}throw new Error(`No information found for the path '${e.path}'. This may indicate a broken symbolic link.`)}throw n}else i=yield ig.promises.lstat(e.path);if(i.isDirectory()&&r.followSymbolicLinks){let n=yield ig.promises.realpath(e.path);for(;s.length>=e.level;)s.pop();if(s.some(o=>o===n)){qo(`Symlink cycle detected for path '${e.path}' and realpath '${n}'`);return}s.push(n)}return i})}};var LYe=function(t,e,r,s){function i(n){return n instanceof r?n:new r(function(o){o(n)})}return new(r||(r=Promise))(function(n,o){function a(u){try{l(s.next(u))}catch(h){o(h)}}function c(u){try{l(s.throw(u))}catch(h){o(h)}}function l(u){u.done?n(u.value):i(u.value).then(a,c)}l((s=s.apply(t,e||[])).next())})};function ule(t,e){return LYe(this,void 0,void 0,function*(){return yield pN.create(t,e)})}var TN=D(require("crypto"),1),cg=D(require("fs"),1),tp=D(require("path"),1),she=D(the(),1),ihe=D(require("util"),1);var GI;(function(t){t.Gzip="cache.tgz",t.Zstd="cache.tzst"})(GI||(GI={}));var Ri;(function(t){t.Gzip="gzip",t.ZstdWithoutLong="zstd-without-long",t.Zstd="zstd"})(Ri||(Ri={}));var Xn;(function(t){t.GNU="gnu",t.BSD="bsd"})(Xn||(Xn={}));var vN=2,RN=5e3,gU=5e3,yU=`${process.env.PROGRAMFILES}\\Git\\usr\\bin\\tar.exe`,rhe=`${process.env.SYSTEMDRIVE}\\Windows\\System32\\tar.exe`,HI="cache.tar",EU="manifest.txt",fqt=10*Math.pow(1024,3);var ag=function(t,e,r,s){function i(n){return n instanceof r?n:new r(function(o){o(n)})}return new(r||(r=Promise))(function(n,o){function a(u){try{l(s.next(u))}catch(h){o(h)}}function c(u){try{l(s.throw(u))}catch(h){o(h)}}function l(u){u.done?n(u.value):i(u.value).then(a,c)}l((s=s.apply(t,e||[])).next())})},zKe=function(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 __values=="function"?__values(t):t[Symbol.iterator](),r={},s("next"),s("throw"),s("return"),r[Symbol.asyncIterator]=function(){return this},r);function s(n){r[n]=t[n]&&function(o){return new Promise(function(a,c){o=t[n](o),i(a,c,o.done,o.value)})}}function i(n,o,a,c){Promise.resolve(c).then(function(l){n({value:l,done:a})},o)}},$Ke="1.0";function VI(){return ag(this,void 0,void 0,function*(){let t=process.platform==="win32",e=process.env.RUNNER_TEMP||"";if(!e){let s;t?s=process.env.USERPROFILE||"C:\\":process.platform==="darwin"?s="/Users":s="/home",e=tp.join(s,"actions","temp")}let r=tp.join(e,TN.randomUUID());return yield Au(r),r})}function vc(t){return cg.statSync(t).size}function CU(t){return ag(this,void 0,void 0,function*(){var e,r,s,i,n;let o=[],a=(n=process.env.GITHUB_WORKSPACE)!==null&&n!==void 0?n:process.cwd(),c=yield ule(t.join(`
`),{implicitDescendants:!1});try{for(var l=!0,u=zKe(c.globGenerator()),h;h=yield u.next(),e=h.done,!e;l=!0){i=h.value,l=!1;let f=tp.relative(a,i).replace(new RegExp(`\\${tp.sep}`,"g"),"/");_(`Matched: ${f}`),f===""?o.push("."):o.push(`${f}`)}}catch(d){r={error:d}}finally{try{!l&&!e&&(s=u.return)&&(yield s.call(u))}finally{if(r)throw r.error}}return o})}function zI(t){return ag(this,void 0,void 0,function*(){return ihe.promisify(cg.unlink)(t)})}function nhe(t){return ag(this,arguments,void 0,function*(e,r=[]){let s="";r.push("--version"),_(`Checking ${e} ${r.join(" ")}`);try{yield Wn(`${e}`,r,{ignoreReturnCode:!0,silent:!0,listeners:{stdout:i=>s+=i.toString(),stderr:i=>s+=i.toString()}})}catch(i){_(i.message)}return s=s.trim(),_(s),s})}function $I(){return ag(this,void 0,void 0,function*(){let t=yield nhe("zstd",["--quiet"]),e=she.clean(t);return _(`zstd version: ${e}`),t===""?Ri.Gzip:Ri.ZstdWithoutLong})}function cd(t){return t===Ri.Gzip?GI.Gzip:GI.Zstd}function ohe(){return ag(this,void 0,void 0,function*(){return cg.existsSync(yU)?yU:(yield nhe("tar")).toLowerCase().includes("gnu tar")?Gs("tar"):""})}function IU(t,e){if(e===void 0)throw Error(`Expected ${t} but value was undefiend`);return e}function lg(t,e,r=!1){let s=t.slice();return e&&s.push(e),process.platform==="win32"&&!r&&s.push("windows-only"),s.push($Ke),TN.createHash("sha256").update(s.join("|")).digest("hex")}function ahe(){let t=process.env.ACTIONS_RUNTIME_TOKEN;if(!t)throw new Error("Unable to get the ACTIONS_RUNTIME_TOKEN env variable");return t}var JI=D(require("http"),1),SU=D(require("https"),1);function bU(t){let e=t.protocol==="https:";if(jKe(t))return;let r=e?process.env.https_proxy||process.env.HTTPS_PROXY:process.env.http_proxy||process.env.HTTP_PROXY;if(r)try{return new QN(r)}catch{if(!r.startsWith("http://")&&!r.startsWith("https://"))return new QN(`http://${r}`)}else return}function jKe(t){if(!t.hostname)return!1;let e=t.hostname;if(JKe(e))return!0;let r=process.env.no_proxy||process.env.NO_PROXY||"";if(!r)return!1;let s;t.port?s=Number(t.port):t.protocol==="http:"?s=80:t.protocol==="https:"&&(s=443);let i=[t.hostname.toUpperCase()];typeof s=="number"&&i.push(`${i[0]}:${s}`);for(let n of r.split(",").map(o=>o.trim().toUpperCase()).filter(o=>o))if(n==="*"||i.some(o=>o===n||o.endsWith(`.${n}`)||n.startsWith(".")&&o.endsWith(`${n}`)))return!0;return!1}function JKe(t){let e=t.toLowerCase();return e==="localhost"||e.startsWith("127.")||e.startsWith("[::1]")||e.startsWith("[0:0:0:0:0:0:0:1]")}var QN=class extends URL{constructor(e,r){super(e,r),this._decodedUsername=decodeURIComponent(super.username),this._decodedPassword=decodeURIComponent(super.password)}get username(){return this._decodedUsername}get password(){return this._decodedPassword}};var ld=D(dC(),1),che=D(Jm(),1),Dr=function(t,e,r,s){function i(n){return n instanceof r?n:new r(function(o){o(n)})}return new(r||(r=Promise))(function(n,o){function a(u){try{l(s.next(u))}catch(h){o(h)}}function c(u){try{l(s.throw(u))}catch(h){o(h)}}function l(u){u.done?n(u.value):i(u.value).then(a,c)}l((s=s.apply(t,e||[])).next())})},Er;(function(t){t[t.OK=200]="OK",t[t.MultipleChoices=300]="MultipleChoices",t[t.MovedPermanently=301]="MovedPermanently",t[t.ResourceMoved=302]="ResourceMoved",t[t.SeeOther=303]="SeeOther",t[t.NotModified=304]="NotModified",t[t.UseProxy=305]="UseProxy",t[t.SwitchProxy=306]="SwitchProxy",t[t.TemporaryRedirect=307]="TemporaryRedirect",t[t.PermanentRedirect=308]="PermanentRedirect",t[t.BadRequest=400]="BadRequest",t[t.Unauthorized=401]="Unauthorized",t[t.PaymentRequired=402]="PaymentRequired",t[t.Forbidden=403]="Forbidden",t[t.NotFound=404]="NotFound",t[t.MethodNotAllowed=405]="MethodNotAllowed",t[t.NotAcceptable=406]="NotAcceptable",t[t.ProxyAuthenticationRequired=407]="ProxyAuthenticationRequired",t[t.RequestTimeout=408]="RequestTimeout",t[t.Conflict=409]="Conflict",t[t.Gone=410]="Gone",t[t.TooManyRequests=429]="TooManyRequests",t[t.InternalServerError=500]="InternalServerError",t[t.NotImplemented=501]="NotImplemented",t[t.BadGateway=502]="BadGateway",t[t.ServiceUnavailable=503]="
${lXe.sanitize({...this,request:{...this.request,agent:s},response:this.response})}`,enumerable:!1}),Object.setPrototypeOf(this,t.prototype)}};function LN(t){return t instanceof _i?!0:sp(t)&&t.name==="RestError"}function dn(t,e){return Buffer.from(t,e)}var FN=D(require("node:http"),1),UN=D(require("node:https"),1),OU=D(require("node:zlib"),1),xhe=require("node:stream");var Vo=YI("ts-http-runtime");var uXe={};function WI(t){return t&&typeof t.pipe=="function"}function Bhe(t){return t.readable===!1?Promise.resolve():new Promise(e=>{let r=()=>{e(),t.removeListener("close",r),t.removeListener("end",r),t.removeListener("error",r)};t.on("close",r),t.on("end",r),t.on("error",r)})}function Nhe(t){return t&&typeof t.byteLength=="number"}var qN=class extends xhe.Transform{loadedBytes=0;progressCallback;_transform(e,r,s){this.push(e),this.loadedBytes+=e.length;try{this.progressCallback({loadedBytes:this.loadedBytes}),s()}catch(i){s(i)}}constructor(e){super(),this.progressCallback=e}},DU=class{cachedHttpAgent;cachedHttpsAgents=new WeakMap;async sendRequest(e){let r=new AbortController,s;if(e.abortSignal){if(e.abortSignal.aborted)throw new Tc("The operation was aborted. Request has already been canceled.");s=l=>{l.type==="abort"&&r.abort()},e.abortSignal.addEventListener("abort",s)}let i;e.timeout>0&&(i=setTimeout(()=>{let l=new Ga;Vo.info(`request to '${l.sanitizeUrl(e.url)}' timed out. canceling...`),r.abort()},e.timeout));let n=e.headers.get("Accept-Encoding"),o=n?.includes("gzip")||n?.includes("deflate"),a=typeof e.body=="function"?e.body():e.body;if(a&&!e.headers.has("Content-Length")){let l=pXe(a);l!==null&&e.headers.set("Content-Length",l)}let c;try{if(a&&e.onUploadProgress){let p=e.onUploadProgress,m=new qN(p);m.on("error",E=>{Vo.error("Error in upload progress",E)}),WI(a)?a.pipe(m):m.end(a),a=m}let l=await this.makeRequest(e,r,a);i!==void 0&&clearTimeout(i);let u=hXe(l),d={status:l.statusCode??0,headers:u,request:e};if(e.method==="HEAD")return l.resume(),d;c=o?dXe(l,u):l;let f=e.onDownloadProgress;if(f){let p=new qN(f);p.on("error",m=>{Vo.error("Error in download progress",m)}),c.pipe(p),c=p}return e.streamResponseStatusCodes?.has(Number.POSITIVE_INFINITY)||e.streamResponseStatusCodes?.has(d.status)?d.readableStreamBody=c:d.bodyAsText=await fXe(c),d}finally{if(e.abortSignal&&s){let l=Promise.resolve();WI(a)&&(l=Bhe(a));let u=Promise.resolve();WI(c)&&(u=Bhe(c)),Promise.all([l,u]).then(()=>{s&&e.abortSignal?.removeEventListener("abort",s)}).catch(h=>{Vo.warning("Error when cleaning up abortListener on httpRequest",h)})}}}makeRequest(e,r,s){let i=new URL(e.url),n=i.protocol!=="https:";if(n&&!e.allowInsecureConnection)throw new Error(`Cannot connect to ${e.url} while allowInsecureConnection is false.`);let a={agent:e.agent??this.getOrCreateAgent(e,n),hostname:i.hostname,path:`${i.pathname}${i.search}`,port:i.port,method:e.method,headers:e.headers.toJSON({preserveCase:!0}),...e.requestOverrides};return new Promise((c,l)=>{let u=n?FN.default.request(a,c):UN.default.request(a,c);u.once("error",h=>{l(new _i(h.message,{code:h.code??_i.REQUEST_SEND_ERROR,request:e}))}),r.signal.addEventListener("abort",()=>{let h=new Tc("The operation was aborted. Rejecting from abort signal callback while making request.");u.destroy(h),l(h)}),s&&WI(s)?s.pipe(u):s?typeof s=="string"||Buffer.isBuffer(s)?u.end(s):Nhe(s)?u.end(ArrayBuffer.isView(s)?Buffer.from(s.buffer):Buffer.from(s)):(Vo.error("Unrecognized body type",s),l(new _i("Unrecognized body type"))):u.end()})}getOrCreateAgent(e,r){let s=e.disableKeepAlive;if(r)return s?FN.default.globalAgent:(this.cachedHttpAgent||(this.cachedHttpAgent=new FN.default.Agent({keepAlive:!0})),this.cachedHttpAgent);{if(s&&!e.tlsSettings)return UN.default.globalAgent;let i=e.tlsSettings??uXe,n=this.cachedHttpsAgents.get(i);return n&&n.options.keepAlive===!s||(Vo.info("No cached TLS Agent exist, creating a new Agent"),n=new UN.default.Agent({keepAlive:!s,...i}),this.cachedHttpsAgents.set(i,n)),n}}};function hXe(t){let e=Zn();for(let r of Object.keys(t.headers)){let s=t.headers[r];Array.isArray(s)?s.length>0&&e.set(
`;return e}function $Ze(t){return t instanceof Uint8Array?t.byteLength:uv(t)?t.size===-1?void 0:t.size:void 0}function jZe(t){let e=0;for(let r of t){let s=$Ze(r);if(s===void 0)return;e+=s}return e}async function JZe(t,e,r){let s=[dn(`--${r}`,"utf-8"),...e.flatMap(n=>[dn(`\r
`,"utf-8"),dn(zZe(n.headers),"utf-8"),dn(`\r
2026-05-28 08:29:20 +00:00
`,"utf-8"),n.body,dn(`\r
--${r}`,"utf-8")]),dn(`--\r
\r
2026-06-23 16:00:22 +00:00
`,"utf-8")],i=jZe(s);i&&t.headers.set("Content-Length",i),t.body=await Rde(s)}var e0="multipartPolicy",YZe=70,WZe=new Set("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789'()+,-./:=?");function KZe(t){if(t.length>YZe)throw new Error(`Multipart boundary "${t}" exceeds maximum length of 70 characters`);if(Array.from(t).some(e=>!WZe.has(e)))throw new Error(`Multipart boundary "${t}" contains invalid characters`)}function dv(){return{name:e0,async sendRequest(t,e){if(!t.multipartBody)return e(t);if(t.body)throw new Error("multipartBody and regular body cannot be set at the same time");let r=t.multipartBody.boundary,s=t.headers.get("Content-Type")??"multipart/mixed",i=s.match(/^(multipart\/[^ ;]+)(?:; *boundary=(.+))?$/);if(!i)throw new Error(`Got multipart request body, but content-type header was not multipart: ${s}`);let[,n,o]=i;if(o&&r&&o!==r)throw new Error(`Multipart boundary was specified as ${o} in the header, but got ${r} in the request body`);return r??=o,r?KZe(r):r=VZe(),t.headers.set("Content-Type",`${n}; boundary=${r}`),await JZe(t,t.multipartBody.parts,r),t.multipartBody=void 0,e(t)}}}function fv(){return MN()}var Tde=ON({logLevelEnvVarName:"AZURE_LOG_LEVEL",namespace:"azure"}),X4t=Tde.logger;function Pc(t){return Tde.createClientLogger(t)}var Oc=Pc("core-rest-pipeline");function tq(t={}){return HN({logger:Oc.info,...t})}var rq=VN;function sq(t={}){return zN(t)}var pv=D(require("node:os"),1),Av=D(require("node:process"),1);function _de(){return"User-Agent"}async function Qde(t){if(Av.default&&Av.default.versions){let e=`${pv.default.type()} ${pv.default.release()}; ${pv.default.arch()}`,r=Av.default.versions;r.bun?t.set("Bun",`${r.bun} (${e})`):r.deno?t.set("Deno",`${r.deno} (${e})`):r.node&&t.set("Node",`${r.node} (${e})`)}}var mv="1.22.2";function n7e(t){let e=[];for(let[r,s]of t){let i=s?`${r}/${s}`:r;e.push(i)}return e.join(" ")}function Pde(){return _de()}async function gv(t){let e=new Map;e.set("core-rest-pipeline",mv),await Qde(e);let r=n7e(e);return t?`${t} ${r}`:r}var Ode=Pde(),Dde="userAgentPolicy";function iq(t={}){let e=gv(t.userAgentPrefix);return{name:Dde,async sendRequest(r,s){return r.headers.has(Ode)||r.headers.set(Ode,await e),s(r)}}}var so=class extends Error{constructor(e){super(e),this.name="AbortError"}};function nq(t,e){let{cleanupBeforeAbort:r,abortSignal:s,abortErrorMsg:i}=e??{};return new Promise((n,o)=>{function a(){o(new so(i??"The operation was aborted."))}function c(){s?.removeEventListener("abort",l)}function l(){r?.(),c(),a()}if(s?.aborted)return a();try{t(u=>{c(),n(u)},u=>{c(),o(u)})}catch(u){o(u)}s?.addEventListener("abort",l)})}var u7e="The delay was aborted.";function t0(t,e){let r,{abortSignal:s,abortErrorMsg:i}=e??{};return nq(n=>{r=setTimeout(n,t)},{cleanupBeforeAbort:()=>clearTimeout(r),abortSignal:s,abortErrorMsg:i??u7e})}function hd(t){if(sp(t))return t.message;{let e;try{typeof t=="object"&&t?e=JSON.stringify(t):e=String(t)}catch{e="[unable to stringify input]"}return`Unknown error ${e}`}}function kde(t){return sp(t)}function yg(){return rp()}var Bt=op;var Mde=Symbol("rawContent");function aq(t){return typeof t[Mde]=="function"}function Lde(t){return aq(t)?t[Mde]():t}var yv=e0;function cq(){let t=dv();return{name:yv,sendRequest:async(e,r)=>{if(e.multipartBody)for(let s of e.multipartBody.parts)aq(s.body)&&(s.body=Lde(s.body));return t.sendRequest(e,r)}}}var lq=$N;function uq(){return jN()}function hq(t={}){return WN(t)}function dq(){return KN()}function dd(t){return WU(t)}function fq(t,e){return av(t,e)}var Fde="setClientRequestIdPolicy";function pq(t="x-ms-client-request-id"){return{name:Fde,async sendRequest(e,r){return e.headers.has(t)||e.headers.set(t,e.requestId),r(e)}}}function Aq(t){return cv(t)}function mq(t){return lv(t)}var Eg={span:Symbol.for("@azure/core-tracing span"),namespace:Symbol.for("@azure/core-tracing namespace")};function Ude(t={}){let e=new gq(t.parentContext);return t.span&&(e=e.setValue(Eg.span,t.span)),t.namespace&&(e=e.setValue(Eg.namespace,t.namespace)),e}var gq=class t{_contextMap;constructor(e){this._contextMap=e instanceof t
`&&t[n]!=="\r";n++)c+=t[n];if(c=c.trim(),c[c.length-1]==="/"&&(c=c.substring(0,c.length-1),n--),!ket(c)){let h;return c.trim().length===0?h="Invalid space after '<'.":h="Tag '"+c+"' is an invalid name.",kr("InvalidTag",h,Qi(t,n))}let l=_et(t,n);if(l===!1)return kr("InvalidAttr","Attributes for '"+c+"' have open quote.",Qi(t,n));let u=l.value;if(n=l.index,u[u.length-1]==="/"){let h=n-u.length;u=u.substring(0,u.length-1);let d=wfe(u,e);if(d===!0)s=!0;else return kr(d.err.code,d.err.msg,Qi(t,h+d.err.line))}else if(a)if(l.tagClosed){if(u.trim().length>0)return kr("InvalidTag","Closing tag '"+c+"' can't have attributes or invalid starting.",Qi(t,o));if(r.length===0)return kr("InvalidTag","Closing tag '"+c+"' has not been opened.",Qi(t,o));{let h=r.pop();if(c!==h.tagName){let d=Qi(t,h.tagStartPos);return kr("InvalidTag","Expected closing tag '"+h.tagName+"' (opened in line "+d.line+", col "+d.col+") instead of closing tag '"+c+"'.",Qi(t,o))}r.length==0&&(i=!0)}}else return kr("InvalidTag","Closing tag '"+c+"' doesn't have proper closing.",Qi(t,n));else{let h=wfe(u,e);if(h!==!0)return kr(h.err.code,h.err.msg,Qi(t,n-u.length+h.err.line));if(i===!0)return kr("InvalidXml","Multiple possible root nodes found.",Qi(t,n));e.unpairedTags.indexOf(c)!==-1||r.push({tagName:c,tagStartPos:o}),s=!0}for(n++;n<t.length;n++)if(t[n]==="<")if(t[n+1]==="!"){n++,n=bfe(t,n);continue}else if(t[n+1]==="?"){if(n=Ife(t,++n),n.err)return n}else break;else if(t[n]==="&"){let h=Oet(t,n);if(h==-1)return kr("InvalidChar","char '&' is not expected.",Qi(t,n));n=h}else if(i===!0&&!Cfe(t[n]))return kr("InvalidXml","Extra text at the end",Qi(t,n));t[n]==="<"&&n--}}else{if(Cfe(t[n]))continue;return kr("InvalidChar","char '"+t[n]+"' is not expected.",Qi(t,n))}if(s){if(r.length==1)return kr("InvalidTag","Unclosed tag '"+r[0].tagName+"'.",Qi(t,r[0].tagStartPos));if(r.length>0)return kr("InvalidXml","Invalid '"+JSON.stringify(r.map(n=>n.tagName),null,4).replace(/\r?\n/g,"")+"' found.",{line:1,col:1})}else return kr("InvalidXml","Start tag expected.",1);return!0}function Cfe(t){return t===" "||t===" "||t===`
`||t==="\r"}function Ife(t,e){let r=e;for(;e<t.length;e++)if(t[e]=="?"||t[e]==" "){let s=t.substr(r,e-r);if(e>5&&s==="xml")return kr("InvalidXml","XML declaration allowed only at the start of the document.",Qi(t,e));if(t[e]=="?"&&t[e+1]==">"){e++;break}else continue}return e}function bfe(t,e){if(t.length>e+5&&t[e+1]==="-"&&t[e+2]==="-"){for(e+=3;e<t.length;e++)if(t[e]==="-"&&t[e+1]==="-"&&t[e+2]===">"){e+=2;break}}else if(t.length>e+8&&t[e+1]==="D"&&t[e+2]==="O"&&t[e+3]==="C"&&t[e+4]==="T"&&t[e+5]==="Y"&&t[e+6]==="P"&&t[e+7]==="E"){let r=1;for(e+=8;e<t.length;e++)if(t[e]==="<")r++;else if(t[e]===">"&&(r--,r===0))break}else if(t.length>e+9&&t[e+1]==="["&&t[e+2]==="C"&&t[e+3]==="D"&&t[e+4]==="A"&&t[e+5]==="T"&&t[e+6]==="A"&&t[e+7]==="["){for(e+=8;e<t.length;e++)if(t[e]==="]"&&t[e+1]==="]"&&t[e+2]===">"){e+=2;break}}return e}var Ret='"',Tet="'";function _et(t,e){let r="",s="",i=!1;for(;e<t.length;e++){if(t[e]===Ret||t[e]===Tet)s===""?s=t[e]:s!==t[e]||(s="");else if(t[e]===">"&&s===""){i=!0;break}r+=t[e]}return s!==""?!1:{value:r,index:e,tagClosed:i}}var Qet=new RegExp(`(\\s*)([^\\s=]+)(\\s*=)?(\\s*(['"])(([\\s\\S])*?)\\5)?`,"g");function wfe(t,e){let r=Rv(t,Qet),s={};for(let i=0;i<r.length;i++){if(r[i][1].length===0)return kr("InvalidAttr","Attribute '"+r[i][2]+"' has no space in starting.",f0(r[i]));if(r[i][3]!==void 0&&r[i][4]===void 0)return kr("InvalidAttr","Attribute '"+r[i][2]+"' is without value.",f0(r[i]));if(r[i][3]===void 0&&!e.allowBooleanAttributes)return kr("InvalidAttr","boolean attribute '"+r[i][2]+"' is not allowed.",f0(r[i]));let n=r[i][2];if(!Det(n))return kr("InvalidAttr","Attribute '"+n+"' is an invalid name.",f0(r[i]));if(!Object.prototype.hasOwnProperty.call(s,n))s[n]=1;else return kr("InvalidAttr","Attribute '"+n+"' is repeated.",f0(r[i]))}return!0}function Pet(t,e){let r=/\d/;for(t[e]==="x"&&(e++,r=/[\da-fA-F]/);e<t.length;e++){if(t[e]===";")return e;if(!t[e].match(r))break}return-1}function Oet(t,e){if(e++,t[e]===";")return-1;if(t[e]==="#")return e++,Pet(t,e);let r=0;for(;e<t.length;e++,r++)if(!(t[e].match(/\w/)&&r<20)){if(t[e]===";")break;return-1}return e}function kr(t,e,r){return{err:{code:t,msg:e,line:r.line||r,col:r.col}}}function Det(t){return Dq(t)}function ket(t){return Dq(t)}function Qi(t,e){let r=t.substring(0,e).split(/\r?\n/);return{line:r.length,col:r[r.length-1].length+1}}function f0(t){return t.startIndex+t[1].length}var Sfe={amp:"&",AMP:"&",lt:"<",LT:"<",gt:">",GT:">",quot:'"',QUOT:'"',apos:"'",lsquo:"\u2018",rsquo:"\u2019",ldquo:"\u201C",rdquo:"\u201D",lsquor:"\u201A",rsquor:"\u2019",ldquor:"\u201E",bdquo:"\u201E",comma:",",period:".",colon:":",semi:";",excl:"!",quest:"?",num:"#",dollar:"$",percent:"%",amp:"&",ast:"*",commat:"@",lowbar:"_",verbar:"|",vert:"|",sol:"/",bsol:"\\",lbrace:"{",rbrace:"}",lbrack:"[",rbrack:"]",lpar:"(",rpar:")",nbsp:"\xA0",iexcl:"\xA1",cent:"\xA2",pound:"\xA3",curren:"\xA4",yen:"\xA5",brvbar:"\xA6",sect:"\xA7",uml:"\xA8",copy:"\xA9",COPY:"\xA9",ordf:"\xAA",laquo:"\xAB",not:"\xAC",shy:"\xAD",reg:"\xAE",REG:"\xAE",macr:"\xAF",deg:"\xB0",plusmn:"\xB1",sup2:"\xB2",sup3:"\xB3",acute:"\xB4",micro:"\xB5",para:"\xB6",middot:"\xB7",cedil:"\xB8",sup1:"\xB9",ordm:"\xBA",raquo:"\xBB",frac14:"\xBC",frac12:"\xBD",half:"\xBD",frac34:"\xBE",iquest:"\xBF",times:"\xD7",div:"\xF7",divide:"\xF7"},Bfe={Agrave:"\xC0",agrave:"\xE0",Aacute:"\xC1",aacute:"\xE1",Acirc:"\xC2",acirc:"\xE2",Atilde:"\xC3",atilde:"\xE3",Auml:"\xC4",auml:"\xE4",Aring:"\xC5",aring:"\xE5",AElig:"\xC6",aelig:"\xE6",Ccedil:"\xC7",ccedil:"\xE7",Egrave:"\xC8",egrave:"\xE8",Eacute:"\xC9",eacute:"\xE9",Ecirc:"\xCA",ecirc:"\xEA",Euml:"\xCB",euml:"\xEB",Igrave:"\xCC",igrave:"\xEC",Iacute:"\xCD",iacute:"\xED",Icirc:"\xCE",icirc:"\xEE",Iuml:"\xCF",iuml:"\xEF",ETH:"\xD0",eth:"\xF0",Ntilde:"\xD1",ntilde:"\xF1",Ograve:"\xD2",ograve:"\xF2",Oacute:"\xD3",oacute:"\xF3",Ocirc:"\xD4",ocirc:"\xF4",Otilde:"\xD5",otilde:"\xF5",Ouml:"\xD6",ouml:"\xF6",Oslash:"\xD8",oslash:"\xF8",Ugrave:"\xD9",ugrave:"\xF9",Uacute:"\xDA",uacute:"\xFA",Ucirc:"\xDB",ucirc:"\xFB",Uuml:"\xDC",uuml:"\xFC",Yacute:"\xDD",yacute:"\xFD",THORN:"\xDE",tho
`);let e=new mn("!xml"),r=e,s="";this.matcher.reset(),this.entityDecoder.reset(),this.entityExpansionCount=0,this.currentExpandedLength=0;let i=this.options,n=new m0(i.processEntities),o=t.length;for(let a=0;a<o;a++)if(t[a]==="<"){let l=t.charCodeAt(a+1);if(l===47){let u=Sg(t,">",a,"Closing Tag is not closed."),h=t.substring(a+2,u).trim();if(i.removeNSPrefix){let f=h.indexOf(":");f!==-1&&(h=h.substr(f+1))}h=Hq(i.transformTagName,h,"",i).tagName,r&&(s=this.saveTextToParentTag(s,r,this.readonlyMatcher));let d=this.matcher.getCurrentTag();if(h&&i.unpairedTagsSet.has(h))throw new Error(`Unpaired tag can not be used as closing tag: </${h}>`);d&&i.unpairedTagsSet.has(d)&&(this.matcher.pop(),this.tagsNodeStack.pop()),this.matcher.pop(),this.isCurrentNodeStopNode=!1,r=this.tagsNodeStack.pop(),s="",a=u}else if(l===63){let u=Vq(t,a,!1,"?>");if(!u)throw new Error("Pi Tag is not closed.");s=this.saveTextToParentTag(s,r,this.readonlyMatcher);let h=this.buildAttributesMap(u.tagExp,this.matcher,u.tagName,!0);if(h){let d=h[this.options.attributeNamePrefix+"version"];this.entityDecoder.setXmlVersion(Number(d)||1),n.setXmlVersion(Number(d)||1)}if(!(i.ignoreDeclaration&&u.tagName==="?xml"||i.ignorePiTags)){let d=new mn(u.tagName);d.add(i.textNodeName,""),u.tagName!==u.tagExp&&u.attrExpPresent&&i.ignoreAttributes!==!0&&(d[":@"]=h),this.addChild(r,d,this.readonlyMatcher,a)}a=u.closeIndex+1}else if(l===33&&t.charCodeAt(a+2)===45&&t.charCodeAt(a+3)===45){let u=Sg(t,"-->",a+4,"Comment is not closed.");if(i.commentPropName){let h=t.substring(a+4,u-2);s=this.saveTextToParentTag(s,r,this.readonlyMatcher),r.add(i.commentPropName,[{[i.textNodeName]:h}])}a=u}else if(l===33&&t.charCodeAt(a+2)===68){let u=n.readDocType(t,a);this.entityDecoder.addInputEntities(u.entities),a=u.i}else if(l===33&&t.charCodeAt(a+2)===91){let u=Sg(t,"]]>",a,"CDATA is not closed.")-2,h=t.substring(a+9,u);s=this.saveTextToParentTag(s,r,this.readonlyMatcher);let d=this.parseTextData(h,r.tagname,this.readonlyMatcher,!0,!1,!0,!0);d==null&&(d=""),i.cdataPropName?r.add(i.cdataPropName,[{[i.textNodeName]:h}]):r.add(i.textNodeName,d),a=u+2}else{let u=Vq(t,a,i.removeNSPrefix);if(!u){let O=t.substring(Math.max(0,a-50),Math.min(o,a+50));throw new Error(`readTagExp returned undefined at position ${a}. Context: "${O}"`)}let h=u.tagName,d=u.rawTagName,f=u.tagExp,p=u.attrExpPresent,m=u.closeIndex;if({tagName:h,tagExp:f}=Hq(i.transformTagName,h,f,i),i.strictReservedNames&&(h===i.commentPropName||h===i.cdataPropName||h===i.textNodeName||h===i.attributesGroupName))throw new Error(`Invalid tag name: ${h}`);r&&s&&r.tagname!=="!xml"&&(s=this.saveTextToParentTag(s,r,this.readonlyMatcher,!1));let E=r;E&&i.unpairedTagsSet.has(E.tagname)&&(r=this.tagsNodeStack.pop(),this.matcher.pop());let y=!1;f.length>0&&f.lastIndexOf("/")===f.length-1&&(y=!0,h[h.length-1]==="/"?(h=h.substr(0,h.length-1),f=h):f=f.substr(0,f.length-1),p=h!==f);let C=null,w={},B;B=ntt(d),h!==e.tagname&&this.matcher.push(h,{},B),h!==f&&p&&(C=this.buildAttributesMap(f,this.matcher,h),C&&(w=itt(C,i))),h!==e.tagname&&(this.isCurrentNodeStopNode=this.isItStopNode());let N=a;if(this.isCurrentNodeStopNode){let O="";if(y)a=u.closeIndex;else if(i.unpairedTagsSet.has(h))a=u.closeIndex;else{let M=this.readStopNodeData(t,d,m+1);if(!M)throw new Error(`Unexpected end of ${d}`);a=M.i,O=M.tagContent}let P=new mn(h);C&&(P[":@"]=C),P.add(i.textNodeName,O),this.matcher.pop(),this.isCurrentNodeStopNode=!1,this.addChild(r,P,this.readonlyMatcher,N)}else{if(y){({tagName:h,tagExp:f}=Hq(i.transformTagName,h,f,i));let O=new mn(h);C&&(O[":@"]=C),this.addChild(r,O,this.readonlyMatcher,N),this.matcher.pop(),this.isCurrentNodeStopNode=!1}else if(i.unpairedTagsSet.has(h)){let O=new mn(h);C&&(O[":@"]=C),this.addChild(r,O,this.readonlyMatcher,N),this.matcher.pop(),this.isCurrentNodeStopNode=!1,a=u.closeIndex;continue}else{let O=new mn(h);if(this.tagsNodeStack.length>i.maxNestedTags)throw new Error("Maximum nested tags exceeded");this.tagsNodeStack.push(r),C&&(O[":@"]=C),this.addChild(r,O,this.readonlyMatcher,N),r=O}s="",a=m}}}else s+=t[a];return e.child};function h
`;function wtt(t,e){if(!Array.isArray(t)||t.length===0)return"1.0";let r=t[0];if(Wq(r)==="?xml"){let i=r[":@"];if(i){let n=e.attributeNamePrefix+"version";if(i[n])return i[n]}}return"1.0"}function $fe(t,e,r,s,i){return!r.sanitizeName||dp(t,{xmlVersion:i})?t:r.sanitizeName(t,{isAttribute:e,matcher:s.readOnly()})}function Yq(t,e){let r="";e.format&&(r=btt);let s=[];if(e.stopNodes&&Array.isArray(e.stopNodes))for(let o=0;o<e.stopNodes.length;o++){let a=e.stopNodes[o];typeof a=="string"?s.push(new oo(a)):a instanceof oo&&s.push(a)}let i=wtt(t,e),n=new Mc;return jfe(t,e,r,n,s,i)}function jfe(t,e,r,s,i,n){let o="",a=!1;if(e.maxNestedTags&&s.getDepth()>e.maxNestedTags)throw new Error("Maximum nested tags exceeded");if(!Array.isArray(t)){if(t!=null){let c=t.toString();return c=Jq(c,e),c}return""}for(let c=0;c<t.length;c++){let l=t[c],u=Wq(l);if(u===void 0)continue;let d=u===e.textNodeName||u===e.cdataPropName||u===e.commentPropName||u[0]==="?"?u:$fe(u,!1,e,s,n),f=Stt(l[":@"],e);s.push(d,f);let p=xtt(s,i);if(d===e.textNodeName){let w=l[u];p||(w=e.tagValueProcessor(d,w),w=Jq(w,e)),a&&(o+=r),o+=w,a=!1,s.pop();continue}else if(d===e.cdataPropName){a&&(o+=r);let w=l[u][0][e.textNodeName],B=kv(w);o+=`<![CDATA[${B}]]>`,a=!1,s.pop();continue}else if(d===e.commentPropName){let w=l[u][0][e.textNodeName],B=Dv(w);o+=r+`<!--${B}-->`,a=!0,s.pop();continue}else if(d[0]==="?"){let w=zfe(l[":@"],e,p,s,n);o+=(d==="?xml"?"":r)+`<${d}${w}?>`,a=!0,s.pop();continue}let m=r;m!==""&&(m+=e.indentBy);let E=zfe(l[":@"],e,p,s,n),y=r+`<${d}${E}`,C;p?C=Jfe(l[u],e):C=jfe(l[u],e,m,s,i,n),e.unpairedTags.indexOf(d)!==-1?e.suppressUnpairedNode?o+=y+">":o+=y+"/>":(!C||C.length===0)&&e.suppressEmptyNode?o+=y+"/>":C&&C.endsWith(">")?o+=y+`>${C}${r}</${d}>`:(o+=y+">",C&&r!==""&&(C.includes("/>")||C.includes("</"))?o+=r+e.indentBy+C+r:o+=C,o+=`</${d}>`),a=!0,s.pop()}return o}function Stt(t,e){if(!t||e.ignoreAttributes)return null;let r={},s=!1;for(let i in t){if(!Object.prototype.hasOwnProperty.call(t,i))continue;let n=i.startsWith(e.attributeNamePrefix)?i.substr(e.attributeNamePrefix.length):i;r[n]=Ad(t[i]),s=!0}return s?r:null}function Jfe(t,e){if(!Array.isArray(t))return t!=null?t.toString():"";let r="";for(let s=0;s<t.length;s++){let i=t[s],n=Wq(i);if(n===e.textNodeName)r+=i[n];else if(n===e.cdataPropName)r+=i[n][0][e.textNodeName];else if(n===e.commentPropName)r+=i[n][0][e.textNodeName];else{if(n&&n[0]==="?")continue;if(n){let o=Btt(i[":@"],e),a=Jfe(i[n],e);!a||a.length===0?r+=`<${n}${o}/>`:r+=`<${n}${o}>${a}</${n}>`}}}return r}function Btt(t,e){let r="";if(t&&!e.ignoreAttributes)for(let s in t){if(!Object.prototype.hasOwnProperty.call(t,s))continue;let i=t[s];i===!0&&e.suppressBooleanAttributes?r+=` ${s.substr(e.attributeNamePrefix.length)}`:r+=` ${s.substr(e.attributeNamePrefix.length)}="${Ad(i)}"`}return r}function Wq(t){let e=Object.keys(t);for(let r=0;r<e.length;r++){let s=e[r];if(Object.prototype.hasOwnProperty.call(t,s)&&s!==":@")return s}}function zfe(t,e,r,s,i){let n="";if(t&&!e.ignoreAttributes)for(let o in t){if(!Object.prototype.hasOwnProperty.call(t,o))continue;let a=o.substr(e.attributeNamePrefix.length),c=r?a:$fe(a,!0,e,s,i),l;r?l=t[o]:(l=e.attributeValueProcessor(o,t[o]),l=Jq(l,e)),l===!0&&e.suppressBooleanAttributes?n+=` ${c}`:n+=` ${c}="${Ad(l)}"`}return n}function xtt(t,e){if(!e||e.length===0)return!1;for(let r=0;r<e.length;r++)if(t.matches(e[r]))return!0;return!1}function Jq(t,e){if(t&&t.length>0&&e.processEntities)for(let r=0;r<e.entities.length;r++){let s=e.entities[r];t=t.replace(s.regex,s.val)}return t}function Kq(t){return typeof t=="function"?t:Array.isArray(t)?e=>{for(let r of t)if(typeof r=="string"&&e===r||r instanceof RegExp&&r.test(e))return!0}:()=>!1}var Ntt={attributeNamePrefix:"@_",attributesGroupName:!1,textNodeName:"#text",ignoreAttributes:!0,cdataPropName:!1,format:!1,indentBy:" ",suppressEmptyNode:!1,suppressUnpairedNode:!0,suppressBooleanAttributes:!0,tagValueProcessor:function(t,e){return e},attributeValueProcessor:function(t,e){return e},preserveOrder:!1,commentPropName:!1,unpairedTags:[],entities:[{regex:new RegExp("&","
`,this.newLine=`
2026-06-23 16:00:22 +00:00
`):(this.indentate=function(){return""},this.tagEndChar=">",this.newLine="")}function vtt(t,e){let r=t["?xml"];if(r&&typeof r=="object"){if(e.attributesGroupName&&r[e.attributesGroupName]){let i=r[e.attributesGroupName][e.attributeNamePrefix+"version"];if(i)return i}let s=r[e.attributeNamePrefix+"version"];if(s)return s}return"1.0"}function Xq(t,e,r,s,i){return!r.sanitizeName||dp(t,{xmlVersion:i})?t:r.sanitizeName(t,{isAttribute:e,matcher:s.readOnly()})}yn.prototype.build=function(t){if(this.options.preserveOrder)return Yq(t,this.options);{Array.isArray(t)&&this.options.arrayNodeName&&this.options.arrayNodeName.length>1&&(t={[this.options.arrayNodeName]:t});let e=new Mc,r=vtt(t,this.options);return this.j2x(t,0,e,r).val}};yn.prototype.j2x=function(t,e,r,s){let i="",n="";if(this.options.maxNestedTags&&r.getDepth()>=this.options.maxNestedTags)throw new Error("Maximum nested tags exceeded");let o=this.options.jPath?r.toString():r,a=this.checkStopNode(r);for(let c in t){if(!Object.prototype.hasOwnProperty.call(t,c))continue;let u=c===this.options.textNodeName||c===this.options.cdataPropName||c===this.options.commentPropName||this.options.attributesGroupName&&c===this.options.attributesGroupName||this.isAttribute(c)||c[0]==="?"?c:Xq(c,!1,this.options,r,s);if(typeof t[c]>"u")this.isAttribute(c)&&(n+="");else if(t[c]===null)this.isAttribute(c)||u===this.options.cdataPropName||u===this.options.commentPropName?n+="":u[0]==="?"?n+=this.indentate(e)+"<"+u+"?"+this.tagEndChar:n+=this.indentate(e)+"<"+u+"/"+this.tagEndChar;else if(t[c]instanceof Date)n+=this.buildTextValNode(t[c],u,"",e,r);else if(typeof t[c]!="object"){let h=this.isAttribute(c);if(h&&!this.ignoreAttributesFn(h,o)){let d=Xq(h,!0,this.options,r,s);i+=this.buildAttrPairStr(d,""+t[c],a)}else if(!h)if(c===this.options.textNodeName){let d=this.options.tagValueProcessor(c,""+t[c]);n+=this.replaceEntitiesValue(d)}else{r.push(u);let d=this.checkStopNode(r);if(r.pop(),d){let f=""+t[c];f===""?n+=this.indentate(e)+"<"+u+this.closeTag(u)+this.tagEndChar:n+=this.indentate(e)+"<"+u+">"+f+"</"+u+this.tagEndChar}else n+=this.buildTextValNode(t[c],u,"",e,r)}}else if(Array.isArray(t[c])){let h=t[c].length,d="",f="";for(let p=0;p<h;p++){let m=t[c][p];if(!(typeof m>"u"))if(m===null)u[0]==="?"?n+=this.indentate(e)+"<"+u+"?"+this.tagEndChar:n+=this.indentate(e)+"<"+u+"/"+this.tagEndChar;else if(typeof m=="object")if(this.options.oneListGroup){r.push(u);let E=this.j2x(m,e+1,r,s);r.pop(),d+=E.val,this.options.attributesGroupName&&m.hasOwnProperty(this.options.attributesGroupName)&&(f+=E.attrStr)}else d+=this.processTextOrObjNode(m,u,e,r,s);else if(this.options.oneListGroup){let E=this.options.tagValueProcessor(u,m);E=this.replaceEntitiesValue(E),d+=E}else{r.push(u);let E=this.checkStopNode(r);if(r.pop(),E){let y=""+m;y===""?d+=this.indentate(e)+"<"+u+this.closeTag(u)+this.tagEndChar:d+=this.indentate(e)+"<"+u+">"+y+"</"+u+this.tagEndChar}else d+=this.buildTextValNode(m,u,"",e,r)}}this.options.oneListGroup&&(d=this.buildObjectNode(d,u,f,e)),n+=d}else if(this.options.attributesGroupName&&c===this.options.attributesGroupName){let h=Object.keys(t[c]),d=h.length;for(let f=0;f<d;f++){let p=Xq(h[f],!0,this.options,r,s);i+=this.buildAttrPairStr(p,""+t[c][h[f]],a)}}else n+=this.processTextOrObjNode(t[c],u,e,r,s)}return{attrStr:i,val:n}};yn.prototype.buildAttrPairStr=function(t,e,r){return r||(e=this.options.attributeValueProcessor(t,""+e),e=this.replaceEntitiesValue(e)),this.options.suppressBooleanAttributes&&e==="true"?" "+t:" "+t+'="'+Ad(e)+'"'};function Rtt(t,e,r,s,i){let n=this.extractAttributes(t);if(s.push(e,n),this.checkStopNode(s)){let c=this.buildRawContent(t),l=this.buildAttributesForStopNode(t);return s.pop(),this.buildObjectNode(c,e,l,r)}let a=this.j2x(t,r+1,s,i);return s.pop(),e[0]==="?"?this.buildTextValNode("",e,a.attrStr,r,s):t[this.options.textNodeName]!==void 0&&Object.keys(t).length===1?this.buildTextValNode(t[this.options.textNodeName],e,a.attrStr,r,s):this.buildObjectNode(a.val,e,a.attrStr,r)}yn.prototype.extractAttributes=function(t){if(!t||typeof t!="object")return null;let e
`)+`
2026-06-23 16:00:22 +00:00
`+this.getCanonicalizedHeadersString(e)+this.getCanonicalizedResourceString(e),s=this.factory.computeHMACSHA256(r);return e.headers.set(qe.AUTHORIZATION,`SharedKey ${this.factory.accountName}:${s}`),e}getHeaderValueToSign(e,r){let s=e.headers.get(r);return!s||r===qe.CONTENT_LENGTH&&s==="0"?"":s}getCanonicalizedHeadersString(e){let r=e.headers.headersArray().filter(i=>i.name.toLowerCase().startsWith(qe.PREFIX_FOR_STORAGE));r.sort((i,n)=>jv(i.name.toLowerCase(),n.name.toLowerCase())),r=r.filter((i,n,o)=>!(n>0&&i.name.toLowerCase()===o[n-1].name.toLowerCase()));let s="";return r.forEach(i=>{s+=`${i.name.toLowerCase().trimRight()}:${i.value.trimLeft()}
`}),s}getCanonicalizedResourceString(e){let r=Vv(e.url)||"/",s="";s+=`/${this.factory.accountName}${r}`;let i=zv(e.url),n={};if(i){let o=[];for(let a in i)if(Object.prototype.hasOwnProperty.call(i,a)){let c=a.toLowerCase();n[c]=i[a],o.push(c)}o.sort();for(let a of o)s+=`
${a}:${decodeURIComponent(n[a])}`}return s}};var Cr=class extends Ap{accountName;accountKey;constructor(e,r){super(),this.accountName=e,this.accountKey=Buffer.from(r,"base64")}create(e,r){return new I0(e,r,this)}computeHMACSHA256(e){return(0,rpe.createHmac)("sha256",this.accountKey).update(e,"utf8").digest("base64")}};var as=Pc("storage-common");var Jo;(function(t){t[t.EXPONENTIAL=0]="EXPONENTIAL",t[t.FIXED=1]="FIXED"})(Jo||(Jo={}));var gd={maxRetryDelayInMs:120*1e3,maxTries:4,retryDelayInMs:4*1e3,retryPolicyType:Jo.EXPONENTIAL,secondaryHost:"",tryTimeoutInMs:void 0},Ltt=new so("The operation was aborted."),b0=class extends Lc{retryOptions;constructor(e,r,s=gd){super(e,r),this.retryOptions={retryPolicyType:s.retryPolicyType?s.retryPolicyType:gd.retryPolicyType,maxTries:s.maxTries&&s.maxTries>=1?Math.floor(s.maxTries):gd.maxTries,tryTimeoutInMs:s.tryTimeoutInMs&&s.tryTimeoutInMs>=0?s.tryTimeoutInMs:gd.tryTimeoutInMs,retryDelayInMs:s.retryDelayInMs&&s.retryDelayInMs>=0?Math.min(s.retryDelayInMs,s.maxRetryDelayInMs?s.maxRetryDelayInMs:gd.maxRetryDelayInMs):gd.retryDelayInMs,maxRetryDelayInMs:s.maxRetryDelayInMs&&s.maxRetryDelayInMs>=0?s.maxRetryDelayInMs:gd.maxRetryDelayInMs,secondaryHost:s.secondaryHost?s.secondaryHost:gd.secondaryHost}}async sendRequest(e){return this.attemptSendRequest(e,!1,1)}async attemptSendRequest(e,r,s){let i=e.clone(),n=r||!this.retryOptions.secondaryHost||!(e.method==="GET"||e.method==="HEAD"||e.method==="OPTIONS")||s%2===1;n||(i.url=Hv(i.url,this.retryOptions.secondaryHost)),this.retryOptions.tryTimeoutInMs&&(i.url=md(i.url,Bu.Parameters.TIMEOUT,Math.floor(this.retryOptions.tryTimeoutInMs/1e3).toString()));let o;try{if(as.info(`RetryPolicy: =====> Try=${s} ${n?"Primary":"Secondary"}`),o=await this._nextPolicy.sendRequest(i),!this.shouldRetry(n,s,o))return o;r=r||!n&&o.status===404}catch(a){if(as.error(`RetryPolicy: Caught error, message: ${a.message}, code: ${a.code}`),!this.shouldRetry(n,s,o,a))throw a}return await this.delay(n,s,e.abortSignal),this.attemptSendRequest(e,r,++s)}shouldRetry(e,r,s,i){if(r>=this.retryOptions.maxTries)return as.info(`RetryPolicy: Attempt(s) ${r} >= maxTries ${this.retryOptions.maxTries}, no further try.`),!1;let n=["ETIMEDOUT","ESOCKETTIMEDOUT","ECONNREFUSED","ECONNRESET","ENOENT","ENOTFOUND","TIMEOUT","EPIPE","REQUEST_SEND_ERROR"];if(i){for(let o of n)if(i.name.toUpperCase().includes(o)||i.message.toUpperCase().includes(o)||i.code&&i.code.toString().toUpperCase()===o)return as.info(`RetryPolicy: Network error ${o} found, will retry.`),!0}if(s||i){let o=s?s.status:i?i.statusCode:0;if(!e&&o===404)return as.info("RetryPolicy: Secondary access with 404, will retry."),!0;if(o===503||o===500)return as.info(`RetryPolicy: Will retry for status code ${o}.`),!0}if(s&&s?.status>=400){let o=s.headers.get(qe.X_MS_CopySourceErrorCode);if(o!==void 0)switch(o){case"InternalError":case"OperationTimedOut":case"ServerBusy":return!0}}return i?.code==="PARSE_ERROR"&&i?.message.startsWith('Error "Error: Unclosed root tag')?(as.info("RetryPolicy: Incomplete XML response likely due to service timeout, will retry."),!0):!1}async delay(e,r,s){let i=0;if(e)switch(this.retryOptions.retryPolicyType){case Jo.EXPONENTIAL:i=Math.min((Math.pow(2,r-1)-1)*this.retryOptions.retryDelayInMs,this.retryOptions.maxRetryDelayInMs);break;case Jo.FIXED:i=this.retryOptions.retryDelayInMs;break}else i=Math.random()*1e3;return as.info(`RetryPolicy: Delay for ${i}ms`),$v(i,s,Ltt)}};var w0=class{retryOptions;constructor(e){this.retryOptions=e}create(e,r){return new b0(e,r,this.retryOptions)}};var Ftt="storageBrowserPolicy";function spe(){return{name:Ftt,async sendRequest(t,e){return Bt||((t.method==="GET"||t.method==="HEAD")&&(t.url=md(t.url,Bu.Parameters.FORCE_BROWSER_NO_CACHE,new Date().getTime().toString())),t.headers.delete(qe.COOKIE),t.headers.delete(qe.CONTENT_LENGTH)),e(t)}}}var Utt="StorageCorrectContentLengthPolicy";function ipe(){function t(e){e.body&&(typeof e.body=="string"||Buffer.isBuffer(e.body))&&e.body.length>0&&e.headers.set(qe.CONTENT_LENGTH,Buffer.byteLength(e.body))}return{name:Utt,async send
`)+`
2026-06-23 16:00:22 +00:00
`+s(n)+i(n),a=(0,ope.createHmac)("sha256",t.accountKey).update(o,"utf8").digest("base64");n.headers.set(qe.AUTHORIZATION,`SharedKey ${t.accountName}:${a}`)}function r(n,o){let a=n.headers.get(o);return!a||o===qe.CONTENT_LENGTH&&a==="0"?"":a}function s(n){let o=[];for(let[c,l]of n.headers)c.toLowerCase().startsWith(qe.PREFIX_FOR_STORAGE)&&o.push({name:c,value:l});o.sort((c,l)=>jv(c.name.toLowerCase(),l.name.toLowerCase())),o=o.filter((c,l,u)=>!(l>0&&c.name.toLowerCase()===u[l-1].name.toLowerCase()));let a="";return o.forEach(c=>{a+=`${c.name.toLowerCase().trimRight()}:${c.value.trimLeft()}
`}),a}function i(n){let o=Vv(n.url)||"/",a="";a+=`/${t.accountName}${o}`;let c=zv(n.url),l={};if(c){let u=[];for(let h in c)if(Object.prototype.hasOwnProperty.call(c,h)){let d=h.toLowerCase();l[d]=c[h],u.push(d)}u.sort();for(let h of u)a+=`
${h}:${decodeURIComponent(l[h])}`}return a}return{name:Vtt,async sendRequest(n,o){return e(n),o(n)}}}var ztt="storageRequestFailureDetailsParserPolicy";function ape(){return{name:ztt,async sendRequest(t,e){try{return await e(t)}catch(r){throw typeof r=="object"&&r!==null&&r.response&&r.response.parsedBody&&r.response.parsedBody.code==="InvalidHeaderValue"&&r.response.parsedBody.HeaderName==="x-ms-version"&&(r.message=`The provided service version is not enabled on this storage account. Please see https://learn.microsoft.com/rest/api/storageservices/versioning-for-the-azure-storage-services for additional information.
`),r}}}}var cpe=require("node:crypto"),Jv=class{accountName;userDelegationKey;key;constructor(e,r){this.accountName=e,this.userDelegationKey=r,this.key=Buffer.from(r.value,"base64")}computeHMACSHA256(e){return(0,cpe.createHmac)("sha256",this.key).update(e,"utf8").digest("base64")}};var Yv="12.31.0",Wv="2026-02-06";var Kv="https://storage.azure.com/.default",xu={Parameters:{FORCE_BROWSER_NO_CACHE:"_",SIGNATURE:"sig",SNAPSHOT:"snapshot",VERSIONID:"versionid",TIMEOUT:"timeout"}};var Ha="",iG="*",$tt=1*1024*1024;var jtt=4*$tt;var lpe="AES256",upe="DefaultEndpointsProtocol=http;AccountName=devstoreaccount1;AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;BlobEndpoint=http://127.0.0.1:10000/devstoreaccount1;",hpe=["Access-Control-Allow-Origin","Cache-Control","Content-Length","Content-Type","Date","Request-Id","traceparent","Transfer-Encoding","User-Agent","x-ms-client-request-id","x-ms-date","x-ms-error-code","x-ms-request-id","x-ms-return-client-request-id","x-ms-version","Accept-Ranges","Content-Disposition","Content-Encoding","Content-Language","Content-MD5","Content-Range","ETag","Last-Modified","Server","Vary","x-ms-content-crc64","x-ms-copy-action","x-ms-copy-completion-time","x-ms-copy-id","x-ms-copy-progress","x-ms-copy-status","x-ms-has-immutability-policy","x-ms-has-legal-hold","x-ms-lease-state","x-ms-lease-status","x-ms-range","x-ms-request-server-encrypted","x-ms-server-encrypted","x-ms-snapshot","x-ms-source-range","If-Match","If-Modified-Since","If-None-Match","If-Unmodified-Since","x-ms-access-tier","x-ms-access-tier-change-time","x-ms-access-tier-inferred","x-ms-account-kind","x-ms-archive-status","x-ms-blob-append-offset","x-ms-blob-cache-control","x-ms-blob-committed-block-count","x-ms-blob-condition-appendpos","x-ms-blob-condition-maxsize","x-ms-blob-content-disposition","x-ms-blob-content-encoding","x-ms-blob-content-language","x-ms-blob-content-length","x-ms-blob-content-md5","x-ms-blob-content-type","x-ms-blob-public-access","x-ms-blob-sequence-number","x-ms-blob-type","x-ms-copy-destination-snapshot","x-ms-creation-time","x-ms-default-encryption-scope","x-ms-delete-snapshots","x-ms-delete-type-permanent","x-ms-deny-encryption-scope-override","x-ms-encryption-algorithm","x-ms-if-sequence-number-eq","x-ms-if-sequence-number-le","x-ms-if-sequence-number-lt","x-ms-incremental-copy","x-ms-lease-action","x-ms-lease-break-period","x-ms-lease-duration","x-ms-lease-id","x-ms-lease-time","x-ms-page-write","x-ms-proposed-lease-id","x-ms-range-get-content-md5","x-ms-rehydrate-priority","x-ms-sequence-number-action","x-ms-sku-name","x-ms-source-content-md5","x-ms-source-if-match","x-ms-source-if-modified-since","x-ms-source-if-none-match","x-ms-source-if-unmodified-since","x-ms-tag-count","x-ms-encryption-key-sha256","x-ms-copy-source-error-code","x-ms-copy-source-status-code","x-ms-if-tags","x-ms-source-if-tags"],dpe=["comp","maxresults","rscc","rscd","rsce","rscl","rsct","se","si","sip","sp","spr","sr","srt","ss","st","sv","include","marker","prefix","copyid","restype","blockid","blocklisttype","delimiter","prevsnapshot","ske","skoid","sks","skt","sktid","skv","snapshot"],fpe="BlobUsesCustomerSpecifiedEncryption",ppe="BlobDoesNotUseCustomerSpecifiedEncryption",Ape=["10000","10001","10002","10003","10004","10100","10101","10102","10103","10104","11000","11001","11002","11003","11004","11100","11101","11102","11103","11104"];function Nu(t){if(!t||typeof t!="object")return!1;let e=t;return Array.isArray(e.factories)&&typeof e.options=="object"&&typeof e.toServiceClientOptions=="function"}var S0=class{factories;options;constructor(e,r={}){this.factories=e,this.options=r}toServiceClientOptions(){return{httpClient:this.options.httpClient,requestPolicyFactories:this.factories}}};function Mr(t,e={}){t||(t=new lr);let r=new S0([],e);return r._credential=t,r}function Jtt(t){let e=[Ytt,mpe,Wtt,Ktt,Xtt,Ztt,trt];if(t.factories.length){let r=t.factories.filter(s=>!e.some(i=>i(s)));if(r.length){let s=r.some(i=>ert(i));return{wrappedPolicies:Pq(r),afterRetry:s}}}}function nG(t)
`),n=e.computeHMACSHA256(i);return{sasQueryParameters:new Ja(t.version,n,s,void 0,void 0,t.protocol,t.startsOn,t.expiresOn,t.ipRange,t.identifier,r,t.cacheControl,t.contentDisposition,t.contentEncoding,t.contentLanguage,t.contentType),stringToSign:i}}function Yst(t,e){if(t=Sp(t),!t.identifier&&!(t.permissions&&t.expiresOn))throw new RangeError("Must provide 'permissions' and 'expiresOn' for Blob SAS generation when 'identifier' is not provided.");let r="c",s=t.snapshotTime;t.blobName&&(r="b",t.snapshotTime?r="bs":t.versionId&&(r="bv",s=t.versionId));let i;t.permissions&&(t.blobName?i=tl.parse(t.permissions.toString()).toString():i=rl.parse(t.permissions.toString()).toString());let n=[i||"",t.startsOn?xt(t.startsOn,!1):"",t.expiresOn?xt(t.expiresOn,!1):"",wp(e.accountName,t.containerName,t.blobName),t.identifier,t.ipRange?ja(t.ipRange):"",t.protocol?t.protocol:"",t.version,r,s,t.cacheControl?t.cacheControl:"",t.contentDisposition?t.contentDisposition:"",t.contentEncoding?t.contentEncoding:"",t.contentLanguage?t.contentLanguage:"",t.contentType?t.contentType:""].join(`
`),o=e.computeHMACSHA256(n);return{sasQueryParameters:new Ja(t.version,o,i,void 0,void 0,t.protocol,t.startsOn,t.expiresOn,t.ipRange,t.identifier,r,t.cacheControl,t.contentDisposition,t.contentEncoding,t.contentLanguage,t.contentType),stringToSign:n}}function Wst(t,e){if(t=Sp(t),!t.identifier&&!(t.permissions&&t.expiresOn))throw new RangeError("Must provide 'permissions' and 'expiresOn' for Blob SAS generation when 'identifier' is not provided.");let r="c",s=t.snapshotTime;t.blobName&&(r="b",t.snapshotTime?r="bs":t.versionId&&(r="bv",s=t.versionId));let i;t.permissions&&(t.blobName?i=tl.parse(t.permissions.toString()).toString():i=rl.parse(t.permissions.toString()).toString());let n=[i||"",t.startsOn?xt(t.startsOn,!1):"",t.expiresOn?xt(t.expiresOn,!1):"",wp(e.accountName,t.containerName,t.blobName),t.identifier,t.ipRange?ja(t.ipRange):"",t.protocol?t.protocol:"",t.version,r,s,t.encryptionScope,t.cacheControl?t.cacheControl:"",t.contentDisposition?t.contentDisposition:"",t.contentEncoding?t.contentEncoding:"",t.contentLanguage?t.contentLanguage:"",t.contentType?t.contentType:""].join(`
`),o=e.computeHMACSHA256(n);return{sasQueryParameters:new Ja(t.version,o,i,void 0,void 0,t.protocol,t.startsOn,t.expiresOn,t.ipRange,t.identifier,r,t.cacheControl,t.contentDisposition,t.contentEncoding,t.contentLanguage,t.contentType,void 0,void 0,void 0,t.encryptionScope),stringToSign:n}}function Kst(t,e){if(t=Sp(t),!t.permissions||!t.expiresOn)throw new RangeError("Must provide 'permissions' and 'expiresOn' for Blob SAS generation when generating user delegation SAS.");let r="c",s=t.snapshotTime;t.blobName&&(r="b",t.snapshotTime?r="bs":t.versionId&&(r="bv",s=t.versionId));let i;t.permissions&&(t.blobName?i=tl.parse(t.permissions.toString()).toString():i=rl.parse(t.permissions.toString()).toString());let n=[i||"",t.startsOn?xt(t.startsOn,!1):"",t.expiresOn?xt(t.expiresOn,!1):"",wp(e.accountName,t.containerName,t.blobName),e.userDelegationKey.signedObjectId,e.userDelegationKey.signedTenantId,e.userDelegationKey.signedStartsOn?xt(e.userDelegationKey.signedStartsOn,!1):"",e.userDelegationKey.signedExpiresOn?xt(e.userDelegationKey.signedExpiresOn,!1):"",e.userDelegationKey.signedService,e.userDelegationKey.signedVersion,t.ipRange?ja(t.ipRange):"",t.protocol?t.protocol:"",t.version,r,s,t.cacheControl,t.contentDisposition,t.contentEncoding,t.contentLanguage,t.contentType].join(`
`),o=e.computeHMACSHA256(n);return{sasQueryParameters:new Ja(t.version,o,i,void 0,void 0,t.protocol,t.startsOn,t.expiresOn,t.ipRange,t.identifier,r,t.cacheControl,t.contentDisposition,t.contentEncoding,t.contentLanguage,t.contentType,e.userDelegationKey),stringToSign:n}}function Xst(t,e){if(t=Sp(t),!t.permissions||!t.expiresOn)throw new RangeError("Must provide 'permissions' and 'expiresOn' for Blob SAS generation when generating user delegation SAS.");let r="c",s=t.snapshotTime;t.blobName&&(r="b",t.snapshotTime?r="bs":t.versionId&&(r="bv",s=t.versionId));let i;t.permissions&&(t.blobName?i=tl.parse(t.permissions.toString()).toString():i=rl.parse(t.permissions.toString()).toString());let n=[i||"",t.startsOn?xt(t.startsOn,!1):"",t.expiresOn?xt(t.expiresOn,!1):"",wp(e.accountName,t.containerName,t.blobName),e.userDelegationKey.signedObjectId,e.userDelegationKey.signedTenantId,e.userDelegationKey.signedStartsOn?xt(e.userDelegationKey.signedStartsOn,!1):"",e.userDelegationKey.signedExpiresOn?xt(e.userDelegationKey.signedExpiresOn,!1):"",e.userDelegationKey.signedService,e.userDelegationKey.signedVersion,t.preauthorizedAgentObjectId,void 0,t.correlationId,t.ipRange?ja(t.ipRange):"",t.protocol?t.protocol:"",t.version,r,s,t.cacheControl,t.contentDisposition,t.contentEncoding,t.contentLanguage,t.contentType].join(`
`),o=e.computeHMACSHA256(n);return{sasQueryParameters:new Ja(t.version,o,i,void 0,void 0,t.protocol,t.startsOn,t.expiresOn,t.ipRange,t.identifier,r,t.cacheControl,t.contentDisposition,t.contentEncoding,t.contentLanguage,t.contentType,e.userDelegationKey,t.preauthorizedAgentObjectId,t.correlationId),stringToSign:n}}function Zst(t,e){if(t=Sp(t),!t.permissions||!t.expiresOn)throw new RangeError("Must provide 'permissions' and 'expiresOn' for Blob SAS generation when generating user delegation SAS.");let r="c",s=t.snapshotTime;t.blobName&&(r="b",t.snapshotTime?r="bs":t.versionId&&(r="bv",s=t.versionId));let i;t.permissions&&(t.blobName?i=tl.parse(t.permissions.toString()).toString():i=rl.parse(t.permissions.toString()).toString());let n=[i||"",t.startsOn?xt(t.startsOn,!1):"",t.expiresOn?xt(t.expiresOn,!1):"",wp(e.accountName,t.containerName,t.blobName),e.userDelegationKey.signedObjectId,e.userDelegationKey.signedTenantId,e.userDelegationKey.signedStartsOn?xt(e.userDelegationKey.signedStartsOn,!1):"",e.userDelegationKey.signedExpiresOn?xt(e.userDelegationKey.signedExpiresOn,!1):"",e.userDelegationKey.signedService,e.userDelegationKey.signedVersion,t.preauthorizedAgentObjectId,void 0,t.correlationId,t.ipRange?ja(t.ipRange):"",t.protocol?t.protocol:"",t.version,r,s,t.encryptionScope,t.cacheControl,t.contentDisposition,t.contentEncoding,t.contentLanguage,t.contentType].join(`
`),o=e.computeHMACSHA256(n);return{sasQueryParameters:new Ja(t.version,o,i,void 0,void 0,t.protocol,t.startsOn,t.expiresOn,t.ipRange,t.identifier,r,t.cacheControl,t.contentDisposition,t.contentEncoding,t.contentLanguage,t.contentType,e.userDelegationKey,t.preauthorizedAgentObjectId,t.correlationId,t.encryptionScope),stringToSign:n}}function eit(t,e){if(t=Sp(t),!t.permissions||!t.expiresOn)throw new RangeError("Must provide 'permissions' and 'expiresOn' for Blob SAS generation when generating user delegation SAS.");let r="c",s=t.snapshotTime;t.blobName&&(r="b",t.snapshotTime?r="bs":t.versionId&&(r="bv",s=t.versionId));let i;t.permissions&&(t.blobName?i=tl.parse(t.permissions.toString()).toString():i=rl.parse(t.permissions.toString()).toString());let n=[i||"",t.startsOn?xt(t.startsOn,!1):"",t.expiresOn?xt(t.expiresOn,!1):"",wp(e.accountName,t.containerName,t.blobName),e.userDelegationKey.signedObjectId,e.userDelegationKey.signedTenantId,e.userDelegationKey.signedStartsOn?xt(e.userDelegationKey.signedStartsOn,!1):"",e.userDelegationKey.signedExpiresOn?xt(e.userDelegationKey.signedExpiresOn,!1):"",e.userDelegationKey.signedService,e.userDelegationKey.signedVersion,t.preauthorizedAgentObjectId,void 0,t.correlationId,void 0,t.delegatedUserObjectId,t.ipRange?ja(t.ipRange):"",t.protocol?t.protocol:"",t.version,r,s,t.encryptionScope,t.cacheControl,t.contentDisposition,t.contentEncoding,t.contentLanguage,t.contentType].join(`
`),o=e.computeHMACSHA256(n);return{sasQueryParameters:new Ja(t.version,o,i,void 0,void 0,t.protocol,t.startsOn,t.expiresOn,t.ipRange,t.identifier,r,t.cacheControl,t.contentDisposition,t.contentEncoding,t.contentLanguage,t.contentType,e.userDelegationKey,t.preauthorizedAgentObjectId,t.correlationId,t.encryptionScope,t.delegatedUserObjectId),stringToSign:n}}function wp(t,e,r){let s=[`/blob/${t}/${e}`];return r&&s.push(`/${r}`),s.join("")}function Sp(t){let e=t.version?t.version:Wv;if(t.snapshotTime&&e<"2018-11-09")throw RangeError("'version' must be >= '2018-11-09' when providing 'snapshotTime'.");if(t.blobName===void 0&&t.snapshotTime)throw RangeError("Must provide 'blobName' when providing 'snapshotTime'.");if(t.versionId&&e<"2019-10-10")throw RangeError("'version' must be >= '2019-10-10' when providing 'versionId'.");if(t.blobName===void 0&&t.versionId)throw RangeError("Must provide 'blobName' when providing 'versionId'.");if(t.permissions&&t.permissions.setImmutabilityPolicy&&e<"2020-08-04")throw RangeError("'version' must be >= '2020-08-04' when provided 'i' permission.");if(t.permissions&&t.permissions.deleteVersion&&e<"2019-10-10")throw RangeError("'version' must be >= '2019-10-10' when providing 'x' permission.");if(t.permissions&&t.permissions.permanentDelete&&e<"2019-10-10")throw RangeError("'version' must be >= '2019-10-10' when providing 'y' permission.");if(t.permissions&&t.permissions.tag&&e<"2019-12-12")throw RangeError("'version' must be >= '2019-12-12' when providing 't' permission.");if(e<"2020-02-10"&&t.permissions&&(t.permissions.move||t.permissions.execute))throw RangeError("'version' must be >= '2020-02-10' when providing the 'm' or 'e' permission.");if(e<"2021-04-10"&&t.permissions&&t.permissions.filterByTags)throw RangeError("'version' must be >= '2021-04-10' when providing the 'f' permission.");if(e<"2020-02-10"&&(t.preauthorizedAgentObjectId||t.correlationId))throw RangeError("'version' must be >= '2020-02-10' when providing 'preauthorizedAgentObjectId' or 'correlationId'.");if(t.encryptionScope&&e<"2020-12-06")throw RangeError("'version' must be >= '2020-12-06' when provided 'encryptionScope' in SAS.");return t.version=e,t}var k0=class{_leaseId;_url;_containerOrBlobOperation;_isContainer;get leaseId(){return this._leaseId}get url(){return this._url}constructor(e,r){let s=e.storageClientContext;this._url=e.url,e.name===void 0?(this._isContainer=!0,this._containerOrBlobOperation=s.container):(this._isContainer=!1,this._containerOrBlobOperation=s.blob),r||(r=yg()),this._leaseId=r}async acquireLease(e,r={}){if(this._isContainer&&(r.conditions?.ifMatch&&r.conditions?.ifMatch!==Ha||r.conditions?.ifNoneMatch&&r.conditions?.ifNoneMatch!==Ha||r.conditions?.tagConditions))throw new RangeError("The IfMatch, IfNoneMatch and tags access conditions are ignored by the service. Values other than undefined or their default values are not acceptable.");return we.withSpan("BlobLeaseClient-acquireLease",r,async s=>Ne(await this._containerOrBlobOperation.acquireLease({abortSignal:r.abortSignal,duration:e,modifiedAccessConditions:{...r.conditions,ifTags:r.conditions?.tagConditions},proposedLeaseId:this._leaseId,tracingOptions:s.tracingOptions})))}async changeLease(e,r={}){if(this._isContainer&&(r.conditions?.ifMatch&&r.conditions?.ifMatch!==Ha||r.conditions?.ifNoneMatch&&r.conditions?.ifNoneMatch!==Ha||r.conditions?.tagConditions))throw new RangeError("The IfMatch, IfNoneMatch and tags access conditions are ignored by the service. Values other than undefined or their default values are not acceptable.");return we.withSpan("BlobLeaseClient-changeLease",r,async s=>{let i=Ne(await this._containerOrBlobOperation.changeLease(this._leaseId,e,{abortSignal:r.abortSignal,modifiedAccessConditions:{...r.conditions,ifTags:r.conditions?.tagConditions},tracingOptions:s.tracingOptions}));return this._leaseId=e,i})}async releaseLease(e={}){if(this._isContainer&&(e.conditions?.ifMatch&&e.conditions?.ifMatch!==Ha||e.conditions?.ifNoneMatch&&e.conditions?.ifNoneMatch!==Ha||e.conditions?.tagConditions))throw new RangeError("The IfMatch,
If you are using self-hosted runners, please make sure your runner has access to all GitHub endpoints: https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners#communication-between-self-hosted-runners-and-github`;super(r),this.code=e,this.name="NetworkError"}};Lg.isNetworkErrorCode=t=>t?["ECONNRESET","ENOTFOUND","ETIMEDOUT","ECONNREFUSED","EHOSTUNREACH"].includes(t):!1;var vp=class extends Error{constructor(){super(`Cache storage quota has been hit. Unable to upload any new cache entries.
More info on storage limits: https://docs.github.com/en/billing/managing-billing-for-github-actions/about-billing-for-github-actions#calculating-minute-and-storage-spending`),this.name="UsageError"}};vp.isUsageErrorMessage=t=>t?t.includes("insufficient usage"):!1;var $0=class extends Error{constructor(e){super(e),this.name="RateLimitError"}};var Kit=function(t,e,r,s){function i(n){return n instanceof r?n:new r(function(o){o(n)})}return new(r||(r=Promise))(function(n,o){function a(u){try{l(s.next(u))}catch(h){o(h)}}function c(u){try{l(s.throw(u))}catch(h){o(h)}}function l(u){u.done?n(u.value):i(u.value).then(a,c)}l((s=s.apply(t,e||[])).next())})},$8=class{constructor(e){this.contentLength=e,this.sentBytes=0,this.displayedComplete=!1,this.startTime=Date.now()}setSentBytes(e){this.sentBytes=e}getTransferredBytes(){return this.sentBytes}isDone(){return this.getTransferredBytes()===this.contentLength}display(){if(this.displayedComplete)return;let e=this.sentBytes,r=(100*(e/this.contentLength)).toFixed(1),s=Date.now()-this.startTime,i=(e/(1024*1024)/(s/1e3)).toFixed(1);G(`Sent ${e} of ${this.contentLength} (${r}%), ${i} MBs/sec`),this.isDone()&&(this.displayedComplete=!0)}onProgress(){return e=>{this.setSentBytes(e.loadedBytes)}}startDisplayTimer(e=1e3){let r=()=>{this.display(),this.isDone()||(this.timeoutHandle=setTimeout(r,e))};this.timeoutHandle=setTimeout(r,e)}stopDisplayTimer(){this.timeoutHandle&&(clearTimeout(this.timeoutHandle),this.timeoutHandle=void 0),this.display()}};function Eme(t,e,r){return Kit(this,void 0,void 0,function*(){var s;let i=new Ou(t),n=i.getBlockBlobClient(),o=new $8((s=r?.archiveSizeBytes)!==null&&s!==void 0?s:0),a={blockSize:r?.uploadChunkSize,concurrency:r?.uploadConcurrency,maxSingleShotSize:128*1024*1024,onProgress:o.onProgress()};try{o.startDisplayTimer(),_(`BlobClient: ${i.name}:${i.accountName}:${i.containerName}`);let c=yield n.uploadFile(e,a);if(c._response.status>=400)throw new tT(`uploadCacheArchiveSDK: upload failed with status code ${c._response.status}`);return c}catch(c){throw Ot(`uploadCacheArchiveSDK: internal error uploading cache archive: ${c.message}`),c}finally{o.stopDisplayTimer()}})}var Ime=D(require("buffer"),1),sl=D(require("fs"),1),bme=D(require("stream"),1),wme=D(require("util"),1);var rT=function(t,e,r,s){function i(n){return n instanceof r?n:new r(function(o){o(n)})}return new(r||(r=Promise))(function(n,o){function a(u){try{l(s.next(u))}catch(h){o(h)}}function c(u){try{l(s.throw(u))}catch(h){o(h)}}function l(u){u.done?n(u.value):i(u.value).then(a,c)}l((s=s.apply(t,e||[])).next())})};function sT(t){return t?t>=200&&t<300:!1}function Xit(t){return t?t>=500:!0}function Zit(t){return t?[Er.BadGateway,Er.ServiceUnavailable,Er.GatewayTimeout].includes(t):!1}function ent(t){return rT(this,void 0,void 0,function*(){return new Promise(e=>setTimeout(e,t))})}function Cme(t,e,r){return rT(this,arguments,void 0,function*(s,i,n,o=vN,a=RN,c=void 0){let l="",u=1;for(;u<=o;){let h,d,f=!1;try{h=yield i()}catch(p){c&&(h=c(p)),f=!0,l=p.message}if(h&&(d=n(h),!Xit(d)))return h;if(d&&(f=Zit(d),l=`Cache service responded with ${d}`),_(`${s} - Attempt ${u} of ${o} failed with error: ${l}`),!f){_(`${s} - Error is not retryable`);break}yield ent(a),u++}throw Error(`${s} failed: ${l}`)})}function j0(t,e){return rT(this,arguments,void 0,function*(r,s,i=vN,n=RN){return yield Cme(r,s,o=>o.statusCode,i,n,o=>{if(o instanceof Rc)return{statusCode:o.statusCode,result:null,headers:{},error:o}})})}function Fg(t,e){return rT(this,arguments,void 0,function*(r,s,i=vN,n=RN){return yield Cme(r,s,o=>o.message.statusCode,i,n)})}var Zo=function(t,e,r,s){function i(n){return n instanceof r?n:new r(function(o){o(n)})}return new(r||(r=Promise))(function(n,o){function a(u){try{l(s.next(u))}catch(h){o(h)}}function c(u){try{l(s.throw(u))}catch(h){o(h)}}function l(u){u.done?n(u.value):i(u.value).then(a,c)}l((s=s.apply(t,e||[])).next())})};function tnt(t,e){return Zo(this,void 0,void 0,function*(){yield wme.promisify(bme.pipeline)(t.message,e)})}var iT=class{constructor(e){this.contentLength=e,this.segmentIndex=0,this.s
Other caches with similar key:`);for(let a of n?.artifactCaches||[])_(`Cache Key: ${a?.cacheKey}, Cache Version: ${a?.cacheVersion}, Cache Scope: ${a?.scope}, Cache Created: ${a?.creationTime}`)}}})}function W8(t,e,r){return Cn(this,void 0,void 0,function*(){let s=new Pme.URL(t),i=Nme(r);s.hostname.endsWith(".blob.core.windows.net")?i.useAzureSdk?yield Bme(t,e,i):i.concurrentBlobDownloads?yield Sme(t,e,i):yield nT(t,e):yield nT(t,e)})}function Dme(t,e,r){return Cn(this,void 0,void 0,function*(){let s=Y8(),i=lg(e,r?.compressionMethod,r?.enableCrossOsArchive),n={key:t,version:i,cacheSize:r?.cacheSize};return yield j0("reserveCache",()=>Cn(this,void 0,void 0,function*(){return s.postJson(Y0("caches"),n)}))})}function Qme(t,e){return`bytes ${t}-${e}/*`}function lnt(t,e,r,s,i){return Cn(this,void 0,void 0,function*(){_(`Uploading chunk of size ${i-s+1} bytes at offset ${s} with content range: ${Qme(s,i)}`);let n={"Content-Type":"application/octet-stream","Content-Range":Qme(s,i)},o=yield Fg(`uploadChunk (start: ${s}, end: ${i})`,()=>Cn(this,void 0,void 0,function*(){return t.sendStream("PATCH",e,r(),n)}));if(!sT(o.message.statusCode))throw new Error(`Cache service responded with ${o.message.statusCode} during upload chunk.`)})}function unt(t,e,r,s){return Cn(this,void 0,void 0,function*(){let i=vc(r),n=Y0(`caches/${e.toString()}`),o=Ug.openSync(r,"r"),a=j8(s),c=IU("uploadConcurrency",a.uploadConcurrency),l=IU("uploadChunkSize",a.uploadChunkSize),u=[...new Array(c).keys()];_("Awaiting all uploads");let h=0;try{yield Promise.all(u.map(()=>Cn(this,void 0,void 0,function*(){for(;h<i;){let d=Math.min(i-h,l),f=h,p=h+d-1;h+=l,yield lnt(t,n,()=>Ug.createReadStream(r,{fd:o,start:f,end:p,autoClose:!1}).on("error",m=>{throw new Error(`Cache upload failed because file read failed with ${m.message}`)}),f,p)}})))}finally{Ug.closeSync(o)}})}function hnt(t,e,r){return Cn(this,void 0,void 0,function*(){let s={size:r};return yield j0("commitCache",()=>Cn(this,void 0,void 0,function*(){return t.postJson(Y0(`caches/${e.toString()}`),s)}))})}function K8(t,e,r,s){return Cn(this,void 0,void 0,function*(){if(j8(s).useAzureSdk){if(!r)throw new Error("Azure Storage SDK can only be used when a signed URL is provided.");yield Eme(r,e,s)}else{let n=Y8();_("Upload cache"),yield unt(n,t,e,s),_("Commiting cache");let o=vc(e);G(`Cache Size: ~${Math.round(o/(1024*1024))} MB (${o} B)`);let a=yield hnt(n,t,o);if(!sT(a.statusCode))throw new Error(`Cache service responded with ${a.statusCode} during commit cache.`);G("Cache saved successfully")}})}var Rge=D(bge(),1),Ur=D(Fr(),1),lo=D(Fr(),1),Pp=D(Fr(),1),Op=D(Fr(),1),Dp=D(Fr(),1);var zV=D(Fr(),1),$V=D(Fr(),1),xge=D(Fr(),1),Nge=D(Fr(),1),vge=D(Fr(),1);var GV=D(Fr(),1),HV=D(Fr(),1),wge=D(Fr(),1),Sge=D(Fr(),1),Bge=D(Fr(),1),VV=class extends Bge.MessageType{constructor(){super("github.actions.results.entities.v1.CacheScope",[{no:1,name:"scope",kind:"scalar",T:9},{no:2,name:"permission",kind:"scalar",T:3}])}create(e){let r={scope:"",permission:"0"};return globalThis.Object.defineProperty(r,Sge.MESSAGE_TYPE,{enumerable:!1,value:this}),e!==void 0&&(0,wge.reflectionMergePartial)(this,r,e),r}internalBinaryRead(e,r,s,i){let n=i??this.create(),o=e.pos+r;for(;e.pos<o;){let[a,c]=e.tag();switch(a){case 1:n.scope=e.string();break;case 2:n.permission=e.int64().toString();break;default:let l=s.readUnknownField;if(l==="throw")throw new globalThis.Error(`Unknown field ${a} (wire type ${c}) for ${this.typeName}`);let u=e.skip(c);l!==!1&&(l===!0?HV.UnknownFieldHandler.onRead:l)(this.typeName,n,a,c,u)}}return n}internalBinaryWrite(e,r,s){e.scope!==""&&r.tag(1,GV.WireType.LengthDelimited).string(e.scope),e.permission!=="0"&&r.tag(2,GV.WireType.Varint).int64(e.permission);let i=s.writeUnknownFields;return i!==!1&&(i==!0?HV.UnknownFieldHandler.onWrite:i)(this.typeName,e,r),r}},$T=new VV;var jV=class extends vge.MessageType{constructor(){super("github.actions.results.entities.v1.CacheMetadata",[{no:1,name:"repository_id",kind:"scalar",T:3},{no:2,name:"scope",kind:"message",repeat:1,T:()=>$T}])}create(e){let r={repositoryId:"0",scope:[]};
`));let s=yield cz(r,"create");yield lz(s,t)})}var sy=function(t,e,r,s){function i(n){return n instanceof r?n:new r(function(o){o(n)})}return new(r||(r=Promise))(function(n,o){function a(u){try{l(s.next(u))}catch(h){o(h)}}function c(u){try{l(s.throw(u))}catch(h){o(h)}}function l(u){u.done?n(u.value):i(u.value).then(a,c)}l((s=s.apply(t,e||[])).next())})},Ka=class t extends Error{constructor(e){super(e),this.name="ValidationError",Object.setPrototypeOf(this,t.prototype)}},ry=class t extends Error{constructor(e){super(e),this.name="ReserveCacheError",Object.setPrototypeOf(this,t.prototype)}},WT=class t extends Error{constructor(e){super(e),this.name="FinalizeCacheError",Object.setPrototypeOf(this,t.prototype)}};function Pge(t){if(!t||t.length===0)throw new Ka("Path Validation Error: At least one directory or file path is required")}function dz(t){if(t.length>512)throw new Ka(`Key Validation Error: ${t} cannot be larger than 512 characters.`);if(!/^[^,]*$/.test(t))throw new Ka(`Key Validation Error: ${t} cannot contain commas.`)}function fz(){return J0()==="v2"?!!process.env.ACTIONS_RESULTS_URL:!!process.env.ACTIONS_CACHE_URL}function Oge(t,e,r,s){return sy(this,arguments,void 0,function*(i,n,o,a,c=!1){let l=J0();return _(`Cache service version: ${l}`),Pge(i),l==="v2"?yield xat(i,n,o,a,c):yield Bat(i,n,o,a,c)})}function Bat(t,e,r,s){return sy(this,arguments,void 0,function*(i,n,o,a,c=!1){o=o||[];let l=[n,...o];if(_("Resolved Keys:"),_(JSON.stringify(l)),l.length>10)throw new Ka("Key Validation Error: Keys are limited to a maximum of 10.");for(let d of l)dz(d);let u=yield $I(),h="";try{let d=yield Ome(l,i,{compressionMethod:u,enableCrossOsArchive:c});if(!d?.archiveLocation)return;if(a?.lookupOnly)return G("Lookup only - skipping download"),d.cacheKey;h=hb.join(yield VI(),cd(u)),_(`Archive Path: ${h}`),yield W8(d.archiveLocation,h,a),mu()&&(yield ub(h,u));let f=vc(h);return G(`Cache Size: ~${Math.round(f/(1024*1024))} MB (${f} B)`),yield uz(h,u),G("Cache restored successfully"),d.cacheKey}catch(d){let f=d;if(f.name===Ka.name)throw d;f instanceof Rc&&typeof f.statusCode=="number"&&f.statusCode>=500?Km(`Failed to restore: ${d.message}`):Ot(`Failed to restore: ${d.message}`)}finally{try{yield zI(h)}catch(d){_(`Failed to delete archive: ${d}`)}}})}function xat(t,e,r,s){return sy(this,arguments,void 0,function*(i,n,o,a,c=!1){a=Object.assign(Object.assign({},a),{useAzureSdk:!0}),o=o||[];let l=[n,...o];if(_("Resolved Keys:"),_(JSON.stringify(l)),l.length>10)throw new Ka("Key Validation Error: Keys are limited to a maximum of 10.");for(let h of l)dz(h);let u="";try{let h=az(),d=yield $I(),f={key:n,restoreKeys:o,version:lg(i,d,c)},p=yield h.GetCacheEntryDownloadURL(f);if(!p.ok){_(`Cache not found for version ${f.version} of keys: ${l.join(", ")}`);return}if(f.key!==p.matchedKey?G(`Cache hit for restore-key: ${p.matchedKey}`):G(`Cache hit for: ${p.matchedKey}`),a?.lookupOnly)return G("Lookup only - skipping download"),p.matchedKey;u=hb.join(yield VI(),cd(d)),_(`Archive path: ${u}`),_(`Starting download of archive to: ${u}`),yield W8(p.signedDownloadUrl,u,a);let E=vc(u);return G(`Cache Size: ~${Math.round(E/(1024*1024))} MB (${E} B)`),mu()&&(yield ub(u,d)),yield uz(u,d),G("Cache restored successfully"),p.matchedKey}catch(h){let d=h;if(d.name===Ka.name)throw h;d instanceof Rc&&typeof d.statusCode=="number"&&d.statusCode>=500?Km(`Failed to restore: ${h.message}`):Ot(`Failed to restore: ${h.message}`)}finally{try{u&&(yield zI(u))}catch(h){_(`Failed to delete archive: ${h}`)}}})}function pz(t,e,r){return sy(this,arguments,void 0,function*(s,i,n,o=!1){let a=J0();return _(`Cache service version: ${a}`),Pge(s),dz(i),a==="v2"?yield vat(s,i,n,o):yield Nat(s,i,n,o)})}function Nat(t,e,r){return sy(this,arguments,void 0,function*(s,i,n,o=!1){var a,c,l,u,h;let d=yield $I(),f=-1,p=yield CU(s);if(_("Cache Paths:"),_(`${JSON.stringify(p)}`),p.length===0)throw new Error("Path Validation Error: Path(s) specified in the action for caching do(es) not exist, hence no cache is being saved.");let m=yield VI(),E=hb.join(m,cd(d));_(`Archive Path: ${E}`);try{yie
`,o).length:h,l?(a===null?0:a.length)+c.length:0,l?c.length+h:0);return d<f},parse:function(s,i,n,o){let{bom:a,comment_no_infix:c,encoding:l,from_line:u,ltrim:h,max_record_size:d,raw:f,relax_quotes:p,rtrim:m,skip_empty_lines:E,to:y,to_line:C}=this.options,{comment:w,escape:B,quote:N,record_delimiter:O}=this.options,{bomSkipped:P,previousBuf:M,rawBuffer:V,escapeIsQuote:Z}=this.state,F;if(M===void 0)if(s===void 0){o();return}else F=s;else M!==void 0&&s===void 0?F=M:F=Buffer.concat([M,s]);if(P===!1)if(a===!1)this.state.bomSkipped=!0;else if(F.length<3){if(i===!1){this.state.previousBuf=F;return}}else{for(let $ in yy)if(yy[$].compare(F,0,yy[$].length)===0){let re=yy[$].length;this.state.bufBytesStart+=re,F=F.slice(re);let Qe=M3({...this.original_options,encoding:$});for(let be in Qe)this.options[be]=Qe[be];({comment:w,escape:B,quote:N}=this.options);break}this.state.bomSkipped=!0}let U=F.length,H;for(H=0;H<U&&!this.__needMoreData(H,U,i);H++){if(this.state.wasRowDelimiter===!0&&(this.info.lines++,this.state.wasRowDelimiter=!1),C!==-1&&this.info.lines>C){this.state.stop=!0,o();return}this.state.quoting===!1&&O.length===0&&this.__autoDiscoverRecordDelimiter(F,H)&&(O=this.options.record_delimiter);let $=F[H];if(f===!0&&V.append($),($===Xft||$===Zft)&&this.state.wasRowDelimiter===!1&&(this.state.wasRowDelimiter=!0),this.state.escaping===!0)this.state.escaping=!1;else{if(B!==null&&this.state.quoting===!0&&this.__isEscape(F,H,$)&&H+B.length<U)if(Z){if(this.__isQuote(F,H+B.length)){this.state.escaping=!0,H+=B.length-1;continue}}else{this.state.escaping=!0,H+=B.length-1;continue}if(this.state.commenting===!1&&this.__isQuote(F,H))if(this.state.quoting===!0){let be=F[H+N.length],ce=m&&this.__isCharTrimable(F,H+N.length),at=w!==null&&this.__compareBytes(w,F,H+N.length,be),Ze=this.__isDelimiter(F,H+N.length,be),Et=O.length===0?this.__autoDiscoverRecordDelimiter(F,H+N.length):this.__isRecordDelimiter(be,F,H+N.length);if(B!==null&&this.__isEscape(F,H,$)&&this.__isQuote(F,H+B.length))H+=B.length-1;else if(!be||Ze||Et||at||ce){this.state.quoting=!1,this.state.wasQuoting=!0,H+=N.length-1;continue}else if(p===!1){let De=this.__error(new mt("CSV_INVALID_CLOSING_QUOTE",["Invalid Closing Quote:",`got "${String.fromCharCode(be)}"`,`at line ${this.info.lines}`,"instead of delimiter, record delimiter, trimable character","(if activated) or comment"],this.options,this.__infoField()));if(De!==void 0)return De}else this.state.quoting=!1,this.state.wasQuoting=!0,this.state.field.prepend(N),H+=N.length-1}else if(this.state.field.length!==0){if(p===!1){let be=this.__infoField(),ce=Object.keys(yy).map(Ze=>yy[Ze].equals(this.state.field.toString())?Ze:!1).filter(Boolean)[0],at=this.__error(new mt("INVALID_OPENING_QUOTE",["Invalid Opening Quote:",`a quote is found on field ${JSON.stringify(be.column)} at line ${be.lines}, value is ${JSON.stringify(this.state.field.toString(l))}`,ce?`(${ce} bom)`:void 0],this.options,be,{field:this.state.field}));if(at!==void 0)return at}}else{this.state.quoting=!0,H+=N.length-1;continue}if(this.state.quoting===!1){let be=this.__isRecordDelimiter($,F,H);if(be!==0){if(this.state.commenting&&this.state.wasQuoting===!1&&this.state.record.length===0&&this.state.field.length===0)this.info.comment_lines++;else{if(this.state.enabled===!1&&this.info.lines+(this.state.wasRowDelimiter===!0?1:0)>=u){this.state.enabled=!0,this.__resetField(),this.__resetRecord(),H+=be-1;continue}if(E===!0&&this.state.wasQuoting===!1&&this.state.record.length===0&&this.state.field.length===0){this.info.empty_lines++,H+=be-1;continue}this.info.bytes=this.state.bufBytesStart+H;let Ze=this.__onField();if(Ze!==void 0)return Ze;this.info.bytes=this.state.bufBytesStart+H+be;let Et=this.__onRecord(n);if(Et!==void 0)return Et;if(y!==-1&&this.info.records>=y){this.state.stop=!0,o();return}}this.state.commenting=!1,H+=be-1;continue}if(this.state.commenting)continue;if(w!==null&&(c===!1||this.state.record.length===0&&this.state.field.length===0)&&this.__compareBytes(w,F,H,$)!==0){this.state.commenting=!0;continue}let ce=this.__isDelimiter(F,H,$);if(ce!==0){this.inf
`,n),Buffer.from(`
2026-06-23 16:00:22 +00:00
`,n),Buffer.from("\r",n)];e:for(let a=0;a<o.length;a++){let c=o[a].length;for(let l=0;l<c;l++)if(o[a][l]!==s[i+l])continue e;return this.options.record_delimiter.push(o[a]),this.state.recordDelimiterMaxLength=o[a].length,o[a].length}return 0},__error:function(s){let{encoding:i,raw:n,skip_records_with_error:o}=this.options,a=typeof s=="string"?new Error(s):s;if(o){if(this.state.recordHasError=!0,this.options.on_skip!==void 0)try{this.options.on_skip(a,n?this.state.rawBuffer.toString(i):void 0)}catch(c){return c}return}else return a},__infoDataSet:function(){return{...this.info,columns:this.options.columns}},__infoRecord:function(){let{columns:s,raw:i,encoding:n}=this.options;return{...this.__infoDataSet(),bytes_records:this.info.bytes,error:this.state.error,header:s===!0,index:this.state.record.length,raw:i?this.state.rawBuffer.toString(n):void 0}},__infoField:function(){let{columns:s}=this.options,i=Array.isArray(s),n=this.info.bytes_records;return{...this.__infoRecord(),bytes_records:n,column:i===!0?s.length>this.state.record.length?s[this.state.record.length].name:null:this.state.record.length,quoting:this.state.wasQuoting}}}};var Ao=function(t,e={}){typeof t=="string"&&(t=Buffer.from(t));let r=e&&e.objname?{}:[],s=HIe(e),i=a=>{s.options.objname===void 0?r.push(a):r[a[0]]=a[1]},n=()=>{},o=s.parse(t,!0,i,n);if(o!==void 0)throw o;return r};var bt=class t{static getInputList(e,r){return this.getList(ti(e,{trimWhitespace:r?.trimWhitespace!==!1}),r)}static getList(e,r){let s=[];if(e=="")return s;let i=Ao(e,{columns:!1,relaxQuotes:!0,comment:r?.comment,comment_no_infix:r?.commentNoInfix,relaxColumnCount:!0,skipEmptyLines:!0,quote:r?.quote});for(let n of i)n.length==1?r?.ignoreComma?s.push(n[0]):s.push(...n[0].split(",")):r?.ignoreComma?s.push(n.join(",")):s.push(...n);return s.filter(n=>n).map(n=>r?.trimWhitespace===!1?n:n.trim())}static getInputNumber(e){let r=ti(e);if(r)return parseInt(r)}static async asyncForEach(e,r){for(let s=0;s<e.length;s++)await r(e[s],s,e)}static isValidURL(e){let r;try{r=new URL(e)}catch{return!1}return r.protocol==="http:"||r.protocol==="https:"}static isValidRef(e){if(t.isValidURL(e))return!0;for(let r of["git://","github.com/","git@"])if(e.startsWith(r))return!0;return!1}static async powershellCommand(e,r){let s=await Gs("powershell",!0),i=e.replace(/'/g,"''").replace(/"|\n|\r/g,""),n=[];if(r)for(let o in r)n.push(`-${o} '${r[o].replace(/'/g,"''").replace(/"|\n|\r/g,"")}'`);return{command:`"${s}"`,args:["-NoLogo","-Sta","-NoProfile","-NonInteractive","-ExecutionPolicy","Unrestricted","-Command",`& '${i}' ${n.join(" ")}`]}}static isDirectory(e){try{return VIe.default.lstatSync(e).isDirectory()}catch{}return!1}static trimPrefix(e,r){return!e||!r||e.indexOf(r)!==0?e:e.substring(r.length)}static trimSuffix(e,r){if(!e||!r)return e;let s=e.lastIndexOf(r);return s===-1||s+r.length!==e.length?e:e.substring(0,s)}static sleep(e){return new Promise(r=>setTimeout(r,e*1e3))}static hash(e){return L3.default.createHash("sha256").update(e).digest("hex")}static parseBool(e){if(e===void 0)return!1;switch(e){case"1":case"t":case"T":case"true":case"TRUE":case"True":return!0;case"0":case"f":case"F":case"false":case"FALSE":case"False":return!1;default:throw new Error(`parseBool syntax error: ${e}`)}}static parseBoolOrDefault(e,r=!1){try{return this.parseBool(e)}catch{return r}}static formatFileSize(e){if(e===0)return"0 Bytes";let r=1024,s=["Bytes","KB","MB","GB","TB","PB","EB","ZB","YB"],i=Math.floor(Math.log(e)/Math.log(r));return parseFloat((e/Math.pow(r,i)).toFixed(2))+" "+s[i]}static generateRandomString(e=10){return L3.default.randomBytes(Math.ceil(e/2)).toString("hex").slice(0,e)}static compileHandlebars(e,r,s){return zIe.default.compile(e,r)(s)}static stringToUnicodeEntities(e){return Array.from(e).map(r=>`&#x${r.charCodeAt(0).toString(16)};`).join("")}static countLines(e){return e.split(/\r\n|\r|\n/).length}static isPathRelativeTo(e,r){let s=_b.default.resolve(e);return _b.default.resolve(r).startsWith(s.endsWith(_b.default.sep)?s:`${s}${_b.default.sep}`)}static formatDuration(e){if(e===0)return"0s";let r=Ma
2026-05-22 14:44:02 +00:00
`+t.errors.map(e=>` - ${e.message}`).join(`
2026-06-23 16:00:22 +00:00
`)}var $pt=class extends Error{constructor(t,e,r){super(zpt(r)),this.request=t,this.headers=e,this.response=r,this.errors=r.errors,this.data=r.data,Error.captureStackTrace&&Error.captureStackTrace(this,this.constructor)}name="GraphqlResponseError";errors;data},jpt=["method","baseUrl","url","headers","request","query","mediaType","operationName"],Jpt=["query","method","url"],T0e=/\/api\/v3\/?$/;function Ypt(t,e,r){if(r){if(typeof e=="string"&&"query"in r)return Promise.reject(new Error('[@octokit/graphql] "query" cannot be used as variable name'));for(let o in r)if(Jpt.includes(o))return Promise.reject(new Error(`[@octokit/graphql] "${o}" cannot be used as variable name`))}let s=typeof e=="string"?Object.assign({query:e},r):e,i=Object.keys(s).reduce((o,a)=>jpt.includes(a)?(o[a]=s[a],o):(o.variables||(o.variables={}),o.variables[a]=s[a],o),{}),n=s.baseUrl||t.endpoint.DEFAULTS.baseUrl;return T0e.test(n)&&(i.url=n.replace(T0e,"/api/graphql")),t(i).then(o=>{if(o.data.errors){let a={};for(let c of Object.keys(o.headers))a[c]=o.headers[c];throw new $pt(i,a,o.data)}return o.data.data})}function W3(t,e){let r=t.defaults(e);return Object.assign((i,n)=>Ypt(r,i,n),{defaults:W3.bind(null,r),endpoint:r.endpoint})}var itr=W3(kb,{headers:{"user-agent":`octokit-graphql.js/${Vpt} ${Rd()}`},method:"POST",url:"/graphql"});function _0e(t){return W3(t,{method:"POST",url:"/graphql"})}var K3="(?:[a-zA-Z0-9_-]+)",Q0e="\\.",P0e=new RegExp(`^${K3}${Q0e}${K3}${Q0e}${K3}$`),Wpt=P0e.test.bind(P0e);async function Kpt(t){let e=Wpt(t),r=t.startsWith("v1.")||t.startsWith("ghs_"),s=t.startsWith("ghu_");return{type:"token",token:t,tokenType:e?"app":r?"installation":s?"user-to-server":"oauth"}}function Xpt(t){return t.split(/\./).length===3?`bearer ${t}`:`token ${t}`}async function Zpt(t,e,r,s){let i=e.endpoint.merge(r,s);return i.headers.authorization=Xpt(t),e(i)}var O0e=function(e){if(!e)throw new Error("[@octokit/auth-token] No token passed to createTokenAuth");if(typeof e!="string")throw new Error("[@octokit/auth-token] Token passed to createTokenAuth is not a string");return e=e.replace(/^(token|bearer) +/i,""),Object.assign(Kpt.bind(null,e),{hook:Zpt.bind(null,e)})};var X3="7.0.6";var D0e=()=>{},eAt=console.warn.bind(console),tAt=console.error.bind(console);function rAt(t={}){return typeof t.debug!="function"&&(t.debug=D0e),typeof t.info!="function"&&(t.info=D0e),typeof t.warn!="function"&&(t.warn=eAt),typeof t.error!="function"&&(t.error=tAt),t}var k0e=`octokit-core.js/${X3} ${Rd()}`,cQ=class{static VERSION=X3;static defaults(e){return class extends this{constructor(...s){let i=s[0]||{};if(typeof e=="function"){super(e(i));return}super(Object.assign({},e,i,i.userAgent&&e.userAgent?{userAgent:`${i.userAgent} ${e.userAgent}`}:null))}}}static plugins=[];static plugin(...e){let r=this.plugins;return class extends this{static plugins=r.concat(e.filter(i=>!r.includes(i)))}}constructor(e={}){let r=new l0e.Collection,s={baseUrl:kb.endpoint.DEFAULTS.baseUrl,headers:{},request:Object.assign({},e.request,{hook:r.bind(null,"request")}),mediaType:{previews:[],format:""}};if(s.headers["user-agent"]=e.userAgent?`${e.userAgent} ${k0e}`:k0e,e.baseUrl&&(s.baseUrl=e.baseUrl),e.previews&&(s.mediaType.previews=e.previews),e.timeZone&&(s.headers["time-zone"]=e.timeZone),this.request=kb.defaults(s),this.graphql=_0e(this.request).defaults(s),this.log=rAt(e.log),this.hook=r,e.authStrategy){let{authStrategy:n,...o}=e,a=n(Object.assign({request:this.request,log:this.log,octokit:this,octokitOptions:o},e.auth));r.wrap("request",a.hook),this.auth=a}else if(!e.auth)this.auth=async()=>({type:"unauthenticated"});else{let n=O0e(e.auth);r.wrap("request",n.hook),this.auth=n}let i=this.constructor;for(let n=0;n<i.plugins.length;++n)Object.assign(this,i.plugins[n](this,e))}request;graphql;log;hook;auth};var Z3="17.0.0";var sAt={actions:{addCustomLabelsToSelfHostedRunnerForOrg:["POST /orgs/{org}/actions/runners/{runner_id}/labels"],addCustomLabelsToSelfHostedRunnerForRepo:["POST /repos/{owner}/{repo}/actions/runners/{runner_id}/labels"],addRepoAccessToSelfHostedRunnerGroupInOrg:["PUT /or
2026-05-28 08:29:20 +00:00
More info: ${c.url}`);let f=c.range&&c.range.length>0?c.range[0]?.start.line:void 0,p=!1;for(let m of o)if(m.remote||m.path.endsWith(l)&&m.content===u){a.push({title:h,message:d,file:m.path,startLine:f}),p=!0;break}p||_(`Buildx.convertWarningsToGitHubAnnotations: skipping warning without matching Dockerfile ${l}: ${h}`)}return a}};var _d=class t{buildx;constructor(e){this.buildx=e?.buildx||new yt}async exists(e){let r=await this.buildx.getCommand(["inspect",e]),s=await ve.getExecOutput(r.command,r.args,{ignoreReturnCode:!0,silent:!0}).then(i=>i.stderr.length>0&&i.exitCode!=0?(_(`Builder.exists cmd err: ${i.stderr.trim()}`),!1):i.exitCode==0).catch(i=>(_(`Builder.exists error: ${i}`),!1));return _(`Builder.exists: ${s}`),s}async inspect(e){let r=Object.assign({},process.env,{DEBUG:"1"}),s=["inspect"];e&&s.push(e);let i=await this.buildx.getCommand(s);return await ve.getExecOutput(i.command,i.args,{ignoreReturnCode:!0,silent:!0,env:r}).then(n=>{if(n.stderr.length>0&&n.exitCode!=0)throw new Error(n.stderr.trim());return t.parseInspect(n.stdout)})}static parseInspect(e){let r={nodes:[]},s,i={},n,o,a;for(let c of e.trim().split(`
2026-05-22 14:44:02 +00:00
`)){let[l,...u]=c.split(":"),h=l.toLowerCase(),d=u.map(f=>f.trim()).join(":");if(l.length!=0)switch(!0){case h=="name":s=void 0,r.name==null?r.name=d:(n&&i.gcPolicy&&(i.gcPolicy.push(n),n=void 0),i.name&&r.nodes.push(i),i={name:d});break;case h=="driver":s=void 0,r.driver=d;break;case h=="last activity":s=void 0,r.lastActivity=new Date(d);break;case h=="endpoint":s=void 0,i.endpoint=d;break;case h=="driver options":s=void 0,i["driver-opts"]=(d.match(/([a-zA-Z0-9_.]+)="([^"]*)"/g)||[]).map(f=>f.replace(/^(.*)="(.*)"$/g,"$1=$2"));break;case h=="status":s=void 0,i.status=d;break;case h=="buildkit daemon flags":case h=="flags":s=void 0,i["buildkitd-flags"]=d;break;case h=="buildkit version":case h=="buildkit":s=void 0,i.buildkit=d;break;case h=="platforms":{if(s=void 0,!d)break;let f=[];if(d.includes("*"))for(let p of d.split(", "))p.includes("*")&&f.push(p.replace(/\*/g,""));else f=d.split(", ");i.platforms=f.join(",");break}case h=="features":s="features",i.features={};break;case h=="labels":s="label",i.labels={};break;case h=="devices":s="devices",i.devices=i.devices||[];break;case h.startsWith("gc policy rule#"):s="gcpolicy",i.gcPolicy&&n&&(i.gcPolicy.push(n),n=void 0);break;case h.startsWith("file#"):s="file",a=l.split("#")[1],i.files=i.files||{},i.files[a]="";break;default:switch(s&&s!=="devices"&&i.devices&&o&&(i.devices.push(o),o=void 0),s||""){case"features":{i.features=i.features||{},i.features[l.trim()]=!!d;break}case"label":{i.labels=i.labels||{},i.labels[l.trim()]=d;break}case"devices":{switch(h.trim()){case"name":{i.devices&&o&&i.devices.push(o),o={},o.name=d;break}case"on-demand":{o&&d&&(o.onDemand=d=="true");break}case"automatically allowed":{o&&d&&(o.autoAllow=d=="true");break}case"annotations":{o&&(o.annotations=o.annotations||{});break}default:o&&o.annotations&&(o.annotations[l.trim()]=d)}break}case"gcpolicy":{switch(i.gcPolicy=i.gcPolicy||[],n=n||{},h.trim()){case"all":{n.all=d=="true";break}case"filters":{d&&(n.filter=d.split(","));break}case"keep duration":{n.keepDuration=d;break}case"keep bytes":{n.keepBytes=d;break}case"reserved space":{n.reservedSpace=d;break}case"max used space":{n.maxUsedSpace=d;break}case"min free space":{n.minFreeSpace=d;break}}break}case"file":{a&&i.files&&(i.files[a].length>0&&(i.files[a]+=`
2026-06-23 16:00:22 +00:00
`),i.files[a]+=c.replace(/^\s>\s?/,""));break}}}}return o&&i.devices&&i.devices.push(o),n&&i.gcPolicy&&i.gcPolicy.push(n),i.name&&r.nodes.push(i),r}};var $p=D(require("fs"),1),u5=D(require("path"),1);var dQ=class t{buildx;iidFilename;metadataFilename;constructor(e){this.buildx=e?.buildx||new yt,this.iidFilename=`build-iidfile-${bt.generateRandomString()}.txt`,this.metadataFilename=`build-metadata-${bt.generateRandomString()}.json`}async gitContext(e){let r=new Set(["ref","checksum","subdir"]),s=e?.attrs||{},i=Object.entries(s).filter(([f])=>!r.has(f)),n=bt.parseBoolOrDefault(s["fetch-by-commit"]),o=e?.ref||s.ref||Ui.ref;o.startsWith("refs/")?o.startsWith("refs/pull/")&&bt.parseBoolOrDefault(process.env.DOCKER_DEFAULT_GIT_CONTEXT_PR_HEAD_REF)&&(o=o.replace(/\/merge$/g,"/head")):o=`refs/heads/${o}`;let a=`${kt.serverURL}/${Ui.repo.owner}/${Ui.repo.repo}.git`,c=e?.checksum||s.checksum,l=e?.subdir||s.subdir,u=e?.format;if(!u){if(u="fragment",i.length>0)u="query";else if(bt.parseBoolOrDefault(process.env.BUILDX_SEND_GIT_QUERY_AS_INPUT))try{await this.buildx.versionSatisfies(">=0.29.0")&&(u="query")}catch{}}let h=Ui.sha||o;o.startsWith("refs/pull/")&&o.endsWith("/head")&&(h=typeof Ui.payload.pull_request?.head?.sha=="string"?Ui.payload.pull_request.head.sha:o);let d=c||h;if(u==="query"){let f=[`ref=${n||c?o:d}`],p=n?d:c;p&&f.push(`checksum=${p}`),l&&l!=="."&&f.push(`subdir=${l}`);for(let[m,E]of i)f.push(`${m}=${E}`);return`${a}?${f.join("&")}`}return`${a}#${d}${l&&l!=="."?`:${l}`:""}`}getImageIDFilePath(){return u5.default.join(It.tmpDir(),this.iidFilename)}resolveImageID(){let e=this.getImageIDFilePath();if($p.default.existsSync(e))return $p.default.readFileSync(e,{encoding:"utf-8"}).trim()}getMetadataFilePath(){return u5.default.join(It.tmpDir(),this.metadataFilename)}resolveMetadata(){let e=this.getMetadataFilePath();if(!$p.default.existsSync(e))return;let r=$p.default.readFileSync(e,{encoding:"utf-8"}).trim();if(r!=="null")return JSON.parse(r)}resolveRef(e){if(!(!e&&(e=this.resolveMetadata(),!e))&&"buildx.build.ref"in e)return e["buildx.build.ref"]}resolveProvenance(e){if(!(!e&&(e=this.resolveMetadata(),!e))&&"buildx.build.provenance"in e)return e["buildx.build.provenance"]}resolveWarnings(e){if(!(!e&&(e=this.resolveMetadata(),!e))&&"buildx.build.warnings"in e)return e["buildx.build.warnings"]}resolveDigest(e){if(!(!e&&(e=this.resolveMetadata(),!e))&&"containerimage.digest"in e)return e["containerimage.digest"]}static resolveSecretString(e){let[r,s]=t.resolveSecret(e,{redact:!0});return`id=${r},src=${s}`}static resolveSecretFile(e){let[r,s]=t.resolveSecret(e,{asFile:!0});return`id=${r},src=${s}`}static resolveSecretEnv(e){let[r,s]=t.parseSecretKvp(e);return`id=${r},env=${s}`}static resolveSecret(e,r){let[s,i]=t.parseSecretKvp(e,r?.redact);if(r?.asFile){if(!$p.default.existsSync(i))throw new Error(`secret file ${i} not found`);return[s,i]}let n=It.tmpName({tmpdir:It.tmpDir()});return $p.default.writeFileSync(n,i),[s,n]}static getProvenanceInput(e){let r=ti(e);if(!r)return r;try{return Wf(e)?`builder-id=${kt.workflowRunURL(!0)}`:"false"}catch{return t.resolveProvenanceAttrs(r)}}static resolveProvenanceAttrs(e){if(!e)return`builder-id=${kt.workflowRunURL(!0)}`;let r=Ao(e,{relaxColumnCount:!0,skipEmptyLines:!0})[0];for(let s of r)if(s.toString().split(/(?<=^[^=]+?)=/).map(n=>n.trim())[0]=="builder-id")return e;return`${e},builder-id=${kt.workflowRunURL(!0)}`}static resolveCacheToAttrs(e,r){if(!e)return e;let s="registry",i="",n="",o=Ao(e,{relaxColumnCount:!0,skipEmptyLines:!0})[0];for(let a of o){let c=a.toString().split(/(?<=^[^=]+?)=/).map(l=>l.trim());c[0]==="type"?s=c[1]:c[0]==="repository"?i=c[1]:c[0]==="ghtoken"&&(n=c[1])}return s==="gha"&&(i||(e=`${e},repository=${kt.repository}`),!n&&r&&(e=`${e},ghtoken=${r}`)),e}static hasLocalExporter(e){return t.hasExporterType("local",e)}static hasTarExporter(e){return t.hasExporterType("tar",e)}static hasDockerExporter(e,r){return r||t.hasExporterType("docker",e)}static hasExporterType(e,r){let s=Ao(r.join(`
`),{delimiter:",",trim:!0,columns:!1,relaxColumnCount:!0});for(let i of s){if(i.length==1&&!i[0].startsWith("type="))return e=="local";for(let[n,o]of i.map(a=>a.split("=").map(c=>c.trim())))if(n=="type"&&o==e)return!0}return!1}static hasAttestationType(e,r){let s=Ao(r,{delimiter:",",trim:!0,columns:!1,relaxColumnCount:!0});for(let i of s)for(let[n,o]of i.map(a=>a.split("=").map(c=>c.trim())))if(n=="type"&&o==e)return!0;return!1}static resolveAttestationAttrs(e){let r=Ao(e,{delimiter:",",trim:!0,columns:!1,relaxColumnCount:!0}),s=[];for(let i of r)for(let n of i)try{let o=bt.parseBool(n);s.push(`disabled=${!o}`)}catch{s.push(n)}return s.join(",")}static hasGitAuthTokenSecret(e,r){for(let s of e){if(r&&s.startsWith(`GIT_AUTH_TOKEN.${r}=`))return!0;if(s.startsWith("GIT_AUTH_TOKEN="))return!0}return!1}static parseSecretKvp(e,r){let s=e.indexOf("="),i=e.substring(0,s),n=e.substring(s+1);if(i.length==0||n.length==0)throw new Error(`${e} is not a valid secret`);return r&&bc(n),[i,n]}};var h5=D(require("fs"),1),$0e=D(require("path"),1);var fQ=class t{buildx;metadataFilename;constructor(e){this.buildx=e?.buildx||new yt,this.metadataFilename=`bake-metadata-${bt.generateRandomString()}.json`}getMetadataFilePath(){return $0e.default.join(It.tmpDir(),this.metadataFilename)}resolveMetadata(){let e=this.getMetadataFilePath();if(!h5.default.existsSync(e))return;let r=h5.default.readFileSync(e,{encoding:"utf-8"}).trim();if(r!=="null")return JSON.parse(r)}resolveRefs(e){if(!e&&(e=this.resolveMetadata(),!e))return;let r=new Array;for(let s in e)"buildx.build.ref"in e[s]&&r.push(e[s]["buildx.build.ref"]);return r.length>0?r:void 0}resolveWarnings(e){if(!(!e&&(e=this.resolveMetadata(),!e))&&"buildx.build.warnings"in e)return e["buildx.build.warnings"]}async getDefinition(e,r){r=r||{ignoreReturnCode:!0},r.ignoreReturnCode=!0,r.env=Object.assign({},process.env,r.env||{},e.githubToken?{BUILDX_BAKE_GIT_AUTH_TOKEN:e.githubToken}:{});let s=["bake"],i,n=[],o=[...e.files||[],e.source];if(o){for(let c of o.map(l=>l?l.trim():""))if(c.length!=0){if(!bt.isValidRef(c)){n.push(c);continue}if(i)throw new Error("Only one remote bake definition can be defined");i=c}}i&&s.push(i);for(let c of n)s.push("--file",c);if(e.overrides)for(let c of e.overrides)s.push("--set",c);if(e.vars)for(let c of e.vars)s.push("--var",c);if(e.allow)for(let c of e.allow)s.push("--allow",c);e.call&&s.push("--call",e.call),e.load&&s.push("--load"),e.noCache&&s.push("--no-cache"),e.provenance&&s.push("--provenance",e.provenance),e.push&&s.push("--push"),e.sbom&&s.push("--sbom",e.sbom);let a=await this.buildx.getCommand([...s,"--print",...e.targets||[]]);return await ve.getExecOutput(a.command,a.args,r).then(c=>{if(c.stderr.length>0&&c.exitCode!=0)throw new Error(`cannot parse bake definitions: ${c.stderr.match(/(.*)\s*$/)?.[0]?.trim()??"unknown error"}`);return t.parseDefinition(c.stdout.trim())})}static parseDefinition(e){let r=JSON.parse(e);for(let s in r.target){let i=r.target[s];i.attest&&Array.isArray(i.attest)&&(i.attest=i.attest.map(n=>t.parseAttestEntry(n))),i["cache-from"]&&Array.isArray(i["cache-from"])&&(i["cache-from"]=i["cache-from"].map(n=>t.parseCacheEntry(n))),i["cache-to"]&&Array.isArray(i["cache-to"])&&(i["cache-to"]=i["cache-to"].map(n=>t.parseCacheEntry(n))),i.output&&Array.isArray(i.output)&&(i.output=i.output.map(n=>t.parseExportEntry(n))),i.secret&&Array.isArray(i.secret)&&(i.secret=i.secret.map(n=>t.parseSecretEntry(n))),i.ssh&&Array.isArray(i.ssh)&&(i.ssh=i.ssh.map(n=>t.parseSSHEntry(n)))}return r}static parseAttestEntry(e){if(typeof e!="string")return e;let r={type:""},s=Ao(e,{relaxColumnCount:!0,skipEmptyLines:!0})[0];for(let i of s){let[n,o]=i.toString().split(/(?<=^[^=]+?)=/).map(a=>a.trim());switch(n){case"type":r.type=o;break;case"disabled":r.disabled=bt.parseBool(o);break;default:r[n]=o}}return r}static parseCacheEntry(e){if(typeof e!="string")return e;let r={type:""},s=Ao(e,{relaxColumnCount:!0,skipEmptyLines:!0})[0];if(s.length===1&&!s[0].includes("="))return r.type="registry",r.ref=s[0],r;for(let i of s){let[n,o]=i.toString().split(/(?<=^[^=]+?)=/)
2026-05-28 08:29:20 +00:00
`)[0])}static async isHeadDetached(){return await t.exec(["branch","--show-current"]).then(e=>e.length==0)}static async getDetachedRef(){let e=await t.exec(["show","-s","--pretty=%D"]);_(`detached HEAD ref: ${e}`);let r=e.replace(/^grafted, /,"").trim();if(r==="HEAD")return await t.inferRefFromHead();let s=r.match(/^HEAD, (.*)$/);if(!s||!s[1])throw new Error(`Cannot find detached HEAD ref in "${e}"`);let i=s[1].trim();if(i.startsWith("tag: "))return`refs/tags/${i.split(":")[1].trim()}`;if(i.match(/^pull\/\d+\/(head|merge)$/))return`refs/${i}`;let o=i.match(/^[^/]+\/[^/]+, (.+)$/);if(o)return`refs/heads/${o[1].trim()}`;let a=i.match(/^[^/]+\/(.+)$/);if(a)return`refs/heads/${a[1].trim()}`;throw new Error(`Unsupported detached HEAD ref in "${e}"`)}static async exec(e=[]){return await ve.getExecOutput("git",e,{ignoreReturnCode:!0,silent:!0}).then(r=>{if(r.stderr.length>0&&r.exitCode!=0)throw new Error(r.stderr);return r.stdout.trim()})}static async inferRefFromHead(){let e=await t.findContainingRef("refs/heads/");if(e)return e;let r=await t.findContainingRef("refs/remotes/");if(r){let n=r.match(/^refs\/remotes\/[^/]+\/(.+)$/);return n?`refs/heads/${n[1]}`:r}let s=await t.exec(["tag","--contains","HEAD"]),[i]=s.split(`
`).map(n=>n.trim()).filter(n=>n.length>0);if(i)return`refs/tags/${i}`;throw new Error("Cannot infer ref from detached HEAD")}static async findContainingRef(e){let r=await t.exec(["for-each-ref","--format=%(refname)","--contains","HEAD","--sort=-committerdate",e]),[s]=r.split(`
2026-06-23 16:00:22 +00:00
`).map(i=>i.trim()).filter(i=>i.length>0);return s}static async commitDate(e){return new Date(await t.exec(["show","-s",'--format="%ci"',e]))}};var AOe=require("crypto"),zl=D(require("fs"),1),Af=D(require("path"),1);var _S=D(Ub(),1),$l=D(iQe(),1),mOe=D(gW(),1),eC=D(cOe(),1);var yK=D(Ub(),1);var uOe=D(Xa(),1);var lOe="application/vnd.oci.empty.v1+json";var Rh=class{binPath;_version;_versionOnce;constructor(e){this.binPath=e?.binPath||"cosign",this._version="",this._versionOnce=!1}async isAvailable(){let e=await ve.getExecOutput(this.binPath,[],{ignoreReturnCode:!0,silent:!0}).then(r=>r.stderr.length>0&&r.exitCode!=0?(_(`Cosign.isAvailable cmd err: ${r.stderr.trim()}`),!1):r.exitCode==0).catch(r=>(_(`Cosign.isAvailable error: ${r}`),!1));return _(`Cosign.isAvailable: ${e}`),e}async version(){return this._versionOnce?this._version:(this._versionOnce=!0,this._version=await ve.getExecOutput(this.binPath,["version","--json"],{ignoreReturnCode:!0,silent:!0}).then(e=>{if(e.stderr.length>0&&e.exitCode!=0)throw new Error(e.stderr.trim());return JSON.parse(e.stdout.trim()).gitVersion}),this._version)}async printVersion(){await ve.exec(this.binPath,["version","--json"],{failOnStdErr:!1})}async versionSatisfies(e,r){let s=r??await this.version();if(!s)return _("Cosign.versionSatisfies false: undefined version"),!1;let i=uOe.satisfies(s,e)||/^[0-9a-f]{7}$/.exec(s)!==null;return _(`Cosign.versionSatisfies ${s} statisfies ${e}: ${i}`),i}static parseCommandOutput(e){let r,s,i,n;for(let o of e.split(/\r?\n/)){let a=o.trim();if(!a.startsWith("{")||!a.endsWith("}"))continue;let c;try{c=JSON.parse(a)}catch{continue}if(c&&Array.isArray(c.errors)&&c.errors.length>0&&(n=c.errors),!r&&c&&Array.isArray(c.manifests)&&c.manifests.length>0){let l=c.manifests[0];l?.artifactType===yK.BUNDLE_V03_MEDIA_TYPE&&typeof l.digest=="string"?r=l.digest:l?.artifactType===lOe&&typeof l.digest=="string"&&(s=l.digest)}if(!i&&c&&c.mediaType===yK.BUNDLE_V03_MEDIA_TYPE&&(i=c),i&&(r||s)){n=void 0;break}}return{bundle:i,signatureManifestDigest:r||s,errors:n}}};var EK=D(require("fs"),1);var OD=class t{buildx;constructor(e){this.buildx=e?.buildx||new yt}async getCommand(e){return await this.buildx.getCommand(["imagetools",...e])}async getInspectCommand(e){return await this.getCommand(["inspect",...e])}async getCreateCommand(e){return await this.getCommand(["create",...e])}async inspectImage(e){return await this.inspect(e,"{{json .Image}}",r=>{if(typeof r=="object"&&!Array.isArray(r)&&r!==null)return Object.prototype.hasOwnProperty.call(r,"config"),r;throw new Error("Unexpected output format")})}async inspectManifest(e){return await this.inspect(e,"{{json .Manifest}}",r=>{if(typeof r=="object"&&!Array.isArray(r)&&r!==null)return Object.prototype.hasOwnProperty.call(r,"manifests"),r;throw new Error("Unexpected output format")})}async attestationDescriptors(e){let r=await this.inspectManifest(e);if(typeof r!="object"||r===null||!("manifests"in r)||!Array.isArray(r.manifests))throw new Error(`No descriptor found for ${e.name}`);let s=r.manifests.filter(o=>o.annotations?.["vnd.docker.reference.type"]==="attestation-manifest");if(!e.platform)return s;let i=e.platform,n=new Map;for(let o of r.manifests)o.digest&&n.set(o.digest,o);return s.filter(o=>{let a=o.annotations?.["vnd.docker.reference.digest"];if(!a)return!1;let c=n.get(a);return c?c.platform?.os===i.os&&c.platform?.architecture===i.architecture&&(c.platform?.variant??"")===(i.variant??""):!1})}async attestationDigests(e){return(await this.attestationDescriptors(e)).map(r=>r.digest)}async create(e){let r=[],s=It.tmpName({tmpdir:It.tmpDir(),template:"imagetools-metadata-XXXXXX"}),i=[],n=[];for(let a of e.sources){if(a.startsWith("cwd://")){let c=a.substring(6);c.length>0&&i.push(c);continue}n.push(a)}if(e.tags)for(let a of e.tags)r.push("--tag",a);if(e.platforms)for(let a of e.platforms)r.push("--platform",a);if(e.annotations)for(let a of e.annotations)r.push("--annotation",a);e.dryRun?r.push("--dry-run"):r.push("--metadata-file",s);for(let a of i)r.push("--file",a);for(let a of n)r.push(a);let o=await this.getCreateComm
${o.message}`),await new Promise(l=>setTimeout(l,Math.pow(2,a)*100))}throw o??new Error(`ImageTools inspect command failed for ${e.name}`)}async execInspect(e,r,s){return await ve.getExecOutput(e,r,{ignoreReturnCode:!0,silent:!0}).then(i=>{if(i.stderr.length>0&&i.exitCode!=0)throw new Error(i.stderr.trim());return s(JSON.parse(i.stdout))})}static isManifestUnknownError(e){return/(MANIFEST_UNKNOWN|manifest unknown|not found: not found)/i.test(e)}};var hOe="application/vnd.in-toto+json";var dOe="https://fulcio.sigstore.dev",fOe="https://rekor.sigstore.dev",pOe="https://timestamp.sigstore.dev",zA="https://search.sigstore.dev";var ukt="slsaprovenance1",mf=class t{cosign;imageTools;constructor(e){this.cosign=e?.cosign||new Rh,this.imageTools=e?.imageTools||new OD}async signAttestationManifests(e){if(!await this.cosign.isAvailable())throw new Error("Cosign is required to sign attestation manifests");let r={};try{if(!process.env.ACTIONS_ID_TOKEN_REQUEST_URL)throw new Error('missing "id-token" permission. Please add "permissions: id-token: write" to your workflow.');let s=this.signingEndpoints(e.noTransparencyLog);G(`Using Sigstore signing endpoint: ${s.fulcioURL}`);let i=t.noTransparencyLog(e.noTransparencyLog),n=[];await this.cosign.versionSatisfies(">=3.0.4")?await Zt("Creating Sigstore protobuf signing config",async()=>{let o=It.tmpName({template:"signing-config-XXXXXX.json",tmpdir:It.tmpDir()}),a=["signing-config","create","--with-default-services=true",`--out=${o}`];i&&a.push("--no-default-rekor=true"),await ve.exec(this.cosign.binPath,a,{env:Object.assign({},process.env,{COSIGN_EXPERIMENTAL:"1"})}),G(JSON.stringify(JSON.parse(zl.default.readFileSync(o,{encoding:"utf-8"})),null,2)),n.push(`--signing-config=${o}`)}):(n.push("--use-signing-config"),i&&n.push("--tlog-upload=false"));for(let o of e.imageNames){let a=await this.imageTools.attestationDigests({name:`${o}@${e.imageDigest}`,retryOnManifestUnknown:e.retryOnManifestUnknown,retryLimit:e.retryLimit});for(let c of a){let l=`${o}@${c}`;await Zt(`Signing attestation manifest ${l}`,async()=>{let u=["sign","--yes","--oidc-provider","github-actions","--registry-referrers-mode","oci-1-1","--new-bundle-format",...n];G(`[command]${this.cosign.binPath} ${[...u,l].join(" ")}`);let h=await ve.getExecOutput(this.cosign.binPath,["--verbose",...u,l],{ignoreReturnCode:!0,silent:!0,env:Object.assign({},process.env,{COSIGN_EXPERIMENTAL:"1"})}),d=Rh.parseCommandOutput(h.stderr.trim());if(h.exitCode!=0)if(d.errors&&d.errors.length>0){let p=d.errors.map(m=>`- [${m.code}] ${m.message} : ${m.detail}`).join(`
`);throw new Error(`Cosign sign command failed with errors:
2026-06-23 16:00:22 +00:00
${p}`)}else throw new Error(`Cosign sign command failed with: ${h.stderr.trim().split(/\r?\n/).filter(p=>p.length>0).pop()??"unknown error"}`);let f=t.parseBundle((0,_S.bundleFromJSON)(d.bundle));f.tlogID&&G(`Uploaded to Rekor transparency log: ${zA}?logIndex=${f.tlogID}`),G(`Signature manifest pushed: https://oci.dag.dev/?referrers=${l}`),r[l]={...f,imageName:o}})}}}catch(s){throw new Error(`Signing BuildKit attestation manifests failed: ${s.message}`)}return r}async verifySignedManifests(e,r){let s={};for(let[i,n]of Object.entries(e))await Zt(`Verifying signature of ${i}`,async()=>{let o=await this.verifyImageAttestation(i,{certificateIdentityRegexp:r.certificateIdentityRegexp,noTransparencyLog:r.noTransparencyLog||!n.tlogID,retryOnManifestUnknown:r.retryOnManifestUnknown});G(`Signature manifest verified: https://oci.dag.dev/?image=${n.imageName}@${o.signatureManifestDigest}`),s[i]=o});return s}async verifyImageAttestations(e,r){let s={},i=await this.imageTools.attestationDigests({name:e,platform:r.platform,retryOnManifestUnknown:r.retryOnManifestUnknown,retryLimit:r.retryLimit});if(i.length===0)throw new Error(`No attestation manifests found for ${e}`);let n=e.split(":",1)[0];for(let o of i){let a=`${n}@${o}`,c=await this.verifyImageAttestation(a,r);G(`Signature manifest verified: https://oci.dag.dev/?image=${n}@${c.signatureManifestDigest}`),s[a]=c}return s}async verifyImageAttestation(e,r){if(!await this.cosign.isAvailable())throw new Error("Cosign is required to verify signed manifests");let s=["verify","--experimental-oci11","--new-bundle-format","--certificate-oidc-issuer","https://token.actions.githubusercontent.com","--certificate-identity-regexp",r.certificateIdentityRegexp];if(r.noTransparencyLog&&s.push("--use-signed-timestamps","--insecure-ignore-tlog"),!r.retryOnManifestUnknown){G(`[command]${this.cosign.binPath} ${[...s,e].join(" ")}`);let o=await ve.getExecOutput(this.cosign.binPath,["--verbose",...s,e],{ignoreReturnCode:!0,silent:!0,env:Object.assign({},process.env,{COSIGN_EXPERIMENTAL:"1"})});if(o.exitCode!==0)throw new Error(`Cosign verify command failed with: ${o.stderr.trim().split(/\r?\n/).filter(c=>c.length>0).pop()??"unknown error"}`);let a=Rh.parseCommandOutput(o.stderr.trim());return{cosignArgs:s,signatureManifestDigest:a.signatureManifestDigest}}let i=r.retryLimit??15,n;G(`[command]${this.cosign.binPath} ${[...s,e].join(" ")}`);for(let o=0;o<i;o++){let a=await ve.getExecOutput(this.cosign.binPath,["--verbose",...s,e],{ignoreReturnCode:!0,silent:!0,env:Object.assign({},process.env,{COSIGN_EXPERIMENTAL:"1"})}),c=Rh.parseCommandOutput(a.stderr.trim());if(a.exitCode===0)return{cosignArgs:s,signatureManifestDigest:c.signatureManifestDigest};if(c.errors&&c.errors.length>0){let l=c.errors.map(u=>`- [${u.code}] ${u.message} : ${u.detail}`).join(`
`);if(n=new Error(`Cosign verify command failed with errors:
2026-05-28 08:29:20 +00:00
${l}`),c.errors.some(u=>u.code==="MANIFEST_UNKNOWN"))G(`Cosign verify command failed with MANIFEST_UNKNOWN, retrying attempt ${o+1}/${i}...
2026-06-23 16:00:22 +00:00
${l}`),await new Promise(u=>setTimeout(u,Math.pow(2,o)*100));else throw n}else throw new Error(`Cosign verify command failed with: ${a.stderr.trim().split(/\r?\n/).filter(l=>l.length>0).pop()??"unknown error"}`)}throw n}async signProvenanceBlobs(e){let r={};try{if(!process.env.ACTIONS_ID_TOKEN_REQUEST_URL)throw new Error('missing "id-token" permission. Please add "permissions: id-token: write" to your workflow.');let s=this.signingEndpoints(e.noTransparencyLog);G(`Using Sigstore signing endpoint: ${s.fulcioURL}`);let i=t.getProvenanceBlobs(e);for(let n of Object.keys(i))await Zt(`Signing ${n}`,async()=>{let o=i[n],a=Af.default.join(Af.default.dirname(n),`${e.name??"provenance"}.sigstore.json`),c=t.getProvenanceSubjects(o);if(c.length===0){Ot(`No subjects found in provenance ${n}, skip signing.`);return}let l=await t.signPayload({data:o,type:hOe},s),u=t.parseBundle(l);G("Provenance blob signed for:");for(let h of c){let[d,f]=Object.entries(h.digest)[0]||[];G(` - ${h.name} (${d}:${f})`)}u.tlogID&&G(`Attestation signature uploaded to Rekor transparency log: ${zA}?logIndex=${u.tlogID}`),G(`Writing Sigstore bundle to: ${a}`),zl.default.writeFileSync(a,JSON.stringify(u.payload,null,2),{encoding:"utf-8"}),r[n]={...u,bundlePath:a,subjects:c}})}catch(s){throw new Error(`Signing BuildKit provenance blobs failed: ${s.message}`)}return r}async verifySignedArtifacts(e,r){let s={};if(!await this.cosign.isAvailable())throw new Error("Cosign is required to verify signed artifacts");for(let[i,n]of Object.entries(e)){let o=Af.default.dirname(i);await Zt(`Verifying signature bundle ${n.bundlePath}`,async()=>{for(let a of n.subjects){let c=Af.default.join(o,a.name);G(`Verifying signed artifact ${c}`);let l=["verify-blob-attestation","--new-bundle-format","--certificate-oidc-issuer","https://token.actions.githubusercontent.com","--certificate-identity-regexp",r.certificateIdentityRegexp,"--type",r.predicateType??ukt];(r.noTransparencyLog||!n.tlogID)&&l.push("--use-signed-timestamps","--insecure-ignore-tlog");let u=await ve.getExecOutput(this.cosign.binPath,[...l,"--bundle",n.bundlePath,c],{ignoreReturnCode:!0});if(u.stderr.length>0&&u.exitCode!=0)throw new Error(u.stderr);s[c]={bundlePath:n.bundlePath,cosignArgs:l}}})}return s}async verifyArtifact(e,r,s){G("Verifying keyless verification bundle signature");let i=JSON.parse(zl.default.readFileSync(r,"utf-8")),n=(0,_S.bundleFromJSON)(i);G("Fetching Sigstore TUF trusted root metadata");let o=await mOe.getTrustedRoot(),a=(0,eC.toTrustMaterial)(o);try{G("Verifying artifact signature");let c=(0,eC.toSignedEntity)(n,zl.default.readFileSync(e)),l=t.parseCertificate(n),u=n.verificationMaterial.tlogEntries,h=u.length>0?u[0].logIndex:void 0;if(s?.subjectAlternativeName&&s?.subjectAlternativeName instanceof RegExp){let p=l.subjectAltName?.replace(/^uri:/i,"");if(p){if(!p.match(s.subjectAlternativeName))throw new Error(`Signing certificate subjectAlternativeName "${p}" does not match expected pattern`)}else throw new Error("Signing certificate does not contain subjectAltName")}let f=new eC.Verifier(a).verify(c,{subjectAlternativeName:s?.subjectAlternativeName&&typeof s.subjectAlternativeName=="string"?s.subjectAlternativeName:void 0,extensions:s?.issuer?{issuer:s.issuer}:void 0});return _(`Sigstore.verifyArtifact signer: ${JSON.stringify(f)}`),{payload:i,certificate:l.toString(),tlogID:h}}catch(c){throw new Error(`Failed to verify artifact signature: ${c}`)}}signingEndpoints(e){return e=t.noTransparencyLog(e),G(`Upload to transparency log: ${e?"disabled":"enabled"}`),{fulcioURL:dOe,rekorURL:e?void 0:fOe,tsaServerURL:pOe}}static noTransparencyLog(e){return e??kt.context.payload.repository?.private}static getProvenanceBlobs(e){let r=Af.default.join(e.localExportDir,"provenance.json");if(zl.default.existsSync(r))return{[r]:zl.default.readFileSync(r)};let s=zl.default.readdirSync(e.localExportDir,{withFileTypes:!0}),i=s.filter(n=>n.isDirectory());if(i.length>0&&i.length===s.length&&i.every(n=>zl.default.existsSync(Af.default.join(e.localExportDir,n.name,"provenance.json")))){let n={};for(let o of i){let a=
# syntax=docker/dockerfile:1
ARG GO_VERSION="1.24"
ARG ALPINE_VERSION="3.22"
FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.7.0 AS xx
FROM --platform=$BUILDPLATFORM golang:\${GO_VERSION}-alpine\${ALPINE_VERSION} AS builder-base
COPY --from=xx / /
RUN apk add --no-cache git
ENV GOTOOLCHAIN=auto
ENV CGO_ENABLED=0
WORKDIR /src
RUN --mount=type=cache,target=/go/pkg/mod \\
--mount=type=bind,source=go.mod,target=go.mod \\
--mount=type=bind,source=go.sum,target=go.sum \\
go mod download
FROM builder-base AS version
RUN --mount=type=bind,target=. <<'EOT'
git rev-parse HEAD 2>/dev/null || {
echo >&2 "Failed to get git revision, make sure --build-arg BUILDKIT_CONTEXT_KEEP_GIT_DIR=1 is set when building from Git directly"
exit 1
}
set -ex
export PKG=sigs.k8s.io BUILDDATE=$(date -u +"%Y-%m-%dT%H:%M:%SZ") TREESTATE=$(if ! git diff --no-ext-diff --quiet --exit-code; then echo dirty; else echo clean; fi) VERSION=$(git describe --match 'v[0-9]*' --dirty='.m' --always --tags) COMMIT=$(git rev-parse HEAD)$(if ! git diff --no-ext-diff --quiet --exit-code; then echo .m; fi);
echo "-X \${PKG}/release-utils/version.gitVersion=\${VERSION} -X \${PKG}/release-utils/version.gitCommit=\${COMMIT} -X \${PKG}/release-utils/version.gitTreeState=\${TREESTATE} -X \${PKG}/release-utils/version.buildDate=\${BUILDDATE}" > /tmp/.ldflags;
echo -n "\${VERSION}" > /tmp/.version;
EOT
FROM builder-base AS builder
ARG TARGETPLATFORM
RUN --mount=type=bind,target=. \\
--mount=type=cache,target=/root/.cache,id=cosign-$TARGETPLATFORM \\
--mount=source=/tmp/.ldflags,target=/tmp/.ldflags,from=version \\
--mount=type=cache,target=/go/pkg/mod <<EOT
set -ex
xx-go build -trimpath -ldflags "-s -w $(cat /tmp/.ldflags)" -o /out/cosign ./cmd/cosign
xx-verify --static /out/cosign
EOT
FROM scratch
COPY --from=builder /out /
2026-06-23 16:00:22 +00:00
`;var GD=class t{githubToken;buildx;sigstore;constructor(e){this.githubToken=e?.githubToken||process.env.GITHUB_TOKEN,this.buildx=e?.buildx||new yt,this.sigstore=e?.sigstore||new mf}async download(e){let r=await t.getDownloadVersion(e.version);_(`Install.download version: ${r.version}`);let s=await t.getRelease(r,this.githubToken);_(`Install.download release tag name: ${s.tag_name}`);let i=await this.vspec(s.tag_name);_(`Install.download vspec: ${i}`);let n=iC.clean(i)||"";if(!iC.valid(n))throw new Error(`Invalid Cosign version "${i}".`);let o=new Ss({htcName:"cosign-dl-bin",htcVersion:i,baseCacheDir:sC.default.join(lc.default.homedir(),".bin"),cacheFile:lc.default.platform()=="win32"?"cosign.exe":"cosign",ghaNoCache:e.ghaNoCache}),a=await o.find();if(a)return G(`Cosign binary found in ${a}`),a;let c=bK.format(r.downloadURL,i,this.filename());G(`Downloading ${c}`);let l=await Uo(c,void 0,this.githubToken);_(`Install.download htcDownloadPath: ${l}`),e.verifySignature&&iC.satisfies(i,">=3.0.1")&&await this.verifySignature(l,c);let u=await o.save(l,e.skipState);return G(`Cached to ${u}`),u}async build(e,r,s){let i=await this.vspec(e);_(`Install.build vspec: ${i}`);let n=new Ss({htcName:"cosign-build-bin",htcVersion:i,baseCacheDir:sC.default.join(lc.default.homedir(),".bin"),cacheFile:lc.default.platform()=="win32"?"cosign.exe":"cosign",ghaNoCache:r}),o=await n.find();if(o)return G(`Cosign binary found in ${o}`),o;let a=sC.default.join(It.tmpDir(),"cosign-build-cache"),c=await this.buildCommand(e,a),l=await ve.getExecOutput(c.command,c.args,{ignoreReturnCode:!0,input:Buffer.from(yOe)}).then(h=>{if(h.stderr.length>0&&h.exitCode!=0)throw new Error(`build failed with: ${h.stderr.match(/(.*)\s*$/)?.[0]?.trim()??"unknown error"}`);return`${a}/cosign`}),u=await n.save(l,s);return G(`Cached to ${u}`),u}async install(e,r){r=r||It.tmpDir();let s=sC.default.join(r,"cosign-bin");QS.default.existsSync(s)||QS.default.mkdirSync(s,{recursive:!0});let i=lc.default.platform()=="win32"?"cosign.exe":"cosign",n=sC.default.join(s,i);return QS.default.copyFileSync(e,n),G("Fixing perms"),QS.default.chmodSync(n,"0755"),Sc(s),G("Added Cosign to PATH"),G(`Binary path: ${n}`),n}async buildCommand(e,r){let s=await new yt({standalone:!0}).isAvailable(),i=await new yt({standalone:!1}).isAvailable(),n=!1;if(await this.buildx.isStandalone()&&s)_("Install.buildCommand: Buildx standalone found, build with it"),n=!0;else if(!await this.buildx.isStandalone()&&i)_("Install.buildCommand: Buildx plugin found, build with it"),n=!1;else if(s)_("Install.buildCommand: Buildx plugin not found, but standalone found so trying to build with it"),n=!0;else if(i)_("Install.buildCommand: Buildx standalone not found, but plugin found so trying to build with it"),n=!1;else throw new Error(`Neither buildx standalone or plugin have been found to build from ref ${e}`);let o=["build","--platform","local","--build-arg","BUILDKIT_CONTEXT_KEEP_GIT_DIR=1","--output",`type=local,dest=${r}`];return process.env.GIT_AUTH_TOKEN&&o.push("--secret","id=GIT_AUTH_TOKEN"),o.push("-f-",e),await new yt({standalone:n}).getCommand(o)}async verifySignature(e,r){let s=`${r}.sigstore.json`;G(`Downloading keyless verification bundle at ${s}`);let i=await Uo(s,void 0,this.githubToken);_(`Install.verifySignature bundlePath: ${i}`);let n=await this.sigstore.verifyArtifact(e,i,{subjectAlternativeName:"keyless@projectsigstore.iam.gserviceaccount.com",issuer:"https://accounts.google.com"});G(`Cosign binary signature verified! ${n.tlogID?`${zA}?logIndex=${n.tlogID}`:""}`)}filename(){let e;switch(lc.default.arch()){case"x64":{e="amd64";break}case"ppc64":{e="ppc64le";break}default:{e=lc.default.arch();break}}let r=lc.default.platform()=="win32"?"windows":lc.default.platform(),s=lc.default.platform()=="win32"?".exe":"";return bK.format("cosign-%s-%s%s",r,e,s)}async vspec(e){if(!bt.isValidRef(e)){let l=e.replace(/^v+|v+$/g,"");return G(`Use ${l} version spec cache key for ${e}`),l}let[r,s]=e.split("#");s.length==0&&(s="master");let i;s.match(/^[0-9a-fA-F]{40}$/)?i=s:i=await by.remoteSha(r,s,process.env.GIT_AUTH
/*! Bundled license information:
undici/lib/web/fetch/body.js:
(*! formdata-polyfill. MIT License. Jimmy Wärting <https://jimmy.warting.se/opensource> *)
undici/lib/web/websocket/frame.js:
(*! ws. MIT License. Einar Otto Stangvik <einaros@gmail.com> *)
tmp/lib/tmp.js:
(*!
* Tmp
*
* Copyright (c) 2011-2017 KARASZI Istvan <github@spam.raszi.hu>
*
* MIT Licensed
*)
negotiator/index.js:
(*!
* negotiator
* Copyright(c) 2012 Federico Romero
* Copyright(c) 2012-2014 Isaac Z. Schlueter
* Copyright(c) 2015 Douglas Christopher Wilson
* MIT Licensed
*)
imurmurhash/imurmurhash.js:
(**
* @preserve
* JS Implementation of incremental MurmurHash3 (r150) (as of May 10, 2013)
*
* @author <a href="mailto:jensyt@gmail.com">Jens Taylor</a>
* @see http://github.com/homebrewing/brauhaus-diff
* @author <a href="mailto:gary.court@gmail.com">Gary Court</a>
* @see http://github.com/garycourt/murmurhash-js
* @author <a href="mailto:aappleby@gmail.com">Austin Appleby</a>
* @see http://sites.google.com/site/murmurhash/
*)
2026-05-22 14:44:02 +00:00
make-fetch-happen/lib/fetch.js:
make-fetch-happen/lib/fetch.js:
(**
* @license
* Copyright (c) 2010-2012 Mikeal Rogers
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an "AS
* IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language
* governing permissions and limitations under the License.
*)
js-yaml/dist/js-yaml.mjs:
(*! js-yaml 4.1.1 https://github.com/nodeca/js-yaml @license MIT *)
@octokit/request-error/dist-src/index.js:
(* v8 ignore else -- @preserve -- Bug with vitest coverage where it sees an else branch that doesn't exist *)
@octokit/request/dist-bundle/index.js:
(* v8 ignore next -- @preserve *)
(* v8 ignore else -- @preserve *)
*/
//# sourceMappingURL=index.cjs.map