@tanstack/solid-query 4.9.0 → 4.10.0

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,3 +1,4 @@
1
+ /* istanbul ignore file */
1
2
  // Re-export core
2
3
  export * from '@tanstack/query-core';
3
4
  // Solid Query
@@ -1 +1,2 @@
1
+ /* istanbul ignore file */
1
2
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tanstack/solid-query",
3
- "version": "4.9.0",
3
+ "version": "4.10.0",
4
4
  "description": "Primitives for managing, caching and syncing asynchronous and remote data in Solid",
5
5
  "author": "tannerlinsley",
6
6
  "license": "MIT",
@@ -37,7 +37,7 @@
37
37
  "jscodeshift": "^0.13.1"
38
38
  },
39
39
  "dependencies": {
40
- "@tanstack/query-core": "4.9.0"
40
+ "@tanstack/query-core": "4.10.0"
41
41
  },
42
42
  "peerDependencies": {
43
43
  "solid-js": "^1.5.4"
package/src/index.ts CHANGED
@@ -1,3 +1,5 @@
1
+ /* istanbul ignore file */
2
+
1
3
  // Re-export core
2
4
  export * from '@tanstack/query-core'
3
5
 
package/src/types.ts CHANGED
@@ -1,3 +1,5 @@
1
+ /* istanbul ignore file */
2
+
1
3
  import type { Context } from 'solid-js'
2
4
  import type {
3
5
  QueryClient,