@iotexproject/kit 0.1.73 → 0.1.75

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 +6 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -7199,6 +7199,12 @@ declare class UseHub {
7199
7199
  } | {
7200
7200
  error: any;
7201
7201
  }>;
7202
+ ecosystemv2(): Promise<{
7203
+ dappList: EcosystemDapp[];
7204
+ tags: string[];
7205
+ } | {
7206
+ error: any;
7207
+ }>;
7202
7208
  }
7203
7209
  declare class Health {
7204
7210
  check(): {
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.73",
5
+ "version": "0.1.75",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
8
8
  "scripts": {