@trpc/client 11.0.0-rc.833 → 11.0.0-rc.839
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
|
@@ -402,16 +402,6 @@
|
|
|
402
402
|
"percent": 0.1,
|
|
403
403
|
"reduction": 76.83
|
|
404
404
|
},
|
|
405
|
-
{
|
|
406
|
-
"id": "/src/index.ts",
|
|
407
|
-
"size": 0,
|
|
408
|
-
"origSize": 540,
|
|
409
|
-
"renderedExports": [],
|
|
410
|
-
"removedExports": [],
|
|
411
|
-
"dependents": [],
|
|
412
|
-
"percent": 0,
|
|
413
|
-
"reduction": 100
|
|
414
|
-
},
|
|
415
405
|
{
|
|
416
406
|
"id": "/src/unstable-internals.ts",
|
|
417
407
|
"size": 0,
|
|
@@ -425,6 +415,16 @@
|
|
|
425
415
|
],
|
|
426
416
|
"percent": 0,
|
|
427
417
|
"reduction": 100
|
|
418
|
+
},
|
|
419
|
+
{
|
|
420
|
+
"id": "/src/index.ts",
|
|
421
|
+
"size": 0,
|
|
422
|
+
"origSize": 540,
|
|
423
|
+
"renderedExports": [],
|
|
424
|
+
"removedExports": [],
|
|
425
|
+
"dependents": [],
|
|
426
|
+
"percent": 0,
|
|
427
|
+
"reduction": 100
|
|
428
428
|
}
|
|
429
429
|
],
|
|
430
430
|
"moduleCount": 29
|
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.839+122e94814",
|
|
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.839+122e94814",
|
|
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.839+122e94814",
|
|
85
85
|
"@types/isomorphic-fetch": "^0.0.39",
|
|
86
86
|
"@types/node": "^22.13.5",
|
|
87
87
|
"dataloader": "^2.2.2",
|
|
@@ -101,5 +101,5 @@
|
|
|
101
101
|
"funding": [
|
|
102
102
|
"https://trpc.io/sponsor"
|
|
103
103
|
],
|
|
104
|
-
"gitHead": "
|
|
104
|
+
"gitHead": "122e94814a9972b1aef10cd83dadd2395402a8cb"
|
|
105
105
|
}
|