node-red-node-openweathermap
Advanced tools
Comparing version 0.5.0 to 0.5.1
{ | ||
"name": "node-red-node-openweathermap", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"description": "A Node-RED node that gets the weather report from openweathermap", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
@@ -162,3 +162,3 @@ /** | ||
} else { | ||
node.error(RED._("weather.error.no-api-key")); | ||
node.error(RED._("weather.error.no-api-key"),msg); | ||
} | ||
@@ -165,0 +165,0 @@ } |
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
59916