@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 +5 -2
- package/dist/index.umd.min.js +7 -7
- package/package.json +2 -2
package/dist/index.umd.js
CHANGED
|
@@ -37275,9 +37275,12 @@
|
|
|
37275
37275
|
|
|
37276
37276
|
function BLOCKSCOUT () {
|
|
37277
37277
|
console.log("HUMBLE");
|
|
37278
|
-
let
|
|
37278
|
+
let args = argsToArray(arguments);
|
|
37279
37279
|
|
|
37280
|
-
return
|
|
37280
|
+
return {
|
|
37281
|
+
args,
|
|
37282
|
+
name: "_BLOCKSCOUT"
|
|
37283
|
+
}
|
|
37281
37284
|
}
|
|
37282
37285
|
|
|
37283
37286
|
|