@digitaldefiance/ecies-lib 2.1.38 → 2.1.40
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 +3 -3
package/README.md
CHANGED
|
@@ -664,6 +664,10 @@ const passwordLogin = new PasswordLoginService(ecies, pbkdf2);
|
|
|
664
664
|
|
|
665
665
|
## ChangeLog
|
|
666
666
|
|
|
667
|
+
## v2.1.40 - Alignment
|
|
668
|
+
|
|
669
|
+
## v2.1.39 - Update test-utils dep
|
|
670
|
+
|
|
667
671
|
## v2.1.38 - Export test mock for frontend member
|
|
668
672
|
|
|
669
673
|
## v2.1.32 - Config on i18n create
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@digitaldefiance/ecies-lib",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.40",
|
|
4
4
|
"description": "Digital Defiance ECIES Library",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"types": "src/index.d.ts",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"license": "MIT",
|
|
46
46
|
"packageManager": "yarn@4.10.3",
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@digitaldefiance/i18n-lib": "2.1.
|
|
48
|
+
"@digitaldefiance/i18n-lib": "2.1.40",
|
|
49
49
|
"@ethereumjs/wallet": "^10.0.0",
|
|
50
50
|
"@noble/curves": "^2.0.1",
|
|
51
51
|
"@noble/hashes": "^2.0.1",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"ts-brand": "^0.2.0"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
|
-
"@digitaldefiance/express-suite-test-utils": "1.0.
|
|
57
|
+
"@digitaldefiance/express-suite-test-utils": "1.0.7"
|
|
58
58
|
},
|
|
59
59
|
"type": "commonjs"
|
|
60
60
|
}
|