@digitaldefiance/ecies-lib 1.1.2 → 1.1.4
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 +10 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -361,6 +361,16 @@ MIT © Digital Defiance
|
|
|
361
361
|
|
|
362
362
|
## ChangeLog
|
|
363
363
|
|
|
364
|
+
### v1.1.4
|
|
365
|
+
|
|
366
|
+
- Sat Oct 25 2025 15:05:00 GMT-0700 (Pacific Daylight Time)
|
|
367
|
+
- Update i18n lib
|
|
368
|
+
|
|
369
|
+
### v1.1.3
|
|
370
|
+
|
|
371
|
+
- Sat Oct 25 2025 14:34:00 GMT-0700 (Pacific Daylight Time)
|
|
372
|
+
- Update i18n lib
|
|
373
|
+
|
|
364
374
|
### v1.1.2
|
|
365
375
|
|
|
366
376
|
- Fri Oct 24 2025 13:32:00 GMT-0700 (Pacific Daylight Time)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@digitaldefiance/ecies-lib",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.4",
|
|
4
4
|
"description": "Digital Defiance ECIES Library",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"license": "MIT",
|
|
52
52
|
"packageManager": "yarn@4.10.3",
|
|
53
53
|
"dependencies": {
|
|
54
|
-
"@digitaldefiance/i18n-lib": "1.2.
|
|
54
|
+
"@digitaldefiance/i18n-lib": "1.2.5",
|
|
55
55
|
"@ethereumjs/wallet": "^10.0.0",
|
|
56
56
|
"@noble/curves": "^2.0.1",
|
|
57
57
|
"@noble/hashes": "^2.0.1",
|