@metamask-institutional/custody-keyring
Advanced tools
Comparing version 0.0.18 to 0.0.19
@@ -8,4 +8,16 @@ # Change Log | ||
### Dependencies | ||
- The following workspace dependencies were updated | ||
- dependencies | ||
- @metamask-institutional/sdk bumped from ^0.1.13 to ^0.1.12 | ||
## [0.0.19](https://github.com/consensys-vertical-apps/metamask-institutional/compare/custody-keyring-v0.0.18...custody-keyring-v0.0.19) (2023-04-20) | ||
### Bug Fixes | ||
* **check null values:** checking null values in signedMEssage and transaction ([#233](https://github.com/consensys-vertical-apps/metamask-institutional/issues/233)) ([3e21fb9](https://github.com/consensys-vertical-apps/metamask-institutional/commit/3e21fb95f764a9ffe6aea1e459737f7cf62408f7)) | ||
### Dependencies | ||
@@ -15,10 +27,10 @@ | ||
* dependencies | ||
* @metamask-institutional/sdk bumped from ^0.1.13 to ^0.1.12 | ||
* @metamask-institutional/configuration-client bumped from ^1.0.4 to ^1.0.5 | ||
* @metamask-institutional/sdk bumped from ^0.1.12 to ^0.1.13 | ||
## [0.0.17](https://github.com/consensys-vertical-apps/metamask-institutional/compare/custody-keyring-v0.0.16...custody-keyring-v0.0.17) (2023-02-02) | ||
### Bug Fixes | ||
* **mmiconfiguration:** fixes the name of mmiconfiguration to start with uppercase letter ([#106](https://github.com/consensys-vertical-apps/metamask-institutional/issues/106)) ([772f9b2](https://github.com/consensys-vertical-apps/metamask-institutional/commit/772f9b28ea4e30279235b8de760e61f9cce88c36)) | ||
- **mmiconfiguration:** fixes the name of mmiconfiguration to start with uppercase letter ([#106](https://github.com/consensys-vertical-apps/metamask-institutional/issues/106)) ([772f9b2](https://github.com/consensys-vertical-apps/metamask-institutional/commit/772f9b28ea4e30279235b8de760e61f9cce88c36)) | ||
@@ -25,0 +37,0 @@ ## [0.0.15](https://github.com/consensys-vertical-apps/metamask-institutional/compare/@metamask-institutional/custody-keyring@0.0.10...@metamask-institutional/custody-keyring@0.0.15) (2023-02-02) |
@@ -51,4 +51,4 @@ "use strict"; | ||
} | ||
BitgoCustodyKeyring.type = "Custody - Bitgo"; | ||
exports.BitgoCustodyKeyring = BitgoCustodyKeyring; | ||
BitgoCustodyKeyring.type = "Custody - Bitgo"; | ||
//# sourceMappingURL=BitgoCustodyKeyring.js.map |
@@ -47,4 +47,4 @@ "use strict"; | ||
} | ||
CactusCustodyKeyring.type = "Custody - Cactus"; | ||
exports.CactusCustodyKeyring = CactusCustodyKeyring; | ||
CactusCustodyKeyring.type = "Custody - Cactus"; | ||
//# sourceMappingURL=CactusCustodyKeyring.js.map |
@@ -69,4 +69,4 @@ "use strict"; | ||
} | ||
CurvCustodyKeyring.type = "Custody - Curv"; | ||
exports.CurvCustodyKeyring = CurvCustodyKeyring; | ||
CurvCustodyKeyring.type = "Custody - Curv"; | ||
//# sourceMappingURL=CurvCustodyKeyring.js.map |
@@ -53,4 +53,4 @@ "use strict"; | ||
} | ||
JsonRpcCustodyKeyring.type = "Custody - JSONRPC"; | ||
exports.JsonRpcCustodyKeyring = JsonRpcCustodyKeyring; | ||
JsonRpcCustodyKeyring.type = "Custody - JSONRPC"; | ||
//# sourceMappingURL=JsonRpcCustodyKeyring.js.map |
@@ -51,4 +51,4 @@ "use strict"; | ||
} | ||
JupiterCustodyKeyring.type = "Custody - Jupiter"; | ||
exports.JupiterCustodyKeyring = JupiterCustodyKeyring; | ||
JupiterCustodyKeyring.type = "Custody - Jupiter"; | ||
//# sourceMappingURL=JupiterCustodyKeyring.js.map |
@@ -43,4 +43,4 @@ "use strict"; | ||
} | ||
QredoCustodyKeyring.type = "Custody - Qredo"; | ||
exports.QredoCustodyKeyring = QredoCustodyKeyring; | ||
QredoCustodyKeyring.type = "Custody - Qredo"; | ||
//# sourceMappingURL=QredoCustodyKeyring.js.map |
{ | ||
"name": "@metamask-institutional/custody-keyring", | ||
"version": "0.0.18", | ||
"version": "0.0.19", | ||
"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,10 +30,10 @@ "author": "Albert Olive <albertolivecorbella@gmail.com>", | ||
}, | ||
"gitHead": "bb16f1588b707b15e7b934331459ce63fa3e415b", | ||
"gitHead": "17315b93181a41cbf4bfd082f221bd23c3a92132", | ||
"dependencies": { | ||
"@ethereumjs/tx": "^4.0.2", | ||
"@ethereumjs/util": "^8.0.3", | ||
"@metamask-institutional/configuration-client": "^1.0.4", | ||
"@metamask-institutional/sdk": "^0.1.12", | ||
"@ethereumjs/tx": "^4.1.1", | ||
"@ethereumjs/util": "^8.0.5", | ||
"@metamask-institutional/configuration-client": "^1.0.5", | ||
"@metamask-institutional/sdk": "^0.1.13", | ||
"@metamask-institutional/types": "^1.0.1", | ||
"@metamask/obs-store": "^7.0.0", | ||
"@metamask/obs-store": "^8.0.0", | ||
"crypto": "^1.0.1", | ||
@@ -40,0 +40,0 @@ "lodash": "^4.17.21" |
{ | ||
"name": "@metamask-institutional/custody-keyring", | ||
"version": "0.0.18", | ||
"version": "0.0.19", | ||
"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,10 +30,10 @@ "author": "Albert Olive <albertolivecorbella@gmail.com>", | ||
}, | ||
"gitHead": "bb16f1588b707b15e7b934331459ce63fa3e415b", | ||
"gitHead": "17315b93181a41cbf4bfd082f221bd23c3a92132", | ||
"dependencies": { | ||
"@ethereumjs/tx": "^4.0.2", | ||
"@ethereumjs/util": "^8.0.3", | ||
"@metamask-institutional/configuration-client": "^1.0.4", | ||
"@metamask-institutional/sdk": "^0.1.12", | ||
"@ethereumjs/tx": "^4.1.1", | ||
"@ethereumjs/util": "^8.0.5", | ||
"@metamask-institutional/configuration-client": "^1.0.5", | ||
"@metamask-institutional/sdk": "^0.1.13", | ||
"@metamask-institutional/types": "^1.0.1", | ||
"@metamask/obs-store": "^7.0.0", | ||
"@metamask/obs-store": "^8.0.0", | ||
"crypto": "^1.0.1", | ||
@@ -40,0 +40,0 @@ "lodash": "^4.17.21" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
372749
+ Added@metamask/obs-store@8.1.0(transitive)
- Removed@metamask/obs-store@7.0.0(transitive)
Updated@ethereumjs/tx@^4.1.1
Updated@ethereumjs/util@^8.0.5
Updated@metamask/obs-store@^8.0.0