@peerbit/indexer-sqlite3 2.0.2 → 2.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -17094,7 +17094,7 @@ var init_sqlite_wasm = __esm({
|
|
|
17094
17094
|
}
|
|
17095
17095
|
});
|
|
17096
17096
|
|
|
17097
|
-
// ../../../../node_modules/.pnpm/@dao-xyz+borsh@6.0.
|
|
17097
|
+
// ../../../../node_modules/.pnpm/@dao-xyz+borsh@6.0.1/node_modules/@dao-xyz/borsh/lib/esm/binary.js
|
|
17098
17098
|
var import_float = __toESM(require_float(), 1);
|
|
17099
17099
|
var import_utf8 = __toESM(require_utf8(), 1);
|
|
17100
17100
|
var allocUnsafeFn = () => {
|
|
@@ -17116,7 +17116,7 @@ var writeStringBufferFnFn = () => {
|
|
|
17116
17116
|
};
|
|
17117
17117
|
var writeStringBufferFn = writeStringBufferFnFn();
|
|
17118
17118
|
|
|
17119
|
-
// ../../../../node_modules/.pnpm/@dao-xyz+borsh@6.0.
|
|
17119
|
+
// ../../../../node_modules/.pnpm/@dao-xyz+borsh@6.0.1/node_modules/@dao-xyz/borsh/lib/esm/index.js
|
|
17120
17120
|
var _a;
|
|
17121
17121
|
var symbolMetadataSymbol = Symbol.metadata ?? Symbol.for("Symbol.metadata");
|
|
17122
17122
|
var STAGE3_FINALIZERS_SYMBOL = Symbol.for("@dao-xyz/stage3-finalizers");
|
package/dist/index.min.js
CHANGED
|
@@ -17094,11 +17094,11 @@ var init_sqlite_wasm = __esm({
|
|
|
17094
17094
|
}
|
|
17095
17095
|
});
|
|
17096
17096
|
|
|
17097
|
-
// ../../../../node_modules/.pnpm/@dao-xyz+borsh@6.0.
|
|
17097
|
+
// ../../../../node_modules/.pnpm/@dao-xyz+borsh@6.0.1/node_modules/@dao-xyz/borsh/lib/esm/binary.js
|
|
17098
17098
|
var import_float = __toESM(require_float(), 1);
|
|
17099
17099
|
var import_utf8 = __toESM(require_utf8(), 1);
|
|
17100
17100
|
|
|
17101
|
-
// ../../../../node_modules/.pnpm/@dao-xyz+borsh@6.0.
|
|
17101
|
+
// ../../../../node_modules/.pnpm/@dao-xyz+borsh@6.0.1/node_modules/@dao-xyz/borsh/lib/esm/bigint.js
|
|
17102
17102
|
function arrayToHex(arr, reverse = false) {
|
|
17103
17103
|
return [...reverse ? new Uint8Array(arr).reverse() : new Uint8Array(arr)].map((b) => b.toString(16).padStart(2, "0")).join("");
|
|
17104
17104
|
}
|
|
@@ -17211,7 +17211,7 @@ var checkInt = (value, min, max, byteLength) => {
|
|
|
17211
17211
|
}
|
|
17212
17212
|
};
|
|
17213
17213
|
|
|
17214
|
-
// ../../../../node_modules/.pnpm/@dao-xyz+borsh@6.0.
|
|
17214
|
+
// ../../../../node_modules/.pnpm/@dao-xyz+borsh@6.0.1/node_modules/@dao-xyz/borsh/lib/esm/error.js
|
|
17215
17215
|
var BorshError = class extends Error {
|
|
17216
17216
|
constructor(message) {
|
|
17217
17217
|
super(message);
|
|
@@ -17224,7 +17224,7 @@ var BorshError = class extends Error {
|
|
|
17224
17224
|
}
|
|
17225
17225
|
};
|
|
17226
17226
|
|
|
17227
|
-
// ../../../../node_modules/.pnpm/@dao-xyz+borsh@6.0.
|
|
17227
|
+
// ../../../../node_modules/.pnpm/@dao-xyz+borsh@6.0.1/node_modules/@dao-xyz/borsh/lib/esm/binary.js
|
|
17228
17228
|
var allocUnsafeFn = () => {
|
|
17229
17229
|
if (globalThis.Buffer) {
|
|
17230
17230
|
return globalThis.Buffer.allocUnsafe;
|
|
@@ -17646,14 +17646,14 @@ var BinaryReader = class _BinaryReader {
|
|
|
17646
17646
|
}
|
|
17647
17647
|
};
|
|
17648
17648
|
|
|
17649
|
-
// ../../../../node_modules/.pnpm/@dao-xyz+borsh@6.0.
|
|
17649
|
+
// ../../../../node_modules/.pnpm/@dao-xyz+borsh@6.0.1/node_modules/@dao-xyz/borsh/lib/esm/types.js
|
|
17650
17650
|
var extendingClasses = (clazz) => {
|
|
17651
17651
|
let ret = [];
|
|
17652
17652
|
if (clazz instanceof Function) {
|
|
17653
17653
|
let baseClass = clazz;
|
|
17654
17654
|
while (baseClass) {
|
|
17655
17655
|
const newBaseClass = Object.getPrototypeOf(baseClass);
|
|
17656
|
-
if (newBaseClass && newBaseClass !== Object && newBaseClass.
|
|
17656
|
+
if (newBaseClass && newBaseClass !== Object && newBaseClass !== Function.prototype) {
|
|
17657
17657
|
ret.push(newBaseClass);
|
|
17658
17658
|
baseClass = newBaseClass;
|
|
17659
17659
|
} else {
|
|
@@ -17727,7 +17727,7 @@ var StructKind = class {
|
|
|
17727
17727
|
}
|
|
17728
17728
|
};
|
|
17729
17729
|
|
|
17730
|
-
// ../../../../node_modules/.pnpm/@dao-xyz+borsh@6.0.
|
|
17730
|
+
// ../../../../node_modules/.pnpm/@dao-xyz+borsh@6.0.1/node_modules/@dao-xyz/borsh/lib/esm/index.js
|
|
17731
17731
|
var _a;
|
|
17732
17732
|
var symbolMetadataSymbol = Symbol.metadata ?? Symbol.for("Symbol.metadata");
|
|
17733
17733
|
var STAGE3_FINALIZERS_SYMBOL = Symbol.for("@dao-xyz/stage3-finalizers");
|