@aigne/agent-library 1.20.3 → 1.20.5

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 +26 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -13,6 +13,32 @@
13
13
  * @aigne/core bumped to 1.22.0
14
14
  * @aigne/openai bumped to 0.3.4
15
15
 
16
+ ## [1.20.5](https://github.com/AIGNE-io/aigne-framework/compare/agent-library-v1.20.4...agent-library-v1.20.5) (2025-07-14)
17
+
18
+
19
+ ### Dependencies
20
+
21
+ * The following workspace dependencies were updated
22
+ * dependencies
23
+ * @aigne/core bumped to 1.33.2
24
+ * @aigne/openai bumped to 0.9.2
25
+
26
+ ## [1.20.4](https://github.com/AIGNE-io/aigne-framework/compare/agent-library-v1.20.3...agent-library-v1.20.4) (2025-07-14)
27
+
28
+
29
+ ### Bug Fixes
30
+
31
+ * **deps:** update deps to latest version ([#247](https://github.com/AIGNE-io/aigne-framework/issues/247)) ([3972f88](https://github.com/AIGNE-io/aigne-framework/commit/3972f887a9abff20c26da6b51c1071cbd54c0bf1))
32
+
33
+
34
+ ### Dependencies
35
+
36
+ * The following workspace dependencies were updated
37
+ * dependencies
38
+ * @aigne/core bumped to 1.33.1
39
+ * @aigne/openai bumped to 0.9.1
40
+ * @aigne/sqlite bumped to 0.3.1
41
+
16
42
  ## [1.20.3](https://github.com/AIGNE-io/aigne-framework/compare/agent-library-v1.20.2...agent-library-v1.20.3) (2025-07-10)
17
43
 
18
44
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aigne/agent-library",
3
- "version": "1.20.3",
3
+ "version": "1.20.5",
4
4
  "description": "Collection of agent libraries for AIGNE framework",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -46,12 +46,12 @@
46
46
  "uuid": "^11.1.0",
47
47
  "yaml": "^2.8.0",
48
48
  "zod": "^3.25.67",
49
- "@aigne/core": "^1.33.0",
50
- "@aigne/openai": "^0.9.0",
51
- "@aigne/sqlite": "^0.3.0"
49
+ "@aigne/core": "^1.33.2",
50
+ "@aigne/sqlite": "^0.3.1",
51
+ "@aigne/openai": "^0.9.2"
52
52
  },
53
53
  "devDependencies": {
54
- "@types/bun": "^1.2.17",
54
+ "@types/bun": "^1.2.18",
55
55
  "npm-run-all": "^4.1.5",
56
56
  "rimraf": "^6.0.1",
57
57
  "typescript": "^5.8.3"