@beam3_dev/api_module 0.0.123 → 0.0.124

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
@@ -1964,7 +1964,7 @@ function nt(e, t = void 0, n = void 0) {
1964
1964
  await fetch(c, {
1965
1965
  method: "POST"
1966
1966
  }).then((d) => d.json()).then((d) => {
1967
- console.log("data", d), t && t(d);
1967
+ t && t(d?.token);
1968
1968
  });
1969
1969
  },
1970
1970
  onFailure(a) {