@trpc/server 11.0.0-rc.354 → 11.0.0-rc.359

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.
@@ -663,8 +663,8 @@
663
663
  ],
664
664
  "removedExports": [],
665
665
  "dependents": [
666
- "/src/adapters/node-http/content-type/form-data/index.ts",
667
- "/src/adapters/node-http/content-type/json/index.ts"
666
+ "/src/adapters/node-http/content-type/json/index.ts",
667
+ "/src/adapters/node-http/content-type/form-data/index.ts"
668
668
  ],
669
669
  "percent": 0.12,
670
670
  "reduction": 86.68
@@ -731,9 +731,9 @@
731
731
  "reduction": 100
732
732
  },
733
733
  {
734
- "id": "/src/shared.ts",
734
+ "id": "/src/unstable-core-do-not-import.ts",
735
735
  "size": 0,
736
- "origSize": 653,
736
+ "origSize": 1498,
737
737
  "renderedExports": [],
738
738
  "removedExports": [],
739
739
  "dependents": [],
@@ -741,9 +741,9 @@
741
741
  "reduction": 100
742
742
  },
743
743
  {
744
- "id": "/src/unstable-core-do-not-import.ts",
744
+ "id": "/src/shared.ts",
745
745
  "size": 0,
746
- "origSize": 1498,
746
+ "origSize": 653,
747
747
  "renderedExports": [],
748
748
  "removedExports": [],
749
749
  "dependents": [],
@@ -773,9 +773,9 @@
773
773
  "reduction": 100
774
774
  },
775
775
  {
776
- "id": "/src/adapters/fastify/index.ts",
776
+ "id": "/src/adapters/fetch/index.ts",
777
777
  "size": 0,
778
- "origSize": 78,
778
+ "origSize": 64,
779
779
  "renderedExports": [],
780
780
  "removedExports": [],
781
781
  "dependents": [],
@@ -783,9 +783,9 @@
783
783
  "reduction": 100
784
784
  },
785
785
  {
786
- "id": "/src/adapters/fetch/index.ts",
786
+ "id": "/src/adapters/fastify/index.ts",
787
787
  "size": 0,
788
- "origSize": 64,
788
+ "origSize": 78,
789
789
  "renderedExports": [],
790
790
  "removedExports": [],
791
791
  "dependents": [],
@@ -800,8 +800,8 @@
800
800
  "removedExports": [],
801
801
  "dependents": [
802
802
  "/src/adapters/express.ts",
803
- "/src/adapters/standalone.ts",
804
- "/src/adapters/next.ts"
803
+ "/src/adapters/next.ts",
804
+ "/src/adapters/standalone.ts"
805
805
  ],
806
806
  "percent": 0,
807
807
  "reduction": 100
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trpc/server",
3
- "version": "11.0.0-rc.354+ab11f2310",
3
+ "version": "11.0.0-rc.359+3bb71110f",
4
4
  "description": "The tRPC server library",
5
5
  "author": "KATT",
6
6
  "license": "MIT",
@@ -132,8 +132,8 @@
132
132
  "@types/express": "^4.17.17",
133
133
  "@types/hash-sum": "^1.0.0",
134
134
  "@types/node": "^20.10.0",
135
- "@types/react": "^18.2.33",
136
- "@types/react-dom": "^18.2.14",
135
+ "@types/react": "^18.3.0",
136
+ "@types/react-dom": "^18.3.0",
137
137
  "@types/ws": "^8.2.0",
138
138
  "@web3-storage/multipart-parser": "^1.0.0",
139
139
  "devalue": "^5.0.0",
@@ -144,8 +144,8 @@
144
144
  "hash-sum": "^2.0.0",
145
145
  "myzod": "^1.3.1",
146
146
  "next": "^14.1.4",
147
- "react": "^18.2.0",
148
- "react-dom": "^18.2.0",
147
+ "react": "^18.3.0",
148
+ "react-dom": "^18.3.0",
149
149
  "rollup": "^4.9.5",
150
150
  "superjson": "^1.12.4",
151
151
  "superstruct": "^1.0.0",
@@ -160,5 +160,5 @@
160
160
  "funding": [
161
161
  "https://trpc.io/sponsor"
162
162
  ],
163
- "gitHead": "ab11f23106d3bc29a3207f52a8bff8806d074267"
163
+ "gitHead": "3bb71110fc13467b7fa1b692f949e1249488a4f3"
164
164
  }