@trpc/server 11.0.0-alpha-tmp-app-router-example.387 → 11.0.0-alpha-tmp-app-router-example.388
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.
|
@@ -653,9 +653,9 @@
|
|
|
653
653
|
"reduction": 100
|
|
654
654
|
},
|
|
655
655
|
{
|
|
656
|
-
"id": "/src/
|
|
656
|
+
"id": "/src/rpc.ts",
|
|
657
657
|
"size": 0,
|
|
658
|
-
"origSize":
|
|
658
|
+
"origSize": 36,
|
|
659
659
|
"renderedExports": [],
|
|
660
660
|
"removedExports": [],
|
|
661
661
|
"dependents": [],
|
|
@@ -663,9 +663,9 @@
|
|
|
663
663
|
"reduction": 100
|
|
664
664
|
},
|
|
665
665
|
{
|
|
666
|
-
"id": "/src/
|
|
666
|
+
"id": "/src/shared.ts",
|
|
667
667
|
"size": 0,
|
|
668
|
-
"origSize":
|
|
668
|
+
"origSize": 653,
|
|
669
669
|
"renderedExports": [],
|
|
670
670
|
"removedExports": [],
|
|
671
671
|
"dependents": [],
|
|
@@ -705,9 +705,9 @@
|
|
|
705
705
|
"reduction": 100
|
|
706
706
|
},
|
|
707
707
|
{
|
|
708
|
-
"id": "/src/adapters/
|
|
708
|
+
"id": "/src/adapters/fastify/index.ts",
|
|
709
709
|
"size": 0,
|
|
710
|
-
"origSize":
|
|
710
|
+
"origSize": 78,
|
|
711
711
|
"renderedExports": [],
|
|
712
712
|
"removedExports": [],
|
|
713
713
|
"dependents": [],
|
|
@@ -715,9 +715,9 @@
|
|
|
715
715
|
"reduction": 100
|
|
716
716
|
},
|
|
717
717
|
{
|
|
718
|
-
"id": "/src/adapters/
|
|
718
|
+
"id": "/src/adapters/fetch/index.ts",
|
|
719
719
|
"size": 0,
|
|
720
|
-
"origSize":
|
|
720
|
+
"origSize": 64,
|
|
721
721
|
"renderedExports": [],
|
|
722
722
|
"removedExports": [],
|
|
723
723
|
"dependents": [],
|
|
@@ -732,8 +732,8 @@
|
|
|
732
732
|
"removedExports": [],
|
|
733
733
|
"dependents": [
|
|
734
734
|
"/src/adapters/express.ts",
|
|
735
|
-
"/src/adapters/standalone.ts",
|
|
736
735
|
"/src/adapters/next.ts",
|
|
736
|
+
"/src/adapters/standalone.ts",
|
|
737
737
|
"/src/adapters/fastify/fastifyRequestHandler.ts"
|
|
738
738
|
],
|
|
739
739
|
"percent": 0,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trpc/server",
|
|
3
|
-
"version": "11.0.0-alpha-tmp-app-router-example.
|
|
3
|
+
"version": "11.0.0-alpha-tmp-app-router-example.388+2b04d6593",
|
|
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.
|
|
120
|
+
"@tanstack/react-query": "^5.45.0",
|
|
121
121
|
"@types/aws-lambda": "^8.10.137",
|
|
122
122
|
"@types/express": "^4.17.17",
|
|
123
123
|
"@types/hash-sum": "^1.0.0",
|
|
@@ -149,5 +149,5 @@
|
|
|
149
149
|
"funding": [
|
|
150
150
|
"https://trpc.io/sponsor"
|
|
151
151
|
],
|
|
152
|
-
"gitHead": "
|
|
152
|
+
"gitHead": "2b04d659340f9d18d0a8138a09da7f9c54985787"
|
|
153
153
|
}
|