@iotexproject/kit 0.0.36 → 0.0.38

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
@@ -7078,6 +7078,7 @@ declare class UseHub {
7078
7078
  }>;
7079
7079
  userDashboard(): Promise<{
7080
7080
  blogs: import("@tryghost/content-api").PostsOrPages;
7081
+ marketData: IoTexMarketData;
7081
7082
  }>;
7082
7083
  assets(): Promise<any[] | {
7083
7084
  error: unknown;
@@ -7097,7 +7098,6 @@ declare class UseHub {
7097
7098
  explore(): Promise<{
7098
7099
  dappList: Dapp[];
7099
7100
  dappCategory: DappCategory[];
7100
- marketData: IoTexMarketData;
7101
7101
  } | {
7102
7102
  error: any;
7103
7103
  }>;
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.36",
5
+ "version": "v0.0.38",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
8
8
  "scripts": {