@fileverse-dev/formulajs 4.4.39 → 4.4.41
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
|
@@ -18350,7 +18350,6 @@ const coingeckoParamsSchema = discriminatedUnionType('category', [
|
|
|
18350
18350
|
/* global window */
|
|
18351
18351
|
|
|
18352
18352
|
|
|
18353
|
-
|
|
18354
18353
|
async function COINGECKO() {
|
|
18355
18354
|
try {
|
|
18356
18355
|
const [category, param1, param2, columnName = null] = argsToArray(arguments);
|
package/lib/esm/index.mjs
CHANGED
|
@@ -18348,7 +18348,6 @@ const coingeckoParamsSchema = discriminatedUnionType('category', [
|
|
|
18348
18348
|
/* global window */
|
|
18349
18349
|
|
|
18350
18350
|
|
|
18351
|
-
|
|
18352
18351
|
async function COINGECKO() {
|
|
18353
18352
|
try {
|
|
18354
18353
|
const [category, param1, param2, columnName = null] = argsToArray(arguments);
|