@beam3_dev/api_module 0.0.128 → 0.0.129

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
@@ -1981,7 +1981,7 @@ function st(e, t = void 0, s = void 0) {
1981
1981
  function at(e, t) {
1982
1982
  const s = {
1983
1983
  method: "GET",
1984
- headers: JSON.stringify({ Authorization: `Bearer ${t}` })
1984
+ headers: { Authorization: `Bearer ${t}` }
1985
1985
  };
1986
1986
  fetch(`${e}/identity/users`, s).then((n) => n.json()).then((n) => console.log(n)).catch((n) => console.error(n));
1987
1987
  }