@trpc/server 11.0.0-alpha-tmp-issues-5851-take-two.476 → 11.0.0-alpha-tmp-issues-5851-take-two.478
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 +14 -14
- package/package.json +2 -2
|
@@ -418,12 +418,12 @@
|
|
|
418
418
|
"/src/unstable-core-do-not-import/http/getHTTPStatusCode.ts",
|
|
419
419
|
"/src/unstable-core-do-not-import/http/parseConnectionParams.ts",
|
|
420
420
|
"/src/unstable-core-do-not-import/http/resolveResponse.ts",
|
|
421
|
-
"/src/unstable-core-do-not-import/rpc/parseTRPCMessage.ts",
|
|
422
421
|
"/src/unstable-core-do-not-import/error/TRPCError.ts",
|
|
423
422
|
"/src/unstable-core-do-not-import/stream/sse.ts",
|
|
424
423
|
"/src/unstable-core-do-not-import/transformer.ts",
|
|
425
424
|
"/src/unstable-core-do-not-import/middleware.ts",
|
|
426
425
|
"/src/unstable-core-do-not-import/router.ts",
|
|
426
|
+
"/src/unstable-core-do-not-import/rpc/parseTRPCMessage.ts",
|
|
427
427
|
"/src/unstable-core-do-not-import/http/contentType.ts",
|
|
428
428
|
"/src/unstable-core-do-not-import/procedureBuilder.ts",
|
|
429
429
|
"/src/unstable-core-do-not-import/stream/jsonl.ts"
|
|
@@ -721,6 +721,16 @@
|
|
|
721
721
|
"percent": 0,
|
|
722
722
|
"reduction": 100
|
|
723
723
|
},
|
|
724
|
+
{
|
|
725
|
+
"id": "/src/index.ts",
|
|
726
|
+
"size": 0,
|
|
727
|
+
"origSize": 32,
|
|
728
|
+
"renderedExports": [],
|
|
729
|
+
"removedExports": [],
|
|
730
|
+
"dependents": [],
|
|
731
|
+
"percent": 0,
|
|
732
|
+
"reduction": 100
|
|
733
|
+
},
|
|
724
734
|
{
|
|
725
735
|
"id": "/src/rpc.ts",
|
|
726
736
|
"size": 0,
|
|
@@ -732,9 +742,9 @@
|
|
|
732
742
|
"reduction": 100
|
|
733
743
|
},
|
|
734
744
|
{
|
|
735
|
-
"id": "/src/
|
|
745
|
+
"id": "/src/shared.ts",
|
|
736
746
|
"size": 0,
|
|
737
|
-
"origSize":
|
|
747
|
+
"origSize": 653,
|
|
738
748
|
"renderedExports": [],
|
|
739
749
|
"removedExports": [],
|
|
740
750
|
"dependents": [],
|
|
@@ -754,16 +764,6 @@
|
|
|
754
764
|
"percent": 0,
|
|
755
765
|
"reduction": 100
|
|
756
766
|
},
|
|
757
|
-
{
|
|
758
|
-
"id": "/src/shared.ts",
|
|
759
|
-
"size": 0,
|
|
760
|
-
"origSize": 653,
|
|
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,
|
|
@@ -814,8 +814,8 @@
|
|
|
814
814
|
"removedExports": [],
|
|
815
815
|
"dependents": [
|
|
816
816
|
"/src/adapters/express.ts",
|
|
817
|
-
"/src/adapters/standalone.ts",
|
|
818
817
|
"/src/adapters/next.ts",
|
|
818
|
+
"/src/adapters/standalone.ts",
|
|
819
819
|
"/src/adapters/fastify/fastifyRequestHandler.ts"
|
|
820
820
|
],
|
|
821
821
|
"percent": 0,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trpc/server",
|
|
3
|
-
"version": "11.0.0-alpha-tmp-issues-5851-take-two.
|
|
3
|
+
"version": "11.0.0-alpha-tmp-issues-5851-take-two.478+6c450dc97",
|
|
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": "6c450dc97329d8328193f0f90fd46fa11d088949"
|
|
153
153
|
}
|