@digitaldefiance/ecies-lib 2.1.7 → 2.1.12
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 +4 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -643,6 +643,10 @@ const passwordLogin = new PasswordLoginService(ecies, pbkdf2);
|
|
|
643
643
|
|
|
644
644
|
## ChangeLog
|
|
645
645
|
|
|
646
|
+
## v2.1.12 - upgrade i18n
|
|
647
|
+
|
|
648
|
+
### v2.1.10 - Convergence bump
|
|
649
|
+
|
|
646
650
|
### v2.1.7 - minor version bump to fix core component aliases
|
|
647
651
|
|
|
648
652
|
### v2.1.6 - minor version bump from i18n lib
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@digitaldefiance/ecies-lib",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.12",
|
|
4
4
|
"description": "Digital Defiance ECIES Library",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"types": "src/index.d.ts",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"license": "MIT",
|
|
35
35
|
"packageManager": "yarn@4.10.3",
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@digitaldefiance/i18n-lib": "2.1.
|
|
37
|
+
"@digitaldefiance/i18n-lib": "2.1.12",
|
|
38
38
|
"@ethereumjs/wallet": "^10.0.0",
|
|
39
39
|
"@noble/curves": "^2.0.1",
|
|
40
40
|
"@noble/hashes": "^2.0.1",
|