@aigne/example-workflow-orchestrator 1.15.0-beta.31 → 1.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 +12 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.15.0](https://github.com/AIGNE-io/aigne-framework/compare/example-workflow-orchestrator-v1.15.0-beta.31...example-workflow-orchestrator-v1.15.0) (2026-01-16)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * The following workspace dependencies were updated
9
+ * dependencies
10
+ * @aigne/agent-library bumped to 1.24.0
11
+ * @aigne/cli bumped to 1.59.0
12
+ * devDependencies
13
+ * @aigne/test-utils bumped to 0.5.69
14
+
3
15
  ## [1.15.0-beta.31](https://github.com/AIGNE-io/aigne-framework/compare/example-workflow-orchestrator-v1.15.0-beta.30...example-workflow-orchestrator-v1.15.0-beta.31) (2026-01-16)
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.31",
3
+ "version": "1.15.0",
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.27",
15
- "@aigne/cli": "^1.59.0-beta.31"
14
+ "@aigne/agent-library": "^1.24.0",
15
+ "@aigne/cli": "^1.59.0"
16
16
  },
17
17
  "devDependencies": {
18
18
  "@types/bun": "^1.2.22",
19
- "@aigne/test-utils": "^0.5.69-beta.25"
19
+ "@aigne/test-utils": "^0.5.69"
20
20
  },
21
21
  "scripts": {
22
22
  "start": "aigne run ."