@trpc/client 11.0.0-rc.744 → 11.0.0-rc.745
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 +11 -11
- package/package.json +4 -4
|
@@ -140,8 +140,8 @@
|
|
|
140
140
|
"dependents": [
|
|
141
141
|
"/src/index.ts",
|
|
142
142
|
"/src/links/httpBatchLink.ts",
|
|
143
|
-
"/src/links/httpLink.ts",
|
|
144
143
|
"/src/links/wsLink.ts",
|
|
144
|
+
"/src/links/httpLink.ts",
|
|
145
145
|
"/src/links/httpBatchStreamLink.ts",
|
|
146
146
|
"/src/links/httpSubscriptionLink.ts",
|
|
147
147
|
"/src/internals/TRPCUntypedClient.ts"
|
|
@@ -309,16 +309,6 @@
|
|
|
309
309
|
"percent": 0.15,
|
|
310
310
|
"reduction": 82.58
|
|
311
311
|
},
|
|
312
|
-
{
|
|
313
|
-
"id": "/src/index.ts",
|
|
314
|
-
"size": 0,
|
|
315
|
-
"origSize": 652,
|
|
316
|
-
"renderedExports": [],
|
|
317
|
-
"removedExports": [],
|
|
318
|
-
"dependents": [],
|
|
319
|
-
"percent": 0,
|
|
320
|
-
"reduction": 100
|
|
321
|
-
},
|
|
322
312
|
{
|
|
323
313
|
"id": "/src/unstable-internals.ts",
|
|
324
314
|
"size": 0,
|
|
@@ -332,6 +322,16 @@
|
|
|
332
322
|
],
|
|
333
323
|
"percent": 0,
|
|
334
324
|
"reduction": 100
|
|
325
|
+
},
|
|
326
|
+
{
|
|
327
|
+
"id": "/src/index.ts",
|
|
328
|
+
"size": 0,
|
|
329
|
+
"origSize": 652,
|
|
330
|
+
"renderedExports": [],
|
|
331
|
+
"removedExports": [],
|
|
332
|
+
"dependents": [],
|
|
333
|
+
"percent": 0,
|
|
334
|
+
"reduction": 100
|
|
335
335
|
}
|
|
336
336
|
],
|
|
337
337
|
"moduleCount": 23
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trpc/client",
|
|
3
|
-
"version": "11.0.0-rc.
|
|
3
|
+
"version": "11.0.0-rc.745+6ab0f06e2",
|
|
4
4
|
"description": "The tRPC client library",
|
|
5
5
|
"author": "KATT",
|
|
6
6
|
"license": "MIT",
|
|
@@ -77,11 +77,11 @@
|
|
|
77
77
|
"!**/__tests__"
|
|
78
78
|
],
|
|
79
79
|
"peerDependencies": {
|
|
80
|
-
"@trpc/server": "11.0.0-rc.
|
|
80
|
+
"@trpc/server": "11.0.0-rc.745+6ab0f06e2",
|
|
81
81
|
"typescript": ">=5.7.2"
|
|
82
82
|
},
|
|
83
83
|
"devDependencies": {
|
|
84
|
-
"@trpc/server": "11.0.0-rc.
|
|
84
|
+
"@trpc/server": "11.0.0-rc.745+6ab0f06e2",
|
|
85
85
|
"@types/isomorphic-fetch": "^0.0.39",
|
|
86
86
|
"@types/node": "^22.9.0",
|
|
87
87
|
"eslint": "^9.13.0",
|
|
@@ -99,5 +99,5 @@
|
|
|
99
99
|
"funding": [
|
|
100
100
|
"https://trpc.io/sponsor"
|
|
101
101
|
],
|
|
102
|
-
"gitHead": "
|
|
102
|
+
"gitHead": "6ab0f06e288b19b2d40ff0fe483c15365a7699f0"
|
|
103
103
|
}
|