fireblocks-sdk
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -5,2 +5,8 @@ ### Changelog | ||
#### [v3.0.1](https://github.com/fireblocks/fireblocks-sdk-js/compare/v3.0.0...v3.0.1) | ||
> 11 January 2023 | ||
- fix: change type of creation date [`#136`](https://github.com/fireblocks/fireblocks-sdk-js/pull/136) | ||
### [v3.0.0](https://github.com/fireblocks/fireblocks-sdk-js/compare/v2.5.4...v3.0.0) | ||
@@ -11,2 +17,3 @@ | ||
- Feat/web3 api phase B [`#130`](https://github.com/fireblocks/fireblocks-sdk-js/pull/130) | ||
- fix incorrect interfaces [`#134`](https://github.com/fireblocks/fireblocks-sdk-js/pull/134) | ||
@@ -13,0 +20,0 @@ #### [v2.5.4](https://github.com/fireblocks/fireblocks-sdk-js/compare/v2.5.3...v2.5.4) |
@@ -754,3 +754,3 @@ export interface VaultAccountResponse { | ||
feeLevel: Web3ConnectionFeeLevel; | ||
creationDate: Date; | ||
creationDate: string; | ||
connectionType: Web3ConnectionType; | ||
@@ -757,0 +757,0 @@ connectionMethod?: Web3ConnectionMethod; |
{ | ||
"name": "fireblocks-sdk", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"main": "dist/fireblocks-sdk.js", | ||
@@ -5,0 +5,0 @@ "types": "dist/fireblocks-sdk.d.ts", |
175462