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-
|
|
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
|
package/dist/web/index.html
CHANGED
|
@@ -155,7 +155,7 @@
|
|
|
155
155
|
}
|
|
156
156
|
})();
|
|
157
157
|
</script>
|
|
158
|
-
<script type="module" crossorigin src="/assets/index-
|
|
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
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 =
|
|
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;
|