nestjs-prisma
Advanced tools
Comparing version 0.23.0-dev.0 to 0.23.0
@@ -15,3 +15,3 @@ import { ArgumentsHost, HttpException, HttpServer } from '@nestjs/common'; | ||
constructor(applicationRef?: HttpServer, errorCodesStatusMapping?: ErrorCodesStatusMapping); | ||
catch(exception: Prisma.PrismaClientKnownRequestError, host: ArgumentsHost): void | Prisma.PrismaClientKnownRequestError | HttpException; | ||
catch(exception: Prisma.PrismaClientKnownRequestError, host: ArgumentsHost): void | HttpException | Prisma.PrismaClientKnownRequestError; | ||
private catchClientKnownRequestError; | ||
@@ -18,0 +18,0 @@ private userDefinedStatusCode; |
{ | ||
"name": "nestjs-prisma", | ||
"version": "0.23.0-dev.0", | ||
"version": "0.23.0", | ||
"description": "Library and schematics to add Prisma integration to a NestJS application", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
187861