@digitaldefiance/node-ecies-lib 1.1.7 → 1.1.9
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 +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.9
|
|
269
|
+
|
|
270
|
+
- Updated ecies/i18n lib
|
|
271
|
+
|
|
272
|
+
### Version 1.1.8
|
|
273
|
+
|
|
274
|
+
- Updated ecies/i18n lib
|
|
275
|
+
|
|
268
276
|
### Version 1.1.7
|
|
269
277
|
|
|
270
278
|
- Updated ecies/i18n lib
|
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.9",
|
|
4
4
|
"description": "Digital Defiance Node ECIES Library",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -53,8 +53,8 @@
|
|
|
53
53
|
"type": "module",
|
|
54
54
|
"packageManager": "yarn@4.10.3",
|
|
55
55
|
"dependencies": {
|
|
56
|
-
"@digitaldefiance/ecies-lib": "1.1.
|
|
57
|
-
"@digitaldefiance/i18n-lib": "1.3.
|
|
56
|
+
"@digitaldefiance/ecies-lib": "1.1.11",
|
|
57
|
+
"@digitaldefiance/i18n-lib": "1.3.4",
|
|
58
58
|
"@ethereumjs/wallet": "^10.0.0",
|
|
59
59
|
"@noble/curves": "^2.0.1",
|
|
60
60
|
"@noble/hashes": "^2.0.1",
|