@digitaldefiance/node-ecies-lib 2.0.0 → 2.0.3
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
|
@@ -414,6 +414,14 @@ No performance regression in v2.0:
|
|
|
414
414
|
|
|
415
415
|
## ChangeLog
|
|
416
416
|
|
|
417
|
+
### Version 2.0.3
|
|
418
|
+
|
|
419
|
+
- Minor version bump/upgrade i18n/ecies libs
|
|
420
|
+
|
|
421
|
+
### Version 2.0.2
|
|
422
|
+
|
|
423
|
+
- Minor version bump/upgrade i18n/ecies libs
|
|
424
|
+
|
|
417
425
|
### Version 2.0.0 (2024-11-04)
|
|
418
426
|
|
|
419
427
|
**Major Architecture Refactor - 100% Binary Compatible**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@digitaldefiance/node-ecies-lib",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.3",
|
|
4
4
|
"description": "Digital Defiance Node ECIES Library",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"types": "src/index.d.ts",
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
"license": "MIT",
|
|
35
35
|
"packageManager": "yarn@4.10.3",
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@digitaldefiance/ecies-lib": "2.0.
|
|
38
|
-
"@digitaldefiance/i18n-lib": "2.0.
|
|
37
|
+
"@digitaldefiance/ecies-lib": "2.0.3",
|
|
38
|
+
"@digitaldefiance/i18n-lib": "2.0.3",
|
|
39
39
|
"@ethereumjs/wallet": "^10.0.0",
|
|
40
40
|
"@noble/curves": "^2.0.1",
|
|
41
41
|
"@noble/hashes": "^2.0.1",
|