@exellix/graph-composer 2.16.0 → 2.16.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 2.16.1 — Web synthesis alignment (graph-engine 9.3.1 / ai-tasks 10.4.1)
4
+
5
+ ### Changed
6
+
7
+ - **`@exellix/graph-engine` ^9.3.1** — `webSynthesis` host patch emits `pipelinePhase`; plan validated after host patches.
8
+ - **Peer/dev pins:** `@exellix/ai-tasks` **^10.4.1** (unchanged from 2.16.0 intent).
9
+ - **Docs:** `task-node-execution-protocol.md` — `pipelinePhase` compiled unit example for `webSynthesis`.
10
+
3
11
  ## 2.16.0 — Input synthesis sources + graph-engine 9.3.0
4
12
 
5
13
  ### Changed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@exellix/graph-composer",
3
- "version": "2.16.0",
3
+ "version": "2.16.1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -65,7 +65,7 @@
65
65
  "homepage": "https://github.com/woroces/graph-composer#readme",
66
66
  "peerDependencies": {
67
67
  "@exellix/ai-skills": "^6.14.0",
68
- "@exellix/ai-tasks": "^10.3.0"
68
+ "@exellix/ai-tasks": "^10.4.1"
69
69
  },
70
70
  "peerDependenciesMeta": {
71
71
  "@exellix/ai-tasks": {
@@ -76,7 +76,7 @@
76
76
  }
77
77
  },
78
78
  "dependencies": {
79
- "@exellix/graph-engine": "^9.3.0",
79
+ "@exellix/graph-engine": "^9.3.1",
80
80
  "@x12i/catalox": "^5.10.1",
81
81
  "@x12i/env": "^4.0.3",
82
82
  "@x12i/funcx": "^4.9.14",
@@ -84,7 +84,7 @@
84
84
  },
85
85
  "devDependencies": {
86
86
  "@exellix/ai-skills": "^6.14.0",
87
- "@exellix/ai-tasks": "^10.3.0",
87
+ "@exellix/ai-tasks": "^10.4.1",
88
88
  "@types/node": "^26.0.1",
89
89
  "@x12i/rendrix": "^4.3.0",
90
90
  "tsx": "^4.22.4",