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