@masterteam/workflow 0.0.38 → 0.0.40

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@masterteam/workflow",
3
- "version": "0.0.38",
3
+ "version": "0.0.40",
4
4
  "publishConfig": {
5
5
  "directory": "../../../dist/masterteam/workflow",
6
6
  "linkDirectory": false,
@@ -19,12 +19,12 @@
19
19
  "tailwindcss": "^4.2.2",
20
20
  "tailwindcss-primeui": "^0.6.1",
21
21
  "@ngxs/store": "^20.1.0",
22
- "@masterteam/components": "^0.0.163",
23
- "@masterteam/form-builder": "^0.0.25",
24
- "@masterteam/notification": "^0.0.20",
25
- "@masterteam/structure-builder": "^0.0.52",
26
- "@masterteam/icons": "^0.0.14",
27
- "@masterteam/forms": "^0.0.72"
22
+ "@masterteam/notification": "^0.0.22",
23
+ "@masterteam/components": "^0.0.171",
24
+ "@masterteam/forms": "^0.0.78",
25
+ "@masterteam/structure-builder": "^0.0.54",
26
+ "@masterteam/form-builder": "^0.0.32",
27
+ "@masterteam/icons": "^0.0.15"
28
28
  },
29
29
  "sideEffects": false,
30
30
  "exports": {
@@ -659,7 +659,7 @@ declare class WorkflowBuilder {
659
659
  color: string;
660
660
  subtitle: string;
661
661
  })[]>;
662
- readonly nodeActions: _angular_core.WritableSignal<({
662
+ readonly nodeActions: _angular_core.Signal<({
663
663
  key: string;
664
664
  icon: string;
665
665
  variant: string;