@dxos/client-services 0.6.4 → 0.6.5-staging.435ed25
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-GB7WWT66.mjs → chunk-DSH22AVR.mjs} +6 -5
- package/dist/lib/browser/chunk-DSH22AVR.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 → testing}/index.mjs +1 -1
- package/dist/lib/browser/{packlets/testing → testing}/index.mjs.map +1 -1
- package/dist/lib/node/{chunk-6XNQ7GM4.cjs → chunk-RRNREEUV.cjs} +9 -8
- package/dist/lib/node/chunk-RRNREEUV.cjs.map +7 -0
- package/dist/lib/node/index.cjs +44 -44
- package/dist/lib/node/meta.json +1 -1
- package/dist/lib/node/{packlets/testing → testing}/index.cjs +8 -8
- package/dist/lib/node/{packlets/testing → testing}/index.cjs.map +1 -1
- package/dist/types/src/packlets/identity/identity-service.d.ts.map +1 -1
- package/dist/types/src/testing/index.d.ts +2 -0
- package/dist/types/src/testing/index.d.ts.map +1 -0
- package/dist/types/src/version.d.ts +1 -1
- package/dist/types/src/version.d.ts.map +1 -1
- package/package.json +59 -38
- package/src/packlets/identity/identity-service.ts +1 -0
- package/src/testing/index.ts +5 -0
- package/src/version.ts +1 -5
- package/dist/lib/browser/chunk-GB7WWT66.mjs.map +0 -7
- package/dist/lib/node/chunk-6XNQ7GM4.cjs.map +0 -7
- package/testing.d.ts +0 -11
- package/testing.js +0 -5
|
@@ -359,7 +359,7 @@ import { SpaceMember } from "@dxos/protocols/proto/dxos/client/services";
|
|
|
359
359
|
import { TRACE_PROCESSOR } from "@dxos/tracing";
|
|
360
360
|
|
|
361
361
|
// packages/sdk/client-services/src/version.ts
|
|
362
|
-
var DXOS_VERSION = "0.6.
|
|
362
|
+
var DXOS_VERSION = "0.6.5-staging.435ed25";
|
|
363
363
|
|
|
364
364
|
// packages/sdk/client-services/src/packlets/services/platform.ts
|
|
365
365
|
import { Platform } from "@dxos/protocols/proto/dxos/client/services";
|
|
@@ -1580,10 +1580,11 @@ var IdentityServiceImpl = class extends Resource {
|
|
|
1580
1580
|
await this._onProfileUpdate?.(this._identityManager.identity.profileDocument);
|
|
1581
1581
|
return this._getIdentity();
|
|
1582
1582
|
}
|
|
1583
|
+
// TODO(burdon): Rename createPresentation?
|
|
1583
1584
|
async signPresentation({ presentation, nonce }) {
|
|
1584
1585
|
invariant4(this._identityManager.identity, "Identity not initialized.", {
|
|
1585
1586
|
F: __dxlog_file8,
|
|
1586
|
-
L:
|
|
1587
|
+
L: 97,
|
|
1587
1588
|
S: this,
|
|
1588
1589
|
A: [
|
|
1589
1590
|
"this._identityManager.identity",
|
|
@@ -1618,7 +1619,7 @@ var IdentityServiceImpl = class extends Resource {
|
|
|
1618
1619
|
duplicate: space.id
|
|
1619
1620
|
}, {
|
|
1620
1621
|
F: __dxlog_file8,
|
|
1621
|
-
L:
|
|
1622
|
+
L: 130,
|
|
1622
1623
|
S: this,
|
|
1623
1624
|
C: (f, a) => f(...a)
|
|
1624
1625
|
});
|
|
@@ -1632,7 +1633,7 @@ var IdentityServiceImpl = class extends Resource {
|
|
|
1632
1633
|
}, (err) => {
|
|
1633
1634
|
log6.catch(err, void 0, {
|
|
1634
1635
|
F: __dxlog_file8,
|
|
1635
|
-
L:
|
|
1636
|
+
L: 141,
|
|
1636
1637
|
S: this,
|
|
1637
1638
|
C: (f, a) => f(...a)
|
|
1638
1639
|
});
|
|
@@ -7346,4 +7347,4 @@ export {
|
|
|
7346
7347
|
importProfileData,
|
|
7347
7348
|
ClientServicesHost
|
|
7348
7349
|
};
|
|
7349
|
-
//# sourceMappingURL=chunk-
|
|
7350
|
+
//# sourceMappingURL=chunk-DSH22AVR.mjs.map
|