@trpc/server 11.0.0-alpha-tmp-issues-5851-take-two.473 → 11.0.0-alpha-tmp-issues-5851-take-two.475

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.
@@ -193,9 +193,9 @@
193
193
  "removedExports": [],
194
194
  "dependents": [
195
195
  "/src/unstable-core-do-not-import.ts",
196
+ "/src/unstable-core-do-not-import/http/resolveResponse.ts",
196
197
  "/src/unstable-core-do-not-import/initTRPC.ts",
197
- "/src/unstable-core-do-not-import/router.ts",
198
- "/src/unstable-core-do-not-import/http/resolveResponse.ts"
198
+ "/src/unstable-core-do-not-import/router.ts"
199
199
  ],
200
200
  "percent": 2.09,
201
201
  "reduction": 45.94
@@ -319,11 +319,11 @@
319
319
  "removedExports": [],
320
320
  "dependents": [
321
321
  "/src/unstable-core-do-not-import.ts",
322
+ "/src/unstable-core-do-not-import/http/parseConnectionParams.ts",
323
+ "/src/unstable-core-do-not-import/http/resolveResponse.ts",
322
324
  "/src/unstable-core-do-not-import/stream/sse.ts",
323
325
  "/src/unstable-core-do-not-import/middleware.ts",
324
326
  "/src/unstable-core-do-not-import/router.ts",
325
- "/src/unstable-core-do-not-import/http/parseConnectionParams.ts",
326
- "/src/unstable-core-do-not-import/http/resolveResponse.ts",
327
327
  "/src/unstable-core-do-not-import/http/contentType.ts",
328
328
  "/src/unstable-core-do-not-import/procedureBuilder.ts",
329
329
  "/src/unstable-core-do-not-import/stream/jsonl.ts"
@@ -393,8 +393,8 @@
393
393
  "removedExports": [],
394
394
  "dependents": [
395
395
  "/src/unstable-core-do-not-import.ts",
396
- "/src/unstable-core-do-not-import/error/getErrorShape.ts",
397
- "/src/unstable-core-do-not-import/http/resolveResponse.ts"
396
+ "/src/unstable-core-do-not-import/http/resolveResponse.ts",
397
+ "/src/unstable-core-do-not-import/error/getErrorShape.ts"
398
398
  ],
399
399
  "percent": 0.98,
400
400
  "reduction": 18.7
@@ -415,15 +415,15 @@
415
415
  "removedExports": [],
416
416
  "dependents": [
417
417
  "/src/unstable-core-do-not-import.ts",
418
+ "/src/unstable-core-do-not-import/http/getHTTPStatusCode.ts",
419
+ "/src/unstable-core-do-not-import/http/parseConnectionParams.ts",
420
+ "/src/unstable-core-do-not-import/http/resolveResponse.ts",
421
+ "/src/unstable-core-do-not-import/rpc/parseTRPCMessage.ts",
418
422
  "/src/unstable-core-do-not-import/error/TRPCError.ts",
419
423
  "/src/unstable-core-do-not-import/stream/sse.ts",
420
424
  "/src/unstable-core-do-not-import/transformer.ts",
421
425
  "/src/unstable-core-do-not-import/middleware.ts",
422
426
  "/src/unstable-core-do-not-import/router.ts",
423
- "/src/unstable-core-do-not-import/http/getHTTPStatusCode.ts",
424
- "/src/unstable-core-do-not-import/http/parseConnectionParams.ts",
425
- "/src/unstable-core-do-not-import/http/resolveResponse.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"
@@ -709,16 +709,6 @@
709
709
  "percent": 0.05,
710
710
  "reduction": 93.8
711
711
  },
712
- {
713
- "id": "/src/index.ts",
714
- "size": 0,
715
- "origSize": 32,
716
- "renderedExports": [],
717
- "removedExports": [],
718
- "dependents": [],
719
- "percent": 0,
720
- "reduction": 100
721
- },
722
712
  {
723
713
  "id": "/src/http.ts",
724
714
  "size": 0,
@@ -741,6 +731,16 @@
741
731
  "percent": 0,
742
732
  "reduction": 100
743
733
  },
734
+ {
735
+ "id": "/src/index.ts",
736
+ "size": 0,
737
+ "origSize": 32,
738
+ "renderedExports": [],
739
+ "removedExports": [],
740
+ "dependents": [],
741
+ "percent": 0,
742
+ "reduction": 100
743
+ },
744
744
  {
745
745
  "id": "/src/shared.ts",
746
746
  "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.473+1d5ba7539",
3
+ "version": "11.0.0-alpha-tmp-issues-5851-take-two.475+556a48395",
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": "1d5ba753917cfd3f46a72aa8f21fabbb85128809"
152
+ "gitHead": "556a4839590ea9794598dff075e998e053c3dc02"
153
153
  }