@netlify/build-info
Advanced tools
Comparing version 7.14.3 to 7.14.4
@@ -20,2 +20,6 @@ import { BaseFramework, Category, Framework } from './framework.js'; | ||
}; | ||
env: { | ||
AWS_LAMBDA_JS_RUNTIME: string; | ||
NODE_VERSION: string; | ||
}; | ||
logo: { | ||
@@ -22,0 +26,0 @@ default: string; |
@@ -21,2 +21,6 @@ import { BaseFramework, Category } from './framework.js'; | ||
}; | ||
env = { | ||
AWS_LAMBDA_JS_RUNTIME: 'nodejs20.x', | ||
NODE_VERSION: '20', | ||
}; | ||
logo = { | ||
@@ -23,0 +27,0 @@ default: '/logos/redwoodjs/default.svg', |
{ | ||
"name": "@netlify/build-info", | ||
"version": "7.14.3", | ||
"version": "7.14.4", | ||
"description": "Build info utility", | ||
@@ -76,3 +76,3 @@ "type": "module", | ||
}, | ||
"gitHead": "c7dc1e805b4f9cde9e9d71802aecd052e28221cb" | ||
"gitHead": "c0bc0b24337b1240bf1a7d4aaadde7d98cdcba70" | ||
} |
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
327761
6020