trpc-nestjs-adapter
Advanced tools
Comparing version
@@ -24,4 +24,4 @@ import { ModuleRef } from '@nestjs/core'; | ||
}; | ||
attachToReqObject: (anything: Record<string, any>) => any; | ||
attachToReqObject: (_trpc_nest_adapter_meta: Record<string, any>) => void; | ||
}; | ||
//# sourceMappingURL=build-nest-resolver.d.ts.map |
@@ -20,3 +20,5 @@ "use strict"; | ||
resolveNestDependency, | ||
attachToReqObject: (anything) => Object.assign(req, anything), | ||
attachToReqObject: (_trpc_nest_adapter_meta) => { | ||
req._trpc_nest_adapter_meta = _trpc_nest_adapter_meta; | ||
}, | ||
}; | ||
@@ -23,0 +25,0 @@ } |
{ | ||
"name": "trpc-nestjs-adapter", | ||
"version": "1.0.0-alpha.9", | ||
"version": "1.0.0-alpha.10", | ||
"description": "TRPC adapter for NestJS", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
23016
0.38%260
0.78%