@metamask-institutional/custody-keyring
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -50,2 +50,8 @@ # Change Log | ||
### Dependencies | ||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @metamask-institutional/sdk bumped from ^0.1.27 to ^0.1.28 | ||
## [2.0.1](https://github.com/consensys-vertical-apps/metamask-institutional/compare/custody-keyring-v2.0.0...custody-keyring-v2.0.1) (2024-05-29) | ||
@@ -52,0 +58,0 @@ |
{ | ||
"name": "@metamask-institutional/custody-keyring", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "The Custody Keyring Class is the initial point of contact with a custodian, it gets access to the sdk and all methods of interaction with a custodian, like custodian accounts, sign a tx, account details, tx details.", | ||
@@ -30,3 +30,3 @@ "author": "Albert Olive <albertolivecorbella@gmail.com>", | ||
}, | ||
"gitHead": "295009ad9dff2e65b30d8327f64e4fc9e2cab57f", | ||
"gitHead": "2ed23cb0c438cefc8c3dd77f00e608977200fa34", | ||
"dependencies": { | ||
@@ -36,3 +36,3 @@ "@ethereumjs/tx": "^4.1.1", | ||
"@metamask-institutional/configuration-client": "^2.0.1", | ||
"@metamask-institutional/sdk": "^0.1.27", | ||
"@metamask-institutional/sdk": "^0.1.29", | ||
"@metamask-institutional/types": "^1.1.0", | ||
@@ -39,0 +39,0 @@ "@metamask/obs-store": "^9.0.0", |
{ | ||
"name": "@metamask-institutional/custody-keyring", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "The Custody Keyring Class is the initial point of contact with a custodian, it gets access to the sdk and all methods of interaction with a custodian, like custodian accounts, sign a tx, account details, tx details.", | ||
@@ -30,3 +30,3 @@ "author": "Albert Olive <albertolivecorbella@gmail.com>", | ||
}, | ||
"gitHead": "295009ad9dff2e65b30d8327f64e4fc9e2cab57f", | ||
"gitHead": "2ed23cb0c438cefc8c3dd77f00e608977200fa34", | ||
"dependencies": { | ||
@@ -36,3 +36,3 @@ "@ethereumjs/tx": "^4.1.1", | ||
"@metamask-institutional/configuration-client": "^2.0.1", | ||
"@metamask-institutional/sdk": "^0.1.27", | ||
"@metamask-institutional/sdk": "^0.1.29", | ||
"@metamask-institutional/types": "^1.1.0", | ||
@@ -39,0 +39,0 @@ "@metamask/obs-store": "^9.0.0", |
155289