@digitaldefiance/node-ecies-lib 1.0.12 → 1.0.13
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 +5 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -359,6 +359,11 @@ Please read the contributing guidelines in the main repository.
|
|
|
359
359
|
|
|
360
360
|
## ChangeLog
|
|
361
361
|
|
|
362
|
+
### Version 1.0.13
|
|
363
|
+
|
|
364
|
+
- Mon Oct 20 2025 12:20:00 GMT-0700 (Pacific Daylight Time)
|
|
365
|
+
- Bump version of ecies lib
|
|
366
|
+
|
|
362
367
|
### Version 1.0.12
|
|
363
368
|
|
|
364
369
|
- Wed Oct 15 2025 16:48:00 GMT-0700 (Pacific Daylight Time)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@digitaldefiance/node-ecies-lib",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.13",
|
|
4
4
|
"description": "Digital Defiance Node ECIES Library",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -53,8 +53,8 @@
|
|
|
53
53
|
"type": "module",
|
|
54
54
|
"packageManager": "yarn@4.10.3",
|
|
55
55
|
"dependencies": {
|
|
56
|
-
"@digitaldefiance/ecies-lib": "1.0.
|
|
57
|
-
"@digitaldefiance/i18n-lib": "1.1.
|
|
56
|
+
"@digitaldefiance/ecies-lib": "1.0.32",
|
|
57
|
+
"@digitaldefiance/i18n-lib": "1.1.10",
|
|
58
58
|
"@ethereumjs/wallet": "^10.0.0",
|
|
59
59
|
"@noble/curves": "^2.0.1",
|
|
60
60
|
"@noble/hashes": "^2.0.1",
|