@masterteam/flowplus-workflow 0.0.11 → 0.0.13

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/flowplus-workflow",
3
- "version": "0.0.11",
3
+ "version": "0.0.13",
4
4
  "description": "FlowPlus2 design-time workflow builder package — Studio, Builder, inspectors, canvas (Foblex), validation, layout persistence, publish flow. Runtime task action / process start / client form rendering live in @masterteam/work-center and @masterteam/forms/client-form, not here.",
5
5
  "publishConfig": {
6
6
  "directory": "../../../dist/masterteam/flowplus-workflow",
@@ -25,9 +25,9 @@
25
25
  "tailwindcss-primeui": "^0.6.1",
26
26
  "dagre": "^0.8.5",
27
27
  "@ngxs/store": "^20.1.0",
28
- "@masterteam/components": "^0.0.182",
29
- "@masterteam/forms": "^0.0.83",
30
- "@masterteam/icons": "^0.0.15"
28
+ "@masterteam/components": "^0.0.190",
29
+ "@masterteam/forms": "^0.0.91",
30
+ "@masterteam/icons": "^0.0.16"
31
31
  },
32
32
  "sideEffects": false,
33
33
  "exports": {
@@ -51,4 +51,4 @@
51
51
  "dependencies": {
52
52
  "tslib": "^2.8.1"
53
53
  }
54
- }
54
+ }