fireblocks-sdk
Advanced tools
Comparing version 2.3.1 to 2.3.2
@@ -5,4 +5,10 @@ ### Changelog | ||
#### [v2.3.1](https://github.com/fireblocks/fireblocks-sdk-js/compare/v2.1.0...v2.3.1) | ||
#### [v2.3.2](https://github.com/fireblocks/fireblocks-sdk-js/compare/v2.3.1...v2.3.2) | ||
> 8 July 2022 | ||
- deprecate getVaultAccounts method [`#100`](https://github.com/fireblocks/fireblocks-sdk-js/pull/100) | ||
#### [v2.3.1](https://github.com/fireblocks/fireblocks-sdk-js/compare/v2.3.0...v2.3.1) | ||
> 30 May 2022 | ||
@@ -12,2 +18,14 @@ | ||
#### [v2.3.0](https://github.com/fireblocks/fireblocks-sdk-js/compare/v2.2.0...v2.3.0) | ||
> 26 May 2022 | ||
- Support contract wallet containers [`#88`](https://github.com/fireblocks/fireblocks-sdk-js/pull/88) | ||
#### [v2.2.0](https://github.com/fireblocks/fireblocks-sdk-js/compare/v2.1.0...v2.2.0) | ||
> 10 May 2022 | ||
- added convert exchange asset method [`#83`](https://github.com/fireblocks/fireblocks-sdk-js/pull/83) | ||
#### [v2.1.0](https://github.com/fireblocks/fireblocks-sdk-js/compare/v2.0.0...v2.1.0) | ||
@@ -14,0 +32,0 @@ |
@@ -25,2 +25,3 @@ import { IAuthProvider } from "./iauth-provider"; | ||
/** | ||
* @deprecated this method is deprecated and will be removed in the future. Please use getVaultAccountsWithPageInfo instead. | ||
* Gets all vault accounts for your tenant | ||
@@ -27,0 +28,0 @@ */ |
@@ -55,2 +55,3 @@ "use strict"; | ||
/** | ||
* @deprecated this method is deprecated and will be removed in the future. Please use getVaultAccountsWithPageInfo instead. | ||
* Gets all vault accounts for your tenant | ||
@@ -57,0 +58,0 @@ */ |
{ | ||
"name": "fireblocks-sdk", | ||
"version": "2.3.1", | ||
"version": "2.3.2", | ||
"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
143644
2554