axe-api 1.4.0 → 1.4.2
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.
|
@@ -166,7 +166,7 @@ class QueryService {
|
|
|
166
166
|
var _a, _b, _c, _d;
|
|
167
167
|
let q = sections.get("q");
|
|
168
168
|
if (q) {
|
|
169
|
-
const queryContent = q
|
|
169
|
+
const queryContent = q;
|
|
170
170
|
// Users can send an unacceptable query string. We shouldn't allow them to
|
|
171
171
|
// send unacceptable structure because of security reasons.
|
|
172
172
|
try {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "axe-api",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.2",
|
|
4
4
|
"description": "AXE API is a simple tool to create Rest APIs quickly.",
|
|
5
5
|
"main": "build/index.js",
|
|
6
6
|
"types": "build/index.d.ts",
|
|
@@ -64,6 +64,8 @@
|
|
|
64
64
|
"dependencies": {
|
|
65
65
|
"body-parser": "^1.20.2",
|
|
66
66
|
"change-case": "^4.1.2",
|
|
67
|
+
"colors": "^1.4.0",
|
|
68
|
+
"commander": "^12.0.0",
|
|
67
69
|
"connect": "^3.7.0",
|
|
68
70
|
"dotenv": "^16.4.4",
|
|
69
71
|
"formidable": "^3.5.1",
|
|
@@ -71,14 +73,12 @@
|
|
|
71
73
|
"knex-paginate": "^3.1.1",
|
|
72
74
|
"knex-schema-inspector": "^3.1.0",
|
|
73
75
|
"nanoid": "^3.3.7",
|
|
74
|
-
"pino": "^
|
|
76
|
+
"pino": "^9.3.2",
|
|
75
77
|
"pino-pretty": "^11.0.0",
|
|
76
78
|
"pluralize": "^8.0.0",
|
|
77
|
-
"validatorjs": "^3.22.1",
|
|
78
|
-
"commander": "^12.0.0",
|
|
79
|
-
"shelljs": "^0.8.5",
|
|
80
79
|
"rimraf": "^5.0.5",
|
|
81
|
-
"
|
|
80
|
+
"shelljs": "^0.8.5",
|
|
81
|
+
"validatorjs": "^3.22.1"
|
|
82
82
|
},
|
|
83
83
|
"devDependencies": {
|
|
84
84
|
"@babel/core": "^7.23.9",
|
|
@@ -109,6 +109,7 @@
|
|
|
109
109
|
"lint-staged": "^15.2.2",
|
|
110
110
|
"multer": "^1.4.5-lts.1",
|
|
111
111
|
"mysql": "^2.18.1",
|
|
112
|
+
"mysql2": "^3.10.3",
|
|
112
113
|
"node-cache": "^5.1.2",
|
|
113
114
|
"nodemon": "^3.0.3",
|
|
114
115
|
"pg": "^8.11.3",
|