@trpc/server 11.0.0-rc.366 → 11.0.0-rc.369
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.
|
@@ -634,9 +634,9 @@
|
|
|
634
634
|
"reduction": 100
|
|
635
635
|
},
|
|
636
636
|
{
|
|
637
|
-
"id": "/src/
|
|
637
|
+
"id": "/src/shared.ts",
|
|
638
638
|
"size": 0,
|
|
639
|
-
"origSize":
|
|
639
|
+
"origSize": 653,
|
|
640
640
|
"renderedExports": [],
|
|
641
641
|
"removedExports": [],
|
|
642
642
|
"dependents": [],
|
|
@@ -644,9 +644,9 @@
|
|
|
644
644
|
"reduction": 100
|
|
645
645
|
},
|
|
646
646
|
{
|
|
647
|
-
"id": "/src/
|
|
647
|
+
"id": "/src/rpc.ts",
|
|
648
648
|
"size": 0,
|
|
649
|
-
"origSize":
|
|
649
|
+
"origSize": 36,
|
|
650
650
|
"renderedExports": [],
|
|
651
651
|
"removedExports": [],
|
|
652
652
|
"dependents": [],
|
|
@@ -713,8 +713,8 @@
|
|
|
713
713
|
"removedExports": [],
|
|
714
714
|
"dependents": [
|
|
715
715
|
"/src/adapters/express.ts",
|
|
716
|
-
"/src/adapters/next.ts",
|
|
717
716
|
"/src/adapters/standalone.ts",
|
|
717
|
+
"/src/adapters/next.ts",
|
|
718
718
|
"/src/adapters/fastify/fastifyRequestHandler.ts"
|
|
719
719
|
],
|
|
720
720
|
"percent": 0,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trpc/server",
|
|
3
|
-
"version": "11.0.0-rc.
|
|
3
|
+
"version": "11.0.0-rc.369+0fb9a1d0a",
|
|
4
4
|
"description": "The tRPC server library",
|
|
5
5
|
"author": "KATT",
|
|
6
6
|
"license": "MIT",
|
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
"@types/express": "^4.17.17",
|
|
123
123
|
"@types/hash-sum": "^1.0.0",
|
|
124
124
|
"@types/node": "^20.10.0",
|
|
125
|
-
"@types/react": "^18.3.
|
|
125
|
+
"@types/react": "^18.3.1",
|
|
126
126
|
"@types/react-dom": "^18.3.0",
|
|
127
127
|
"@types/ws": "^8.2.0",
|
|
128
128
|
"devalue": "^5.0.0",
|
|
@@ -133,8 +133,8 @@
|
|
|
133
133
|
"hash-sum": "^2.0.0",
|
|
134
134
|
"myzod": "^1.3.1",
|
|
135
135
|
"next": "^14.1.4",
|
|
136
|
-
"react": "^18.3.
|
|
137
|
-
"react-dom": "^18.3.
|
|
136
|
+
"react": "^18.3.1",
|
|
137
|
+
"react-dom": "^18.3.1",
|
|
138
138
|
"rollup": "^4.9.5",
|
|
139
139
|
"superjson": "^1.12.4",
|
|
140
140
|
"superstruct": "^1.0.0",
|
|
@@ -149,5 +149,5 @@
|
|
|
149
149
|
"funding": [
|
|
150
150
|
"https://trpc.io/sponsor"
|
|
151
151
|
],
|
|
152
|
-
"gitHead": "
|
|
152
|
+
"gitHead": "0fb9a1d0a5ed26aa155b6d01d5deebe22cbf19cf"
|
|
153
153
|
}
|