@digitaldefiance/node-ecies-lib 4.1.0 → 4.2.0
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 +2 -2
package/README.md
CHANGED
|
@@ -247,6 +247,14 @@ yarn format # Fix all (prettier + lint)
|
|
|
247
247
|
|
|
248
248
|
## ChangeLog
|
|
249
249
|
|
|
250
|
+
### v4.2.0
|
|
251
|
+
|
|
252
|
+
- Upgrade ecies
|
|
253
|
+
|
|
254
|
+
### v4.1.1
|
|
255
|
+
|
|
256
|
+
- Upgrade ecies
|
|
257
|
+
|
|
250
258
|
### v4.1.0
|
|
251
259
|
|
|
252
260
|
- **ID Provider Integration**: The `Member` model now fully utilizes the configured `IdProvider` for all ID operations, removing hard dependencies on specific ID formats.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@digitaldefiance/node-ecies-lib",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.2.0",
|
|
4
4
|
"description": "Digital Defiance Node ECIES Library",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"types": "src/index.d.ts",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"license": "MIT",
|
|
46
46
|
"packageManager": "yarn@4.10.3",
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@digitaldefiance/ecies-lib": "4.
|
|
48
|
+
"@digitaldefiance/ecies-lib": "4.2.0",
|
|
49
49
|
"@digitaldefiance/i18n-lib": "3.7.2",
|
|
50
50
|
"@ethereumjs/wallet": "^10.0.0",
|
|
51
51
|
"@noble/curves": "^2.0.1",
|