@trpc/client 11.0.0-rc.445 → 11.0.0-rc.446
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 +10 -10
- package/package.json +4 -4
|
@@ -280,16 +280,6 @@
|
|
|
280
280
|
"percent": 0.19,
|
|
281
281
|
"reduction": 82.58
|
|
282
282
|
},
|
|
283
|
-
{
|
|
284
|
-
"id": "/src/index.ts",
|
|
285
|
-
"size": 0,
|
|
286
|
-
"origSize": 588,
|
|
287
|
-
"renderedExports": [],
|
|
288
|
-
"removedExports": [],
|
|
289
|
-
"dependents": [],
|
|
290
|
-
"percent": 0,
|
|
291
|
-
"reduction": 100
|
|
292
|
-
},
|
|
293
283
|
{
|
|
294
284
|
"id": "/src/unstable-internals.ts",
|
|
295
285
|
"size": 0,
|
|
@@ -303,6 +293,16 @@
|
|
|
303
293
|
],
|
|
304
294
|
"percent": 0,
|
|
305
295
|
"reduction": 100
|
|
296
|
+
},
|
|
297
|
+
{
|
|
298
|
+
"id": "/src/index.ts",
|
|
299
|
+
"size": 0,
|
|
300
|
+
"origSize": 588,
|
|
301
|
+
"renderedExports": [],
|
|
302
|
+
"removedExports": [],
|
|
303
|
+
"dependents": [],
|
|
304
|
+
"percent": 0,
|
|
305
|
+
"reduction": 100
|
|
306
306
|
}
|
|
307
307
|
],
|
|
308
308
|
"moduleCount": 21
|
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.446+c679f5317",
|
|
4
4
|
"description": "The tRPC client library",
|
|
5
5
|
"author": "KATT",
|
|
6
6
|
"license": "MIT",
|
|
@@ -76,10 +76,10 @@
|
|
|
76
76
|
"!**/*.test.*"
|
|
77
77
|
],
|
|
78
78
|
"peerDependencies": {
|
|
79
|
-
"@trpc/server": "11.0.0-rc.
|
|
79
|
+
"@trpc/server": "11.0.0-rc.446+c679f5317"
|
|
80
80
|
},
|
|
81
81
|
"devDependencies": {
|
|
82
|
-
"@trpc/server": "11.0.0-rc.
|
|
82
|
+
"@trpc/server": "11.0.0-rc.446+c679f5317",
|
|
83
83
|
"@types/isomorphic-fetch": "^0.0.39",
|
|
84
84
|
"@types/node": "^20.10.0",
|
|
85
85
|
"eslint": "^8.56.0",
|
|
@@ -96,5 +96,5 @@
|
|
|
96
96
|
"funding": [
|
|
97
97
|
"https://trpc.io/sponsor"
|
|
98
98
|
],
|
|
99
|
-
"gitHead": "
|
|
99
|
+
"gitHead": "c679f5317416367b838f93d07d5a1a103f12fbdf"
|
|
100
100
|
}
|