@aptos-labs/wallet-adapter-react 0.1.5 → 0.1.6

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 +1 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -6,9 +6,7 @@ Dapps that want to use the adapter should install this package and other support
6
6
 
7
7
  #### Supported wallet packages
8
8
 
9
- - Petra
10
- - Martian
11
- - Rise
9
+ - [Petra](https://www.npmjs.com/package/petra-plugin-wallet-adapter)
12
10
 
13
11
  ### Usage
14
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aptos-labs/wallet-adapter-react",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "description": "Aptos Wallet Adapter React Provider",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",