@lifeready/core 1.1.12 → 1.1.13
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/bundles/lifeready-core.umd.js +60 -59
- package/bundles/lifeready-core.umd.js.map +1 -1
- package/bundles/lifeready-core.umd.min.js +1 -1
- package/bundles/lifeready-core.umd.min.js.map +1 -1
- package/esm2015/lifeready-core.js +14 -16
- package/esm2015/public-api.js +3 -1
- package/fesm2015/lifeready-core.js +1 -1
- package/fesm2015/lifeready-core.js.map +1 -1
- package/lifeready-core.d.ts +13 -15
- package/lifeready-core.metadata.json +1 -1
- package/package.json +1 -1
- package/public-api.d.ts +2 -0
package/lifeready-core.d.ts
CHANGED
|
@@ -2,20 +2,18 @@
|
|
|
2
2
|
* Generated bundle index. Do not edit.
|
|
3
3
|
*/
|
|
4
4
|
export * from './public-api';
|
|
5
|
-
export { RunOutsideAngular as
|
|
6
|
-
export { LrGraphQLService as
|
|
7
|
-
export { TpPasswordResetProcessorService as
|
|
5
|
+
export { RunOutsideAngular as ɵh } from './lib/_common/run-outside-angular';
|
|
6
|
+
export { LrGraphQLService as ɵf, LrService as ɵl } from './lib/api/lr-graphql';
|
|
7
|
+
export { TpPasswordResetProcessorService as ɵg } from './lib/api/query-processor/tp-password-reset-processor.service';
|
|
8
8
|
export { EncryptionService as ɵb } from './lib/encryption/encryption.service';
|
|
9
|
-
export { KeyFactoryService as
|
|
9
|
+
export { KeyFactoryService as ɵd } from './lib/key/key-factory.service';
|
|
10
10
|
export { KeyGraphService as ɵa } from './lib/key/key-graph.service';
|
|
11
|
-
export { KeyMetaService as
|
|
12
|
-
export { KeyService as
|
|
13
|
-
export { ScenarioAssemblyController as
|
|
14
|
-
export { SharedContactCardService as
|
|
15
|
-
export { Slip39Service as
|
|
16
|
-
export {
|
|
17
|
-
export {
|
|
18
|
-
export {
|
|
19
|
-
export {
|
|
20
|
-
export { TrustedPartyService as ɵp } from './lib/trusted-party/trusted-party.service';
|
|
21
|
-
export { WebCryptoService as ɵf } from './lib/web-crypto/web-crypto.service';
|
|
11
|
+
export { KeyMetaService as ɵe } from './lib/key/key-meta.service';
|
|
12
|
+
export { KeyService as ɵc } from './lib/key/key.service';
|
|
13
|
+
export { ScenarioAssemblyController as ɵo } from './lib/scenario/scenario.controller';
|
|
14
|
+
export { SharedContactCardService as ɵm } from './lib/shared-contact-card/shared-contact-card.service';
|
|
15
|
+
export { Slip39Service as ɵi } from './lib/slip39/slip39.service';
|
|
16
|
+
export { TpAssemblyController as ɵk } from './lib/tp-assembly/tp-assembly';
|
|
17
|
+
export { TpPasswordResetAssemblyController as ɵj } from './lib/tp-password-reset/tp-password-reset.controller';
|
|
18
|
+
export { TpPasswordResetPrivateService as ɵp } from './lib/tp-password-reset/tp-password-reset.private.service';
|
|
19
|
+
export { TrustedPartyService as ɵn } from './lib/trusted-party/trusted-party.service';
|