zyket 1.1.3 → 1.1.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": "zyket",
3
- "version": "1.1.3",
3
+ "version": "1.1.4",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"
@@ -8,6 +8,7 @@ const fg = require('fast-glob');
8
8
  const Middleware = require("./Middleware");
9
9
  const swaggerJsDoc = require("swagger-jsdoc");
10
10
  const swaggerUi = require("swagger-ui-express");
11
+ const RedirectResponse = require("./RedirectResponse");
11
12
 
12
13
 
13
14
  module.exports = class Express extends Service {