@tanstack/query-core 4.0.10 → 4.0.11-beta.4

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 (100) hide show
  1. package/build/{types/packages/query-core/src → lib}/focusManager.d.ts +0 -0
  2. package/build/{types/packages/query-core/src → lib}/hydration.d.ts +0 -0
  3. package/build/{types/packages/query-core/src → lib}/index.d.ts +2 -2
  4. package/build/lib/index.js +3115 -0
  5. package/build/lib/index.js.map +1 -0
  6. package/build/{esm/index.js → lib/index.mjs} +22 -7
  7. package/build/lib/index.mjs.map +1 -0
  8. package/build/{types/packages/query-core/src → lib}/infiniteQueryBehavior.d.ts +0 -0
  9. package/build/{types/packages/query-core/src → lib}/infiniteQueryObserver.d.ts +0 -0
  10. package/build/{types/packages/query-core/src → lib}/logger.d.ts +0 -0
  11. package/build/{types/packages/query-core/src → lib}/logger.native.d.ts +0 -0
  12. package/build/{types/packages/query-core/src → lib}/mutation.d.ts +0 -0
  13. package/build/{types/packages/query-core/src → lib}/mutationCache.d.ts +6 -1
  14. package/build/{types/packages/query-core/src → lib}/mutationObserver.d.ts +0 -0
  15. package/build/{types/packages/query-core/src → lib}/notifyManager.d.ts +0 -0
  16. package/build/{types/packages/query-core/src → lib}/onlineManager.d.ts +0 -0
  17. package/build/{types/packages/query-core/src → lib}/queriesObserver.d.ts +0 -0
  18. package/build/{types/packages/query-core/src → lib}/query.d.ts +0 -0
  19. package/build/{types/packages/query-core/src → lib}/queryCache.d.ts +6 -1
  20. package/build/{types/packages/query-core/src → lib}/queryClient.d.ts +0 -0
  21. package/build/{types/packages/query-core/src → lib}/queryObserver.d.ts +0 -0
  22. package/build/{types/packages/query-core/src → lib}/removable.d.ts +0 -0
  23. package/build/{types/packages/query-core/src → lib}/retryer.d.ts +0 -0
  24. package/build/{types/packages/query-core/src → lib}/subscribable.d.ts +0 -0
  25. package/build/{types/packages/query-core/src → lib}/types.d.ts +10 -8
  26. package/build/{types/packages/query-core/src → lib}/utils.d.ts +0 -0
  27. package/build/umd/index.development.js +21 -6
  28. package/build/umd/index.development.js.map +1 -1
  29. package/build/umd/index.production.js +1 -1
  30. package/build/umd/index.production.js.map +1 -1
  31. package/package.json +16 -8
  32. package/src/index.ts +2 -2
  33. package/src/mutationCache.ts +7 -0
  34. package/src/mutationObserver.ts +9 -0
  35. package/src/queryCache.ts +7 -0
  36. package/src/queryClient.ts +10 -14
  37. package/src/queryObserver.ts +8 -0
  38. package/src/tests/queryClient.test.tsx +33 -0
  39. package/src/tests/queryObserver.test.tsx +19 -0
  40. package/src/types.ts +15 -9
  41. package/src/utils.ts +2 -0
  42. package/build/cjs/focusManager.js +0 -101
  43. package/build/cjs/focusManager.js.map +0 -1
  44. package/build/cjs/hydration.js +0 -112
  45. package/build/cjs/hydration.js.map +0 -1
  46. package/build/cjs/index.js +0 -51
  47. package/build/cjs/index.js.map +0 -1
  48. package/build/cjs/infiniteQueryBehavior.js +0 -160
  49. package/build/cjs/infiniteQueryBehavior.js.map +0 -1
  50. package/build/cjs/infiniteQueryObserver.js +0 -92
  51. package/build/cjs/infiniteQueryObserver.js.map +0 -1
  52. package/build/cjs/logger.js +0 -18
  53. package/build/cjs/logger.js.map +0 -1
  54. package/build/cjs/mutation.js +0 -258
  55. package/build/cjs/mutation.js.map +0 -1
  56. package/build/cjs/mutationCache.js +0 -99
  57. package/build/cjs/mutationCache.js.map +0 -1
  58. package/build/cjs/mutationObserver.js +0 -130
  59. package/build/cjs/mutationObserver.js.map +0 -1
  60. package/build/cjs/notifyManager.js +0 -114
  61. package/build/cjs/notifyManager.js.map +0 -1
  62. package/build/cjs/onlineManager.js +0 -100
  63. package/build/cjs/onlineManager.js.map +0 -1
  64. package/build/cjs/queriesObserver.js +0 -170
  65. package/build/cjs/queriesObserver.js.map +0 -1
  66. package/build/cjs/query.js +0 -474
  67. package/build/cjs/query.js.map +0 -1
  68. package/build/cjs/queryCache.js +0 -140
  69. package/build/cjs/queryCache.js.map +0 -1
  70. package/build/cjs/queryClient.js +0 -357
  71. package/build/cjs/queryClient.js.map +0 -1
  72. package/build/cjs/queryObserver.js +0 -521
  73. package/build/cjs/queryObserver.js.map +0 -1
  74. package/build/cjs/removable.js +0 -47
  75. package/build/cjs/removable.js.map +0 -1
  76. package/build/cjs/retryer.js +0 -177
  77. package/build/cjs/retryer.js.map +0 -1
  78. package/build/cjs/subscribable.js +0 -43
  79. package/build/cjs/subscribable.js.map +0 -1
  80. package/build/cjs/utils.js +0 -356
  81. package/build/cjs/utils.js.map +0 -1
  82. package/build/esm/index.js.map +0 -1
  83. package/build/stats-html.html +0 -2689
  84. package/build/stats.json +0 -805
  85. package/build/types/packages/query-core/src/tests/focusManager.test.d.ts +0 -1
  86. package/build/types/packages/query-core/src/tests/hydration.test.d.ts +0 -1
  87. package/build/types/packages/query-core/src/tests/infiniteQueryBehavior.test.d.ts +0 -1
  88. package/build/types/packages/query-core/src/tests/infiniteQueryObserver.test.d.ts +0 -1
  89. package/build/types/packages/query-core/src/tests/mutationCache.test.d.ts +0 -1
  90. package/build/types/packages/query-core/src/tests/mutationObserver.test.d.ts +0 -1
  91. package/build/types/packages/query-core/src/tests/mutations.test.d.ts +0 -1
  92. package/build/types/packages/query-core/src/tests/notifyManager.test.d.ts +0 -1
  93. package/build/types/packages/query-core/src/tests/onlineManager.test.d.ts +0 -1
  94. package/build/types/packages/query-core/src/tests/queriesObserver.test.d.ts +0 -1
  95. package/build/types/packages/query-core/src/tests/query.test.d.ts +0 -1
  96. package/build/types/packages/query-core/src/tests/queryCache.test.d.ts +0 -1
  97. package/build/types/packages/query-core/src/tests/queryClient.test.d.ts +0 -1
  98. package/build/types/packages/query-core/src/tests/queryObserver.test.d.ts +0 -1
  99. package/build/types/packages/query-core/src/tests/utils.test.d.ts +0 -1
  100. package/build/types/tests/utils.d.ts +0 -24
package/build/stats.json DELETED
@@ -1,805 +0,0 @@
1
- {
2
- "version": 2,
3
- "tree": {
4
- "name": "root",
5
- "children": [
6
- {
7
- "name": "index.production.js",
8
- "children": [
9
- {
10
- "name": "packages/query-core/src",
11
- "children": [
12
- {
13
- "uid": "f80b-42",
14
- "name": "subscribable.ts"
15
- },
16
- {
17
- "uid": "f80b-44",
18
- "name": "utils.ts"
19
- },
20
- {
21
- "uid": "f80b-46",
22
- "name": "focusManager.ts"
23
- },
24
- {
25
- "uid": "f80b-48",
26
- "name": "onlineManager.ts"
27
- },
28
- {
29
- "uid": "f80b-50",
30
- "name": "retryer.ts"
31
- },
32
- {
33
- "uid": "f80b-52",
34
- "name": "logger.ts"
35
- },
36
- {
37
- "uid": "f80b-54",
38
- "name": "notifyManager.ts"
39
- },
40
- {
41
- "uid": "f80b-56",
42
- "name": "removable.ts"
43
- },
44
- {
45
- "uid": "f80b-58",
46
- "name": "query.ts"
47
- },
48
- {
49
- "uid": "f80b-60",
50
- "name": "queryCache.ts"
51
- },
52
- {
53
- "uid": "f80b-62",
54
- "name": "mutation.ts"
55
- },
56
- {
57
- "uid": "f80b-64",
58
- "name": "mutationCache.ts"
59
- },
60
- {
61
- "uid": "f80b-66",
62
- "name": "infiniteQueryBehavior.ts"
63
- },
64
- {
65
- "uid": "f80b-68",
66
- "name": "queryClient.ts"
67
- },
68
- {
69
- "uid": "f80b-70",
70
- "name": "queryObserver.ts"
71
- },
72
- {
73
- "uid": "f80b-72",
74
- "name": "queriesObserver.ts"
75
- },
76
- {
77
- "uid": "f80b-74",
78
- "name": "infiniteQueryObserver.ts"
79
- },
80
- {
81
- "uid": "f80b-76",
82
- "name": "mutationObserver.ts"
83
- },
84
- {
85
- "uid": "f80b-78",
86
- "name": "hydration.ts"
87
- },
88
- {
89
- "uid": "f80b-80",
90
- "name": "index.ts"
91
- }
92
- ]
93
- }
94
- ]
95
- }
96
- ],
97
- "isRoot": true
98
- },
99
- "nodeParts": {
100
- "f80b-42": {
101
- "renderedLength": 505,
102
- "gzipLength": 212,
103
- "brotliLength": 0,
104
- "mainUid": "f80b-41"
105
- },
106
- "f80b-44": {
107
- "renderedLength": 7458,
108
- "gzipLength": 2159,
109
- "brotliLength": 0,
110
- "mainUid": "f80b-43"
111
- },
112
- "f80b-46": {
113
- "renderedLength": 2058,
114
- "gzipLength": 703,
115
- "brotliLength": 0,
116
- "mainUid": "f80b-45"
117
- },
118
- "f80b-48": {
119
- "renderedLength": 1952,
120
- "gzipLength": 627,
121
- "brotliLength": 0,
122
- "mainUid": "f80b-47"
123
- },
124
- "f80b-50": {
125
- "renderedLength": 4232,
126
- "gzipLength": 1198,
127
- "brotliLength": 0,
128
- "mainUid": "f80b-49"
129
- },
130
- "f80b-52": {
131
- "renderedLength": 32,
132
- "gzipLength": 49,
133
- "brotliLength": 0,
134
- "mainUid": "f80b-51"
135
- },
136
- "f80b-54": {
137
- "renderedLength": 1910,
138
- "gzipLength": 628,
139
- "brotliLength": 0,
140
- "mainUid": "f80b-53"
141
- },
142
- "f80b-56": {
143
- "renderedLength": 681,
144
- "gzipLength": 312,
145
- "brotliLength": 0,
146
- "mainUid": "f80b-55"
147
- },
148
- "f80b-58": {
149
- "renderedLength": 12983,
150
- "gzipLength": 3114,
151
- "brotliLength": 0,
152
- "mainUid": "f80b-57"
153
- },
154
- "f80b-60": {
155
- "renderedLength": 2645,
156
- "gzipLength": 753,
157
- "brotliLength": 0,
158
- "mainUid": "f80b-59"
159
- },
160
- "f80b-62": {
161
- "renderedLength": 7266,
162
- "gzipLength": 1603,
163
- "brotliLength": 0,
164
- "mainUid": "f80b-61"
165
- },
166
- "f80b-64": {
167
- "renderedLength": 1889,
168
- "gzipLength": 613,
169
- "brotliLength": 0,
170
- "mainUid": "f80b-63"
171
- },
172
- "f80b-66": {
173
- "renderedLength": 6170,
174
- "gzipLength": 1403,
175
- "brotliLength": 0,
176
- "mainUid": "f80b-65"
177
- },
178
- "f80b-68": {
179
- "renderedLength": 9592,
180
- "gzipLength": 1962,
181
- "brotliLength": 0,
182
- "mainUid": "f80b-67"
183
- },
184
- "f80b-70": {
185
- "renderedLength": 16370,
186
- "gzipLength": 3593,
187
- "brotliLength": 0,
188
- "mainUid": "f80b-69"
189
- },
190
- "f80b-72": {
191
- "renderedLength": 4906,
192
- "gzipLength": 1181,
193
- "brotliLength": 0,
194
- "mainUid": "f80b-71"
195
- },
196
- "f80b-74": {
197
- "renderedLength": 2330,
198
- "gzipLength": 624,
199
- "brotliLength": 0,
200
- "mainUid": "f80b-73"
201
- },
202
- "f80b-76": {
203
- "renderedLength": 3781,
204
- "gzipLength": 941,
205
- "brotliLength": 0,
206
- "mainUid": "f80b-75"
207
- },
208
- "f80b-78": {
209
- "renderedLength": 3177,
210
- "gzipLength": 941,
211
- "brotliLength": 0,
212
- "mainUid": "f80b-77"
213
- },
214
- "f80b-80": {
215
- "renderedLength": 0,
216
- "gzipLength": 0,
217
- "brotliLength": 0,
218
- "mainUid": "f80b-79"
219
- }
220
- },
221
- "nodeMetas": {
222
- "f80b-41": {
223
- "id": "/packages/query-core/src/subscribable.ts",
224
- "moduleParts": {
225
- "index.production.js": "f80b-42"
226
- },
227
- "imported": [],
228
- "importedBy": [
229
- {
230
- "uid": "f80b-59"
231
- },
232
- {
233
- "uid": "f80b-69"
234
- },
235
- {
236
- "uid": "f80b-71"
237
- },
238
- {
239
- "uid": "f80b-63"
240
- },
241
- {
242
- "uid": "f80b-75"
243
- },
244
- {
245
- "uid": "f80b-45"
246
- },
247
- {
248
- "uid": "f80b-47"
249
- }
250
- ]
251
- },
252
- "f80b-43": {
253
- "id": "/packages/query-core/src/utils.ts",
254
- "moduleParts": {
255
- "index.production.js": "f80b-44"
256
- },
257
- "imported": [],
258
- "importedBy": [
259
- {
260
- "uid": "f80b-79"
261
- },
262
- {
263
- "uid": "f80b-49"
264
- },
265
- {
266
- "uid": "f80b-59"
267
- },
268
- {
269
- "uid": "f80b-67"
270
- },
271
- {
272
- "uid": "f80b-69"
273
- },
274
- {
275
- "uid": "f80b-71"
276
- },
277
- {
278
- "uid": "f80b-63"
279
- },
280
- {
281
- "uid": "f80b-53"
282
- },
283
- {
284
- "uid": "f80b-45"
285
- },
286
- {
287
- "uid": "f80b-47"
288
- },
289
- {
290
- "uid": "f80b-57"
291
- },
292
- {
293
- "uid": "f80b-55"
294
- }
295
- ]
296
- },
297
- "f80b-45": {
298
- "id": "/packages/query-core/src/focusManager.ts",
299
- "moduleParts": {
300
- "index.production.js": "f80b-46"
301
- },
302
- "imported": [
303
- {
304
- "uid": "f80b-41"
305
- },
306
- {
307
- "uid": "f80b-43"
308
- }
309
- ],
310
- "importedBy": [
311
- {
312
- "uid": "f80b-79"
313
- },
314
- {
315
- "uid": "f80b-49"
316
- },
317
- {
318
- "uid": "f80b-67"
319
- },
320
- {
321
- "uid": "f80b-69"
322
- }
323
- ]
324
- },
325
- "f80b-47": {
326
- "id": "/packages/query-core/src/onlineManager.ts",
327
- "moduleParts": {
328
- "index.production.js": "f80b-48"
329
- },
330
- "imported": [
331
- {
332
- "uid": "f80b-41"
333
- },
334
- {
335
- "uid": "f80b-43"
336
- }
337
- ],
338
- "importedBy": [
339
- {
340
- "uid": "f80b-79"
341
- },
342
- {
343
- "uid": "f80b-49"
344
- },
345
- {
346
- "uid": "f80b-67"
347
- }
348
- ]
349
- },
350
- "f80b-49": {
351
- "id": "/packages/query-core/src/retryer.ts",
352
- "moduleParts": {
353
- "index.production.js": "f80b-50"
354
- },
355
- "imported": [
356
- {
357
- "uid": "f80b-45"
358
- },
359
- {
360
- "uid": "f80b-47"
361
- },
362
- {
363
- "uid": "f80b-43"
364
- }
365
- ],
366
- "importedBy": [
367
- {
368
- "uid": "f80b-79"
369
- },
370
- {
371
- "uid": "f80b-69"
372
- },
373
- {
374
- "uid": "f80b-57"
375
- },
376
- {
377
- "uid": "f80b-61"
378
- }
379
- ]
380
- },
381
- "f80b-51": {
382
- "id": "/packages/query-core/src/logger.ts",
383
- "moduleParts": {
384
- "index.production.js": "f80b-52"
385
- },
386
- "imported": [],
387
- "importedBy": [
388
- {
389
- "uid": "f80b-67"
390
- },
391
- {
392
- "uid": "f80b-57"
393
- },
394
- {
395
- "uid": "f80b-61"
396
- }
397
- ]
398
- },
399
- "f80b-53": {
400
- "id": "/packages/query-core/src/notifyManager.ts",
401
- "moduleParts": {
402
- "index.production.js": "f80b-54"
403
- },
404
- "imported": [
405
- {
406
- "uid": "f80b-43"
407
- }
408
- ],
409
- "importedBy": [
410
- {
411
- "uid": "f80b-79"
412
- },
413
- {
414
- "uid": "f80b-59"
415
- },
416
- {
417
- "uid": "f80b-67"
418
- },
419
- {
420
- "uid": "f80b-69"
421
- },
422
- {
423
- "uid": "f80b-71"
424
- },
425
- {
426
- "uid": "f80b-63"
427
- },
428
- {
429
- "uid": "f80b-75"
430
- },
431
- {
432
- "uid": "f80b-57"
433
- },
434
- {
435
- "uid": "f80b-61"
436
- }
437
- ]
438
- },
439
- "f80b-55": {
440
- "id": "/packages/query-core/src/removable.ts",
441
- "moduleParts": {
442
- "index.production.js": "f80b-56"
443
- },
444
- "imported": [
445
- {
446
- "uid": "f80b-43"
447
- }
448
- ],
449
- "importedBy": [
450
- {
451
- "uid": "f80b-57"
452
- },
453
- {
454
- "uid": "f80b-61"
455
- }
456
- ]
457
- },
458
- "f80b-57": {
459
- "id": "/packages/query-core/src/query.ts",
460
- "moduleParts": {
461
- "index.production.js": "f80b-58"
462
- },
463
- "imported": [
464
- {
465
- "uid": "f80b-43"
466
- },
467
- {
468
- "uid": "f80b-51"
469
- },
470
- {
471
- "uid": "f80b-53"
472
- },
473
- {
474
- "uid": "f80b-49"
475
- },
476
- {
477
- "uid": "f80b-55"
478
- }
479
- ],
480
- "importedBy": [
481
- {
482
- "uid": "f80b-59"
483
- }
484
- ]
485
- },
486
- "f80b-59": {
487
- "id": "/packages/query-core/src/queryCache.ts",
488
- "moduleParts": {
489
- "index.production.js": "f80b-60"
490
- },
491
- "imported": [
492
- {
493
- "uid": "f80b-43"
494
- },
495
- {
496
- "uid": "f80b-57"
497
- },
498
- {
499
- "uid": "f80b-53"
500
- },
501
- {
502
- "uid": "f80b-41"
503
- }
504
- ],
505
- "importedBy": [
506
- {
507
- "uid": "f80b-79"
508
- },
509
- {
510
- "uid": "f80b-67"
511
- }
512
- ]
513
- },
514
- "f80b-61": {
515
- "id": "/packages/query-core/src/mutation.ts",
516
- "moduleParts": {
517
- "index.production.js": "f80b-62"
518
- },
519
- "imported": [
520
- {
521
- "uid": "f80b-51"
522
- },
523
- {
524
- "uid": "f80b-53"
525
- },
526
- {
527
- "uid": "f80b-55"
528
- },
529
- {
530
- "uid": "f80b-49"
531
- }
532
- ],
533
- "importedBy": [
534
- {
535
- "uid": "f80b-63"
536
- },
537
- {
538
- "uid": "f80b-75"
539
- }
540
- ]
541
- },
542
- "f80b-63": {
543
- "id": "/packages/query-core/src/mutationCache.ts",
544
- "moduleParts": {
545
- "index.production.js": "f80b-64"
546
- },
547
- "imported": [
548
- {
549
- "uid": "f80b-53"
550
- },
551
- {
552
- "uid": "f80b-61"
553
- },
554
- {
555
- "uid": "f80b-43"
556
- },
557
- {
558
- "uid": "f80b-41"
559
- }
560
- ],
561
- "importedBy": [
562
- {
563
- "uid": "f80b-79"
564
- },
565
- {
566
- "uid": "f80b-67"
567
- }
568
- ]
569
- },
570
- "f80b-65": {
571
- "id": "/packages/query-core/src/infiniteQueryBehavior.ts",
572
- "moduleParts": {
573
- "index.production.js": "f80b-66"
574
- },
575
- "imported": [],
576
- "importedBy": [
577
- {
578
- "uid": "f80b-67"
579
- },
580
- {
581
- "uid": "f80b-73"
582
- }
583
- ]
584
- },
585
- "f80b-67": {
586
- "id": "/packages/query-core/src/queryClient.ts",
587
- "moduleParts": {
588
- "index.production.js": "f80b-68"
589
- },
590
- "imported": [
591
- {
592
- "uid": "f80b-43"
593
- },
594
- {
595
- "uid": "f80b-59"
596
- },
597
- {
598
- "uid": "f80b-63"
599
- },
600
- {
601
- "uid": "f80b-45"
602
- },
603
- {
604
- "uid": "f80b-47"
605
- },
606
- {
607
- "uid": "f80b-53"
608
- },
609
- {
610
- "uid": "f80b-65"
611
- },
612
- {
613
- "uid": "f80b-51"
614
- }
615
- ],
616
- "importedBy": [
617
- {
618
- "uid": "f80b-79"
619
- }
620
- ]
621
- },
622
- "f80b-69": {
623
- "id": "/packages/query-core/src/queryObserver.ts",
624
- "moduleParts": {
625
- "index.production.js": "f80b-70"
626
- },
627
- "imported": [
628
- {
629
- "uid": "f80b-43"
630
- },
631
- {
632
- "uid": "f80b-53"
633
- },
634
- {
635
- "uid": "f80b-45"
636
- },
637
- {
638
- "uid": "f80b-41"
639
- },
640
- {
641
- "uid": "f80b-49"
642
- }
643
- ],
644
- "importedBy": [
645
- {
646
- "uid": "f80b-79"
647
- },
648
- {
649
- "uid": "f80b-71"
650
- },
651
- {
652
- "uid": "f80b-73"
653
- }
654
- ]
655
- },
656
- "f80b-71": {
657
- "id": "/packages/query-core/src/queriesObserver.ts",
658
- "moduleParts": {
659
- "index.production.js": "f80b-72"
660
- },
661
- "imported": [
662
- {
663
- "uid": "f80b-43"
664
- },
665
- {
666
- "uid": "f80b-53"
667
- },
668
- {
669
- "uid": "f80b-69"
670
- },
671
- {
672
- "uid": "f80b-41"
673
- }
674
- ],
675
- "importedBy": [
676
- {
677
- "uid": "f80b-79"
678
- }
679
- ]
680
- },
681
- "f80b-73": {
682
- "id": "/packages/query-core/src/infiniteQueryObserver.ts",
683
- "moduleParts": {
684
- "index.production.js": "f80b-74"
685
- },
686
- "imported": [
687
- {
688
- "uid": "f80b-69"
689
- },
690
- {
691
- "uid": "f80b-65"
692
- }
693
- ],
694
- "importedBy": [
695
- {
696
- "uid": "f80b-79"
697
- }
698
- ]
699
- },
700
- "f80b-75": {
701
- "id": "/packages/query-core/src/mutationObserver.ts",
702
- "moduleParts": {
703
- "index.production.js": "f80b-76"
704
- },
705
- "imported": [
706
- {
707
- "uid": "f80b-61"
708
- },
709
- {
710
- "uid": "f80b-53"
711
- },
712
- {
713
- "uid": "f80b-41"
714
- }
715
- ],
716
- "importedBy": [
717
- {
718
- "uid": "f80b-79"
719
- }
720
- ]
721
- },
722
- "f80b-77": {
723
- "id": "/packages/query-core/src/hydration.ts",
724
- "moduleParts": {
725
- "index.production.js": "f80b-78"
726
- },
727
- "imported": [],
728
- "importedBy": [
729
- {
730
- "uid": "f80b-79"
731
- }
732
- ]
733
- },
734
- "f80b-79": {
735
- "id": "/packages/query-core/src/index.ts",
736
- "moduleParts": {
737
- "index.production.js": "f80b-80"
738
- },
739
- "imported": [
740
- {
741
- "uid": "f80b-49"
742
- },
743
- {
744
- "uid": "f80b-59"
745
- },
746
- {
747
- "uid": "f80b-67"
748
- },
749
- {
750
- "uid": "f80b-69"
751
- },
752
- {
753
- "uid": "f80b-71"
754
- },
755
- {
756
- "uid": "f80b-73"
757
- },
758
- {
759
- "uid": "f80b-63"
760
- },
761
- {
762
- "uid": "f80b-75"
763
- },
764
- {
765
- "uid": "f80b-53"
766
- },
767
- {
768
- "uid": "f80b-45"
769
- },
770
- {
771
- "uid": "f80b-47"
772
- },
773
- {
774
- "uid": "f80b-43"
775
- },
776
- {
777
- "uid": "f80b-77"
778
- },
779
- {
780
- "uid": "f80b-81"
781
- }
782
- ],
783
- "importedBy": [],
784
- "isEntry": true
785
- },
786
- "f80b-81": {
787
- "id": "/packages/query-core/src/types.ts",
788
- "moduleParts": {},
789
- "imported": [],
790
- "importedBy": [
791
- {
792
- "uid": "f80b-79"
793
- }
794
- ]
795
- }
796
- },
797
- "env": {
798
- "rollup": "2.76.0"
799
- },
800
- "options": {
801
- "gzip": true,
802
- "brotli": false,
803
- "sourcemap": false
804
- }
805
- }