@digitaldefiance/node-ecies-lib 1.0.11 → 1.0.12
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.12
|
|
363
|
+
|
|
364
|
+
- Wed Oct 15 2025 16:48:00 GMT-0700 (Pacific Daylight Time)
|
|
365
|
+
- Bump versions of i18n/ecies libs
|
|
366
|
+
|
|
362
367
|
### Version 1.0.11
|
|
363
368
|
|
|
364
369
|
- Wed Oct 15 2025 16:25: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.12",
|
|
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.30",
|
|
57
|
+
"@digitaldefiance/i18n-lib": "1.1.8",
|
|
58
58
|
"@ethereumjs/wallet": "^10.0.0",
|
|
59
59
|
"@noble/curves": "^2.0.1",
|
|
60
60
|
"@noble/hashes": "^2.0.1",
|