@dxos/client-services 0.4.7-main.ec8b8b7 → 0.4.7-main.fd27392

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.
@@ -1043,7 +1043,7 @@ var IdentityManager = class {
1043
1043
  identityKey: identityRecord.identityKey
1044
1044
  });
1045
1045
  await space.setControlFeed(controlFeed);
1046
- space.setDataFeed(dataFeed);
1046
+ void space.setDataFeed(dataFeed);
1047
1047
  const identity = new Identity({
1048
1048
  space,
1049
1049
  presence,
@@ -2671,7 +2671,7 @@ var getPlatform = () => {
2671
2671
  };
2672
2672
 
2673
2673
  // packages/sdk/client-services/src/version.ts
2674
- var DXOS_VERSION = "0.4.7-main.ec8b8b7";
2674
+ var DXOS_VERSION = "0.4.7-main.fd27392";
2675
2675
 
2676
2676
  // packages/sdk/client-services/src/packlets/services/diagnostics.ts
2677
2677
  var __dxlog_file10 = "/home/runner/work/dxos/dxos/packages/sdk/client-services/src/packlets/services/diagnostics.ts";
@@ -4716,7 +4716,7 @@ import { clientServiceBundle, defaultKey, Properties } from "@dxos/client-protoc
4716
4716
  import { Context as Context10 } from "@dxos/context";
4717
4717
  import { DocumentModel as DocumentModel2 } from "@dxos/document-model";
4718
4718
  import { DataServiceImpl } from "@dxos/echo-pipeline";
4719
- import { base, getRawDoc } from "@dxos/echo-schema";
4719
+ import { getRawDoc, getAutomergeObjectCore } from "@dxos/echo-schema";
4720
4720
  import { invariant as invariant15 } from "@dxos/invariant";
4721
4721
  import { PublicKey as PublicKey11 } from "@dxos/keys";
4722
4722
  import { log as log16 } from "@dxos/log";
@@ -5373,7 +5373,7 @@ var ClientServicesHost = class {
5373
5373
  document.change((doc) => {
5374
5374
  assignDeep(doc, [
5375
5375
  "objects",
5376
- obj[base]._id
5376
+ getAutomergeObjectCore(obj).id
5377
5377
  ], getRawDoc(obj).handle.docSync());
5378
5378
  });
5379
5379
  return identity;
@@ -5431,4 +5431,4 @@ export {
5431
5431
  createDefaultModelFactory,
5432
5432
  ClientServicesHost
5433
5433
  };
5434
- //# sourceMappingURL=chunk-YPGN6NKT.mjs.map
5434
+ //# sourceMappingURL=chunk-RQMQ4JQA.mjs.map