@digitaldefiance/node-express-suite 2.1.11 → 2.1.13
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
|
@@ -1083,6 +1083,14 @@ The following v1.x patterns still work in v2.0:
|
|
|
1083
1083
|
|
|
1084
1084
|
## ChangeLog
|
|
1085
1085
|
|
|
1086
|
+
### Version 2.1.13
|
|
1087
|
+
|
|
1088
|
+
- Update i18n
|
|
1089
|
+
|
|
1090
|
+
### Version 2.1.12
|
|
1091
|
+
|
|
1092
|
+
- Minor bump for node-ecies
|
|
1093
|
+
|
|
1086
1094
|
### Version 2.1.11
|
|
1087
1095
|
|
|
1088
1096
|
- Minor change from suite-core for createSuiteCoreComponentConfig()
|
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.13",
|
|
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",
|
|
@@ -21,10 +21,10 @@
|
|
|
21
21
|
"publish:public": "npm publish --access public"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@digitaldefiance/ecies-lib": "2.1.
|
|
25
|
-
"@digitaldefiance/i18n-lib": "2.1.
|
|
26
|
-
"@digitaldefiance/node-ecies-lib": "2.1.
|
|
27
|
-
"@digitaldefiance/suite-core-lib": "2.1.
|
|
24
|
+
"@digitaldefiance/ecies-lib": "2.1.12",
|
|
25
|
+
"@digitaldefiance/i18n-lib": "2.1.12",
|
|
26
|
+
"@digitaldefiance/node-ecies-lib": "2.1.13",
|
|
27
|
+
"@digitaldefiance/suite-core-lib": "2.1.12",
|
|
28
28
|
"@subspace/reed-solomon-erasure.wasm": "^0.2.5",
|
|
29
29
|
"argon2": "^0.40.1",
|
|
30
30
|
"cors": "^2.8.5",
|