home-assistant-js-websocket
Advanced tools
Comparing version 9.2.0 to 9.2.1
@@ -102,5 +102,4 @@ export type Error = 1 | 2 | 3 | 4; | ||
filter?: { | ||
attribute?: Record<string, string>; | ||
} | { | ||
supported_features?: Record<string, string>; | ||
supported_features?: number[]; | ||
attribute?: Record<string, any[]>; | ||
}; | ||
@@ -107,0 +106,0 @@ name?: string; |
@@ -5,3 +5,3 @@ { | ||
"sideEffects": false, | ||
"version": "9.2.0", | ||
"version": "9.2.1", | ||
"description": "Home Assistant websocket client", | ||
@@ -8,0 +8,0 @@ "source": "lib/index.ts", |
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
178000
3749