@iotexproject/kit 0.0.88 → 0.0.90

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
@@ -4190,7 +4190,7 @@ declare class IoID {
4190
4190
  ioid: never;
4191
4191
  balance: bigint;
4192
4192
  }[] | {
4193
- error: unknown;
4193
+ error: any;
4194
4194
  }>;
4195
4195
  }
4196
4196
  declare class VoterEntity {
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.88",
5
+ "version": "v0.0.90",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
8
8
  "scripts": {