@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/index.js CHANGED
@@ -13449,7 +13449,7 @@ function parseHermesParams(inner) {
13449
13449
  const key2 = param[1];
13450
13450
  const value = param[2];
13451
13451
  if (key2 === void 0 || value === void 0) continue;
13452
- input[key2.trim()] = value;
13452
+ input[key2.trim()] = value.trim();
13453
13453
  }
13454
13454
  return input;
13455
13455
  }