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