skalpel 2.0.21 → 2.0.22
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/dist/cli/index.js.map +1 -1
- package/dist/cli/proxy-runner.js +2 -1
- package/dist/cli/proxy-runner.js.map +1 -1
- package/dist/index.cjs +2 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/proxy/index.cjs +2 -1
- package/dist/proxy/index.cjs.map +1 -1
- package/dist/proxy/index.js +2 -1
- package/dist/proxy/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1068,7 +1068,8 @@ async function fallbackToHttp(clientWs, config, source, logger, requestBody, inb
|
|
|
1068
1068
|
Authorization: authHeader,
|
|
1069
1069
|
Accept: "text/event-stream"
|
|
1070
1070
|
},
|
|
1071
|
-
body: requestBody
|
|
1071
|
+
body: requestBody,
|
|
1072
|
+
dispatcher: skalpelDispatcher
|
|
1072
1073
|
});
|
|
1073
1074
|
if (!resp.ok) {
|
|
1074
1075
|
let errorBody = "";
|