@trpc/client 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.
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '../../dist/links/formDataLink';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports = require('../../dist/links/formDataLink');
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '../../dist/links/httpTuplesonLink';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports = require('../../dist/links/httpTuplesonLink');
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trpc/client",
|
|
3
|
-
"version": "11.0.0-next-beta.
|
|
3
|
+
"version": "11.0.0-next-beta.281+66d7db60e",
|
|
4
4
|
"description": "The tRPC client library",
|
|
5
5
|
"author": "KATT",
|
|
6
6
|
"license": "MIT",
|
|
@@ -76,11 +76,11 @@
|
|
|
76
76
|
"!**/*.test.*"
|
|
77
77
|
],
|
|
78
78
|
"peerDependencies": {
|
|
79
|
-
"@trpc/server": "11.0.0-next-beta.
|
|
79
|
+
"@trpc/server": "11.0.0-next-beta.281+66d7db60e"
|
|
80
80
|
},
|
|
81
81
|
"devDependencies": {
|
|
82
82
|
"@testing-library/dom": "^9.0.0",
|
|
83
|
-
"@trpc/server": "11.0.0-next-beta.
|
|
83
|
+
"@trpc/server": "11.0.0-next-beta.281+66d7db60e",
|
|
84
84
|
"@types/isomorphic-fetch": "^0.0.39",
|
|
85
85
|
"@types/node": "^20.10.0",
|
|
86
86
|
"eslint": "^8.40.0",
|
|
@@ -97,5 +97,5 @@
|
|
|
97
97
|
"funding": [
|
|
98
98
|
"https://trpc.io/sponsor"
|
|
99
99
|
],
|
|
100
|
-
"gitHead": "
|
|
100
|
+
"gitHead": "66d7db60e59b7c758709175a53765c9db0563dc0"
|
|
101
101
|
}
|
|
@@ -1,323 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"bundleSize": 46573,
|
|
3
|
-
"bundleOrigSize": 65514,
|
|
4
|
-
"bundleReduction": 28.91,
|
|
5
|
-
"modules": [
|
|
6
|
-
{
|
|
7
|
-
"id": "/src/links/wsLink.ts",
|
|
8
|
-
"size": 12058,
|
|
9
|
-
"origSize": 13652,
|
|
10
|
-
"renderedExports": [
|
|
11
|
-
"createWSClient",
|
|
12
|
-
"wsLink"
|
|
13
|
-
],
|
|
14
|
-
"removedExports": [],
|
|
15
|
-
"dependents": [],
|
|
16
|
-
"percent": 25.89,
|
|
17
|
-
"reduction": 11.68
|
|
18
|
-
},
|
|
19
|
-
{
|
|
20
|
-
"id": "/src/links/loggerLink.ts",
|
|
21
|
-
"size": 5545,
|
|
22
|
-
"origSize": 6496,
|
|
23
|
-
"renderedExports": [
|
|
24
|
-
"loggerLink"
|
|
25
|
-
],
|
|
26
|
-
"removedExports": [],
|
|
27
|
-
"dependents": [],
|
|
28
|
-
"percent": 11.91,
|
|
29
|
-
"reduction": 14.64
|
|
30
|
-
},
|
|
31
|
-
{
|
|
32
|
-
"id": "/src/internals/dataLoader.ts",
|
|
33
|
-
"size": 4409,
|
|
34
|
-
"origSize": 4766,
|
|
35
|
-
"renderedExports": [
|
|
36
|
-
"dataLoader"
|
|
37
|
-
],
|
|
38
|
-
"removedExports": [],
|
|
39
|
-
"dependents": [
|
|
40
|
-
"/src/links/internals/createHTTPBatchLink.ts"
|
|
41
|
-
],
|
|
42
|
-
"percent": 9.47,
|
|
43
|
-
"reduction": 7.49
|
|
44
|
-
},
|
|
45
|
-
{
|
|
46
|
-
"id": "/src/links/internals/parseJSONStream.ts",
|
|
47
|
-
"size": 4007,
|
|
48
|
-
"origSize": 4993,
|
|
49
|
-
"renderedExports": [
|
|
50
|
-
"parseJSONStream",
|
|
51
|
-
"streamingJsonHttpRequester"
|
|
52
|
-
],
|
|
53
|
-
"removedExports": [],
|
|
54
|
-
"dependents": [
|
|
55
|
-
"/src/links/httpBatchStreamLink.ts"
|
|
56
|
-
],
|
|
57
|
-
"percent": 8.6,
|
|
58
|
-
"reduction": 19.75
|
|
59
|
-
},
|
|
60
|
-
{
|
|
61
|
-
"id": "/src/links/internals/httpUtils.ts",
|
|
62
|
-
"size": 3334,
|
|
63
|
-
"origSize": 5631,
|
|
64
|
-
"renderedExports": [
|
|
65
|
-
"resolveHTTPLinkOptions",
|
|
66
|
-
"getUrl",
|
|
67
|
-
"getBody",
|
|
68
|
-
"jsonHttpRequester",
|
|
69
|
-
"fetchHTTPResponse",
|
|
70
|
-
"httpRequest"
|
|
71
|
-
],
|
|
72
|
-
"removedExports": [],
|
|
73
|
-
"dependents": [
|
|
74
|
-
"/src/links/httpBatchLink.ts",
|
|
75
|
-
"/src/links/httpLink.ts",
|
|
76
|
-
"/src/links/httpFormDataLink.ts",
|
|
77
|
-
"/src/links/internals/createHTTPBatchLink.ts",
|
|
78
|
-
"/src/links/internals/parseJSONStream.ts"
|
|
79
|
-
],
|
|
80
|
-
"percent": 7.16,
|
|
81
|
-
"reduction": 40.79
|
|
82
|
-
},
|
|
83
|
-
{
|
|
84
|
-
"id": "/src/links/internals/createHTTPBatchLink.ts",
|
|
85
|
-
"size": 2944,
|
|
86
|
-
"origSize": 3711,
|
|
87
|
-
"renderedExports": [
|
|
88
|
-
"createHTTPBatchLink"
|
|
89
|
-
],
|
|
90
|
-
"removedExports": [],
|
|
91
|
-
"dependents": [
|
|
92
|
-
"/src/links/httpBatchLink.ts",
|
|
93
|
-
"/src/links/httpBatchStreamLink.ts"
|
|
94
|
-
],
|
|
95
|
-
"percent": 6.32,
|
|
96
|
-
"reduction": 20.67
|
|
97
|
-
},
|
|
98
|
-
{
|
|
99
|
-
"id": "/src/internals/TRPCUntypedClient.ts",
|
|
100
|
-
"size": 2299,
|
|
101
|
-
"origSize": 4207,
|
|
102
|
-
"renderedExports": [
|
|
103
|
-
"TRPCUntypedClient"
|
|
104
|
-
],
|
|
105
|
-
"removedExports": [],
|
|
106
|
-
"dependents": [
|
|
107
|
-
"/src/createTRPCUntypedClient.ts",
|
|
108
|
-
"/src/createTRPCClient.ts"
|
|
109
|
-
],
|
|
110
|
-
"percent": 4.94,
|
|
111
|
-
"reduction": 45.35
|
|
112
|
-
},
|
|
113
|
-
{
|
|
114
|
-
"id": "/src/links/httpLink.ts",
|
|
115
|
-
"size": 2169,
|
|
116
|
-
"origSize": 2753,
|
|
117
|
-
"renderedExports": [
|
|
118
|
-
"httpLinkFactory",
|
|
119
|
-
"httpLink"
|
|
120
|
-
],
|
|
121
|
-
"removedExports": [],
|
|
122
|
-
"dependents": [
|
|
123
|
-
"/src/links/httpFormDataLink.ts"
|
|
124
|
-
],
|
|
125
|
-
"percent": 4.66,
|
|
126
|
-
"reduction": 21.21
|
|
127
|
-
},
|
|
128
|
-
{
|
|
129
|
-
"id": "/src/TRPCClientError.ts",
|
|
130
|
-
"size": 1866,
|
|
131
|
-
"origSize": 3437,
|
|
132
|
-
"renderedExports": [
|
|
133
|
-
"TRPCClientError"
|
|
134
|
-
],
|
|
135
|
-
"removedExports": [],
|
|
136
|
-
"dependents": [
|
|
137
|
-
"/src/index.ts",
|
|
138
|
-
"/src/links/httpLink.ts",
|
|
139
|
-
"/src/links/wsLink.ts",
|
|
140
|
-
"/src/internals/TRPCUntypedClient.ts",
|
|
141
|
-
"/src/links/internals/createHTTPBatchLink.ts",
|
|
142
|
-
"/src/links/internals/httpUtils.ts"
|
|
143
|
-
],
|
|
144
|
-
"percent": 4.01,
|
|
145
|
-
"reduction": 45.71
|
|
146
|
-
},
|
|
147
|
-
{
|
|
148
|
-
"id": "/src/links/httpBatchStreamLink.ts",
|
|
149
|
-
"size": 1340,
|
|
150
|
-
"origSize": 2176,
|
|
151
|
-
"renderedExports": [
|
|
152
|
-
"unstable_httpBatchStreamLink"
|
|
153
|
-
],
|
|
154
|
-
"removedExports": [],
|
|
155
|
-
"dependents": [],
|
|
156
|
-
"percent": 2.88,
|
|
157
|
-
"reduction": 38.42
|
|
158
|
-
},
|
|
159
|
-
{
|
|
160
|
-
"id": "/src/createTRPCClient.ts",
|
|
161
|
-
"size": 1206,
|
|
162
|
-
"origSize": 4369,
|
|
163
|
-
"renderedExports": [
|
|
164
|
-
"clientCallTypeToProcedureType",
|
|
165
|
-
"createTRPCClientProxy",
|
|
166
|
-
"createTRPCClient",
|
|
167
|
-
"getUntypedClient"
|
|
168
|
-
],
|
|
169
|
-
"removedExports": [],
|
|
170
|
-
"dependents": [
|
|
171
|
-
"/src/index.ts"
|
|
172
|
-
],
|
|
173
|
-
"percent": 2.59,
|
|
174
|
-
"reduction": 72.4
|
|
175
|
-
},
|
|
176
|
-
{
|
|
177
|
-
"id": "/src/links/httpBatchLink.ts",
|
|
178
|
-
"size": 1205,
|
|
179
|
-
"origSize": 1527,
|
|
180
|
-
"renderedExports": [
|
|
181
|
-
"httpBatchLink"
|
|
182
|
-
],
|
|
183
|
-
"removedExports": [],
|
|
184
|
-
"dependents": [],
|
|
185
|
-
"percent": 2.59,
|
|
186
|
-
"reduction": 21.09
|
|
187
|
-
},
|
|
188
|
-
{
|
|
189
|
-
"id": "/src/links/httpFormDataLink.ts",
|
|
190
|
-
"size": 703,
|
|
191
|
-
"origSize": 772,
|
|
192
|
-
"renderedExports": [
|
|
193
|
-
"experimental_formDataLink"
|
|
194
|
-
],
|
|
195
|
-
"removedExports": [],
|
|
196
|
-
"dependents": [],
|
|
197
|
-
"percent": 1.51,
|
|
198
|
-
"reduction": 8.94
|
|
199
|
-
},
|
|
200
|
-
{
|
|
201
|
-
"id": "/src/links/internals/createChain.ts",
|
|
202
|
-
"size": 690,
|
|
203
|
-
"origSize": 1026,
|
|
204
|
-
"renderedExports": [
|
|
205
|
-
"createChain"
|
|
206
|
-
],
|
|
207
|
-
"removedExports": [],
|
|
208
|
-
"dependents": [
|
|
209
|
-
"/src/links/splitLink.ts",
|
|
210
|
-
"/src/internals/TRPCUntypedClient.ts"
|
|
211
|
-
],
|
|
212
|
-
"percent": 1.48,
|
|
213
|
-
"reduction": 32.75
|
|
214
|
-
},
|
|
215
|
-
{
|
|
216
|
-
"id": "/src/links/splitLink.ts",
|
|
217
|
-
"size": 610,
|
|
218
|
-
"origSize": 1108,
|
|
219
|
-
"renderedExports": [
|
|
220
|
-
"splitLink"
|
|
221
|
-
],
|
|
222
|
-
"removedExports": [],
|
|
223
|
-
"dependents": [],
|
|
224
|
-
"percent": 1.31,
|
|
225
|
-
"reduction": 44.95
|
|
226
|
-
},
|
|
227
|
-
{
|
|
228
|
-
"id": "/src/internals/transformer.ts",
|
|
229
|
-
"size": 565,
|
|
230
|
-
"origSize": 1699,
|
|
231
|
-
"renderedExports": [
|
|
232
|
-
"getTransformer"
|
|
233
|
-
],
|
|
234
|
-
"removedExports": [],
|
|
235
|
-
"dependents": [
|
|
236
|
-
"/src/unstable-internals.ts"
|
|
237
|
-
],
|
|
238
|
-
"percent": 1.21,
|
|
239
|
-
"reduction": 66.75
|
|
240
|
-
},
|
|
241
|
-
{
|
|
242
|
-
"id": "/src/links/internals/getTextDecoder.ts",
|
|
243
|
-
"size": 553,
|
|
244
|
-
"origSize": 634,
|
|
245
|
-
"renderedExports": [
|
|
246
|
-
"getTextDecoder"
|
|
247
|
-
],
|
|
248
|
-
"removedExports": [],
|
|
249
|
-
"dependents": [
|
|
250
|
-
"/src/links/httpBatchStreamLink.ts"
|
|
251
|
-
],
|
|
252
|
-
"percent": 1.19,
|
|
253
|
-
"reduction": 12.78
|
|
254
|
-
},
|
|
255
|
-
{
|
|
256
|
-
"id": "/src/internals/getAbortController.ts",
|
|
257
|
-
"size": 542,
|
|
258
|
-
"origSize": 710,
|
|
259
|
-
"renderedExports": [
|
|
260
|
-
"getAbortController"
|
|
261
|
-
],
|
|
262
|
-
"removedExports": [],
|
|
263
|
-
"dependents": [
|
|
264
|
-
"/src/links/internals/httpUtils.ts"
|
|
265
|
-
],
|
|
266
|
-
"percent": 1.16,
|
|
267
|
-
"reduction": 23.66
|
|
268
|
-
},
|
|
269
|
-
{
|
|
270
|
-
"id": "/src/getFetch.ts",
|
|
271
|
-
"size": 428,
|
|
272
|
-
"origSize": 644,
|
|
273
|
-
"renderedExports": [
|
|
274
|
-
"getFetch"
|
|
275
|
-
],
|
|
276
|
-
"removedExports": [],
|
|
277
|
-
"dependents": [
|
|
278
|
-
"/src/index.ts",
|
|
279
|
-
"/src/links/internals/httpUtils.ts"
|
|
280
|
-
],
|
|
281
|
-
"percent": 0.92,
|
|
282
|
-
"reduction": 33.54
|
|
283
|
-
},
|
|
284
|
-
{
|
|
285
|
-
"id": "/src/createTRPCUntypedClient.ts",
|
|
286
|
-
"size": 100,
|
|
287
|
-
"origSize": 574,
|
|
288
|
-
"renderedExports": [
|
|
289
|
-
"createTRPCUntypedClient"
|
|
290
|
-
],
|
|
291
|
-
"removedExports": [],
|
|
292
|
-
"dependents": [
|
|
293
|
-
"/src/index.ts"
|
|
294
|
-
],
|
|
295
|
-
"percent": 0.21,
|
|
296
|
-
"reduction": 82.58
|
|
297
|
-
},
|
|
298
|
-
{
|
|
299
|
-
"id": "/src/index.ts",
|
|
300
|
-
"size": 0,
|
|
301
|
-
"origSize": 588,
|
|
302
|
-
"renderedExports": [],
|
|
303
|
-
"removedExports": [],
|
|
304
|
-
"dependents": [],
|
|
305
|
-
"percent": 0,
|
|
306
|
-
"reduction": 100
|
|
307
|
-
},
|
|
308
|
-
{
|
|
309
|
-
"id": "/src/unstable-internals.ts",
|
|
310
|
-
"size": 0,
|
|
311
|
-
"origSize": 41,
|
|
312
|
-
"renderedExports": [],
|
|
313
|
-
"removedExports": [],
|
|
314
|
-
"dependents": [
|
|
315
|
-
"/src/links/wsLink.ts",
|
|
316
|
-
"/src/links/internals/httpUtils.ts"
|
|
317
|
-
],
|
|
318
|
-
"percent": 0,
|
|
319
|
-
"reduction": 100
|
|
320
|
-
}
|
|
321
|
-
],
|
|
322
|
-
"moduleCount": 22
|
|
323
|
-
}
|