@aigne/agent-library 1.20.3 → 1.20.4

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 +16 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -13,6 +13,22 @@
13
13
  * @aigne/core bumped to 1.22.0
14
14
  * @aigne/openai bumped to 0.3.4
15
15
 
16
+ ## [1.20.4](https://github.com/AIGNE-io/aigne-framework/compare/agent-library-v1.20.3...agent-library-v1.20.4) (2025-07-14)
17
+
18
+
19
+ ### Bug Fixes
20
+
21
+ * **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))
22
+
23
+
24
+ ### Dependencies
25
+
26
+ * The following workspace dependencies were updated
27
+ * dependencies
28
+ * @aigne/core bumped to 1.33.1
29
+ * @aigne/openai bumped to 0.9.1
30
+ * @aigne/sqlite bumped to 0.3.1
31
+
16
32
  ## [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
33
 
18
34
 
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.4",
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.1",
50
+ "@aigne/openai": "^0.9.1",
51
+ "@aigne/sqlite": "^0.3.1"
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"