@tanstack/react-query-next-experimental 5.71.1 → 5.71.5
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/build/legacy/index.cjs +3 -3
- package/build/modern/index.cjs +3 -3
- package/package.json +5 -5
package/build/legacy/index.cjs
CHANGED
|
@@ -18,11 +18,11 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
18
18
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
19
|
|
|
20
20
|
// src/index.ts
|
|
21
|
-
var
|
|
22
|
-
__export(
|
|
21
|
+
var index_exports = {};
|
|
22
|
+
__export(index_exports, {
|
|
23
23
|
ReactQueryStreamedHydration: () => import_ReactQueryStreamedHydration.ReactQueryStreamedHydration
|
|
24
24
|
});
|
|
25
|
-
module.exports = __toCommonJS(
|
|
25
|
+
module.exports = __toCommonJS(index_exports);
|
|
26
26
|
var import_ReactQueryStreamedHydration = require("./ReactQueryStreamedHydration.cjs");
|
|
27
27
|
// Annotate the CommonJS export names for ESM import in node:
|
|
28
28
|
0 && (module.exports = {
|
package/build/modern/index.cjs
CHANGED
|
@@ -18,11 +18,11 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
18
18
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
19
|
|
|
20
20
|
// src/index.ts
|
|
21
|
-
var
|
|
22
|
-
__export(
|
|
21
|
+
var index_exports = {};
|
|
22
|
+
__export(index_exports, {
|
|
23
23
|
ReactQueryStreamedHydration: () => import_ReactQueryStreamedHydration.ReactQueryStreamedHydration
|
|
24
24
|
});
|
|
25
|
-
module.exports = __toCommonJS(
|
|
25
|
+
module.exports = __toCommonJS(index_exports);
|
|
26
26
|
var import_ReactQueryStreamedHydration = require("./ReactQueryStreamedHydration.cjs");
|
|
27
27
|
// Annotate the CommonJS export names for ESM import in node:
|
|
28
28
|
0 && (module.exports = {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tanstack/react-query-next-experimental",
|
|
3
|
-
"version": "5.71.
|
|
3
|
+
"version": "5.71.5",
|
|
4
4
|
"description": "Hydration utils for React Query in the NextJs app directory",
|
|
5
5
|
"author": "tannerlinsley",
|
|
6
6
|
"license": "MIT",
|
|
@@ -39,16 +39,16 @@
|
|
|
39
39
|
],
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@types/react": "^19.0.1",
|
|
42
|
-
"@vitejs/plugin-react": "^4.3.
|
|
42
|
+
"@vitejs/plugin-react": "^4.3.4",
|
|
43
43
|
"next": "^14.2.20",
|
|
44
|
-
"npm-run-
|
|
44
|
+
"npm-run-all2": "^5.0.0",
|
|
45
45
|
"react": "^19.0.0",
|
|
46
|
-
"@tanstack/react-query": "5.71.
|
|
46
|
+
"@tanstack/react-query": "5.71.5"
|
|
47
47
|
},
|
|
48
48
|
"peerDependencies": {
|
|
49
49
|
"next": "^13 || ^14 || ^15",
|
|
50
50
|
"react": "^18 || ^19",
|
|
51
|
-
"@tanstack/react-query": "^5.71.
|
|
51
|
+
"@tanstack/react-query": "^5.71.5"
|
|
52
52
|
},
|
|
53
53
|
"scripts": {}
|
|
54
54
|
}
|