@trpc/client 11.0.0-rc.490 → 11.0.0-rc.498
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
|
@@ -266,16 +266,6 @@
|
|
|
266
266
|
"percent": 0.19,
|
|
267
267
|
"reduction": 82.58
|
|
268
268
|
},
|
|
269
|
-
{
|
|
270
|
-
"id": "/src/index.ts",
|
|
271
|
-
"size": 0,
|
|
272
|
-
"origSize": 588,
|
|
273
|
-
"renderedExports": [],
|
|
274
|
-
"removedExports": [],
|
|
275
|
-
"dependents": [],
|
|
276
|
-
"percent": 0,
|
|
277
|
-
"reduction": 100
|
|
278
|
-
},
|
|
279
269
|
{
|
|
280
270
|
"id": "/src/unstable-internals.ts",
|
|
281
271
|
"size": 0,
|
|
@@ -289,6 +279,16 @@
|
|
|
289
279
|
],
|
|
290
280
|
"percent": 0,
|
|
291
281
|
"reduction": 100
|
|
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
292
|
}
|
|
293
293
|
],
|
|
294
294
|
"moduleCount": 20
|
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.498+5714423cc",
|
|
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.498+5714423cc"
|
|
80
80
|
},
|
|
81
81
|
"devDependencies": {
|
|
82
|
-
"@trpc/server": "11.0.0-rc.
|
|
82
|
+
"@trpc/server": "11.0.0-rc.498+5714423cc",
|
|
83
83
|
"@types/isomorphic-fetch": "^0.0.39",
|
|
84
84
|
"@types/node": "^20.10.0",
|
|
85
85
|
"eslint": "^8.57.0",
|
|
@@ -96,5 +96,5 @@
|
|
|
96
96
|
"funding": [
|
|
97
97
|
"https://trpc.io/sponsor"
|
|
98
98
|
],
|
|
99
|
-
"gitHead": "
|
|
99
|
+
"gitHead": "5714423cc8d807a11466663b22eff67ec7286909"
|
|
100
100
|
}
|