@trpc/react-query 11.0.0-alpha-tmp-export-from-main.223 → 11.0.0-alpha-tmp-workflow-merge.250
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 +14 -29
|
@@ -0,0 +1,240 @@
|
|
|
1
|
+
{
|
|
2
|
+
"bundleSize": 27468,
|
|
3
|
+
"bundleOrigSize": 62493,
|
|
4
|
+
"bundleReduction": 56.05,
|
|
5
|
+
"modules": [
|
|
6
|
+
{
|
|
7
|
+
"id": "/src/shared/hooks/createHooksInternal.tsx",
|
|
8
|
+
"size": 12843,
|
|
9
|
+
"origSize": 15390,
|
|
10
|
+
"renderedExports": [
|
|
11
|
+
"createRootHooks"
|
|
12
|
+
],
|
|
13
|
+
"removedExports": [],
|
|
14
|
+
"dependents": [
|
|
15
|
+
"/src/createTRPCReact.tsx"
|
|
16
|
+
],
|
|
17
|
+
"percent": 46.76,
|
|
18
|
+
"reduction": 16.55
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"id": "/src/server/ssgProxy.ts",
|
|
22
|
+
"size": 3636,
|
|
23
|
+
"origSize": 7113,
|
|
24
|
+
"renderedExports": [
|
|
25
|
+
"createServerSideHelpers"
|
|
26
|
+
],
|
|
27
|
+
"removedExports": [],
|
|
28
|
+
"dependents": [
|
|
29
|
+
"/src/server/index.ts"
|
|
30
|
+
],
|
|
31
|
+
"percent": 13.24,
|
|
32
|
+
"reduction": 48.88
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"id": "/src/utils/createUtilityFunctions.ts",
|
|
36
|
+
"size": 3334,
|
|
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.14,
|
|
47
|
+
"reduction": 9.77
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"id": "/src/shared/proxy/utilsProxy.ts",
|
|
51
|
+
"size": 2688,
|
|
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.79,
|
|
63
|
+
"reduction": 74.23
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"id": "/src/internals/getQueryKey.ts",
|
|
67
|
+
"size": 1894,
|
|
68
|
+
"origSize": 4204,
|
|
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.9,
|
|
82
|
+
"reduction": 54.95
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"id": "/src/createTRPCReact.tsx",
|
|
86
|
+
"size": 831,
|
|
87
|
+
"origSize": 8737,
|
|
88
|
+
"renderedExports": [
|
|
89
|
+
"createHooksInternal",
|
|
90
|
+
"createTRPCReact"
|
|
91
|
+
],
|
|
92
|
+
"removedExports": [],
|
|
93
|
+
"dependents": [
|
|
94
|
+
"/src/index.ts"
|
|
95
|
+
],
|
|
96
|
+
"percent": 3.03,
|
|
97
|
+
"reduction": 90.49
|
|
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.87,
|
|
111
|
+
"reduction": 20.42
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"id": "/src/shared/proxy/useQueriesProxy.ts",
|
|
115
|
+
"size": 550,
|
|
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,
|
|
126
|
+
"reduction": 82.33
|
|
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/shared/hooks/createHooksInternal.tsx",
|
|
139
|
+
"/src/utils/createUtilityFunctions.ts"
|
|
140
|
+
],
|
|
141
|
+
"percent": 0.96,
|
|
142
|
+
"reduction": 27
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"id": "/src/internals/useHookResult.ts",
|
|
146
|
+
"size": 195,
|
|
147
|
+
"origSize": 342,
|
|
148
|
+
"renderedExports": [
|
|
149
|
+
"useHookResult"
|
|
150
|
+
],
|
|
151
|
+
"removedExports": [],
|
|
152
|
+
"dependents": [
|
|
153
|
+
"/src/shared/hooks/createHooksInternal.tsx"
|
|
154
|
+
],
|
|
155
|
+
"percent": 0.71,
|
|
156
|
+
"reduction": 42.98
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
"id": "/src/createTRPCQueryUtils.tsx",
|
|
160
|
+
"size": 162,
|
|
161
|
+
"origSize": 455,
|
|
162
|
+
"renderedExports": [
|
|
163
|
+
"createTRPCQueryUtils"
|
|
164
|
+
],
|
|
165
|
+
"removedExports": [],
|
|
166
|
+
"dependents": [
|
|
167
|
+
"/src/index.ts"
|
|
168
|
+
],
|
|
169
|
+
"percent": 0.59,
|
|
170
|
+
"reduction": 64.4
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
"id": "/src/internals/context.tsx",
|
|
174
|
+
"size": 154,
|
|
175
|
+
"origSize": 6071,
|
|
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.56,
|
|
188
|
+
"reduction": 97.46
|
|
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": 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-workflow-merge.250+8ce2ac869",
|
|
4
4
|
"description": "The tRPC React library",
|
|
5
5
|
"author": "KATT",
|
|
6
6
|
"license": "MIT",
|
|
@@ -23,34 +23,19 @@
|
|
|
23
23
|
"exports": {
|
|
24
24
|
"./package.json": "./package.json",
|
|
25
25
|
".": {
|
|
26
|
-
"import":
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
},
|
|
30
|
-
"require": {
|
|
31
|
-
"types": "./dist/index.d.ts",
|
|
32
|
-
"default": "./dist/index.js"
|
|
33
|
-
}
|
|
26
|
+
"import": "./dist/index.mjs",
|
|
27
|
+
"require": "./dist/index.js",
|
|
28
|
+
"default": "./dist/index.js"
|
|
34
29
|
},
|
|
35
30
|
"./server": {
|
|
36
|
-
"import":
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
},
|
|
40
|
-
"require": {
|
|
41
|
-
"types": "./dist/server/index.d.ts",
|
|
42
|
-
"default": "./dist/server/index.js"
|
|
43
|
-
}
|
|
31
|
+
"import": "./dist/server/index.mjs",
|
|
32
|
+
"require": "./dist/server/index.js",
|
|
33
|
+
"default": "./dist/server/index.js"
|
|
44
34
|
},
|
|
45
35
|
"./shared": {
|
|
46
|
-
"import":
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
},
|
|
50
|
-
"require": {
|
|
51
|
-
"types": "./dist/shared/index.d.ts",
|
|
52
|
-
"default": "./dist/shared/index.js"
|
|
53
|
-
}
|
|
36
|
+
"import": "./dist/shared/index.mjs",
|
|
37
|
+
"require": "./dist/shared/index.js",
|
|
38
|
+
"default": "./dist/shared/index.js"
|
|
54
39
|
}
|
|
55
40
|
},
|
|
56
41
|
"files": [
|
|
@@ -72,17 +57,17 @@
|
|
|
72
57
|
}
|
|
73
58
|
},
|
|
74
59
|
"dependencies": {
|
|
75
|
-
"@trpc/core": "11.0.0-alpha-tmp-
|
|
60
|
+
"@trpc/core": "11.0.0-alpha-tmp-workflow-merge.250+8ce2ac869"
|
|
76
61
|
},
|
|
77
62
|
"peerDependencies": {
|
|
78
63
|
"@tanstack/react-query": "^5.0.0",
|
|
79
|
-
"@trpc/client": "11.0.0-alpha-tmp-
|
|
64
|
+
"@trpc/client": "11.0.0-alpha-tmp-workflow-merge.250+8ce2ac869",
|
|
80
65
|
"react": ">=18.2.0",
|
|
81
66
|
"react-dom": ">=18.2.0"
|
|
82
67
|
},
|
|
83
68
|
"devDependencies": {
|
|
84
69
|
"@tanstack/react-query": "^5.0.0",
|
|
85
|
-
"@trpc/client": "11.0.0-alpha-tmp-
|
|
70
|
+
"@trpc/client": "11.0.0-alpha-tmp-workflow-merge.250+8ce2ac869",
|
|
86
71
|
"@types/express": "^4.17.17",
|
|
87
72
|
"@types/node": "^20.10.0",
|
|
88
73
|
"@types/react": "^18.2.33",
|
|
@@ -101,5 +86,5 @@
|
|
|
101
86
|
"funding": [
|
|
102
87
|
"https://trpc.io/sponsor"
|
|
103
88
|
],
|
|
104
|
-
"gitHead": "
|
|
89
|
+
"gitHead": "8ce2ac869ed1123ceb668da231302fa082196a0b"
|
|
105
90
|
}
|