@beam3_dev/api_module 0.0.95 → 0.0.96
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 +1 -1
- package/dist/wb3Api.js.map +1 -1
- package/dist/wb3Api.umd.cjs +1 -1
- package/dist/wb3Api.umd.cjs.map +1 -1
- package/package.json +1 -1
package/dist/wb3Api.js
CHANGED
|
@@ -1007,7 +1007,7 @@ function Ue(e, t, s, n = void 0, o = void 0) {
|
|
|
1007
1007
|
});
|
|
1008
1008
|
}
|
|
1009
1009
|
function je(e, t, s = void 0, n = void 0) {
|
|
1010
|
-
return new Promise((o) => {
|
|
1010
|
+
return console.log("credentials", e), new Promise((o) => {
|
|
1011
1011
|
if (e.token === "" && T(e), !e.space || e.space === "") {
|
|
1012
1012
|
const r = J();
|
|
1013
1013
|
console.log("platformeInfo", r);
|