@trpc/server
Advanced tools
Comparing version 11.0.0-alpha-tmp-query-optoins-codemod.698 to 11.0.0-alpha-tmp-query-optoins-codemod.713
@@ -5,3 +5,3 @@ export { TRPCError, | ||
*/ | ||
experimental_standaloneMiddleware, experimental_standaloneMiddleware as experimental_trpcMiddleware, initTRPC, 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 CreateContextCallback, type MutationProcedure as TRPCMutationProcedure, type QueryProcedure as TRPCQueryProcedure, type SubscriptionProcedure as TRPCSubscriptionProcedure, type TRPCBuilder, StandardSchemaV1Error, | ||
experimental_standaloneMiddleware, experimental_standaloneMiddleware as experimental_trpcMiddleware, initTRPC, getTRPCErrorFromUnknown, transformTRPCResponse, createFlatProxy as createTRPCFlatProxy, createRecursiveProxy as createTRPCRecursiveProxy, 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 AnyRootTypes as AnyTRPCRootTypes, 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 CreateContextCallback, type MutationProcedure as TRPCMutationProcedure, type QueryProcedure as TRPCQueryProcedure, type SubscriptionProcedure as TRPCSubscriptionProcedure, type TRPCBuilder, StandardSchemaV1Error, | ||
/** | ||
@@ -8,0 +8,0 @@ * @deprecated use `tracked(id, data)` instead |
@@ -359,3 +359,2 @@ { | ||
"/src/unstable-core-do-not-import/http/resolveResponse.ts", | ||
"/src/unstable-core-do-not-import/rpc/parseTRPCMessage.ts", | ||
"/src/unstable-core-do-not-import/error/TRPCError.ts", | ||
@@ -365,2 +364,3 @@ "/src/unstable-core-do-not-import/router.ts", | ||
"/src/unstable-core-do-not-import/middleware.ts", | ||
"/src/unstable-core-do-not-import/rpc/parseTRPCMessage.ts", | ||
"/src/unstable-core-do-not-import/http/contentType.ts", | ||
@@ -877,5 +877,5 @@ "/src/unstable-core-do-not-import/http/abortError.ts", | ||
{ | ||
"id": "/src/rpc.ts", | ||
"id": "/src/index.ts", | ||
"size": 0, | ||
"origSize": 36, | ||
"origSize": 32, | ||
"renderedExports": [], | ||
@@ -888,5 +888,5 @@ "removedExports": [], | ||
{ | ||
"id": "/src/index.ts", | ||
"id": "/src/rpc.ts", | ||
"size": 0, | ||
"origSize": 32, | ||
"origSize": 36, | ||
"renderedExports": [], | ||
@@ -916,7 +916,7 @@ "removedExports": [], | ||
"/src/adapters/express.ts", | ||
"/src/adapters/standalone.ts", | ||
"/src/adapters/next.ts", | ||
"/src/adapters/ws.ts", | ||
"/src/adapters/next.ts", | ||
"/src/adapters/standalone.ts", | ||
"/src/adapters/node-http/nodeHTTPRequestHandler.ts", | ||
"/src/adapters/next-app-dir/nextAppDirCaller.ts", | ||
"/src/adapters/node-http/nodeHTTPRequestHandler.ts", | ||
"/src/adapters/node-http/writeResponse.ts" | ||
@@ -950,5 +950,5 @@ ], | ||
{ | ||
"id": "/src/adapters/fastify/index.ts", | ||
"id": "/src/adapters/fetch/index.ts", | ||
"size": 0, | ||
"origSize": 78, | ||
"origSize": 64, | ||
"renderedExports": [], | ||
@@ -961,5 +961,5 @@ "removedExports": [], | ||
{ | ||
"id": "/src/adapters/fetch/index.ts", | ||
"id": "/src/adapters/fastify/index.ts", | ||
"size": 0, | ||
"origSize": 64, | ||
"origSize": 78, | ||
"renderedExports": [], | ||
@@ -979,5 +979,5 @@ "removedExports": [], | ||
"/src/adapters/express.ts", | ||
"/src/adapters/standalone.ts", | ||
"/src/adapters/next.ts", | ||
"/src/adapters/ws.ts", | ||
"/src/adapters/next.ts", | ||
"/src/adapters/standalone.ts", | ||
"/src/adapters/fastify/fastifyRequestHandler.ts" | ||
@@ -984,0 +984,0 @@ ], |
@@ -19,2 +19,3 @@ 'use strict'; | ||
exports.createTRPCFlatProxy = createProxy.createFlatProxy; | ||
exports.createTRPCRecursiveProxy = createProxy.createRecursiveProxy; | ||
exports.getErrorShape = getErrorShape.getErrorShape; | ||
@@ -21,0 +22,0 @@ exports.TRPCError = TRPCError.TRPCError; |
{ | ||
"name": "@trpc/server", | ||
"version": "11.0.0-alpha-tmp-query-optoins-codemod.698+bfd32d176", | ||
"version": "11.0.0-alpha-tmp-query-optoins-codemod.713+de1df62ea", | ||
"description": "The tRPC server library", | ||
@@ -144,3 +144,3 @@ "author": "KATT", | ||
"typescript": "^5.7.2", | ||
"valibot": "1.0.0-rc.0", | ||
"valibot": "1.0.0-rc.1", | ||
"ws": "^8.0.0", | ||
@@ -156,3 +156,3 @@ "yup": "^1.0.0", | ||
}, | ||
"gitHead": "bfd32d176935db2d63f59fdaf51bda9a955a906b" | ||
"gitHead": "de1df62eab9fe5f6d70c4788df6e8fce0c379de2" | ||
} |
@@ -13,2 +13,3 @@ export { | ||
createFlatProxy as createTRPCFlatProxy, | ||
createRecursiveProxy as createTRPCRecursiveProxy, | ||
type inferProcedureInput, | ||
@@ -27,2 +28,3 @@ type inferProcedureOutput, | ||
type AnyRouter as AnyTRPCRouter, | ||
type AnyRootTypes as AnyTRPCRootTypes, | ||
type AnyMiddlewareFunction as AnyTRPCMiddlewareFunction, | ||
@@ -29,0 +31,0 @@ type CombinedDataTransformer as TRPCCombinedDataTransformer, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
963368
24654