@fileverse-dev/formulajs 4.4.28 → 4.4.30
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/lib/cjs/index.cjs
CHANGED
|
@@ -950,7 +950,7 @@ var PRICE_metadata = {
|
|
|
950
950
|
detail: "Comma separated timeframe for token address, Skip for coin symbol",
|
|
951
951
|
example: '"1,24"',
|
|
952
952
|
require: "o",
|
|
953
|
-
type: "
|
|
953
|
+
type: "string"
|
|
954
954
|
}
|
|
955
955
|
]
|
|
956
956
|
};
|
|
@@ -985,9 +985,9 @@ var WALLET_metadata = {
|
|
|
985
985
|
},
|
|
986
986
|
{
|
|
987
987
|
name: "timeframe",
|
|
988
|
-
detail: "
|
|
988
|
+
detail: "Comma-separated timeframes in hours. Defaults to latest block for \u201Ctxns\u201D and latest balance for \u201Cbalance\u201D",
|
|
989
989
|
example: '"17520"',
|
|
990
|
-
require: "
|
|
990
|
+
require: "o",
|
|
991
991
|
type: "string"
|
|
992
992
|
}
|
|
993
993
|
]
|
package/lib/esm/index.mjs
CHANGED