@digitaldefiance/node-ecies-lib 3.0.4 → 3.0.6
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 +10 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -482,6 +482,16 @@ No performance regression in v2.0:
|
|
|
482
482
|
|
|
483
483
|
## ChangeLog
|
|
484
484
|
|
|
485
|
+
### Version 3.0.6
|
|
486
|
+
|
|
487
|
+
- Update ecies
|
|
488
|
+
- Update i18n
|
|
489
|
+
|
|
490
|
+
### Version 3.0.5
|
|
491
|
+
|
|
492
|
+
- Update ecies
|
|
493
|
+
- Update i18n
|
|
494
|
+
|
|
485
495
|
### Version 3.0.4
|
|
486
496
|
|
|
487
497
|
- Update ecies
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@digitaldefiance/node-ecies-lib",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.6",
|
|
4
4
|
"description": "Digital Defiance Node ECIES Library",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"types": "src/index.d.ts",
|
|
@@ -45,8 +45,8 @@
|
|
|
45
45
|
"license": "MIT",
|
|
46
46
|
"packageManager": "yarn@4.10.3",
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@digitaldefiance/ecies-lib": "3.0.
|
|
49
|
-
"@digitaldefiance/i18n-lib": "3.6.
|
|
48
|
+
"@digitaldefiance/ecies-lib": "3.0.6",
|
|
49
|
+
"@digitaldefiance/i18n-lib": "3.6.2",
|
|
50
50
|
"@ethereumjs/wallet": "^10.0.0",
|
|
51
51
|
"@noble/curves": "^2.0.1",
|
|
52
52
|
"@noble/hashes": "^2.0.1",
|