@trpc/server 11.0.0-rc.577 → 11.0.0-rc.584

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.
@@ -435,11 +435,11 @@
435
435
  "/src/unstable-core-do-not-import/http/getHTTPStatusCode.ts",
436
436
  "/src/unstable-core-do-not-import/http/parseConnectionParams.ts",
437
437
  "/src/unstable-core-do-not-import/http/resolveResponse.ts",
438
+ "/src/unstable-core-do-not-import/rpc/parseTRPCMessage.ts",
438
439
  "/src/unstable-core-do-not-import/error/TRPCError.ts",
439
440
  "/src/unstable-core-do-not-import/transformer.ts",
440
441
  "/src/unstable-core-do-not-import/middleware.ts",
441
442
  "/src/unstable-core-do-not-import/router.ts",
442
- "/src/unstable-core-do-not-import/rpc/parseTRPCMessage.ts",
443
443
  "/src/unstable-core-do-not-import/http/contentType.ts",
444
444
  "/src/unstable-core-do-not-import/procedureBuilder.ts",
445
445
  "/src/unstable-core-do-not-import/stream/jsonl.ts",
@@ -776,9 +776,9 @@
776
776
  "reduction": 100
777
777
  },
778
778
  {
779
- "id": "/src/index.ts",
779
+ "id": "/src/rpc.ts",
780
780
  "size": 0,
781
- "origSize": 32,
781
+ "origSize": 36,
782
782
  "renderedExports": [],
783
783
  "removedExports": [],
784
784
  "dependents": [],
@@ -786,9 +786,9 @@
786
786
  "reduction": 100
787
787
  },
788
788
  {
789
- "id": "/src/shared.ts",
789
+ "id": "/src/index.ts",
790
790
  "size": 0,
791
- "origSize": 653,
791
+ "origSize": 32,
792
792
  "renderedExports": [],
793
793
  "removedExports": [],
794
794
  "dependents": [],
@@ -796,9 +796,9 @@
796
796
  "reduction": 100
797
797
  },
798
798
  {
799
- "id": "/src/rpc.ts",
799
+ "id": "/src/shared.ts",
800
800
  "size": 0,
801
- "origSize": 36,
801
+ "origSize": 653,
802
802
  "renderedExports": [],
803
803
  "removedExports": [],
804
804
  "dependents": [],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trpc/server",
3
- "version": "11.0.0-rc.577+6b5a608eb",
3
+ "version": "11.0.0-rc.584+c92c71b89",
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": "6b5a608eb6a383f3644c1bf6a7551e5da18721cb"
152
+ "gitHead": "c92c71b897e03a80bddac16a56090edd84e54401"
153
153
  }