eslint-plugin-n8n-nodes-base
Advanced tools
Comparing version 1.12.0 to 1.12.1
@@ -95,3 +95,3 @@ "use strict"; | ||
return true; | ||
return ["bmp", "tiff", "gif", "jpg", "jpeg", "png"].includes(value); | ||
return ["bmp", "tiff", "gif", "jpg", "jpeg", "png", "webp"].includes(value); | ||
} | ||
@@ -98,0 +98,0 @@ function isUrl(str) { |
{ | ||
"name": "eslint-plugin-n8n-nodes-base", | ||
"version": "1.12.0", | ||
"version": "1.12.1", | ||
"main": "dist/index.js", | ||
@@ -35,3 +35,3 @@ "author": { | ||
"camel-case": "^4.1.2", | ||
"eslint-plugin-n8n-nodes-base": "^1.11.2", | ||
"eslint-plugin-n8n-nodes-base": "^1.12.0", | ||
"indefinite": "^2.4.1", | ||
@@ -38,0 +38,0 @@ "pascal-case": "^3.1.2", |
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
520370