@dxos/client-services 0.5.7-main.6b1240f → 0.5.7-main.9c237b7

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.
@@ -5333,7 +5333,7 @@ import { SpaceMember as SpaceMember7 } from "@dxos/protocols/proto/dxos/client/s
5333
5333
  import { TRACE_PROCESSOR } from "@dxos/tracing";
5334
5334
 
5335
5335
  // packages/sdk/client-services/src/version.ts
5336
- var DXOS_VERSION = "0.5.7-main.6b1240f";
5336
+ var DXOS_VERSION = "0.5.7-main.9c237b7";
5337
5337
 
5338
5338
  // packages/sdk/client-services/src/packlets/services/platform.ts
5339
5339
  import { Platform } from "@dxos/protocols/proto/dxos/client/services";
@@ -5586,7 +5586,7 @@ import { jsonKeyReplacer as jsonKeyReplacer2, nonNullable } from "@dxos/util";
5586
5586
 
5587
5587
  // packages/sdk/client-services/src/packlets/services/service-host.ts
5588
5588
  import { Event as Event9, synchronized as synchronized3 } from "@dxos/async";
5589
- import { clientServiceBundle, defaultKey, Properties } from "@dxos/client-protocol";
5589
+ import { clientServiceBundle, defaultKey, PropertiesSchema } from "@dxos/client-protocol";
5590
5590
  import { Context as Context11 } from "@dxos/context";
5591
5591
  import { encodeReference } from "@dxos/echo-protocol";
5592
5592
  import { getTypeReference } from "@dxos/echo-schema";
@@ -6456,11 +6456,11 @@ var ClientServicesHost = class {
6456
6456
  ""
6457
6457
  ]
6458
6458
  });
6459
- const document = await this._serviceContext.echoHost.automergeRepo.find(automergeIndex);
6459
+ const document = this._serviceContext.echoHost.automergeRepo.find(automergeIndex);
6460
6460
  await document.whenReady();
6461
6461
  const properties = {
6462
6462
  system: {
6463
- type: encodeReference(getTypeReference(Properties))
6463
+ type: encodeReference(getTypeReference(PropertiesSchema))
6464
6464
  },
6465
6465
  data: {
6466
6466
  [defaultKey]: identity.identityKey.toHex()
@@ -6580,4 +6580,4 @@ export {
6580
6580
  ClientServicesHost,
6581
6581
  ClientServicesProviderResource
6582
6582
  };
6583
- //# sourceMappingURL=chunk-E35PLCJ7.mjs.map
6583
+ //# sourceMappingURL=chunk-UJMJKTU7.mjs.map