@loopstack/meeting-notes-example-workflow 0.20.5 → 0.20.6

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.
@@ -8,6 +8,6 @@ ui:
8
8
  actions:
9
9
  - type: button
10
10
  widget: button
11
- transition: user_response
12
11
  options:
12
+ transition: user_response
13
13
  label: 'Optimize Notes'
@@ -31,6 +31,6 @@ ui:
31
31
  actions:
32
32
  - type: button
33
33
  widget: button
34
- transition: confirm
35
34
  options:
35
+ transition: confirm
36
36
  label: 'Confirm'
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "summary",
10
10
  "workflow"
11
11
  ],
12
- "version": "0.20.5",
12
+ "version": "0.20.6",
13
13
  "license": "Apache-2.0",
14
14
  "author": {
15
15
  "name": "Jakob Klippel",
@@ -30,9 +30,9 @@
30
30
  "watch": "nest build --watch"
31
31
  },
32
32
  "dependencies": {
33
- "@loopstack/ai-module": "^0.20.5",
34
- "@loopstack/common": "^0.22.0",
35
- "@loopstack/core-ui-module": "^0.20.5",
33
+ "@loopstack/ai-module": "^0.20.6",
34
+ "@loopstack/common": "^0.23.0",
35
+ "@loopstack/core-ui-module": "^0.20.6",
36
36
  "@nestjs/common": "^11.1.14",
37
37
  "zod": "^4.3.6"
38
38
  },
@@ -8,6 +8,6 @@ ui:
8
8
  actions:
9
9
  - type: button
10
10
  widget: button
11
- transition: user_response
12
11
  options:
12
+ transition: user_response
13
13
  label: 'Optimize Notes'
@@ -31,6 +31,6 @@ ui:
31
31
  actions:
32
32
  - type: button
33
33
  widget: button
34
- transition: confirm
35
34
  options:
35
+ transition: confirm
36
36
  label: 'Confirm'