@athenna/http 1.2.6 → 1.2.8

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": "@athenna/http",
3
- "version": "1.2.6",
3
+ "version": "1.2.8",
4
4
  "description": "The Athenna Http server. Built on top of fastify",
5
5
  "license": "MIT",
6
6
  "author": "João Lenon <lenon@athenna.io>",
@@ -160,7 +160,7 @@
160
160
  "dependencies": {
161
161
  "@athenna/config": "1.0.8",
162
162
  "@athenna/ioc": "1.1.3",
163
- "@athenna/logger": "1.1.7",
163
+ "@athenna/logger": "1.1.8",
164
164
  "@secjs/utils": "1.8.3",
165
165
  "fastify": "3.27.4",
166
166
  "fastify-cors": "6.0.3",
@@ -3,9 +3,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.HttpKernel = void 0;
4
4
  const logger_1 = require("@athenna/logger");
5
5
  const config_1 = require("@athenna/config");
6
+ const Server_1 = require("../Facades/Server");
6
7
  const utils_1 = require("@secjs/utils");
7
8
  const HttpErrorHandler_1 = require("../Handlers/HttpErrorHandler");
8
- const Server_1 = require("../Facades/Server");
9
9
  class HttpKernel {
10
10
  /**
11
11
  * Register all global and named middlewares to the server.