@trpc/server 11.0.0-rc.466 → 11.0.0-rc.467

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.
@@ -423,9 +423,9 @@
423
423
  "/src/unstable-core-do-not-import/http/getHTTPStatusCode.ts",
424
424
  "/src/unstable-core-do-not-import/http/parseConnectionParams.ts",
425
425
  "/src/unstable-core-do-not-import/http/resolveResponse.ts",
426
+ "/src/unstable-core-do-not-import/rpc/parseTRPCMessage.ts",
426
427
  "/src/unstable-core-do-not-import/http/contentType.ts",
427
428
  "/src/unstable-core-do-not-import/procedureBuilder.ts",
428
- "/src/unstable-core-do-not-import/rpc/parseTRPCMessage.ts",
429
429
  "/src/unstable-core-do-not-import/stream/jsonl.ts"
430
430
  ],
431
431
  "percent": 0.91,
@@ -731,6 +731,16 @@
731
731
  "percent": 0,
732
732
  "reduction": 100
733
733
  },
734
+ {
735
+ "id": "/src/rpc.ts",
736
+ "size": 0,
737
+ "origSize": 36,
738
+ "renderedExports": [],
739
+ "removedExports": [],
740
+ "dependents": [],
741
+ "percent": 0,
742
+ "reduction": 100
743
+ },
734
744
  {
735
745
  "id": "/src/shared.ts",
736
746
  "size": 0,
@@ -754,16 +764,6 @@
754
764
  "percent": 0,
755
765
  "reduction": 100
756
766
  },
757
- {
758
- "id": "/src/rpc.ts",
759
- "size": 0,
760
- "origSize": 36,
761
- "renderedExports": [],
762
- "removedExports": [],
763
- "dependents": [],
764
- "percent": 0,
765
- "reduction": 100
766
- },
767
767
  {
768
768
  "id": "/src/adapters/next-app-dir.ts",
769
769
  "size": 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trpc/server",
3
- "version": "11.0.0-rc.466+1e8344ea7",
3
+ "version": "11.0.0-rc.467+8f72171d6",
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.49.2",
120
+ "@tanstack/react-query": "^5.51.11",
121
121
  "@types/aws-lambda": "^8.10.137",
122
122
  "@types/express": "^4.17.17",
123
123
  "@types/hash-sum": "^1.0.0",
@@ -126,13 +126,13 @@
126
126
  "@types/react-dom": "^18.3.0",
127
127
  "@types/ws": "^8.2.0",
128
128
  "devalue": "^5.0.0",
129
- "eslint": "^8.56.0",
129
+ "eslint": "^8.57.0",
130
130
  "express": "^4.17.1",
131
131
  "fastify": "^4.16.0",
132
132
  "fastify-plugin": "^4.5.0",
133
133
  "hash-sum": "^2.0.0",
134
134
  "myzod": "^1.3.1",
135
- "next": "^14.1.4",
135
+ "next": "^14.2.5",
136
136
  "react": "^18.3.1",
137
137
  "react-dom": "^18.3.1",
138
138
  "rollup": "^4.9.5",
@@ -140,7 +140,7 @@
140
140
  "superstruct": "^2.0.0",
141
141
  "tslib": "^2.5.0",
142
142
  "tsx": "^4.0.0",
143
- "typescript": "^5.5.0",
143
+ "typescript": "^5.5.3",
144
144
  "valibot": "^0.36.0",
145
145
  "ws": "^8.0.0",
146
146
  "yup": "^1.0.0",
@@ -149,5 +149,5 @@
149
149
  "funding": [
150
150
  "https://trpc.io/sponsor"
151
151
  ],
152
- "gitHead": "1e8344ea7733b77b6d1b6dd07f7ed8630295447a"
152
+ "gitHead": "8f72171d66590811fb233e8514621017d15632ed"
153
153
  }