@getpara/react-common 2.0.0-alpha.50 → 2.0.0-alpha.52

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.
@@ -102,7 +102,7 @@ export type ExternalWalletProviderConfigBase = {
102
102
  error?: string;
103
103
  }) => void;
104
104
  para: ParaWeb;
105
- walletsWithFullAuth: TExternalWallet[];
105
+ walletsWithFullAuth: TExternalWallet[] | 'ALL';
106
106
  includeWalletVerification?: boolean;
107
107
  connectionOnly?: boolean;
108
108
  connectedWallet?: Omit<Wallet, 'signer'> | null;
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@getpara/react-common",
3
- "version": "2.0.0-alpha.50",
3
+ "version": "2.0.0-alpha.52",
4
4
  "dependencies": {
5
- "@getpara/react-components": "2.0.0-alpha.50",
6
- "@getpara/web-sdk": "2.0.0-alpha.50",
5
+ "@getpara/react-components": "2.0.0-alpha.52",
6
+ "@getpara/web-sdk": "2.0.0-alpha.52",
7
7
  "@moonpay/moonpay-react": "^1.8.3",
8
8
  "@ramp-network/ramp-instant-sdk": "^4.0.5",
9
9
  "libphonenumber-js": "^1.11.7",
@@ -40,5 +40,5 @@
40
40
  ],
41
41
  "type": "module",
42
42
  "types": "dist/index.d.ts",
43
- "gitHead": "688b92a7ca207593a4a3be09cb5cc580092614fc"
43
+ "gitHead": "a63dba8c230e9ff2d73b275d3e40091b93aecf1c"
44
44
  }