@peerbit/indexer-sqlite3 3.0.5 → 3.0.6

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.
@@ -17182,7 +17182,10 @@ var PROTOTYPE_DEPENDENCY_HANDLER_OFFSET = PROTOTYPE_DESERIALIZATION_HANDLER_OFFS
17182
17182
  var PROTOTYPE_SCHEMA_OFFSET = PROTOTYPE_DESERIALIZATION_HANDLER_OFFSET + PROTOTYPE_POLLUTION_CONTEXT_RANGE * 2;
17183
17183
  var MAX_ARRAY_SIZE_ALLOCATION = 1024 * 1024;
17184
17184
 
17185
- // ../../../../node_modules/.pnpm/multiformats@13.4.1/node_modules/multiformats/dist/src/bytes.js
17185
+ // ../../crypto/dist/src/utils.js
17186
+ var import_libsodium_wrappers = __toESM(require_libsodium_wrappers(), 1);
17187
+
17188
+ // ../../../../node_modules/.pnpm/multiformats@13.4.2/node_modules/multiformats/dist/src/bytes.js
17186
17189
  var empty = new Uint8Array(0);
17187
17190
  function coerce(o) {
17188
17191
  if (o instanceof Uint8Array && o.constructor.name === "Uint8Array") {
@@ -17197,7 +17200,7 @@ function coerce(o) {
17197
17200
  throw new Error("Unknown type, must be binary type");
17198
17201
  }
17199
17202
 
17200
- // ../../../../node_modules/.pnpm/multiformats@13.4.1/node_modules/multiformats/dist/src/vendor/base-x.js
17203
+ // ../../../../node_modules/.pnpm/multiformats@13.4.2/node_modules/multiformats/dist/src/vendor/base-x.js
17201
17204
  function base(ALPHABET, name) {
17202
17205
  if (ALPHABET.length >= 255) {
17203
17206
  throw new TypeError("Alphabet too long");
@@ -17333,7 +17336,7 @@ var src = base;
17333
17336
  var _brrp__multiformats_scope_baseX = src;
17334
17337
  var base_x_default = _brrp__multiformats_scope_baseX;
17335
17338
 
17336
- // ../../../../node_modules/.pnpm/multiformats@13.4.1/node_modules/multiformats/dist/src/bases/base.js
17339
+ // ../../../../node_modules/.pnpm/multiformats@13.4.2/node_modules/multiformats/dist/src/bases/base.js
17337
17340
  var Encoder = class {
17338
17341
  name;
17339
17342
  prefix;
@@ -17439,7 +17442,7 @@ function baseX({ name, prefix, alphabet }) {
17439
17442
  });
17440
17443
  }
17441
17444
 
17442
- // ../../../../node_modules/.pnpm/multiformats@13.4.1/node_modules/multiformats/dist/src/bases/base58.js
17445
+ // ../../../../node_modules/.pnpm/multiformats@13.4.2/node_modules/multiformats/dist/src/bases/base58.js
17443
17446
  var base58btc = baseX({
17444
17447
  name: "base58btc",
17445
17448
  prefix: "z",
@@ -17452,7 +17455,6 @@ var base58flickr = baseX({
17452
17455
  });
17453
17456
 
17454
17457
  // ../../crypto/dist/src/utils.js
17455
- var import_libsodium_wrappers = __toESM(require_libsodium_wrappers(), 1);
17456
17458
  var fromBase64 = (base64) => {
17457
17459
  return import_libsodium_wrappers.default.from_base64(base64, import_libsodium_wrappers.default.base64_variants.ORIGINAL);
17458
17460
  };