@digitaldefiance/node-ecies-lib 2.1.3 → 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 +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.1.5
|
|
418
|
+
|
|
419
|
+
- Minor version bump from i18n/ecies
|
|
420
|
+
|
|
421
|
+
### Version 2.1.4
|
|
422
|
+
|
|
423
|
+
- Minor version bump from i18n
|
|
424
|
+
|
|
417
425
|
### Version 2.1.1
|
|
418
426
|
|
|
419
427
|
- Minor upgrade to i18n/errors classes, deprecating PluginI18nEngine
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@digitaldefiance/node-ecies-lib",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.5",
|
|
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.1.
|
|
38
|
-
"@digitaldefiance/i18n-lib": "2.1.
|
|
37
|
+
"@digitaldefiance/ecies-lib": "2.1.5",
|
|
38
|
+
"@digitaldefiance/i18n-lib": "2.1.5",
|
|
39
39
|
"@ethereumjs/wallet": "^10.0.0",
|
|
40
40
|
"@noble/curves": "^2.0.1",
|
|
41
41
|
"@noble/hashes": "^2.0.1",
|