@sava-info-systems/api-maker-with-extensions 1.14.0 → 1.15.1

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": "@sava-info-systems/api-maker-with-extensions",
3
- "version": "1.14.0",
3
+ "version": "1.15.1",
4
4
  "description": "🚀 API Maker® — New ora of backend begins... [Complete backend development solution]",
5
5
  "author": "SAVA INFO SYSTEMS PRIVATE LIMITED",
6
6
  "license": "proprietary",
@@ -63,10 +63,10 @@
63
63
  "compare-versions": "3.6.0",
64
64
  "cron": "3.1.1",
65
65
  "crypto-js": "4.2.0",
66
- "dockerode": "4.0.0",
66
+ "dockerode": "4.0.5",
67
67
  "dotenv": "16.0.3",
68
68
  "enquirer": "2.4.1",
69
- "fastify": "4.17.0",
69
+ "fastify": "4.29.0",
70
70
  "fastify-multer": "2.0.3",
71
71
  "fastify-plugin": "4.5.0",
72
72
  "form-data": "4.0.0",
@@ -86,15 +86,15 @@
86
86
  "moment": "2.29.4",
87
87
  "mongodb": "6.3.0",
88
88
  "mongodb-schema": "12.1.1",
89
- "mongoose": "8.1.2",
89
+ "mongoose": "8.13.2",
90
90
  "mongoose-lean-getters": "0.4.0",
91
- "mssql": "9.1.1",
91
+ "mssql": "11.0.1",
92
92
  "mysql-error-codes": "0.1.3",
93
- "mysql2": "3.3.3",
93
+ "mysql2": "3.14.0",
94
94
  "pg": "8.10.0",
95
95
  "pg-connection-string": "2.5.0",
96
96
  "pg-query-stream": "4.4.0",
97
- "postman-code-generators": "1.9.0",
97
+ "postman-code-generators": "1.14.2",
98
98
  "postman-collection": "4.3.0",
99
99
  "qs": "6.11.1",
100
100
  "quicktype-core": "23.0.19",
@@ -104,20 +104,20 @@
104
104
  "regex-parser": "2.2.11",
105
105
  "source-map": "0.7.4",
106
106
  "svg-captcha": "1.4.0",
107
- "tar-fs": "2.1.1",
107
+ "tar-fs": "2.1.2",
108
108
  "ts-morph": "21.0.1",
109
109
  "typescript": "5.0.4",
110
110
  "ulid": "2.4.0",
111
- "undici": "6.6.2",
112
- "ws": "8.13.0",
111
+ "undici": "6.21.2",
112
+ "ws": "8.18.1",
113
113
  "yaml": "2.2.2"
114
114
  },
115
115
  "am": {
116
- "version": "1.14.0",
116
+ "version": "1.15.1",
117
117
  "serverName": "server1",
118
118
  "integrity": [
119
- "1014583937",
120
- "1834749958"
119
+ "1727976606",
120
+ "1215212734"
121
121
  ],
122
122
  "processTitle": "api_maker_be",
123
123
  "port": 38246,
@@ -140,7 +140,8 @@
140
140
  "host": "127.0.0.1",
141
141
  "pass": ""
142
142
  }
143
- ]
143
+ ],
144
+ "maxCharsToStoreInConsoleLogs": 15000000
144
145
  },
145
146
  "redisExternal": null,
146
147
  "docker": {
@@ -311,6 +311,7 @@ var EErrorType;
311
311
  EErrorType["schemaNotFound"] = "schemaNotFound";
312
312
  EErrorType["emailNotValid"] = "emailNotValid";
313
313
  EErrorType["enumValidation"] = "enumValidation";
314
+ EErrorType["virtualFieldUsedInFind"] = "virtualFieldUsedInFind";
314
315
  })(EErrorType || (EErrorType = {}));
315
316
  var EValueGeneratorType;
316
317
  (function(EValueGeneratorType) {
@@ -11,14 +11,14 @@
11
11
  "ajv-errors": "3.0.0",
12
12
  "ajv-formats": "2.1.1",
13
13
  "ajv-keywords": "5.1.0",
14
- "fastify": "4.17.0",
14
+ "fastify": "4.29.0",
15
15
  "json5": "2.2.3",
16
16
  "lodash": "4.17.21",
17
17
  "moment": "2.29.4",
18
18
  "qs": "6.11.1",
19
19
  "source-map": "0.7.4",
20
- "undici": "6.6.2",
21
- "ws": "8.13.0"
20
+ "undici": "6.21.2",
21
+ "ws": "8.18.1"
22
22
  },
23
23
  "am": {
24
24
  "processTitle": "api_maker_sandbox"