@opra/http 1.3.1 → 1.4.1
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/cjs/http-context.js +1 -0
- package/esm/http-context.js +1 -0
- package/package.json +3 -3
package/cjs/http-context.js
CHANGED
|
@@ -96,6 +96,7 @@ class HttpContext extends core_1.ExecutionContext {
|
|
|
96
96
|
partial: operation?.requestBody?.partial,
|
|
97
97
|
projection: '*',
|
|
98
98
|
ignoreReadonlyFields: true,
|
|
99
|
+
allowPatchOperators: operation?.requestBody?.allowPatchOperators,
|
|
99
100
|
}) || valgen_1.vg.isAny();
|
|
100
101
|
this.adapter[core_1.kAssetCache].set(mediaType, 'decode', decode);
|
|
101
102
|
}
|
package/esm/http-context.js
CHANGED
|
@@ -92,6 +92,7 @@ export class HttpContext extends ExecutionContext {
|
|
|
92
92
|
partial: operation?.requestBody?.partial,
|
|
93
93
|
projection: '*',
|
|
94
94
|
ignoreReadonlyFields: true,
|
|
95
|
+
allowPatchOperators: operation?.requestBody?.allowPatchOperators,
|
|
95
96
|
}) || vg.isAny();
|
|
96
97
|
this.adapter[kAssetCache].set(mediaType, 'decode', decode);
|
|
97
98
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opra/http",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.4.1",
|
|
4
4
|
"description": "Opra Http Server Adapter",
|
|
5
5
|
"author": "Panates",
|
|
6
6
|
"license": "MIT",
|
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
"@browsery/http-parser": "^0.5.9-r1",
|
|
10
10
|
"@browsery/type-is": "^1.6.18-r5",
|
|
11
11
|
"@jsopen/objects": "^1.5.0",
|
|
12
|
-
"@opra/common": "^1.
|
|
13
|
-
"@opra/core": "^1.
|
|
12
|
+
"@opra/common": "^1.4.1",
|
|
13
|
+
"@opra/core": "^1.4.1",
|
|
14
14
|
"accepts": "^1.3.8",
|
|
15
15
|
"base64-stream": "^1.0.0",
|
|
16
16
|
"busboy": "^1.6.0",
|