@adonisjs/http-server 7.2.1 → 7.2.3

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.
@@ -6,7 +6,7 @@ import {
6
6
  Router,
7
7
  Server,
8
8
  defineConfig
9
- } from "../chunk-MUS67JY5.js";
9
+ } from "../chunk-UQEGDK7Z.js";
10
10
 
11
11
  // factories/http_context.ts
12
12
  import { Container } from "@adonisjs/fold";
package/build/index.js CHANGED
@@ -18,7 +18,7 @@ import {
18
18
  defineConfig,
19
19
  exceptions_exports,
20
20
  parseRange
21
- } from "./chunk-MUS67JY5.js";
21
+ } from "./chunk-UQEGDK7Z.js";
22
22
 
23
23
  // src/exception_handler.ts
24
24
  import is from "@sindresorhus/is";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adonisjs/http-server",
3
- "version": "7.2.1",
3
+ "version": "7.2.3",
4
4
  "description": "AdonisJS HTTP server with support packed with Routing and Cookies",
5
5
  "main": "build/index.js",
6
6
  "type": "module",
@@ -43,21 +43,21 @@
43
43
  "author": "virk,adonisjs",
44
44
  "license": "MIT",
45
45
  "devDependencies": {
46
- "@adonisjs/application": "^8.2.1",
47
- "@adonisjs/encryption": "^6.0.1",
46
+ "@adonisjs/application": "^8.2.2",
47
+ "@adonisjs/encryption": "^6.0.2",
48
48
  "@adonisjs/eslint-config": "^1.3.0",
49
- "@adonisjs/events": "^9.0.1",
50
- "@adonisjs/fold": "^10.1.1",
51
- "@adonisjs/logger": "^6.0.2",
49
+ "@adonisjs/events": "^9.0.2",
50
+ "@adonisjs/fold": "^10.1.2",
51
+ "@adonisjs/logger": "^6.0.3",
52
52
  "@adonisjs/prettier-config": "^1.3.0",
53
53
  "@adonisjs/tsconfig": "^1.3.0",
54
- "@commitlint/cli": "^18.6.1",
55
- "@commitlint/config-conventional": "^18.6.3",
56
- "@fastify/middie": "^8.3.0",
57
- "@japa/assert": "^2.1.0",
54
+ "@commitlint/cli": "^19.3.0",
55
+ "@commitlint/config-conventional": "^19.2.2",
56
+ "@fastify/middie": "^8.3.1",
57
+ "@japa/assert": "^3.0.0",
58
58
  "@japa/expect-type": "^2.0.2",
59
59
  "@japa/runner": "^3.1.4",
60
- "@swc/core": "^1.4.14",
60
+ "@swc/core": "^1.5.7",
61
61
  "@types/accepts": "^1.3.7",
62
62
  "@types/content-disposition": "^0.5.8",
63
63
  "@types/cookie": "^0.6.0",
@@ -68,7 +68,7 @@
68
68
  "@types/fs-extra": "^11.0.4",
69
69
  "@types/http-status-codes": "^1.2.0",
70
70
  "@types/mime-types": "^2.1.4",
71
- "@types/node": "^20.12.7",
71
+ "@types/node": "^20.12.12",
72
72
  "@types/on-finished": "^2.3.4",
73
73
  "@types/pem": "^1.14.4",
74
74
  "@types/proxy-addr": "^2.0.3",
@@ -82,7 +82,7 @@
82
82
  "cross-env": "^7.0.3",
83
83
  "del-cli": "^5.1.0",
84
84
  "eslint": "^8.57.0",
85
- "fastify": "^4.26.2",
85
+ "fastify": "^4.27.0",
86
86
  "fs-extra": "^11.2.0",
87
87
  "get-port": "^7.1.0",
88
88
  "github-label-sync": "^2.3.1",
@@ -91,8 +91,8 @@
91
91
  "pem": "^1.14.8",
92
92
  "prettier": "^3.2.5",
93
93
  "reflect-metadata": "^0.2.2",
94
- "release-it": "^17.2.0",
95
- "supertest": "^6.3.4",
94
+ "release-it": "^17.3.0",
95
+ "supertest": "^7.0.0",
96
96
  "ts-node": "^10.9.2",
97
97
  "tsup": "^8.0.2",
98
98
  "typescript": "^5.4.5"
@@ -103,7 +103,7 @@
103
103
  "@poppinss/matchit": "^3.1.2",
104
104
  "@poppinss/middleware": "^3.2.3",
105
105
  "@poppinss/utils": "^6.7.3",
106
- "@sindresorhus/is": "^6.2.0",
106
+ "@sindresorhus/is": "^6.3.1",
107
107
  "accepts": "^1.3.8",
108
108
  "content-disposition": "^0.5.4",
109
109
  "cookie": "^0.6.0",
@@ -150,6 +150,11 @@
150
150
  "tagAnnotation": "v${version}",
151
151
  "tagName": "v${version}"
152
152
  },
153
+ "hooks": {
154
+ "before:init": [
155
+ "npm test"
156
+ ]
157
+ },
153
158
  "github": {
154
159
  "release": true,
155
160
  "releaseName": "v${version}",