@iotexproject/kit 0.1.59 → 0.1.61

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 +2 -2
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -6717,7 +6717,7 @@ declare class MSP {
6717
6717
  contractAddress: `0x${string}`;
6718
6718
  }, ctx?: ConfigContext): Promise<{
6719
6719
  data: any;
6720
- address: string;
6720
+ address: `0x${string}`;
6721
6721
  chainId: string;
6722
6722
  type: string;
6723
6723
  }[]>;
@@ -10563,7 +10563,7 @@ declare class Point {
10563
10563
  ok: boolean;
10564
10564
  message: string;
10565
10565
  authData: {
10566
- sub: string | undefined;
10566
+ sub: string;
10567
10567
  };
10568
10568
  }>;
10569
10569
  upload_event({ action_id, device_id, }: {
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.59",
5
+ "version": "v0.1.61",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
8
8
  "scripts": {