@oomol-lab/open-flow 0.1.0-beta.17 → 0.1.0-beta.19

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.
@@ -7804,7 +7804,7 @@ function Ff(e, t) {
7804
7804
  if (t.name != null) return t.name;
7805
7805
  switch (t.kind) {
7806
7806
  case "condition": return;
7807
- case "value": return "Value";
7807
+ case "value": return "Fixed Values";
7808
7808
  case "subflow": return e.subflows[t.subflowId].name;
7809
7809
  case "task": return t.task == null ? e.tasks[t.taskId].name : t.task.name;
7810
7810
  case "wait": return "Wait";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oomol-lab/open-flow",
3
- "version": "0.1.0-beta.17",
3
+ "version": "0.1.0-beta.19",
4
4
  "description": "TypeScript contracts and Browser runtime for Open Flow.",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {