@trpc/server 11.0.0-rc.814 → 11.0.0-rc.817
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.
- package/dist/bundle-analysis.json +10 -10
- package/package.json +2 -2
|
@@ -952,6 +952,16 @@
|
|
|
952
952
|
"percent": 0,
|
|
953
953
|
"reduction": 100
|
|
954
954
|
},
|
|
955
|
+
{
|
|
956
|
+
"id": "/src/adapters/fetch/index.ts",
|
|
957
|
+
"size": 0,
|
|
958
|
+
"origSize": 64,
|
|
959
|
+
"renderedExports": [],
|
|
960
|
+
"removedExports": [],
|
|
961
|
+
"dependents": [],
|
|
962
|
+
"percent": 0,
|
|
963
|
+
"reduction": 100
|
|
964
|
+
},
|
|
955
965
|
{
|
|
956
966
|
"id": "/src/adapters/node-http/index.ts",
|
|
957
967
|
"size": 0,
|
|
@@ -967,16 +977,6 @@
|
|
|
967
977
|
],
|
|
968
978
|
"percent": 0,
|
|
969
979
|
"reduction": 100
|
|
970
|
-
},
|
|
971
|
-
{
|
|
972
|
-
"id": "/src/adapters/fetch/index.ts",
|
|
973
|
-
"size": 0,
|
|
974
|
-
"origSize": 64,
|
|
975
|
-
"renderedExports": [],
|
|
976
|
-
"removedExports": [],
|
|
977
|
-
"dependents": [],
|
|
978
|
-
"percent": 0,
|
|
979
|
-
"reduction": 100
|
|
980
980
|
}
|
|
981
981
|
],
|
|
982
982
|
"moduleCount": 63
|
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.817+53ebeae30",
|
|
4
4
|
"description": "The tRPC server library",
|
|
5
5
|
"author": "KATT",
|
|
6
6
|
"license": "MIT",
|
|
@@ -152,5 +152,5 @@
|
|
|
152
152
|
"peerDependencies": {
|
|
153
153
|
"typescript": ">=5.7.2"
|
|
154
154
|
},
|
|
155
|
-
"gitHead": "
|
|
155
|
+
"gitHead": "53ebeae30b9c9b3e0cb9bda30cb8dcff598d9077"
|
|
156
156
|
}
|