@opra/http 1.25.2 → 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
|
|
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
|
+
"version": "1.25.4",
|
|
4
4
|
"description": "Opra Http Server Adapter",
|
|
5
5
|
"author": "Panates",
|
|
6
6
|
"license": "MIT",
|
|
@@ -33,13 +33,13 @@
|
|
|
33
33
|
"toml": "^4.1.1",
|
|
34
34
|
"tslib": "^2.8.1",
|
|
35
35
|
"uid": "^2.0.2",
|
|
36
|
-
"valgen": "^
|
|
36
|
+
"valgen": "^6.0.3",
|
|
37
37
|
"vary": "^1.1.2",
|
|
38
38
|
"yaml": "^2.8.3"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|
|
41
|
-
"@opra/common": "^1.25.
|
|
42
|
-
"@opra/core": "^1.25.
|
|
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",
|