@digitaldefiance/node-express-suite 1.0.18 → 1.0.20
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 +5 -5
package/README.md
CHANGED
|
@@ -663,6 +663,14 @@ For issues and questions:
|
|
|
663
663
|
|
|
664
664
|
## ChangeLog
|
|
665
665
|
|
|
666
|
+
### Version 1.0.21
|
|
667
|
+
|
|
668
|
+
- Update suite-core
|
|
669
|
+
|
|
670
|
+
### Version 1.0.20
|
|
671
|
+
|
|
672
|
+
- Update libs
|
|
673
|
+
|
|
666
674
|
### Version 1.0.19
|
|
667
675
|
|
|
668
676
|
- Pull in i18n registration updates up through suite-core-lib
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@digitaldefiance/node-express-suite",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.20",
|
|
4
4
|
"description": "Generic express application and routing library with decorator support",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -17,10 +17,10 @@
|
|
|
17
17
|
"publish:public": "npm publish --access public"
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@digitaldefiance/ecies-lib": "1.1.
|
|
21
|
-
"@digitaldefiance/i18n-lib": "1.3.
|
|
22
|
-
"@digitaldefiance/node-ecies-lib": "1.1.
|
|
23
|
-
"@digitaldefiance/suite-core-lib": "1.1.
|
|
20
|
+
"@digitaldefiance/ecies-lib": "1.1.22",
|
|
21
|
+
"@digitaldefiance/i18n-lib": "1.3.11",
|
|
22
|
+
"@digitaldefiance/node-ecies-lib": "1.1.20",
|
|
23
|
+
"@digitaldefiance/suite-core-lib": "1.1.40",
|
|
24
24
|
"ejs": "^3.1.10",
|
|
25
25
|
"express": "^5.1.0",
|
|
26
26
|
"express-validator": "^7.2.1",
|