@aigne/aigne-hub 0.10.16-beta.29 → 0.10.16-beta.30
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.
- package/CHANGELOG.md +23 -0
- package/package.json +15 -15
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,28 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.10.16-beta.30](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.16-beta.29...aigne-hub-v0.10.16-beta.30) (2026-01-16)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* The following workspace dependencies were updated
|
|
9
|
+
* dependencies
|
|
10
|
+
* @aigne/anthropic bumped to 0.14.16-beta.26
|
|
11
|
+
* @aigne/bedrock bumped to 0.10.21-beta.24
|
|
12
|
+
* @aigne/core bumped to 1.72.0-beta.24
|
|
13
|
+
* @aigne/deepseek bumped to 0.7.62-beta.24
|
|
14
|
+
* @aigne/doubao bumped to 1.3.0-beta.23
|
|
15
|
+
* @aigne/gemini bumped to 0.14.16-beta.25
|
|
16
|
+
* @aigne/ideogram bumped to 0.4.16-beta.24
|
|
17
|
+
* @aigne/ollama bumped to 0.7.62-beta.24
|
|
18
|
+
* @aigne/open-router bumped to 0.7.62-beta.24
|
|
19
|
+
* @aigne/openai bumped to 0.16.16-beta.24
|
|
20
|
+
* @aigne/poe bumped to 1.1.6-beta.24
|
|
21
|
+
* @aigne/transport bumped to 0.15.25-beta.26
|
|
22
|
+
* @aigne/xai bumped to 0.7.62-beta.24
|
|
23
|
+
* devDependencies
|
|
24
|
+
* @aigne/test-utils bumped to 0.5.69-beta.24
|
|
25
|
+
|
|
3
26
|
## [0.10.16-beta.29](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.16-beta.28...aigne-hub-v0.10.16-beta.29) (2026-01-15)
|
|
4
27
|
|
|
5
28
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aigne/aigne-hub",
|
|
3
|
-
"version": "0.10.16-beta.
|
|
3
|
+
"version": "0.10.16-beta.30",
|
|
4
4
|
"description": "AIGNE Hub SDK for integrating with Hub AI models",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -39,20 +39,20 @@
|
|
|
39
39
|
"https-proxy-agent": "^7.0.6",
|
|
40
40
|
"ufo": "^1.6.1",
|
|
41
41
|
"zod": "^3.25.67",
|
|
42
|
-
"@aigne/anthropic": "^0.14.16-beta.
|
|
43
|
-
"@aigne/
|
|
44
|
-
"@aigne/
|
|
45
|
-
"@aigne/
|
|
46
|
-
"@aigne/doubao": "^1.3.0-beta.
|
|
47
|
-
"@aigne/ideogram": "^0.4.16-beta.
|
|
48
|
-
"@aigne/gemini": "^0.14.16-beta.
|
|
49
|
-
"@aigne/ollama": "^0.7.62-beta.
|
|
50
|
-
"@aigne/open-router": "^0.7.62-beta.
|
|
42
|
+
"@aigne/anthropic": "^0.14.16-beta.26",
|
|
43
|
+
"@aigne/bedrock": "^0.10.21-beta.24",
|
|
44
|
+
"@aigne/core": "^1.72.0-beta.24",
|
|
45
|
+
"@aigne/deepseek": "^0.7.62-beta.24",
|
|
46
|
+
"@aigne/doubao": "^1.3.0-beta.23",
|
|
47
|
+
"@aigne/ideogram": "^0.4.16-beta.24",
|
|
48
|
+
"@aigne/gemini": "^0.14.16-beta.25",
|
|
49
|
+
"@aigne/ollama": "^0.7.62-beta.24",
|
|
50
|
+
"@aigne/open-router": "^0.7.62-beta.24",
|
|
51
|
+
"@aigne/openai": "^0.16.16-beta.24",
|
|
51
52
|
"@aigne/platform-helpers": "^0.6.7-beta.2",
|
|
52
|
-
"@aigne/
|
|
53
|
-
"@aigne/
|
|
54
|
-
"@aigne/transport": "^0.15.25-beta.
|
|
55
|
-
"@aigne/xai": "^0.7.62-beta.23"
|
|
53
|
+
"@aigne/poe": "^1.1.6-beta.24",
|
|
54
|
+
"@aigne/xai": "^0.7.62-beta.24",
|
|
55
|
+
"@aigne/transport": "^0.15.25-beta.26"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
58
|
"@types/bun": "^1.2.22",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"npm-run-all": "^4.1.5",
|
|
62
62
|
"rimraf": "^6.0.1",
|
|
63
63
|
"typescript": "^5.9.2",
|
|
64
|
-
"@aigne/test-utils": "^0.5.69-beta.
|
|
64
|
+
"@aigne/test-utils": "^0.5.69-beta.24"
|
|
65
65
|
},
|
|
66
66
|
"scripts": {
|
|
67
67
|
"lint": "tsc --noEmit",
|