@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/a2a/index.js CHANGED
@@ -10116,7 +10116,7 @@ function parseHermesParams(inner) {
10116
10116
  const key = param[1];
10117
10117
  const value = param[2];
10118
10118
  if (key === void 0 || value === void 0) continue;
10119
- input[key.trim()] = value;
10119
+ input[key.trim()] = value.trim();
10120
10120
  }
10121
10121
  return input;
10122
10122
  }