@trpc/client 11.2.1-canary.1 → 11.2.1-canary.3
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
|
@@ -423,26 +423,26 @@
|
|
|
423
423
|
"reduction": 76.83
|
|
424
424
|
},
|
|
425
425
|
{
|
|
426
|
-
"id": "/src/
|
|
426
|
+
"id": "/src/index.ts",
|
|
427
427
|
"size": 0,
|
|
428
|
-
"origSize":
|
|
428
|
+
"origSize": 540,
|
|
429
429
|
"renderedExports": [],
|
|
430
430
|
"removedExports": [],
|
|
431
|
-
"dependents": [
|
|
432
|
-
"/src/links/wsLink/wsLink.ts",
|
|
433
|
-
"/src/links/httpSubscriptionLink.ts",
|
|
434
|
-
"/src/links/internals/httpUtils.ts"
|
|
435
|
-
],
|
|
431
|
+
"dependents": [],
|
|
436
432
|
"percent": 0,
|
|
437
433
|
"reduction": 100
|
|
438
434
|
},
|
|
439
435
|
{
|
|
440
|
-
"id": "/src/
|
|
436
|
+
"id": "/src/unstable-internals.ts",
|
|
441
437
|
"size": 0,
|
|
442
|
-
"origSize":
|
|
438
|
+
"origSize": 90,
|
|
443
439
|
"renderedExports": [],
|
|
444
440
|
"removedExports": [],
|
|
445
|
-
"dependents": [
|
|
441
|
+
"dependents": [
|
|
442
|
+
"/src/links/wsLink/wsLink.ts",
|
|
443
|
+
"/src/links/httpSubscriptionLink.ts",
|
|
444
|
+
"/src/links/internals/httpUtils.ts"
|
|
445
|
+
],
|
|
446
446
|
"percent": 0,
|
|
447
447
|
"reduction": 100
|
|
448
448
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trpc/client",
|
|
3
|
-
"version": "11.2.1-canary.
|
|
3
|
+
"version": "11.2.1-canary.3+46afe6590",
|
|
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.2.1-canary.
|
|
80
|
+
"@trpc/server": "11.2.1-canary.3+46afe6590",
|
|
81
81
|
"typescript": ">=5.7.2"
|
|
82
82
|
},
|
|
83
83
|
"devDependencies": {
|
|
84
|
-
"@trpc/server": "11.2.1-canary.
|
|
84
|
+
"@trpc/server": "11.2.1-canary.3+46afe6590",
|
|
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": "46afe65907644bafaf7e60910db41a58dfa350fb"
|
|
105
105
|
}
|