home-assistant-js-websocket
Advanced tools
Comparing version 7.0.0 to 7.0.1
@@ -42,5 +42,5 @@ import { createStore } from "./store.js"; | ||
} | ||
// Fetch when connection re-established. | ||
conn.addEventListener("ready", refreshSwallow); | ||
if (fetchCollection) { | ||
// Fetch when connection re-established. | ||
conn.addEventListener("ready", refreshSwallow); | ||
refreshSwallow(); | ||
@@ -47,0 +47,0 @@ } |
@@ -821,5 +821,5 @@ (function (global, factory) { | ||
} | ||
// Fetch when connection re-established. | ||
conn.addEventListener("ready", refreshSwallow); | ||
if (fetchCollection) { | ||
// Fetch when connection re-established. | ||
conn.addEventListener("ready", refreshSwallow); | ||
refreshSwallow(); | ||
@@ -826,0 +826,0 @@ } |
@@ -5,3 +5,3 @@ { | ||
"sideEffects": false, | ||
"version": "7.0.0", | ||
"version": "7.0.1", | ||
"description": "Home Assistant websocket client", | ||
@@ -8,0 +8,0 @@ "source": "lib/index.ts", |
Sorry, the diff of this file is not supported yet
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
168895