@dxos/vendor-hypercore 0.8.4-main.1da679c → 0.8.4-main.e098934

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.
@@ -1399,7 +1399,7 @@ var require_tree_index = __commonJS({
1399
1399
  // ../../node_modules/.pnpm/buffer-fill@1.0.0/node_modules/buffer-fill/index.js
1400
1400
  var require_buffer_fill = __commonJS({
1401
1401
  "../../node_modules/.pnpm/buffer-fill@1.0.0/node_modules/buffer-fill/index.js"(exports, module) {
1402
- var hasFullSupport = (function() {
1402
+ var hasFullSupport = function() {
1403
1403
  try {
1404
1404
  if (!Buffer.isEncoding("latin1")) {
1405
1405
  return false;
@@ -1410,7 +1410,7 @@ var require_buffer_fill = __commonJS({
1410
1410
  } catch (_) {
1411
1411
  return false;
1412
1412
  }
1413
- })();
1413
+ }();
1414
1414
  function isSingleByte(val) {
1415
1415
  return val.length === 1 && val.charCodeAt(0) < 256;
1416
1416
  }
@@ -2117,7 +2117,7 @@ var require_nanoassert = __commonJS({
2117
2117
  // ../../node_modules/.pnpm/clone@2.1.2/node_modules/clone/clone.js
2118
2118
  var require_clone = __commonJS({
2119
2119
  "../../node_modules/.pnpm/clone@2.1.2/node_modules/clone/clone.js"(exports, module) {
2120
- var clone = (function() {
2120
+ var clone = function() {
2121
2121
  "use strict";
2122
2122
  function _instanceof(obj, type) {
2123
2123
  return type != null && obj instanceof type;
@@ -2303,7 +2303,7 @@ var require_clone = __commonJS({
2303
2303
  }
2304
2304
  clone2.__getRegExpFlags = __getRegExpFlags;
2305
2305
  return clone2;
2306
- })();
2306
+ }();
2307
2307
  if (typeof module === "object" && module.exports) {
2308
2308
  module.exports = clone;
2309
2309
  }