@exellix/graph-composer 2.5.7 → 2.5.8
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/CHANGELOG.md +6 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 2.5.8
|
|
4
|
+
|
|
5
|
+
### Changed
|
|
6
|
+
|
|
7
|
+
- **Peer dependency:** `@exellix/graph-engine` ^7.7.8 — execute ingress accepts partial task `modelConfig` and `profile/choice` slots (CR-11); hosts should stop execute-time model merge / canonical assert skips when on this line.
|
|
8
|
+
|
|
3
9
|
## 2.5.2
|
|
4
10
|
|
|
5
11
|
### Fixed
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@exellix/graph-composer",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.8",
|
|
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-tasks": "^8.6.2",
|
|
68
|
-
"@exellix/graph-engine": "^7.7.
|
|
68
|
+
"@exellix/graph-engine": "^7.7.8"
|
|
69
69
|
},
|
|
70
70
|
"peerDependenciesMeta": {
|
|
71
71
|
"@exellix/graph-engine": {
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"devDependencies": {
|
|
88
88
|
"@exellix/ai-skills": "^6.1.0",
|
|
89
89
|
"@exellix/ai-tasks": "^8.6.1",
|
|
90
|
-
"@exellix/graph-engine": "^7.7.
|
|
90
|
+
"@exellix/graph-engine": "^7.7.8",
|
|
91
91
|
"@types/node": "^22.10.2",
|
|
92
92
|
"@x12i/rendrix": "^4.3.0",
|
|
93
93
|
"nx-config2": "^3.6.5",
|