@theokit/sdk 2.13.0 → 2.13.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/dist/eval.js CHANGED
@@ -10972,7 +10972,7 @@ function parseHermesParams(inner) {
10972
10972
  const key = param[1];
10973
10973
  const value = param[2];
10974
10974
  if (key === void 0 || value === void 0) continue;
10975
- input[key.trim()] = value;
10975
+ input[key.trim()] = value.trim();
10976
10976
  }
10977
10977
  return input;
10978
10978
  }