@fileverse-dev/fortune-react 1.0.2-mod-89-patch-002 → 1.0.2-mod-89-patch-003

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 CHANGED
@@ -37275,9 +37275,12 @@
37275
37275
 
37276
37276
  function BLOCKSCOUT () {
37277
37277
  console.log("HUMBLE");
37278
- let data = argsToArray(arguments);
37278
+ let args = argsToArray(arguments);
37279
37279
 
37280
- return (context) => _BLOCKSCOUT(...data).then(() => console.log({context}))
37280
+ return {
37281
+ args,
37282
+ name: "_BLOCKSCOUT"
37283
+ }
37281
37284
  }
37282
37285
 
37283
37286