@digitaldefiance/node-ecies-lib 1.1.24 → 1.3.17
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
|
@@ -265,6 +265,14 @@ Please read the contributing guidelines in the main repository.
|
|
|
265
265
|
|
|
266
266
|
## ChangeLog
|
|
267
267
|
|
|
268
|
+
### Version 1.3.17
|
|
269
|
+
|
|
270
|
+
- Update i18n/ecies packages
|
|
271
|
+
|
|
272
|
+
### Version 1.3.15
|
|
273
|
+
|
|
274
|
+
- Homogenize versions
|
|
275
|
+
|
|
268
276
|
### Version 1.1.24
|
|
269
277
|
|
|
270
278
|
- Update i18n/ecies
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@digitaldefiance/node-ecies-lib",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.3.17",
|
|
4
4
|
"description": "Digital Defiance Node ECIES Library",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"types": "src/index.d.ts",
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
"license": "MIT",
|
|
32
32
|
"packageManager": "yarn@4.10.3",
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@digitaldefiance/ecies-lib": "1.
|
|
35
|
-
"@digitaldefiance/i18n-lib": "1.3.
|
|
34
|
+
"@digitaldefiance/ecies-lib": "1.3.17",
|
|
35
|
+
"@digitaldefiance/i18n-lib": "1.3.17",
|
|
36
36
|
"@ethereumjs/wallet": "^10.0.0",
|
|
37
37
|
"@noble/curves": "^2.0.1",
|
|
38
38
|
"@noble/hashes": "^2.0.1",
|