@peerbit/any-store-opfs 1.1.5 → 1.1.7

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.
@@ -7752,7 +7752,10 @@
7752
7752
  // ../../crypto/dist/src/index.js
7753
7753
  var import_libsodium_wrappers2 = __toESM(require_libsodium_wrappers(), 1);
7754
7754
 
7755
- // ../../../../node_modules/.pnpm/multiformats@13.4.1/node_modules/multiformats/dist/src/bytes.js
7755
+ // ../../crypto/dist/src/utils.js
7756
+ var import_libsodium_wrappers = __toESM(require_libsodium_wrappers(), 1);
7757
+
7758
+ // ../../../../node_modules/.pnpm/multiformats@13.4.2/node_modules/multiformats/dist/src/bytes.js
7756
7759
  var empty = new Uint8Array(0);
7757
7760
  function coerce(o) {
7758
7761
  if (o instanceof Uint8Array && o.constructor.name === "Uint8Array") {
@@ -7767,7 +7770,7 @@
7767
7770
  throw new Error("Unknown type, must be binary type");
7768
7771
  }
7769
7772
 
7770
- // ../../../../node_modules/.pnpm/multiformats@13.4.1/node_modules/multiformats/dist/src/vendor/base-x.js
7773
+ // ../../../../node_modules/.pnpm/multiformats@13.4.2/node_modules/multiformats/dist/src/vendor/base-x.js
7771
7774
  function base(ALPHABET, name) {
7772
7775
  if (ALPHABET.length >= 255) {
7773
7776
  throw new TypeError("Alphabet too long");
@@ -7903,7 +7906,7 @@
7903
7906
  var _brrp__multiformats_scope_baseX = src;
7904
7907
  var base_x_default = _brrp__multiformats_scope_baseX;
7905
7908
 
7906
- // ../../../../node_modules/.pnpm/multiformats@13.4.1/node_modules/multiformats/dist/src/bases/base.js
7909
+ // ../../../../node_modules/.pnpm/multiformats@13.4.2/node_modules/multiformats/dist/src/bases/base.js
7907
7910
  var Encoder = class {
7908
7911
  name;
7909
7912
  prefix;
@@ -8009,7 +8012,7 @@
8009
8012
  });
8010
8013
  }
8011
8014
 
8012
- // ../../../../node_modules/.pnpm/multiformats@13.4.1/node_modules/multiformats/dist/src/bases/base58.js
8015
+ // ../../../../node_modules/.pnpm/multiformats@13.4.2/node_modules/multiformats/dist/src/bases/base58.js
8013
8016
  var base58btc = baseX({
8014
8017
  name: "base58btc",
8015
8018
  prefix: "z",
@@ -8022,7 +8025,6 @@
8022
8025
  });
8023
8026
 
8024
8027
  // ../../crypto/dist/src/utils.js
8025
- var import_libsodium_wrappers = __toESM(require_libsodium_wrappers(), 1);
8026
8028
  var asU8 = (bytes) => {
8027
8029
  return bytes instanceof Uint8Array ? bytes : new Uint8Array(bytes.buffer, bytes.byteOffset, bytes.byteLength);
8028
8030
  };