axe-api 1.4.0 → 1.4.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.
@@ -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.replace(/%20/g, "").replace(/ /g, "");
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.0",
3
+ "version": "1.4.1",
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",