@fileverse-dev/formulajs 4.4.11-mod-57 → 4.4.11-mod-59

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.
@@ -520,18 +520,11 @@ If "derivatives": exchange name (e.g., "binance_futures").`,
520
520
  require: "m",
521
521
  type: "string"
522
522
  },
523
- {
524
- name: "param1",
525
- detail: "Token Contract Address",
526
- example: `"ethereum"`,
527
- require: "m",
528
- type: "string"
529
- },
530
523
  {
531
524
  name: "param2",
532
- detail: "Token Contract Address - only required in case of markets",
533
- example: `"ethereum"`,
534
- require: "o",
525
+ detail: "Token Contract Address for market category or Token symbol",
526
+ example: `"usdt"`,
527
+ require: "m",
535
528
  type: "string"
536
529
  }
537
530
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fileverse-dev/formulajs",
3
- "version": "4.4.11-mod-57",
3
+ "version": "4.4.11-mod-59",
4
4
  "description": "JavaScript implementation of most Microsoft Excel formula functions",
5
5
  "author": "Formulajs",
6
6
  "publishConfig": {