@trpc/server 11.0.0-next-beta.272 → 11.0.0-next-beta.274

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.
@@ -42,8 +42,8 @@
42
42
  "removedExports": [],
43
43
  "dependents": [
44
44
  "/src/unstable-core-do-not-import.ts",
45
- "/src/unstable-core-do-not-import/initTRPC.ts",
46
- "/src/unstable-core-do-not-import/http/resolveHTTPResponse.ts"
45
+ "/src/unstable-core-do-not-import/http/resolveHTTPResponse.ts",
46
+ "/src/unstable-core-do-not-import/initTRPC.ts"
47
47
  ],
48
48
  "percent": 6.54,
49
49
  "reduction": 38.32
@@ -200,9 +200,9 @@
200
200
  "removedExports": [],
201
201
  "dependents": [
202
202
  "/src/unstable-core-do-not-import.ts",
203
+ "/src/unstable-core-do-not-import/http/resolveHTTPResponse.ts",
203
204
  "/src/unstable-core-do-not-import/router.ts",
204
- "/src/unstable-core-do-not-import/initTRPC.ts",
205
- "/src/unstable-core-do-not-import/http/resolveHTTPResponse.ts"
205
+ "/src/unstable-core-do-not-import/initTRPC.ts"
206
206
  ],
207
207
  "percent": 2.97,
208
208
  "reduction": 45.94
@@ -266,10 +266,10 @@
266
266
  "removedExports": [],
267
267
  "dependents": [
268
268
  "/src/unstable-core-do-not-import.ts",
269
- "/src/unstable-core-do-not-import/router.ts",
270
- "/src/unstable-core-do-not-import/middleware.ts",
271
269
  "/src/unstable-core-do-not-import/http/resolveHTTPResponse.ts",
272
270
  "/src/unstable-core-do-not-import/http/contentType.ts",
271
+ "/src/unstable-core-do-not-import/router.ts",
272
+ "/src/unstable-core-do-not-import/middleware.ts",
273
273
  "/src/unstable-core-do-not-import/procedureBuilder.ts"
274
274
  ],
275
275
  "percent": 1.88,
@@ -368,8 +368,8 @@
368
368
  ],
369
369
  "removedExports": [],
370
370
  "dependents": [
371
- "/src/unstable-core-do-not-import/error/getErrorShape.ts",
372
- "/src/unstable-core-do-not-import/http/resolveHTTPResponse.ts"
371
+ "/src/unstable-core-do-not-import/http/resolveHTTPResponse.ts",
372
+ "/src/unstable-core-do-not-import/error/getErrorShape.ts"
373
373
  ],
374
374
  "percent": 1.34,
375
375
  "reduction": 23.32
@@ -414,8 +414,8 @@
414
414
  "removedExports": [],
415
415
  "dependents": [
416
416
  "/src/unstable-core-do-not-import.ts",
417
- "/src/unstable-core-do-not-import/error/TRPCError.ts",
418
417
  "/src/unstable-core-do-not-import/rpc/codes.ts",
418
+ "/src/unstable-core-do-not-import/error/TRPCError.ts",
419
419
  "/src/unstable-core-do-not-import/router.ts",
420
420
  "/src/unstable-core-do-not-import/transformer.ts",
421
421
  "/src/unstable-core-do-not-import/middleware.ts",
@@ -628,9 +628,9 @@
628
628
  "reduction": 93.8
629
629
  },
630
630
  {
631
- "id": "/src/index.ts",
631
+ "id": "/src/http.ts",
632
632
  "size": 0,
633
- "origSize": 32,
633
+ "origSize": 37,
634
634
  "renderedExports": [],
635
635
  "removedExports": [],
636
636
  "dependents": [],
@@ -638,9 +638,9 @@
638
638
  "reduction": 100
639
639
  },
640
640
  {
641
- "id": "/src/http.ts",
641
+ "id": "/src/index.ts",
642
642
  "size": 0,
643
- "origSize": 37,
643
+ "origSize": 32,
644
644
  "renderedExports": [],
645
645
  "removedExports": [],
646
646
  "dependents": [],
@@ -658,9 +658,9 @@
658
658
  "reduction": 100
659
659
  },
660
660
  {
661
- "id": "/src/unstable-core-do-not-import.ts",
661
+ "id": "/src/shared.ts",
662
662
  "size": 0,
663
- "origSize": 1552,
663
+ "origSize": 653,
664
664
  "renderedExports": [],
665
665
  "removedExports": [],
666
666
  "dependents": [],
@@ -668,9 +668,9 @@
668
668
  "reduction": 100
669
669
  },
670
670
  {
671
- "id": "/src/shared.ts",
671
+ "id": "/src/unstable-core-do-not-import.ts",
672
672
  "size": 0,
673
- "origSize": 653,
673
+ "origSize": 1552,
674
674
  "renderedExports": [],
675
675
  "removedExports": [],
676
676
  "dependents": [],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trpc/server",
3
- "version": "11.0.0-next-beta.272+765a5e71a",
3
+ "version": "11.0.0-next-beta.274+bc5196e28",
4
4
  "description": "The tRPC server library",
5
5
  "author": "KATT",
6
6
  "license": "MIT",
@@ -149,7 +149,7 @@
149
149
  "tsx": "^4.0.0",
150
150
  "typescript": "^5.3.3",
151
151
  "valibot": "^0.28.0",
152
- "vitest": "^0.32.0",
152
+ "vitest": "^1.2.2",
153
153
  "ws": "^8.0.0",
154
154
  "yup": "^1.0.0",
155
155
  "zod": "^3.0.0"
@@ -157,5 +157,5 @@
157
157
  "funding": [
158
158
  "https://trpc.io/sponsor"
159
159
  ],
160
- "gitHead": "765a5e71a5b84d54d6275ec93e4314d43feb10cf"
160
+ "gitHead": "bc5196e28b43de58d58c4d3ca76ab45aa96f30e4"
161
161
  }