@lenne.tech/nest-server 10.3.3 → 10.3.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lenne.tech/nest-server",
3
- "version": "10.3.3",
3
+ "version": "10.3.4",
4
4
  "description": "Modern, fast, powerful Node.js web framework in TypeScript based on Nest with a GraphQL API and a connection to MongoDB (or other databases).",
5
5
  "keywords": [
6
6
  "node",
@@ -96,7 +96,7 @@
96
96
  "mongodb": "6.8.0",
97
97
  "mongoose": "7.8.1",
98
98
  "multer": "1.4.5-lts.1",
99
- "node-mailjet": "6.0.5",
99
+ "node-mailjet": "4.0.1",
100
100
  "nodemailer": "6.9.14",
101
101
  "nodemon": "3.1.4",
102
102
  "passport": "0.7.0",
@@ -62,7 +62,7 @@ export class ModelDocService implements OnApplicationBootstrap {
62
62
  : obj[0]()
63
63
  : typeof obj.type === 'function'
64
64
  ? obj.type.name
65
- : obj.type
65
+ : 'unknown'
66
66
  : path.instance,
67
67
  };
68
68
  if (results[modelName][key].type === 'Mixed') {