@digitaldefiance/node-express-suite 2.2.33 → 2.2.35
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
|
@@ -1128,6 +1128,14 @@ The following v1.x patterns still work in v2.0:
|
|
|
1128
1128
|
|
|
1129
1129
|
## ChangeLog
|
|
1130
1130
|
|
|
1131
|
+
### Version 2.2.35
|
|
1132
|
+
|
|
1133
|
+
- Update suite-core-lib
|
|
1134
|
+
|
|
1135
|
+
### Version 2.2.34
|
|
1136
|
+
|
|
1137
|
+
- Update suite-core-lib
|
|
1138
|
+
|
|
1131
1139
|
### Version 2.2.33
|
|
1132
1140
|
|
|
1133
1141
|
- Update suite-core-lib
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@digitaldefiance/node-express-suite",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.35",
|
|
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": "3.0.8",
|
|
36
36
|
"@digitaldefiance/i18n-lib": "3.6.4",
|
|
37
37
|
"@digitaldefiance/node-ecies-lib": "3.0.8",
|
|
38
|
-
"@digitaldefiance/suite-core-lib": "^2.2.
|
|
38
|
+
"@digitaldefiance/suite-core-lib": "^2.2.25",
|
|
39
39
|
"@noble/curves": "^2.0.1",
|
|
40
40
|
"@noble/hashes": "^2.0.1",
|
|
41
41
|
"@subspace/reed-solomon-erasure.wasm": "^0.2.5",
|