wagmi 3.6.19 → 3.6.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 = '3.6.19';
1
+ export const version = '3.6.20';
2
2
  //# sourceMappingURL=version.js.map
@@ -1,2 +1,2 @@
1
- export declare const version = "3.6.19";
1
+ export declare const version = "3.6.20";
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.19",
4
+ "version": "3.6.20",
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.18",
159
- "@wagmi/core": "3.5.3"
158
+ "@wagmi/connectors": "8.0.19",
159
+ "@wagmi/core": "3.5.4"
160
160
  },
161
161
  "contributors": [
162
162
  "awkweb.eth <t@wevm.dev>",
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const version = '3.6.19'
1
+ export const version = '3.6.20'