@trpc/server 11.0.0-alpha-tmp-issues-5851-take-two.480 → 11.0.0-alpha-tmp-issues-5851-take-two.481

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.
@@ -423,9 +423,9 @@
423
423
  "/src/unstable-core-do-not-import/transformer.ts",
424
424
  "/src/unstable-core-do-not-import/middleware.ts",
425
425
  "/src/unstable-core-do-not-import/router.ts",
426
- "/src/unstable-core-do-not-import/rpc/parseTRPCMessage.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,
@@ -731,16 +731,6 @@
731
731
  "percent": 0,
732
732
  "reduction": 100
733
733
  },
734
- {
735
- "id": "/src/rpc.ts",
736
- "size": 0,
737
- "origSize": 36,
738
- "renderedExports": [],
739
- "removedExports": [],
740
- "dependents": [],
741
- "percent": 0,
742
- "reduction": 100
743
- },
744
734
  {
745
735
  "id": "/src/shared.ts",
746
736
  "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-alpha-tmp-issues-5851-take-two.480+db5734a45",
3
+ "version": "11.0.0-alpha-tmp-issues-5851-take-two.481+521a58480",
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": "db5734a45e61604faca3aa7d3143086164b28281"
152
+ "gitHead": "521a58480a40f3448c788cf38297f0fab5d51558"
153
153
  }