wagmi-extended 2.3.1 → 2.3.2

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -84,7 +84,7 @@ The `useContractWriteX` hook wraps Wagmi’s `useWriteContract` with extra featu
84
84
 
85
85
  - **Receipt waiting**: always waits for the transaction receipt before resolving.
86
86
  - **Logging control**: disable console logging if you wish.
87
- - **Query invalidation**: automatically invalidates queries after receipt, either by explicit keys or by predicate.
87
+ - **Query invalidation**: automatically invalidates queries after receipt, either by explicit keys or by predicate. Invalidation by predicate is first executed.
88
88
 
89
89
  #### Original `writeContractAsync`
90
90
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wagmi-extended",
3
- "version": "2.3.1",
3
+ "version": "2.3.2",
4
4
  "type": "module",
5
5
  "description": "A library providing extended hooks on top of Wagmi with additional hooks and features.",
6
6
  "main": "dist/index.cjs.js",