@aigne/example-workflow-orchestrator 1.14.0 → 1.14.1-beta.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +41 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,46 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.14.1-beta.2](https://github.com/AIGNE-io/aigne-framework/compare/example-workflow-orchestrator-v1.14.1-beta.1...example-workflow-orchestrator-v1.14.1-beta.2) (2025-12-19)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * The following workspace dependencies were updated
9
+ * dependencies
10
+ * @aigne/agent-library bumped to 1.24.0-beta.2
11
+ * @aigne/cli bumped to 1.58.1-beta.2
12
+ * devDependencies
13
+ * @aigne/test-utils bumped to 0.5.69-beta.2
14
+
15
+ ## [1.14.1-beta.1](https://github.com/AIGNE-io/aigne-framework/compare/example-workflow-orchestrator-v1.14.1-beta...example-workflow-orchestrator-v1.14.1-beta.1) (2025-12-17)
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * bump version ([70d217c](https://github.com/AIGNE-io/aigne-framework/commit/70d217c8360dd0dda7f5f17011c4e92ec836e801))
21
+
22
+
23
+ ### Dependencies
24
+
25
+ * The following workspace dependencies were updated
26
+ * dependencies
27
+ * @aigne/agent-library bumped to 1.24.0-beta.1
28
+ * @aigne/cli bumped to 1.58.1-beta.1
29
+ * devDependencies
30
+ * @aigne/test-utils bumped to 0.5.69-beta.1
31
+
32
+ ## [1.14.1-beta](https://github.com/AIGNE-io/aigne-framework/compare/example-workflow-orchestrator-v1.14.0...example-workflow-orchestrator-v1.14.1-beta) (2025-12-17)
33
+
34
+
35
+ ### Dependencies
36
+
37
+ * The following workspace dependencies were updated
38
+ * dependencies
39
+ * @aigne/agent-library bumped to 1.24.0-beta
40
+ * @aigne/cli bumped to 1.58.1-beta
41
+ * devDependencies
42
+ * @aigne/test-utils bumped to 0.5.69-beta
43
+
3
44
  ## [1.14.0](https://github.com/AIGNE-io/aigne-framework/compare/example-workflow-orchestrator-v1.14.0-beta.9...example-workflow-orchestrator-v1.14.0) (2025-12-12)
4
45
 
5
46
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aigne/example-workflow-orchestrator",
3
- "version": "1.14.0",
3
+ "version": "1.14.1-beta.2",
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.23.0",
15
- "@aigne/cli": "^1.58.0"
14
+ "@aigne/agent-library": "^1.24.0-beta.2",
15
+ "@aigne/cli": "^1.58.1-beta.2"
16
16
  },
17
17
  "devDependencies": {
18
18
  "@types/bun": "^1.2.22",
19
- "@aigne/test-utils": "^0.5.68"
19
+ "@aigne/test-utils": "^0.5.69-beta.2"
20
20
  },
21
21
  "scripts": {
22
22
  "start": "aigne run ."