@digitaldefiance/node-ecies-lib 1.1.14 → 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.
- package/README.md +8 -0
- package/package.json +2 -2
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.16
|
|
269
|
+
|
|
270
|
+
- Update ecies
|
|
271
|
+
|
|
272
|
+
### Version 1.1.15
|
|
273
|
+
|
|
274
|
+
- Update ecies
|
|
275
|
+
|
|
268
276
|
### Version 1.1.14
|
|
269
277
|
|
|
270
278
|
- Update ecies/i18n libs
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@digitaldefiance/node-ecies-lib",
|
|
3
|
-
"version": "1.1.
|
|
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.
|
|
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",
|