@fileverse-dev/dsheet 1.1.8-dune-1 → 1.1.8-dune-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
|
@@ -77284,7 +77284,10 @@ async function Jce() {
|
|
|
77284
77284
|
day: "numeric",
|
|
77285
77285
|
hour: "numeric",
|
|
77286
77286
|
minute: "2-digit"
|
|
77287
|
-
}).format(new Date(m.first_acquired))),
|
|
77287
|
+
}).format(new Date(m.first_acquired))), m.historical_prices && m.historical_prices.forEach((g) => {
|
|
77288
|
+
const y = "price_" + g.offset_hours + "h", b = g.price_usd;
|
|
77289
|
+
m[y] = b;
|
|
77290
|
+
}), zN(m)));
|
|
77288
77291
|
} catch (e) {
|
|
77289
77292
|
return Gi(e, "DUNESIM");
|
|
77290
77293
|
}
|
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.8-dune-
|
|
5
|
+
"version": "1.1.8-dune-2",
|
|
6
6
|
"main": "dist/index.es.js",
|
|
7
7
|
"module": "dist/index.es.js",
|
|
8
8
|
"exports": {
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@fileverse-dev/dsheets-templates": "^0.0.18",
|
|
37
|
-
"@fileverse-dev/formulajs": "^4.4.12-mod-
|
|
38
|
-
"@fileverse-dev/fortune-react": "^1.1.4-dunesim-
|
|
37
|
+
"@fileverse-dev/formulajs": "^4.4.12-mod-8",
|
|
38
|
+
"@fileverse-dev/fortune-react": "^1.1.4-dunesim-3",
|
|
39
39
|
"@fileverse/ui": "^4.1.7-patch-21",
|
|
40
40
|
"classnames": "^2.5.1",
|
|
41
41
|
"exceljs": "^4.4.0",
|