@txnlab/use-wallet 0.1.14 → 0.1.15

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -66,8 +66,8 @@ function App() {
66
66
  console.log("active account", activeAccount);
67
67
  });
68
68
 
69
- // Map through the providers,
70
- // render account information and "connect", "set active", and "disconnect" buttons.
69
+ // Map through the providers.
70
+ // Render account information and "connect", "set active", and "disconnect" buttons.
71
71
  // Finally, map through the `accounts` property to render a dropdown for each connected account.
72
72
  return (
73
73
  <div>
package/package.json CHANGED
@@ -12,7 +12,7 @@
12
12
  "url": "https://github.com/txnlab/use-wallet/issues"
13
13
  },
14
14
  "homepage": "https://txnlab.github.io/use-wallet",
15
- "version": "0.1.14",
15
+ "version": "0.1.15",
16
16
  "description": "React hooks for using Algorand compatible wallets in dApps.",
17
17
  "scripts": {
18
18
  "dev": "yarn storybook",