@digitaldefiance/node-ecies-lib 1.3.17 → 1.3.18

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/README.md CHANGED
@@ -265,6 +265,10 @@ Please read the contributing guidelines in the main repository.
265
265
 
266
266
  ## ChangeLog
267
267
 
268
+ ### Version 1.3.18
269
+
270
+ - Add missing exports
271
+
268
272
  ### Version 1.3.17
269
273
 
270
274
  - Update i18n/ecies packages
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digitaldefiance/node-ecies-lib",
3
- "version": "1.3.17",
3
+ "version": "1.3.18",
4
4
  "description": "Digital Defiance Node ECIES Library",
5
5
  "main": "src/index.js",
6
6
  "types": "src/index.d.ts",
@@ -2,16 +2,22 @@ export * from './authenticated-cipher';
2
2
  export * from './authenticated-decipher';
3
3
  export * from './checksum-config';
4
4
  export * from './checksum-consts';
5
+ export * from './constants';
6
+ export * from './ecies-consts';
7
+ export * from './encryption-consts';
5
8
  export * from './keypair-buffer-with-un-encrypted-private-key';
6
9
  export * from './keyring-consts';
7
10
  export * from './member-operational';
11
+ export * from './member-with-mnemonic';
12
+ export * from './multi-encrypted-message';
13
+ export * from './multi-encrypted-parsed-header';
8
14
  export * from './pbkdf-profiles';
9
15
  export * from './pbkdf2-result';
10
16
  export * from './signing-key-private-key-info';
11
- export * from './simple-keypair';
12
17
  export * from './simple-keypair-buffer';
13
- export * from './simple-public-key-only';
18
+ export * from './simple-keypair';
14
19
  export * from './simple-public-key-only-buffer';
20
+ export * from './simple-public-key-only';
15
21
  export * from './single-encrypted-parsed-header';
16
22
  export * from './wallet-seed';
17
23
  export * from './wrapped-key-consts';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../packages/digitaldefiance-node-ecies-lib/src/interfaces/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAC;AACvC,cAAc,0BAA0B,CAAC;AACzC,cAAc,mBAAmB,CAAC;AAClC,cAAc,mBAAmB,CAAC;AAClC,cAAc,gDAAgD,CAAC;AAC/D,cAAc,kBAAkB,CAAC;AACjC,cAAc,sBAAsB,CAAC;AACrC,cAAc,kBAAkB,CAAC;AACjC,cAAc,iBAAiB,CAAC;AAChC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,kBAAkB,CAAC;AACjC,cAAc,yBAAyB,CAAC;AACxC,cAAc,0BAA0B,CAAC;AACzC,cAAc,iCAAiC,CAAC;AAChD,cAAc,kCAAkC,CAAC;AACjD,cAAc,eAAe,CAAC;AAC9B,cAAc,sBAAsB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../packages/digitaldefiance-node-ecies-lib/src/interfaces/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAC;AACvC,cAAc,0BAA0B,CAAC;AACzC,cAAc,mBAAmB,CAAC;AAClC,cAAc,mBAAmB,CAAC;AAClC,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,qBAAqB,CAAC;AACpC,cAAc,gDAAgD,CAAC;AAC/D,cAAc,kBAAkB,CAAC;AACjC,cAAc,sBAAsB,CAAC;AACrC,cAAc,wBAAwB,CAAC;AACvC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,iCAAiC,CAAC;AAChD,cAAc,kBAAkB,CAAC;AACjC,cAAc,iBAAiB,CAAC;AAChC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,yBAAyB,CAAC;AACxC,cAAc,kBAAkB,CAAC;AACjC,cAAc,iCAAiC,CAAC;AAChD,cAAc,0BAA0B,CAAC;AACzC,cAAc,kCAAkC,CAAC;AACjD,cAAc,eAAe,CAAC;AAC9B,cAAc,sBAAsB,CAAC"}
@@ -5,16 +5,22 @@ tslib_1.__exportStar(require("./authenticated-cipher"), exports);
5
5
  tslib_1.__exportStar(require("./authenticated-decipher"), exports);
6
6
  tslib_1.__exportStar(require("./checksum-config"), exports);
7
7
  tslib_1.__exportStar(require("./checksum-consts"), exports);
8
+ tslib_1.__exportStar(require("./constants"), exports);
9
+ tslib_1.__exportStar(require("./ecies-consts"), exports);
10
+ tslib_1.__exportStar(require("./encryption-consts"), exports);
8
11
  tslib_1.__exportStar(require("./keypair-buffer-with-un-encrypted-private-key"), exports);
9
12
  tslib_1.__exportStar(require("./keyring-consts"), exports);
10
13
  tslib_1.__exportStar(require("./member-operational"), exports);
14
+ tslib_1.__exportStar(require("./member-with-mnemonic"), exports);
15
+ tslib_1.__exportStar(require("./multi-encrypted-message"), exports);
16
+ tslib_1.__exportStar(require("./multi-encrypted-parsed-header"), exports);
11
17
  tslib_1.__exportStar(require("./pbkdf-profiles"), exports);
12
18
  tslib_1.__exportStar(require("./pbkdf2-result"), exports);
13
19
  tslib_1.__exportStar(require("./signing-key-private-key-info"), exports);
14
- tslib_1.__exportStar(require("./simple-keypair"), exports);
15
20
  tslib_1.__exportStar(require("./simple-keypair-buffer"), exports);
16
- tslib_1.__exportStar(require("./simple-public-key-only"), exports);
21
+ tslib_1.__exportStar(require("./simple-keypair"), exports);
17
22
  tslib_1.__exportStar(require("./simple-public-key-only-buffer"), exports);
23
+ tslib_1.__exportStar(require("./simple-public-key-only"), exports);
18
24
  tslib_1.__exportStar(require("./single-encrypted-parsed-header"), exports);
19
25
  tslib_1.__exportStar(require("./wallet-seed"), exports);
20
26
  tslib_1.__exportStar(require("./wrapped-key-consts"), exports);
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../packages/digitaldefiance-node-ecies-lib/src/interfaces/index.ts"],"names":[],"mappings":";;;AAAA,iEAAuC;AACvC,mEAAyC;AACzC,4DAAkC;AAClC,4DAAkC;AAClC,yFAA+D;AAC/D,2DAAiC;AACjC,+DAAqC;AACrC,2DAAiC;AACjC,0DAAgC;AAChC,yEAA+C;AAC/C,2DAAiC;AACjC,kEAAwC;AACxC,mEAAyC;AACzC,0EAAgD;AAChD,2EAAiD;AACjD,wDAA8B;AAC9B,+DAAqC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../packages/digitaldefiance-node-ecies-lib/src/interfaces/index.ts"],"names":[],"mappings":";;;AAAA,iEAAuC;AACvC,mEAAyC;AACzC,4DAAkC;AAClC,4DAAkC;AAClC,sDAA4B;AAC5B,yDAA+B;AAC/B,8DAAoC;AACpC,yFAA+D;AAC/D,2DAAiC;AACjC,+DAAqC;AACrC,iEAAuC;AACvC,oEAA0C;AAC1C,0EAAgD;AAChD,2DAAiC;AACjC,0DAAgC;AAChC,yEAA+C;AAC/C,kEAAwC;AACxC,2DAAiC;AACjC,0EAAgD;AAChD,mEAAyC;AACzC,2EAAiD;AACjD,wDAA8B;AAC9B,+DAAqC"}