@fileverse-dev/formulajs 4.4.11-mod-68-patch-7 → 4.4.11-mod-71

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.
@@ -286,14 +286,14 @@ If "derivatives": exchange name (e.g., "binance_futures", "hyperliquid", "weex-f
286
286
  {
287
287
  name: "page",
288
288
  detail: "Page number for paginated transaction results. Applies only to 'txns', 'token-txns', and 'nft-txns'.",
289
- example: `"1"`,
289
+ example: `1`,
290
290
  require: "o",
291
291
  type: "number"
292
292
  },
293
293
  {
294
294
  name: "offset",
295
295
  detail: "Number of results per page (limit). Applies only to 'txns', 'token-txns', and 'nft-txns'.",
296
- example: `"50"`,
296
+ example: `50`,
297
297
  require: "o",
298
298
  type: "number"
299
299
  }