prisma-redis-middleware
Advanced tools
Comparing version 1.1.6 to 1.1.7
{ | ||
"name": "prisma-redis-middleware", | ||
"main": "src/index.ts", | ||
"version": "1.1.6", | ||
"version": "1.1.7", | ||
"description": "Prisma Middleware for caching results of queries in Redis", | ||
@@ -11,3 +11,7 @@ "engines": { | ||
"type": "module", | ||
"exports": "./dist/index.js", | ||
"exports": { | ||
".": "./dist/index.js", | ||
"./*": "./dist/*/index.js", | ||
"./package.json": "./package.json" | ||
}, | ||
"types": "dist/index.d.ts", | ||
@@ -14,0 +18,0 @@ "files": [ |
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
30702
6
128