@netlify/framework-info
Advanced tools
Comparing version 5.7.0 to 5.7.1
{ | ||
"name": "@netlify/framework-info", | ||
"version": "5.7.0", | ||
"version": "5.7.1", | ||
"description": "Framework detection utility", | ||
@@ -5,0 +5,0 @@ "main": "./src/main.js", |
@@ -121,3 +121,5 @@ const pFilter = require('p-filter') | ||
if (framework === undefined) { | ||
const frameworkIds = FRAMEWORKS.map((knownFramework) => getFrameworkId(knownFramework)).join(', ') | ||
const frameworkIds = FRAMEWORKS.map((knownFramework) => getFrameworkId(knownFramework)) | ||
.sort() | ||
.join(', ') | ||
throw new Error(`Invalid framework "${frameworkId}". It should be one of: ${frameworkIds}`) | ||
@@ -124,0 +126,0 @@ } |
Sorry, the diff of this file is too big to display
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
228219
2047