@getpara/cosmos-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.
@@ -138,7 +138,7 @@ function CosmosExternalWalletProvider({
138
138
  uri: window == null ? void 0 : window.location.origin,
139
139
  chainId: selectedChainId
140
140
  });
141
- } catch (err) {
141
+ } catch (e) {
142
142
  yield reset();
143
143
  throw "Error logging you in. Please try again.";
144
144
  }
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@getpara/cosmos-wallet-connectors",
3
- "version": "2.0.0-alpha.69",
3
+ "version": "2.0.0-alpha.70",
4
4
  "dependencies": {
5
- "@getpara/graz-connector": "2.0.0-alpha.69",
6
- "@getpara/react-common": "2.0.0-alpha.69",
7
- "@getpara/web-sdk": "2.0.0-alpha.69",
5
+ "@getpara/graz-connector": "2.0.0-alpha.70",
6
+ "@getpara/react-common": "2.0.0-alpha.70",
7
+ "@getpara/web-sdk": "2.0.0-alpha.70",
8
8
  "@leapwallet/cosmos-social-login-capsule-provider": "^0.0.41",
9
9
  "zustand": "^4.5.2",
10
10
  "zustand-sync-tabs": "^0.2.2"
@@ -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
  "graz": ">=0.4.1",