@dxos/client-services 0.5.9-main.bf0ae3e → 0.5.9-main.bfee100
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-4IR3JP4U.mjs → chunk-TZL7PJDX.mjs} +4 -4
- package/dist/lib/browser/{chunk-4IR3JP4U.mjs.map → chunk-TZL7PJDX.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-ZBIDLLZ4.cjs → chunk-STUWVNPH.cjs} +6 -6
- package/dist/lib/node/{chunk-ZBIDLLZ4.cjs.map → chunk-STUWVNPH.cjs.map} +3 -3
- package/dist/lib/node/index.cjs +42 -42
- 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 +36 -36
- package/src/packlets/spaces/data-space-manager.ts +2 -2
- package/src/version.ts +1 -1
|
@@ -355,7 +355,7 @@ import { SpaceMember } from "@dxos/protocols/proto/dxos/client/services";
|
|
|
355
355
|
import { TRACE_PROCESSOR } from "@dxos/tracing";
|
|
356
356
|
|
|
357
357
|
// packages/sdk/client-services/src/version.ts
|
|
358
|
-
var DXOS_VERSION = "0.5.9-main.
|
|
358
|
+
var DXOS_VERSION = "0.5.9-main.bfee100";
|
|
359
359
|
|
|
360
360
|
// packages/sdk/client-services/src/packlets/services/platform.ts
|
|
361
361
|
import { Platform } from "@dxos/protocols/proto/dxos/client/services";
|
|
@@ -4613,7 +4613,7 @@ import { cancelWithContext as cancelWithContext5, Context as Context9 } from "@d
|
|
|
4613
4613
|
import { getCredentialAssertion as getCredentialAssertion3 } from "@dxos/credentials";
|
|
4614
4614
|
import { AuthStatus } from "@dxos/echo-pipeline";
|
|
4615
4615
|
import { encodeReference } from "@dxos/echo-protocol";
|
|
4616
|
-
import { getTypeReference } from "@dxos/echo-schema";
|
|
4616
|
+
import { generateEchoId, getTypeReference } from "@dxos/echo-schema";
|
|
4617
4617
|
import { invariant as invariant14 } from "@dxos/invariant";
|
|
4618
4618
|
import { PublicKey as PublicKey11 } from "@dxos/keys";
|
|
4619
4619
|
import { log as log14 } from "@dxos/log";
|
|
@@ -4892,7 +4892,7 @@ var DataSpaceManager = class {
|
|
|
4892
4892
|
keys: []
|
|
4893
4893
|
}
|
|
4894
4894
|
};
|
|
4895
|
-
const propertiesId =
|
|
4895
|
+
const propertiesId = generateEchoId();
|
|
4896
4896
|
document.change((doc) => {
|
|
4897
4897
|
assignDeep2(doc, [
|
|
4898
4898
|
"objects",
|
|
@@ -6742,4 +6742,4 @@ export {
|
|
|
6742
6742
|
ClientServicesProviderResource,
|
|
6743
6743
|
DiagnosticsCollector
|
|
6744
6744
|
};
|
|
6745
|
-
//# sourceMappingURL=chunk-
|
|
6745
|
+
//# sourceMappingURL=chunk-TZL7PJDX.mjs.map
|