@trpc/server 11.0.0-rc.501 → 11.0.0-rc.520

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.
@@ -141,8 +141,8 @@
141
141
  ],
142
142
  "removedExports": [],
143
143
  "dependents": [
144
- "/src/adapters/ws.ts",
145
144
  "/src/observable/index.ts",
145
+ "/src/adapters/ws.ts",
146
146
  "/src/unstable-core-do-not-import/http/resolveResponse.ts",
147
147
  "/src/observable/operators.ts"
148
148
  ],
@@ -748,16 +748,6 @@
748
748
  "percent": 0,
749
749
  "reduction": 100
750
750
  },
751
- {
752
- "id": "/src/shared.ts",
753
- "size": 0,
754
- "origSize": 653,
755
- "renderedExports": [],
756
- "removedExports": [],
757
- "dependents": [],
758
- "percent": 0,
759
- "reduction": 100
760
- },
761
751
  {
762
752
  "id": "/src/rpc.ts",
763
753
  "size": 0,
@@ -781,6 +771,16 @@
781
771
  "percent": 0,
782
772
  "reduction": 100
783
773
  },
774
+ {
775
+ "id": "/src/shared.ts",
776
+ "size": 0,
777
+ "origSize": 653,
778
+ "renderedExports": [],
779
+ "removedExports": [],
780
+ "dependents": [],
781
+ "percent": 0,
782
+ "reduction": 100
783
+ },
784
784
  {
785
785
  "id": "/src/adapters/next-app-dir.ts",
786
786
  "size": 0,
@@ -803,6 +803,16 @@
803
803
  "percent": 0,
804
804
  "reduction": 100
805
805
  },
806
+ {
807
+ "id": "/src/adapters/fastify/index.ts",
808
+ "size": 0,
809
+ "origSize": 78,
810
+ "renderedExports": [],
811
+ "removedExports": [],
812
+ "dependents": [],
813
+ "percent": 0,
814
+ "reduction": 100
815
+ },
806
816
  {
807
817
  "id": "/src/adapters/fetch/index.ts",
808
818
  "size": 0,
@@ -827,16 +837,6 @@
827
837
  ],
828
838
  "percent": 0,
829
839
  "reduction": 100
830
- },
831
- {
832
- "id": "/src/adapters/fastify/index.ts",
833
- "size": 0,
834
- "origSize": 78,
835
- "renderedExports": [],
836
- "removedExports": [],
837
- "dependents": [],
838
- "percent": 0,
839
- "reduction": 100
840
840
  }
841
841
  ],
842
842
  "moduleCount": 56
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trpc/server",
3
- "version": "11.0.0-rc.501+2a284167b",
3
+ "version": "11.0.0-rc.520+de3ae0ae1",
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.51.11",
120
+ "@tanstack/react-query": "^5.54.1",
121
121
  "@types/aws-lambda": "^8.10.137",
122
122
  "@types/express": "^4.17.17",
123
123
  "@types/hash-sum": "^1.0.0",
@@ -129,7 +129,7 @@
129
129
  "eslint": "^8.57.0",
130
130
  "express": "^4.17.1",
131
131
  "fastify": "^4.16.0",
132
- "fastify-plugin": "^4.5.0",
132
+ "fastify-plugin": "^5.0.0",
133
133
  "hash-sum": "^2.0.0",
134
134
  "myzod": "^1.3.1",
135
135
  "next": "^14.2.5",
@@ -141,7 +141,7 @@
141
141
  "tslib": "^2.5.0",
142
142
  "tsx": "^4.0.0",
143
143
  "typescript": "^5.5.3",
144
- "valibot": "^0.41.0",
144
+ "valibot": "^0.42.0",
145
145
  "ws": "^8.0.0",
146
146
  "yup": "^1.0.0",
147
147
  "zod": "^3.0.0"
@@ -149,5 +149,5 @@
149
149
  "funding": [
150
150
  "https://trpc.io/sponsor"
151
151
  ],
152
- "gitHead": "2a284167b37bb4fd699eb650e31afba304d1ba9a"
152
+ "gitHead": "de3ae0ae13d1ac8438642cc42a82c6732136bafb"
153
153
  }