@dxos/client-services 0.7.0 → 0.7.1-staging.8709ba7
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-GP5GD22Z.mjs → chunk-SRMGMVKL.mjs} +3 -3
- package/dist/lib/browser/chunk-SRMGMVKL.mjs.map +7 -0
- package/dist/lib/browser/index.mjs +1 -1
- package/dist/lib/browser/meta.json +1 -1
- package/dist/lib/browser/testing/index.mjs +1 -1
- package/dist/lib/node/{chunk-3ERQHVZE.cjs → chunk-G6ZWTQWV.cjs} +6 -6
- package/dist/lib/node/chunk-G6ZWTQWV.cjs.map +7 -0
- package/dist/lib/node/index.cjs +47 -47
- package/dist/lib/node/meta.json +1 -1
- package/dist/lib/node/testing/index.cjs +8 -8
- package/dist/lib/node-esm/{chunk-UTJ4HL4J.mjs → chunk-CVV66SUB.mjs} +3 -3
- package/dist/lib/node-esm/chunk-CVV66SUB.mjs.map +7 -0
- package/dist/lib/node-esm/index.mjs +1 -1
- package/dist/lib/node-esm/meta.json +1 -1
- package/dist/lib/node-esm/testing/index.mjs +1 -1
- package/dist/types/src/version.d.ts +1 -1
- package/dist/types/src/version.d.ts.map +1 -1
- package/package.json +38 -38
- package/src/packlets/services/service-context.ts +1 -1
- package/src/version.ts +1 -5
- package/dist/lib/browser/chunk-GP5GD22Z.mjs.map +0 -7
- package/dist/lib/node/chunk-3ERQHVZE.cjs.map +0 -7
- package/dist/lib/node-esm/chunk-UTJ4HL4J.mjs.map +0 -7
|
@@ -397,7 +397,7 @@ import { SpaceMember } from "@dxos/protocols/proto/dxos/client/services";
|
|
|
397
397
|
import { TRACE_PROCESSOR } from "@dxos/tracing";
|
|
398
398
|
|
|
399
399
|
// packages/sdk/client-services/src/version.ts
|
|
400
|
-
var DXOS_VERSION = "0.7.
|
|
400
|
+
var DXOS_VERSION = "0.7.1-staging.8709ba7";
|
|
401
401
|
|
|
402
402
|
// packages/sdk/client-services/src/packlets/services/platform.ts
|
|
403
403
|
import { Platform } from "@dxos/protocols/proto/dxos/client/services";
|
|
@@ -7970,7 +7970,7 @@ var ServiceContext = class extends Resource7 {
|
|
|
7970
7970
|
S: this,
|
|
7971
7971
|
C: (f, a) => f(...a)
|
|
7972
7972
|
});
|
|
7973
|
-
if (params?.deviceCredential
|
|
7973
|
+
if (params?.deviceCredential) {
|
|
7974
7974
|
edgeIdentity = await createChainEdgeIdentity(identity.signer, identity.identityKey, identity.deviceKey, params?.deviceCredential && {
|
|
7975
7975
|
credential: params.deviceCredential
|
|
7976
7976
|
}, []);
|
|
@@ -9123,4 +9123,4 @@ export {
|
|
|
9123
9123
|
importProfileData,
|
|
9124
9124
|
ClientServicesHost
|
|
9125
9125
|
};
|
|
9126
|
-
//# sourceMappingURL=chunk-
|
|
9126
|
+
//# sourceMappingURL=chunk-SRMGMVKL.mjs.map
|