@digitaldefiance/node-express-suite 3.6.6 → 3.6.7

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
@@ -1315,6 +1315,10 @@ The following v1.x patterns still work in v2.0:
1315
1315
 
1316
1316
  ## ChangeLog
1317
1317
 
1318
+ ### Version 3.6.7
1319
+
1320
+ - Update mongoose-types
1321
+
1318
1322
  ### Version 3.6.6
1319
1323
 
1320
1324
  - Update suite-core
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digitaldefiance/node-express-suite",
3
- "version": "3.6.6",
3
+ "version": "3.6.7",
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",
@@ -34,7 +34,7 @@
34
34
  "dependencies": {
35
35
  "@digitaldefiance/ecies-lib": "4.4.2",
36
36
  "@digitaldefiance/i18n-lib": "3.8.0",
37
- "@digitaldefiance/mongoose-types": "8.20.4",
37
+ "@digitaldefiance/mongoose-types": "8.20.5",
38
38
  "@digitaldefiance/node-ecies-lib": "4.4.2",
39
39
  "@digitaldefiance/suite-core-lib": "3.6.6",
40
40
  "@noble/curves": "^2.0.1",