@dxos/hypercore 0.1.58-main.fa022ee → 0.1.58-main.ffb4cc4

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.
@@ -11368,7 +11368,6 @@ var py = (obj, fn) => util.promisify(fn.bind(obj));
11368
11368
  // packages/common/hypercore/src/hypercore-factory.ts
11369
11369
  var __dxlog_file2 = "/home/runner/work/dxos/dxos/packages/common/hypercore/src/hypercore-factory.ts";
11370
11370
  var HypercoreFactory = class {
11371
- // prettier-ignore
11372
11371
  constructor(_root = createStorage({
11373
11372
  type: StorageType.RAM
11374
11373
  }).createDirectory(), _options) {
@@ -11376,7 +11375,7 @@ var HypercoreFactory = class {
11376
11375
  this._options = _options;
11377
11376
  invariant2(this._root, void 0, {
11378
11377
  F: __dxlog_file2,
11379
- L: 22,
11378
+ L: 21,
11380
11379
  S: this,
11381
11380
  A: [
11382
11381
  "this._root",