@dxos/echo-pipeline 0.4.8-main.8cb190e → 0.4.8-main.8ec301e

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.
@@ -3289,8 +3289,7 @@ var AutomergeHost = class {
3289
3289
  });
3290
3290
  }
3291
3291
  _onUpdate(event) {
3292
- const spaceKey = getSpaceKeyFromDoc(event.doc);
3293
- if (!spaceKey || this._metadata == null) {
3292
+ if (this._metadata == null) {
3294
3293
  return;
3295
3294
  }
3296
3295
  const objectIds = getInlineChanges(event);
@@ -3304,8 +3303,7 @@ var AutomergeHost = class {
3304
3303
  }
3305
3304
  const encodedIds = objectIds.map((objectId) => idCodec.encode({
3306
3305
  documentId: event.handle.documentId,
3307
- objectId,
3308
- spaceKey
3306
+ objectId
3309
3307
  }));
3310
3308
  const idToLastHash = new Map(encodedIds.map((id) => [
3311
3309
  id,
@@ -3316,7 +3314,7 @@ var AutomergeHost = class {
3316
3314
  }).catch((err) => {
3317
3315
  this._ctx.disposed && log15.catch(err, void 0, {
3318
3316
  F: __dxlog_file16,
3319
- L: 191,
3317
+ L: 188,
3320
3318
  S: this,
3321
3319
  C: (f, a) => f(...a)
3322
3320
  });
@@ -3377,7 +3375,7 @@ var AutomergeHost = class {
3377
3375
  deviceKey
3378
3376
  }, {
3379
3377
  F: __dxlog_file16,
3380
- L: 258,
3378
+ L: 255,
3381
3379
  S: this,
3382
3380
  C: (f, a) => f(...a)
3383
3381
  });
@@ -3457,4 +3455,4 @@ export {
3457
3455
  AutomergeHost,
3458
3456
  getSpaceKeyFromDoc
3459
3457
  };
3460
- //# sourceMappingURL=chunk-XR2636AC.mjs.map
3458
+ //# sourceMappingURL=chunk-3FVT6KX6.mjs.map