@sabinthedev/fastify-prisma
Advanced tools
Comparing version 1.0.24 to 1.0.25
{ | ||
"name": "@sabinthedev/fastify-prisma", | ||
"version": "1.0.24", | ||
"version": "1.0.25", | ||
"description": "A plugin for Fastify to easily register Prisma Client in your Fastify instance ", | ||
@@ -45,4 +45,4 @@ "main": "dist/index.js", | ||
"@types/tap": "15.0.7", | ||
"@typescript-eslint/eslint-plugin": "5.53.0", | ||
"eslint": "8.23.0", | ||
"@typescript-eslint/eslint-plugin": "5.36.1", | ||
"eslint": "8.35.0", | ||
"eslint-config-standard-with-typescript": "22.0.0", | ||
@@ -63,3 +63,3 @@ "eslint-plugin-import": "2.26.0", | ||
"peerDependencies": { | ||
"@prisma/client": "2.x || 3.9.x || 4.x" | ||
"@prisma/client": "2.x || 3.x || 4.x" | ||
}, | ||
@@ -66,0 +66,0 @@ "publishConfig": { |
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
9094