@iotexproject/kit 0.0.89 → 0.0.91

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 +5 -2
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -4185,8 +4185,11 @@ declare class IoID {
4185
4185
  registedDevices(args: {
4186
4186
  address: `0x${string}`;
4187
4187
  }): Promise<{
4188
- data: any[];
4189
- } | {
4188
+ index: string;
4189
+ wallet: string;
4190
+ did: string;
4191
+ balance: string;
4192
+ }[] | {
4190
4193
  error: any;
4191
4194
  }>;
4192
4195
  }
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.89",
5
+ "version": "v0.0.91",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
8
8
  "scripts": {