@dxos/client-services 0.1.58-main.cbf3753 → 0.1.58-main.d82e9a3

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.
@@ -2473,7 +2473,7 @@ import { STORAGE_VERSION } from "@dxos/protocols";
2473
2473
  import { SpaceMember } from "@dxos/protocols/proto/dxos/client/services";
2474
2474
 
2475
2475
  // packages/sdk/client-services/src/version.ts
2476
- var DXOS_VERSION = "0.1.58-main.cbf3753";
2476
+ var DXOS_VERSION = "0.1.58-main.d82e9a3";
2477
2477
 
2478
2478
  // packages/sdk/client-services/src/packlets/services/platform.ts
2479
2479
  var getPlatform = () => {
@@ -2982,6 +2982,7 @@ var DataSpace = class DataSpace2 {
2982
2982
  await this._open();
2983
2983
  }
2984
2984
  async _open() {
2985
+ await this._gossip.open();
2985
2986
  await this._notarizationPlugin.open();
2986
2987
  await this._inner.spaceState.addCredentialProcessor(this._notarizationPlugin);
2987
2988
  await this._inner.open(new Context7());
@@ -2990,7 +2991,7 @@ var DataSpace = class DataSpace2 {
2990
2991
  state: SpaceState[this._state]
2991
2992
  }, {
2992
2993
  F: __dxlog_file12,
2993
- L: 158,
2994
+ L: 159,
2994
2995
  S: this,
2995
2996
  C: (f, a) => f(...a)
2996
2997
  });
@@ -3008,7 +3009,7 @@ var DataSpace = class DataSpace2 {
3008
3009
  state: SpaceState[this._state]
3009
3010
  }, {
3010
3011
  F: __dxlog_file12,
3011
- L: 172,
3012
+ L: 173,
3012
3013
  S: this,
3013
3014
  C: (f, a) => f(...a)
3014
3015
  });
@@ -3019,6 +3020,7 @@ var DataSpace = class DataSpace2 {
3019
3020
  await this._inner.spaceState.removeCredentialProcessor(this._notarizationPlugin);
3020
3021
  await this._notarizationPlugin.close();
3021
3022
  await this._presence.destroy();
3023
+ await this._gossip.close();
3022
3024
  }
3023
3025
  async postMessage(channel, message) {
3024
3026
  return this._gossip.postMessage(channel, message);
@@ -3038,7 +3040,7 @@ var DataSpace = class DataSpace2 {
3038
3040
  if (err instanceof CancelledError) {
3039
3041
  log10("data pipeline initialization cancelled", err, {
3040
3042
  F: __dxlog_file12,
3041
- L: 203,
3043
+ L: 205,
3042
3044
  S: this,
3043
3045
  C: (f, a) => f(...a)
3044
3046
  });
@@ -3046,7 +3048,7 @@ var DataSpace = class DataSpace2 {
3046
3048
  }
3047
3049
  log10.error("Error initializing data pipeline", err, {
3048
3050
  F: __dxlog_file12,
3049
- L: 207,
3051
+ L: 209,
3050
3052
  S: this,
3051
3053
  C: (f, a) => f(...a)
3052
3054
  });
@@ -3055,7 +3057,7 @@ var DataSpace = class DataSpace2 {
3055
3057
  state: SpaceState[this._state]
3056
3058
  }, {
3057
3059
  F: __dxlog_file12,
3058
- L: 209,
3060
+ L: 211,
3059
3061
  S: this,
3060
3062
  C: (f, a) => f(...a)
3061
3063
  });
@@ -3075,7 +3077,7 @@ var DataSpace = class DataSpace2 {
3075
3077
  state: SpaceState[this._state]
3076
3078
  }, {
3077
3079
  F: __dxlog_file12,
3078
- L: 225,
3080
+ L: 227,
3079
3081
  S: this,
3080
3082
  C: (f, a) => f(...a)
3081
3083
  });
@@ -3086,7 +3088,7 @@ var DataSpace = class DataSpace2 {
3086
3088
  await cancelWithContext2(this._ctx, this._inner.dataPipeline.ensureEpochInitialized());
3087
3089
  log10("waiting for data pipeline to reach target timeframe", void 0, {
3088
3090
  F: __dxlog_file12,
3089
- L: 239,
3091
+ L: 241,
3090
3092
  S: this,
3091
3093
  C: (f, a) => f(...a)
3092
3094
  });
@@ -3097,7 +3099,7 @@ var DataSpace = class DataSpace2 {
3097
3099
  this.metrics.dataPipelineReady = /* @__PURE__ */ new Date();
3098
3100
  log10("data pipeline ready", void 0, {
3099
3101
  F: __dxlog_file12,
3100
- L: 248,
3102
+ L: 250,
3101
3103
  S: this,
3102
3104
  C: (f, a) => f(...a)
3103
3105
  });
@@ -3107,7 +3109,7 @@ var DataSpace = class DataSpace2 {
3107
3109
  state: SpaceState[this._state]
3108
3110
  }, {
3109
3111
  F: __dxlog_file12,
3110
- L: 252,
3112
+ L: 254,
3111
3113
  S: this,
3112
3114
  C: (f, a) => f(...a)
3113
3115
  });
@@ -3123,7 +3125,7 @@ var DataSpace = class DataSpace2 {
3123
3125
  await this._createWritableFeeds();
3124
3126
  log10("writable feeds created", void 0, {
3125
3127
  F: __dxlog_file12,
3126
- L: 268,
3128
+ L: 270,
3127
3129
  S: this,
3128
3130
  C: (f, a) => f(...a)
3129
3131
  });
@@ -3228,7 +3230,7 @@ var DataSpace = class DataSpace2 {
3228
3230
  state: SpaceState[this._state]
3229
3231
  }, {
3230
3232
  F: __dxlog_file12,
3231
- L: 384,
3233
+ L: 386,
3232
3234
  S: this,
3233
3235
  C: (f, a) => f(...a)
3234
3236
  });
@@ -4961,4 +4963,4 @@ export {
4961
4963
  createDefaultModelFactory,
4962
4964
  ClientServicesHost
4963
4965
  };
4964
- //# sourceMappingURL=chunk-HBVO7V6N.mjs.map
4966
+ //# sourceMappingURL=chunk-G762UGCU.mjs.map