@getpara/solana-wallet-connectors 2.0.0-alpha.69 → 2.0.0-alpha.70

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.
@@ -101,7 +101,7 @@ function SolanaExternalWalletProvider({
101
101
  uri: window == null ? void 0 : window.location.origin,
102
102
  chainId: chain
103
103
  });
104
- } catch (err) {
104
+ } catch (e) {
105
105
  yield reset();
106
106
  throw "Error logging you in. Please try again.";
107
107
  }
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@getpara/solana-wallet-connectors",
3
- "version": "2.0.0-alpha.69",
3
+ "version": "2.0.0-alpha.70",
4
4
  "dependencies": {
5
- "@getpara/react-common": "2.0.0-alpha.69",
6
- "@getpara/web-sdk": "2.0.0-alpha.69",
5
+ "@getpara/react-common": "2.0.0-alpha.70",
6
+ "@getpara/web-sdk": "2.0.0-alpha.70",
7
7
  "bs58": "6.0.0"
8
8
  },
9
9
  "devDependencies": {
@@ -23,7 +23,7 @@
23
23
  "dist",
24
24
  "package.json"
25
25
  ],
26
- "gitHead": "956310e0ff58cc8e2736625d221245ab68304855",
26
+ "gitHead": "99d44cff3c68c07dc1cd8c2709b6ca4cd57dca61",
27
27
  "main": "dist/index.js",
28
28
  "peerDependencies": {
29
29
  "@farcaster/mini-app-solana": "^1.0.0",