@digitaldefiance/node-ecies-lib 1.1.15 → 1.1.16

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 +4 -0
  2. package/package.json +2 -2
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.1.16
269
+
270
+ - Update ecies
271
+
268
272
  ### Version 1.1.15
269
273
 
270
274
  - Update ecies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digitaldefiance/node-ecies-lib",
3
- "version": "1.1.15",
3
+ "version": "1.1.16",
4
4
  "description": "Digital Defiance Node ECIES Library",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -52,7 +52,7 @@
52
52
  "license": "MIT",
53
53
  "packageManager": "yarn@4.10.3",
54
54
  "dependencies": {
55
- "@digitaldefiance/ecies-lib": "1.1.18",
55
+ "@digitaldefiance/ecies-lib": "1.1.19",
56
56
  "@digitaldefiance/i18n-lib": "1.3.6",
57
57
  "@ethereumjs/wallet": "^10.0.0",
58
58
  "@noble/curves": "^2.0.1",