@beam3_dev/api_module 0.0.42 → 0.0.43

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
@@ -392,7 +392,7 @@ function F(e, t = void 0, n = void 0) {
392
392
  f(s, {
393
393
  onComplete(i, c, o) {
394
394
  const a = JSON.parse(i);
395
- console.log("info => ", a), e.token = a?.csrf?.value, e.datas = a?.data[0], t && t(e);
395
+ e.token = a?.csrf?.value, e.datas = a?.data[0], t && (console.log("info => ", a), t(e));
396
396
  },
397
397
  onFailure(i) {
398
398
  n && n(i);
@@ -1956,3 +1956,4 @@ export {
1956
1956
  Ze as sayHello,
1957
1957
  de as updateEvent
1958
1958
  };
1959
+ //# sourceMappingURL=wb3Api.js.map