@aigne/aigne-hub 0.4.2 → 0.4.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 +50 -0
  2. package/package.json +15 -15
package/CHANGELOG.md CHANGED
@@ -1,5 +1,55 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.4.4](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.4.3...aigne-hub-v0.4.4) (2025-08-06)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **models:** aigne-hub adapter not working in node.js v21 ([#320](https://github.com/AIGNE-io/aigne-framework/issues/320)) ([2884d00](https://github.com/AIGNE-io/aigne-framework/commit/2884d00b83e153ae7465ef1369fcd22d7c6d43e0))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * dependencies
15
+ * @aigne/anthropic bumped to 0.10.9
16
+ * @aigne/bedrock bumped to 0.8.13
17
+ * @aigne/core bumped to 1.45.0
18
+ * @aigne/deepseek bumped to 0.7.13
19
+ * @aigne/default-memory bumped to 1.0.13
20
+ * @aigne/gemini bumped to 0.8.13
21
+ * @aigne/ollama bumped to 0.7.13
22
+ * @aigne/open-router bumped to 0.7.13
23
+ * @aigne/openai bumped to 0.10.13
24
+ * @aigne/platform-helpers bumped to 0.5.1
25
+ * @aigne/transport bumped to 0.12.1
26
+ * @aigne/xai bumped to 0.7.13
27
+ * devDependencies
28
+ * @aigne/openai bumped to 0.10.13
29
+ * @aigne/test-utils bumped to 0.5.21
30
+
31
+ ## [0.4.3](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.4.2...aigne-hub-v0.4.3) (2025-08-05)
32
+
33
+
34
+ ### Dependencies
35
+
36
+ * The following workspace dependencies were updated
37
+ * dependencies
38
+ * @aigne/anthropic bumped to 0.10.8
39
+ * @aigne/bedrock bumped to 0.8.12
40
+ * @aigne/core bumped to 1.44.0
41
+ * @aigne/deepseek bumped to 0.7.12
42
+ * @aigne/default-memory bumped to 1.0.12
43
+ * @aigne/gemini bumped to 0.8.12
44
+ * @aigne/ollama bumped to 0.7.12
45
+ * @aigne/open-router bumped to 0.7.12
46
+ * @aigne/openai bumped to 0.10.12
47
+ * @aigne/transport bumped to 0.12.0
48
+ * @aigne/xai bumped to 0.7.12
49
+ * devDependencies
50
+ * @aigne/openai bumped to 0.10.12
51
+ * @aigne/test-utils bumped to 0.5.20
52
+
3
53
  ## [0.4.2](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.4.1...aigne-hub-v0.4.2) (2025-08-05)
4
54
 
5
55
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aigne/aigne-hub",
3
- "version": "0.4.2",
3
+ "version": "0.4.4",
4
4
  "description": "AIGNE Hub SDK for integrating with Hub AI models",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -45,18 +45,18 @@
45
45
  "openai": "^5.8.3",
46
46
  "ufo": "^1.6.1",
47
47
  "zod": "^3.25.67",
48
- "@aigne/anthropic": "^0.10.7",
49
- "@aigne/bedrock": "^0.8.11",
50
- "@aigne/core": "^1.43.1",
51
- "@aigne/default-memory": "^1.0.11",
52
- "@aigne/deepseek": "^0.7.11",
53
- "@aigne/ollama": "^0.7.11",
54
- "@aigne/gemini": "^0.8.11",
55
- "@aigne/openai": "^0.10.11",
56
- "@aigne/open-router": "^0.7.11",
57
- "@aigne/platform-helpers": "^0.5.0",
58
- "@aigne/transport": "^0.11.2",
59
- "@aigne/xai": "^0.7.11"
48
+ "@aigne/anthropic": "^0.10.9",
49
+ "@aigne/bedrock": "^0.8.13",
50
+ "@aigne/core": "^1.45.0",
51
+ "@aigne/default-memory": "^1.0.13",
52
+ "@aigne/deepseek": "^0.7.13",
53
+ "@aigne/ollama": "^0.7.13",
54
+ "@aigne/gemini": "^0.8.13",
55
+ "@aigne/open-router": "^0.7.13",
56
+ "@aigne/openai": "^0.10.13",
57
+ "@aigne/platform-helpers": "^0.5.1",
58
+ "@aigne/transport": "^0.12.1",
59
+ "@aigne/xai": "^0.7.13"
60
60
  },
61
61
  "devDependencies": {
62
62
  "@types/bun": "^1.2.18",
@@ -65,8 +65,8 @@
65
65
  "npm-run-all": "^4.1.5",
66
66
  "rimraf": "^6.0.1",
67
67
  "typescript": "^5.8.3",
68
- "@aigne/test-utils": "^0.5.19",
69
- "@aigne/openai": "^0.10.11"
68
+ "@aigne/test-utils": "^0.5.21",
69
+ "@aigne/openai": "^0.10.13"
70
70
  },
71
71
  "scripts": {
72
72
  "lint": "tsc --noEmit",