@adonisjs/http-server 8.0.0-next.7 → 8.0.0-next.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.
|
@@ -4772,7 +4772,7 @@ var Router = class {
|
|
|
4772
4772
|
(domain) => this.routes[domain].forEach((route) => trackRoute.bind(this)(route, domain))
|
|
4773
4773
|
);
|
|
4774
4774
|
return Object.keys(routesList).reduce((result, method) => {
|
|
4775
|
-
result.push(`${" ".repeat(indentation)}
|
|
4775
|
+
result.push(`${" ".repeat(indentation)}${method}: {`);
|
|
4776
4776
|
Object.keys(routesList[method]).forEach((identifier) => {
|
|
4777
4777
|
const key = `'${identifier}'`;
|
|
4778
4778
|
const { paramsTuple, hasRequiredParams, params } = routesList[method][identifier];
|
package/build/factories/main.js
CHANGED
package/build/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adonisjs/http-server",
|
|
3
|
-
"version": "8.0.0-next.
|
|
3
|
+
"version": "8.0.0-next.8",
|
|
4
4
|
"description": "AdonisJS HTTP server with support packed with Routing and Cookies",
|
|
5
5
|
"main": "build/index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"@types/fresh": "^0.5.3",
|
|
67
67
|
"@types/fs-extra": "^11.0.4",
|
|
68
68
|
"@types/mime-types": "^3.0.1",
|
|
69
|
-
"@types/node": "^24.
|
|
69
|
+
"@types/node": "^24.6.0",
|
|
70
70
|
"@types/on-finished": "^2.3.5",
|
|
71
71
|
"@types/pem": "^1.14.4",
|
|
72
72
|
"@types/proxy-addr": "^2.0.3",
|
|
@@ -77,28 +77,28 @@
|
|
|
77
77
|
"@vinejs/vine": "^3.0.1",
|
|
78
78
|
"autocannon": "^8.0.0",
|
|
79
79
|
"c8": "^10.1.3",
|
|
80
|
-
"cross-env": "^10.
|
|
81
|
-
"eslint": "^9.
|
|
82
|
-
"fastify": "^5.6.
|
|
83
|
-
"fs-extra": "^11.3.
|
|
80
|
+
"cross-env": "^10.1.0",
|
|
81
|
+
"eslint": "^9.36.0",
|
|
82
|
+
"fastify": "^5.6.1",
|
|
83
|
+
"fs-extra": "^11.3.2",
|
|
84
84
|
"get-port": "^7.1.0",
|
|
85
85
|
"http-status-codes": "^2.3.0",
|
|
86
86
|
"pem": "^1.14.8",
|
|
87
87
|
"prettier": "^3.6.2",
|
|
88
88
|
"reflect-metadata": "^0.2.2",
|
|
89
|
-
"release-it": "^19.0.
|
|
89
|
+
"release-it": "^19.0.5",
|
|
90
90
|
"supertest": "^7.1.4",
|
|
91
91
|
"tsup": "^8.5.0",
|
|
92
|
-
"typedoc": "^0.28.
|
|
92
|
+
"typedoc": "^0.28.13",
|
|
93
93
|
"typescript": "^5.9.2",
|
|
94
94
|
"youch": "^4.1.0-beta.11"
|
|
95
95
|
},
|
|
96
96
|
"dependencies": {
|
|
97
|
-
"@poppinss/macroable": "^1.0
|
|
97
|
+
"@poppinss/macroable": "^1.1.0",
|
|
98
98
|
"@poppinss/matchit": "^3.2.0",
|
|
99
99
|
"@poppinss/middleware": "^3.2.6",
|
|
100
100
|
"@poppinss/utils": "^7.0.0-next.3",
|
|
101
|
-
"@sindresorhus/is": "^7.0
|
|
101
|
+
"@sindresorhus/is": "^7.1.0",
|
|
102
102
|
"accepts": "^1.3.8",
|
|
103
103
|
"content-disposition": "^0.5.4",
|
|
104
104
|
"cookie": "^1.0.2",
|