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