openweather-api-node
Advanced tools
Comparing version 3.1.3 to 3.1.4
@@ -74,3 +74,5 @@ "use strict"; | ||
break; | ||
// @ts-ignore: Type '"language"' is not comparable to type 'keyof Options'. | ||
case "language": | ||
case "lang": | ||
this.setLanguage(value); | ||
@@ -515,3 +517,5 @@ break; | ||
} | ||
case "language": { | ||
// @ts-ignore: Type '"language"' is not comparable to type 'keyof Options'. | ||
case "language": | ||
case "lang": { | ||
parsedOptions.lang = this.evaluateLanguage(value); | ||
@@ -518,0 +522,0 @@ break; |
{ | ||
"name": "openweather-api-node", | ||
"version": "3.1.3", | ||
"description": "Simple Node.js package that makes it easy to work with OpenWeather API", | ||
"version": "3.1.4", | ||
"description": "Simple package that makes it easy to work with OpenWeather API", | ||
"main": "dist/index.js", | ||
@@ -6,0 +6,0 @@ "types": "dist/index.d.ts", |
@@ -24,4 +24,4 @@ <br> | ||
</a> | ||
<a href="https://github.com/loloToster/openweather-api-node"> | ||
<img src="https://img.shields.io/github/stars/loloToster/openweather-api-node?label=give%20a%20star&logo=github&style=flat-square" alt="GitHub Stars"> | ||
<a href="https://github.com/loloToster/openweather-api-node/stargazers"> | ||
<img src="https://img.shields.io/github/stars/loloToster/openweather-api-node?label=stars&logo=github&style=flat-square" alt="GitHub Stars"> | ||
</a> | ||
@@ -28,0 +28,0 @@ </p> |
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
87275
2344