@iotexproject/kit 0.0.30 → 0.0.31

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.d.ts +5 -3
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -3135,8 +3135,8 @@ declare class GaugeEntity {
3135
3135
  name: true;
3136
3136
  symbol: true;
3137
3137
  tokenUrl: true;
3138
- balanceOf: [
3139
- `0x${string}` | undefined
3138
+ balanceOf: true | [
3139
+ `0x${string}`
3140
3140
  ];
3141
3141
  }> | import("@dappworks/kit/aiem").QueryReturnType<ERC721Entity, {
3142
3142
  name: true;
@@ -4446,7 +4446,9 @@ declare class MarshallDao {
4446
4446
  ];
4447
4447
  totalVote: true;
4448
4448
  votingApr: true;
4449
- stakingTokenInfo: true;
4449
+ stakingTokenInfo: false | [
4450
+ `0x${string}`
4451
+ ];
4450
4452
  Incentive: {
4451
4453
  allRewards: false | [
4452
4454
  `0x${string}`
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@iotexproject/kit",
3
3
  "module": "index.ts",
4
4
  "type": "module",
5
- "version": "v0.0.30",
5
+ "version": "v0.0.31",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
8
8
  "scripts": {