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.0";
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, t.name].join("/"),
433
- { ...l, body: m, method: "put" }
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);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "buzzcasting-storage",
3
3
  "type": "module",
4
- "version": "3.11.1",
4
+ "version": "3.11.2",
5
5
  "private": false,
6
6
  "author": {
7
7
  "name": "Mark Tamis, TouchFlows SAS",