@kemu-io/edge-runtime 1.12.3 → 1.13.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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@kemu-io/edge-runtime",
3
3
  "type": "module",
4
- "version": "1.12.3",
4
+ "version": "1.13.2",
5
5
  "description": "Kemu Edge runtime for running Kemu recipes",
6
6
  "author": "Kemu Pty Ltd",
7
7
  "main": "runner.js",
package/runner.d.ts CHANGED
@@ -183,6 +183,11 @@ declare const _default$1: {
183
183
  * If not provided, `node` will be used by default.
184
184
  **/
185
185
  runtimeCommand?: string;
186
+ /**
187
+ * Names of the hub's default internal services allowed to run.
188
+ * Defaults to an empty list to preserve the current edge-runtime behavior.
189
+ **/
190
+ defaultServicesAllowList?: string[];
186
191
  }) => Promise<{
187
192
  /**
188
193
  * use it to send data to input widgets