@trpc/server 11.0.0-next-beta.318 → 11.0.0-next.320

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.
@@ -43,8 +43,8 @@
43
43
  "removedExports": [],
44
44
  "dependents": [
45
45
  "/src/unstable-core-do-not-import.ts",
46
- "/src/unstable-core-do-not-import/http/resolveHTTPResponse.ts",
47
- "/src/unstable-core-do-not-import/initTRPC.ts"
46
+ "/src/unstable-core-do-not-import/initTRPC.ts",
47
+ "/src/unstable-core-do-not-import/http/resolveHTTPResponse.ts"
48
48
  ],
49
49
  "percent": 6.56,
50
50
  "reduction": 38.58
@@ -202,9 +202,9 @@
202
202
  "removedExports": [],
203
203
  "dependents": [
204
204
  "/src/unstable-core-do-not-import.ts",
205
- "/src/unstable-core-do-not-import/http/resolveHTTPResponse.ts",
206
205
  "/src/unstable-core-do-not-import/router.ts",
207
- "/src/unstable-core-do-not-import/initTRPC.ts"
206
+ "/src/unstable-core-do-not-import/initTRPC.ts",
207
+ "/src/unstable-core-do-not-import/http/resolveHTTPResponse.ts"
208
208
  ],
209
209
  "percent": 2.97,
210
210
  "reduction": 45.94
@@ -268,10 +268,10 @@
268
268
  "removedExports": [],
269
269
  "dependents": [
270
270
  "/src/unstable-core-do-not-import.ts",
271
- "/src/unstable-core-do-not-import/http/resolveHTTPResponse.ts",
272
- "/src/unstable-core-do-not-import/http/contentType.ts",
273
271
  "/src/unstable-core-do-not-import/router.ts",
274
272
  "/src/unstable-core-do-not-import/middleware.ts",
273
+ "/src/unstable-core-do-not-import/http/resolveHTTPResponse.ts",
274
+ "/src/unstable-core-do-not-import/http/contentType.ts",
275
275
  "/src/unstable-core-do-not-import/procedureBuilder.ts"
276
276
  ],
277
277
  "percent": 1.87,
@@ -397,8 +397,8 @@
397
397
  ],
398
398
  "removedExports": [],
399
399
  "dependents": [
400
- "/src/unstable-core-do-not-import/http/resolveHTTPResponse.ts",
401
- "/src/unstable-core-do-not-import/error/getErrorShape.ts"
400
+ "/src/unstable-core-do-not-import/error/getErrorShape.ts",
401
+ "/src/unstable-core-do-not-import/http/resolveHTTPResponse.ts"
402
402
  ],
403
403
  "percent": 1.37,
404
404
  "reduction": 22.76
@@ -628,9 +628,9 @@
628
628
  "reduction": 93.8
629
629
  },
630
630
  {
631
- "id": "/src/http.ts",
631
+ "id": "/src/index.ts",
632
632
  "size": 0,
633
- "origSize": 37,
633
+ "origSize": 32,
634
634
  "renderedExports": [],
635
635
  "removedExports": [],
636
636
  "dependents": [],
@@ -638,9 +638,9 @@
638
638
  "reduction": 100
639
639
  },
640
640
  {
641
- "id": "/src/index.ts",
641
+ "id": "/src/http.ts",
642
642
  "size": 0,
643
- "origSize": 32,
643
+ "origSize": 37,
644
644
  "renderedExports": [],
645
645
  "removedExports": [],
646
646
  "dependents": [],
@@ -716,9 +716,9 @@
716
716
  "renderedExports": [],
717
717
  "removedExports": [],
718
718
  "dependents": [
719
- "/src/adapters/next.ts",
720
719
  "/src/adapters/express.ts",
721
- "/src/adapters/standalone.ts"
720
+ "/src/adapters/standalone.ts",
721
+ "/src/adapters/next.ts"
722
722
  ],
723
723
  "percent": 0,
724
724
  "reduction": 100
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trpc/server",
3
- "version": "11.0.0-next-beta.318+e9899d002",
3
+ "version": "11.0.0-next.320+f3a237ccb",
4
4
  "description": "The tRPC server library",
5
5
  "author": "KATT",
6
6
  "license": "MIT",
@@ -156,5 +156,5 @@
156
156
  "funding": [
157
157
  "https://trpc.io/sponsor"
158
158
  ],
159
- "gitHead": "e9899d0025de0f366ad850a2dd85c5d8cbaedd61"
159
+ "gitHead": "f3a237ccb36c083c1bfb30817e1f90a177df763b"
160
160
  }