@trpc/server 11.0.0-rc.351 → 11.0.0-rc.359
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/@trpc/server/index.d.ts +1 -1
- package/dist/@trpc/server/index.d.ts.map +1 -1
- package/dist/bundle-analysis.json +26 -26
- package/dist/unstable-core-do-not-import/initTRPC.d.ts +1 -1
- package/dist/unstable-core-do-not-import/initTRPC.d.ts.map +1 -1
- package/package.json +6 -6
- package/src/@trpc/server/index.ts +1 -0
- package/src/unstable-core-do-not-import/initTRPC.ts +1 -0
|
@@ -2,7 +2,7 @@ export { TRPCError,
|
|
|
2
2
|
/**
|
|
3
3
|
* @deprecated use `experimental_trpcMiddleware` instead
|
|
4
4
|
*/
|
|
5
|
-
experimental_standaloneMiddleware, experimental_standaloneMiddleware as experimental_trpcMiddleware, initTRPC, callProcedure as callTRPCProcedure, getTRPCErrorFromUnknown, transformTRPCResponse, createFlatProxy as createTRPCFlatProxy, type inferProcedureInput, type inferProcedureOutput, type inferProcedureBuilderResolverOptions, type inferRouterError, type inferRouterInputs, type inferRouterOutputs, type inferRouterContext, type inferClientTypes as inferTRPCClientTypes, type AnyClientTypes as AnyTRPCClientTypes, type inferTransformedProcedureOutput, type inferTransformedSubscriptionOutput, type AnyProcedure as AnyTRPCProcedure, type AnyRouter as AnyTRPCRouter, type AnyMiddlewareFunction as AnyTRPCMiddlewareFunction, type CombinedDataTransformer as TRPCCombinedDataTransformer, type ProcedureType as TRPCProcedureType, type AnyMutationProcedure as AnyTRPCMutationProcedure, type AnyQueryProcedure as AnyTRPCQueryProcedure, type RouterRecord as TRPCRouterRecord, type AnySubscriptionProcedure as AnyTRPCSubscriptionProcedure, type ProcedureOptions as TRPCProcedureOptions, type MutationProcedure as TRPCMutationProcedure, type QueryProcedure as TRPCQueryProcedure, type SubscriptionProcedure as TRPCSubscriptionProcedure, } from '../../unstable-core-do-not-import';
|
|
5
|
+
experimental_standaloneMiddleware, experimental_standaloneMiddleware as experimental_trpcMiddleware, initTRPC, callProcedure as callTRPCProcedure, getTRPCErrorFromUnknown, transformTRPCResponse, createFlatProxy as createTRPCFlatProxy, type inferProcedureInput, type inferProcedureOutput, type inferProcedureBuilderResolverOptions, type inferRouterError, type inferRouterInputs, type inferRouterOutputs, type inferRouterContext, type inferClientTypes as inferTRPCClientTypes, type AnyClientTypes as AnyTRPCClientTypes, type inferTransformedProcedureOutput, type inferTransformedSubscriptionOutput, type AnyProcedure as AnyTRPCProcedure, type AnyRouter as AnyTRPCRouter, type AnyMiddlewareFunction as AnyTRPCMiddlewareFunction, type CombinedDataTransformer as TRPCCombinedDataTransformer, type ProcedureType as TRPCProcedureType, type AnyMutationProcedure as AnyTRPCMutationProcedure, type AnyQueryProcedure as AnyTRPCQueryProcedure, type RouterRecord as TRPCRouterRecord, type AnySubscriptionProcedure as AnyTRPCSubscriptionProcedure, type ProcedureOptions as TRPCProcedureOptions, type MutationProcedure as TRPCMutationProcedure, type QueryProcedure as TRPCQueryProcedure, type SubscriptionProcedure as TRPCSubscriptionProcedure, type TRPCBuilder, } from '../../unstable-core-do-not-import';
|
|
6
6
|
export type {
|
|
7
7
|
/**
|
|
8
8
|
* @deprecated use `AnyTRPCProcedure` instead
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/@trpc/server/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,SAAS;AACT;;GAEG;AACH,iCAAiC,EACjC,iCAAiC,IAAI,2BAA2B,EAChE,QAAQ,EAER,aAAa,IAAI,iBAAiB,EAClC,uBAAuB,EACvB,qBAAqB,EACrB,eAAe,IAAI,mBAAmB,EACtC,KAAK,mBAAmB,EACxB,KAAK,oBAAoB,EACzB,KAAK,oCAAoC,EACzC,KAAK,gBAAgB,EACrB,KAAK,iBAAiB,EACtB,KAAK,kBAAkB,EACvB,KAAK,kBAAkB,EACvB,KAAK,gBAAgB,IAAI,oBAAoB,EAC7C,KAAK,cAAc,IAAI,kBAAkB,EACzC,KAAK,+BAA+B,EACpC,KAAK,kCAAkC,EACvC,KAAK,YAAY,IAAI,gBAAgB,EACrC,KAAK,SAAS,IAAI,aAAa,EAC/B,KAAK,qBAAqB,IAAI,yBAAyB,EACvD,KAAK,uBAAuB,IAAI,2BAA2B,EAC3D,KAAK,aAAa,IAAI,iBAAiB,EACvC,KAAK,oBAAoB,IAAI,wBAAwB,EACrD,KAAK,iBAAiB,IAAI,qBAAqB,EAC/C,KAAK,YAAY,IAAI,gBAAgB,EACrC,KAAK,wBAAwB,IAAI,4BAA4B,EAC7D,KAAK,gBAAgB,IAAI,oBAAoB,EAC7C,KAAK,iBAAiB,IAAI,qBAAqB,EAC/C,KAAK,cAAc,IAAI,kBAAkB,EACzC,KAAK,qBAAqB,IAAI,yBAAyB,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/@trpc/server/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,SAAS;AACT;;GAEG;AACH,iCAAiC,EACjC,iCAAiC,IAAI,2BAA2B,EAChE,QAAQ,EAER,aAAa,IAAI,iBAAiB,EAClC,uBAAuB,EACvB,qBAAqB,EACrB,eAAe,IAAI,mBAAmB,EACtC,KAAK,mBAAmB,EACxB,KAAK,oBAAoB,EACzB,KAAK,oCAAoC,EACzC,KAAK,gBAAgB,EACrB,KAAK,iBAAiB,EACtB,KAAK,kBAAkB,EACvB,KAAK,kBAAkB,EACvB,KAAK,gBAAgB,IAAI,oBAAoB,EAC7C,KAAK,cAAc,IAAI,kBAAkB,EACzC,KAAK,+BAA+B,EACpC,KAAK,kCAAkC,EACvC,KAAK,YAAY,IAAI,gBAAgB,EACrC,KAAK,SAAS,IAAI,aAAa,EAC/B,KAAK,qBAAqB,IAAI,yBAAyB,EACvD,KAAK,uBAAuB,IAAI,2BAA2B,EAC3D,KAAK,aAAa,IAAI,iBAAiB,EACvC,KAAK,oBAAoB,IAAI,wBAAwB,EACrD,KAAK,iBAAiB,IAAI,qBAAqB,EAC/C,KAAK,YAAY,IAAI,gBAAgB,EACrC,KAAK,wBAAwB,IAAI,4BAA4B,EAC7D,KAAK,gBAAgB,IAAI,oBAAoB,EAC7C,KAAK,iBAAiB,IAAI,qBAAqB,EAC/C,KAAK,cAAc,IAAI,kBAAkB,EACzC,KAAK,qBAAqB,IAAI,yBAAyB,EACvD,KAAK,WAAW,GACjB,MAAM,mCAAmC,CAAC;AAE3C,YAAY;AACV;;GAEG;AACH,YAAY;AACZ;;GAEG;AACH,SAAS;AACT;;GAEG;AACH,qBAAqB;AACrB;;GAEG;AACH,uBAAuB;AAEvB;;GAEG;AACH,IAAI;AAEJ;;GAEG;AACH,WAAW;AACX;;GAEG;AACH,aAAa;AACb;;GAEG;AACH,oBAAoB;AAEpB;;GAEG;AACH,iBAAiB;AACjB;;GAEG;AACH,wBAAwB,GACzB,MAAM,mCAAmC,CAAC;AAE3C,OAAO;AACL;;GAEG;AACH,aAAa;AAEb;;GAEG;AACH,aAAa,GACd,MAAM,mCAAmC,CAAC;AAE3C;;;GAGG;AACH,MAAM,MAAM,oBAAoB,CAAC,SAAS,SAAS,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,GAAG,IACxE,OAAO,CAAC,UAAU,CAAC,SAAS,CAAC,CAAC,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"bundleSize": 99038,
|
|
3
|
-
"bundleOrigSize":
|
|
4
|
-
"bundleReduction": 37.
|
|
3
|
+
"bundleOrigSize": 158005,
|
|
4
|
+
"bundleReduction": 37.32,
|
|
5
5
|
"modules": [
|
|
6
6
|
{
|
|
7
7
|
"id": "/src/adapters/ws.ts",
|
|
@@ -59,8 +59,8 @@
|
|
|
59
59
|
"removedExports": [],
|
|
60
60
|
"dependents": [
|
|
61
61
|
"/src/unstable-core-do-not-import.ts",
|
|
62
|
-
"/src/unstable-core-do-not-import/
|
|
63
|
-
"/src/unstable-core-do-not-import/
|
|
62
|
+
"/src/unstable-core-do-not-import/http/resolveHTTPResponse.ts",
|
|
63
|
+
"/src/unstable-core-do-not-import/initTRPC.ts"
|
|
64
64
|
],
|
|
65
65
|
"percent": 6.05,
|
|
66
66
|
"reduction": 41.05
|
|
@@ -202,9 +202,9 @@
|
|
|
202
202
|
"removedExports": [],
|
|
203
203
|
"dependents": [
|
|
204
204
|
"/src/unstable-core-do-not-import.ts",
|
|
205
|
+
"/src/unstable-core-do-not-import/http/resolveHTTPResponse.ts",
|
|
205
206
|
"/src/unstable-core-do-not-import/router.ts",
|
|
206
|
-
"/src/unstable-core-do-not-import/initTRPC.ts"
|
|
207
|
-
"/src/unstable-core-do-not-import/http/resolveHTTPResponse.ts"
|
|
207
|
+
"/src/unstable-core-do-not-import/initTRPC.ts"
|
|
208
208
|
],
|
|
209
209
|
"percent": 2.77,
|
|
210
210
|
"reduction": 45.94
|
|
@@ -212,7 +212,7 @@
|
|
|
212
212
|
{
|
|
213
213
|
"id": "/src/unstable-core-do-not-import/initTRPC.ts",
|
|
214
214
|
"size": 2652,
|
|
215
|
-
"origSize":
|
|
215
|
+
"origSize": 4530,
|
|
216
216
|
"renderedExports": [
|
|
217
217
|
"initTRPC"
|
|
218
218
|
],
|
|
@@ -221,7 +221,7 @@
|
|
|
221
221
|
"/src/unstable-core-do-not-import.ts"
|
|
222
222
|
],
|
|
223
223
|
"percent": 2.68,
|
|
224
|
-
"reduction": 41.
|
|
224
|
+
"reduction": 41.46
|
|
225
225
|
},
|
|
226
226
|
{
|
|
227
227
|
"id": "/src/unstable-core-do-not-import/middleware.ts",
|
|
@@ -298,10 +298,10 @@
|
|
|
298
298
|
"removedExports": [],
|
|
299
299
|
"dependents": [
|
|
300
300
|
"/src/unstable-core-do-not-import.ts",
|
|
301
|
-
"/src/unstable-core-do-not-import/router.ts",
|
|
302
|
-
"/src/unstable-core-do-not-import/middleware.ts",
|
|
303
301
|
"/src/unstable-core-do-not-import/http/resolveHTTPResponse.ts",
|
|
304
302
|
"/src/unstable-core-do-not-import/http/contentType.ts",
|
|
303
|
+
"/src/unstable-core-do-not-import/router.ts",
|
|
304
|
+
"/src/unstable-core-do-not-import/middleware.ts",
|
|
305
305
|
"/src/unstable-core-do-not-import/procedureBuilder.ts"
|
|
306
306
|
],
|
|
307
307
|
"percent": 1.75,
|
|
@@ -410,8 +410,8 @@
|
|
|
410
410
|
],
|
|
411
411
|
"removedExports": [],
|
|
412
412
|
"dependents": [
|
|
413
|
-
"/src/unstable-core-do-not-import/
|
|
414
|
-
"/src/unstable-core-do-not-import/
|
|
413
|
+
"/src/unstable-core-do-not-import/http/resolveHTTPResponse.ts",
|
|
414
|
+
"/src/unstable-core-do-not-import/error/getErrorShape.ts"
|
|
415
415
|
],
|
|
416
416
|
"percent": 1.28,
|
|
417
417
|
"reduction": 22.76
|
|
@@ -701,9 +701,9 @@
|
|
|
701
701
|
"reduction": 93.8
|
|
702
702
|
},
|
|
703
703
|
{
|
|
704
|
-
"id": "/src/
|
|
704
|
+
"id": "/src/http.ts",
|
|
705
705
|
"size": 0,
|
|
706
|
-
"origSize":
|
|
706
|
+
"origSize": 37,
|
|
707
707
|
"renderedExports": [],
|
|
708
708
|
"removedExports": [],
|
|
709
709
|
"dependents": [],
|
|
@@ -711,9 +711,9 @@
|
|
|
711
711
|
"reduction": 100
|
|
712
712
|
},
|
|
713
713
|
{
|
|
714
|
-
"id": "/src/
|
|
714
|
+
"id": "/src/index.ts",
|
|
715
715
|
"size": 0,
|
|
716
|
-
"origSize":
|
|
716
|
+
"origSize": 32,
|
|
717
717
|
"renderedExports": [],
|
|
718
718
|
"removedExports": [],
|
|
719
719
|
"dependents": [],
|
|
@@ -731,9 +731,9 @@
|
|
|
731
731
|
"reduction": 100
|
|
732
732
|
},
|
|
733
733
|
{
|
|
734
|
-
"id": "/src/
|
|
734
|
+
"id": "/src/unstable-core-do-not-import.ts",
|
|
735
735
|
"size": 0,
|
|
736
|
-
"origSize":
|
|
736
|
+
"origSize": 1498,
|
|
737
737
|
"renderedExports": [],
|
|
738
738
|
"removedExports": [],
|
|
739
739
|
"dependents": [],
|
|
@@ -741,9 +741,9 @@
|
|
|
741
741
|
"reduction": 100
|
|
742
742
|
},
|
|
743
743
|
{
|
|
744
|
-
"id": "/src/
|
|
744
|
+
"id": "/src/shared.ts",
|
|
745
745
|
"size": 0,
|
|
746
|
-
"origSize":
|
|
746
|
+
"origSize": 653,
|
|
747
747
|
"renderedExports": [],
|
|
748
748
|
"removedExports": [],
|
|
749
749
|
"dependents": [],
|
|
@@ -773,9 +773,9 @@
|
|
|
773
773
|
"reduction": 100
|
|
774
774
|
},
|
|
775
775
|
{
|
|
776
|
-
"id": "/src/adapters/
|
|
776
|
+
"id": "/src/adapters/fetch/index.ts",
|
|
777
777
|
"size": 0,
|
|
778
|
-
"origSize":
|
|
778
|
+
"origSize": 64,
|
|
779
779
|
"renderedExports": [],
|
|
780
780
|
"removedExports": [],
|
|
781
781
|
"dependents": [],
|
|
@@ -783,9 +783,9 @@
|
|
|
783
783
|
"reduction": 100
|
|
784
784
|
},
|
|
785
785
|
{
|
|
786
|
-
"id": "/src/adapters/
|
|
786
|
+
"id": "/src/adapters/fastify/index.ts",
|
|
787
787
|
"size": 0,
|
|
788
|
-
"origSize":
|
|
788
|
+
"origSize": 78,
|
|
789
789
|
"renderedExports": [],
|
|
790
790
|
"removedExports": [],
|
|
791
791
|
"dependents": [],
|
|
@@ -800,8 +800,8 @@
|
|
|
800
800
|
"removedExports": [],
|
|
801
801
|
"dependents": [
|
|
802
802
|
"/src/adapters/express.ts",
|
|
803
|
-
"/src/adapters/
|
|
804
|
-
"/src/adapters/
|
|
803
|
+
"/src/adapters/next.ts",
|
|
804
|
+
"/src/adapters/standalone.ts"
|
|
805
805
|
],
|
|
806
806
|
"percent": 0,
|
|
807
807
|
"reduction": 100
|
|
@@ -98,5 +98,5 @@ declare class TRPCBuilder<TContext extends object, TMeta extends object> {
|
|
|
98
98
|
* @link https://trpc.io/docs/v11/quickstart
|
|
99
99
|
*/
|
|
100
100
|
export declare const initTRPC: TRPCBuilder<object, object>;
|
|
101
|
-
export {};
|
|
101
|
+
export type { TRPCBuilder };
|
|
102
102
|
//# sourceMappingURL=initTRPC.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"initTRPC.d.ts","sourceRoot":"","sources":["../../src/unstable-core-do-not-import/initTRPC.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"initTRPC.d.ts","sourceRoot":"","sources":["../../src/unstable-core-do-not-import/initTRPC.ts"],"names":[],"mappings":"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"}
|
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.359+3bb71110f",
|
|
4
4
|
"description": "The tRPC server library",
|
|
5
5
|
"author": "KATT",
|
|
6
6
|
"license": "MIT",
|
|
@@ -132,8 +132,8 @@
|
|
|
132
132
|
"@types/express": "^4.17.17",
|
|
133
133
|
"@types/hash-sum": "^1.0.0",
|
|
134
134
|
"@types/node": "^20.10.0",
|
|
135
|
-
"@types/react": "^18.
|
|
136
|
-
"@types/react-dom": "^18.
|
|
135
|
+
"@types/react": "^18.3.0",
|
|
136
|
+
"@types/react-dom": "^18.3.0",
|
|
137
137
|
"@types/ws": "^8.2.0",
|
|
138
138
|
"@web3-storage/multipart-parser": "^1.0.0",
|
|
139
139
|
"devalue": "^5.0.0",
|
|
@@ -144,8 +144,8 @@
|
|
|
144
144
|
"hash-sum": "^2.0.0",
|
|
145
145
|
"myzod": "^1.3.1",
|
|
146
146
|
"next": "^14.1.4",
|
|
147
|
-
"react": "^18.
|
|
148
|
-
"react-dom": "^18.
|
|
147
|
+
"react": "^18.3.0",
|
|
148
|
+
"react-dom": "^18.3.0",
|
|
149
149
|
"rollup": "^4.9.5",
|
|
150
150
|
"superjson": "^1.12.4",
|
|
151
151
|
"superstruct": "^1.0.0",
|
|
@@ -160,5 +160,5 @@
|
|
|
160
160
|
"funding": [
|
|
161
161
|
"https://trpc.io/sponsor"
|
|
162
162
|
],
|
|
163
|
-
"gitHead": "
|
|
163
|
+
"gitHead": "3bb71110fc13467b7fa1b692f949e1249488a4f3"
|
|
164
164
|
}
|