@exellix/graph-composer 2.14.1 → 2.15.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.
- package/CHANGELOG.md +17 -0
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 2.15.1 - Latest graph-engine dependency alignment
|
|
4
|
+
|
|
5
|
+
### Changed
|
|
6
|
+
|
|
7
|
+
- Refresh direct dependencies to the latest compatible upstream packages: `@x12i/catalox` **^5.9.10**, `@x12i/funcx` **^4.9.14**, `@exellix/ai-tasks` **^10.2.1**, and the latest TypeScript toolchain.
|
|
8
|
+
- Prepare the package for `@exellix/graph-engine` **^9.2.3** once that engine patch is published.
|
|
9
|
+
|
|
10
|
+
## 2.15.0 — graph-engine 9.x response contract alignment
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- **Peer / dev:** `@exellix/graph-engine` **^9.0.0** — canonical `graph.response` only at execute; `validateGraphResponseWiring` on compile; optional `coerce: 'stringArray'` on response selectors.
|
|
15
|
+
|
|
16
|
+
### Downstream
|
|
17
|
+
|
|
18
|
+
- **graphs-playground:** remove execute-time response normalize/coerce; stamp `coerce: 'stringArray'` in studio presets at save time.
|
|
19
|
+
|
|
3
20
|
## 2.12.0 — Graphenix 2.7.3 + webQueryTemplate authoring
|
|
4
21
|
|
|
5
22
|
### Breaking
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@exellix/graph-composer",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.15.1",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -64,8 +64,8 @@
|
|
|
64
64
|
},
|
|
65
65
|
"homepage": "https://github.com/woroces/graph-composer#readme",
|
|
66
66
|
"peerDependencies": {
|
|
67
|
-
"@exellix/ai-skills": "^6.
|
|
68
|
-
"@exellix/ai-tasks": "^10.
|
|
67
|
+
"@exellix/ai-skills": "^6.13.0",
|
|
68
|
+
"@exellix/ai-tasks": "^10.2.1"
|
|
69
69
|
},
|
|
70
70
|
"peerDependenciesMeta": {
|
|
71
71
|
"@exellix/ai-tasks": {
|
|
@@ -76,18 +76,18 @@
|
|
|
76
76
|
}
|
|
77
77
|
},
|
|
78
78
|
"dependencies": {
|
|
79
|
-
"@exellix/graph-engine": "^
|
|
80
|
-
"@x12i/catalox": "^5.9.
|
|
79
|
+
"@exellix/graph-engine": "^9.2.3",
|
|
80
|
+
"@x12i/catalox": "^5.9.10",
|
|
81
81
|
"@x12i/env": "^4.0.3",
|
|
82
|
-
"@x12i/funcx": "^4.9.
|
|
82
|
+
"@x12i/funcx": "^4.9.14",
|
|
83
83
|
"@x12i/logxer": "^4.6.0"
|
|
84
84
|
},
|
|
85
85
|
"devDependencies": {
|
|
86
|
-
"@exellix/ai-skills": "^6.
|
|
87
|
-
"@exellix/ai-tasks": "^10.
|
|
88
|
-
"@types/node": "^
|
|
86
|
+
"@exellix/ai-skills": "^6.13.0",
|
|
87
|
+
"@exellix/ai-tasks": "^10.2.1",
|
|
88
|
+
"@types/node": "^26.0.1",
|
|
89
89
|
"@x12i/rendrix": "^4.3.0",
|
|
90
|
-
"tsx": "^4.
|
|
91
|
-
"typescript": "^
|
|
90
|
+
"tsx": "^4.22.4",
|
|
91
|
+
"typescript": "^6.0.3"
|
|
92
92
|
}
|
|
93
93
|
}
|