@solana-mobile/wallet-adapter-mobile 0.0.1-alpha.1 → 0.0.1-alpha.2

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.
@@ -6,7 +6,7 @@ var mobileWalletAdapterProtocol = require('@solana-mobile/mobile-wallet-adapter-
6
6
  var walletAdapterBase = require('@solana/wallet-adapter-base');
7
7
  var web3_js = require('@solana/web3.js');
8
8
  var reactNative = require('react-native');
9
- var AsyncStorage = require('@react-native-community/async-storage');
9
+ var AsyncStorage = require('@react-native-async-storage/async-storage');
10
10
 
11
11
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
12
12
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@solana-mobile/wallet-adapter-mobile",
3
3
  "description": "An adapter for mobile wallet apps that conform to the Solana Mobile Wallet Adapter protocol",
4
- "version": "0.0.1-alpha.1",
4
+ "version": "0.0.1-alpha.2",
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",
@@ -40,7 +40,7 @@
40
40
  "@solana/web3.js": "^1.36.0"
41
41
  },
42
42
  "dependencies": {
43
- "@react-native-community/async-storage": "^1.12.1",
43
+ "@react-native-async-storage/async-storage": "^1.17.7",
44
44
  "@solana-mobile/mobile-wallet-adapter-protocol": "^0.0.1-alpha.1",
45
45
  "@solana/wallet-adapter-base": "^0.9.8",
46
46
  "@solana/web3.js": "^1.20.0"
@@ -49,5 +49,5 @@
49
49
  "agadoo": "^2.0.0",
50
50
  "shx": "^0.3.4"
51
51
  },
52
- "gitHead": "56c859fc81d1dc009d9b49d93af440a5a3e600a9"
52
+ "gitHead": "36b3d666b74d12f8121a892d0ea154d9a5ba1586"
53
53
  }