@trpc/server 11.0.0-alpha-tmp-rethrow-next-errors.384 → 11.0.0-alpha-tmp-rethrow-next-errors.385
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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"bundleSize": 104173,
|
|
3
|
-
"bundleOrigSize":
|
|
3
|
+
"bundleOrigSize": 152923,
|
|
4
4
|
"bundleReduction": 31.88,
|
|
5
5
|
"modules": [
|
|
6
6
|
{
|
|
@@ -296,7 +296,7 @@
|
|
|
296
296
|
{
|
|
297
297
|
"id": "/src/adapters/next-app-dir/rethrowNextErrors.ts",
|
|
298
298
|
"size": 1626,
|
|
299
|
-
"origSize":
|
|
299
|
+
"origSize": 1752,
|
|
300
300
|
"renderedExports": [
|
|
301
301
|
"rethrowNextErrors"
|
|
302
302
|
],
|
|
@@ -305,7 +305,7 @@
|
|
|
305
305
|
"/src/adapters/next-app-dir/nextAppDirCaller.ts"
|
|
306
306
|
],
|
|
307
307
|
"percent": 1.56,
|
|
308
|
-
"reduction": 7.
|
|
308
|
+
"reduction": 7.19
|
|
309
309
|
},
|
|
310
310
|
{
|
|
311
311
|
"id": "/src/unstable-core-do-not-import/rpc/parseTRPCMessage.ts",
|
|
@@ -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": [],
|
|
@@ -673,9 +673,9 @@
|
|
|
673
673
|
"reduction": 100
|
|
674
674
|
},
|
|
675
675
|
{
|
|
676
|
-
"id": "/src/
|
|
676
|
+
"id": "/src/unstable-core-do-not-import.ts",
|
|
677
677
|
"size": 0,
|
|
678
|
-
"origSize":
|
|
678
|
+
"origSize": 1969,
|
|
679
679
|
"renderedExports": [],
|
|
680
680
|
"removedExports": [],
|
|
681
681
|
"dependents": [],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trpc/server",
|
|
3
|
-
"version": "11.0.0-alpha-tmp-rethrow-next-errors.
|
|
3
|
+
"version": "11.0.0-alpha-tmp-rethrow-next-errors.385+b1c8fe83e",
|
|
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": "b1c8fe83e22693e12a3759c4f7b2b1174cd2cf8f"
|
|
153
153
|
}
|