@iotexproject/kit 0.0.61 → 0.0.62

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 +3 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -7198,7 +7198,9 @@ declare class UseHub {
7198
7198
  stakingRewardHistory?: undefined;
7199
7199
  stakingRewardSum?: undefined;
7200
7200
  }>;
7201
- userDashboard(): Promise<{
7201
+ userDashboard({ limit }: {
7202
+ limit: number;
7203
+ }): Promise<{
7202
7204
  blogs: import("@tryghost/content-api").PostsOrPages;
7203
7205
  marketData: IoTexMarketData;
7204
7206
  }>;
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.61",
5
+ "version": "v0.0.62",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
8
8
  "scripts": {