@iotexproject/kit 0.1.0 → 0.1.1

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 +0 -6
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -3511,9 +3511,6 @@ declare class GaugeEntity {
3511
3511
  isZero: boolean;
3512
3512
  };
3513
3513
  rewardsUSD: string;
3514
- } | {
3515
- rewards: string;
3516
- rewardsUSD: string;
3517
3514
  }>;
3518
3515
  gaugeDailyRewards(): Promise<{
3519
3516
  rewards: {
@@ -3524,9 +3521,6 @@ declare class GaugeEntity {
3524
3521
  isZero: boolean;
3525
3522
  };
3526
3523
  rewardsUSD: string;
3527
- } | {
3528
- rewards: string;
3529
- rewardsUSD: string;
3530
3524
  }>;
3531
3525
  votes(account: `0x${string}`): Promise<{
3532
3526
  votes: 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.1.0",
5
+ "version": "v0.1.1",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
8
8
  "scripts": {