@peerbit/any-store-opfs 1.1.2 → 1.1.3-369b236
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.
|
@@ -5524,11 +5524,11 @@
|
|
|
5524
5524
|
}
|
|
5525
5525
|
});
|
|
5526
5526
|
|
|
5527
|
-
// ../../../../node_modules/.pnpm/@dao-xyz+borsh@6.0.
|
|
5527
|
+
// ../../../../node_modules/.pnpm/@dao-xyz+borsh@6.0.1/node_modules/@dao-xyz/borsh/lib/esm/binary.js
|
|
5528
5528
|
var import_float = __toESM(require_float(), 1);
|
|
5529
5529
|
var import_utf8 = __toESM(require_utf8(), 1);
|
|
5530
5530
|
|
|
5531
|
-
// ../../../../node_modules/.pnpm/@dao-xyz+borsh@6.0.
|
|
5531
|
+
// ../../../../node_modules/.pnpm/@dao-xyz+borsh@6.0.1/node_modules/@dao-xyz/borsh/lib/esm/bigint.js
|
|
5532
5532
|
function arrayToHex(arr, reverse = false) {
|
|
5533
5533
|
return [...reverse ? new Uint8Array(arr).reverse() : new Uint8Array(arr)].map((b) => b.toString(16).padStart(2, "0")).join("");
|
|
5534
5534
|
}
|
|
@@ -5641,7 +5641,7 @@
|
|
|
5641
5641
|
}
|
|
5642
5642
|
};
|
|
5643
5643
|
|
|
5644
|
-
// ../../../../node_modules/.pnpm/@dao-xyz+borsh@6.0.
|
|
5644
|
+
// ../../../../node_modules/.pnpm/@dao-xyz+borsh@6.0.1/node_modules/@dao-xyz/borsh/lib/esm/error.js
|
|
5645
5645
|
var BorshError = class extends Error {
|
|
5646
5646
|
constructor(message) {
|
|
5647
5647
|
super(message);
|
|
@@ -5654,7 +5654,7 @@
|
|
|
5654
5654
|
}
|
|
5655
5655
|
};
|
|
5656
5656
|
|
|
5657
|
-
// ../../../../node_modules/.pnpm/@dao-xyz+borsh@6.0.
|
|
5657
|
+
// ../../../../node_modules/.pnpm/@dao-xyz+borsh@6.0.1/node_modules/@dao-xyz/borsh/lib/esm/binary.js
|
|
5658
5658
|
var allocUnsafeFn = () => {
|
|
5659
5659
|
if (globalThis.Buffer) {
|
|
5660
5660
|
return globalThis.Buffer.allocUnsafe;
|
|
@@ -6076,14 +6076,14 @@
|
|
|
6076
6076
|
}
|
|
6077
6077
|
};
|
|
6078
6078
|
|
|
6079
|
-
// ../../../../node_modules/.pnpm/@dao-xyz+borsh@6.0.
|
|
6079
|
+
// ../../../../node_modules/.pnpm/@dao-xyz+borsh@6.0.1/node_modules/@dao-xyz/borsh/lib/esm/types.js
|
|
6080
6080
|
var extendingClasses = (clazz) => {
|
|
6081
6081
|
let ret = [];
|
|
6082
6082
|
if (clazz instanceof Function) {
|
|
6083
6083
|
let baseClass = clazz;
|
|
6084
6084
|
while (baseClass) {
|
|
6085
6085
|
const newBaseClass = Object.getPrototypeOf(baseClass);
|
|
6086
|
-
if (newBaseClass && newBaseClass !== Object && newBaseClass.
|
|
6086
|
+
if (newBaseClass && newBaseClass !== Object && newBaseClass !== Function.prototype) {
|
|
6087
6087
|
ret.push(newBaseClass);
|
|
6088
6088
|
baseClass = newBaseClass;
|
|
6089
6089
|
} else {
|
|
@@ -6160,7 +6160,7 @@
|
|
|
6160
6160
|
}
|
|
6161
6161
|
};
|
|
6162
6162
|
|
|
6163
|
-
// ../../../../node_modules/.pnpm/@dao-xyz+borsh@6.0.
|
|
6163
|
+
// ../../../../node_modules/.pnpm/@dao-xyz+borsh@6.0.1/node_modules/@dao-xyz/borsh/lib/esm/index.js
|
|
6164
6164
|
var _a;
|
|
6165
6165
|
var symbolMetadataSymbol = Symbol.metadata ?? Symbol.for("Symbol.metadata");
|
|
6166
6166
|
var STAGE3_FINALIZERS_SYMBOL = Symbol.for("@dao-xyz/stage3-finalizers");
|