@dxos/client-services 0.5.7-main.a079570 → 0.5.7-main.c48bccd

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.
@@ -3679,9 +3679,6 @@ var DataSpace = class {
3679
3679
  C: (f, a) => f(...a)
3680
3680
  });
3681
3681
  }
3682
- get id() {
3683
- return this._inner.id;
3684
- }
3685
3682
  get key() {
3686
3683
  return this._inner.key;
3687
3684
  }
@@ -3727,7 +3724,7 @@ var DataSpace = class {
3727
3724
  state: SpaceState[this._state]
3728
3725
  }, {
3729
3726
  F: __dxlog_file13,
3730
- L: 204,
3727
+ L: 199,
3731
3728
  S: this,
3732
3729
  C: (f, a) => f(...a)
3733
3730
  });
@@ -3745,7 +3742,7 @@ var DataSpace = class {
3745
3742
  state: SpaceState[this._state]
3746
3743
  }, {
3747
3744
  F: __dxlog_file13,
3748
- L: 218,
3745
+ L: 213,
3749
3746
  S: this,
3750
3747
  C: (f, a) => f(...a)
3751
3748
  });
@@ -3777,7 +3774,7 @@ var DataSpace = class {
3777
3774
  if (err instanceof CancelledError || err instanceof ContextDisposedError3) {
3778
3775
  log11("data pipeline initialization cancelled", err, {
3779
3776
  F: __dxlog_file13,
3780
- L: 251,
3777
+ L: 246,
3781
3778
  S: this,
3782
3779
  C: (f, a) => f(...a)
3783
3780
  });
@@ -3785,7 +3782,7 @@ var DataSpace = class {
3785
3782
  }
3786
3783
  log11.error("Error initializing data pipeline", err, {
3787
3784
  F: __dxlog_file13,
3788
- L: 255,
3785
+ L: 250,
3789
3786
  S: this,
3790
3787
  C: (f, a) => f(...a)
3791
3788
  });
@@ -3794,7 +3791,7 @@ var DataSpace = class {
3794
3791
  state: SpaceState[this._state]
3795
3792
  }, {
3796
3793
  F: __dxlog_file13,
3797
- L: 257,
3794
+ L: 252,
3798
3795
  S: this,
3799
3796
  C: (f, a) => f(...a)
3800
3797
  });
@@ -3814,7 +3811,7 @@ var DataSpace = class {
3814
3811
  state: SpaceState[this._state]
3815
3812
  }, {
3816
3813
  F: __dxlog_file13,
3817
- L: 273,
3814
+ L: 268,
3818
3815
  S: this,
3819
3816
  C: (f, a) => f(...a)
3820
3817
  });
@@ -3824,7 +3821,7 @@ var DataSpace = class {
3824
3821
  await cancelWithContext4(this._ctx, this.automergeSpaceState.ensureEpochInitialized());
3825
3822
  log11("data pipeline ready", void 0, {
3826
3823
  F: __dxlog_file13,
3827
- L: 285,
3824
+ L: 280,
3828
3825
  S: this,
3829
3826
  C: (f, a) => f(...a)
3830
3827
  });
@@ -3834,7 +3831,7 @@ var DataSpace = class {
3834
3831
  state: SpaceState[this._state]
3835
3832
  }, {
3836
3833
  F: __dxlog_file13,
3837
- L: 289,
3834
+ L: 284,
3838
3835
  S: this,
3839
3836
  C: (f, a) => f(...a)
3840
3837
  });
@@ -3850,7 +3847,7 @@ var DataSpace = class {
3850
3847
  await this._createWritableFeeds();
3851
3848
  log11("writable feeds created", void 0, {
3852
3849
  F: __dxlog_file13,
3853
- L: 305,
3850
+ L: 300,
3854
3851
  S: this,
3855
3852
  C: (f, a) => f(...a)
3856
3853
  });
@@ -3913,7 +3910,7 @@ var DataSpace = class {
3913
3910
  rootUrl
3914
3911
  }, {
3915
3912
  F: __dxlog_file13,
3916
- L: 371,
3913
+ L: 366,
3917
3914
  S: this,
3918
3915
  C: (f, a) => f(...a)
3919
3916
  });
@@ -3943,7 +3940,7 @@ var DataSpace = class {
3943
3940
  rootUrl
3944
3941
  }, {
3945
3942
  F: __dxlog_file13,
3946
- L: 398,
3943
+ L: 393,
3947
3944
  S: this,
3948
3945
  C: (f, a) => f(...a)
3949
3946
  });
@@ -3958,7 +3955,7 @@ var DataSpace = class {
3958
3955
  err
3959
3956
  }, {
3960
3957
  F: __dxlog_file13,
3961
- L: 404,
3958
+ L: 399,
3962
3959
  S: this,
3963
3960
  C: (f, a) => f(...a)
3964
3961
  });
@@ -4013,7 +4010,7 @@ var DataSpace = class {
4013
4010
  const newRoot = this._echoHost.automergeRepo.create(rootHandle.docSync());
4014
4011
  invariant12(typeof newRoot.url === "string" && newRoot.url.length > 0, void 0, {
4015
4012
  F: __dxlog_file13,
4016
- L: 454,
4013
+ L: 449,
4017
4014
  S: this,
4018
4015
  A: [
4019
4016
  "typeof newRoot.url === 'string' && newRoot.url.length > 0",
@@ -4032,7 +4029,7 @@ var DataSpace = class {
4032
4029
  {
4033
4030
  log11.info("Fragmenting", void 0, {
4034
4031
  F: __dxlog_file13,
4035
- L: 466,
4032
+ L: 461,
4036
4033
  S: this,
4037
4034
  C: (f, a) => f(...a)
4038
4035
  });
@@ -4044,7 +4041,7 @@ var DataSpace = class {
4044
4041
  const otherObjects = objects.filter(([key]) => key !== properties?.[0]);
4045
4042
  invariant12(properties, "Properties not found", {
4046
4043
  F: __dxlog_file13,
4047
- L: 476,
4044
+ L: 471,
4048
4045
  S: this,
4049
4046
  A: [
4050
4047
  "properties",
@@ -4060,7 +4057,7 @@ var DataSpace = class {
4060
4057
  const newRoot = this._echoHost.automergeRepo.create(newSpaceDoc);
4061
4058
  invariant12(typeof newRoot.url === "string" && newRoot.url.length > 0, void 0, {
4062
4059
  F: __dxlog_file13,
4063
- L: 481,
4060
+ L: 476,
4064
4061
  S: this,
4065
4062
  A: [
4066
4063
  "typeof newRoot.url === 'string' && newRoot.url.length > 0",
@@ -4129,7 +4126,7 @@ var DataSpace = class {
4129
4126
  state: SpaceState[this._state]
4130
4127
  }, {
4131
4128
  F: __dxlog_file13,
4132
- L: 547,
4129
+ L: 542,
4133
4130
  S: this,
4134
4131
  C: (f, a) => f(...a)
4135
4132
  });
@@ -4139,9 +4136,6 @@ var DataSpace = class {
4139
4136
  _ts_decorate4([
4140
4137
  trace6.info()
4141
4138
  ], DataSpace.prototype, "_inner", void 0);
4142
- _ts_decorate4([
4143
- trace6.info()
4144
- ], DataSpace.prototype, "id", null);
4145
4139
  _ts_decorate4([
4146
4140
  trace6.info()
4147
4141
  ], DataSpace.prototype, "key", null);
@@ -4956,7 +4950,6 @@ var SpacesServiceImpl = class {
4956
4950
  }
4957
4951
  _serializeSpace(space) {
4958
4952
  return {
4959
- id: space.id,
4960
4953
  spaceKey: space.key,
4961
4954
  state: space.state,
4962
4955
  error: space.error ? encodeError(space.error) : void 0,
@@ -5333,7 +5326,7 @@ import { SpaceMember as SpaceMember7 } from "@dxos/protocols/proto/dxos/client/s
5333
5326
  import { TRACE_PROCESSOR } from "@dxos/tracing";
5334
5327
 
5335
5328
  // packages/sdk/client-services/src/version.ts
5336
- var DXOS_VERSION = "0.5.7-main.a079570";
5329
+ var DXOS_VERSION = "0.5.7-main.c48bccd";
5337
5330
 
5338
5331
  // packages/sdk/client-services/src/packlets/services/platform.ts
5339
5332
  import { Platform } from "@dxos/protocols/proto/dxos/client/services";
@@ -6580,4 +6573,4 @@ export {
6580
6573
  ClientServicesHost,
6581
6574
  ClientServicesProviderResource
6582
6575
  };
6583
- //# sourceMappingURL=chunk-TBD7C7LD.mjs.map
6576
+ //# sourceMappingURL=chunk-MONA47ZG.mjs.map