@dxos/client-services 0.5.7-main.53c1618 → 0.5.7-main.6b1240f
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.
- package/dist/lib/browser/{chunk-CFPSV5SM.mjs → chunk-E35PLCJ7.mjs} +5 -5
- package/dist/lib/browser/{chunk-CFPSV5SM.mjs.map → chunk-E35PLCJ7.mjs.map} +3 -3
- package/dist/lib/browser/index.mjs +1 -1
- package/dist/lib/browser/meta.json +1 -1
- package/dist/lib/browser/packlets/testing/index.mjs +1 -1
- package/dist/lib/node/{chunk-KCZ6ZUVE.cjs → chunk-YIZKU5CX.cjs} +7 -7
- package/dist/lib/node/{chunk-KCZ6ZUVE.cjs.map → chunk-YIZKU5CX.cjs.map} +3 -3
- package/dist/lib/node/index.cjs +44 -44
- package/dist/lib/node/meta.json +1 -1
- package/dist/lib/node/packlets/testing/index.cjs +8 -8
- package/dist/types/src/packlets/services/service-host.d.ts.map +1 -1
- package/dist/types/src/version.d.ts +1 -1
- package/package.json +36 -36
- package/src/packlets/services/service-host.ts +4 -3
- package/src/version.ts +1 -1
|
@@ -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.
|
|
5336
|
+
var DXOS_VERSION = "0.5.7-main.6b1240f";
|
|
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,
|
|
5589
|
+
import { clientServiceBundle, defaultKey, Properties } 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 = this._serviceContext.echoHost.automergeRepo.find(automergeIndex);
|
|
6459
|
+
const document = await this._serviceContext.echoHost.automergeRepo.find(automergeIndex);
|
|
6460
6460
|
await document.whenReady();
|
|
6461
6461
|
const properties = {
|
|
6462
6462
|
system: {
|
|
6463
|
-
type: encodeReference(getTypeReference(
|
|
6463
|
+
type: encodeReference(getTypeReference(Properties))
|
|
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-
|
|
6583
|
+
//# sourceMappingURL=chunk-E35PLCJ7.mjs.map
|