@iotexproject/kit 0.2.7 → 0.2.8

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
@@ -9312,8 +9312,8 @@ export type CandidateProfile = {
9312
9312
  tech_setup: string;
9313
9313
  community_plan: string;
9314
9314
  reward_plan: string;
9315
- created_at: Date;
9316
- updated_at: Date;
9315
+ created_at: string;
9316
+ updated_at: string;
9317
9317
  temp_eth_address: string;
9318
9318
  id: number;
9319
9319
  reward_distribution_details: string;
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@iotexproject/kit",
3
3
  "module": "index.ts",
4
4
  "type": "module",
5
- "version": "0.2.7",
5
+ "version": "0.2.8",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
8
8
  "scripts": {