elcrm 0.9.7 → 0.9.8

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.
@@ -1,4 +1,4 @@
1
- import { Api, Server, Client, Host, Import } from './Version';
1
+ import { Api, Server, Client, Host, Import, Crypto } from './Version';
2
2
  declare const _default: {
3
3
  version: {
4
4
  Api: typeof Api;
@@ -7,5 +7,6 @@ declare const _default: {
7
7
  };
8
8
  Host: typeof Host;
9
9
  Import: typeof Import;
10
+ Crypto: typeof Crypto;
10
11
  };
11
12
  export default _default;