@fileverse-dev/dsheet 1.1.1 → 1.1.2
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/dist/index.es.js +4 -1
- package/package.json +3 -3
package/dist/index.es.js
CHANGED
|
@@ -226608,6 +226608,7 @@ const uEt = ({
|
|
|
226608
226608
|
fs: 9,
|
|
226609
226609
|
tb: "1",
|
|
226610
226610
|
f: '=EOA(B3,"txns",B4,B5,B6)',
|
|
226611
|
+
isDataBlockFormula: !0,
|
|
226611
226612
|
m: "chain",
|
|
226612
226613
|
v: "chain"
|
|
226613
226614
|
}
|
|
@@ -304300,7 +304301,8 @@ const uEt = ({
|
|
|
304300
304301
|
fs: 10,
|
|
304301
304302
|
ht: "0",
|
|
304302
304303
|
vt: 2,
|
|
304303
|
-
f: "=DEFILLAMA(B3)"
|
|
304304
|
+
f: "=DEFILLAMA(B3)",
|
|
304305
|
+
isDataBlockFormula: !0
|
|
304304
304306
|
}
|
|
304305
304307
|
},
|
|
304306
304308
|
{
|
|
@@ -443514,6 +443516,7 @@ const uEt = ({
|
|
|
443514
443516
|
ht: "0",
|
|
443515
443517
|
vt: 2,
|
|
443516
443518
|
f: "=NEYNAR(B3)",
|
|
443519
|
+
isDataBlockFormula: !0,
|
|
443517
443520
|
m: "username",
|
|
443518
443521
|
v: "username"
|
|
443519
443522
|
}
|
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.1.
|
|
5
|
+
"version": "1.1.2",
|
|
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.
|
|
36
|
+
"@fileverse-dev/dsheets-templates": "^0.0.18",
|
|
37
37
|
"@fileverse-dev/formulajs": "^4.4.12-mod-2",
|
|
38
38
|
"@fileverse-dev/fortune-react": "^1.1.1",
|
|
39
39
|
"@fileverse/ui": "^4.1.7-patch-21",
|
|
@@ -78,4 +78,4 @@
|
|
|
78
78
|
"typescript": "^5.2.2",
|
|
79
79
|
"vite": "^5.0.0"
|
|
80
80
|
}
|
|
81
|
-
}
|
|
81
|
+
}
|