@aigne/example-workflow-code-execution 1.14.1 → 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/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -41,7 +41,7 @@ Coder ->> User: The value of \(10!\) (10 factorial) is 3,628,800.
41
41
 
42
42
  ## Prerequisites
43
43
 
44
- * [Node.js](https://nodejs.org) and npm installed on your machine
44
+ * [Node.js](https://nodejs.org) (>=20.0) and npm installed on your machine
45
45
  * An [OpenAI API key](https://platform.openai.com/api-keys) for interacting with OpenAI's services
46
46
  * Optional dependencies (if running the example from source code):
47
47
  * [Bun](https://bun.sh) for running unit tests & examples
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aigne/example-workflow-code-execution",
3
- "version": "1.14.1",
3
+ "version": "1.15.0",
4
4
  "description": "A demonstration of using AIGNE Framework to build a code-execution 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-code-execution",
@@ -19,8 +19,8 @@
19
19
  "zod": "^3.24.4",
20
20
  "@aigne/agent-library": "^1.17.6",
21
21
  "@aigne/cli": "^1.18.1",
22
- "@aigne/core": "^1.28.1",
23
- "@aigne/openai": "^0.6.1"
22
+ "@aigne/openai": "^0.6.1",
23
+ "@aigne/core": "^1.28.1"
24
24
  },
25
25
  "devDependencies": {
26
26
  "@types/bun": "^1.2.9",