@trpc/server 11.0.0-next-beta.249 → 11.0.0-next-beta.253
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.
|
@@ -563,8 +563,8 @@
|
|
|
563
563
|
],
|
|
564
564
|
"removedExports": [],
|
|
565
565
|
"dependents": [
|
|
566
|
-
"/src/adapters/node-http/content-type/
|
|
567
|
-
"/src/adapters/node-http/content-type/
|
|
566
|
+
"/src/adapters/node-http/content-type/json/index.ts",
|
|
567
|
+
"/src/adapters/node-http/content-type/form-data/index.ts"
|
|
568
568
|
],
|
|
569
569
|
"percent": 0.13,
|
|
570
570
|
"reduction": 86.68
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trpc/server",
|
|
3
|
-
"version": "11.0.0-next-beta.
|
|
3
|
+
"version": "11.0.0-next-beta.253+9bcf00a0f",
|
|
4
4
|
"description": "The tRPC server library",
|
|
5
5
|
"author": "KATT",
|
|
6
6
|
"license": "MIT",
|
|
@@ -157,5 +157,5 @@
|
|
|
157
157
|
"funding": [
|
|
158
158
|
"https://trpc.io/sponsor"
|
|
159
159
|
],
|
|
160
|
-
"gitHead": "
|
|
160
|
+
"gitHead": "9bcf00a0f8367a70c4a9e72a1f194abc0bf702f6"
|
|
161
161
|
}
|