@digitaldefiance/ecies-lib 2.1.4 → 2.1.5
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 +2 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -643,6 +643,8 @@ const passwordLogin = new PasswordLoginService(ecies, pbkdf2);
|
|
|
643
643
|
|
|
644
644
|
## ChangeLog
|
|
645
645
|
|
|
646
|
+
### v2.1.5 - minor version bump from i18n lib
|
|
647
|
+
|
|
646
648
|
### v2.1.4 - minor version bump from i18n lib
|
|
647
649
|
|
|
648
650
|
### v2.1.3 - drop GUID altogether for ObjectID via BSON for better compatibility with node-ecies
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@digitaldefiance/ecies-lib",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.5",
|
|
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.5",
|
|
38
38
|
"@ethereumjs/wallet": "^10.0.0",
|
|
39
39
|
"@noble/curves": "^2.0.1",
|
|
40
40
|
"@noble/hashes": "^2.0.1",
|