buzzcasting-storage 3.11.1 → 3.11.2
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.
|
@@ -133,7 +133,7 @@ function Ot(h, t) {
|
|
|
133
133
|
}
|
|
134
134
|
return t;
|
|
135
135
|
}
|
|
136
|
-
const xa = "3.11.
|
|
136
|
+
const xa = "3.11.1";
|
|
137
137
|
class ka {
|
|
138
138
|
options;
|
|
139
139
|
url;
|
|
@@ -429,8 +429,8 @@ class ka {
|
|
|
429
429
|
c.WIDGET,
|
|
430
430
|
t.name
|
|
431
431
|
), await fetch(
|
|
432
|
-
[this.url, "api", o, _.IMAGES
|
|
433
|
-
{ ...l, body: m, method: "
|
|
432
|
+
[this.url, "api", o, _.IMAGES].join("/"),
|
|
433
|
+
{ ...l, body: m, method: "post" }
|
|
434
434
|
).then((w) => {
|
|
435
435
|
if (!w.ok)
|
|
436
436
|
throw new Error(w.statusText);
|