home-assistant-js-websocket
Advanced tools
Comparing version 5.11.2 to 5.11.3
@@ -39,2 +39,5 @@ export declare type Error = 1 | 2 | 3 | 4; | ||
temperature: string; | ||
pressure: string; | ||
wind_speed: string; | ||
accumulated_precipitation: string; | ||
}; | ||
@@ -41,0 +44,0 @@ location_name: string; |
@@ -5,3 +5,3 @@ { | ||
"sideEffects": false, | ||
"version": "5.11.2", | ||
"version": "5.11.3", | ||
"description": "Home Assistant websocket client", | ||
@@ -40,3 +40,3 @@ "source": "lib/index.ts", | ||
"husky": "^4.2.5", | ||
"lint-staged": "^11.0.0", | ||
"lint-staged": "^12.0.2", | ||
"mocha": "^8.0.1", | ||
@@ -43,0 +43,0 @@ "prettier": "^2.0.5", |
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
150756
3103