@adonisjs/http-server 7.0.1 → 7.0.2
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/README.md +1 -1
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
Implementation of HTTP server used by AdonisJS. The package ships with a powerful **Router**, **Middleware pipeline**, helpers to create plain and signed URL for registered routes and much more.
|
|
9
9
|
|
|
10
10
|
## Official Documentation
|
|
11
|
-
The documentation is available on the [AdonisJS website](https://docs.adonisjs.com/guides/
|
|
11
|
+
The documentation is available on the [AdonisJS website](https://docs.adonisjs.com/guides/http)
|
|
12
12
|
|
|
13
13
|
## Contributing
|
|
14
14
|
One of the primary goals of AdonisJS is to have a vibrant community of users and contributors who believes in the principles of the framework.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adonisjs/http-server",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.2",
|
|
4
4
|
"description": "AdonisJS HTTP server with support packed with Routing and Cookies",
|
|
5
5
|
"main": "build/index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -42,12 +42,12 @@
|
|
|
42
42
|
"author": "virk,adonisjs",
|
|
43
43
|
"license": "MIT",
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@adonisjs/application": "^8.0.
|
|
45
|
+
"@adonisjs/application": "^8.0.2",
|
|
46
46
|
"@adonisjs/encryption": "^6.0.0",
|
|
47
47
|
"@adonisjs/eslint-config": "^1.2.1",
|
|
48
48
|
"@adonisjs/events": "^9.0.0",
|
|
49
|
-
"@adonisjs/fold": "^10.0.
|
|
50
|
-
"@adonisjs/logger": "^6.0.
|
|
49
|
+
"@adonisjs/fold": "^10.0.1",
|
|
50
|
+
"@adonisjs/logger": "^6.0.1",
|
|
51
51
|
"@adonisjs/prettier-config": "^1.2.1",
|
|
52
52
|
"@adonisjs/tsconfig": "^1.2.1",
|
|
53
53
|
"@commitlint/cli": "^18.5.0",
|
|
@@ -120,11 +120,11 @@
|
|
|
120
120
|
"youch": "^3.3.3"
|
|
121
121
|
},
|
|
122
122
|
"peerDependencies": {
|
|
123
|
-
"@adonisjs/application": "^8.0.
|
|
123
|
+
"@adonisjs/application": "^8.0.2",
|
|
124
124
|
"@adonisjs/encryption": "^6.0.0",
|
|
125
125
|
"@adonisjs/events": "^9.0.0",
|
|
126
|
-
"@adonisjs/fold": "^10.0.
|
|
127
|
-
"@adonisjs/logger": "^6.0.
|
|
126
|
+
"@adonisjs/fold": "^10.0.1",
|
|
127
|
+
"@adonisjs/logger": "^6.0.1"
|
|
128
128
|
},
|
|
129
129
|
"repository": {
|
|
130
130
|
"type": "git",
|