@harperdb/nextjs
Advanced tools
Comparing version 0.0.15 to 0.0.16
@@ -185,3 +185,3 @@ import fs from 'node:fs'; | ||
}, | ||
stdio: logger.log_level === 'debug' ? 'inherit' : 'ignore', | ||
stdio: ['info', 'debug', 'trace'].includes(logger.log_level) ? 'inherit' : 'ignore', | ||
}); | ||
@@ -188,0 +188,0 @@ |
{ | ||
"name": "@harperdb/nextjs", | ||
"version": "0.0.15", | ||
"version": "0.0.16", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "A HarperDB Component for running Next.js apps.", |
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
17743