wagmi 3.6.20 → 3.6.21

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 = '3.6.20';
1
+ export const version = '3.6.21';
2
2
  //# sourceMappingURL=version.js.map
@@ -1,2 +1,2 @@
1
- export declare const version = "3.6.20";
1
+ export declare const version = "3.6.21";
2
2
  //# sourceMappingURL=version.d.ts.map
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "wagmi",
3
3
  "description": "React Hooks for Ethereum",
4
- "version": "3.6.20",
4
+ "version": "3.6.21",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",
@@ -155,8 +155,8 @@
155
155
  },
156
156
  "dependencies": {
157
157
  "use-sync-external-store": "1.4.0",
158
- "@wagmi/connectors": "8.0.19",
159
- "@wagmi/core": "3.5.4"
158
+ "@wagmi/connectors": "8.0.20",
159
+ "@wagmi/core": "3.5.5"
160
160
  },
161
161
  "contributors": [
162
162
  "awkweb.eth <t@wevm.dev>",
@@ -0,0 +1 @@
1
+ export { type BaseAccountParameters, baseAccount } from '@wagmi/connectors/baseAccount'
@@ -0,0 +1 @@
1
+ export { type CoinbaseWalletParameters, coinbaseWallet } from '@wagmi/connectors/coinbaseWallet'
@@ -0,0 +1 @@
1
+ export { type InjectedParameters, injected } from '@wagmi/connectors/injected'
@@ -0,0 +1 @@
1
+ export { type MetaMaskParameters, metaMask } from '@wagmi/connectors/metaMask'
@@ -0,0 +1 @@
1
+ export { type MockParameters, mock } from '@wagmi/connectors/mock'
@@ -0,0 +1 @@
1
+ export { type PortoParameters, porto } from '@wagmi/connectors/porto'
@@ -0,0 +1 @@
1
+ export { type SafeParameters, safe } from '@wagmi/connectors/safe'
@@ -0,0 +1 @@
1
+ export { type TempoWalletParameters, tempoWallet } from '@wagmi/connectors/tempoWallet'
@@ -0,0 +1 @@
1
+ export { type WalletConnectParameters, walletConnect } from '@wagmi/connectors/walletConnect'
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const version = '3.6.20'
1
+ export const version = '3.6.21'