@digitaldefiance/node-ecies-lib 1.1.17 → 1.1.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.
Files changed (2) hide show
  1. package/README.md +8 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -265,6 +265,14 @@ Please read the contributing guidelines in the main repository.
265
265
 
266
266
  ## ChangeLog
267
267
 
268
+ ### Version 1.1.19
269
+
270
+ - Update i18n/ecies
271
+
272
+ ### Version 1.1.18
273
+
274
+ - Update ecies
275
+
268
276
  ### Version 1.1.17
269
277
 
270
278
  - Update ecies/i18n
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digitaldefiance/node-ecies-lib",
3
- "version": "1.1.17",
3
+ "version": "1.1.19",
4
4
  "description": "Digital Defiance Node ECIES Library",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -52,8 +52,8 @@
52
52
  "license": "MIT",
53
53
  "packageManager": "yarn@4.10.3",
54
54
  "dependencies": {
55
- "@digitaldefiance/ecies-lib": "1.1.20",
56
- "@digitaldefiance/i18n-lib": "1.3.7",
55
+ "@digitaldefiance/ecies-lib": "1.1.21",
56
+ "@digitaldefiance/i18n-lib": "1.3.10",
57
57
  "@ethereumjs/wallet": "^10.0.0",
58
58
  "@noble/curves": "^2.0.1",
59
59
  "@noble/hashes": "^2.0.1",