@digitaldefiance/node-express-suite 3.5.7 → 3.6.0

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 +8 -0
  2. package/package.json +5 -5
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 3.6.0
1132
+
1133
+ - Version updates to reduce circular dependency
1134
+
1135
+ ### Version 3.5.8
1136
+
1137
+ - Library updates
1138
+
1131
1139
  ### Version 3.5.7
1132
1140
 
1133
1141
  - Library updates
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digitaldefiance/node-express-suite",
3
- "version": "3.5.7",
3
+ "version": "3.6.0",
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",
@@ -32,10 +32,10 @@
32
32
  "publish:public": "npm publish --access public"
33
33
  },
34
34
  "dependencies": {
35
- "@digitaldefiance/ecies-lib": "4.2.7",
36
- "@digitaldefiance/i18n-lib": "3.7.5",
37
- "@digitaldefiance/node-ecies-lib": "4.2.7",
38
- "@digitaldefiance/suite-core-lib": "3.5.7",
35
+ "@digitaldefiance/ecies-lib": "4.4.0",
36
+ "@digitaldefiance/i18n-lib": "3.8.0",
37
+ "@digitaldefiance/node-ecies-lib": "4.4.0",
38
+ "@digitaldefiance/suite-core-lib": "3.6.0",
39
39
  "@noble/curves": "^2.0.1",
40
40
  "@noble/hashes": "^2.0.1",
41
41
  "@subspace/reed-solomon-erasure.wasm": "^0.2.5",