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

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",
434
433
  "/src/unstable-core-do-not-import/error/TRPCError.ts",
435
434
  "/src/unstable-core-do-not-import/router.ts",
436
435
  "/src/unstable-core-do-not-import/transformer.ts",
437
436
  "/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/rpc.ts",
641
+ "id": "/src/index.ts",
642
642
  "size": 0,
643
- "origSize": 36,
643
+ "origSize": 32,
644
644
  "renderedExports": [],
645
645
  "removedExports": [],
646
646
  "dependents": [],
@@ -648,9 +648,9 @@
648
648
  "reduction": 100
649
649
  },
650
650
  {
651
- "id": "/src/shared.ts",
651
+ "id": "/src/rpc.ts",
652
652
  "size": 0,
653
- "origSize": 653,
653
+ "origSize": 36,
654
654
  "renderedExports": [],
655
655
  "removedExports": [],
656
656
  "dependents": [],
@@ -658,9 +658,9 @@
658
658
  "reduction": 100
659
659
  },
660
660
  {
661
- "id": "/src/index.ts",
661
+ "id": "/src/shared.ts",
662
662
  "size": 0,
663
- "origSize": 32,
663
+ "origSize": 653,
664
664
  "renderedExports": [],
665
665
  "removedExports": [],
666
666
  "dependents": [],
@@ -690,9 +690,9 @@
690
690
  "reduction": 100
691
691
  },
692
692
  {
693
- "id": "/src/adapters/fetch/index.ts",
693
+ "id": "/src/adapters/fastify/index.ts",
694
694
  "size": 0,
695
- "origSize": 64,
695
+ "origSize": 78,
696
696
  "renderedExports": [],
697
697
  "removedExports": [],
698
698
  "dependents": [],
@@ -700,9 +700,9 @@
700
700
  "reduction": 100
701
701
  },
702
702
  {
703
- "id": "/src/adapters/fastify/index.ts",
703
+ "id": "/src/adapters/fetch/index.ts",
704
704
  "size": 0,
705
- "origSize": 78,
705
+ "origSize": 64,
706
706
  "renderedExports": [],
707
707
  "removedExports": [],
708
708
  "dependents": [],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trpc/server",
3
- "version": "11.0.0-next-beta.308+955edd79a",
3
+ "version": "11.0.0-next-beta.311+0a4f0a114",
4
4
  "description": "The tRPC server library",
5
5
  "author": "KATT",
6
6
  "license": "MIT",
@@ -122,7 +122,7 @@
122
122
  },
123
123
  "devDependencies": {
124
124
  "@fastify/websocket": "^7.1.2",
125
- "@tanstack/react-query": "^5.0.0",
125
+ "@tanstack/react-query": "^5.25.0",
126
126
  "@types/aws-lambda": "^8.10.97",
127
127
  "@types/express": "^4.17.17",
128
128
  "@types/hash-sum": "^1.0.0",
@@ -156,5 +156,5 @@
156
156
  "funding": [
157
157
  "https://trpc.io/sponsor"
158
158
  ],
159
- "gitHead": "955edd79adaf441bfabc1f45bb83fc74355568b5"
159
+ "gitHead": "0a4f0a1143bd2c563dabc08d8e7b31affeca9e42"
160
160
  }