@solana-mobile/mobile-wallet-adapter-protocol 0.0.1-alpha.6 → 0.0.1-alpha.7

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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@solana-mobile/mobile-wallet-adapter-protocol",
3
3
  "description": "An implementation of the Solana Mobile Mobile Wallet Adapter protocol. Use this to open a session with a mobile wallet app, and to issue API calls to it.",
4
- "version": "0.0.1-alpha.6",
4
+ "version": "0.0.1-alpha.7",
5
5
  "author": "Steven Luscher <steven.luscher@solanamobile.com>",
6
6
  "repository": "https://github.com/solana-mobile/mobile-wallet-adapter",
7
7
  "license": "Apache-2.0",
@@ -45,5 +45,5 @@
45
45
  "@types/react-native": "^0.69.3",
46
46
  "agadoo": "^2.0.0"
47
47
  },
48
- "gitHead": "8cef0e0dd72e01cd522b16b6e486a26abe1e032b"
48
+ "gitHead": "3af26689f4dddaa208fc32ea9c7cf4046c767c78"
49
49
  }