@botpress/runtime 1.13.7 → 1.13.8

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/runtime.js CHANGED
@@ -48,7 +48,7 @@ var init_define_BUILD = __esm({
48
48
  var define_PACKAGE_VERSIONS_default;
49
49
  var init_define_PACKAGE_VERSIONS = __esm({
50
50
  "<define:__PACKAGE_VERSIONS__>"() {
51
- define_PACKAGE_VERSIONS_default = { runtime: "1.13.7", adk: "1.13.7", sdk: "5.0.2", llmz: "0.0.35", zai: "2.5.6", cognitive: "0.3.3" };
51
+ define_PACKAGE_VERSIONS_default = { runtime: "1.13.8", adk: "1.13.8", sdk: "5.0.2", llmz: "0.0.35", zai: "2.5.6", cognitive: "0.3.3" };
52
52
  }
53
53
  });
54
54
 
@@ -15107,7 +15107,7 @@ function parseHttpRequest(req) {
15107
15107
  let body = req.body;
15108
15108
  let path4 = req.path || "/";
15109
15109
  let query = {};
15110
- let headers = {};
15110
+ let headers = { ...req.headers };
15111
15111
  if (req.query && typeof req.query === "string") {
15112
15112
  const searchParams = new URLSearchParams(req.query);
15113
15113
  for (const [key, value] of searchParams) {