@trpc/server 11.0.0-next-beta.228 → 11.0.0-next-beta.234

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.
@@ -58,8 +58,8 @@
58
58
  "removedExports": [],
59
59
  "dependents": [
60
60
  "/src/unstable-core-do-not-import/index.ts",
61
- "/src/unstable-core-do-not-import/http/resolveHTTPResponse.ts",
62
- "/src/unstable-core-do-not-import/initTRPC.ts"
61
+ "/src/unstable-core-do-not-import/initTRPC.ts",
62
+ "/src/unstable-core-do-not-import/http/resolveHTTPResponse.ts"
63
63
  ],
64
64
  "percent": 5.48,
65
65
  "reduction": 46.7
@@ -240,9 +240,9 @@
240
240
  "removedExports": [],
241
241
  "dependents": [
242
242
  "/src/unstable-core-do-not-import/index.ts",
243
- "/src/unstable-core-do-not-import/http/resolveHTTPResponse.ts",
244
243
  "/src/unstable-core-do-not-import/initTRPC.ts",
245
- "/src/unstable-core-do-not-import/router.ts"
244
+ "/src/unstable-core-do-not-import/router.ts",
245
+ "/src/unstable-core-do-not-import/http/resolveHTTPResponse.ts"
246
246
  ],
247
247
  "percent": 2.69,
248
248
  "reduction": 46.52
@@ -306,10 +306,10 @@
306
306
  "removedExports": [],
307
307
  "dependents": [
308
308
  "/src/unstable-core-do-not-import/index.ts",
309
- "/src/unstable-core-do-not-import/http/resolveHTTPResponse.ts",
310
- "/src/unstable-core-do-not-import/http/contentType.ts",
311
309
  "/src/unstable-core-do-not-import/middleware.ts",
312
310
  "/src/unstable-core-do-not-import/router.ts",
311
+ "/src/unstable-core-do-not-import/http/resolveHTTPResponse.ts",
312
+ "/src/unstable-core-do-not-import/http/contentType.ts",
313
313
  "/src/unstable-core-do-not-import/procedureBuilder.ts"
314
314
  ],
315
315
  "percent": 1.69,
@@ -408,8 +408,8 @@
408
408
  ],
409
409
  "removedExports": [],
410
410
  "dependents": [
411
- "/src/unstable-core-do-not-import/http/resolveHTTPResponse.ts",
412
- "/src/unstable-core-do-not-import/error/getErrorShape.ts"
411
+ "/src/unstable-core-do-not-import/error/getErrorShape.ts",
412
+ "/src/unstable-core-do-not-import/http/resolveHTTPResponse.ts"
413
413
  ],
414
414
  "percent": 1.21,
415
415
  "reduction": 16.62
@@ -454,12 +454,12 @@
454
454
  "removedExports": [],
455
455
  "dependents": [
456
456
  "/src/unstable-core-do-not-import/index.ts",
457
- "/src/unstable-core-do-not-import/rpc/codes.ts",
458
- "/src/unstable-core-do-not-import/rpc/parseTRPCMessage.ts",
459
457
  "/src/unstable-core-do-not-import/error/TRPCError.ts",
460
458
  "/src/unstable-core-do-not-import/middleware.ts",
461
459
  "/src/unstable-core-do-not-import/router.ts",
462
460
  "/src/unstable-core-do-not-import/transformer.ts",
461
+ "/src/unstable-core-do-not-import/rpc/codes.ts",
462
+ "/src/unstable-core-do-not-import/rpc/parseTRPCMessage.ts",
463
463
  "/src/unstable-core-do-not-import/procedureBuilder.ts"
464
464
  ],
465
465
  "percent": 0.98,
@@ -657,9 +657,9 @@
657
657
  "reduction": 94.08
658
658
  },
659
659
  {
660
- "id": "/src/http.ts",
660
+ "id": "/src/index.ts",
661
661
  "size": 0,
662
- "origSize": 37,
662
+ "origSize": 32,
663
663
  "renderedExports": [],
664
664
  "removedExports": [],
665
665
  "dependents": [],
@@ -667,9 +667,9 @@
667
667
  "reduction": 100
668
668
  },
669
669
  {
670
- "id": "/src/rpc.ts",
670
+ "id": "/src/http.ts",
671
671
  "size": 0,
672
- "origSize": 36,
672
+ "origSize": 37,
673
673
  "renderedExports": [],
674
674
  "removedExports": [],
675
675
  "dependents": [],
@@ -677,9 +677,9 @@
677
677
  "reduction": 100
678
678
  },
679
679
  {
680
- "id": "/src/index.ts",
680
+ "id": "/src/rpc.ts",
681
681
  "size": 0,
682
- "origSize": 32,
682
+ "origSize": 36,
683
683
  "renderedExports": [],
684
684
  "removedExports": [],
685
685
  "dependents": [],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trpc/server",
3
- "version": "11.0.0-next-beta.228+38f3240e9",
3
+ "version": "11.0.0-next-beta.234+0ab65b177",
4
4
  "description": "The tRPC server library",
5
5
  "author": "KATT",
6
6
  "license": "MIT",
@@ -148,7 +148,7 @@
148
148
  "tslib": "^2.5.0",
149
149
  "tsx": "^4.0.0",
150
150
  "typescript": "^5.3.3",
151
- "valibot": "^0.26.0",
151
+ "valibot": "^0.27.0",
152
152
  "vitest": "^0.32.0",
153
153
  "ws": "^8.0.0",
154
154
  "yup": "^1.0.0",
@@ -157,5 +157,5 @@
157
157
  "funding": [
158
158
  "https://trpc.io/sponsor"
159
159
  ],
160
- "gitHead": "38f3240e90b089d5e6edd037061c35c00af4c9ba"
160
+ "gitHead": "0ab65b1773532ebcff2baeab7926567884d81c0e"
161
161
  }