@digitaldefiance/node-express-suite 2.2.32 → 2.2.33

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.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1128,6 +1128,10 @@ The following v1.x patterns still work in v2.0:
1128
1128
 
1129
1129
  ## ChangeLog
1130
1130
 
1131
+ ### Version 2.2.33
1132
+
1133
+ - Update suite-core-lib
1134
+
1131
1135
  ### Version 2.2.32
1132
1136
 
1133
1137
  - Fourth attempt to fix roles on login
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digitaldefiance/node-express-suite",
3
- "version": "2.2.32",
3
+ "version": "2.2.33",
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.22",
38
+ "@digitaldefiance/suite-core-lib": "^2.2.23",
39
39
  "@noble/curves": "^2.0.1",
40
40
  "@noble/hashes": "^2.0.1",
41
41
  "@subspace/reed-solomon-erasure.wasm": "^0.2.5",