@athenna/http 3.8.0 → 3.9.0

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.
Files changed (1) hide show
  1. package/package.json +10 -31
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@athenna/http",
3
- "version": "3.8.0",
3
+ "version": "3.9.0",
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>",
@@ -61,38 +61,22 @@
61
61
  "#tests": "./tests/index.js"
62
62
  },
63
63
  "dependencies": {
64
- "fastify": "^4.14.0"
64
+ "fastify": "^4.15.0"
65
65
  },
66
66
  "devDependencies": {
67
- "@athenna/artisan": "^3.7.0",
68
- "@athenna/common": "^3.5.0",
69
- "@athenna/config": "^3.3.0",
70
- "@athenna/ioc": "^3.2.0",
71
- "@athenna/logger": "^3.2.0",
72
- "@athenna/test": "^3.3.0",
73
- "@athenna/view": "^3.1.0",
67
+ "@athenna/artisan": "^3.8.0",
68
+ "@athenna/common": "^3.5.1",
69
+ "@athenna/config": "^3.4.1",
70
+ "@athenna/ioc": "^3.3.0",
71
+ "@athenna/logger": "^3.3.0",
72
+ "@athenna/test": "^3.5.1",
73
+ "@athenna/view": "^3.2.0",
74
74
  "@fastify/cors": "^8.1.1",
75
75
  "@fastify/helmet": "^10.0.2",
76
76
  "@fastify/rate-limit": "^7.5.0",
77
77
  "@fastify/swagger": "^8.1.0",
78
78
  "@fastify/swagger-ui": "^1.1.0",
79
- "@japa/assert": "^1.3.6",
80
- "@japa/run-failed-tests": "^1.1.0",
81
- "@japa/runner": "^2.2.2",
82
- "@japa/spec-reporter": "^1.3.2",
83
79
  "@swc/core": "^1.3.27",
84
- "@types/bytes": "^3.1.1",
85
- "@types/callsite": "^1.0.31",
86
- "@types/columnify": "^1.5.1",
87
- "@types/debug": "^4.1.7",
88
- "@types/figlet": "^1.5.5",
89
- "@types/inquirer": "^9.0.3",
90
- "@types/kind-of": "^6.0.0",
91
- "@types/lodash": "^4.14.191",
92
- "@types/ms": "^0.7.31",
93
- "@types/pluralize": "^0.0.29",
94
- "@types/sinon": "^10.0.13",
95
- "@types/uuid": "^9.0.0",
96
80
  "@typescript-eslint/eslint-plugin": "^5.56.0",
97
81
  "@typescript-eslint/parser": "^5.56.0",
98
82
  "c8": "^7.12.0",
@@ -108,12 +92,9 @@
108
92
  "eslint-plugin-prettier": "^4.2.1",
109
93
  "eslint-plugin-promise": "^6.1.1",
110
94
  "husky": "^3.1.0",
111
- "js-yaml": "^4.1.0",
112
95
  "lint-staged": "^12.5.0",
113
- "minimist": "^1.2.7",
114
96
  "prettier": "^2.8.7",
115
97
  "reflect-metadata": "^0.1.13",
116
- "sinon": "^15.0.2",
117
98
  "ts-node": "^10.9.1",
118
99
  "typescript": "^5.0.2"
119
100
  },
@@ -171,9 +152,7 @@
171
152
  }
172
153
  ]
173
154
  },
174
- "eslintIgnore": [
175
- "build/**/*"
176
- ],
155
+ "eslintIgnore": [],
177
156
  "eslintConfig": {
178
157
  "env": {
179
158
  "es2021": true,