@dxos/echo-pipeline 0.6.14-staging.8758a12 → 0.6.14-staging.9b873ce

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.
@@ -3028,7 +3028,10 @@ var EchoHost = class extends Resource9 {
3028
3028
  version: SpaceDocVersion3.CURRENT,
3029
3029
  access: {
3030
3030
  spaceKey: spaceKey.toHex()
3031
- }
3031
+ },
3032
+ // Better to initialize them right away to avoid merge conflicts and data loss that can occur if those maps get created on the fly.
3033
+ objects: {},
3034
+ links: {}
3032
3035
  });
3033
3036
  await this._automergeHost.flush({
3034
3037
  documentIds: [
@@ -3041,7 +3044,7 @@ var EchoHost = class extends Resource9 {
3041
3044
  async openSpaceRoot(spaceId, automergeUrl) {
3042
3045
  invariant11(this._lifecycleState === LifecycleState4.OPEN, void 0, {
3043
3046
  F: __dxlog_file15,
3044
- L: 221,
3047
+ L: 225,
3045
3048
  S: this,
3046
3049
  A: [
3047
3050
  "this._lifecycleState === LifecycleState.OPEN",