@fileverse-dev/dsheet 1.2.19 → 1.2.20

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.
Files changed (2) hide show
  1. package/dist/index.es.js +8 -0
  2. package/package.json +2 -2
package/dist/index.es.js CHANGED
@@ -730258,6 +730258,7 @@ const SLt = ({
730258
730258
  cellData: {
730259
730259
  r: 6,
730260
730260
  c: 1,
730261
+ f: '=COINGECKO("price", "btc")',
730261
730262
  v: {
730262
730263
  v: "BTC_USD",
730263
730264
  fs: 10,
@@ -730287,6 +730288,7 @@ const SLt = ({
730287
730288
  cellData: {
730288
730289
  r: 6,
730289
730290
  c: 2,
730291
+ f: '=COINGECKO("price", "eth")',
730290
730292
  v: {
730291
730293
  v: "ETH_USD",
730292
730294
  fs: 10,
@@ -730315,6 +730317,7 @@ const SLt = ({
730315
730317
  cellData: {
730316
730318
  r: 6,
730317
730319
  c: 3,
730320
+ f: '=COINGECKO("price", "sol")',
730318
730321
  v: {
730319
730322
  v: "SOL_USD",
730320
730323
  fs: 10,
@@ -730343,6 +730346,7 @@ const SLt = ({
730343
730346
  cellData: {
730344
730347
  r: 6,
730345
730348
  c: 4,
730349
+ f: '=COINGECKO("price", "hype")',
730346
730350
  v: {
730347
730351
  v: "HYPE_USD",
730348
730352
  fs: 10,
@@ -730371,6 +730375,7 @@ const SLt = ({
730371
730375
  cellData: {
730372
730376
  r: 6,
730373
730377
  c: 5,
730378
+ f: '=COINGECKO("price", "spx")',
730374
730379
  v: {
730375
730380
  v: "SPX_USD",
730376
730381
  fs: 10,
@@ -730399,6 +730404,7 @@ const SLt = ({
730399
730404
  cellData: {
730400
730405
  r: 6,
730401
730406
  c: 6,
730407
+ f: '=COINGECKO("price", "cult")',
730402
730408
  v: {
730403
730409
  v: "CULT_USD",
730404
730410
  fs: 10,
@@ -730427,6 +730433,7 @@ const SLt = ({
730427
730433
  cellData: {
730428
730434
  r: 6,
730429
730435
  c: 7,
730436
+ f: '=COINGECKO("price", "zec")',
730430
730437
  v: {
730431
730438
  v: "ZEC_USD",
730432
730439
  fs: 10,
@@ -730455,6 +730462,7 @@ const SLt = ({
730455
730462
  cellData: {
730456
730463
  r: 6,
730457
730464
  c: 8,
730465
+ f: '=COINGECKO("price", "pengu")',
730458
730466
  v: {
730459
730467
  v: "PENGU_USD",
730460
730468
  fs: 10,
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@fileverse-dev/dsheet",
3
3
  "private": false,
4
4
  "description": "DSheet",
5
- "version": "1.2.19",
5
+ "version": "1.2.20",
6
6
  "main": "dist/index.es.js",
7
7
  "module": "dist/index.es.js",
8
8
  "exports": {
@@ -33,7 +33,7 @@
33
33
  ]
34
34
  },
35
35
  "dependencies": {
36
- "@fileverse-dev/dsheets-templates": "^0.0.27",
36
+ "@fileverse-dev/dsheets-templates": "^0.0.28",
37
37
  "@fileverse-dev/formulajs": "^4.4.29",
38
38
  "@fileverse-dev/fortune-react": "^1.2.22",
39
39
  "@fileverse/ui": "^4.1.7-patch-40",