@voltro/plugin-ai-flows 0.11.2 → 0.11.4

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": "@voltro/plugin-ai-flows",
3
- "version": "0.11.2",
3
+ "version": "0.11.4",
4
4
  "description": "AI Flows — durable multi-step AI pipelines (deterministic + agentic) with human-in-the-loop, chaining, and cadence. Author flows in code (defineFlow) or as data (visual editor rows); one engine runs both on @voltro/workflow durability, @voltro/ai generation, storage artifacts, and notifications.",
5
5
  "keywords": [
6
6
  "voltro",
@@ -57,15 +57,15 @@
57
57
  "node": ">=24.0.0"
58
58
  },
59
59
  "dependencies": {
60
- "@voltro/ai": "0.11.2",
61
- "@voltro/database": "0.11.2",
62
- "@voltro/env": "0.11.2",
63
- "@voltro/plugin-audit": "0.11.2",
64
- "@voltro/plugin-multitenancy": "0.11.2",
65
- "@voltro/plugin-soft-delete": "0.11.2",
66
- "@voltro/protocol": "0.11.2",
67
- "@voltro/runtime": "0.11.2",
68
- "@voltro/workflow": "0.11.2"
60
+ "@voltro/ai": "0.11.4",
61
+ "@voltro/database": "0.11.4",
62
+ "@voltro/env": "0.11.4",
63
+ "@voltro/plugin-audit": "0.11.4",
64
+ "@voltro/plugin-multitenancy": "0.11.4",
65
+ "@voltro/plugin-soft-delete": "0.11.4",
66
+ "@voltro/protocol": "0.11.4",
67
+ "@voltro/runtime": "0.11.4",
68
+ "@voltro/workflow": "0.11.4"
69
69
  },
70
70
  "peerDependencies": {
71
71
  "effect": "^3.21.4"