wagmi 3.6.15 → 3.6.17

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.15';
1
+ export const version = '3.6.17';
2
2
  //# sourceMappingURL=version.js.map
@@ -94,7 +94,7 @@ export declare namespace useSwap {
94
94
  * onClick={() =>
95
95
  * mutate({
96
96
  * token: '0x...',
97
- * value: '1.5',
97
+ * amount: '1.5',
98
98
  * })
99
99
  * }
100
100
  * disabled={isPending}
@@ -1,2 +1,2 @@
1
- export declare const version = "3.6.15";
1
+ export declare const version = "3.6.17";
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.15",
4
+ "version": "3.6.17",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",
@@ -82,7 +82,7 @@
82
82
  "peerDependencies": {
83
83
  "@tanstack/react-query": ">=5.0.0",
84
84
  "react": ">=18",
85
- "typescript": ">=5.7.3",
85
+ "typescript": ">=5.9.3",
86
86
  "viem": "2.x"
87
87
  },
88
88
  "peerDependenciesMeta": {
@@ -92,8 +92,8 @@
92
92
  },
93
93
  "dependencies": {
94
94
  "use-sync-external-store": "1.4.0",
95
- "@wagmi/connectors": "8.0.14",
96
- "@wagmi/core": "3.4.12"
95
+ "@wagmi/connectors": "8.0.16",
96
+ "@wagmi/core": "3.5.1"
97
97
  },
98
98
  "contributors": [
99
99
  "awkweb.eth <t@wevm.dev>",
@@ -168,7 +168,7 @@ export declare namespace useSwap {
168
168
  * onClick={() =>
169
169
  * mutate({
170
170
  * token: '0x...',
171
- * value: '1.5',
171
+ * amount: '1.5',
172
172
  * })
173
173
  * }
174
174
  * disabled={isPending}
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const version = '3.6.15'
1
+ export const version = '3.6.17'