@kosdev-code/kos-ui-sdk 2.1.29 → 2.1.30

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/index.js CHANGED
@@ -4250,7 +4250,11 @@ async function Vs(t, e, s, r, n) {
4250
4250
  const o = r != null && r.path ? Object.keys(r.path).reduce(
4251
4251
  (h, f) => String(h).replace(`{${f}}`, r == null ? void 0 : r.path[f]),
4252
4252
  String(t)
4253
- ) : String(t), i = r != null && r.query ? Object.keys(r.query).map((h) => `${h}=${r.query[h]}`).join("&") : "", a = `${gf().URL}${o}${i ? `?${encodeURIComponent(i)}` : ""}`;
4253
+ ) : String(t), i = r != null && r.query ? Object.keys(r.query).map(
4254
+ (h) => `${encodeURIComponent(h)}=${encodeURIComponent(
4255
+ r.query[h]
4256
+ )}`
4257
+ ).join("&") : "", a = `${gf().URL}${o}${i ? `?${i}` : ""}`;
4254
4258
  mf.debug(`fullUrl: ${a}`);
4255
4259
  const c = {
4256
4260
  method: String(e).toUpperCase(),