@peerbit/any-store-opfs 1.1.11 → 1.1.13

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.
@@ -7767,9 +7767,6 @@
7767
7767
  // ../../crypto/dist/src/index.js
7768
7768
  var import_libsodium_wrappers2 = __toESM(require_libsodium_wrappers(), 1);
7769
7769
 
7770
- // ../../crypto/dist/src/utils.js
7771
- var import_libsodium_wrappers = __toESM(require_libsodium_wrappers(), 1);
7772
-
7773
7770
  // ../../../../node_modules/.pnpm/multiformats@13.4.2/node_modules/multiformats/dist/src/bytes.js
7774
7771
  var empty = new Uint8Array(0);
7775
7772
  function coerce(o) {
@@ -8040,6 +8037,7 @@
8040
8037
  });
8041
8038
 
8042
8039
  // ../../crypto/dist/src/utils.js
8040
+ var import_libsodium_wrappers = __toESM(require_libsodium_wrappers(), 1);
8043
8041
  var asU8 = (bytes) => {
8044
8042
  return bytes instanceof Uint8Array ? bytes : new Uint8Array(bytes.buffer, bytes.byteOffset, bytes.byteLength);
8045
8043
  };