@fileverse-dev/fortune-react 1.0.2-mod-89-patch-003 → 1.0.2-mod-89-patch-004
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/index.umd.js +2 -2
- package/dist/index.umd.min.js +1 -1
- package/package.json +2 -2
package/dist/index.umd.js
CHANGED
|
@@ -37277,10 +37277,10 @@
|
|
|
37277
37277
|
console.log("HUMBLE");
|
|
37278
37278
|
let args = argsToArray(arguments);
|
|
37279
37279
|
|
|
37280
|
-
return {
|
|
37280
|
+
return JSON.stringify({
|
|
37281
37281
|
args,
|
|
37282
37282
|
name: "_BLOCKSCOUT"
|
|
37283
|
-
}
|
|
37283
|
+
})
|
|
37284
37284
|
}
|
|
37285
37285
|
|
|
37286
37286
|
|