@fileverse-dev/dsheet 1.0.94 → 1.0.95

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 +5 -6
  2. package/package.json +3 -3
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 organisation.",
11120
- example: '"organisation"',
11119
+ detail: "The type of Tally query you want to execute. We currently support only organization and proposal.",
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",
11126
+ detail: "Query input. We currently support only organisation slug e.g aave, uniswap, compound, zksync 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(["organisation"]),
77092
+ query: Jn(["organization", "proposal"]),
77093
77093
  slug: fi()
77094
77094
  });
77095
77095
  async function Pce() {
@@ -77099,8 +77099,7 @@ async function Pce() {
77099
77099
  const a = `https://onchain-proxy.fileverse.io/third-party?service=tally&input1=${encodeURIComponent(e)}&input2=${encodeURIComponent(r)}`, n = await fetch(a);
77100
77100
  if (!n.ok)
77101
77101
  throw new is("TALLY", n.status);
77102
- const i = await n.json();
77103
- return i != null && i.organization ? [i.organization] : i;
77102
+ return await n.json();
77104
77103
  } catch (e) {
77105
77104
  return po(e, "TALLY");
77106
77105
  }
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.94",
5
+ "version": "1.0.95",
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-95",
38
- "@fileverse-dev/fortune-react": "^1.0.92",
37
+ "@fileverse-dev/formulajs": "^4.4.11-mod-96",
38
+ "@fileverse-dev/fortune-react": "^1.0.95",
39
39
  "@fileverse/ui": "^4.1.7-patch-21",
40
40
  "classnames": "^2.5.1",
41
41
  "exceljs": "^4.4.0",