@trpc/server 11.0.0-rc.330 → 11.0.0-rc.332
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.
|
@@ -461,11 +461,11 @@
|
|
|
461
461
|
"removedExports": [],
|
|
462
462
|
"dependents": [
|
|
463
463
|
"/src/unstable-core-do-not-import.ts",
|
|
464
|
-
"/src/unstable-core-do-not-import/rpc/parseTRPCMessage.ts",
|
|
465
464
|
"/src/unstable-core-do-not-import/error/TRPCError.ts",
|
|
466
465
|
"/src/unstable-core-do-not-import/router.ts",
|
|
467
466
|
"/src/unstable-core-do-not-import/transformer.ts",
|
|
468
467
|
"/src/unstable-core-do-not-import/middleware.ts",
|
|
468
|
+
"/src/unstable-core-do-not-import/rpc/parseTRPCMessage.ts",
|
|
469
469
|
"/src/unstable-core-do-not-import/procedureBuilder.ts"
|
|
470
470
|
],
|
|
471
471
|
"percent": 0.89,
|
|
@@ -711,9 +711,9 @@
|
|
|
711
711
|
"reduction": 100
|
|
712
712
|
},
|
|
713
713
|
{
|
|
714
|
-
"id": "/src/
|
|
714
|
+
"id": "/src/index.ts",
|
|
715
715
|
"size": 0,
|
|
716
|
-
"origSize":
|
|
716
|
+
"origSize": 32,
|
|
717
717
|
"renderedExports": [],
|
|
718
718
|
"removedExports": [],
|
|
719
719
|
"dependents": [],
|
|
@@ -721,9 +721,9 @@
|
|
|
721
721
|
"reduction": 100
|
|
722
722
|
},
|
|
723
723
|
{
|
|
724
|
-
"id": "/src/
|
|
724
|
+
"id": "/src/rpc.ts",
|
|
725
725
|
"size": 0,
|
|
726
|
-
"origSize":
|
|
726
|
+
"origSize": 36,
|
|
727
727
|
"renderedExports": [],
|
|
728
728
|
"removedExports": [],
|
|
729
729
|
"dependents": [],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trpc/server",
|
|
3
|
-
"version": "11.0.0-rc.
|
|
3
|
+
"version": "11.0.0-rc.332+67c093749",
|
|
4
4
|
"description": "The tRPC server library",
|
|
5
5
|
"author": "KATT",
|
|
6
6
|
"license": "MIT",
|
|
@@ -161,5 +161,5 @@
|
|
|
161
161
|
"funding": [
|
|
162
162
|
"https://trpc.io/sponsor"
|
|
163
163
|
],
|
|
164
|
-
"gitHead": "
|
|
164
|
+
"gitHead": "67c093749590628118cbb68e8de52c15e4a7b126"
|
|
165
165
|
}
|