@trpc/server 11.0.0-rc.698 → 11.0.0-rc.699
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 +17 -17
- package/package.json +2 -2
|
@@ -351,16 +351,16 @@
|
|
|
351
351
|
"/src/unstable-core-do-not-import/http/getHTTPStatusCode.ts",
|
|
352
352
|
"/src/unstable-core-do-not-import/http/parseConnectionParams.ts",
|
|
353
353
|
"/src/unstable-core-do-not-import/http/resolveResponse.ts",
|
|
354
|
-
"/src/unstable-core-do-not-import/error/TRPCError.ts",
|
|
355
|
-
"/src/unstable-core-do-not-import/transformer.ts",
|
|
356
|
-
"/src/unstable-core-do-not-import/middleware.ts",
|
|
357
|
-
"/src/unstable-core-do-not-import/router.ts",
|
|
358
354
|
"/src/unstable-core-do-not-import/rpc/parseTRPCMessage.ts",
|
|
355
|
+
"/src/unstable-core-do-not-import/error/TRPCError.ts",
|
|
359
356
|
"/src/unstable-core-do-not-import/http/contentType.ts",
|
|
360
357
|
"/src/unstable-core-do-not-import/http/isAbortError.ts",
|
|
358
|
+
"/src/unstable-core-do-not-import/middleware.ts",
|
|
361
359
|
"/src/unstable-core-do-not-import/procedureBuilder.ts",
|
|
360
|
+
"/src/unstable-core-do-not-import/router.ts",
|
|
362
361
|
"/src/unstable-core-do-not-import/stream/jsonl.ts",
|
|
363
|
-
"/src/unstable-core-do-not-import/stream/sse.ts"
|
|
362
|
+
"/src/unstable-core-do-not-import/stream/sse.ts",
|
|
363
|
+
"/src/unstable-core-do-not-import/transformer.ts"
|
|
364
364
|
],
|
|
365
365
|
"percent": 1.27,
|
|
366
366
|
"reduction": 17.51
|
|
@@ -379,10 +379,10 @@
|
|
|
379
379
|
"/src/unstable-core-do-not-import.ts",
|
|
380
380
|
"/src/unstable-core-do-not-import/http/parseConnectionParams.ts",
|
|
381
381
|
"/src/unstable-core-do-not-import/http/resolveResponse.ts",
|
|
382
|
-
"/src/unstable-core-do-not-import/middleware.ts",
|
|
383
|
-
"/src/unstable-core-do-not-import/router.ts",
|
|
384
382
|
"/src/unstable-core-do-not-import/http/contentType.ts",
|
|
383
|
+
"/src/unstable-core-do-not-import/middleware.ts",
|
|
385
384
|
"/src/unstable-core-do-not-import/procedureBuilder.ts",
|
|
385
|
+
"/src/unstable-core-do-not-import/router.ts",
|
|
386
386
|
"/src/unstable-core-do-not-import/stream/sse.ts"
|
|
387
387
|
],
|
|
388
388
|
"percent": 1.22,
|
|
@@ -848,16 +848,6 @@
|
|
|
848
848
|
"percent": 0,
|
|
849
849
|
"reduction": 100
|
|
850
850
|
},
|
|
851
|
-
{
|
|
852
|
-
"id": "/src/index.ts",
|
|
853
|
-
"size": 0,
|
|
854
|
-
"origSize": 32,
|
|
855
|
-
"renderedExports": [],
|
|
856
|
-
"removedExports": [],
|
|
857
|
-
"dependents": [],
|
|
858
|
-
"percent": 0,
|
|
859
|
-
"reduction": 100
|
|
860
|
-
},
|
|
861
851
|
{
|
|
862
852
|
"id": "/src/rpc.ts",
|
|
863
853
|
"size": 0,
|
|
@@ -896,6 +886,16 @@
|
|
|
896
886
|
"percent": 0,
|
|
897
887
|
"reduction": 100
|
|
898
888
|
},
|
|
889
|
+
{
|
|
890
|
+
"id": "/src/index.ts",
|
|
891
|
+
"size": 0,
|
|
892
|
+
"origSize": 32,
|
|
893
|
+
"renderedExports": [],
|
|
894
|
+
"removedExports": [],
|
|
895
|
+
"dependents": [],
|
|
896
|
+
"percent": 0,
|
|
897
|
+
"reduction": 100
|
|
898
|
+
},
|
|
899
899
|
{
|
|
900
900
|
"id": "/src/adapters/next-app-dir.ts",
|
|
901
901
|
"size": 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.699+8ff4ef82b",
|
|
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": "8ff4ef82b39a07c6e1639a4c9cc2c40fcc1d8ebe"
|
|
156
156
|
}
|