@trpc/server 11.0.0-next-beta.306 → 11.0.0-next-beta.308

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.
@@ -430,11 +430,11 @@
430
430
  "removedExports": [],
431
431
  "dependents": [
432
432
  "/src/unstable-core-do-not-import.ts",
433
+ "/src/unstable-core-do-not-import/rpc/parseTRPCMessage.ts",
433
434
  "/src/unstable-core-do-not-import/error/TRPCError.ts",
434
435
  "/src/unstable-core-do-not-import/router.ts",
435
436
  "/src/unstable-core-do-not-import/transformer.ts",
436
437
  "/src/unstable-core-do-not-import/middleware.ts",
437
- "/src/unstable-core-do-not-import/rpc/parseTRPCMessage.ts",
438
438
  "/src/unstable-core-do-not-import/procedureBuilder.ts"
439
439
  ],
440
440
  "percent": 0.88,
@@ -638,9 +638,9 @@
638
638
  "reduction": 100
639
639
  },
640
640
  {
641
- "id": "/src/index.ts",
641
+ "id": "/src/rpc.ts",
642
642
  "size": 0,
643
- "origSize": 32,
643
+ "origSize": 36,
644
644
  "renderedExports": [],
645
645
  "removedExports": [],
646
646
  "dependents": [],
@@ -648,9 +648,9 @@
648
648
  "reduction": 100
649
649
  },
650
650
  {
651
- "id": "/src/rpc.ts",
651
+ "id": "/src/shared.ts",
652
652
  "size": 0,
653
- "origSize": 36,
653
+ "origSize": 653,
654
654
  "renderedExports": [],
655
655
  "removedExports": [],
656
656
  "dependents": [],
@@ -658,9 +658,9 @@
658
658
  "reduction": 100
659
659
  },
660
660
  {
661
- "id": "/src/shared.ts",
661
+ "id": "/src/index.ts",
662
662
  "size": 0,
663
- "origSize": 653,
663
+ "origSize": 32,
664
664
  "renderedExports": [],
665
665
  "removedExports": [],
666
666
  "dependents": [],
@@ -716,8 +716,8 @@
716
716
  "renderedExports": [],
717
717
  "removedExports": [],
718
718
  "dependents": [
719
- "/src/adapters/express.ts",
720
719
  "/src/adapters/next.ts",
720
+ "/src/adapters/express.ts",
721
721
  "/src/adapters/standalone.ts"
722
722
  ],
723
723
  "percent": 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trpc/server",
3
- "version": "11.0.0-next-beta.306+73447f741",
3
+ "version": "11.0.0-next-beta.308+955edd79a",
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": "73447f741a48dbc5021e1c2a4fd78b7de4d18bf2"
159
+ "gitHead": "955edd79adaf441bfabc1f45bb83fc74355568b5"
160
160
  }