smart-home-engine 0.27.5 → 0.27.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
1
- import{m as O}from"./monaco-langs-BW2J83t5.js";import{t as I}from"./index-DlX_4aUV.js";/*!-----------------------------------------------------------------------------
1
+ import{m as O}from"./monaco-langs-BW2J83t5.js";import{t as I}from"./index-D6zn4iiG.js";/*!-----------------------------------------------------------------------------
2
2
  * Copyright (c) Microsoft Corporation. All rights reserved.
3
3
  * Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
4
4
  * Released under the MIT license
@@ -155,7 +155,7 @@
155
155
  }
156
156
  })();
157
157
  </script>
158
- <script type="module" crossorigin src="/assets/index-DlX_4aUV.js"></script>
158
+ <script type="module" crossorigin src="/assets/index-D6zn4iiG.js"></script>
159
159
  <link rel="modulepreload" crossorigin href="/assets/monaco-langs-BW2J83t5.js">
160
160
  <link rel="stylesheet" crossorigin href="/assets/monaco-langs-DyX1CsEw.css">
161
161
  <link rel="stylesheet" crossorigin href="/assets/index-CYeO3Jr9.css">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "smart-home-engine",
3
- "version": "0.27.5",
3
+ "version": "0.27.7",
4
4
  "description": "Node.js based script runner for use in MQTT based Smart Home environments",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
package/src/index.js CHANGED
@@ -247,7 +247,7 @@ let _startupTimeout = null; // fires if broker never connects
247
247
  let _sentinelTimeout = null; // fires if sentinel never arrives after connecting
248
248
  let _sentinelValue = null; // unique value for this boot's sentinel
249
249
  const _STARTUP_TIMEOUT_MS = 10000; // ms to wait for broker before starting anyway
250
- const _SENTINEL_TIMEOUT_MS = 15000; // ms to wait for sentinel after connecting
250
+ const _SENTINEL_TIMEOUT_MS = 5000; // ms to wait for sentinel after connecting
251
251
 
252
252
  function startOnce(reason) {
253
253
  if (_started) return;