@exellix/graph-composer 2.7.12 → 2.9.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 +7 -0
  2. package/package.json +17 -17
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## 2.9.0 — Graphenix 2.4.0 PRE synthesis alignment
4
+
5
+ ### Changed
6
+
7
+ - **Peer / dev dependencies:** `@exellix/graph-engine` ^8.3.0, `@exellix/ai-tasks` ^10.0.4, `@exellix/ai-skills` ^6.12.0.
8
+ - **npm overrides** — `@x12i/graphenix-*` **^2.4.0** (format ^2.0.0); PRE synthesis default trio at runtime.
9
+
3
10
  ## 2.7.12 — Graphenix 2.1.0 coordinated release
4
11
 
5
12
  ### Changed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@exellix/graph-composer",
3
- "version": "2.7.12",
3
+ "version": "2.9.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -64,21 +64,21 @@
64
64
  },
65
65
  "homepage": "https://github.com/woroces/graph-composer#readme",
66
66
  "overrides": {
67
- "@x12i/graphenix-authoring-format": "^2.1.0",
68
- "@x12i/graphenix-core": "^2.0.1",
69
- "@x12i/graphenix-executable-contracts": "^2.1.0",
70
- "@x12i/graphenix-executable-format": "^2.3.0",
71
- "@x12i/graphenix-execute-envelope": "^2.0.0",
67
+ "@x12i/graphenix-authoring-format": "^2.4.0",
68
+ "@x12i/graphenix-core": "^2.4.0",
69
+ "@x12i/graphenix-executable-contracts": "^2.4.0",
70
+ "@x12i/graphenix-executable-format": "^2.4.0",
71
+ "@x12i/graphenix-execute-envelope": "^2.4.0",
72
72
  "@x12i/graphenix-format": "^2.0.0",
73
- "@x12i/graphenix-plan-compiler": "^2.1.0",
74
- "@x12i/graphenix-plan-format": "^2.1.0",
75
- "@x12i/graphenix-task-node-format": "^2.1.0",
76
- "@x12i/graphenix-trace-format": "^2.0.1"
73
+ "@x12i/graphenix-plan-compiler": "^2.4.0",
74
+ "@x12i/graphenix-plan-format": "^2.4.0",
75
+ "@x12i/graphenix-task-node-format": "^2.4.0",
76
+ "@x12i/graphenix-trace-format": "^2.4.0"
77
77
  },
78
78
  "peerDependencies": {
79
- "@exellix/ai-skills": "^6.11.0",
80
- "@exellix/ai-tasks": "^10.0.2",
81
- "@exellix/graph-engine": "^8.1.12"
79
+ "@exellix/ai-skills": "^6.12.0",
80
+ "@exellix/ai-tasks": "^10.0.4",
81
+ "@exellix/graph-engine": "^8.3.0"
82
82
  },
83
83
  "peerDependenciesMeta": {
84
84
  "@exellix/graph-engine": {
@@ -92,15 +92,15 @@
92
92
  }
93
93
  },
94
94
  "dependencies": {
95
- "@x12i/catalox": "^5.2.0",
95
+ "@x12i/catalox": "^5.9.7",
96
96
  "@x12i/env": "^4.0.1",
97
97
  "@x12i/funcx": "^4.9.13",
98
98
  "@x12i/logxer": "^4.6.0"
99
99
  },
100
100
  "devDependencies": {
101
- "@exellix/ai-skills": "^6.11.0",
102
- "@exellix/ai-tasks": "^10.0.2",
103
- "@exellix/graph-engine": "^8.1.12",
101
+ "@exellix/ai-skills": "^6.12.0",
102
+ "@exellix/ai-tasks": "^10.0.4",
103
+ "@exellix/graph-engine": "^8.3.0",
104
104
  "@types/node": "^22.10.2",
105
105
  "@x12i/rendrix": "^4.3.0",
106
106
  "nx-config2": "^3.6.5",