@aigne/example-workflow-orchestrator 1.15.0-beta.22 → 1.15.0-beta.23
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 +12 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.15.0-beta.23](https://github.com/AIGNE-io/aigne-framework/compare/example-workflow-orchestrator-v1.15.0-beta.22...example-workflow-orchestrator-v1.15.0-beta.23) (2026-01-13)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* The following workspace dependencies were updated
|
|
9
|
+
* dependencies
|
|
10
|
+
* @aigne/agent-library bumped to 1.24.0-beta.20
|
|
11
|
+
* @aigne/cli bumped to 1.59.0-beta.23
|
|
12
|
+
* devDependencies
|
|
13
|
+
* @aigne/test-utils bumped to 0.5.69-beta.18
|
|
14
|
+
|
|
3
15
|
## [1.15.0-beta.22](https://github.com/AIGNE-io/aigne-framework/compare/example-workflow-orchestrator-v1.15.0-beta.21...example-workflow-orchestrator-v1.15.0-beta.22) (2026-01-12)
|
|
4
16
|
|
|
5
17
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aigne/example-workflow-orchestrator",
|
|
3
|
-
"version": "1.15.0-beta.
|
|
3
|
+
"version": "1.15.0-beta.23",
|
|
4
4
|
"description": "A demonstration of using AIGNE Framework to build a orchestrator workflow",
|
|
5
5
|
"author": "Arcblock <blocklet@arcblock.io> https://github.com/blocklet",
|
|
6
6
|
"homepage": "https://github.com/AIGNE-io/aigne-framework/tree/main/examples/workflow-orchestrator",
|
|
@@ -11,12 +11,12 @@
|
|
|
11
11
|
},
|
|
12
12
|
"bin": "aigne.yaml",
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"@aigne/agent-library": "^1.24.0-beta.
|
|
15
|
-
"@aigne/cli": "^1.59.0-beta.
|
|
14
|
+
"@aigne/agent-library": "^1.24.0-beta.20",
|
|
15
|
+
"@aigne/cli": "^1.59.0-beta.23"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@types/bun": "^1.2.22",
|
|
19
|
-
"@aigne/test-utils": "^0.5.69-beta.
|
|
19
|
+
"@aigne/test-utils": "^0.5.69-beta.18"
|
|
20
20
|
},
|
|
21
21
|
"scripts": {
|
|
22
22
|
"start": "aigne run ."
|