@txnlab/use-wallet 3.0.0-rc.2 → 3.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/LICENSE.md CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2022 TxnLab Inc.
1
+ Copyright (c) 2024 TxnLab Inc.
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
package/README.md CHANGED
@@ -1,7 +1,8 @@
1
1
  # @txnlab/use-wallet
2
2
 
3
- [use-wallet](https://github.com/TxnLab/use-wallet/tree/v3/) core library
3
+ [![GitHub package.json version](https://img.shields.io/github/package-json/v/TxnLab/use-wallet?filename=packages%2Fuse-wallet%2Fpackage.json&label=version)](https://www.npmjs.com/package/@txnlab/use-wallet?activeTab=versions)
4
+ [![GitHub License](https://img.shields.io/github/license/TxnLab/use-wallet)](https://github.com/TxnLab/use-wallet/blob/main/LICENSE.md)
4
5
 
5
- ## License
6
+ Core library for integrating Algorand wallets into your application.
6
7
 
7
- MIT ©2024 [TxnLab, Inc.](https://txnlab.dev)
8
+ ### Visit [txnlab.gitbook.io/use-wallet](https://txnlab.gitbook.io/use-wallet) for docs, guides, and examples!