fireblocks-sdk
Advanced tools
Comparing version 1.8.2 to 1.9.0
@@ -5,4 +5,10 @@ ### Changelog | ||
#### [v1.8.2](https://github.com/fireblocks/fireblocks-sdk-js/compare/v1.7.2...v1.8.2) | ||
#### [v1.9.0](https://github.com/fireblocks/fireblocks-sdk-js/compare/v1.8.2...v1.9.0) | ||
> 29 November 2021 | ||
- added typed message [`#48`](https://github.com/fireblocks/fireblocks-sdk-js/pull/48) | ||
#### [v1.8.2](https://github.com/fireblocks/fireblocks-sdk-js/compare/v1.8.1...v1.8.2) | ||
> 24 November 2021 | ||
@@ -12,2 +18,25 @@ | ||
#### [v1.8.1](https://github.com/fireblocks/fireblocks-sdk-js/compare/v1.8.0...v1.8.1) | ||
> 23 November 2021 | ||
- add timeout mechanism [`#58`](https://github.com/fireblocks/fireblocks-sdk-js/pull/58) | ||
#### [v1.8.0](https://github.com/fireblocks/fireblocks-sdk-js/compare/v1.7.3...v1.8.0) | ||
> 23 November 2021 | ||
- use axios instead of deprecated request-promise package [`#56`](https://github.com/fireblocks/fireblocks-sdk-js/pull/56) | ||
#### [v1.7.3](https://github.com/fireblocks/fireblocks-sdk-js/compare/v1.7.2...v1.7.3) | ||
> 22 November 2021 | ||
- Release drafter [`#55`](https://github.com/fireblocks/fireblocks-sdk-js/pull/55) | ||
- Create node.js CI configuration [`#54`](https://github.com/fireblocks/fireblocks-sdk-js/pull/54) | ||
- Update API Reference link in README [`#52`](https://github.com/fireblocks/fireblocks-sdk-js/pull/52) | ||
- added decimals to assetTypeResponse [`#51`](https://github.com/fireblocks/fireblocks-sdk-js/pull/51) | ||
- add off exchanges endpoints [`#42`](https://github.com/fireblocks/fireblocks-sdk-js/pull/42) | ||
- Add forceSweep field to TransactionArguments [`#46`](https://github.com/fireblocks/fireblocks-sdk-js/pull/46) | ||
#### [v1.7.2](https://github.com/fireblocks/fireblocks-sdk-js/compare/v1.7.1...v1.7.2) | ||
@@ -14,0 +43,0 @@ |
@@ -383,3 +383,4 @@ export interface VaultAccountResponse { | ||
RAW = "RAW", | ||
CONTRACT_CALL = "CONTRACT_CALL" | ||
CONTRACT_CALL = "CONTRACT_CALL", | ||
TYPED_MESSAGE = "TYPED_MESSAGE" | ||
} | ||
@@ -386,0 +387,0 @@ export interface AllocateFundsRequest { |
@@ -82,2 +82,3 @@ "use strict"; | ||
TransactionOperation["CONTRACT_CALL"] = "CONTRACT_CALL"; | ||
TransactionOperation["TYPED_MESSAGE"] = "TYPED_MESSAGE"; | ||
})(TransactionOperation = exports.TransactionOperation || (exports.TransactionOperation = {})); | ||
@@ -84,0 +85,0 @@ var TransferTicketStatus; |
{ | ||
"name": "fireblocks-sdk", | ||
"version": "1.8.2", | ||
"version": "1.9.0", | ||
"main": "dist/fireblocks-sdk.js", | ||
@@ -5,0 +5,0 @@ "types": "dist/fireblocks-sdk.d.ts", |
Sorry, the diff of this file is not supported yet
116525
2092