@helia/dag-json 6.0.0 → 6.0.1-ef258e7e

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.min.js CHANGED
@@ -1,4 +1,4 @@
1
1
  (function (root, factory) {(typeof module === 'object' && module.exports) ? module.exports = factory() : root.HeliaDagJson = factory()}(typeof self !== 'undefined' ? self : this, function () {
2
- "use strict";var HeliaDagJson=(()=>{var Le=Object.defineProperty;var qr=Object.getOwnPropertyDescriptor;var Pr=Object.getOwnPropertyNames;var Jr=Object.prototype.hasOwnProperty;var Wr=(e,t)=>{for(var r in t)Le(e,r,{get:t[r],enumerable:!0})},Gr=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of Pr(t))!Jr.call(e,o)&&o!==r&&Le(e,o,{get:()=>t[o],enumerable:!(n=qr(t,o))||n.enumerable});return e};var Hr=e=>Gr(Le({},"__esModule",{value:!0}),e);var xo={};Wr(xo,{dagJson:()=>yo});var wo=new Uint8Array(0);function mt(e,t){if(e===t)return!0;if(e.byteLength!==t.byteLength)return!1;for(let r=0;r<e.byteLength;r++)if(e[r]!==t[r])return!1;return!0}function Y(e){if(e instanceof Uint8Array&&e.constructor.name==="Uint8Array")return K(e);if(e instanceof ArrayBuffer)return new Uint8Array(e);if(ArrayBuffer.isView(e))return K(new Uint8Array(e.buffer,e.byteOffset,e.byteLength));throw new Error("Unknown type, must be binary type")}function Kr(e){return e?.buffer instanceof ArrayBuffer}function K(e){return Kr(e)?e:e.slice()}function Qr(e,t,r){if(e.length>=255)throw new TypeError("Alphabet too long");for(var n=new Uint8Array(256),o=0;o<n.length;o++)n[o]=255;for(var s=0;s<e.length;s++){var a=e.charAt(s),d=a.charCodeAt(0);if(n[d]!==255)throw new TypeError(a+" is ambiguous");if(n[d]=s,r){var h=a.toLowerCase().charCodeAt(0),l=a.toUpperCase().charCodeAt(0);h!==d&&(n[h]=s),l!==d&&(n[l]=s)}}var x=e.length,y=e.charAt(0),ze=Math.log(x)/Math.log(256),jr=Math.log(256)/Math.log(x);function Rr(m){if(m instanceof Uint8Array||(ArrayBuffer.isView(m)?m=new Uint8Array(m.buffer,m.byteOffset,m.byteLength):Array.isArray(m)&&(m=Uint8Array.from(m))),!(m instanceof Uint8Array))throw new TypeError("Expected Uint8Array");if(m.length===0)return"";for(var E=0,H=0,T=0,D=m.length;T!==D&&m[T]===0;)T++,E++;for(var M=(D-T)*jr+1>>>0,U=new Uint8Array(M);T!==D;){for(var O=m[T],V=0,B=M-1;(O!==0||V<H)&&B!==-1;B--,V++)O+=256*U[B]>>>0,U[B]=O%x>>>0,O=O/x>>>0;if(O!==0)throw new Error("Non-zero carry");H=V,T++}for(var z=M-H;z!==M&&U[z]===0;)z++;for(var we=y.repeat(E);z<M;++z)we+=e.charAt(U[z]);return we}function lt(m){if(typeof m!="string")throw new TypeError("Expected String");if(m.length===0)return new Uint8Array;var E=0;if(m[E]!==" "){for(var H=0,T=0;m[E]===y;)H++,E++;for(var D=(m.length-E)*ze+1>>>0,M=new Uint8Array(D);m[E];){var U=n[m.charCodeAt(E)];if(U===255)return;for(var O=0,V=D-1;(U!==0||O<T)&&V!==-1;V--,O++)U+=x*M[V]>>>0,M[V]=U%256>>>0,U=U/256>>>0;if(U!==0)throw new Error("Non-zero carry");T=O,E++}if(m[E]!==" "){for(var B=D-T;B!==D&&M[B]===0;)B++;for(var z=new Uint8Array(H+(D-B)),we=H;B!==D;)z[we++]=M[B++];return z}}}function Vr(m){var E=lt(m);if(E)return E;throw new Error(`Non-${t} character`)}return{encode:Rr,decodeUnsafe:lt,decode:Vr}}var Yr=Qr,Zr=Yr,yt=Zr;var je=class{name;prefix;baseEncode;constructor(t,r,n){this.name=t,this.prefix=r,this.baseEncode=n}encode(t){if(t instanceof Uint8Array)return`${this.prefix}${this.baseEncode(t)}`;throw Error("Unknown type, must be binary type")}},Re=class{name;prefix;baseDecode;prefixCodePoint;constructor(t,r,n){this.name=t,this.prefix=r;let o=r.codePointAt(0);if(o===void 0)throw new Error("Invalid prefix character");this.prefixCodePoint=o,this.baseDecode=n}decode(t){if(typeof t=="string"){if(t.codePointAt(0)!==this.prefixCodePoint)throw Error(`Unable to decode multibase string ${JSON.stringify(t)}, ${this.name} decoder only supports inputs prefixed with ${this.prefix}`);return this.baseDecode(t.slice(this.prefix.length))}else throw Error("Can only multibase decode strings")}or(t){return xt(this,t)}},Ve=class{decoders;constructor(t){this.decoders=t}or(t){return xt(this,t)}decode(t){let r=t[0],n=this.decoders[r];if(n!=null)return n.decode(t);throw RangeError(`Unable to decode multibase string ${JSON.stringify(t)}, only inputs prefixed with ${Object.keys(this.decoders)} are supported`)}};function xt(e,t){return new Ve({...e.decoders??{[e.prefix]:e},...t.decoders??{[t.prefix]:t}})}var qe=class{name;prefix;baseEncode;baseDecode;encoder;decoder;constructor(t,r,n,o){this.name=t,this.prefix=r,this.baseEncode=n,this.baseDecode=o,this.encoder=new je(t,r,n),this.decoder=new Re(t,r,o)}encode(t){return this.encoder.encode(t)}decode(t){return this.decoder.decode(t)}};function gt({name:e,prefix:t,encode:r,decode:n}){return new qe(e,t,r,n)}function Z({name:e,prefix:t,alphabet:r,caseInsensitive:n=!1}){let{encode:o,decode:s}=yt(r,e,n);return gt({prefix:t,name:e,encode:o,decode:a=>Y(s(a))})}function en(e,t,r,n){let o=e.length;for(;e[o-1]==="=";)--o;let s=new Uint8Array(o*r/8|0),a=0,d=0,h=0;for(let l=0;l<o;++l){let x=t[e[l]];if(x===void 0)throw new SyntaxError(`Non-${n} character`);d=d<<r|x,a+=r,a>=8&&(a-=8,s[h++]=255&d>>a)}if(a>=r||(255&d<<8-a)!==0)throw new SyntaxError("Unexpected end of data");return s}function tn(e,t,r){let n=t[t.length-1]==="=",o=(1<<r)-1,s="",a=0,d=0;for(let h=0;h<e.length;++h)for(d=d<<8|e[h],a+=8;a>r;)a-=r,s+=t[o&d>>a];if(a!==0&&(s+=t[o&d<<r-a]),n)for(;(s.length*r&7)!==0;)s+="=";return s}function rn(e,t){let r={};for(let n=0;n<e.length;++n)if(r[e[n]]=n,t){let o=e[n].toLowerCase(),s=e[n].toUpperCase();o!==e[n]&&(r[o]=n),s!==e[n]&&(r[s]=n)}return r}function b({name:e,prefix:t,bitsPerChar:r,alphabet:n,caseInsensitive:o=!1}){let s=rn(n,o);return gt({prefix:t,name:e,encode(a){return tn(a,n,r)},decode(a){return en(a,s,r,e)}})}var ue=b({prefix:"b",name:"base32",alphabet:"abcdefghijklmnopqrstuvwxyz234567",bitsPerChar:5,caseInsensitive:!0}),Ao=b({prefix:"B",name:"base32upper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567",bitsPerChar:5,caseInsensitive:!0}),Uo=b({prefix:"c",name:"base32pad",alphabet:"abcdefghijklmnopqrstuvwxyz234567=",bitsPerChar:5,caseInsensitive:!0}),So=b({prefix:"C",name:"base32padupper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567=",bitsPerChar:5,caseInsensitive:!0}),Io=b({prefix:"v",name:"base32hex",alphabet:"0123456789abcdefghijklmnopqrstuv",bitsPerChar:5,caseInsensitive:!0}),To=b({prefix:"V",name:"base32hexupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV",bitsPerChar:5,caseInsensitive:!0}),Bo=b({prefix:"t",name:"base32hexpad",alphabet:"0123456789abcdefghijklmnopqrstuv=",bitsPerChar:5,caseInsensitive:!0}),Co=b({prefix:"T",name:"base32hexpadupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV=",bitsPerChar:5,caseInsensitive:!0}),$o=b({prefix:"h",name:"base32z",alphabet:"ybndrfg8ejkmcpqxot1uwisza345h769",bitsPerChar:5});var be=Z({prefix:"k",name:"base36",alphabet:"0123456789abcdefghijklmnopqrstuvwxyz",caseInsensitive:!0}),Mo=Z({prefix:"K",name:"base36upper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ",caseInsensitive:!0});var L=Z({name:"base58btc",prefix:"z",alphabet:"123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"}),zo=Z({name:"base58flickr",prefix:"Z",alphabet:"123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ"});var nn=Et,wt=128,on=127,sn=~on,an=Math.pow(2,31);function Et(e,t,r){t=t||[],r=r||0;for(var n=r;e>=an;)t[r++]=e&255|wt,e/=128;for(;e&sn;)t[r++]=e&255|wt,e>>>=7;return t[r]=e|0,Et.bytes=r-n+1,t}var cn=Pe,un=128,bt=127;function Pe(e,n){var r=0,n=n||0,o=0,s=n,a,d=e.length;do{if(s>=d)throw Pe.bytes=0,new RangeError("Could not decode varint");a=e[s++],r+=o<28?(a&bt)<<o:(a&bt)*Math.pow(2,o),o+=7}while(a>=un);return Pe.bytes=s-n,r}var fn=Math.pow(2,7),dn=Math.pow(2,14),hn=Math.pow(2,21),pn=Math.pow(2,28),ln=Math.pow(2,35),mn=Math.pow(2,42),yn=Math.pow(2,49),xn=Math.pow(2,56),gn=Math.pow(2,63),wn=function(e){return e<fn?1:e<dn?2:e<hn?3:e<pn?4:e<ln?5:e<mn?6:e<yn?7:e<xn?8:e<gn?9:10},bn={encode:nn,decode:cn,encodingLength:wn},En=bn,fe=En;function de(e,t=0){return[fe.decode(e,t),fe.decode.bytes]}function ee(e,t,r=0){return fe.encode(e,t,r),t}function te(e){return fe.encodingLength(e)}function Ee(e,t){let r=t.byteLength,n=te(e),o=n+te(r),s=new Uint8Array(o+r);return ee(e,s,0),ee(r,s,n),s.set(t,o),new re(e,r,t,s)}function kt(e){let t=Y(e),[r,n]=de(t),[o,s]=de(t.subarray(n)),a=t.subarray(n+s);if(a.byteLength!==o)throw new Error("Incorrect length");return new re(r,o,a,t)}function vt(e,t){if(e===t)return!0;{let r=t;return e.code===r.code&&e.size===r.size&&r.bytes instanceof Uint8Array&&mt(e.bytes,r.bytes)}}var re=class{code;size;digest;bytes;constructor(t,r,n,o){this.code=t,this.size=r,this.digest=K(n),this.bytes=K(o)}};function _t(e,t){let{bytes:r,version:n}=e;return n===0?vn(r,Ge(e),t??L.encoder):_n(r,Ge(e),t??ue.encoder)}var At=new WeakMap;function Ge(e){let t=At.get(e);if(t==null){let r=new Map;return At.set(e,r),r}return t}var q=class e{code;version;multihash;bytes;"/";constructor(t,r,n,o){this.code=r,this.version=t,this.multihash=n,this.bytes=K(o),this["/"]=this.bytes}get asCID(){return this}get byteOffset(){return this.bytes.byteOffset}get byteLength(){return this.bytes.byteLength}toV0(){switch(this.version){case 0:return this;case 1:{let{code:t,multihash:r}=this;if(t!==he)throw new Error("Cannot convert a non dag-pb CID to CIDv0");if(r.code!==An)throw new Error("Cannot convert non sha2-256 multihash CID to CIDv0");return e.createV0(r)}default:throw Error(`Can not convert CID version ${this.version} to version 0. This is a bug please report`)}}toV1(){switch(this.version){case 0:{let{code:t,digest:r}=this.multihash,n=Ee(t,r);return e.createV1(this.code,n)}case 1:return this;default:throw Error(`Can not convert CID version ${this.version} to version 1. This is a bug please report`)}}equals(t){return e.equals(this,t)}static equals(t,r){let n=r;return n!=null&&t.code===n.code&&t.version===n.version&&vt(t.multihash,n.multihash)}toString(t){return _t(this,t)}toJSON(){return{"/":_t(this)}}link(){return this}[Symbol.toStringTag]="CID";[Symbol.for("nodejs.util.inspect.custom")](){return`CID(${this.toString()})`}static asCID(t){if(t==null)return null;let r=t;if(r instanceof e)return r;if(r["/"]!=null&&r["/"]===r.bytes||r.asCID===r){let{version:n,code:o,multihash:s,bytes:a}=r;return new e(n,o,s,a??Ut(n,o,s.bytes))}else if(r[Un]===!0){let{version:n,multihash:o,code:s}=r,a=kt(o);return e.create(n,s,a)}else return null}static create(t,r,n){if(typeof r!="number")throw new Error("String codecs are no longer supported");if(!(n.bytes instanceof Uint8Array))throw new Error("Invalid digest");switch(t){case 0:{if(r!==he)throw new Error(`Version 0 CID must use dag-pb (code: ${he}) block encoding`);return new e(t,r,n,n.bytes)}case 1:{let o=Ut(t,r,n.bytes);return new e(t,r,n,o)}default:throw new Error("Invalid version")}}static createV0(t){return e.create(0,he,t)}static createV1(t,r){return e.create(1,t,r)}static decode(t){let[r,n]=e.decodeFirst(t);if(n.length!==0)throw new Error("Incorrect length");return r}static decodeFirst(t){let r=e.inspectBytes(t),n=r.size-r.multihashSize,o=Y(t.subarray(n,n+r.multihashSize));if(o.byteLength!==r.multihashSize)throw new Error("Incorrect length");let s=o.subarray(r.multihashSize-r.digestSize),a=new re(r.multihashCode,r.digestSize,s,o);return[r.version===0?e.createV0(a):e.createV1(r.codec,a),t.subarray(r.size)]}static inspectBytes(t){let r=0,n=()=>{let[y,ze]=de(t.subarray(r));return r+=ze,y},o=n(),s=he;if(o===18?(o=0,r=0):s=n(),o!==0&&o!==1)throw new RangeError(`Invalid CID version ${o}`);let a=r,d=n(),h=n(),l=r+h,x=l-a;return{version:o,codec:s,multihashCode:d,digestSize:h,multihashSize:x,size:l}}static parse(t,r){let[n,o]=kn(t,r),s=e.decode(o);if(s.version===0&&t[0]!=="Q")throw Error("Version 0 CID string must not include multibase prefix");return Ge(s).set(n,t),s}};function kn(e,t){switch(e[0]){case"Q":{let r=t??L;return[L.prefix,r.decode(`${L.prefix}${e}`)]}case L.prefix:{let r=t??L;return[L.prefix,r.decode(e)]}case ue.prefix:{let r=t??ue;return[ue.prefix,r.decode(e)]}case be.prefix:{let r=t??be;return[be.prefix,r.decode(e)]}default:{if(t==null)throw Error("To parse non base32, base36 or base58btc encoded CID multibase decoder must be provided");return[e[0],t.decode(e)]}}}function vn(e,t,r){let{prefix:n}=r;if(n!==L.prefix)throw Error(`Cannot string encode V0 in ${r.name} encoding`);let o=t.get(n);if(o==null){let s=r.encode(e).slice(1);return t.set(n,s),s}else return o}function _n(e,t,r){let{prefix:n}=r,o=t.get(n);if(o==null){let s=r.encode(e);return t.set(n,s),s}else return o}var he=112,An=18;function Ut(e,t,r){let n=te(e),o=n+te(t),s=new Uint8Array(o+r.byteLength);return ee(e,s,0),ee(t,s,n),s.set(r,o),s}var Un=Symbol.for("@ipld/js-cid/CID");var Sn=20;function Ke({name:e,code:t,encode:r,minDigestLength:n,maxDigestLength:o}){return new He(e,t,r,n,o)}var He=class{name;code;encode;minDigestLength;maxDigestLength;constructor(t,r,n,o,s){this.name=t,this.code=r,this.encode=n,this.minDigestLength=o??Sn,this.maxDigestLength=s}digest(t,r){if(r?.truncate!=null){if(r.truncate<this.minDigestLength)throw new Error(`Invalid truncate option, must be greater than or equal to ${this.minDigestLength}`);if(this.maxDigestLength!=null&&r.truncate>this.maxDigestLength)throw new Error(`Invalid truncate option, must be less than or equal to ${this.maxDigestLength}`)}if(t instanceof Uint8Array){let n=this.encode(t);return n instanceof Uint8Array?St(n,this.code,r?.truncate):n.then(o=>St(o,this.code,r?.truncate))}else throw Error("Unknown type, must be binary type")}};function St(e,t,r){if(r!=null&&r!==e.byteLength){if(r>e.byteLength)throw new Error(`Invalid truncate option, must be less than or equal to ${e.byteLength}`);e=e.subarray(0,r)}return Ee(t,e)}var Xe=b({prefix:"m",name:"base64",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",bitsPerChar:6}),oi=b({prefix:"M",name:"base64pad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",bitsPerChar:6}),ii=b({prefix:"u",name:"base64url",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_",bitsPerChar:6}),si=b({prefix:"U",name:"base64urlpad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_=",bitsPerChar:6});function It(e=0){return new Uint8Array(e)}function Tn(e){return e?.buffer instanceof ArrayBuffer}function Tt(e){if(Tn(e))return e;let t=e.slice();return new Uint8Array(t.buffer,0,t.byteLength)}function Qe(e,t){t==null&&(t=e.reduce((o,s)=>o+s.length,0));let r=It(t),n=0;for(let o of e)r.set(o,n),n+=o.length;return Tt(r)}function Bt(e){return async t=>new Uint8Array(await crypto.subtle.digest(e,t))}var Ct=Ke({name:"sha2-256",code:18,encode:Bt("SHA-256")}),li=Ke({name:"sha2-512",code:19,encode:Bt("SHA-512")});var ke=class extends Error{static name="InvalidCodecError";constructor(t="Invalid codec"){super(t),this.name="InvalidCodecError"}};var Bn=["Object","RegExp","Date","Error","Map","Set","WeakMap","WeakSet","ArrayBuffer","SharedArrayBuffer","DataView","Promise","URL","HTMLElement","Int8Array","Uint8ClampedArray","Int16Array","Uint16Array","Int32Array","Uint32Array","Float32Array","Float64Array","BigInt64Array","BigUint64Array","Tagged"];function $t(e){if(e===null)return"null";if(e===void 0)return"undefined";if(e===!0||e===!1)return"boolean";let t=typeof e;if(t==="string"||t==="number"||t==="bigint"||t==="symbol")return t;if(t==="function")return"Function";if(Array.isArray(e))return"Array";if(e instanceof Uint8Array)return"Uint8Array";if(e.constructor===Object)return"Object";let r=Cn(e);return r||"Object"}function Cn(e){let t=Object.prototype.toString.call(e).slice(8,-1);if(Bn.includes(t))return t}var i=class{constructor(t,r,n){this.major=t,this.majorEncoded=t<<5,this.name=r,this.terminal=n}toString(){return`Type[${this.major}].${this.name}`}compare(t){return this.major<t.major?-1:this.major>t.major?1:0}static equals(t,r){return t===r||t.major===r.major&&t.name===r.name}};i.uint=new i(0,"uint",!0);i.negint=new i(1,"negint",!0);i.bytes=new i(2,"bytes",!0);i.string=new i(3,"string",!0);i.array=new i(4,"array",!1);i.map=new i(5,"map",!1);i.tag=new i(6,"tag",!1);i.float=new i(7,"float",!0);i.false=new i(7,"false",!0);i.true=new i(7,"true",!0);i.null=new i(7,"null",!0);i.undefined=new i(7,"undefined",!0);i.break=new i(7,"break",!0);var c=class{constructor(t,r,n){this.type=t,this.value=r,this.encodedLength=n,this.encodedBytes=void 0,this.byteValue=void 0}toString(){return`Token[${this.type}].${this.value}`}};var pe=globalThis.process&&!globalThis.process.browser&&globalThis.Buffer&&typeof globalThis.Buffer.isBuffer=="function",$n=new TextEncoder;function ve(e){return pe&&globalThis.Buffer.isBuffer(e)}function X(e){return e instanceof Uint8Array?ve(e)?new Uint8Array(e.buffer,e.byteOffset,e.byteLength):e:Uint8Array.from(e)}var Nn=24,Dn=200,le=pe?e=>e.length>=Nn?globalThis.Buffer.from(e):Nt(e):e=>e.length>=Dn?$n.encode(e):Nt(e),F=e=>Uint8Array.from(e),Mt=pe?(e,t,r)=>ve(e)?new Uint8Array(e.subarray(t,r)):e.slice(t,r):(e,t,r)=>e.slice(t,r),Ot=pe?(e,t)=>(e=e.map(r=>r instanceof Uint8Array?r:globalThis.Buffer.from(r)),X(globalThis.Buffer.concat(e,t))):(e,t)=>{let r=new Uint8Array(t),n=0;for(let o of e)n+o.length>r.length&&(o=o.subarray(0,r.length-n)),r.set(o,n),n+=o.length;return r},Ft=pe?e=>globalThis.Buffer.allocUnsafe(e):e=>new Uint8Array(e);function _e(e,t){if(ve(e)&&ve(t))return e.compare(t);for(let r=0;r<e.length;r++)if(e[r]!==t[r])return e[r]<t[r]?-1:1;return 0}function Nt(e){let t=[],r=0;for(let n=0;n<e.length;n++){let o=e.charCodeAt(n);o<128?t[r++]=o:o<2048?(t[r++]=o>>6|192,t[r++]=o&63|128):(o&64512)===55296&&n+1<e.length&&(e.charCodeAt(n+1)&64512)===56320?(o=65536+((o&1023)<<10)+(e.charCodeAt(++n)&1023),t[r++]=o>>18|240,t[r++]=o>>12&63|128,t[r++]=o>>6&63|128,t[r++]=o&63|128):(o>=55296&&o<=57343&&(o=65533),t[r++]=o>>12|224,t[r++]=o>>6&63|128,t[r++]=o&63|128)}return t}var Dt=4096;function zt(e){let t=e.length;if(t<=Dt)return String.fromCharCode.apply(String,e);let r="",n=0;for(;n<t;)r+=String.fromCharCode.apply(String,e.slice(n,n+=Dt));return r}var Mn=256,me=class{constructor(t=Mn){this.chunkSize=t,this.cursor=0,this.maxCursor=-1,this.chunks=[],this._initReuseChunk=null}reset(){this.cursor=0,this.maxCursor=-1,this.chunks.length&&(this.chunks=[]),this._initReuseChunk!==null&&(this.chunks.push(this._initReuseChunk),this.maxCursor=this._initReuseChunk.length-1)}push(t){let r=this.chunks[this.chunks.length-1];if(this.cursor+t.length<=this.maxCursor+1){let o=r.length-(this.maxCursor-this.cursor)-1;r.set(t,o)}else{if(r){let o=r.length-(this.maxCursor-this.cursor)-1;o<r.length&&(this.chunks[this.chunks.length-1]=r.subarray(0,o),this.maxCursor=this.cursor-1)}t.length<64&&t.length<this.chunkSize?(r=Ft(this.chunkSize),this.chunks.push(r),this.maxCursor+=r.length,this._initReuseChunk===null&&(this._initReuseChunk=r),r.set(t,0)):(this.chunks.push(t),this.maxCursor+=t.length)}this.cursor+=t.length}toBytes(t=!1){let r;if(this.chunks.length===1){let n=this.chunks[0];t&&this.cursor>n.length/2?(r=this.cursor===n.length?n:n.subarray(0,this.cursor),this._initReuseChunk=null,this.chunks=[]):r=Mt(n,0,this.cursor)}else r=Ot(this.chunks,this.cursor);return t&&this.reset(),r}},Ae=class{constructor(t){this.dest=t,this.cursor=0,this.chunks=[t]}reset(){this.cursor=0}push(t){if(this.cursor+t.length>this.dest.length)throw new Error("write out of bounds, destination buffer is too small");this.dest.set(t,this.cursor),this.cursor+=t.length}toBytes(t=!1){let r=this.dest.subarray(0,this.cursor);return t&&this.reset(),r}};var f="CBOR decode error:",j="CBOR encode error:",ye=[];ye[23]=1;ye[24]=2;ye[25]=3;ye[26]=5;ye[27]=9;function R(e,t,r){if(e.length-t<r)throw new Error(`${f} not enough data for type`)}var g=[24,256,65536,4294967296,BigInt("18446744073709551616")];function k(e,t,r){R(e,t,1);let n=e[t];if(r.strict===!0&&n<g[0])throw new Error(`${f} integer encoded in more bytes than necessary (strict decode)`);return n}function v(e,t,r){R(e,t,2);let n=e[t]<<8|e[t+1];if(r.strict===!0&&n<g[1])throw new Error(`${f} integer encoded in more bytes than necessary (strict decode)`);return n}function _(e,t,r){R(e,t,4);let n=e[t]*16777216+(e[t+1]<<16)+(e[t+2]<<8)+e[t+3];if(r.strict===!0&&n<g[2])throw new Error(`${f} integer encoded in more bytes than necessary (strict decode)`);return n}function A(e,t,r){R(e,t,8);let n=e[t]*16777216+(e[t+1]<<16)+(e[t+2]<<8)+e[t+3],o=e[t+4]*16777216+(e[t+5]<<16)+(e[t+6]<<8)+e[t+7],s=(BigInt(n)<<BigInt(32))+BigInt(o);if(r.strict===!0&&s<g[3])throw new Error(`${f} integer encoded in more bytes than necessary (strict decode)`);if(s<=Number.MAX_SAFE_INTEGER)return Number(s);if(r.allowBigInt===!0)return s;throw new Error(`${f} integers outside of the safe integer range are not supported`)}function Lt(e,t,r,n){return new c(i.uint,k(e,t+1,n),2)}function jt(e,t,r,n){return new c(i.uint,v(e,t+1,n),3)}function Rt(e,t,r,n){return new c(i.uint,_(e,t+1,n),5)}function Vt(e,t,r,n){return new c(i.uint,A(e,t+1,n),9)}function S(e,t){return w(e,0,t.value)}function w(e,t,r){if(r<g[0]){let n=Number(r);e.push([t|n])}else if(r<g[1]){let n=Number(r);e.push([t|24,n])}else if(r<g[2]){let n=Number(r);e.push([t|25,n>>>8,n&255])}else if(r<g[3]){let n=Number(r);e.push([t|26,n>>>24&255,n>>>16&255,n>>>8&255,n&255])}else{let n=BigInt(r);if(n<g[4]){let o=[t|27,0,0,0,0,0,0,0],s=Number(n&BigInt(4294967295)),a=Number(n>>BigInt(32)&BigInt(4294967295));o[8]=s&255,s=s>>8,o[7]=s&255,s=s>>8,o[6]=s&255,s=s>>8,o[5]=s&255,o[4]=a&255,a=a>>8,o[3]=a&255,a=a>>8,o[2]=a&255,a=a>>8,o[1]=a&255,e.push(o)}else throw new Error(`${f} encountered BigInt larger than allowable range`)}}S.encodedSize=function(t){return w.encodedSize(t.value)};w.encodedSize=function(t){return t<g[0]?1:t<g[1]?2:t<g[2]?3:t<g[3]?5:9};S.compareTokens=function(t,r){return t.value<r.value?-1:t.value>r.value?1:0};function qt(e,t,r,n){return new c(i.negint,-1-k(e,t+1,n),2)}function Pt(e,t,r,n){return new c(i.negint,-1-v(e,t+1,n),3)}function Jt(e,t,r,n){return new c(i.negint,-1-_(e,t+1,n),5)}var Ye=BigInt(-1),Wt=BigInt(1);function Gt(e,t,r,n){let o=A(e,t+1,n);if(typeof o!="bigint"){let s=-1-o;if(s>=Number.MIN_SAFE_INTEGER)return new c(i.negint,s,9)}if(n.allowBigInt!==!0)throw new Error(`${f} integers outside of the safe integer range are not supported`);return new c(i.negint,Ye-BigInt(o),9)}function Ue(e,t){let r=t.value,n=typeof r=="bigint"?r*Ye-Wt:r*-1-1;w(e,t.type.majorEncoded,n)}Ue.encodedSize=function(t){let r=t.value,n=typeof r=="bigint"?r*Ye-Wt:r*-1-1;return n<g[0]?1:n<g[1]?2:n<g[2]?3:n<g[3]?5:9};Ue.compareTokens=function(t,r){return t.value<r.value?1:t.value>r.value?-1:0};function xe(e,t,r,n){R(e,t,r+n);let o=e.slice(t+r,t+r+n);return new c(i.bytes,o,r+n)}function Ht(e,t,r,n){return xe(e,t,1,r)}function Kt(e,t,r,n){return xe(e,t,2,k(e,t+1,n))}function Xt(e,t,r,n){return xe(e,t,3,v(e,t+1,n))}function Qt(e,t,r,n){return xe(e,t,5,_(e,t+1,n))}function Yt(e,t,r,n){let o=A(e,t+1,n);if(typeof o=="bigint")throw new Error(`${f} 64-bit integer bytes lengths not supported`);return xe(e,t,9,o)}function Se(e){return e.encodedBytes===void 0&&(e.encodedBytes=i.equals(e.type,i.string)?le(e.value):e.value),e.encodedBytes}function ne(e,t){let r=Se(t);w(e,t.type.majorEncoded,r.length),e.push(r)}ne.encodedSize=function(t){let r=Se(t);return w.encodedSize(r.length)+r.length};ne.compareTokens=function(t,r){return Fn(Se(t),Se(r))};function Fn(e,t){return e.length<t.length?-1:e.length>t.length?1:_e(e,t)}var Zt=new TextDecoder,Ln=32;function jn(e,t,r){if(r-t<Ln){let o="";for(let s=t;s<r;s++){let a=e[s];if(a&128)return Zt.decode(e.subarray(t,r));o+=String.fromCharCode(a)}return o}return Zt.decode(e.subarray(t,r))}function ge(e,t,r,n,o){let s=r+n;R(e,t,s);let a=new c(i.string,jn(e,t+r,t+s),s);return o.retainStringBytes===!0&&(a.byteValue=e.slice(t+r,t+s)),a}function er(e,t,r,n){return ge(e,t,1,r,n)}function tr(e,t,r,n){return ge(e,t,2,k(e,t+1,n),n)}function rr(e,t,r,n){return ge(e,t,3,v(e,t+1,n),n)}function nr(e,t,r,n){return ge(e,t,5,_(e,t+1,n),n)}function or(e,t,r,n){let o=A(e,t+1,n);if(typeof o=="bigint")throw new Error(`${f} 64-bit integer string lengths not supported`);return ge(e,t,9,o,n)}var ir=ne;function oe(e,t,r,n){return new c(i.array,n,r)}function sr(e,t,r,n){return oe(e,t,1,r)}function ar(e,t,r,n){return oe(e,t,2,k(e,t+1,n))}function cr(e,t,r,n){return oe(e,t,3,v(e,t+1,n))}function ur(e,t,r,n){return oe(e,t,5,_(e,t+1,n))}function fr(e,t,r,n){let o=A(e,t+1,n);if(typeof o=="bigint")throw new Error(`${f} 64-bit integer array lengths not supported`);return oe(e,t,9,o)}function dr(e,t,r,n){if(n.allowIndefinite===!1)throw new Error(`${f} indefinite length items not allowed`);return oe(e,t,1,1/0)}function Ie(e,t){w(e,i.array.majorEncoded,t.value)}Ie.compareTokens=S.compareTokens;Ie.encodedSize=function(t){return w.encodedSize(t.value)};function ie(e,t,r,n){return new c(i.map,n,r)}function hr(e,t,r,n){return ie(e,t,1,r)}function pr(e,t,r,n){return ie(e,t,2,k(e,t+1,n))}function lr(e,t,r,n){return ie(e,t,3,v(e,t+1,n))}function mr(e,t,r,n){return ie(e,t,5,_(e,t+1,n))}function yr(e,t,r,n){let o=A(e,t+1,n);if(typeof o=="bigint")throw new Error(`${f} 64-bit integer map lengths not supported`);return ie(e,t,9,o)}function xr(e,t,r,n){if(n.allowIndefinite===!1)throw new Error(`${f} indefinite length items not allowed`);return ie(e,t,1,1/0)}function Te(e,t){w(e,i.map.majorEncoded,t.value)}Te.compareTokens=S.compareTokens;Te.encodedSize=function(t){return w.encodedSize(t.value)};function gr(e,t,r,n){return new c(i.tag,r,1)}function wr(e,t,r,n){return new c(i.tag,k(e,t+1,n),2)}function br(e,t,r,n){return new c(i.tag,v(e,t+1,n),3)}function Er(e,t,r,n){return new c(i.tag,_(e,t+1,n),5)}function kr(e,t,r,n){return new c(i.tag,A(e,t+1,n),9)}function Be(e,t){w(e,i.tag.majorEncoded,t.value)}Be.compareTokens=S.compareTokens;Be.encodedSize=function(t){return w.encodedSize(t.value)};var Ze=20,et=21,tt=22,rt=23;function vr(e,t,r,n){if(n.allowUndefined===!1)throw new Error(`${f} undefined values are not supported`);return n.coerceUndefinedToNull===!0?new c(i.null,null,1):new c(i.undefined,void 0,1)}function _r(e,t,r,n){if(n.allowIndefinite===!1)throw new Error(`${f} indefinite length items not allowed`);return new c(i.break,void 0,1)}function nt(e,t,r){if(r){if(r.allowNaN===!1&&Number.isNaN(e))throw new Error(`${f} NaN values are not supported`);if(r.allowInfinity===!1&&(e===1/0||e===-1/0))throw new Error(`${f} Infinity values are not supported`)}return new c(i.float,e,t)}function Ar(e,t,r,n){return nt(ot(e,t+1),3,n)}function Ur(e,t,r,n){return nt(it(e,t+1),5,n)}function Sr(e,t,r,n){return nt(Cr(e,t+1),9,n)}function Ce(e,t,r){let n=t.value;if(n===!1)e.push([i.float.majorEncoded|Ze]);else if(n===!0)e.push([i.float.majorEncoded|et]);else if(n===null)e.push([i.float.majorEncoded|tt]);else if(n===void 0)e.push([i.float.majorEncoded|rt]);else{let o,s=!1;(!r||r.float64!==!0)&&(Tr(n),o=ot(C,1),n===o||Number.isNaN(n)?(C[0]=249,e.push(C.slice(0,3)),s=!0):(Br(n),o=it(C,1),n===o&&(C[0]=250,e.push(C.slice(0,5)),s=!0))),s||(Jn(n),o=Cr(C,1),C[0]=251,e.push(C.slice(0,9)))}}Ce.encodedSize=function(t,r){let n=t.value;if(n===!1||n===!0||n===null||n===void 0)return 1;if(!r||r.float64!==!0){Tr(n);let o=ot(C,1);if(n===o||Number.isNaN(n))return 3;if(Br(n),o=it(C,1),n===o)return 5}return 9};var Ir=new ArrayBuffer(9),I=new DataView(Ir,1),C=new Uint8Array(Ir,0);function Tr(e){if(e===1/0)I.setUint16(0,31744,!1);else if(e===-1/0)I.setUint16(0,64512,!1);else if(Number.isNaN(e))I.setUint16(0,32256,!1);else{I.setFloat32(0,e);let t=I.getUint32(0),r=(t&2139095040)>>23,n=t&8388607;if(r===255)I.setUint16(0,31744,!1);else if(r===0)I.setUint16(0,(t&2147483648)>>16|n>>13,!1);else{let o=r-127;o<-24?I.setUint16(0,0):o<-14?I.setUint16(0,(t&2147483648)>>16|1<<24+o,!1):I.setUint16(0,(t&2147483648)>>16|o+15<<10|n>>13,!1)}}}function ot(e,t){if(e.length-t<2)throw new Error(`${f} not enough data for float16`);let r=(e[t]<<8)+e[t+1];if(r===31744)return 1/0;if(r===64512)return-1/0;if(r===32256)return NaN;let n=r>>10&31,o=r&1023,s;return n===0?s=o*2**-24:n!==31?s=(o+1024)*2**(n-25):s=o===0?1/0:NaN,r&32768?-s:s}function Br(e){I.setFloat32(0,e,!1)}function it(e,t){if(e.length-t<4)throw new Error(`${f} not enough data for float32`);let r=(e.byteOffset||0)+t;return new DataView(e.buffer,r,4).getFloat32(0,!1)}function Jn(e){I.setFloat64(0,e,!1)}function Cr(e,t){if(e.length-t<8)throw new Error(`${f} not enough data for float64`);let r=(e.byteOffset||0)+t;return new DataView(e.buffer,r,8).getFloat64(0,!1)}Ce.compareTokens=S.compareTokens;function p(e,t,r){throw new Error(`${f} encountered invalid minor (${r}) for major ${e[t]>>>5}`)}function $e(e){return()=>{throw new Error(`${f} ${e}`)}}var u=[];for(let e=0;e<=23;e++)u[e]=p;u[24]=Lt;u[25]=jt;u[26]=Rt;u[27]=Vt;u[28]=p;u[29]=p;u[30]=p;u[31]=p;for(let e=32;e<=55;e++)u[e]=p;u[56]=qt;u[57]=Pt;u[58]=Jt;u[59]=Gt;u[60]=p;u[61]=p;u[62]=p;u[63]=p;for(let e=64;e<=87;e++)u[e]=Ht;u[88]=Kt;u[89]=Xt;u[90]=Qt;u[91]=Yt;u[92]=p;u[93]=p;u[94]=p;u[95]=$e("indefinite length bytes/strings are not supported");for(let e=96;e<=119;e++)u[e]=er;u[120]=tr;u[121]=rr;u[122]=nr;u[123]=or;u[124]=p;u[125]=p;u[126]=p;u[127]=$e("indefinite length bytes/strings are not supported");for(let e=128;e<=151;e++)u[e]=sr;u[152]=ar;u[153]=cr;u[154]=ur;u[155]=fr;u[156]=p;u[157]=p;u[158]=p;u[159]=dr;for(let e=160;e<=183;e++)u[e]=hr;u[184]=pr;u[185]=lr;u[186]=mr;u[187]=yr;u[188]=p;u[189]=p;u[190]=p;u[191]=xr;for(let e=192;e<=215;e++)u[e]=gr;u[216]=wr;u[217]=br;u[218]=Er;u[219]=kr;u[220]=p;u[221]=p;u[222]=p;u[223]=p;for(let e=224;e<=243;e++)u[e]=$e("simple values are not supported");u[244]=p;u[245]=p;u[246]=p;u[247]=vr;u[248]=$e("simple values are not supported");u[249]=Ar;u[250]=Ur;u[251]=Sr;u[252]=p;u[253]=p;u[254]=p;u[255]=_r;var $=[];for(let e=0;e<24;e++)$[e]=new c(i.uint,e,1);for(let e=-1;e>=-24;e--)$[31-e]=new c(i.negint,e,1);$[64]=new c(i.bytes,new Uint8Array(0),1);$[96]=new c(i.string,"",1);$[128]=new c(i.array,0,1);$[160]=new c(i.map,0,1);$[244]=new c(i.false,!1,1);$[245]=new c(i.true,!0,1);$[246]=new c(i.null,null,1);function $r(e){switch(e.type){case i.false:return F([244]);case i.true:return F([245]);case i.null:return F([246]);case i.bytes:return e.value.length?void 0:F([64]);case i.string:return e.value===""?F([96]):void 0;case i.array:return e.value===0?F([128]):void 0;case i.map:return e.value===0?F([160]):void 0;case i.uint:return e.value<24?F([Number(e.value)]):void 0;case i.negint:if(e.value>=-24)return F([31-Number(e.value)])}}var Dr=Object.freeze({mapSorter:Qn,quickEncodeToken:$r});function Gn(){let e=[];return e[i.uint.major]=S,e[i.negint.major]=Ue,e[i.bytes.major]=ne,e[i.string.major]=ir,e[i.array.major]=Ie,e[i.map.major]=Te,e[i.tag.major]=Be,e[i.float.major]=Ce,e}var Hn=Gn(),Kn=new me,Ne=class e{constructor(t,r){this.obj=t,this.parent=r}includes(t){let r=this;do if(r.obj===t)return!0;while(r=r.parent);return!1}static createCheck(t,r){if(t&&t.includes(r))throw new Error(`${j} object contains circular references`);return new e(r,t)}},P={null:new c(i.null,null),undefined:new c(i.undefined,void 0),true:new c(i.true,!0),false:new c(i.false,!1),emptyArray:new c(i.array,0),emptyMap:new c(i.map,0)},J={number(e,t,r,n){return!Number.isInteger(e)||!Number.isSafeInteger(e)?new c(i.float,e):e>=0?new c(i.uint,e):new c(i.negint,e)},bigint(e,t,r,n){return e>=BigInt(0)?new c(i.uint,e):new c(i.negint,e)},Uint8Array(e,t,r,n){return new c(i.bytes,e)},string(e,t,r,n){return new c(i.string,e)},boolean(e,t,r,n){return e?P.true:P.false},null(e,t,r,n){return P.null},undefined(e,t,r,n){return P.undefined},ArrayBuffer(e,t,r,n){return new c(i.bytes,new Uint8Array(e))},DataView(e,t,r,n){return new c(i.bytes,new Uint8Array(e.buffer,e.byteOffset,e.byteLength))},Array(e,t,r,n){if(!e.length)return r.addBreakTokens===!0?[P.emptyArray,new c(i.break)]:P.emptyArray;n=Ne.createCheck(n,e);let o=[],s=0;for(let a of e)o[s++]=se(a,r,n);return r.addBreakTokens?[new c(i.array,e.length),o,new c(i.break)]:[new c(i.array,e.length),o]},Object(e,t,r,n){let o=t!=="Object",s=o?e.keys():Object.keys(e),a=o?e.size:s.length,d;if(a){d=new Array(a),n=Ne.createCheck(n,e);let h=!o&&r.ignoreUndefinedProperties,l=0;for(let x of s){let y=o?e.get(x):e[x];h&&y===void 0||(d[l++]=[se(x,r,n),se(y,r,n)])}l<a&&(d.length=l)}return d?.length?(Xn(d,r),r.addBreakTokens?[new c(i.map,d.length),d,new c(i.break)]:[new c(i.map,d.length),d]):r.addBreakTokens===!0?[P.emptyMap,new c(i.break)]:P.emptyMap},Tagged(e,t,r,n){return[new c(i.tag,e.tag),se(e.value,r,n)]}};J.Map=J.Object;J.Buffer=J.Uint8Array;for(let e of"Uint8Clamped Uint16 Uint32 Int8 Int16 Int32 BigUint64 BigInt64 Float32 Float64".split(" "))J[`${e}Array`]=J.DataView;function se(e,t={},r){let n=$t(e),o=t&&t.typeEncoders&&t.typeEncoders[n]||J[n];if(typeof o=="function"){let a=o(e,n,t,r);if(a!=null)return a}let s=J[n];if(!s)throw new Error(`${j} unsupported type: ${n}`);return s(e,n,t,r)}function Xn(e,t){t.mapSorter&&e.sort(t.mapSorter)}function Qn(e,t){if(e[0]instanceof c&&t[0]instanceof c){let r=e[0],n=t[0];return r._keyBytes||(r._keyBytes=Nr(r.value)),n._keyBytes||(n._keyBytes=Nr(n.value)),_e(r._keyBytes,n._keyBytes)}throw new Error("rfc8949MapSorter: complex key types are not supported yet")}function Nr(e){return st(e,Hn,Dr)}function Mr(e,t,r,n){if(Array.isArray(t))for(let o of t)Mr(e,o,r,n);else r[t.type.major](e,t,n)}var is=i.uint.majorEncoded,ss=i.negint.majorEncoded,as=i.bytes.majorEncoded,cs=i.string.majorEncoded,us=i.array.majorEncoded,fs=i.float.majorEncoded|Ze,ds=i.float.majorEncoded|et,hs=i.float.majorEncoded|tt,ps=i.float.majorEncoded|rt,ls=BigInt(-1),ms=BigInt(1);function st(e,t,r,n){let o=n instanceof Uint8Array,s=o?new Ae(n):Kn,a=se(e,r);if(!Array.isArray(a)&&r.quickEncodeToken){let d=r.quickEncodeToken(a);if(d)return o?(s.push(d),s.toBytes()):d;let h=t[a.type.major];if(h.encodedSize){let l=h.encodedSize(a,r);if(o||(s=new me(l)),h(s,a,r),s.chunks.length!==1)throw new Error(`Unexpected error: pre-calculated length for ${a} was wrong`);return o?s.toBytes():X(s.chunks[0])}}return s.reset(),Mr(s,a,t,r),s.toBytes(!0)}var Yn={strict:!1,allowIndefinite:!0,allowUndefined:!0,allowBigInt:!0},De=class{constructor(t,r={}){this._pos=0,this.data=t,this.options=r}pos(){return this._pos}done(){return this._pos>=this.data.length}next(){let t=this.data[this._pos],r=$[t];if(r===void 0){let n=u[t];if(!n)throw new Error(`${f} no decoder for major type ${t>>>5} (byte 0x${t.toString(16).padStart(2,"0")})`);let o=t&31;r=n(this.data,this._pos,o,this.options)}return this._pos+=r.encodedLength,r}},W=Symbol.for("DONE"),ae=Symbol.for("BREAK");function Zn(e,t,r){let n=[];for(let o=0;o<e.value;o++){let s=G(t,r);if(s===ae){if(e.value===1/0)break;throw new Error(`${f} got unexpected break to lengthed array`)}if(s===W)throw new Error(`${f} found array but not enough entries (got ${o}, expected ${e.value})`);n[o]=s}return n}function eo(e,t,r){let n=r.useMaps===!0,o=r.rejectDuplicateMapKeys===!0,s=n?void 0:{},a=n?new Map:void 0;for(let d=0;d<e.value;d++){let h=G(t,r);if(h===ae){if(e.value===1/0)break;throw new Error(`${f} got unexpected break to lengthed map`)}if(h===W)throw new Error(`${f} found map but not enough entries (got ${d} [no key], expected ${e.value})`);if(!n&&typeof h!="string")throw new Error(`${f} non-string keys not supported (got ${typeof h})`);if(o&&(n&&a.has(h)||!n&&Object.hasOwn(s,h)))throw new Error(`${f} found repeat map key "${h}"`);let l=G(t,r);if(l===W)throw new Error(`${f} found map but not enough entries (got ${d} [no value], expected ${e.value})`);n?a.set(h,l):s[h]=l}return n?a:s}function*to(e,t,r){for(let n=0;n<e.value;n++){let o=G(t,r);if(o===ae){if(e.value===1/0)break;throw new Error(`${f} got unexpected break to lengthed map`)}if(o===W)throw new Error(`${f} found map but not enough entries (got ${n} [no key], expected ${e.value})`);let s=G(t,r);if(s===W)throw new Error(`${f} found map but not enough entries (got ${n} [no value], expected ${e.value})`);yield[o,s]}}function ro(e,t){let r=!1,n=function(){if(r)throw new Error(`${f} tag decode() may only be called once`);r=!0;let o=G(e,t);if(o===W)throw new Error(`${f} tag content missing`);if(o===ae)throw new Error(`${f} got unexpected break in tag content`);return o};return n.entries=function(){if(r)throw new Error(`${f} tag decode() may only be called once`);r=!0;let o=e.next();if(!i.equals(o.type,i.map))throw new Error(`${f} entries() requires map content, got ${o.type.name}`);let s=[];for(let a of to(o,e,t))s.push(a);return s},Object.defineProperty(n,"_called",{get(){return r},enumerable:!1}),n}function G(e,t){if(e.done())return W;let r=e.next();if(i.equals(r.type,i.break))return ae;if(r.type.terminal)return r.value;if(i.equals(r.type,i.array))return Zn(r,e,t);if(i.equals(r.type,i.map))return eo(r,e,t);if(i.equals(r.type,i.tag)){if(t.tags&&typeof t.tags[r.value]=="function"){let n=ro(e,t),o=t.tags[r.value](n);if(!n._called)throw new Error(`${f} tag decoder must call decode() or entries()`);return o}throw new Error(`${f} tag not supported (${r.value})`)}throw new Error("unsupported")}function at(e,t){if(!(e instanceof Uint8Array))throw new Error(`${f} data to decode must be a Uint8Array`);t=Object.assign({},Yn,t);let r=X(e),n=t.tokenizer||new De(r,t),o=G(n,t);if(o===W)throw new Error(`${f} did not find any content to decode`);if(o===ae)throw new Error(`${f} got unexpected break`);return[o,e.subarray(n.pos())]}function ct(e,t){let[r,n]=at(e,t);if(n.length>0)throw new Error(`${f} too many terminals, data makes no sense`);return r}var Me=class e{constructor(t,r){if(typeof t!="number"||!Number.isInteger(t)||t<0)throw new TypeError("Tagged: tag must be a non-negative integer");this.tag=t,this.value=r}static decoder(t){return r=>new e(t,r())}static preserve(...t){let r={};for(let n of t)r[n]=e.decoder(n);return r}};Object.defineProperty(Me.prototype,Symbol.toStringTag,{value:"Tagged"});var ut=class extends Array{constructor(){super(),this.inRecursive=[]}prefix(t){let r=this.inRecursive[this.inRecursive.length-1];r&&(i.equals(r.type,i.array)&&(r.elements++,r.elements!==1&&t.push([44])),i.equals(r.type,i.map)&&(r.elements++,r.elements!==1&&(r.elements%2===1?t.push([44]):t.push([58]))))}[i.uint.major](t,r){this.prefix(t);let n=String(r.value),o=[];for(let s=0;s<n.length;s++)o[s]=n.charCodeAt(s);t.push(o)}[i.negint.major](t,r){this[i.uint.major](t,r)}[i.bytes.major](t,r){throw new Error(`${j} unsupported type: Uint8Array`)}[i.string.major](t,r){this.prefix(t);let n=le(JSON.stringify(r.value));t.push(n.length>32?X(n):n)}[i.array.major](t,r){this.prefix(t),this.inRecursive.push({type:i.array,elements:0}),t.push([91])}[i.map.major](t,r){this.prefix(t),this.inRecursive.push({type:i.map,elements:0}),t.push([123])}[i.tag.major](t,r){}[i.float.major](t,r){if(r.type.name==="break"){let a=this.inRecursive.pop();if(a){if(i.equals(a.type,i.array))t.push([93]);else if(i.equals(a.type,i.map))t.push([125]);else throw new Error("Unexpected recursive type; this should not happen!");return}throw new Error("Unexpected break; this should not happen!")}if(r.value===void 0)throw new Error(`${j} unsupported type: undefined`);if(this.prefix(t),r.type.name==="true"){t.push([116,114,117,101]);return}else if(r.type.name==="false"){t.push([102,97,108,115,101]);return}else if(r.type.name==="null"){t.push([110,117,108,108]);return}let n=String(r.value),o=[],s=!1;for(let a=0;a<n.length;a++)o[a]=n.charCodeAt(a),!s&&(o[a]===46||o[a]===101||o[a]===69)&&(s=!0);s||(o.push(46),o.push(48)),t.push(o)}};function no(e,t){if(Array.isArray(e[0])||Array.isArray(t[0]))throw new Error(`${j} complex map keys are not supported`);let r=e[0],n=t[0];if(r.type!==i.string||n.type!==i.string)throw new Error(`${j} non-string map keys are not supported`);if(r<n)return-1;if(r>n)return 1;throw new Error(`${j} unexpected duplicate map keys, this is not supported`)}var oo={addBreakTokens:!0,mapSorter:no};function ft(e,t){return t=Object.assign({},oo,t),st(e,new ut,t)}var ce=class{constructor(t,r={}){this._pos=0,this.data=t,this.options=r,this.modeStack=["value"],this.lastToken=""}pos(){return this._pos}done(){return this._pos>=this.data.length}ch(){return this.data[this._pos]}currentMode(){return this.modeStack[this.modeStack.length-1]}skipWhitespace(){let t=this.ch();for(;t===32||t===9||t===13||t===10;)t=this.data[++this._pos]}expect(t){if(this.data.length-this._pos<t.length)throw new Error(`${f} unexpected end of input at position ${this._pos}`);for(let r=0;r<t.length;r++)if(this.data[this._pos++]!==t[r])throw new Error(`${f} unexpected token at position ${this._pos}, expected to find '${String.fromCharCode(...t)}'`)}parseNumber(){let t=this._pos,r=!1,n=!1,o=d=>{for(;!this.done();){let h=this.ch();if(d.includes(h))this._pos++;else break}};if(this.ch()===45&&(r=!0,this._pos++),this.ch()===48)if(this._pos++,this.ch()===46)this._pos++,n=!0;else return new c(i.uint,0,this._pos-t);if(o([48,49,50,51,52,53,54,55,56,57]),r&&this._pos===t+1)throw new Error(`${f} unexpected token at position ${this._pos}`);if(!this.done()&&this.ch()===46){if(n)throw new Error(`${f} unexpected token at position ${this._pos}`);n=!0,this._pos++,o([48,49,50,51,52,53,54,55,56,57])}!this.done()&&(this.ch()===101||this.ch()===69)&&(n=!0,this._pos++,!this.done()&&(this.ch()===43||this.ch()===45)&&this._pos++,o([48,49,50,51,52,53,54,55,56,57]));let s=String.fromCharCode.apply(null,this.data.subarray(t,this._pos)),a=parseFloat(s);return n?new c(i.float,a,this._pos-t):this.options.allowBigInt!==!0||Number.isSafeInteger(a)?new c(a>=0?i.uint:i.negint,a,this._pos-t):new c(a>=0?i.uint:i.negint,BigInt(s),this._pos-t)}parseString(){if(this.ch()!==34)throw new Error(`${f} unexpected character at position ${this._pos}; this shouldn't happen`);this._pos++;for(let s=this._pos,a=0;s<this.data.length&&a<65536;s++,a++){let d=this.data[s];if(d===92||d<32||d>=128)break;if(d===34){let h=String.fromCharCode.apply(null,this.data.subarray(this._pos,s));return this._pos=s+1,new c(i.string,h,a)}}let t=this._pos,r=[],n=()=>{if(this._pos+4>=this.data.length)throw new Error(`${f} unexpected end of unicode escape sequence at position ${this._pos}`);let s=0;for(let a=0;a<4;a++){let d=this.ch();if(d>=48&&d<=57)d-=48;else if(d>=97&&d<=102)d=d-97+10;else if(d>=65&&d<=70)d=d-65+10;else throw new Error(`${f} unexpected unicode escape character at position ${this._pos}`);s=s*16+d,this._pos++}return s},o=()=>{let s=this.ch(),a=null,d=s>239?4:s>223?3:s>191?2:1;if(this._pos+d>this.data.length)throw new Error(`${f} unexpected unicode sequence at position ${this._pos}`);let h,l,x,y;switch(d){case 1:s<128&&(a=s);break;case 2:h=this.data[this._pos+1],(h&192)===128&&(y=(s&31)<<6|h&63,y>127&&(a=y));break;case 3:h=this.data[this._pos+1],l=this.data[this._pos+2],(h&192)===128&&(l&192)===128&&(y=(s&15)<<12|(h&63)<<6|l&63,y>2047&&(y<55296||y>57343)&&(a=y));break;case 4:h=this.data[this._pos+1],l=this.data[this._pos+2],x=this.data[this._pos+3],(h&192)===128&&(l&192)===128&&(x&192)===128&&(y=(s&15)<<18|(h&63)<<12|(l&63)<<6|x&63,y>65535&&y<1114112&&(a=y))}a===null?(a=65533,d=1):a>65535&&(a-=65536,r.push(a>>>10&1023|55296),a=56320|a&1023),r.push(a),this._pos+=d};for(;!this.done();){let s=this.ch(),a;switch(s){case 92:if(this._pos++,this.done())throw new Error(`${f} unexpected string termination at position ${this._pos}`);switch(a=this.ch(),this._pos++,a){case 34:case 39:case 92:case 47:r.push(a);break;case 98:r.push(8);break;case 116:r.push(9);break;case 110:r.push(10);break;case 102:r.push(12);break;case 114:r.push(13);break;case 117:r.push(n());break;default:throw new Error(`${f} unexpected string escape character at position ${this._pos}`)}break;case 34:return this._pos++,new c(i.string,zt(r),this._pos-t);default:if(s<32)throw new Error(`${f} invalid control character at position ${this._pos}`);s<128?(r.push(s),this._pos++):o()}}throw new Error(`${f} unexpected end of string at position ${this._pos}`)}parseValue(){switch(this.ch()){case 123:return this.modeStack.push("obj-start"),this._pos++,new c(i.map,1/0,1);case 91:return this.modeStack.push("array-start"),this._pos++,new c(i.array,1/0,1);case 34:return this.parseString();case 110:return this.expect([110,117,108,108]),new c(i.null,null,4);case 102:return this.expect([102,97,108,115,101]),new c(i.false,!1,5);case 116:return this.expect([116,114,117,101]),new c(i.true,!0,4);case 45:case 48:case 49:case 50:case 51:case 52:case 53:case 54:case 55:case 56:case 57:return this.parseNumber();default:throw new Error(`${f} unexpected character at position ${this._pos}`)}}next(){switch(this.skipWhitespace(),this.currentMode()){case"value":return this.modeStack.pop(),this.parseValue();case"array-value":{if(this.modeStack.pop(),this.ch()===93)return this._pos++,this.skipWhitespace(),new c(i.break,void 0,1);if(this.ch()!==44)throw new Error(`${f} unexpected character at position ${this._pos}, was expecting array delimiter but found '${String.fromCharCode(this.ch())}'`);return this._pos++,this.modeStack.push("array-value"),this.skipWhitespace(),this.parseValue()}case"array-start":return this.modeStack.pop(),this.ch()===93?(this._pos++,this.skipWhitespace(),new c(i.break,void 0,1)):(this.modeStack.push("array-value"),this.skipWhitespace(),this.parseValue());case"obj-key":if(this.ch()===125)return this.modeStack.pop(),this._pos++,this.skipWhitespace(),new c(i.break,void 0,1);if(this.ch()!==44)throw new Error(`${f} unexpected character at position ${this._pos}, was expecting object delimiter but found '${String.fromCharCode(this.ch())}'`);this._pos++,this.skipWhitespace();case"obj-start":{if(this.modeStack.pop(),this.ch()===125)return this._pos++,this.skipWhitespace(),new c(i.break,void 0,1);let t=this.parseString();if(this.skipWhitespace(),this.ch()!==58)throw new Error(`${f} unexpected character at position ${this._pos}, was expecting key/value delimiter ':' but found '${String.fromCharCode(this.ch())}'`);return this._pos++,this.modeStack.push("obj-value"),t}case"obj-value":return this.modeStack.pop(),this.modeStack.push("obj-key"),this.skipWhitespace(),this.parseValue();default:throw new Error(`${f} unexpected parse state at position ${this._pos}; this shouldn't happen`)}}};function dt(e,t){return t=Object.assign({tokenizer:new ce(e,t)},t),ct(e,t)}function so(e){return e instanceof ArrayBuffer?new Uint8Array(e,0,e.byteLength):e}function ao(e){if(e.asCID!==e&&e["/"]!==e.bytes)return null;let t=q.asCID(e);if(!t)return null;let r=t.toString();return[new c(i.map,1/0,1),new c(i.string,"/",1),new c(i.string,r,r.length),new c(i.break,void 0,1)]}function Oe(e){let t=Xe.encode(e).slice(1);return[new c(i.map,1/0,1),new c(i.string,"/",1),new c(i.map,1/0,1),new c(i.string,"bytes",5),new c(i.string,t,t.length),new c(i.break,void 0,1),new c(i.break,void 0,1)]}function N(e){return Oe(new Uint8Array(e.buffer,e.byteOffset,e.byteLength))}function co(e){return Oe(new Uint8Array(e))}function uo(){throw new Error("`undefined` is not supported by the IPLD Data Model and cannot be encoded")}function fo(e){if(Number.isNaN(e))throw new Error("`NaN` is not supported by the IPLD Data Model and cannot be encoded");if(e===1/0||e===-1/0)throw new Error("`Infinity` and `-Infinity` is not supported by the IPLD Data Model and cannot be encoded");return null}var ho={typeEncoders:{Object:ao,Buffer:Oe,Uint8Array:Oe,Int8Array:N,Uint16Array:N,Int16Array:N,Uint32Array:N,Int32Array:N,Float32Array:N,Float64Array:N,Uint8ClampedArray:N,BigInt64Array:N,BigUint64Array:N,DataView:N,ArrayBuffer:co,undefined:uo,number:fo}},ht=class extends ce{constructor(t,r){super(t,r),this.tokenBuffer=[]}done(){return this.tokenBuffer.length===0&&super.done()}_next(){return this.tokenBuffer.length>0?this.tokenBuffer.pop():super.next()}next(){let t=this._next();if(i.equals(t.type,i.map)){let r=this._next();if(i.equals(r.type,i.string)&&r.value==="/"){let n=this._next();if(i.equals(n.type,i.string)){let o=this._next();if(!i.equals(o.type,i.break))throw new Error("Invalid encoded CID form");return this.tokenBuffer.push(n),new c(i.tag,42,0)}if(i.equals(n.type,i.map)){let o=this._next();if(i.equals(o.type,i.string)&&o.value==="bytes"){let s=this._next();if(i.equals(s.type,i.string)){for(let d=0;d<2;d++){let h=this._next();if(!i.equals(h.type,i.break))throw new Error("Invalid encoded Bytes form")}let a=Xe.decode(`m${s.value}`);return new c(i.bytes,a,s.value.length)}this.tokenBuffer.push(s)}this.tokenBuffer.push(o)}this.tokenBuffer.push(n)}this.tokenBuffer.push(r)}return t}},Or={allowIndefinite:!1,allowUndefined:!1,allowNaN:!1,allowInfinity:!1,allowBigInt:!0,strict:!0,useMaps:!1,rejectDuplicateMapKeys:!0,tags:{42:e=>q.parse(e())}};var pt=297,Fr=e=>ft(e,ho),zr=e=>{let t=so(e),r=Object.assign(Or,{tokenizer:new ht(t,Or)});return dt(t,r)};var Ws=new TextDecoder;var Gs=new TextEncoder;function lo(e){return e[Symbol.asyncIterator]!=null}function mo(e){if(lo(e))return(async()=>{let n=new Uint8Array(0);for await(let o of e)n=Qe([n,o],n.length+o.length);return n})();let t=[],r=0;for(let n of e)t.push(n),r+=n.byteLength;return Qe(t,r)}var Lr=mo;var Fe=class{components;constructor(t){this.components=t}async add(t,r={}){let n=Fr(t),o=await(r.hasher??Ct).digest(n),s=q.createV1(pt,o);return await this.components.blockstore.put(s,n,r),s}async get(t,r={}){if(t.code!==pt)throw new ke("The passed CID had an incorrect codec, it may correspond to a non-DAG-JSON block");let n=await Lr(this.components.blockstore.get(t,r));return zr(n)}};function yo(e){return new Fe(e)}return Hr(xo);})();
2
+ "use strict";var HeliaDagJson=(()=>{var ze=Object.defineProperty;var qr=Object.getOwnPropertyDescriptor;var Pr=Object.getOwnPropertyNames;var Gr=Object.prototype.hasOwnProperty;var Jr=(e,t)=>{for(var r in t)ze(e,r,{get:t[r],enumerable:!0})},Wr=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of Pr(t))!Gr.call(e,o)&&o!==r&&ze(e,o,{get:()=>t[o],enumerable:!(n=qr(t,o))||n.enumerable});return e};var Hr=e=>Wr(ze({},"__esModule",{value:!0}),e);var go={};Jr(go,{dagJson:()=>yo});var wo=new Uint8Array(0);function mt(e,t){if(e===t)return!0;if(e.byteLength!==t.byteLength)return!1;for(let r=0;r<e.byteLength;r++)if(e[r]!==t[r])return!1;return!0}function Y(e){if(e instanceof Uint8Array&&e.constructor.name==="Uint8Array")return K(e);if(e instanceof ArrayBuffer)return new Uint8Array(e);if(ArrayBuffer.isView(e))return K(new Uint8Array(e.buffer,e.byteOffset,e.byteLength));throw new Error("Unknown type, must be binary type")}function Kr(e){return e?.buffer instanceof ArrayBuffer}function K(e){return Kr(e)?e:e.slice()}function Qr(e,t,r){if(e.length>=255)throw new TypeError("Alphabet too long");for(var n=new Uint8Array(256),o=0;o<n.length;o++)n[o]=255;for(var s=0;s<e.length;s++){var a=e.charAt(s),d=a.charCodeAt(0);if(n[d]!==255)throw new TypeError(a+" is ambiguous");if(n[d]=s,r){var h=a.toLowerCase().charCodeAt(0),l=a.toUpperCase().charCodeAt(0);h!==d&&(n[h]=s),l!==d&&(n[l]=s)}}var g=e.length,y=e.charAt(0),Le=Math.log(g)/Math.log(256),jr=Math.log(256)/Math.log(g);function Rr(m){if(m instanceof Uint8Array||(ArrayBuffer.isView(m)?m=new Uint8Array(m.buffer,m.byteOffset,m.byteLength):Array.isArray(m)&&(m=Uint8Array.from(m))),!(m instanceof Uint8Array))throw new TypeError("Expected Uint8Array");if(m.length===0)return"";for(var E=0,H=0,T=0,D=m.length;T!==D&&m[T]===0;)T++,E++;for(var M=(D-T)*jr+1>>>0,U=new Uint8Array(M);T!==D;){for(var O=m[T],V=0,B=M-1;(O!==0||V<H)&&B!==-1;B--,V++)O+=256*U[B]>>>0,U[B]=O%g>>>0,O=O/g>>>0;if(O!==0)throw new Error("Non-zero carry");H=V,T++}for(var L=M-H;L!==M&&U[L]===0;)L++;for(var we=y.repeat(E);L<M;++L)we+=e.charAt(U[L]);return we}function lt(m){if(typeof m!="string")throw new TypeError("Expected String");if(m.length===0)return new Uint8Array;var E=0;if(m[E]!==" "){for(var H=0,T=0;m[E]===y;)H++,E++;for(var D=(m.length-E)*Le+1>>>0,M=new Uint8Array(D);m[E];){var U=n[m.charCodeAt(E)];if(U===255)return;for(var O=0,V=D-1;(U!==0||O<T)&&V!==-1;V--,O++)U+=g*M[V]>>>0,M[V]=U%256>>>0,U=U/256>>>0;if(U!==0)throw new Error("Non-zero carry");T=O,E++}if(m[E]!==" "){for(var B=D-T;B!==D&&M[B]===0;)B++;for(var L=new Uint8Array(H+(D-B)),we=H;B!==D;)L[we++]=M[B++];return L}}}function Vr(m){var E=lt(m);if(E)return E;throw new Error(`Non-${t} character`)}return{encode:Rr,decodeUnsafe:lt,decode:Vr}}var Yr=Qr,Zr=Yr,yt=Zr;var je=class{name;prefix;baseEncode;constructor(t,r,n){this.name=t,this.prefix=r,this.baseEncode=n}encode(t){if(t instanceof Uint8Array)return`${this.prefix}${this.baseEncode(t)}`;throw Error("Unknown type, must be binary type")}},Re=class{name;prefix;baseDecode;prefixCodePoint;constructor(t,r,n){this.name=t,this.prefix=r;let o=r.codePointAt(0);if(o===void 0)throw new Error("Invalid prefix character");this.prefixCodePoint=o,this.baseDecode=n}decode(t){if(typeof t=="string"){if(t.codePointAt(0)!==this.prefixCodePoint)throw Error(`Unable to decode multibase string ${JSON.stringify(t)}, ${this.name} decoder only supports inputs prefixed with ${this.prefix}`);return this.baseDecode(t.slice(this.prefix.length))}else throw Error("Can only multibase decode strings")}or(t){return gt(this,t)}},Ve=class{decoders;constructor(t){this.decoders=t}or(t){return gt(this,t)}decode(t){let r=t[0],n=this.decoders[r];if(n!=null)return n.decode(t);throw RangeError(`Unable to decode multibase string ${JSON.stringify(t)}, only inputs prefixed with ${Object.keys(this.decoders)} are supported`)}};function gt(e,t){return new Ve({...e.decoders??{[e.prefix]:e},...t.decoders??{[t.prefix]:t}})}var qe=class{name;prefix;baseEncode;baseDecode;encoder;decoder;constructor(t,r,n,o){this.name=t,this.prefix=r,this.baseEncode=n,this.baseDecode=o,this.encoder=new je(t,r,n),this.decoder=new Re(t,r,o)}encode(t){return this.encoder.encode(t)}decode(t){return this.decoder.decode(t)}};function xt({name:e,prefix:t,encode:r,decode:n}){return new qe(e,t,r,n)}function Z({name:e,prefix:t,alphabet:r,caseInsensitive:n=!1}){let{encode:o,decode:s}=yt(r,e,n);return xt({prefix:t,name:e,encode:o,decode:a=>Y(s(a))})}function en(e,t,r,n){let o=e.length;for(;e[o-1]==="=";)--o;let s=new Uint8Array(o*r/8|0),a=0,d=0,h=0;for(let l=0;l<o;++l){let g=t[e[l]];if(g===void 0)throw new SyntaxError(`Non-${n} character`);d=d<<r|g,a+=r,a>=8&&(a-=8,s[h++]=255&d>>a)}if(a>=r||(255&d<<8-a)!==0)throw new SyntaxError("Unexpected end of data");return s}function tn(e,t,r){let n=t[t.length-1]==="=",o=(1<<r)-1,s="",a=0,d=0;for(let h=0;h<e.length;++h)for(d=d<<8|e[h],a+=8;a>r;)a-=r,s+=t[o&d>>a];if(a!==0&&(s+=t[o&d<<r-a]),n)for(;(s.length*r&7)!==0;)s+="=";return s}function rn(e,t){let r={};for(let n=0;n<e.length;++n)if(r[e[n]]=n,t){let o=e[n].toLowerCase(),s=e[n].toUpperCase();o!==e[n]&&(r[o]=n),s!==e[n]&&(r[s]=n)}return r}function b({name:e,prefix:t,bitsPerChar:r,alphabet:n,caseInsensitive:o=!1}){let s=rn(n,o);return xt({prefix:t,name:e,encode(a){return tn(a,n,r)},decode(a){return en(a,s,r,e)}})}var ue=b({prefix:"b",name:"base32",alphabet:"abcdefghijklmnopqrstuvwxyz234567",bitsPerChar:5,caseInsensitive:!0}),_o=b({prefix:"B",name:"base32upper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567",bitsPerChar:5,caseInsensitive:!0}),Uo=b({prefix:"c",name:"base32pad",alphabet:"abcdefghijklmnopqrstuvwxyz234567=",bitsPerChar:5,caseInsensitive:!0}),So=b({prefix:"C",name:"base32padupper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567=",bitsPerChar:5,caseInsensitive:!0}),Io=b({prefix:"v",name:"base32hex",alphabet:"0123456789abcdefghijklmnopqrstuv",bitsPerChar:5,caseInsensitive:!0}),To=b({prefix:"V",name:"base32hexupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV",bitsPerChar:5,caseInsensitive:!0}),Bo=b({prefix:"t",name:"base32hexpad",alphabet:"0123456789abcdefghijklmnopqrstuv=",bitsPerChar:5,caseInsensitive:!0}),Co=b({prefix:"T",name:"base32hexpadupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV=",bitsPerChar:5,caseInsensitive:!0}),$o=b({prefix:"h",name:"base32z",alphabet:"ybndrfg8ejkmcpqxot1uwisza345h769",bitsPerChar:5});var be=Z({prefix:"k",name:"base36",alphabet:"0123456789abcdefghijklmnopqrstuvwxyz",caseInsensitive:!0}),Mo=Z({prefix:"K",name:"base36upper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ",caseInsensitive:!0});var z=Z({name:"base58btc",prefix:"z",alphabet:"123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"}),Lo=Z({name:"base58flickr",prefix:"Z",alphabet:"123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ"});var nn=Et,wt=128,on=127,sn=~on,an=Math.pow(2,31);function Et(e,t,r){t=t||[],r=r||0;for(var n=r;e>=an;)t[r++]=e&255|wt,e/=128;for(;e&sn;)t[r++]=e&255|wt,e>>>=7;return t[r]=e|0,Et.bytes=r-n+1,t}var cn=Pe,un=128,bt=127;function Pe(e,n){var r=0,n=n||0,o=0,s=n,a,d=e.length;do{if(s>=d)throw Pe.bytes=0,new RangeError("Could not decode varint");a=e[s++],r+=o<28?(a&bt)<<o:(a&bt)*Math.pow(2,o),o+=7}while(a>=un);return Pe.bytes=s-n,r}var fn=Math.pow(2,7),dn=Math.pow(2,14),hn=Math.pow(2,21),pn=Math.pow(2,28),ln=Math.pow(2,35),mn=Math.pow(2,42),yn=Math.pow(2,49),gn=Math.pow(2,56),xn=Math.pow(2,63),wn=function(e){return e<fn?1:e<dn?2:e<hn?3:e<pn?4:e<ln?5:e<mn?6:e<yn?7:e<gn?8:e<xn?9:10},bn={encode:nn,decode:cn,encodingLength:wn},En=bn,fe=En;function de(e,t=0){return[fe.decode(e,t),fe.decode.bytes]}function ee(e,t,r=0){return fe.encode(e,t,r),t}function te(e){return fe.encodingLength(e)}function Ee(e,t){let r=t.byteLength,n=te(e),o=n+te(r),s=new Uint8Array(o+r);return ee(e,s,0),ee(r,s,n),s.set(t,o),new re(e,r,t,s)}function kt(e){let t=Y(e),[r,n]=de(t),[o,s]=de(t.subarray(n)),a=t.subarray(n+s);if(a.byteLength!==o)throw new Error("Incorrect length");return new re(r,o,a,t)}function vt(e,t){if(e===t)return!0;{let r=t;return e.code===r.code&&e.size===r.size&&r.bytes instanceof Uint8Array&&mt(e.bytes,r.bytes)}}var re=class{code;size;digest;bytes;constructor(t,r,n,o){this.code=t,this.size=r,this.digest=K(n),this.bytes=K(o)}};function At(e,t){let{bytes:r,version:n}=e;return n===0?vn(r,We(e),t??z.encoder):An(r,We(e),t??ue.encoder)}var _t=new WeakMap;function We(e){let t=_t.get(e);if(t==null){let r=new Map;return _t.set(e,r),r}return t}var q=class e{code;version;multihash;bytes;"/";constructor(t,r,n,o){this.code=r,this.version=t,this.multihash=n,this.bytes=K(o),this["/"]=this.bytes}get asCID(){return this}get byteOffset(){return this.bytes.byteOffset}get byteLength(){return this.bytes.byteLength}toV0(){switch(this.version){case 0:return this;case 1:{let{code:t,multihash:r}=this;if(t!==he)throw new Error("Cannot convert a non dag-pb CID to CIDv0");if(r.code!==_n)throw new Error("Cannot convert non sha2-256 multihash CID to CIDv0");return e.createV0(r)}default:throw Error(`Can not convert CID version ${this.version} to version 0. This is a bug please report`)}}toV1(){switch(this.version){case 0:{let{code:t,digest:r}=this.multihash,n=Ee(t,r);return e.createV1(this.code,n)}case 1:return this;default:throw Error(`Can not convert CID version ${this.version} to version 1. This is a bug please report`)}}equals(t){return e.equals(this,t)}static equals(t,r){let n=r;return n!=null&&t.code===n.code&&t.version===n.version&&vt(t.multihash,n.multihash)}toString(t){return At(this,t)}toJSON(){return{"/":At(this)}}link(){return this}[Symbol.toStringTag]="CID";[Symbol.for("nodejs.util.inspect.custom")](){return`CID(${this.toString()})`}static asCID(t){if(t==null)return null;let r=t;if(r instanceof e)return r;if(r["/"]!=null&&r["/"]===r.bytes||r.asCID===r){let{version:n,code:o,multihash:s,bytes:a}=r;return new e(n,o,s,a??Ut(n,o,s.bytes))}else if(r[Un]===!0){let{version:n,multihash:o,code:s}=r,a=kt(o);return e.create(n,s,a)}else return null}static create(t,r,n){if(typeof r!="number")throw new Error("String codecs are no longer supported");if(!(n.bytes instanceof Uint8Array))throw new Error("Invalid digest");switch(t){case 0:{if(r!==he)throw new Error(`Version 0 CID must use dag-pb (code: ${he}) block encoding`);return new e(t,r,n,n.bytes)}case 1:{let o=Ut(t,r,n.bytes);return new e(t,r,n,o)}default:throw new Error("Invalid version")}}static createV0(t){return e.create(0,he,t)}static createV1(t,r){return e.create(1,t,r)}static decode(t){let[r,n]=e.decodeFirst(t);if(n.length!==0)throw new Error("Incorrect length");return r}static decodeFirst(t){let r=e.inspectBytes(t),n=r.size-r.multihashSize,o=Y(t.subarray(n,n+r.multihashSize));if(o.byteLength!==r.multihashSize)throw new Error("Incorrect length");let s=o.subarray(r.multihashSize-r.digestSize),a=new re(r.multihashCode,r.digestSize,s,o);return[r.version===0?e.createV0(a):e.createV1(r.codec,a),t.subarray(r.size)]}static inspectBytes(t){let r=0,n=()=>{let[y,Le]=de(t.subarray(r));return r+=Le,y},o=n(),s=he;if(o===18?(o=0,r=0):s=n(),o!==0&&o!==1)throw new RangeError(`Invalid CID version ${o}`);let a=r,d=n(),h=n(),l=r+h,g=l-a;return{version:o,codec:s,multihashCode:d,digestSize:h,multihashSize:g,size:l}}static parse(t,r){let[n,o]=kn(t,r),s=e.decode(o);if(s.version===0&&t[0]!=="Q")throw Error("Version 0 CID string must not include multibase prefix");return We(s).set(n,t),s}};function kn(e,t){switch(e[0]){case"Q":{let r=t??z;return[z.prefix,r.decode(`${z.prefix}${e}`)]}case z.prefix:{let r=t??z;return[z.prefix,r.decode(e)]}case ue.prefix:{let r=t??ue;return[ue.prefix,r.decode(e)]}case be.prefix:{let r=t??be;return[be.prefix,r.decode(e)]}default:{if(t==null)throw Error("To parse non base32, base36 or base58btc encoded CID multibase decoder must be provided");return[e[0],t.decode(e)]}}}function vn(e,t,r){let{prefix:n}=r;if(n!==z.prefix)throw Error(`Cannot string encode V0 in ${r.name} encoding`);let o=t.get(n);if(o==null){let s=r.encode(e).slice(1);return t.set(n,s),s}else return o}function An(e,t,r){let{prefix:n}=r,o=t.get(n);if(o==null){let s=r.encode(e);return t.set(n,s),s}else return o}var he=112,_n=18;function Ut(e,t,r){let n=te(e),o=n+te(t),s=new Uint8Array(o+r.byteLength);return ee(e,s,0),ee(t,s,n),s.set(r,o),s}var Un=Symbol.for("@ipld/js-cid/CID");var Sn=20;function Ke({name:e,code:t,encode:r,minDigestLength:n,maxDigestLength:o}){return new He(e,t,r,n,o)}var He=class{name;code;encode;minDigestLength;maxDigestLength;constructor(t,r,n,o,s){this.name=t,this.code=r,this.encode=n,this.minDigestLength=o??Sn,this.maxDigestLength=s}digest(t,r){if(r?.truncate!=null){if(r.truncate<this.minDigestLength)throw new Error(`Invalid truncate option, must be greater than or equal to ${this.minDigestLength}`);if(this.maxDigestLength!=null&&r.truncate>this.maxDigestLength)throw new Error(`Invalid truncate option, must be less than or equal to ${this.maxDigestLength}`)}if(t instanceof Uint8Array){let n=this.encode(t);return n instanceof Uint8Array?St(n,this.code,r?.truncate):n.then(o=>St(o,this.code,r?.truncate))}else throw Error("Unknown type, must be binary type")}};function St(e,t,r){if(r!=null&&r!==e.byteLength){if(r>e.byteLength)throw new Error(`Invalid truncate option, must be less than or equal to ${e.byteLength}`);e=e.subarray(0,r)}return Ee(t,e)}var Xe=b({prefix:"m",name:"base64",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",bitsPerChar:6}),oi=b({prefix:"M",name:"base64pad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",bitsPerChar:6}),ii=b({prefix:"u",name:"base64url",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_",bitsPerChar:6}),si=b({prefix:"U",name:"base64urlpad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_=",bitsPerChar:6});function It(e=0){return new Uint8Array(e)}function Tn(e){return e?.buffer instanceof ArrayBuffer}function Tt(e){if(Tn(e))return e;let t=e.slice();return new Uint8Array(t.buffer,0,t.byteLength)}function Qe(e,t){t==null&&(t=e.reduce((o,s)=>o+s.length,0));let r=It(t),n=0;for(let o of e)r.set(o,n),n+=o.length;return Tt(r)}function Bt(e){return async t=>new Uint8Array(await crypto.subtle.digest(e,t))}var Ct=Ke({name:"sha2-256",code:18,encode:Bt("SHA-256")}),li=Ke({name:"sha2-512",code:19,encode:Bt("SHA-512")});var ke=class extends Error{static name="InvalidCodecError";constructor(t="Invalid codec"){super(t),this.name="InvalidCodecError"}};var Bn=["Object","RegExp","Date","Error","Map","Set","WeakMap","WeakSet","ArrayBuffer","SharedArrayBuffer","DataView","Promise","URL","HTMLElement","Int8Array","Uint8ClampedArray","Int16Array","Uint16Array","Int32Array","Uint32Array","Float32Array","Float64Array","BigInt64Array","BigUint64Array","Tagged"];function $t(e){if(e===null)return"null";if(e===void 0)return"undefined";if(e===!0||e===!1)return"boolean";let t=typeof e;if(t==="string"||t==="number"||t==="bigint"||t==="symbol")return t;if(t==="function")return"Function";if(Array.isArray(e))return"Array";if(e instanceof Uint8Array)return"Uint8Array";if(e.constructor===Object)return"Object";let r=Cn(e);return r||"Object"}function Cn(e){let t=Object.prototype.toString.call(e).slice(8,-1);if(Bn.includes(t))return t}var i=class{constructor(t,r,n){this.major=t,this.majorEncoded=t<<5,this.name=r,this.terminal=n}toString(){return`Type[${this.major}].${this.name}`}compare(t){return this.major<t.major?-1:this.major>t.major?1:0}static equals(t,r){return t===r||t.major===r.major&&t.name===r.name}};i.uint=new i(0,"uint",!0);i.negint=new i(1,"negint",!0);i.bytes=new i(2,"bytes",!0);i.string=new i(3,"string",!0);i.array=new i(4,"array",!1);i.map=new i(5,"map",!1);i.tag=new i(6,"tag",!1);i.float=new i(7,"float",!0);i.false=new i(7,"false",!0);i.true=new i(7,"true",!0);i.null=new i(7,"null",!0);i.undefined=new i(7,"undefined",!0);i.break=new i(7,"break",!0);var c=class{constructor(t,r,n){this.type=t,this.value=r,this.encodedLength=n,this.encodedBytes=void 0,this.byteValue=void 0}toString(){return`Token[${this.type}].${this.value}`}};var pe=globalThis.process&&!globalThis.process.browser&&globalThis.Buffer&&typeof globalThis.Buffer.isBuffer=="function",$n=new TextEncoder;function ve(e){return pe&&globalThis.Buffer.isBuffer(e)}function X(e){return e instanceof Uint8Array?ve(e)?new Uint8Array(e.buffer,e.byteOffset,e.byteLength):e:Uint8Array.from(e)}var Nn=24,Dn=200,le=pe?e=>e.length>=Nn?globalThis.Buffer.from(e):Nt(e):e=>e.length>=Dn?$n.encode(e):Nt(e),F=e=>Uint8Array.from(e),Mt=pe?(e,t,r)=>ve(e)?new Uint8Array(e.subarray(t,r)):e.slice(t,r):(e,t,r)=>e.slice(t,r),Ot=pe?(e,t)=>(e=e.map(r=>r instanceof Uint8Array?r:globalThis.Buffer.from(r)),X(globalThis.Buffer.concat(e,t))):(e,t)=>{let r=new Uint8Array(t),n=0;for(let o of e)n+o.length>r.length&&(o=o.subarray(0,r.length-n)),r.set(o,n),n+=o.length;return r},Ft=pe?e=>globalThis.Buffer.allocUnsafe(e):e=>new Uint8Array(e);function Ae(e,t){if(ve(e)&&ve(t))return e.compare(t);for(let r=0;r<e.length;r++)if(e[r]!==t[r])return e[r]<t[r]?-1:1;return 0}function Nt(e){let t=[],r=0;for(let n=0;n<e.length;n++){let o=e.charCodeAt(n);o<128?t[r++]=o:o<2048?(t[r++]=o>>6|192,t[r++]=o&63|128):(o&64512)===55296&&n+1<e.length&&(e.charCodeAt(n+1)&64512)===56320?(o=65536+((o&1023)<<10)+(e.charCodeAt(++n)&1023),t[r++]=o>>18|240,t[r++]=o>>12&63|128,t[r++]=o>>6&63|128,t[r++]=o&63|128):(o>=55296&&o<=57343&&(o=65533),t[r++]=o>>12|224,t[r++]=o>>6&63|128,t[r++]=o&63|128)}return t}var Dt=4096;function Lt(e){let t=e.length;if(t<=Dt)return String.fromCharCode.apply(String,e);let r="",n=0;for(;n<t;)r+=String.fromCharCode.apply(String,e.slice(n,n+=Dt));return r}var Mn=256,me=class{constructor(t=Mn){this.chunkSize=t,this.cursor=0,this.maxCursor=-1,this.chunks=[],this._initReuseChunk=null}reset(){this.cursor=0,this.maxCursor=-1,this.chunks.length&&(this.chunks=[]),this._initReuseChunk!==null&&(this.chunks.push(this._initReuseChunk),this.maxCursor=this._initReuseChunk.length-1)}push(t){let r=this.chunks[this.chunks.length-1];if(this.cursor+t.length<=this.maxCursor+1){let o=r.length-(this.maxCursor-this.cursor)-1;r.set(t,o)}else{if(r){let o=r.length-(this.maxCursor-this.cursor)-1;o<r.length&&(this.chunks[this.chunks.length-1]=r.subarray(0,o),this.maxCursor=this.cursor-1)}t.length<64&&t.length<this.chunkSize?(r=Ft(this.chunkSize),this.chunks.push(r),this.maxCursor+=r.length,this._initReuseChunk===null&&(this._initReuseChunk=r),r.set(t,0)):(this.chunks.push(t),this.maxCursor+=t.length)}this.cursor+=t.length}toBytes(t=!1){let r;if(this.chunks.length===1){let n=this.chunks[0];t&&this.cursor>n.length/2?(r=this.cursor===n.length?n:n.subarray(0,this.cursor),this._initReuseChunk=null,this.chunks=[]):r=Mt(n,0,this.cursor)}else r=Ot(this.chunks,this.cursor);return t&&this.reset(),r}},_e=class{constructor(t){this.dest=t,this.cursor=0,this.chunks=[t]}reset(){this.cursor=0}push(t){if(this.cursor+t.length>this.dest.length)throw new Error("write out of bounds, destination buffer is too small");this.dest.set(t,this.cursor),this.cursor+=t.length}toBytes(t=!1){let r=this.dest.subarray(0,this.cursor);return t&&this.reset(),r}};var f="CBOR decode error:",j="CBOR encode error:",ye=[];ye[23]=1;ye[24]=2;ye[25]=3;ye[26]=5;ye[27]=9;function R(e,t,r){if(e.length-t<r)throw new Error(`${f} not enough data for type`)}var x=[24,256,65536,4294967296,BigInt("18446744073709551616")];function k(e,t,r){R(e,t,1);let n=e[t];if(r.strict===!0&&n<x[0])throw new Error(`${f} integer encoded in more bytes than necessary (strict decode)`);return n}function v(e,t,r){R(e,t,2);let n=e[t]<<8|e[t+1];if(r.strict===!0&&n<x[1])throw new Error(`${f} integer encoded in more bytes than necessary (strict decode)`);return n}function A(e,t,r){R(e,t,4);let n=e[t]*16777216+(e[t+1]<<16)+(e[t+2]<<8)+e[t+3];if(r.strict===!0&&n<x[2])throw new Error(`${f} integer encoded in more bytes than necessary (strict decode)`);return n}function _(e,t,r){R(e,t,8);let n=e[t]*16777216+(e[t+1]<<16)+(e[t+2]<<8)+e[t+3],o=e[t+4]*16777216+(e[t+5]<<16)+(e[t+6]<<8)+e[t+7],s=(BigInt(n)<<BigInt(32))+BigInt(o);if(r.strict===!0&&s<x[3])throw new Error(`${f} integer encoded in more bytes than necessary (strict decode)`);if(s<=Number.MAX_SAFE_INTEGER)return Number(s);if(r.allowBigInt===!0)return s;throw new Error(`${f} integers outside of the safe integer range are not supported`)}function zt(e,t,r,n){return new c(i.uint,k(e,t+1,n),2)}function jt(e,t,r,n){return new c(i.uint,v(e,t+1,n),3)}function Rt(e,t,r,n){return new c(i.uint,A(e,t+1,n),5)}function Vt(e,t,r,n){return new c(i.uint,_(e,t+1,n),9)}function S(e,t){return w(e,0,t.value)}function w(e,t,r){if(r<x[0]){let n=Number(r);e.push([t|n])}else if(r<x[1]){let n=Number(r);e.push([t|24,n])}else if(r<x[2]){let n=Number(r);e.push([t|25,n>>>8,n&255])}else if(r<x[3]){let n=Number(r);e.push([t|26,n>>>24&255,n>>>16&255,n>>>8&255,n&255])}else{let n=BigInt(r);if(n<x[4]){let o=[t|27,0,0,0,0,0,0,0],s=Number(n&BigInt(4294967295)),a=Number(n>>BigInt(32)&BigInt(4294967295));o[8]=s&255,s=s>>8,o[7]=s&255,s=s>>8,o[6]=s&255,s=s>>8,o[5]=s&255,o[4]=a&255,a=a>>8,o[3]=a&255,a=a>>8,o[2]=a&255,a=a>>8,o[1]=a&255,e.push(o)}else throw new Error(`${f} encountered BigInt larger than allowable range`)}}S.encodedSize=function(t){return w.encodedSize(t.value)};w.encodedSize=function(t){return t<x[0]?1:t<x[1]?2:t<x[2]?3:t<x[3]?5:9};S.compareTokens=function(t,r){return t.value<r.value?-1:t.value>r.value?1:0};function qt(e,t,r,n){return new c(i.negint,-1-k(e,t+1,n),2)}function Pt(e,t,r,n){return new c(i.negint,-1-v(e,t+1,n),3)}function Gt(e,t,r,n){return new c(i.negint,-1-A(e,t+1,n),5)}var Ye=BigInt(-1),Jt=BigInt(1);function Wt(e,t,r,n){let o=_(e,t+1,n);if(typeof o!="bigint"){let s=-1-o;if(s>=Number.MIN_SAFE_INTEGER)return new c(i.negint,s,9)}if(n.allowBigInt!==!0)throw new Error(`${f} integers outside of the safe integer range are not supported`);return new c(i.negint,Ye-BigInt(o),9)}function Ue(e,t){let r=t.value,n=typeof r=="bigint"?r*Ye-Jt:r*-1-1;w(e,t.type.majorEncoded,n)}Ue.encodedSize=function(t){let r=t.value,n=typeof r=="bigint"?r*Ye-Jt:r*-1-1;return n<x[0]?1:n<x[1]?2:n<x[2]?3:n<x[3]?5:9};Ue.compareTokens=function(t,r){return t.value<r.value?1:t.value>r.value?-1:0};function ge(e,t,r,n){R(e,t,r+n);let o=e.slice(t+r,t+r+n);return new c(i.bytes,o,r+n)}function Ht(e,t,r,n){return ge(e,t,1,r)}function Kt(e,t,r,n){return ge(e,t,2,k(e,t+1,n))}function Xt(e,t,r,n){return ge(e,t,3,v(e,t+1,n))}function Qt(e,t,r,n){return ge(e,t,5,A(e,t+1,n))}function Yt(e,t,r,n){let o=_(e,t+1,n);if(typeof o=="bigint")throw new Error(`${f} 64-bit integer bytes lengths not supported`);return ge(e,t,9,o)}function Se(e){return e.encodedBytes===void 0&&(e.encodedBytes=i.equals(e.type,i.string)?le(e.value):e.value),e.encodedBytes}function ne(e,t){let r=Se(t);w(e,t.type.majorEncoded,r.length),e.push(r)}ne.encodedSize=function(t){let r=Se(t);return w.encodedSize(r.length)+r.length};ne.compareTokens=function(t,r){return Fn(Se(t),Se(r))};function Fn(e,t){return e.length<t.length?-1:e.length>t.length?1:Ae(e,t)}var Zt=new TextDecoder,zn=32;function jn(e,t,r){if(r-t<zn){let o="";for(let s=t;s<r;s++){let a=e[s];if(a&128)return Zt.decode(e.subarray(t,r));o+=String.fromCharCode(a)}return o}return Zt.decode(e.subarray(t,r))}function xe(e,t,r,n,o){let s=r+n;R(e,t,s);let a=new c(i.string,jn(e,t+r,t+s),s);return o.retainStringBytes===!0&&(a.byteValue=e.slice(t+r,t+s)),a}function er(e,t,r,n){return xe(e,t,1,r,n)}function tr(e,t,r,n){return xe(e,t,2,k(e,t+1,n),n)}function rr(e,t,r,n){return xe(e,t,3,v(e,t+1,n),n)}function nr(e,t,r,n){return xe(e,t,5,A(e,t+1,n),n)}function or(e,t,r,n){let o=_(e,t+1,n);if(typeof o=="bigint")throw new Error(`${f} 64-bit integer string lengths not supported`);return xe(e,t,9,o,n)}var ir=ne;function oe(e,t,r,n){return new c(i.array,n,r)}function sr(e,t,r,n){return oe(e,t,1,r)}function ar(e,t,r,n){return oe(e,t,2,k(e,t+1,n))}function cr(e,t,r,n){return oe(e,t,3,v(e,t+1,n))}function ur(e,t,r,n){return oe(e,t,5,A(e,t+1,n))}function fr(e,t,r,n){let o=_(e,t+1,n);if(typeof o=="bigint")throw new Error(`${f} 64-bit integer array lengths not supported`);return oe(e,t,9,o)}function dr(e,t,r,n){if(n.allowIndefinite===!1)throw new Error(`${f} indefinite length items not allowed`);return oe(e,t,1,1/0)}function Ie(e,t){w(e,i.array.majorEncoded,t.value)}Ie.compareTokens=S.compareTokens;Ie.encodedSize=function(t){return w.encodedSize(t.value)};function ie(e,t,r,n){return new c(i.map,n,r)}function hr(e,t,r,n){return ie(e,t,1,r)}function pr(e,t,r,n){return ie(e,t,2,k(e,t+1,n))}function lr(e,t,r,n){return ie(e,t,3,v(e,t+1,n))}function mr(e,t,r,n){return ie(e,t,5,A(e,t+1,n))}function yr(e,t,r,n){let o=_(e,t+1,n);if(typeof o=="bigint")throw new Error(`${f} 64-bit integer map lengths not supported`);return ie(e,t,9,o)}function gr(e,t,r,n){if(n.allowIndefinite===!1)throw new Error(`${f} indefinite length items not allowed`);return ie(e,t,1,1/0)}function Te(e,t){w(e,i.map.majorEncoded,t.value)}Te.compareTokens=S.compareTokens;Te.encodedSize=function(t){return w.encodedSize(t.value)};function xr(e,t,r,n){return new c(i.tag,r,1)}function wr(e,t,r,n){return new c(i.tag,k(e,t+1,n),2)}function br(e,t,r,n){return new c(i.tag,v(e,t+1,n),3)}function Er(e,t,r,n){return new c(i.tag,A(e,t+1,n),5)}function kr(e,t,r,n){return new c(i.tag,_(e,t+1,n),9)}function Be(e,t){w(e,i.tag.majorEncoded,t.value)}Be.compareTokens=S.compareTokens;Be.encodedSize=function(t){return w.encodedSize(t.value)};var Ze=20,et=21,tt=22,rt=23;function vr(e,t,r,n){if(n.allowUndefined===!1)throw new Error(`${f} undefined values are not supported`);return n.coerceUndefinedToNull===!0?new c(i.null,null,1):new c(i.undefined,void 0,1)}function Ar(e,t,r,n){if(n.allowIndefinite===!1)throw new Error(`${f} indefinite length items not allowed`);return new c(i.break,void 0,1)}function nt(e,t,r){if(r){if(r.allowNaN===!1&&Number.isNaN(e))throw new Error(`${f} NaN values are not supported`);if(r.allowInfinity===!1&&(e===1/0||e===-1/0))throw new Error(`${f} Infinity values are not supported`)}return new c(i.float,e,t)}function _r(e,t,r,n){return nt(ot(e,t+1),3,n)}function Ur(e,t,r,n){return nt(it(e,t+1),5,n)}function Sr(e,t,r,n){return nt(Cr(e,t+1),9,n)}function Ce(e,t,r){let n=t.value;if(n===!1)e.push([i.float.majorEncoded|Ze]);else if(n===!0)e.push([i.float.majorEncoded|et]);else if(n===null)e.push([i.float.majorEncoded|tt]);else if(n===void 0)e.push([i.float.majorEncoded|rt]);else{let o,s=!1;(!r||r.float64!==!0)&&(Tr(n),o=ot(C,1),n===o||Number.isNaN(n)?(C[0]=249,e.push(C.slice(0,3)),s=!0):(Br(n),o=it(C,1),n===o&&(C[0]=250,e.push(C.slice(0,5)),s=!0))),s||(Gn(n),o=Cr(C,1),C[0]=251,e.push(C.slice(0,9)))}}Ce.encodedSize=function(t,r){let n=t.value;if(n===!1||n===!0||n===null||n===void 0)return 1;if(!r||r.float64!==!0){Tr(n);let o=ot(C,1);if(n===o||Number.isNaN(n))return 3;if(Br(n),o=it(C,1),n===o)return 5}return 9};var Ir=new ArrayBuffer(9),I=new DataView(Ir,1),C=new Uint8Array(Ir,0);function Tr(e){if(e===1/0)I.setUint16(0,31744,!1);else if(e===-1/0)I.setUint16(0,64512,!1);else if(Number.isNaN(e))I.setUint16(0,32256,!1);else{I.setFloat32(0,e);let t=I.getUint32(0),r=(t&2139095040)>>23,n=t&8388607;if(r===255)I.setUint16(0,31744,!1);else if(r===0)I.setUint16(0,(t&2147483648)>>16|n>>13,!1);else{let o=r-127;o<-24?I.setUint16(0,0):o<-14?I.setUint16(0,(t&2147483648)>>16|1<<24+o,!1):I.setUint16(0,(t&2147483648)>>16|o+15<<10|n>>13,!1)}}}function ot(e,t){if(e.length-t<2)throw new Error(`${f} not enough data for float16`);let r=(e[t]<<8)+e[t+1];if(r===31744)return 1/0;if(r===64512)return-1/0;if(r===32256)return NaN;let n=r>>10&31,o=r&1023,s;return n===0?s=o*2**-24:n!==31?s=(o+1024)*2**(n-25):s=o===0?1/0:NaN,r&32768?-s:s}function Br(e){I.setFloat32(0,e,!1)}function it(e,t){if(e.length-t<4)throw new Error(`${f} not enough data for float32`);let r=(e.byteOffset||0)+t;return new DataView(e.buffer,r,4).getFloat32(0,!1)}function Gn(e){I.setFloat64(0,e,!1)}function Cr(e,t){if(e.length-t<8)throw new Error(`${f} not enough data for float64`);let r=(e.byteOffset||0)+t;return new DataView(e.buffer,r,8).getFloat64(0,!1)}Ce.compareTokens=S.compareTokens;function p(e,t,r){throw new Error(`${f} encountered invalid minor (${r}) for major ${e[t]>>>5}`)}function $e(e){return()=>{throw new Error(`${f} ${e}`)}}var u=[];for(let e=0;e<=23;e++)u[e]=p;u[24]=zt;u[25]=jt;u[26]=Rt;u[27]=Vt;u[28]=p;u[29]=p;u[30]=p;u[31]=p;for(let e=32;e<=55;e++)u[e]=p;u[56]=qt;u[57]=Pt;u[58]=Gt;u[59]=Wt;u[60]=p;u[61]=p;u[62]=p;u[63]=p;for(let e=64;e<=87;e++)u[e]=Ht;u[88]=Kt;u[89]=Xt;u[90]=Qt;u[91]=Yt;u[92]=p;u[93]=p;u[94]=p;u[95]=$e("indefinite length bytes/strings are not supported");for(let e=96;e<=119;e++)u[e]=er;u[120]=tr;u[121]=rr;u[122]=nr;u[123]=or;u[124]=p;u[125]=p;u[126]=p;u[127]=$e("indefinite length bytes/strings are not supported");for(let e=128;e<=151;e++)u[e]=sr;u[152]=ar;u[153]=cr;u[154]=ur;u[155]=fr;u[156]=p;u[157]=p;u[158]=p;u[159]=dr;for(let e=160;e<=183;e++)u[e]=hr;u[184]=pr;u[185]=lr;u[186]=mr;u[187]=yr;u[188]=p;u[189]=p;u[190]=p;u[191]=gr;for(let e=192;e<=215;e++)u[e]=xr;u[216]=wr;u[217]=br;u[218]=Er;u[219]=kr;u[220]=p;u[221]=p;u[222]=p;u[223]=p;for(let e=224;e<=243;e++)u[e]=$e("simple values are not supported");u[244]=p;u[245]=p;u[246]=p;u[247]=vr;u[248]=$e("simple values are not supported");u[249]=_r;u[250]=Ur;u[251]=Sr;u[252]=p;u[253]=p;u[254]=p;u[255]=Ar;var $=[];for(let e=0;e<24;e++)$[e]=new c(i.uint,e,1);for(let e=-1;e>=-24;e--)$[31-e]=new c(i.negint,e,1);$[64]=new c(i.bytes,new Uint8Array(0),1);$[96]=new c(i.string,"",1);$[128]=new c(i.array,0,1);$[160]=new c(i.map,0,1);$[244]=new c(i.false,!1,1);$[245]=new c(i.true,!0,1);$[246]=new c(i.null,null,1);function $r(e){switch(e.type){case i.false:return F([244]);case i.true:return F([245]);case i.null:return F([246]);case i.bytes:return e.value.length?void 0:F([64]);case i.string:return e.value===""?F([96]):void 0;case i.array:return e.value===0?F([128]):void 0;case i.map:return e.value===0?F([160]):void 0;case i.uint:return e.value<24?F([Number(e.value)]):void 0;case i.negint:if(e.value>=-24)return F([31-Number(e.value)])}}var Dr=Object.freeze({mapSorter:Qn,quickEncodeToken:$r});function Wn(){let e=[];return e[i.uint.major]=S,e[i.negint.major]=Ue,e[i.bytes.major]=ne,e[i.string.major]=ir,e[i.array.major]=Ie,e[i.map.major]=Te,e[i.tag.major]=Be,e[i.float.major]=Ce,e}var Hn=Wn(),Kn=new me,Ne=class e{constructor(t,r){this.obj=t,this.parent=r}includes(t){let r=this;do if(r.obj===t)return!0;while(r=r.parent);return!1}static createCheck(t,r){if(t&&t.includes(r))throw new Error(`${j} object contains circular references`);return new e(r,t)}},P={null:new c(i.null,null),undefined:new c(i.undefined,void 0),true:new c(i.true,!0),false:new c(i.false,!1),emptyArray:new c(i.array,0),emptyMap:new c(i.map,0)},G={number(e,t,r,n){return!Number.isInteger(e)||!Number.isSafeInteger(e)?new c(i.float,e):e>=0?new c(i.uint,e):new c(i.negint,e)},bigint(e,t,r,n){return e>=BigInt(0)?new c(i.uint,e):new c(i.negint,e)},Uint8Array(e,t,r,n){return new c(i.bytes,e)},string(e,t,r,n){return new c(i.string,e)},boolean(e,t,r,n){return e?P.true:P.false},null(e,t,r,n){return P.null},undefined(e,t,r,n){return P.undefined},ArrayBuffer(e,t,r,n){return new c(i.bytes,new Uint8Array(e))},DataView(e,t,r,n){return new c(i.bytes,new Uint8Array(e.buffer,e.byteOffset,e.byteLength))},Array(e,t,r,n){if(!e.length)return r.addBreakTokens===!0?[P.emptyArray,new c(i.break)]:P.emptyArray;n=Ne.createCheck(n,e);let o=[],s=0;for(let a of e)o[s++]=se(a,r,n);return r.addBreakTokens?[new c(i.array,e.length),o,new c(i.break)]:[new c(i.array,e.length),o]},Object(e,t,r,n){let o=t!=="Object",s=o?e.keys():Object.keys(e),a=o?e.size:s.length,d;if(a){d=new Array(a),n=Ne.createCheck(n,e);let h=!o&&r.ignoreUndefinedProperties,l=0;for(let g of s){let y=o?e.get(g):e[g];h&&y===void 0||(d[l++]=[se(g,r,n),se(y,r,n)])}l<a&&(d.length=l)}return d?.length?(Xn(d,r),r.addBreakTokens?[new c(i.map,d.length),d,new c(i.break)]:[new c(i.map,d.length),d]):r.addBreakTokens===!0?[P.emptyMap,new c(i.break)]:P.emptyMap},Tagged(e,t,r,n){return[new c(i.tag,e.tag),se(e.value,r,n)]}};G.Map=G.Object;G.Buffer=G.Uint8Array;for(let e of"Uint8Clamped Uint16 Uint32 Int8 Int16 Int32 BigUint64 BigInt64 Float32 Float64".split(" "))G[`${e}Array`]=G.DataView;function se(e,t={},r){let n=$t(e),o=t&&t.typeEncoders&&t.typeEncoders[n]||G[n];if(typeof o=="function"){let a=o(e,n,t,r);if(a!=null)return a}let s=G[n];if(!s)throw new Error(`${j} unsupported type: ${n}`);return s(e,n,t,r)}function Xn(e,t){t.mapSorter&&e.sort(t.mapSorter)}function Qn(e,t){if(e[0]instanceof c&&t[0]instanceof c){let r=e[0],n=t[0];return r._keyBytes||(r._keyBytes=Nr(r.value)),n._keyBytes||(n._keyBytes=Nr(n.value)),Ae(r._keyBytes,n._keyBytes)}throw new Error("rfc8949MapSorter: complex key types are not supported yet")}function Nr(e){return st(e,Hn,Dr)}function Mr(e,t,r,n){if(Array.isArray(t))for(let o of t)Mr(e,o,r,n);else r[t.type.major](e,t,n)}var is=i.uint.majorEncoded,ss=i.negint.majorEncoded,as=i.bytes.majorEncoded,cs=i.string.majorEncoded,us=i.array.majorEncoded,fs=i.float.majorEncoded|Ze,ds=i.float.majorEncoded|et,hs=i.float.majorEncoded|tt,ps=i.float.majorEncoded|rt,ls=BigInt(-1),ms=BigInt(1);function st(e,t,r,n){let o=n instanceof Uint8Array,s=o?new _e(n):Kn,a=se(e,r);if(!Array.isArray(a)&&r.quickEncodeToken){let d=r.quickEncodeToken(a);if(d)return o?(s.push(d),s.toBytes()):d;let h=t[a.type.major];if(h.encodedSize){let l=h.encodedSize(a,r);if(o||(s=new me(l)),h(s,a,r),s.chunks.length!==1)throw new Error(`Unexpected error: pre-calculated length for ${a} was wrong`);return o?s.toBytes():X(s.chunks[0])}}return s.reset(),Mr(s,a,t,r),s.toBytes(!0)}var Yn={strict:!1,allowIndefinite:!0,allowUndefined:!0,allowBigInt:!0},De=class{constructor(t,r={}){this._pos=0,this.data=t,this.options=r}pos(){return this._pos}done(){return this._pos>=this.data.length}next(){let t=this.data[this._pos],r=$[t];if(r===void 0){let n=u[t];if(!n)throw new Error(`${f} no decoder for major type ${t>>>5} (byte 0x${t.toString(16).padStart(2,"0")})`);let o=t&31;r=n(this.data,this._pos,o,this.options)}return this._pos+=r.encodedLength,r}},J=Symbol.for("DONE"),ae=Symbol.for("BREAK");function Zn(e,t,r){let n=[];for(let o=0;o<e.value;o++){let s=W(t,r);if(s===ae){if(e.value===1/0)break;throw new Error(`${f} got unexpected break to lengthed array`)}if(s===J)throw new Error(`${f} found array but not enough entries (got ${o}, expected ${e.value})`);n[o]=s}return n}function eo(e,t,r){let n=r.useMaps===!0,o=r.rejectDuplicateMapKeys===!0,s=n?void 0:{},a=n?new Map:void 0;for(let d=0;d<e.value;d++){let h=W(t,r);if(h===ae){if(e.value===1/0)break;throw new Error(`${f} got unexpected break to lengthed map`)}if(h===J)throw new Error(`${f} found map but not enough entries (got ${d} [no key], expected ${e.value})`);if(!n&&typeof h!="string")throw new Error(`${f} non-string keys not supported (got ${typeof h})`);if(o&&(n&&a.has(h)||!n&&Object.hasOwn(s,h)))throw new Error(`${f} found repeat map key "${h}"`);let l=W(t,r);if(l===J)throw new Error(`${f} found map but not enough entries (got ${d} [no value], expected ${e.value})`);n?a.set(h,l):s[h]=l}return n?a:s}function*to(e,t,r){for(let n=0;n<e.value;n++){let o=W(t,r);if(o===ae){if(e.value===1/0)break;throw new Error(`${f} got unexpected break to lengthed map`)}if(o===J)throw new Error(`${f} found map but not enough entries (got ${n} [no key], expected ${e.value})`);let s=W(t,r);if(s===J)throw new Error(`${f} found map but not enough entries (got ${n} [no value], expected ${e.value})`);yield[o,s]}}function ro(e,t){let r=!1,n=function(){if(r)throw new Error(`${f} tag decode() may only be called once`);r=!0;let o=W(e,t);if(o===J)throw new Error(`${f} tag content missing`);if(o===ae)throw new Error(`${f} got unexpected break in tag content`);return o};return n.entries=function(){if(r)throw new Error(`${f} tag decode() may only be called once`);r=!0;let o=e.next();if(!i.equals(o.type,i.map))throw new Error(`${f} entries() requires map content, got ${o.type.name}`);let s=[];for(let a of to(o,e,t))s.push(a);return s},Object.defineProperty(n,"_called",{get(){return r},enumerable:!1}),n}function W(e,t){if(e.done())return J;let r=e.next();if(i.equals(r.type,i.break))return ae;if(r.type.terminal)return r.value;if(i.equals(r.type,i.array))return Zn(r,e,t);if(i.equals(r.type,i.map))return eo(r,e,t);if(i.equals(r.type,i.tag)){if(t.tags&&typeof t.tags[r.value]=="function"){let n=ro(e,t),o=t.tags[r.value](n);if(!n._called)throw new Error(`${f} tag decoder must call decode() or entries()`);return o}throw new Error(`${f} tag not supported (${r.value})`)}throw new Error("unsupported")}function at(e,t){if(!(e instanceof Uint8Array))throw new Error(`${f} data to decode must be a Uint8Array`);t=Object.assign({},Yn,t);let r=X(e),n=t.tokenizer||new De(r,t),o=W(n,t);if(o===J)throw new Error(`${f} did not find any content to decode`);if(o===ae)throw new Error(`${f} got unexpected break`);return[o,e.subarray(n.pos())]}function ct(e,t){let[r,n]=at(e,t);if(n.length>0)throw new Error(`${f} too many terminals, data makes no sense`);return r}var Me=class e{constructor(t,r){if(typeof t!="number"||!Number.isInteger(t)||t<0)throw new TypeError("Tagged: tag must be a non-negative integer");this.tag=t,this.value=r}static decoder(t){return r=>new e(t,r())}static preserve(...t){let r={};for(let n of t)r[n]=e.decoder(n);return r}};Object.defineProperty(Me.prototype,Symbol.toStringTag,{value:"Tagged"});var ut=class extends Array{constructor(){super(),this.inRecursive=[]}prefix(t){let r=this.inRecursive[this.inRecursive.length-1];r&&(i.equals(r.type,i.array)&&(r.elements++,r.elements!==1&&t.push([44])),i.equals(r.type,i.map)&&(r.elements++,r.elements!==1&&(r.elements%2===1?t.push([44]):t.push([58]))))}[i.uint.major](t,r){this.prefix(t);let n=String(r.value),o=[];for(let s=0;s<n.length;s++)o[s]=n.charCodeAt(s);t.push(o)}[i.negint.major](t,r){this[i.uint.major](t,r)}[i.bytes.major](t,r){throw new Error(`${j} unsupported type: Uint8Array`)}[i.string.major](t,r){this.prefix(t);let n=le(JSON.stringify(r.value));t.push(n.length>32?X(n):n)}[i.array.major](t,r){this.prefix(t),this.inRecursive.push({type:i.array,elements:0}),t.push([91])}[i.map.major](t,r){this.prefix(t),this.inRecursive.push({type:i.map,elements:0}),t.push([123])}[i.tag.major](t,r){}[i.float.major](t,r){if(r.type.name==="break"){let a=this.inRecursive.pop();if(a){if(i.equals(a.type,i.array))t.push([93]);else if(i.equals(a.type,i.map))t.push([125]);else throw new Error("Unexpected recursive type; this should not happen!");return}throw new Error("Unexpected break; this should not happen!")}if(r.value===void 0)throw new Error(`${j} unsupported type: undefined`);if(this.prefix(t),r.type.name==="true"){t.push([116,114,117,101]);return}else if(r.type.name==="false"){t.push([102,97,108,115,101]);return}else if(r.type.name==="null"){t.push([110,117,108,108]);return}let n=String(r.value),o=[],s=!1;for(let a=0;a<n.length;a++)o[a]=n.charCodeAt(a),!s&&(o[a]===46||o[a]===101||o[a]===69)&&(s=!0);s||(o.push(46),o.push(48)),t.push(o)}};function no(e,t){if(Array.isArray(e[0])||Array.isArray(t[0]))throw new Error(`${j} complex map keys are not supported`);let r=e[0],n=t[0];if(r.type!==i.string||n.type!==i.string)throw new Error(`${j} non-string map keys are not supported`);if(r<n)return-1;if(r>n)return 1;throw new Error(`${j} unexpected duplicate map keys, this is not supported`)}var oo={addBreakTokens:!0,mapSorter:no};function ft(e,t){return t=Object.assign({},oo,t),st(e,new ut,t)}var ce=class{constructor(t,r={}){this._pos=0,this.data=t,this.options=r,this.modeStack=["value"],this.lastToken=""}pos(){return this._pos}done(){return this._pos>=this.data.length}ch(){return this.data[this._pos]}currentMode(){return this.modeStack[this.modeStack.length-1]}skipWhitespace(){let t=this.ch();for(;t===32||t===9||t===13||t===10;)t=this.data[++this._pos]}expect(t){if(this.data.length-this._pos<t.length)throw new Error(`${f} unexpected end of input at position ${this._pos}`);for(let r=0;r<t.length;r++)if(this.data[this._pos++]!==t[r])throw new Error(`${f} unexpected token at position ${this._pos}, expected to find '${String.fromCharCode(...t)}'`)}parseNumber(){let t=this._pos,r=!1,n=!1,o=d=>{for(;!this.done();){let h=this.ch();if(d.includes(h))this._pos++;else break}};if(this.ch()===45&&(r=!0,this._pos++),this.ch()===48)if(this._pos++,this.ch()===46)this._pos++,n=!0;else return new c(i.uint,0,this._pos-t);if(o([48,49,50,51,52,53,54,55,56,57]),r&&this._pos===t+1)throw new Error(`${f} unexpected token at position ${this._pos}`);if(!this.done()&&this.ch()===46){if(n)throw new Error(`${f} unexpected token at position ${this._pos}`);n=!0,this._pos++,o([48,49,50,51,52,53,54,55,56,57])}!this.done()&&(this.ch()===101||this.ch()===69)&&(n=!0,this._pos++,!this.done()&&(this.ch()===43||this.ch()===45)&&this._pos++,o([48,49,50,51,52,53,54,55,56,57]));let s=String.fromCharCode.apply(null,this.data.subarray(t,this._pos)),a=parseFloat(s);return n?new c(i.float,a,this._pos-t):this.options.allowBigInt!==!0||Number.isSafeInteger(a)?new c(a>=0?i.uint:i.negint,a,this._pos-t):new c(a>=0?i.uint:i.negint,BigInt(s),this._pos-t)}parseString(){if(this.ch()!==34)throw new Error(`${f} unexpected character at position ${this._pos}; this shouldn't happen`);this._pos++;for(let s=this._pos,a=0;s<this.data.length&&a<65536;s++,a++){let d=this.data[s];if(d===92||d<32||d>=128)break;if(d===34){let h=String.fromCharCode.apply(null,this.data.subarray(this._pos,s));return this._pos=s+1,new c(i.string,h,a)}}let t=this._pos,r=[],n=()=>{if(this._pos+4>=this.data.length)throw new Error(`${f} unexpected end of unicode escape sequence at position ${this._pos}`);let s=0;for(let a=0;a<4;a++){let d=this.ch();if(d>=48&&d<=57)d-=48;else if(d>=97&&d<=102)d=d-97+10;else if(d>=65&&d<=70)d=d-65+10;else throw new Error(`${f} unexpected unicode escape character at position ${this._pos}`);s=s*16+d,this._pos++}return s},o=()=>{let s=this.ch(),a=null,d=s>239?4:s>223?3:s>191?2:1;if(this._pos+d>this.data.length)throw new Error(`${f} unexpected unicode sequence at position ${this._pos}`);let h,l,g,y;switch(d){case 1:s<128&&(a=s);break;case 2:h=this.data[this._pos+1],(h&192)===128&&(y=(s&31)<<6|h&63,y>127&&(a=y));break;case 3:h=this.data[this._pos+1],l=this.data[this._pos+2],(h&192)===128&&(l&192)===128&&(y=(s&15)<<12|(h&63)<<6|l&63,y>2047&&(y<55296||y>57343)&&(a=y));break;case 4:h=this.data[this._pos+1],l=this.data[this._pos+2],g=this.data[this._pos+3],(h&192)===128&&(l&192)===128&&(g&192)===128&&(y=(s&15)<<18|(h&63)<<12|(l&63)<<6|g&63,y>65535&&y<1114112&&(a=y))}a===null?(a=65533,d=1):a>65535&&(a-=65536,r.push(a>>>10&1023|55296),a=56320|a&1023),r.push(a),this._pos+=d};for(;!this.done();){let s=this.ch(),a;switch(s){case 92:if(this._pos++,this.done())throw new Error(`${f} unexpected string termination at position ${this._pos}`);switch(a=this.ch(),this._pos++,a){case 34:case 39:case 92:case 47:r.push(a);break;case 98:r.push(8);break;case 116:r.push(9);break;case 110:r.push(10);break;case 102:r.push(12);break;case 114:r.push(13);break;case 117:r.push(n());break;default:throw new Error(`${f} unexpected string escape character at position ${this._pos}`)}break;case 34:return this._pos++,new c(i.string,Lt(r),this._pos-t);default:if(s<32)throw new Error(`${f} invalid control character at position ${this._pos}`);s<128?(r.push(s),this._pos++):o()}}throw new Error(`${f} unexpected end of string at position ${this._pos}`)}parseValue(){switch(this.ch()){case 123:return this.modeStack.push("obj-start"),this._pos++,new c(i.map,1/0,1);case 91:return this.modeStack.push("array-start"),this._pos++,new c(i.array,1/0,1);case 34:return this.parseString();case 110:return this.expect([110,117,108,108]),new c(i.null,null,4);case 102:return this.expect([102,97,108,115,101]),new c(i.false,!1,5);case 116:return this.expect([116,114,117,101]),new c(i.true,!0,4);case 45:case 48:case 49:case 50:case 51:case 52:case 53:case 54:case 55:case 56:case 57:return this.parseNumber();default:throw new Error(`${f} unexpected character at position ${this._pos}`)}}next(){switch(this.skipWhitespace(),this.currentMode()){case"value":return this.modeStack.pop(),this.parseValue();case"array-value":{if(this.modeStack.pop(),this.ch()===93)return this._pos++,this.skipWhitespace(),new c(i.break,void 0,1);if(this.ch()!==44)throw new Error(`${f} unexpected character at position ${this._pos}, was expecting array delimiter but found '${String.fromCharCode(this.ch())}'`);return this._pos++,this.modeStack.push("array-value"),this.skipWhitespace(),this.parseValue()}case"array-start":return this.modeStack.pop(),this.ch()===93?(this._pos++,this.skipWhitespace(),new c(i.break,void 0,1)):(this.modeStack.push("array-value"),this.skipWhitespace(),this.parseValue());case"obj-key":if(this.ch()===125)return this.modeStack.pop(),this._pos++,this.skipWhitespace(),new c(i.break,void 0,1);if(this.ch()!==44)throw new Error(`${f} unexpected character at position ${this._pos}, was expecting object delimiter but found '${String.fromCharCode(this.ch())}'`);this._pos++,this.skipWhitespace();case"obj-start":{if(this.modeStack.pop(),this.ch()===125)return this._pos++,this.skipWhitespace(),new c(i.break,void 0,1);let t=this.parseString();if(this.skipWhitespace(),this.ch()!==58)throw new Error(`${f} unexpected character at position ${this._pos}, was expecting key/value delimiter ':' but found '${String.fromCharCode(this.ch())}'`);return this._pos++,this.modeStack.push("obj-value"),t}case"obj-value":return this.modeStack.pop(),this.modeStack.push("obj-key"),this.skipWhitespace(),this.parseValue();default:throw new Error(`${f} unexpected parse state at position ${this._pos}; this shouldn't happen`)}}};function dt(e,t){return t=Object.assign({tokenizer:new ce(e,t)},t),ct(e,t)}function so(e){return e instanceof ArrayBuffer?new Uint8Array(e,0,e.byteLength):e}function ao(e){if(e.asCID!==e&&e["/"]!==e.bytes)return null;let t=q.asCID(e);if(!t)return null;let r=t.toString();return[new c(i.map,1/0,1),new c(i.string,"/",1),new c(i.string,r,r.length),new c(i.break,void 0,1)]}function Oe(e){let t=Xe.encode(e).slice(1);return[new c(i.map,1/0,1),new c(i.string,"/",1),new c(i.map,1/0,1),new c(i.string,"bytes",5),new c(i.string,t,t.length),new c(i.break,void 0,1),new c(i.break,void 0,1)]}function N(e){return Oe(new Uint8Array(e.buffer,e.byteOffset,e.byteLength))}function co(e){return Oe(new Uint8Array(e))}function uo(){throw new Error("`undefined` is not supported by the IPLD Data Model and cannot be encoded")}function fo(e){if(Number.isNaN(e))throw new Error("`NaN` is not supported by the IPLD Data Model and cannot be encoded");if(e===1/0||e===-1/0)throw new Error("`Infinity` and `-Infinity` is not supported by the IPLD Data Model and cannot be encoded");return null}var ho={typeEncoders:{Object:ao,Buffer:Oe,Uint8Array:Oe,Int8Array:N,Uint16Array:N,Int16Array:N,Uint32Array:N,Int32Array:N,Float32Array:N,Float64Array:N,Uint8ClampedArray:N,BigInt64Array:N,BigUint64Array:N,DataView:N,ArrayBuffer:co,undefined:uo,number:fo}},ht=class extends ce{constructor(t,r){super(t,r),this.tokenBuffer=[]}done(){return this.tokenBuffer.length===0&&super.done()}_next(){return this.tokenBuffer.length>0?this.tokenBuffer.pop():super.next()}next(){let t=this._next();if(i.equals(t.type,i.map)){let r=this._next();if(i.equals(r.type,i.string)&&r.value==="/"){let n=this._next();if(i.equals(n.type,i.string)){let o=this._next();if(!i.equals(o.type,i.break))throw new Error("Invalid encoded CID form");return this.tokenBuffer.push(n),new c(i.tag,42,0)}if(i.equals(n.type,i.map)){let o=this._next();if(i.equals(o.type,i.string)&&o.value==="bytes"){let s=this._next();if(i.equals(s.type,i.string)){for(let d=0;d<2;d++){let h=this._next();if(!i.equals(h.type,i.break))throw new Error("Invalid encoded Bytes form")}let a=Xe.decode(`m${s.value}`);return new c(i.bytes,a,s.value.length)}this.tokenBuffer.push(s)}this.tokenBuffer.push(o)}this.tokenBuffer.push(n)}this.tokenBuffer.push(r)}return t}},Or={allowIndefinite:!1,allowUndefined:!1,allowNaN:!1,allowInfinity:!1,allowBigInt:!0,strict:!0,useMaps:!1,rejectDuplicateMapKeys:!0,tags:{42:e=>q.parse(e())}};var pt=297,Fr=e=>ft(e,ho),Lr=e=>{let t=so(e),r=Object.assign(Or,{tokenizer:new ht(t,Or)});return dt(t,r)};var Js=new TextDecoder;var Ws=new TextEncoder;function lo(e){return e[Symbol.asyncIterator]!=null}function mo(e){if(lo(e))return(async()=>{let n=new Uint8Array(0);for await(let o of e)n=Qe([n,o],n.length+o.length);return n})();let t=[],r=0;for(let n of e)t.push(n),r+=n.byteLength;return Qe(t,r)}var zr=mo;var Fe=class{components;constructor(t){this.components=t}async add(t,r={}){let n=Fr(t),o=await(r.hasher??Ct).digest(n),s=q.createV1(pt,o);return await this.components.blockstore.put(s,n,r),s}async get(t,r={}){if(t.code!==pt)throw new ke("The passed CID had an incorrect codec, it may correspond to a non-DAG-JSON block");let n=await zr(this.components.blockstore.get(t,r));return Lr(n)}};function yo(e){return new Fe(e)}return Hr(go);})();
3
3
  return HeliaDagJson}));
4
4
  //# sourceMappingURL=index.min.js.map