@tanstack/solid-query 5.91.0 → 5.91.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.
@@ -23,6 +23,7 @@ import { DistributiveOmit } from '@tanstack/query-core';
23
23
  import { Enabled } from '@tanstack/query-core';
24
24
  import { EnsureInfiniteQueryDataOptions } from '@tanstack/query-core';
25
25
  import { EnsureQueryDataOptions } from '@tanstack/query-core';
26
+ import { environmentManager } from '@tanstack/query-core';
26
27
  import { experimental_streamedQuery } from '@tanstack/query-core';
27
28
  import { FetchInfiniteQueryOptions } from '@tanstack/query-core';
28
29
  import { FetchNextPageOptions } from '@tanstack/query-core';
@@ -243,6 +244,8 @@ export { EnsureInfiniteQueryDataOptions }
243
244
 
244
245
  export { EnsureQueryDataOptions }
245
246
 
247
+ export { environmentManager }
248
+
246
249
  export { experimental_streamedQuery }
247
250
 
248
251
  export { FetchInfiniteQueryOptions }
@@ -23,6 +23,7 @@ import { DistributiveOmit } from '@tanstack/query-core';
23
23
  import { Enabled } from '@tanstack/query-core';
24
24
  import { EnsureInfiniteQueryDataOptions } from '@tanstack/query-core';
25
25
  import { EnsureQueryDataOptions } from '@tanstack/query-core';
26
+ import { environmentManager } from '@tanstack/query-core';
26
27
  import { experimental_streamedQuery } from '@tanstack/query-core';
27
28
  import { FetchInfiniteQueryOptions } from '@tanstack/query-core';
28
29
  import { FetchNextPageOptions } from '@tanstack/query-core';
@@ -243,6 +244,8 @@ export { EnsureInfiniteQueryDataOptions }
243
244
 
244
245
  export { EnsureQueryDataOptions }
245
246
 
247
+ export { environmentManager }
248
+
246
249
  export { experimental_streamedQuery }
247
250
 
248
251
  export { FetchInfiniteQueryOptions }
package/build/dev.d.cts CHANGED
@@ -62,6 +62,7 @@ export { createQueries } from './_tsup-dts-rollup.cjs';
62
62
  export { useIsRestoring } from './_tsup-dts-rollup.cjs';
63
63
  export { IsRestoringProvider } from './_tsup-dts-rollup.cjs';
64
64
  export { focusManager } from './_tsup-dts-rollup.cjs';
65
+ export { environmentManager } from './_tsup-dts-rollup.cjs';
65
66
  export { defaultShouldDehydrateMutation } from './_tsup-dts-rollup.cjs';
66
67
  export { defaultShouldDehydrateQuery } from './_tsup-dts-rollup.cjs';
67
68
  export { dehydrate } from './_tsup-dts-rollup.cjs';
package/build/dev.d.ts CHANGED
@@ -62,6 +62,7 @@ export { createQueries } from './_tsup-dts-rollup.js';
62
62
  export { useIsRestoring } from './_tsup-dts-rollup.js';
63
63
  export { IsRestoringProvider } from './_tsup-dts-rollup.js';
64
64
  export { focusManager } from './_tsup-dts-rollup.js';
65
+ export { environmentManager } from './_tsup-dts-rollup.js';
65
66
  export { defaultShouldDehydrateMutation } from './_tsup-dts-rollup.js';
66
67
  export { defaultShouldDehydrateQuery } from './_tsup-dts-rollup.js';
67
68
  export { dehydrate } from './_tsup-dts-rollup.js';
package/build/index.d.cts CHANGED
@@ -62,6 +62,7 @@ export { createQueries } from './_tsup-dts-rollup.cjs';
62
62
  export { useIsRestoring } from './_tsup-dts-rollup.cjs';
63
63
  export { IsRestoringProvider } from './_tsup-dts-rollup.cjs';
64
64
  export { focusManager } from './_tsup-dts-rollup.cjs';
65
+ export { environmentManager } from './_tsup-dts-rollup.cjs';
65
66
  export { defaultShouldDehydrateMutation } from './_tsup-dts-rollup.cjs';
66
67
  export { defaultShouldDehydrateQuery } from './_tsup-dts-rollup.cjs';
67
68
  export { dehydrate } from './_tsup-dts-rollup.cjs';
package/build/index.d.ts CHANGED
@@ -62,6 +62,7 @@ export { createQueries } from './_tsup-dts-rollup.js';
62
62
  export { useIsRestoring } from './_tsup-dts-rollup.js';
63
63
  export { IsRestoringProvider } from './_tsup-dts-rollup.js';
64
64
  export { focusManager } from './_tsup-dts-rollup.js';
65
+ export { environmentManager } from './_tsup-dts-rollup.js';
65
66
  export { defaultShouldDehydrateMutation } from './_tsup-dts-rollup.js';
66
67
  export { defaultShouldDehydrateQuery } from './_tsup-dts-rollup.js';
67
68
  export { dehydrate } from './_tsup-dts-rollup.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tanstack/solid-query",
3
- "version": "5.91.0",
3
+ "version": "5.91.1",
4
4
  "description": "Primitives for managing, caching and syncing asynchronous and remote data in Solid",
5
5
  "author": "tannerlinsley",
6
6
  "license": "MIT",
@@ -46,7 +46,7 @@
46
46
  "!src/__tests__"
47
47
  ],
48
48
  "dependencies": {
49
- "@tanstack/query-core": "5.90.20"
49
+ "@tanstack/query-core": "5.91.0"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@solidjs/testing-library": "^0.8.10",