@iotexproject/kit 0.1.39 → 0.1.40

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 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -8938,6 +8938,7 @@ declare class BondingCurve {
8938
8938
  data: any;
8939
8939
  chainId: string;
8940
8940
  value: string;
8941
+ type: string;
8941
8942
  }[];
8942
8943
  quote: string;
8943
8944
  error?: undefined;
@@ -8946,6 +8947,7 @@ declare class BondingCurve {
8946
8947
  address: `0x${string}`;
8947
8948
  data: any;
8948
8949
  chainId: string;
8950
+ type: string;
8949
8951
  }[];
8950
8952
  quote: string;
8951
8953
  error?: undefined;
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.39",
5
+ "version": "v0.1.40",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
8
8
  "scripts": {