@trpc/server 11.0.0-rc.432 → 11.0.0-rc.433

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.
@@ -415,12 +415,12 @@
415
415
  "dependents": [
416
416
  "/src/unstable-core-do-not-import.ts",
417
417
  "/src/unstable-core-do-not-import/http/resolveResponse.ts",
418
- "/src/unstable-core-do-not-import/rpc/parseTRPCMessage.ts",
419
418
  "/src/unstable-core-do-not-import/error/TRPCError.ts",
420
419
  "/src/unstable-core-do-not-import/stream/sse.ts",
421
420
  "/src/unstable-core-do-not-import/transformer.ts",
422
421
  "/src/unstable-core-do-not-import/middleware.ts",
423
422
  "/src/unstable-core-do-not-import/router.ts",
423
+ "/src/unstable-core-do-not-import/rpc/parseTRPCMessage.ts",
424
424
  "/src/unstable-core-do-not-import/http/contentType.ts",
425
425
  "/src/unstable-core-do-not-import/procedureBuilder.ts",
426
426
  "/src/unstable-core-do-not-import/stream/jsonl.ts"
@@ -700,9 +700,9 @@
700
700
  "reduction": 100
701
701
  },
702
702
  {
703
- "id": "/src/rpc.ts",
703
+ "id": "/src/index.ts",
704
704
  "size": 0,
705
- "origSize": 36,
705
+ "origSize": 32,
706
706
  "renderedExports": [],
707
707
  "removedExports": [],
708
708
  "dependents": [],
@@ -710,9 +710,9 @@
710
710
  "reduction": 100
711
711
  },
712
712
  {
713
- "id": "/src/index.ts",
713
+ "id": "/src/shared.ts",
714
714
  "size": 0,
715
- "origSize": 32,
715
+ "origSize": 653,
716
716
  "renderedExports": [],
717
717
  "removedExports": [],
718
718
  "dependents": [],
@@ -720,24 +720,24 @@
720
720
  "reduction": 100
721
721
  },
722
722
  {
723
- "id": "/src/unstable-core-do-not-import.ts",
723
+ "id": "/src/rpc.ts",
724
724
  "size": 0,
725
- "origSize": 2026,
725
+ "origSize": 36,
726
726
  "renderedExports": [],
727
727
  "removedExports": [],
728
- "dependents": [
729
- "/src/adapters/ws.ts"
730
- ],
728
+ "dependents": [],
731
729
  "percent": 0,
732
730
  "reduction": 100
733
731
  },
734
732
  {
735
- "id": "/src/shared.ts",
733
+ "id": "/src/unstable-core-do-not-import.ts",
736
734
  "size": 0,
737
- "origSize": 653,
735
+ "origSize": 2026,
738
736
  "renderedExports": [],
739
737
  "removedExports": [],
740
- "dependents": [],
738
+ "dependents": [
739
+ "/src/adapters/ws.ts"
740
+ ],
741
741
  "percent": 0,
742
742
  "reduction": 100
743
743
  },
@@ -781,8 +781,8 @@
781
781
  "removedExports": [],
782
782
  "dependents": [
783
783
  "/src/adapters/express.ts",
784
- "/src/adapters/standalone.ts",
785
784
  "/src/adapters/next.ts",
785
+ "/src/adapters/standalone.ts",
786
786
  "/src/adapters/fastify/fastifyRequestHandler.ts"
787
787
  ],
788
788
  "percent": 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trpc/server",
3
- "version": "11.0.0-rc.432+f9477e279",
3
+ "version": "11.0.0-rc.433+014d1c839",
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": "f9477e2791948cfb8adb052a1d47dace7f124d06"
152
+ "gitHead": "014d1c839e43d41863559f534c836ad17d8bfc83"
153
153
  }