home-assistant-js-websocket
Advanced tools
Comparing version 6.0.0 to 6.0.1
@@ -61,2 +61,3 @@ /** | ||
this.commandId = 1; | ||
this.oldSubscriptions = this.commands; | ||
this.commands = new Map(); | ||
@@ -63,0 +64,0 @@ this.socket = undefined; |
@@ -214,2 +214,3 @@ (function (global, factory) { | ||
this.commandId = 1; | ||
this.oldSubscriptions = this.commands; | ||
this.commands = new Map(); | ||
@@ -216,0 +217,0 @@ this.socket = undefined; |
@@ -5,3 +5,3 @@ { | ||
"sideEffects": false, | ||
"version": "6.0.0", | ||
"version": "6.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
155092
3196