smart-home-engine 0.26.0 → 0.26.2
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-D8-_nETT.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-D8-_nETT.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-CND95LL-.css">
|
package/package.json
CHANGED
package/src/index.js
CHANGED
|
@@ -1195,20 +1195,6 @@ function loadSandbox(callback) {
|
|
|
1195
1195
|
}
|
|
1196
1196
|
});
|
|
1197
1197
|
|
|
1198
|
-
if (!config.disableWatch) {
|
|
1199
|
-
const sandboxWatcher = chokidar.watch(dir, {
|
|
1200
|
-
ignored: (p, stats) => stats?.isFile() && !p.endsWith('.js'),
|
|
1201
|
-
persistent: true,
|
|
1202
|
-
ignoreInitial: true,
|
|
1203
|
-
usePolling: true,
|
|
1204
|
-
});
|
|
1205
|
-
sandboxWatcher.on('ready', () => log.debug('watch', dir, 'initialized'));
|
|
1206
|
-
sandboxWatcher.on('all', (event, filePath) => {
|
|
1207
|
-
sandboxWatcher.close();
|
|
1208
|
-
log.info(makeLabel(filePath), 'sandbox change detected. exiting.');
|
|
1209
|
-
process.exit(0);
|
|
1210
|
-
});
|
|
1211
|
-
}
|
|
1212
1198
|
|
|
1213
1199
|
callback();
|
|
1214
1200
|
}
|