@digitaldefiance/node-express-suite 2.1.44 → 2.1.47
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
|
@@ -1111,6 +1111,14 @@ The following v1.x patterns still work in v2.0:
|
|
|
1111
1111
|
|
|
1112
1112
|
## ChangeLog
|
|
1113
1113
|
|
|
1114
|
+
### Version 2.1.47
|
|
1115
|
+
|
|
1116
|
+
- Add SiteEmailDomain
|
|
1117
|
+
|
|
1118
|
+
### Version 2.1.46
|
|
1119
|
+
|
|
1120
|
+
- Update suite-core for flags and ISuccessMessage
|
|
1121
|
+
|
|
1114
1122
|
### Version 2.1.44
|
|
1115
1123
|
|
|
1116
1124
|
- Update suite-core for flags
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@digitaldefiance/node-express-suite",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.47",
|
|
4
4
|
"description": "Generic express application and routing library with decorator support",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"types": "src/index.d.ts",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"@digitaldefiance/ecies-lib": "2.1.42",
|
|
36
36
|
"@digitaldefiance/i18n-lib": "2.1.40",
|
|
37
37
|
"@digitaldefiance/node-ecies-lib": "2.1.42",
|
|
38
|
-
"@digitaldefiance/suite-core-lib": "2.1.
|
|
38
|
+
"@digitaldefiance/suite-core-lib": "2.1.47",
|
|
39
39
|
"@subspace/reed-solomon-erasure.wasm": "^0.2.5",
|
|
40
40
|
"argon2": "^0.40.1",
|
|
41
41
|
"cors": "^2.8.5",
|