@aigne/agent-library 1.21.53 → 1.21.54

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 +27 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -7,6 +7,33 @@
7
7
  * @aigne/core bumped to 1.22.0
8
8
  * @aigne/openai bumped to 0.3.4
9
9
 
10
+ ## [1.21.54](https://github.com/AIGNE-io/aigne-framework/compare/agent-library-v1.21.54-beta...agent-library-v1.21.54) (2025-11-15)
11
+
12
+
13
+ ### Dependencies
14
+
15
+ * The following workspace dependencies were updated
16
+ * dependencies
17
+ * @aigne/core bumped to 1.68.1
18
+ * @aigne/openai bumped to 0.16.8
19
+ * @aigne/sqlite bumped to 0.4.5
20
+
21
+ ## [1.21.54-beta](https://github.com/AIGNE-io/aigne-framework/compare/agent-library-v1.21.53...agent-library-v1.21.54-beta) (2025-11-15)
22
+
23
+
24
+ ### Bug Fixes
25
+
26
+ * bump version ([93a1c10](https://github.com/AIGNE-io/aigne-framework/commit/93a1c10cf35f88eaafe91092481f5d087bd5b3a9))
27
+
28
+
29
+ ### Dependencies
30
+
31
+ * The following workspace dependencies were updated
32
+ * dependencies
33
+ * @aigne/core bumped to 1.68.1-beta
34
+ * @aigne/openai bumped to 0.16.8-beta
35
+ * @aigne/sqlite bumped to 0.4.5-beta
36
+
10
37
  ## [1.21.53](https://github.com/AIGNE-io/aigne-framework/compare/agent-library-v1.21.53-beta...agent-library-v1.21.53) (2025-11-14)
11
38
 
12
39
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aigne/agent-library",
3
- "version": "1.21.53",
3
+ "version": "1.21.54",
4
4
  "description": "Collection of agent libraries for AIGNE framework",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -49,9 +49,9 @@
49
49
  "jsonschema": "^1.5.0",
50
50
  "yaml": "^2.8.1",
51
51
  "zod": "^3.25.67",
52
- "@aigne/core": "^1.68.0",
53
- "@aigne/openai": "^0.16.7",
54
- "@aigne/sqlite": "^0.4.4"
52
+ "@aigne/core": "^1.68.1",
53
+ "@aigne/openai": "^0.16.8",
54
+ "@aigne/sqlite": "^0.4.5"
55
55
  },
56
56
  "devDependencies": {
57
57
  "@types/bun": "^1.2.22",