@fileverse-dev/dsheet 1.0.95 → 1.0.96
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 +3 -3
- package/package.json +4 -4
package/dist/index.es.js
CHANGED
|
@@ -11116,14 +11116,14 @@ If "derivatives": exchange name (e.g., "binance_futures", "hyperliquid", "weex-f
|
|
|
11116
11116
|
p: [
|
|
11117
11117
|
{
|
|
11118
11118
|
name: "query",
|
|
11119
|
-
detail: "The type of Tally query you want to execute. We currently support only organization and
|
|
11119
|
+
detail: "The type of Tally query you want to execute. We currently support only organization and proposals.",
|
|
11120
11120
|
example: '"organization"',
|
|
11121
11121
|
require: "m",
|
|
11122
11122
|
type: "string"
|
|
11123
11123
|
},
|
|
11124
11124
|
{
|
|
11125
11125
|
name: "input1",
|
|
11126
|
-
detail: "Query input. We currently support only organisation slug e.g
|
|
11126
|
+
detail: "Query input. We currently support only organisation slug e.g Aave, Arbitrum, Compound, ENS, Nouns, Uniswap etc...",
|
|
11127
11127
|
example: '"arbitrum"',
|
|
11128
11128
|
require: "m",
|
|
11129
11129
|
type: "string"
|
|
@@ -77089,7 +77089,7 @@ async function jce() {
|
|
|
77089
77089
|
}
|
|
77090
77090
|
}
|
|
77091
77091
|
const qce = ei({
|
|
77092
|
-
query: Jn(["organization", "proposal"]),
|
|
77092
|
+
query: Jn(["organization", "proposal", "proposals"]),
|
|
77093
77093
|
slug: fi()
|
|
77094
77094
|
});
|
|
77095
77095
|
async function Pce() {
|
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.0.
|
|
5
|
+
"version": "1.0.96",
|
|
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.17",
|
|
37
|
-
"@fileverse-dev/formulajs": "^4.4.11-mod-
|
|
38
|
-
"@fileverse-dev/fortune-react": "^1.0.
|
|
37
|
+
"@fileverse-dev/formulajs": "^4.4.11-mod-99",
|
|
38
|
+
"@fileverse-dev/fortune-react": "^1.0.96",
|
|
39
39
|
"@fileverse/ui": "^4.1.7-patch-21",
|
|
40
40
|
"classnames": "^2.5.1",
|
|
41
41
|
"exceljs": "^4.4.0",
|
|
@@ -78,4 +78,4 @@
|
|
|
78
78
|
"typescript": "^5.2.2",
|
|
79
79
|
"vite": "^5.0.0"
|
|
80
80
|
}
|
|
81
|
-
}
|
|
81
|
+
}
|