@boltic/swirl 1.0.2-uat.5 → 1.0.2-uat.7
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/swirl.es.js +2 -2
- package/dist/swirl.umd.js +2 -2
- package/package.json +1 -1
package/dist/swirl.es.js
CHANGED
|
@@ -27784,7 +27784,7 @@ const ns = (e) => e && typeof window < "u" ? Uz.sanitize(e, {
|
|
|
27784
27784
|
}, vEe = 2e3, TEe = 500, EF = (e) => e ? jge.includes(e) : !1, xEe = (e, t) => {
|
|
27785
27785
|
if (!e) return !0;
|
|
27786
27786
|
if (t) {
|
|
27787
|
-
const r = e?.metricData?.
|
|
27787
|
+
const r = e?.metricData?.bolticTokens || e?.bolticTokens || e?.[0]?.bolticTokens || e?.[0]?.metricData?.bolticTokens;
|
|
27788
27788
|
if (!r || r.allowed === !1)
|
|
27789
27789
|
return !1;
|
|
27790
27790
|
}
|
|
@@ -89736,7 +89736,7 @@ const To = re.memo(bd(m7e), g7e), E7e = /* @__PURE__ */ Object.freeze(/* @__PURE
|
|
|
89736
89736
|
}
|
|
89737
89737
|
);
|
|
89738
89738
|
}, S7e = (e) => {
|
|
89739
|
-
const t = e.match(/(?:-H|--header)\s+['"]?content-type:\s*([\w/-]+)/i), r = t ? t[1].toLowerCase() : null, n = e.match(
|
|
89739
|
+
const t = e.match(/(?:-H|--header)\s+['"]?content-type:\s*([\w/-]+)/i), r = t ? t[1].toLowerCase() : null, n = e.match(/(?:--data(?:-raw)?|-d)\s+(['"]?)(.+?)\1/), i = n ? n[2] : null;
|
|
89740
89740
|
return e.match(/(?:^|\s)(?:-F|--form)(?:\s|["']|$)/) ? "form-data" : i ? r && r.startsWith("multipart/form-data") ? "form-data" : r === "application/x-www-form-urlencoded" ? "x-www-form-urlencoded" : r && (r === "application/xml" || r === "text/xml") ? "xml" : /^\w+=([^&]+)(&\w+=([^&]+))*$/.test(i) ? "x-www-form-urlencoded" : /^\s*<[\s\S]*>\s*$/.test(i.trim()) ? "xml" : "raw" : "none";
|
|
89741
89741
|
}, b7e = (e, t) => {
|
|
89742
89742
|
let r = [];
|