@trpc/react-query 11.0.0-alpha-tmp-opt-peers.203 → 11.0.0-alpha-tmp-export-from-main.209
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/dist/bundle-analysis.json +240 -0
- package/package.json +5 -5
|
@@ -0,0 +1,240 @@
|
|
|
1
|
+
{
|
|
2
|
+
"bundleSize": 26752,
|
|
3
|
+
"bundleOrigSize": 62172,
|
|
4
|
+
"bundleReduction": 56.97,
|
|
5
|
+
"modules": [
|
|
6
|
+
{
|
|
7
|
+
"id": "/src/shared/hooks/createHooksInternal.tsx",
|
|
8
|
+
"size": 12587,
|
|
9
|
+
"origSize": 15372,
|
|
10
|
+
"renderedExports": [
|
|
11
|
+
"createRootHooks"
|
|
12
|
+
],
|
|
13
|
+
"removedExports": [],
|
|
14
|
+
"dependents": [
|
|
15
|
+
"/src/createTRPCReact.tsx"
|
|
16
|
+
],
|
|
17
|
+
"percent": 47.05,
|
|
18
|
+
"reduction": 18.12
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"id": "/src/server/ssgProxy.ts",
|
|
22
|
+
"size": 3635,
|
|
23
|
+
"origSize": 7113,
|
|
24
|
+
"renderedExports": [
|
|
25
|
+
"createServerSideHelpers"
|
|
26
|
+
],
|
|
27
|
+
"removedExports": [],
|
|
28
|
+
"dependents": [
|
|
29
|
+
"/src/server/index.ts"
|
|
30
|
+
],
|
|
31
|
+
"percent": 13.59,
|
|
32
|
+
"reduction": 48.9
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"id": "/src/utils/createUtilityFunctions.ts",
|
|
36
|
+
"size": 3264,
|
|
37
|
+
"origSize": 3695,
|
|
38
|
+
"renderedExports": [
|
|
39
|
+
"createUtilityFunctions"
|
|
40
|
+
],
|
|
41
|
+
"removedExports": [],
|
|
42
|
+
"dependents": [
|
|
43
|
+
"/src/createTRPCQueryUtils.tsx",
|
|
44
|
+
"/src/shared/hooks/createHooksInternal.tsx"
|
|
45
|
+
],
|
|
46
|
+
"percent": 12.2,
|
|
47
|
+
"reduction": 11.66
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"id": "/src/shared/proxy/utilsProxy.ts",
|
|
51
|
+
"size": 2660,
|
|
52
|
+
"origSize": 10430,
|
|
53
|
+
"renderedExports": [
|
|
54
|
+
"getQueryType",
|
|
55
|
+
"createReactQueryUtils",
|
|
56
|
+
"createQueryUtilsProxy"
|
|
57
|
+
],
|
|
58
|
+
"removedExports": [],
|
|
59
|
+
"dependents": [
|
|
60
|
+
"/src/shared/index.ts"
|
|
61
|
+
],
|
|
62
|
+
"percent": 9.94,
|
|
63
|
+
"reduction": 74.5
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"id": "/src/internals/getQueryKey.ts",
|
|
67
|
+
"size": 1550,
|
|
68
|
+
"origSize": 3913,
|
|
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": 5.79,
|
|
82
|
+
"reduction": 60.39
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"id": "/src/createTRPCReact.tsx",
|
|
86
|
+
"size": 826,
|
|
87
|
+
"origSize": 8732,
|
|
88
|
+
"renderedExports": [
|
|
89
|
+
"createHooksInternal",
|
|
90
|
+
"createTRPCReact"
|
|
91
|
+
],
|
|
92
|
+
"removedExports": [],
|
|
93
|
+
"dependents": [
|
|
94
|
+
"/src/index.ts"
|
|
95
|
+
],
|
|
96
|
+
"percent": 3.09,
|
|
97
|
+
"reduction": 90.54
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
"id": "/src/shared/proxy/decorationProxy.ts",
|
|
101
|
+
"size": 787,
|
|
102
|
+
"origSize": 989,
|
|
103
|
+
"renderedExports": [
|
|
104
|
+
"createReactDecoration"
|
|
105
|
+
],
|
|
106
|
+
"removedExports": [],
|
|
107
|
+
"dependents": [
|
|
108
|
+
"/src/shared/index.ts"
|
|
109
|
+
],
|
|
110
|
+
"percent": 2.94,
|
|
111
|
+
"reduction": 20.42
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"id": "/src/shared/proxy/useQueriesProxy.ts",
|
|
115
|
+
"size": 549,
|
|
116
|
+
"origSize": 3113,
|
|
117
|
+
"renderedExports": [
|
|
118
|
+
"createUseQueries"
|
|
119
|
+
],
|
|
120
|
+
"removedExports": [],
|
|
121
|
+
"dependents": [
|
|
122
|
+
"/src/shared/index.ts",
|
|
123
|
+
"/src/shared/hooks/createHooksInternal.tsx"
|
|
124
|
+
],
|
|
125
|
+
"percent": 2.05,
|
|
126
|
+
"reduction": 82.36
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"id": "/src/internals/getClientArgs.ts",
|
|
130
|
+
"size": 265,
|
|
131
|
+
"origSize": 363,
|
|
132
|
+
"renderedExports": [
|
|
133
|
+
"getClientArgs"
|
|
134
|
+
],
|
|
135
|
+
"removedExports": [],
|
|
136
|
+
"dependents": [
|
|
137
|
+
"/src/shared/index.ts",
|
|
138
|
+
"/src/utils/createUtilityFunctions.ts",
|
|
139
|
+
"/src/shared/hooks/createHooksInternal.tsx"
|
|
140
|
+
],
|
|
141
|
+
"percent": 0.99,
|
|
142
|
+
"reduction": 27
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"id": "/src/internals/useHookResult.ts",
|
|
146
|
+
"size": 184,
|
|
147
|
+
"origSize": 336,
|
|
148
|
+
"renderedExports": [
|
|
149
|
+
"useHookResult"
|
|
150
|
+
],
|
|
151
|
+
"removedExports": [],
|
|
152
|
+
"dependents": [
|
|
153
|
+
"/src/shared/hooks/createHooksInternal.tsx"
|
|
154
|
+
],
|
|
155
|
+
"percent": 0.69,
|
|
156
|
+
"reduction": 45.24
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
"id": "/src/createTRPCQueryUtils.tsx",
|
|
160
|
+
"size": 161,
|
|
161
|
+
"origSize": 455,
|
|
162
|
+
"renderedExports": [
|
|
163
|
+
"createTRPCQueryUtils"
|
|
164
|
+
],
|
|
165
|
+
"removedExports": [],
|
|
166
|
+
"dependents": [
|
|
167
|
+
"/src/index.ts"
|
|
168
|
+
],
|
|
169
|
+
"percent": 0.6,
|
|
170
|
+
"reduction": 64.62
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
"id": "/src/internals/context.tsx",
|
|
174
|
+
"size": 155,
|
|
175
|
+
"origSize": 6070,
|
|
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.58,
|
|
188
|
+
"reduction": 97.45
|
|
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.48,
|
|
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": 710,
|
|
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
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trpc/react-query",
|
|
3
|
-
"version": "11.0.0-alpha-tmp-
|
|
3
|
+
"version": "11.0.0-alpha-tmp-export-from-main.209+a181327ef",
|
|
4
4
|
"description": "The tRPC React library",
|
|
5
5
|
"author": "KATT",
|
|
6
6
|
"license": "MIT",
|
|
@@ -57,17 +57,17 @@
|
|
|
57
57
|
}
|
|
58
58
|
},
|
|
59
59
|
"dependencies": {
|
|
60
|
-
"@trpc/core": "11.0.0-alpha-tmp-
|
|
60
|
+
"@trpc/core": "11.0.0-alpha-tmp-export-from-main.209+a181327ef"
|
|
61
61
|
},
|
|
62
62
|
"peerDependencies": {
|
|
63
63
|
"@tanstack/react-query": "^5.0.0",
|
|
64
|
-
"@trpc/client": "11.0.0-alpha-tmp-
|
|
64
|
+
"@trpc/client": "11.0.0-alpha-tmp-export-from-main.209+a181327ef",
|
|
65
65
|
"react": ">=18.2.0",
|
|
66
66
|
"react-dom": ">=18.2.0"
|
|
67
67
|
},
|
|
68
68
|
"devDependencies": {
|
|
69
69
|
"@tanstack/react-query": "^5.0.0",
|
|
70
|
-
"@trpc/client": "11.0.0-alpha-tmp-
|
|
70
|
+
"@trpc/client": "11.0.0-alpha-tmp-export-from-main.209+a181327ef",
|
|
71
71
|
"@types/express": "^4.17.17",
|
|
72
72
|
"@types/node": "^20.10.0",
|
|
73
73
|
"@types/react": "^18.2.33",
|
|
@@ -86,5 +86,5 @@
|
|
|
86
86
|
"funding": [
|
|
87
87
|
"https://trpc.io/sponsor"
|
|
88
88
|
],
|
|
89
|
-
"gitHead": "
|
|
89
|
+
"gitHead": "a181327efdfc4972bbfb2baade97b88f6422ed6f"
|
|
90
90
|
}
|