@kemu-io/edge-runtime 1.0.1 → 1.0.3

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.0.1",
4
+ "version": "1.0.3",
5
5
  "description": "Kemu Edge runtime for running Kemu recipes",
6
6
  "author": "Kemu Pty Ltd",
7
7
  "main": "runner.js",
@@ -33,6 +33,7 @@
33
33
  "jsonp": "^0.2.1",
34
34
  "jszip": "^3.10.1",
35
35
  "microseconds": "^0.2.0",
36
+ "mustache": "^4.2.0",
36
37
  "nanoid": "^3.3.7",
37
38
  "@paralleldrive/cuid2": "^2.2.2",
38
39
  "js-yaml": "^4.1.0",
package/runner.d.ts CHANGED
@@ -111,7 +111,10 @@ declare enum WidgetType {
111
111
  hubService = "hubService",
112
112
  imageFilter = "imageFilter",
113
113
  recipeLoad = "recipeLoad",
114
- note = "note"
114
+ note = "note",
115
+ stringify = "stringify",
116
+ templateString = "templateString",
117
+ expressionEval = "expressionEval"
115
118
  }
116
119
  export type VariableDefinition = {
117
120
  /**