@kemu-io/edge-runtime 1.2.3 → 1.2.5

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.2.3",
4
+ "version": "1.2.5",
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
@@ -115,7 +115,9 @@ declare enum WidgetType {
115
115
  stringify = "stringify",
116
116
  templateString = "templateString",
117
117
  expressionEval = "expressionEval",
118
- rescue = "rescue"
118
+ rescue = "rescue",
119
+ objectCombine = "objectCombine",
120
+ loop = "loop"
119
121
  }
120
122
  export type VariableDefinition = {
121
123
  /**