@adonisjs/core 6.1.5-29 → 6.1.5-30

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.
@@ -1,2 +1,7 @@
1
+ /**
2
+ * Bodyparser import is needed to merge types of Request
3
+ * class augmented by the bodyparser package
4
+ */
5
+ import '@adonisjs/bodyparser';
1
6
  export * from '@adonisjs/http-server';
2
7
  export { RequestValidator } from './request_validator.js';
@@ -6,6 +6,10 @@
6
6
  * For the full copyright and license information, please view the LICENSE
7
7
  * file that was distributed with this source code.
8
8
  */
9
- /// <reference types="@adonisjs/bodyparser/bodyparser_middleware" />
9
+ /**
10
+ * Bodyparser import is needed to merge types of Request
11
+ * class augmented by the bodyparser package
12
+ */
13
+ import '@adonisjs/bodyparser';
10
14
  export * from '@adonisjs/http-server';
11
15
  export { RequestValidator } from './request_validator.js';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@adonisjs/core",
3
3
  "description": "Core of AdonisJS",
4
- "version": "6.1.5-29",
4
+ "version": "6.1.5-30",
5
5
  "engines": {
6
6
  "node": ">=18.16.0"
7
7
  },
@@ -116,7 +116,7 @@
116
116
  "dependencies": {
117
117
  "@adonisjs/ace": "^12.3.2-0",
118
118
  "@adonisjs/application": "^8.0.0-0",
119
- "@adonisjs/bodyparser": "^10.0.0-0",
119
+ "@adonisjs/bodyparser": "^10.0.0-1",
120
120
  "@adonisjs/config": "^4.2.1-5",
121
121
  "@adonisjs/encryption": "^5.1.2-3",
122
122
  "@adonisjs/env": "^4.2.0-6",