@tanstack/solid-query 5.101.4 → 5.102.1

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.
package/README.md CHANGED
@@ -1,6 +1,20 @@
1
1
  <img src="https://static.scarf.sh/a.png?x-pxid=be2d8a11-9712-4c1d-9963-580b2d4fb133" />
2
2
 
3
- ![TanStack Query Header](https://github.com/TanStack/query/raw/main/media/repo-header.png)
3
+ <picture>
4
+ <source
5
+ media="(prefers-color-scheme: dark)"
6
+ srcset="https://tanstack.com/api/readme/query.png?framework=solid&theme=dark"
7
+ />
8
+ <source
9
+ media="(prefers-color-scheme: light)"
10
+ srcset="https://tanstack.com/api/readme/query.png?framework=solid"
11
+ />
12
+ <img
13
+ src="https://tanstack.com/api/readme/query.png?framework=solid"
14
+ alt="TanStack Solid Query"
15
+ width="900"
16
+ />
17
+ </picture>
4
18
 
5
19
  Hooks for fetching, caching and updating asynchronous data in Solid
6
20