@aigne/agent-library 1.21.0 → 1.21.3

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 +30 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -13,6 +13,36 @@
13
13
  * @aigne/core bumped to 1.22.0
14
14
  * @aigne/openai bumped to 0.3.4
15
15
 
16
+ ## [1.21.3](https://github.com/AIGNE-io/aigne-framework/compare/agent-library-v1.21.2...agent-library-v1.21.3) (2025-07-22)
17
+
18
+
19
+ ### Dependencies
20
+
21
+ * The following workspace dependencies were updated
22
+ * dependencies
23
+ * @aigne/core bumped to 1.37.0
24
+ * @aigne/openai bumped to 0.10.3
25
+
26
+ ## [1.21.2](https://github.com/AIGNE-io/aigne-framework/compare/agent-library-v1.21.1...agent-library-v1.21.2) (2025-07-17)
27
+
28
+
29
+ ### Dependencies
30
+
31
+ * The following workspace dependencies were updated
32
+ * dependencies
33
+ * @aigne/core bumped to 1.36.0
34
+ * @aigne/openai bumped to 0.10.2
35
+
36
+ ## [1.21.1](https://github.com/AIGNE-io/aigne-framework/compare/agent-library-v1.21.0...agent-library-v1.21.1) (2025-07-17)
37
+
38
+
39
+ ### Dependencies
40
+
41
+ * The following workspace dependencies were updated
42
+ * dependencies
43
+ * @aigne/core bumped to 1.35.0
44
+ * @aigne/openai bumped to 0.10.1
45
+
16
46
  ## [1.21.0](https://github.com/AIGNE-io/aigne-framework/compare/agent-library-v1.20.5...agent-library-v1.21.0) (2025-07-15)
17
47
 
18
48
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aigne/agent-library",
3
- "version": "1.21.0",
3
+ "version": "1.21.3",
4
4
  "description": "Collection of agent libraries for AIGNE framework",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -46,8 +46,8 @@
46
46
  "uuid": "^11.1.0",
47
47
  "yaml": "^2.8.0",
48
48
  "zod": "^3.25.67",
49
- "@aigne/core": "^1.34.0",
50
- "@aigne/openai": "^0.10.0",
49
+ "@aigne/core": "^1.37.0",
50
+ "@aigne/openai": "^0.10.3",
51
51
  "@aigne/sqlite": "^0.4.0"
52
52
  },
53
53
  "devDependencies": {