@fileverse-dev/dsheet 1.2.13 → 1.2.14
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 +10 -10
- package/package.json +3 -3
package/dist/index.es.js
CHANGED
|
@@ -228573,6 +228573,14 @@ const SLt = ({
|
|
|
228573
228573
|
j
|
|
228574
228574
|
]);
|
|
228575
228575
|
}, rRt = [
|
|
228576
|
+
{
|
|
228577
|
+
title: "My Portfolio",
|
|
228578
|
+
description: "Your Portfolio",
|
|
228579
|
+
thumbnail: "https://s3.eu-west-2.amazonaws.com/assets.fileverse.io/dapp/public/Screenshot+2025-10-16+at+9.30.32%E2%80%AFAM.png",
|
|
228580
|
+
slug: "portfolio",
|
|
228581
|
+
fullImage: "https://s3.eu-west-2.amazonaws.com/assets.fileverse.io/dapp/public/Screenshot+2025-10-16+at+9.30.32%E2%80%AFAM.png",
|
|
228582
|
+
category: "Portfolio"
|
|
228583
|
+
},
|
|
228576
228584
|
{
|
|
228577
228585
|
title: "Accounting",
|
|
228578
228586
|
description: "[Really short description] Includes smart contract analysis, real time coins price and much more for blockchain analytics.",
|
|
@@ -228628,14 +228636,6 @@ const SLt = ({
|
|
|
228628
228636
|
slug: "stablecoin-monitor",
|
|
228629
228637
|
fullImage: "https://s3.eu-west-2.amazonaws.com/assets.fileverse.io/dapp/public/Screenshot+2025-09-16+at+6.41.49%E2%80%AFPM.png",
|
|
228630
228638
|
category: "Project"
|
|
228631
|
-
},
|
|
228632
|
-
{
|
|
228633
|
-
title: "My Portfolio",
|
|
228634
|
-
description: "Your Portfolio",
|
|
228635
|
-
thumbnail: "https://s3.eu-west-2.amazonaws.com/assets.fileverse.io/dapp/public/Screenshot+2025-10-16+at+9.30.32%E2%80%AFAM.png",
|
|
228636
|
-
slug: "portfolio",
|
|
228637
|
-
fullImage: "https://s3.eu-west-2.amazonaws.com/assets.fileverse.io/dapp/public/Screenshot+2025-10-16+at+9.30.32%E2%80%AFAM.png",
|
|
228638
|
-
category: "Portfolio"
|
|
228639
228639
|
}
|
|
228640
228640
|
], FLt = [
|
|
228641
228641
|
{
|
|
@@ -732767,14 +732767,14 @@ const SLt = ({
|
|
|
732767
732767
|
]
|
|
732768
732768
|
}
|
|
732769
732769
|
], HLt = {
|
|
732770
|
+
portfolio: zLt,
|
|
732770
732771
|
accounting: FLt,
|
|
732771
732772
|
"project-metric": OLt,
|
|
732772
732773
|
"social-graph": jLt,
|
|
732773
732774
|
"event-marketing": BLt,
|
|
732774
732775
|
invoice: ILt,
|
|
732775
732776
|
"wallet-balance": qLt,
|
|
732776
|
-
"stablecoin-monitor": PLt
|
|
732777
|
-
portfolio: zLt
|
|
732777
|
+
"stablecoin-monitor": PLt
|
|
732778
732778
|
}, ULt = ({
|
|
732779
732779
|
selectedTemplate: e,
|
|
732780
732780
|
ydocRef: t,
|
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.
|
|
5
|
+
"version": "1.2.14",
|
|
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.25",
|
|
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",
|
|
@@ -78,4 +78,4 @@
|
|
|
78
78
|
"typescript": "^5.2.2",
|
|
79
79
|
"vite": "^5.0.0"
|
|
80
80
|
}
|
|
81
|
-
}
|
|
81
|
+
}
|