@beam3_dev/api_module 0.0.300 → 0.0.301
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/wb3Api.js +1 -1
- package/dist/wb3Api.js.map +1 -1
- package/dist/wb3Api.umd.cjs +1 -1
- package/dist/wb3Api.umd.cjs.map +1 -1
- package/package.json +1 -1
package/dist/wb3Api.js
CHANGED
|
@@ -677,7 +677,7 @@ function ae(e, t, s, n, i, r, a = void 0, o = void 0) {
|
|
|
677
677
|
}),
|
|
678
678
|
type: "json",
|
|
679
679
|
onComplete(d, u, p) {
|
|
680
|
-
const f =
|
|
680
|
+
const f = d.csrf, l = d.data[0].dataelements, h = new FormData();
|
|
681
681
|
let g;
|
|
682
682
|
n instanceof Blob ? g = n : g = new Blob([n], {
|
|
683
683
|
type: "text/plain"
|