@dxos/client-services 0.4.7-main.dca306f → 0.4.7-main.ea67fec
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-J2QTHPSP.mjs → chunk-2L2NQNED.mjs} +5 -5
- package/dist/lib/browser/chunk-2L2NQNED.mjs.map +7 -0
- 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-WNC3SLGD.cjs → chunk-5HSF6RSJ.cjs} +7 -7
- package/dist/lib/node/chunk-5HSF6RSJ.cjs.map +7 -0
- package/dist/lib/node/index.cjs +37 -37
- package/dist/lib/node/meta.json +1 -1
- package/dist/lib/node/packlets/testing/index.cjs +8 -8
- package/dist/types/src/version.d.ts +1 -1
- package/package.json +35 -35
- package/src/packlets/identity/identity-manager.ts +1 -1
- package/src/packlets/services/service-host.ts +2 -2
- package/src/version.ts +1 -1
- package/dist/lib/browser/chunk-J2QTHPSP.mjs.map +0 -7
- package/dist/lib/node/chunk-WNC3SLGD.cjs.map +0 -7
|
@@ -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.
|
|
2674
|
+
var DXOS_VERSION = "0.4.7-main.ea67fec";
|
|
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 {
|
|
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
|
|
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-
|
|
5434
|
+
//# sourceMappingURL=chunk-2L2NQNED.mjs.map
|