@trpc/server 11.0.0-alpha-tmp-issues-5851-take-two.470 → 11.0.0-alpha-tmp-issues-5851-take-two.473
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.
|
@@ -814,8 +814,8 @@
|
|
|
814
814
|
"removedExports": [],
|
|
815
815
|
"dependents": [
|
|
816
816
|
"/src/adapters/express.ts",
|
|
817
|
-
"/src/adapters/next.ts",
|
|
818
817
|
"/src/adapters/standalone.ts",
|
|
818
|
+
"/src/adapters/next.ts",
|
|
819
819
|
"/src/adapters/fastify/fastifyRequestHandler.ts"
|
|
820
820
|
],
|
|
821
821
|
"percent": 0,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trpc/server",
|
|
3
|
-
"version": "11.0.0-alpha-tmp-issues-5851-take-two.
|
|
3
|
+
"version": "11.0.0-alpha-tmp-issues-5851-take-two.473+1d5ba7539",
|
|
4
4
|
"description": "The tRPC server library",
|
|
5
5
|
"author": "KATT",
|
|
6
6
|
"license": "MIT",
|
|
@@ -149,5 +149,5 @@
|
|
|
149
149
|
"funding": [
|
|
150
150
|
"https://trpc.io/sponsor"
|
|
151
151
|
],
|
|
152
|
-
"gitHead": "
|
|
152
|
+
"gitHead": "1d5ba753917cfd3f46a72aa8f21fabbb85128809"
|
|
153
153
|
}
|