@kemu-io/edge-runtime 0.1.15 → 0.1.16

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": "0.1.15",
4
+ "version": "0.1.16",
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
@@ -133,7 +133,9 @@ export type VariableDefinition = {
133
133
  /** the current value of the variable */
134
134
  value?: SupportedTypes;
135
135
  };
136
- export type VarValueChangeEvt = Readonly<Pick<VariableDefinition, "type" | "value">>;
136
+ export type VarValueChangeEvt = Readonly<Pick<VariableDefinition, "type" | "value"> & {
137
+ varName: string;
138
+ }>;
137
139
  export declare const utils: {
138
140
  /**
139
141
  * Builds an object that represents an ImageData type. This is useful when services