@trpc/react-query 11.0.0-next-beta.274 → 11.0.0-next-beta.281
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/package.json +6 -6
- package/dist/bundle-analysis.json +0 -240
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trpc/react-query",
|
|
3
|
-
"version": "11.0.0-next-beta.
|
|
3
|
+
"version": "11.0.0-next-beta.281+66d7db60e",
|
|
4
4
|
"description": "The tRPC React library",
|
|
5
5
|
"author": "KATT",
|
|
6
6
|
"license": "MIT",
|
|
@@ -58,15 +58,15 @@
|
|
|
58
58
|
},
|
|
59
59
|
"peerDependencies": {
|
|
60
60
|
"@tanstack/react-query": "^5.0.0",
|
|
61
|
-
"@trpc/client": "11.0.0-next-beta.
|
|
62
|
-
"@trpc/server": "11.0.0-next-beta.
|
|
61
|
+
"@trpc/client": "11.0.0-next-beta.281+66d7db60e",
|
|
62
|
+
"@trpc/server": "11.0.0-next-beta.281+66d7db60e",
|
|
63
63
|
"react": ">=18.2.0",
|
|
64
64
|
"react-dom": ">=18.2.0"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
67
|
"@tanstack/react-query": "^5.0.0",
|
|
68
|
-
"@trpc/client": "11.0.0-next-beta.
|
|
69
|
-
"@trpc/server": "11.0.0-next-beta.
|
|
68
|
+
"@trpc/client": "11.0.0-next-beta.281+66d7db60e",
|
|
69
|
+
"@trpc/server": "11.0.0-next-beta.281+66d7db60e",
|
|
70
70
|
"@types/express": "^4.17.17",
|
|
71
71
|
"@types/node": "^20.10.0",
|
|
72
72
|
"@types/react": "^18.2.33",
|
|
@@ -85,5 +85,5 @@
|
|
|
85
85
|
"funding": [
|
|
86
86
|
"https://trpc.io/sponsor"
|
|
87
87
|
],
|
|
88
|
-
"gitHead": "
|
|
88
|
+
"gitHead": "66d7db60e59b7c758709175a53765c9db0563dc0"
|
|
89
89
|
}
|
|
@@ -1,240 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"bundleSize": 27242,
|
|
3
|
-
"bundleOrigSize": 60201,
|
|
4
|
-
"bundleReduction": 54.75,
|
|
5
|
-
"modules": [
|
|
6
|
-
{
|
|
7
|
-
"id": "/src/shared/hooks/createHooksInternal.tsx",
|
|
8
|
-
"size": 12372,
|
|
9
|
-
"origSize": 14404,
|
|
10
|
-
"renderedExports": [
|
|
11
|
-
"createRootHooks"
|
|
12
|
-
],
|
|
13
|
-
"removedExports": [],
|
|
14
|
-
"dependents": [
|
|
15
|
-
"/src/createTRPCReact.tsx"
|
|
16
|
-
],
|
|
17
|
-
"percent": 45.42,
|
|
18
|
-
"reduction": 14.11
|
|
19
|
-
},
|
|
20
|
-
{
|
|
21
|
-
"id": "/src/server/ssgProxy.ts",
|
|
22
|
-
"size": 3673,
|
|
23
|
-
"origSize": 7403,
|
|
24
|
-
"renderedExports": [
|
|
25
|
-
"createServerSideHelpers"
|
|
26
|
-
],
|
|
27
|
-
"removedExports": [],
|
|
28
|
-
"dependents": [
|
|
29
|
-
"/src/server/index.ts"
|
|
30
|
-
],
|
|
31
|
-
"percent": 13.48,
|
|
32
|
-
"reduction": 50.38
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
"id": "/src/utils/createUtilityFunctions.ts",
|
|
36
|
-
"size": 3334,
|
|
37
|
-
"origSize": 3725,
|
|
38
|
-
"renderedExports": [
|
|
39
|
-
"createUtilityFunctions"
|
|
40
|
-
],
|
|
41
|
-
"removedExports": [],
|
|
42
|
-
"dependents": [
|
|
43
|
-
"/src/createTRPCQueryUtils.tsx",
|
|
44
|
-
"/src/shared/hooks/createHooksInternal.tsx"
|
|
45
|
-
],
|
|
46
|
-
"percent": 12.24,
|
|
47
|
-
"reduction": 10.5
|
|
48
|
-
},
|
|
49
|
-
{
|
|
50
|
-
"id": "/src/shared/proxy/utilsProxy.ts",
|
|
51
|
-
"size": 2745,
|
|
52
|
-
"origSize": 10534,
|
|
53
|
-
"renderedExports": [
|
|
54
|
-
"getQueryType",
|
|
55
|
-
"createReactQueryUtils",
|
|
56
|
-
"createQueryUtilsProxy"
|
|
57
|
-
],
|
|
58
|
-
"removedExports": [],
|
|
59
|
-
"dependents": [
|
|
60
|
-
"/src/shared/index.ts"
|
|
61
|
-
],
|
|
62
|
-
"percent": 10.08,
|
|
63
|
-
"reduction": 73.94
|
|
64
|
-
},
|
|
65
|
-
{
|
|
66
|
-
"id": "/src/internals/getQueryKey.ts",
|
|
67
|
-
"size": 1894,
|
|
68
|
-
"origSize": 3254,
|
|
69
|
-
"renderedExports": [
|
|
70
|
-
"getQueryKeyInternal",
|
|
71
|
-
"getQueryKey"
|
|
72
|
-
],
|
|
73
|
-
"removedExports": [],
|
|
74
|
-
"dependents": [
|
|
75
|
-
"/src/index.ts",
|
|
76
|
-
"/src/server/ssgProxy.ts",
|
|
77
|
-
"/src/shared/proxy/utilsProxy.ts",
|
|
78
|
-
"/src/shared/proxy/useQueriesProxy.ts",
|
|
79
|
-
"/src/shared/hooks/createHooksInternal.tsx"
|
|
80
|
-
],
|
|
81
|
-
"percent": 6.95,
|
|
82
|
-
"reduction": 41.79
|
|
83
|
-
},
|
|
84
|
-
{
|
|
85
|
-
"id": "/src/createTRPCReact.tsx",
|
|
86
|
-
"size": 850,
|
|
87
|
-
"origSize": 7749,
|
|
88
|
-
"renderedExports": [
|
|
89
|
-
"createHooksInternal",
|
|
90
|
-
"createTRPCReact"
|
|
91
|
-
],
|
|
92
|
-
"removedExports": [],
|
|
93
|
-
"dependents": [
|
|
94
|
-
"/src/index.ts"
|
|
95
|
-
],
|
|
96
|
-
"percent": 3.12,
|
|
97
|
-
"reduction": 89.03
|
|
98
|
-
},
|
|
99
|
-
{
|
|
100
|
-
"id": "/src/shared/proxy/decorationProxy.ts",
|
|
101
|
-
"size": 806,
|
|
102
|
-
"origSize": 1049,
|
|
103
|
-
"renderedExports": [
|
|
104
|
-
"createReactDecoration"
|
|
105
|
-
],
|
|
106
|
-
"removedExports": [],
|
|
107
|
-
"dependents": [
|
|
108
|
-
"/src/shared/index.ts"
|
|
109
|
-
],
|
|
110
|
-
"percent": 2.96,
|
|
111
|
-
"reduction": 23.16
|
|
112
|
-
},
|
|
113
|
-
{
|
|
114
|
-
"id": "/src/shared/proxy/useQueriesProxy.ts",
|
|
115
|
-
"size": 569,
|
|
116
|
-
"origSize": 3167,
|
|
117
|
-
"renderedExports": [
|
|
118
|
-
"createUseQueries"
|
|
119
|
-
],
|
|
120
|
-
"removedExports": [],
|
|
121
|
-
"dependents": [
|
|
122
|
-
"/src/shared/index.ts",
|
|
123
|
-
"/src/shared/hooks/createHooksInternal.tsx"
|
|
124
|
-
],
|
|
125
|
-
"percent": 2.09,
|
|
126
|
-
"reduction": 82.03
|
|
127
|
-
},
|
|
128
|
-
{
|
|
129
|
-
"id": "/src/internals/getClientArgs.ts",
|
|
130
|
-
"size": 332,
|
|
131
|
-
"origSize": 402,
|
|
132
|
-
"renderedExports": [
|
|
133
|
-
"getClientArgs"
|
|
134
|
-
],
|
|
135
|
-
"removedExports": [],
|
|
136
|
-
"dependents": [
|
|
137
|
-
"/src/shared/index.ts",
|
|
138
|
-
"/src/shared/hooks/createHooksInternal.tsx",
|
|
139
|
-
"/src/utils/createUtilityFunctions.ts"
|
|
140
|
-
],
|
|
141
|
-
"percent": 1.22,
|
|
142
|
-
"reduction": 17.41
|
|
143
|
-
},
|
|
144
|
-
{
|
|
145
|
-
"id": "/src/internals/useHookResult.ts",
|
|
146
|
-
"size": 222,
|
|
147
|
-
"origSize": 348,
|
|
148
|
-
"renderedExports": [
|
|
149
|
-
"useHookResult"
|
|
150
|
-
],
|
|
151
|
-
"removedExports": [],
|
|
152
|
-
"dependents": [
|
|
153
|
-
"/src/shared/hooks/createHooksInternal.tsx"
|
|
154
|
-
],
|
|
155
|
-
"percent": 0.81,
|
|
156
|
-
"reduction": 36.21
|
|
157
|
-
},
|
|
158
|
-
{
|
|
159
|
-
"id": "/src/createTRPCQueryUtils.tsx",
|
|
160
|
-
"size": 162,
|
|
161
|
-
"origSize": 485,
|
|
162
|
-
"renderedExports": [
|
|
163
|
-
"createTRPCQueryUtils"
|
|
164
|
-
],
|
|
165
|
-
"removedExports": [],
|
|
166
|
-
"dependents": [
|
|
167
|
-
"/src/index.ts"
|
|
168
|
-
],
|
|
169
|
-
"percent": 0.59,
|
|
170
|
-
"reduction": 66.6
|
|
171
|
-
},
|
|
172
|
-
{
|
|
173
|
-
"id": "/src/internals/context.tsx",
|
|
174
|
-
"size": 154,
|
|
175
|
-
"origSize": 6094,
|
|
176
|
-
"renderedExports": [
|
|
177
|
-
"contextProps",
|
|
178
|
-
"TRPCContext"
|
|
179
|
-
],
|
|
180
|
-
"removedExports": [],
|
|
181
|
-
"dependents": [
|
|
182
|
-
"/src/shared/index.ts",
|
|
183
|
-
"/src/shared/index.ts",
|
|
184
|
-
"/src/shared/proxy/utilsProxy.ts",
|
|
185
|
-
"/src/shared/hooks/createHooksInternal.tsx"
|
|
186
|
-
],
|
|
187
|
-
"percent": 0.57,
|
|
188
|
-
"reduction": 97.47
|
|
189
|
-
},
|
|
190
|
-
{
|
|
191
|
-
"id": "/src/shared/queryClient.ts",
|
|
192
|
-
"size": 129,
|
|
193
|
-
"origSize": 514,
|
|
194
|
-
"renderedExports": [
|
|
195
|
-
"getQueryClient"
|
|
196
|
-
],
|
|
197
|
-
"removedExports": [],
|
|
198
|
-
"dependents": [
|
|
199
|
-
"/src/shared/index.ts"
|
|
200
|
-
],
|
|
201
|
-
"percent": 0.47,
|
|
202
|
-
"reduction": 74.9
|
|
203
|
-
},
|
|
204
|
-
{
|
|
205
|
-
"id": "/src/index.ts",
|
|
206
|
-
"size": 0,
|
|
207
|
-
"origSize": 313,
|
|
208
|
-
"renderedExports": [],
|
|
209
|
-
"removedExports": [],
|
|
210
|
-
"dependents": [],
|
|
211
|
-
"percent": 0,
|
|
212
|
-
"reduction": 100
|
|
213
|
-
},
|
|
214
|
-
{
|
|
215
|
-
"id": "/src/server/index.ts",
|
|
216
|
-
"size": 0,
|
|
217
|
-
"origSize": 54,
|
|
218
|
-
"renderedExports": [],
|
|
219
|
-
"removedExports": [],
|
|
220
|
-
"dependents": [],
|
|
221
|
-
"percent": 0,
|
|
222
|
-
"reduction": 100
|
|
223
|
-
},
|
|
224
|
-
{
|
|
225
|
-
"id": "/src/shared/index.ts",
|
|
226
|
-
"size": 0,
|
|
227
|
-
"origSize": 706,
|
|
228
|
-
"renderedExports": [],
|
|
229
|
-
"removedExports": [],
|
|
230
|
-
"dependents": [
|
|
231
|
-
"/src/createTRPCReact.tsx",
|
|
232
|
-
"/src/createTRPCQueryUtils.tsx",
|
|
233
|
-
"/src/server/ssgProxy.ts"
|
|
234
|
-
],
|
|
235
|
-
"percent": 0,
|
|
236
|
-
"reduction": 100
|
|
237
|
-
}
|
|
238
|
-
],
|
|
239
|
-
"moduleCount": 16
|
|
240
|
-
}
|