@dxos/client-services 0.7.5-labs.071a3e2 → 0.7.5-labs.8a82073
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-SKOL3Q2R.mjs → chunk-XCOUT2K5.mjs} +3 -3
- package/dist/lib/browser/{chunk-SKOL3Q2R.mjs.map → chunk-XCOUT2K5.mjs.map} +1 -1
- 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-XTM3FUCM.cjs → chunk-KBHGJAMG.cjs} +6 -6
- package/dist/lib/node/{chunk-XTM3FUCM.cjs.map → chunk-KBHGJAMG.cjs.map} +1 -1
- 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-EQU6BG5J.mjs → chunk-YPF3TFCW.mjs} +3 -3
- package/dist/lib/node-esm/{chunk-EQU6BG5J.mjs.map → chunk-YPF3TFCW.mjs.map} +1 -1
- 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/package.json +38 -38
- package/src/packlets/identity/identity-recovery-manager.ts +1 -1
- package/src/version.ts +1 -1
|
@@ -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.5-labs.
|
|
400
|
+
var DXOS_VERSION = "0.7.5-labs.8a82073";
|
|
401
401
|
|
|
402
402
|
// packages/sdk/client-services/src/packlets/services/platform.ts
|
|
403
403
|
import { Platform } from "@dxos/protocols/proto/dxos/client/services";
|
|
@@ -7432,7 +7432,7 @@ var EdgeIdentityRecoveryManager = class {
|
|
|
7432
7432
|
recoveryCode = generateSeedPhrase();
|
|
7433
7433
|
const keypair = keyPairFromSeedPhrase(recoveryCode);
|
|
7434
7434
|
recoveryKey = PublicKey14.from(keypair.publicKey);
|
|
7435
|
-
algorithm =
|
|
7435
|
+
algorithm = "ED25519";
|
|
7436
7436
|
}
|
|
7437
7437
|
invariant19(algorithm, "Algorithm is required.", {
|
|
7438
7438
|
F: __dxlog_file27,
|
|
@@ -9165,4 +9165,4 @@ export {
|
|
|
9165
9165
|
importProfileData,
|
|
9166
9166
|
ClientServicesHost
|
|
9167
9167
|
};
|
|
9168
|
-
//# sourceMappingURL=chunk-
|
|
9168
|
+
//# sourceMappingURL=chunk-XCOUT2K5.mjs.map
|