@exellix/graph-composer 2.14.1 → 2.15.0

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 +10 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Changelog
2
2
 
3
+ ## 2.15.0 — graph-engine 9.x response contract alignment
4
+
5
+ ### Changed
6
+
7
+ - **Peer / dev:** `@exellix/graph-engine` **^9.0.0** — canonical `graph.response` only at execute; `validateGraphResponseWiring` on compile; optional `coerce: 'stringArray'` on response selectors.
8
+
9
+ ### Downstream
10
+
11
+ - **graphs-playground:** remove execute-time response normalize/coerce; stamp `coerce: 'stringArray'` in studio presets at save time.
12
+
3
13
  ## 2.12.0 — Graphenix 2.7.3 + webQueryTemplate authoring
4
14
 
5
15
  ### Breaking
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@exellix/graph-composer",
3
- "version": "2.14.1",
3
+ "version": "2.15.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -76,7 +76,7 @@
76
76
  }
77
77
  },
78
78
  "dependencies": {
79
- "@exellix/graph-engine": "^8.7.0",
79
+ "@exellix/graph-engine": "^9.0.0",
80
80
  "@x12i/catalox": "^5.9.8",
81
81
  "@x12i/env": "^4.0.3",
82
82
  "@x12i/funcx": "^4.9.13",