@beam3_dev/api_module 0.0.278 → 0.0.279
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 +6 -6
- package/dist/wb3Api.umd.cjs.map +1 -1
- package/package.json +1 -1
package/dist/wb3Api.js
CHANGED
|
@@ -2320,7 +2320,7 @@ function yt(e, t = void 0, s = void 0) {
|
|
|
2320
2320
|
console.log("_3DSwym_get_currentUser | url", o), m(o, {
|
|
2321
2321
|
method: "GET",
|
|
2322
2322
|
onComplete(a, c, d) {
|
|
2323
|
-
let p = a.replace(
|
|
2323
|
+
let p = a.replace(/\"\[/g, "[").replace(/\]\"/g, "]").replace(/\"{/g, "{").replace(/}\"/g, "}").replace(/\\/g, "");
|
|
2324
2324
|
p = p.replace('"[', "[").replace(']"', "]").replace('"{', "{").replace('}"', "}").replace(/\\/g, ""), console.log("result", p);
|
|
2325
2325
|
let u = {};
|
|
2326
2326
|
try {
|