@trpc/client 11.1.3-canary.10 → 11.1.3-canary.15
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
|
@@ -404,16 +404,6 @@
|
|
|
404
404
|
"percent": 0.1,
|
|
405
405
|
"reduction": 76.83
|
|
406
406
|
},
|
|
407
|
-
{
|
|
408
|
-
"id": "/src/index.ts",
|
|
409
|
-
"size": 0,
|
|
410
|
-
"origSize": 540,
|
|
411
|
-
"renderedExports": [],
|
|
412
|
-
"removedExports": [],
|
|
413
|
-
"dependents": [],
|
|
414
|
-
"percent": 0,
|
|
415
|
-
"reduction": 100
|
|
416
|
-
},
|
|
417
407
|
{
|
|
418
408
|
"id": "/src/unstable-internals.ts",
|
|
419
409
|
"size": 0,
|
|
@@ -427,6 +417,16 @@
|
|
|
427
417
|
],
|
|
428
418
|
"percent": 0,
|
|
429
419
|
"reduction": 100
|
|
420
|
+
},
|
|
421
|
+
{
|
|
422
|
+
"id": "/src/index.ts",
|
|
423
|
+
"size": 0,
|
|
424
|
+
"origSize": 540,
|
|
425
|
+
"renderedExports": [],
|
|
426
|
+
"removedExports": [],
|
|
427
|
+
"dependents": [],
|
|
428
|
+
"percent": 0,
|
|
429
|
+
"reduction": 100
|
|
430
430
|
}
|
|
431
431
|
],
|
|
432
432
|
"moduleCount": 29
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trpc/client",
|
|
3
|
-
"version": "11.1.3-canary.
|
|
3
|
+
"version": "11.1.3-canary.15+420dcc579",
|
|
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.1.3-canary.
|
|
80
|
+
"@trpc/server": "11.1.3-canary.15+420dcc579",
|
|
81
81
|
"typescript": ">=5.7.2"
|
|
82
82
|
},
|
|
83
83
|
"devDependencies": {
|
|
84
|
-
"@trpc/server": "11.1.3-canary.
|
|
84
|
+
"@trpc/server": "11.1.3-canary.15+420dcc579",
|
|
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": "420dcc5791b3d9e2213e181501779eb3b29b45fa"
|
|
105
105
|
}
|