@cardano-foundation/cardano-connect-with-wallet-core
Advanced tools
Comparing version 0.2.2 to 0.2.3
# Changelog | ||
## [0.2.3](https://github.com/cardano-foundation/cardano-connect-with-wallet/compare/cardano-connect-with-wallet-core-v0.2.2...cardano-connect-with-wallet-core-v0.2.3) (2023-08-10) | ||
### Bug Fixes | ||
* getRewardAddresses is not part of wallet object. Therefore checking the enable function ([8751130](https://github.com/cardano-foundation/cardano-connect-with-wallet/commit/875113097c374b7403fd3a6d31774a132cd282b5)) | ||
## [0.2.2](https://github.com/cardano-foundation/cardano-connect-with-wallet/compare/cardano-connect-with-wallet-core-v0.2.1...cardano-connect-with-wallet-core-v0.2.2) (2023-08-09) | ||
@@ -4,0 +11,0 @@ |
@@ -307,3 +307,3 @@ import { | ||
typeof cardano[walletName] !== 'undefined' && | ||
typeof cardano[walletName].getRewardAddresses === 'function' | ||
typeof cardano[walletName].enable === 'function' | ||
) { | ||
@@ -310,0 +310,0 @@ let api: any = {}; |
{ | ||
"name": "@cardano-foundation/cardano-connect-with-wallet-core", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "Framework-independent CIP-0030 wrapper functions that allow a smooth build of wallet interaction components", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
532649