@drakkar.software/starfish-client 3.0.0-alpha.16 → 3.0.0-alpha.19

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/pairing.d.ts DELETED
@@ -1,6 +0,0 @@
1
- /**
2
- * Phase-2 transitional shim. The implementation lives in
3
- * `@drakkar.software/starfish-identities`. Removed in Phase 3.
4
- */
5
- export { bootstrapRootIdentity, buildPairingQr, parsePairingQr, assemblePairingBundle, installPairingBundle, deriveCodeKey, buildPairingRequest, readPairingRequest, buildPairingResponse, readPairingResponse, } from "@drakkar.software/starfish-identities";
6
- export type { DeviceCredentials, PairingQrPayload, PairingBundle, WrappedCekEntry, InstalledPairingResult, AssemblePairingBundleOpts, PairingRequestEncrypted, PairingResponseEncrypted, } from "@drakkar.software/starfish-identities";
package/dist/pairing.js DELETED
@@ -1,26 +0,0 @@
1
- // src/pairing.ts
2
- import {
3
- bootstrapRootIdentity,
4
- buildPairingQr,
5
- parsePairingQr,
6
- assemblePairingBundle,
7
- installPairingBundle,
8
- deriveCodeKey,
9
- buildPairingRequest,
10
- readPairingRequest,
11
- buildPairingResponse,
12
- readPairingResponse
13
- } from "@drakkar.software/starfish-identities";
14
- export {
15
- assemblePairingBundle,
16
- bootstrapRootIdentity,
17
- buildPairingQr,
18
- buildPairingRequest,
19
- buildPairingResponse,
20
- deriveCodeKey,
21
- installPairingBundle,
22
- parsePairingQr,
23
- readPairingRequest,
24
- readPairingResponse
25
- };
26
- //# sourceMappingURL=pairing.js.map
@@ -1,7 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../src/pairing.ts"],
4
- "sourcesContent": ["/**\n * Phase-2 transitional shim. The implementation lives in\n * `@drakkar.software/starfish-identities`. Removed in Phase 3.\n */\nexport {\n bootstrapRootIdentity,\n buildPairingQr,\n parsePairingQr,\n assemblePairingBundle,\n installPairingBundle,\n deriveCodeKey,\n buildPairingRequest,\n readPairingRequest,\n buildPairingResponse,\n readPairingResponse,\n} from \"@drakkar.software/starfish-identities\"\nexport type {\n DeviceCredentials,\n PairingQrPayload,\n PairingBundle,\n WrappedCekEntry,\n InstalledPairingResult,\n AssemblePairingBundleOpts,\n PairingRequestEncrypted,\n PairingResponseEncrypted,\n} from \"@drakkar.software/starfish-identities\"\n"],
5
- "mappings": ";AAIA;AAAA,EACE;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,OACK;",
6
- "names": []
7
- }
@@ -1,6 +0,0 @@
1
- /**
2
- * Phase-2 transitional shim. The implementation lives in
3
- * `@drakkar.software/starfish-keyring`. This file is removed in Phase 3.
4
- */
5
- export { keyringPathFor, addCollectionRecipient, removeRecipient, listRecipients, currentEpoch, } from "@drakkar.software/starfish-keyring";
6
- export type { RecipientRef, AdderKeys, ListedRecipient, } from "@drakkar.software/starfish-keyring";
@@ -1,16 +0,0 @@
1
- // src/recipients.ts
2
- import {
3
- keyringPathFor,
4
- addCollectionRecipient,
5
- removeRecipient,
6
- listRecipients,
7
- currentEpoch
8
- } from "@drakkar.software/starfish-keyring";
9
- export {
10
- addCollectionRecipient,
11
- currentEpoch,
12
- keyringPathFor,
13
- listRecipients,
14
- removeRecipient
15
- };
16
- //# sourceMappingURL=recipients.js.map
@@ -1,7 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../src/recipients.ts"],
4
- "sourcesContent": ["/**\n * Phase-2 transitional shim. The implementation lives in\n * `@drakkar.software/starfish-keyring`. This file is removed in Phase 3.\n */\nexport {\n keyringPathFor,\n addCollectionRecipient,\n removeRecipient,\n listRecipients,\n currentEpoch,\n} from \"@drakkar.software/starfish-keyring\"\nexport type {\n RecipientRef,\n AdderKeys,\n ListedRecipient,\n} from \"@drakkar.software/starfish-keyring\"\n"],
5
- "mappings": ";AAIA;AAAA,EACE;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,OACK;",
6
- "names": []
7
- }