@fileverse-dev/fortune-react 1.0.2-mod-89-patch-001 → 1.0.2-mod-89-patch-002
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 +1 -1
- package/dist/index.umd.min.js +1 -1
- package/package.json +2 -2
package/dist/index.umd.js
CHANGED
|
@@ -37277,7 +37277,7 @@
|
|
|
37277
37277
|
console.log("HUMBLE");
|
|
37278
37278
|
let data = argsToArray(arguments);
|
|
37279
37279
|
|
|
37280
|
-
return _BLOCKSCOUT(...data)
|
|
37280
|
+
return (context) => _BLOCKSCOUT(...data).then(() => console.log({context}))
|
|
37281
37281
|
}
|
|
37282
37282
|
|
|
37283
37283
|
|