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