@trpc/server 11.0.0-rc.461 → 11.0.0-rc.466
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 +11 -11
- package/package.json +2 -2
|
@@ -420,12 +420,12 @@
|
|
|
420
420
|
"/src/unstable-core-do-not-import/transformer.ts",
|
|
421
421
|
"/src/unstable-core-do-not-import/middleware.ts",
|
|
422
422
|
"/src/unstable-core-do-not-import/router.ts",
|
|
423
|
-
"/src/unstable-core-do-not-import/rpc/parseTRPCMessage.ts",
|
|
424
423
|
"/src/unstable-core-do-not-import/http/getHTTPStatusCode.ts",
|
|
425
424
|
"/src/unstable-core-do-not-import/http/parseConnectionParams.ts",
|
|
426
425
|
"/src/unstable-core-do-not-import/http/resolveResponse.ts",
|
|
427
426
|
"/src/unstable-core-do-not-import/http/contentType.ts",
|
|
428
427
|
"/src/unstable-core-do-not-import/procedureBuilder.ts",
|
|
428
|
+
"/src/unstable-core-do-not-import/rpc/parseTRPCMessage.ts",
|
|
429
429
|
"/src/unstable-core-do-not-import/stream/jsonl.ts"
|
|
430
430
|
],
|
|
431
431
|
"percent": 0.91,
|
|
@@ -719,16 +719,6 @@
|
|
|
719
719
|
"percent": 0,
|
|
720
720
|
"reduction": 100
|
|
721
721
|
},
|
|
722
|
-
{
|
|
723
|
-
"id": "/src/rpc.ts",
|
|
724
|
-
"size": 0,
|
|
725
|
-
"origSize": 36,
|
|
726
|
-
"renderedExports": [],
|
|
727
|
-
"removedExports": [],
|
|
728
|
-
"dependents": [],
|
|
729
|
-
"percent": 0,
|
|
730
|
-
"reduction": 100
|
|
731
|
-
},
|
|
732
722
|
{
|
|
733
723
|
"id": "/src/http.ts",
|
|
734
724
|
"size": 0,
|
|
@@ -764,6 +754,16 @@
|
|
|
764
754
|
"percent": 0,
|
|
765
755
|
"reduction": 100
|
|
766
756
|
},
|
|
757
|
+
{
|
|
758
|
+
"id": "/src/rpc.ts",
|
|
759
|
+
"size": 0,
|
|
760
|
+
"origSize": 36,
|
|
761
|
+
"renderedExports": [],
|
|
762
|
+
"removedExports": [],
|
|
763
|
+
"dependents": [],
|
|
764
|
+
"percent": 0,
|
|
765
|
+
"reduction": 100
|
|
766
|
+
},
|
|
767
767
|
{
|
|
768
768
|
"id": "/src/adapters/next-app-dir.ts",
|
|
769
769
|
"size": 0,
|
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.466+1e8344ea7",
|
|
4
4
|
"description": "The tRPC server library",
|
|
5
5
|
"author": "KATT",
|
|
6
6
|
"license": "MIT",
|
|
@@ -149,5 +149,5 @@
|
|
|
149
149
|
"funding": [
|
|
150
150
|
"https://trpc.io/sponsor"
|
|
151
151
|
],
|
|
152
|
-
"gitHead": "
|
|
152
|
+
"gitHead": "1e8344ea7733b77b6d1b6dd07f7ed8630295447a"
|
|
153
153
|
}
|