@beam3_dev/api_module 0.0.129 → 0.0.130

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