@adonisjs/http-server 7.2.1 → 7.2.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/package.json +15 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adonisjs/http-server",
|
|
3
|
-
"version": "7.2.
|
|
3
|
+
"version": "7.2.2",
|
|
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.
|
|
47
|
-
"@adonisjs/encryption": "^6.0.
|
|
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.
|
|
50
|
-
"@adonisjs/fold": "^10.1.
|
|
51
|
-
"@adonisjs/logger": "^6.0.
|
|
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": "^
|
|
55
|
-
"@commitlint/config-conventional": "^
|
|
54
|
+
"@commitlint/cli": "^19.2.2",
|
|
55
|
+
"@commitlint/config-conventional": "^19.2.2",
|
|
56
56
|
"@fastify/middie": "^8.3.0",
|
|
57
|
-
"@japa/assert": "^
|
|
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.
|
|
60
|
+
"@swc/core": "^1.4.16",
|
|
61
61
|
"@types/accepts": "^1.3.7",
|
|
62
62
|
"@types/content-disposition": "^0.5.8",
|
|
63
63
|
"@types/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}",
|