@exellix/graph-composer 2.15.0 → 2.15.2
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 +15 -0
- package/package.json +13 -13
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 2.15.2 — Logxer 5.1.0 + graph-engine 9.2.4
|
|
4
|
+
|
|
5
|
+
### Changed
|
|
6
|
+
|
|
7
|
+
- **`@x12i/logxer` ^5.1.0** — align with ESM/CJS dual export release.
|
|
8
|
+
- **`@exellix/graph-engine` ^9.2.4** — browser-safe barrel split (`/inspection`, `/authoring`, `/runtime/logxer`).
|
|
9
|
+
- Upstream: `@x12i/catalox` **^5.10.1**, `@exellix/ai-tasks` **^10.2.2**, `@exellix/ai-skills` **^6.13.1**.
|
|
10
|
+
|
|
11
|
+
## 2.15.1 - Latest graph-engine dependency alignment
|
|
12
|
+
|
|
13
|
+
### Changed
|
|
14
|
+
|
|
15
|
+
- 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.
|
|
16
|
+
- Prepare the package for `@exellix/graph-engine` **^9.2.3** once that engine patch is published.
|
|
17
|
+
|
|
3
18
|
## 2.15.0 — graph-engine 9.x response contract alignment
|
|
4
19
|
|
|
5
20
|
### Changed
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@exellix/graph-composer",
|
|
3
|
-
"version": "2.15.
|
|
3
|
+
"version": "2.15.2",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -57,15 +57,15 @@
|
|
|
57
57
|
"repository": {
|
|
58
58
|
"type": "git",
|
|
59
59
|
"url": "git+ssh://git@github.com/exellix/exellix-engine-mono-repo.git",
|
|
60
|
-
"directory": "graph-composer"
|
|
60
|
+
"directory": "graph-packages/graph-composer"
|
|
61
61
|
},
|
|
62
62
|
"bugs": {
|
|
63
63
|
"url": "https://github.com/woroces/graph-composer/issues"
|
|
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.1",
|
|
68
|
+
"@exellix/ai-tasks": "^10.2.2"
|
|
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": "^9.
|
|
80
|
-
"@x12i/catalox": "^5.
|
|
79
|
+
"@exellix/graph-engine": "^9.2.4",
|
|
80
|
+
"@x12i/catalox": "^5.10.1",
|
|
81
81
|
"@x12i/env": "^4.0.3",
|
|
82
|
-
"@x12i/funcx": "^4.9.
|
|
83
|
-
"@x12i/logxer": "^
|
|
82
|
+
"@x12i/funcx": "^4.9.14",
|
|
83
|
+
"@x12i/logxer": "^5.1.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.1",
|
|
87
|
+
"@exellix/ai-tasks": "^10.2.2",
|
|
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
|
}
|