@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 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 = JSON.parse(d).csrf, l = JSON.parse(d).data[0].dataelements, h = new FormData();
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"