@trpc/server 11.0.0-rc.500 → 11.0.0-rc.502

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.
@@ -206,9 +206,9 @@
206
206
  "removedExports": [],
207
207
  "dependents": [
208
208
  "/src/unstable-core-do-not-import.ts",
209
- "/src/unstable-core-do-not-import/http/resolveResponse.ts",
210
209
  "/src/unstable-core-do-not-import/initTRPC.ts",
211
- "/src/unstable-core-do-not-import/router.ts"
210
+ "/src/unstable-core-do-not-import/router.ts",
211
+ "/src/unstable-core-do-not-import/http/resolveResponse.ts"
212
212
  ],
213
213
  "percent": 2.02,
214
214
  "reduction": 45.94
@@ -332,10 +332,10 @@
332
332
  "removedExports": [],
333
333
  "dependents": [
334
334
  "/src/unstable-core-do-not-import.ts",
335
- "/src/unstable-core-do-not-import/http/parseConnectionParams.ts",
336
- "/src/unstable-core-do-not-import/http/resolveResponse.ts",
337
335
  "/src/unstable-core-do-not-import/middleware.ts",
338
336
  "/src/unstable-core-do-not-import/router.ts",
337
+ "/src/unstable-core-do-not-import/http/parseConnectionParams.ts",
338
+ "/src/unstable-core-do-not-import/http/resolveResponse.ts",
339
339
  "/src/unstable-core-do-not-import/http/contentType.ts",
340
340
  "/src/unstable-core-do-not-import/procedureBuilder.ts",
341
341
  "/src/unstable-core-do-not-import/stream/jsonl.ts",
@@ -392,8 +392,8 @@
392
392
  "removedExports": [],
393
393
  "dependents": [
394
394
  "/src/unstable-core-do-not-import.ts",
395
- "/src/unstable-core-do-not-import/http/resolveResponse.ts",
396
- "/src/unstable-core-do-not-import/error/getErrorShape.ts"
395
+ "/src/unstable-core-do-not-import/error/getErrorShape.ts",
396
+ "/src/unstable-core-do-not-import/http/resolveResponse.ts"
397
397
  ],
398
398
  "percent": 1,
399
399
  "reduction": 17.52
@@ -429,13 +429,13 @@
429
429
  "removedExports": [],
430
430
  "dependents": [
431
431
  "/src/unstable-core-do-not-import.ts",
432
- "/src/unstable-core-do-not-import/http/getHTTPStatusCode.ts",
433
- "/src/unstable-core-do-not-import/http/parseConnectionParams.ts",
434
- "/src/unstable-core-do-not-import/http/resolveResponse.ts",
435
432
  "/src/unstable-core-do-not-import/error/TRPCError.ts",
436
433
  "/src/unstable-core-do-not-import/transformer.ts",
437
434
  "/src/unstable-core-do-not-import/middleware.ts",
438
435
  "/src/unstable-core-do-not-import/router.ts",
436
+ "/src/unstable-core-do-not-import/http/getHTTPStatusCode.ts",
437
+ "/src/unstable-core-do-not-import/http/parseConnectionParams.ts",
438
+ "/src/unstable-core-do-not-import/http/resolveResponse.ts",
439
439
  "/src/unstable-core-do-not-import/rpc/parseTRPCMessage.ts",
440
440
  "/src/unstable-core-do-not-import/http/contentType.ts",
441
441
  "/src/unstable-core-do-not-import/procedureBuilder.ts",
@@ -727,24 +727,24 @@
727
727
  "reduction": 93.8
728
728
  },
729
729
  {
730
- "id": "/src/http.ts",
730
+ "id": "/src/index.ts",
731
731
  "size": 0,
732
- "origSize": 37,
732
+ "origSize": 32,
733
733
  "renderedExports": [],
734
734
  "removedExports": [],
735
- "dependents": [
736
- "/src/adapters/ws.ts"
737
- ],
735
+ "dependents": [],
738
736
  "percent": 0,
739
737
  "reduction": 100
740
738
  },
741
739
  {
742
- "id": "/src/index.ts",
740
+ "id": "/src/http.ts",
743
741
  "size": 0,
744
- "origSize": 32,
742
+ "origSize": 37,
745
743
  "renderedExports": [],
746
744
  "removedExports": [],
747
- "dependents": [],
745
+ "dependents": [
746
+ "/src/adapters/ws.ts"
747
+ ],
748
748
  "percent": 0,
749
749
  "reduction": 100
750
750
  },
@@ -831,8 +831,8 @@
831
831
  "removedExports": [],
832
832
  "dependents": [
833
833
  "/src/adapters/express.ts",
834
- "/src/adapters/standalone.ts",
835
834
  "/src/adapters/next.ts",
835
+ "/src/adapters/standalone.ts",
836
836
  "/src/adapters/fastify/fastifyRequestHandler.ts"
837
837
  ],
838
838
  "percent": 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trpc/server",
3
- "version": "11.0.0-rc.500+8e82ac330",
3
+ "version": "11.0.0-rc.502+2a8c56027",
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": "8e82ac3307ecba9362e86fc9ea0491ac8885c32a"
152
+ "gitHead": "2a8c5602757cf42727157110270ad55508951da8"
153
153
  }