Skip to content

Commit

Permalink
feat: remove unused classes from dgt-utils (#174)
Browse files Browse the repository at this point in the history
Removed DGTCryptoBrowserService, DGTCacheType and DGTCryptoKey (and related classes)

Co-authored-by: Stijn Taelemans <[email protected]>
  • Loading branch information
LiamThys and lem-onade authored Jul 7, 2022
1 parent 36aa8fa commit e98734a
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 118 deletions.
3 changes: 0 additions & 3 deletions packages/dgt-utils/.componentsignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@
"DGTConfigurationBase",
"DGTConfigurationBaseWeb",
"DGTLoggerLevel",
"DGTCryptoKey",
"DGTCryptoKeyPair",
"Injectable",
"DGTCacheType",
"TSUnionType",
"DGTMap",
"ArgumentError",
Expand Down
1 change: 0 additions & 1 deletion packages/dgt-utils/config/config-test.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
],
"import": [
"files-dadu:config/presets/logger.json",
"files-dadu:config/presets/crypto.json",
"files-dadu:config/presets/parameters.json"
],
"@graph": [
Expand Down
11 changes: 0 additions & 11 deletions packages/dgt-utils/config/presets/crypto.json

This file was deleted.

4 changes: 0 additions & 4 deletions packages/dgt-utils/lib/cache/models/dgt-cache-type.model.ts

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

11 changes: 0 additions & 11 deletions packages/dgt-utils/lib/crypto/services/dgt-crypto.service.ts

This file was deleted.

5 changes: 0 additions & 5 deletions packages/dgt-utils/lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,13 @@
* Public API Surface of dgt-utils
*/
export * from './collections/models/dgt-map.model';
export * from './crypto/services/dgt-crypto.service';
export * from './crypto/services/dgt-crypto-browser.service';
export * from './crypto/models/dgt-crypto-key.model';
export * from './crypto/models/dgt-crypto-key-pair.model';
export * from './errors/models/base-error.model';
export * from './errors/models/argument-error';
export * from './errors/models/http-error';
export * from './errors/models/not-implemented-error';
export * from './origin/services/dgt-origin.service';
export * from './origin/services/dgt-origin-mock.service';
export * from './parameters/services/parameter-checker.service';
export * from './cache/models/dgt-cache-type.model';
export * from './utils/debounce';
export * from './utils/fulltext-match';
export * from './utils/is-equal';
Expand Down

0 comments on commit e98734a

Please sign in to comment.