@cardano-foundation/cardano-connect-with-wallet-core
Advanced tools
Comparing version 0.2.4 to 0.2.5
# Changelog | ||
## [0.2.5](https://github.com/cardano-foundation/cardano-connect-with-wallet/compare/cardano-connect-with-wallet-core-v0.2.4...cardano-connect-with-wallet-core-v0.2.5) (2024-03-13) | ||
### Bug Fixes | ||
* upgrade the versions and re-configure storybook ([19558fd](https://github.com/cardano-foundation/cardano-connect-with-wallet/commit/19558fd43acb53d4781419005d5aeca962c0a805)) | ||
## [0.2.4](https://github.com/cardano-foundation/cardano-connect-with-wallet/compare/cardano-connect-with-wallet-core-v0.2.3...cardano-connect-with-wallet-core-v0.2.4) (2023-11-22) | ||
@@ -4,0 +11,0 @@ |
@@ -83,3 +83,3 @@ import { | ||
this.enabledObserver.subscribe(callback); | ||
} else if (event === 'isConnecting') { | ||
} else if (event === 'connecting') { | ||
this.isConnectingObserver.subscribe(callback); | ||
@@ -86,0 +86,0 @@ } else if (event === 'enabledWallet') { |
{ | ||
"name": "@cardano-foundation/cardano-connect-with-wallet-core", | ||
"version": "0.2.4", | ||
"version": "0.2.5", | ||
"description": "Framework-independent CIP-0030 wrapper functions that allow a smooth build of wallet interaction components", | ||
@@ -24,14 +24,14 @@ "main": "dist/index.js", | ||
"buffer": "^6.0.3", | ||
"cborg": "^2.0.3" | ||
"cborg": "^4.1.1" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.21.4", | ||
"@babel/preset-env": "^7.21.4", | ||
"@babel/preset-typescript": "^7.21.4", | ||
"@babel/core": "^7.24.0", | ||
"@babel/preset-env": "^7.24.0", | ||
"@babel/preset-typescript": "^7.23.3", | ||
"babel-loader": "^9.1.2", | ||
"clean-webpack-plugin": "^4.0.0", | ||
"typescript": "^5.0.4", | ||
"webpack": "^5.80.0", | ||
"typescript": "^5.4.2", | ||
"webpack": "^5.90.3", | ||
"webpack-cli": "^5.0.2" | ||
} | ||
} |
@@ -9,3 +9,3 @@ # Cardano Connect with Wallet Core | ||
This repository aims to provide framework-independent helper and wrapper functions for seamless interaction between Cardano decentralized applications (dApps) and wallets ([CIP 8](https://cips.cardano.org/cips/cip8/) and [CIP 30](https://cips.cardano.org/cips/cip30/)). If you are looking for React.js components please move on to [this repository](https://github.com/cardano-foundation/cardano-connect-with-wallet/tree/main/react). | ||
This repository aims to provide framework-independent helper and wrapper functions for seamless interaction between Cardano decentralized applications (dApps) and wallets ([CIP 8](https://cips.cardano.org/cip/CIP-0008) and [CIP 30](https://cips.cardano.org/cip/CIP-0030)). If you are looking for React.js components please move on to [this repository](https://github.com/cardano-foundation/cardano-connect-with-wallet/tree/main/react). | ||
@@ -38,3 +38,3 @@ Have fun building on Cardano! 🏗🎉 | ||
The `Wallet` class conatins static helper to simplify the dApp development. Please tale a look into the React hook [useCardano](../react/src/hooks/useCardano.ts) to see an example of how you can utilize `Wallet` in your module-based project. Get an idea of the usage in a static html, javascript, css context from our [html-based wallet button](../html/connect-button.js). | ||
The `Wallet` class contains static helper functions to simplify the dApp development. Please take a look into the React hook [useCardano](../react/src/hooks/useCardano.ts) to see an example of how you can utilize `Wallet` in your module-based project. Get an idea of the usage in a static html, javascript, css context from our [html-based wallet button](../html/cardano-connect.js). | ||
@@ -41,0 +41,0 @@ ### The Wallet Module |
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
564804
1669
+ Addedcborg@4.2.7(transitive)
- Removedcborg@2.0.5(transitive)
Updatedcborg@^4.1.1