@iotexproject/kit 0.0.51 → 0.0.52

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 +1 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -7035,7 +7035,7 @@ declare class Staking {
7035
7035
  duration: string;
7036
7036
  autoStake: boolean;
7037
7037
  }): Promise<any>;
7038
- selfStakingBuckets(): Promise<Candidate[] | {
7038
+ candidates(): Promise<Candidate[] | {
7039
7039
  error: any;
7040
7040
  }>;
7041
7041
  }
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.51",
5
+ "version": "v0.0.52",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
8
8
  "scripts": {