@kemu-io/edge-runtime 1.9.0 → 1.10.0
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 +1 -1
- package/runner.d.ts +5 -0
- package/runner.js +4 -4
package/package.json
CHANGED
package/runner.d.ts
CHANGED
|
@@ -178,6 +178,11 @@ declare const _default$1: {
|
|
|
178
178
|
serviceUrl: string;
|
|
179
179
|
environment: KemuEnvironments;
|
|
180
180
|
};
|
|
181
|
+
/**
|
|
182
|
+
* Command to use to spawn the runtime.
|
|
183
|
+
* If not provided, `node` will be used by default.
|
|
184
|
+
**/
|
|
185
|
+
runtimeCommand?: string;
|
|
181
186
|
}) => Promise<{
|
|
182
187
|
/**
|
|
183
188
|
* use it to send data to input widgets
|