@dxos/client-services 0.4.5-main.4000b4b → 0.4.5-main.f8d6c4e

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.4000b4b";
2568
+ var DXOS_VERSION = "0.4.5-main.f8d6c4e";
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,9 +3324,11 @@ var DataSpace = class {
3324
3324
  return;
3325
3325
  }
3326
3326
  const doc = handle.docSync() ?? failedInvariant();
3327
- if (!doc.experimental_spaceKey) {
3327
+ if (!doc.access?.spaceKey) {
3328
3328
  handle.change((doc2) => {
3329
- doc2.experimental_spaceKey = this.key.toHex();
3329
+ doc2.access = {
3330
+ spaceKey: this.key.toHex()
3331
+ };
3330
3332
  });
3331
3333
  }
3332
3334
  } catch (err) {
@@ -3705,7 +3707,9 @@ var DataSpaceManager = class {
3705
3707
  });
3706
3708
  const automergeRoot = this._automergeHost.repo.create();
3707
3709
  automergeRoot.change((doc) => {
3708
- doc.experimental_spaceKey = spaceKey.toHex();
3710
+ doc.access = {
3711
+ spaceKey: spaceKey.toHex()
3712
+ };
3709
3713
  });
3710
3714
  const space = await this._constructSpace(metadata);
3711
3715
  const credentials = await spaceGenesis(this._keyring, this._signingContext, space.inner, automergeRoot.url);
@@ -5277,4 +5281,4 @@ export {
5277
5281
  createDefaultModelFactory,
5278
5282
  ClientServicesHost
5279
5283
  };
5280
- //# sourceMappingURL=chunk-HD5CFBAF.mjs.map
5284
+ //# sourceMappingURL=chunk-24GIRJ7Q.mjs.map