@digitaldefiance/suite-core-lib 3.5.5 → 3.5.8
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
|
@@ -426,6 +426,14 @@ MIT © [Digital Defiance](https://github.com/digitaldefiance)
|
|
|
426
426
|
|
|
427
427
|
## ChangeLog
|
|
428
428
|
|
|
429
|
+
## v.3.5.8
|
|
430
|
+
|
|
431
|
+
- Upgrade ECIES to 4.3.0
|
|
432
|
+
|
|
433
|
+
## v.3.5.7
|
|
434
|
+
|
|
435
|
+
- Bump versions to 4.2.7 ECIES
|
|
436
|
+
|
|
429
437
|
## v.3.5.5
|
|
430
438
|
|
|
431
439
|
- Bump versions to 4.2.6 ECIES / i18n 3.7.5
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@digitaldefiance/suite-core-lib",
|
|
3
|
-
"version": "3.5.
|
|
3
|
+
"version": "3.5.8",
|
|
4
4
|
"description": "Generic user system and document system common core for applications",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"types": "src/index.d.ts",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"publish:public": "npm publish --access public"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@digitaldefiance/ecies-lib": "4.
|
|
25
|
+
"@digitaldefiance/ecies-lib": "4.3.0",
|
|
26
26
|
"@digitaldefiance/i18n-lib": "3.7.5"
|
|
27
27
|
},
|
|
28
28
|
"files": [
|