@opra/http 1.25.3 → 1.25.4

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.
@@ -183,7 +183,7 @@ export interface HttpIncoming extends NodeIncomingMessage {
183
183
  * Receives the body
184
184
  * @param options
185
185
  */
186
- readBody(options: BodyReader.Options): Promise<string | Buffer | undefined>;
186
+ readBody(options?: BodyReader.Options): Promise<string | Buffer | undefined>;
187
187
  }
188
188
  /**
189
189
  * @namespace HttpIncoming
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opra/http",
3
- "version": "1.25.3",
3
+ "version": "1.25.4",
4
4
  "description": "Opra Http Server Adapter",
5
5
  "author": "Panates",
6
6
  "license": "MIT",
@@ -38,8 +38,8 @@
38
38
  "yaml": "^2.8.3"
39
39
  },
40
40
  "peerDependencies": {
41
- "@opra/common": "^1.25.3",
42
- "@opra/core": "^1.25.3"
41
+ "@opra/common": "^1.25.4",
42
+ "@opra/core": "^1.25.4"
43
43
  },
44
44
  "optionalDependencies": {
45
45
  "express": "^4.0.0 || ^5.0.0",