@dxos/client-services 0.4.5-main.b6f7e18 → 0.4.5-main.d114901

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.
@@ -2565,7 +2565,7 @@ var getPlatform = () => {
2565
2565
  };
2566
2566
 
2567
2567
  // packages/sdk/client-services/src/version.ts
2568
- var DXOS_VERSION = "0.4.5-main.b6f7e18";
2568
+ var DXOS_VERSION = "0.4.5-main.d114901";
2569
2569
 
2570
2570
  // packages/sdk/client-services/src/packlets/services/diagnostics.ts
2571
2571
  var __dxlog_file10 = "/home/runner/work/dxos/dxos/packages/sdk/client-services/src/packlets/services/diagnostics.ts";
@@ -3324,11 +3324,9 @@ var DataSpace = class {
3324
3324
  return;
3325
3325
  }
3326
3326
  const doc = handle.docSync() ?? failedInvariant();
3327
- if (!doc.access?.spaceKey) {
3327
+ if (!doc.experimental_spaceKey) {
3328
3328
  handle.change((doc2) => {
3329
- doc2.access = {
3330
- spaceKey: this.key.toHex()
3331
- };
3329
+ doc2.experimental_spaceKey = this.key.toHex();
3332
3330
  });
3333
3331
  }
3334
3332
  } catch (err) {
@@ -3707,9 +3705,7 @@ var DataSpaceManager = class {
3707
3705
  });
3708
3706
  const automergeRoot = this._automergeHost.repo.create();
3709
3707
  automergeRoot.change((doc) => {
3710
- doc.access = {
3711
- spaceKey: spaceKey.toHex()
3712
- };
3708
+ doc.experimental_spaceKey = spaceKey.toHex();
3713
3709
  });
3714
3710
  const space = await this._constructSpace(metadata);
3715
3711
  const credentials = await spaceGenesis(this._keyring, this._signingContext, space.inner, automergeRoot.url);
@@ -5281,4 +5277,4 @@ export {
5281
5277
  createDefaultModelFactory,
5282
5278
  ClientServicesHost
5283
5279
  };
5284
- //# sourceMappingURL=chunk-2FYZYV4Z.mjs.map
5280
+ //# sourceMappingURL=chunk-LR6UMPWL.mjs.map