@getpara/evm-wallet-connectors 2.0.0-alpha.50 → 2.0.0-alpha.51

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.
@@ -450,7 +450,7 @@ function EvmExternalWalletProvider({
450
450
  }).filter(Boolean);
451
451
  const getConnectorInfo = (connector) => {
452
452
  const paraDetails = connector.paraDetails;
453
- const withFullParaAuth = walletsWithFullAuth == null ? void 0 : walletsWithFullAuth.includes(paraDetails == null ? void 0 : paraDetails.internalId);
453
+ const withFullParaAuth = walletsWithFullAuth === "ALL" || (walletsWithFullAuth == null ? void 0 : walletsWithFullAuth.includes(paraDetails == null ? void 0 : paraDetails.internalId));
454
454
  return {
455
455
  type: "EVM",
456
456
  providerId: connector.name,
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@getpara/evm-wallet-connectors",
3
- "version": "2.0.0-alpha.50",
3
+ "version": "2.0.0-alpha.51",
4
4
  "dependencies": {
5
5
  "@coinbase/wallet-sdk": "4.3.0",
6
- "@getpara/wagmi-v2-connector": "2.0.0-alpha.50",
7
- "@getpara/web-sdk": "2.0.0-alpha.50",
6
+ "@getpara/wagmi-v2-connector": "2.0.0-alpha.51",
7
+ "@getpara/web-sdk": "2.0.0-alpha.51",
8
8
  "zustand": "^4.5.2",
9
9
  "zustand-sync-tabs": "^0.2.2"
10
10
  },
11
11
  "devDependencies": {
12
- "@getpara/react-common": "2.0.0-alpha.50",
12
+ "@getpara/react-common": "2.0.0-alpha.51",
13
13
  "@tanstack/react-query": "^5.74.0",
14
14
  "@types/react": "^18.0.31",
15
15
  "@types/react-dom": "^18.2.7",
@@ -25,7 +25,7 @@
25
25
  "dist",
26
26
  "package.json"
27
27
  ],
28
- "gitHead": "688b92a7ca207593a4a3be09cb5cc580092614fc",
28
+ "gitHead": "f5b6354bac51de2e6988af340d7490dbdb62bc88",
29
29
  "main": "dist/index.js",
30
30
  "peerDependencies": {
31
31
  "@farcaster/miniapp-wagmi-connector": "^1.0.0",