@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.cjs CHANGED
@@ -10975,7 +10975,7 @@ function parseHermesParams(inner) {
10975
10975
  const key = param[1];
10976
10976
  const value = param[2];
10977
10977
  if (key === void 0 || value === void 0) continue;
10978
- input[key.trim()] = value;
10978
+ input[key.trim()] = value.trim();
10979
10979
  }
10980
10980
  return input;
10981
10981
  }