@trpc/server 11.0.0-alpha-tmp-rethrow-next-errors.386 → 11.0.0-alpha-tmp-app-router-example.365

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.
@@ -653,9 +653,9 @@
653
653
  "reduction": 100
654
654
  },
655
655
  {
656
- "id": "/src/shared.ts",
656
+ "id": "/src/rpc.ts",
657
657
  "size": 0,
658
- "origSize": 653,
658
+ "origSize": 36,
659
659
  "renderedExports": [],
660
660
  "removedExports": [],
661
661
  "dependents": [],
@@ -663,9 +663,9 @@
663
663
  "reduction": 100
664
664
  },
665
665
  {
666
- "id": "/src/rpc.ts",
666
+ "id": "/src/shared.ts",
667
667
  "size": 0,
668
- "origSize": 36,
668
+ "origSize": 653,
669
669
  "renderedExports": [],
670
670
  "removedExports": [],
671
671
  "dependents": [],
@@ -732,8 +732,8 @@
732
732
  "removedExports": [],
733
733
  "dependents": [
734
734
  "/src/adapters/express.ts",
735
- "/src/adapters/standalone.ts",
736
735
  "/src/adapters/next.ts",
736
+ "/src/adapters/standalone.ts",
737
737
  "/src/adapters/fastify/fastifyRequestHandler.ts"
738
738
  ],
739
739
  "percent": 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trpc/server",
3
- "version": "11.0.0-alpha-tmp-rethrow-next-errors.386+a4f5d8541",
3
+ "version": "11.0.0-alpha-tmp-app-router-example.365+895b71884",
4
4
  "description": "The tRPC server library",
5
5
  "author": "KATT",
6
6
  "license": "MIT",
@@ -117,7 +117,7 @@
117
117
  },
118
118
  "devDependencies": {
119
119
  "@fastify/websocket": "^10.0.1",
120
- "@tanstack/react-query": "^5.25.0",
120
+ "@tanstack/react-query": "^5.40.0",
121
121
  "@types/aws-lambda": "^8.10.137",
122
122
  "@types/express": "^4.17.17",
123
123
  "@types/hash-sum": "^1.0.0",
@@ -149,5 +149,5 @@
149
149
  "funding": [
150
150
  "https://trpc.io/sponsor"
151
151
  ],
152
- "gitHead": "a4f5d854168964a872610d94d4aa359789db760b"
152
+ "gitHead": "895b7188470c5828759c3d7bf444b2cf58f26228"
153
153
  }