@wagmi/connectors 8.0.18 → 8.0.20

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.
@@ -1,2 +1,2 @@
1
- export const version = '8.0.18';
1
+ export const version = '8.0.20';
2
2
  //# sourceMappingURL=version.js.map
@@ -1,2 +1,2 @@
1
- export declare const version = "8.0.18";
1
+ export declare const version = "8.0.20";
2
2
  //# sourceMappingURL=version.d.ts.map
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@wagmi/connectors",
3
3
  "description": "Collection of connectors for Wagmi",
4
- "version": "8.0.18",
4
+ "version": "8.0.20",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",
@@ -105,7 +105,7 @@
105
105
  "porto": "~0.2.35",
106
106
  "typescript": ">=5.9.3",
107
107
  "viem": "2.x",
108
- "@wagmi/core": "3.5.3"
108
+ "@wagmi/core": "3.5.5"
109
109
  },
110
110
  "peerDependenciesMeta": {
111
111
  "@base-org/account": {
@@ -0,0 +1 @@
1
+ export { type BaseAccountParameters, baseAccount } from '../baseAccount.js'
@@ -0,0 +1 @@
1
+ export { type CoinbaseWalletParameters, coinbaseWallet } from '../coinbaseWallet.js'
@@ -0,0 +1 @@
1
+ export { type InjectedParameters, injected } from '@wagmi/core'
@@ -0,0 +1 @@
1
+ export { type MetaMaskParameters, metaMask } from '../metaMask.js'
@@ -0,0 +1 @@
1
+ export { type MockParameters, mock } from '@wagmi/core'
@@ -0,0 +1 @@
1
+ export { type PortoParameters, porto } from '../porto.js'
@@ -0,0 +1 @@
1
+ export { type SafeParameters, safe } from '../safe.js'
@@ -0,0 +1 @@
1
+ export { type TempoWalletParameters, tempoWallet } from '@wagmi/core/tempo'
@@ -0,0 +1 @@
1
+ export { type WalletConnectParameters, walletConnect } from '../walletConnect.js'
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const version = '8.0.18'
1
+ export const version = '8.0.20'