@dxos/client-services 0.4.7-main.0aeacda → 0.4.7-main.22460ef

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.0aeacda";
2674
+ var DXOS_VERSION = "0.4.7-main.22460ef";
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";
@@ -4225,9 +4225,7 @@ var SpacesServiceImpl = class {
4225
4225
  return {
4226
4226
  identity: {
4227
4227
  identityKey: member.key,
4228
- profile: {
4229
- displayName: member.profile?.displayName
4230
- }
4228
+ profile: member.profile ?? {}
4231
4229
  },
4232
4230
  presence: member.removed ? SpaceMember3.PresenceState.REMOVED : isMe || peers.length > 0 ? SpaceMember3.PresenceState.ONLINE : SpaceMember3.PresenceState.OFFLINE,
4233
4231
  peerStates: peers
@@ -4716,7 +4714,7 @@ import { clientServiceBundle, defaultKey, Properties } from "@dxos/client-protoc
4716
4714
  import { Context as Context10 } from "@dxos/context";
4717
4715
  import { DocumentModel as DocumentModel2 } from "@dxos/document-model";
4718
4716
  import { DataServiceImpl } from "@dxos/echo-pipeline";
4719
- import { base, getRawDoc } from "@dxos/echo-schema";
4717
+ import { getRawDoc, getAutomergeObjectCore } from "@dxos/echo-schema";
4720
4718
  import { invariant as invariant15 } from "@dxos/invariant";
4721
4719
  import { PublicKey as PublicKey11 } from "@dxos/keys";
4722
4720
  import { log as log16 } from "@dxos/log";
@@ -5373,7 +5371,7 @@ var ClientServicesHost = class {
5373
5371
  document.change((doc) => {
5374
5372
  assignDeep(doc, [
5375
5373
  "objects",
5376
- obj[base]._id
5374
+ getAutomergeObjectCore(obj).id
5377
5375
  ], getRawDoc(obj).handle.docSync());
5378
5376
  });
5379
5377
  return identity;
@@ -5431,4 +5429,4 @@ export {
5431
5429
  createDefaultModelFactory,
5432
5430
  ClientServicesHost
5433
5431
  };
5434
- //# sourceMappingURL=chunk-N4RGR7MX.mjs.map
5432
+ //# sourceMappingURL=chunk-ELOIQ6Y2.mjs.map