@aigne/aigne-hub 0.10.15 → 0.10.16-beta.1

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 +52 -0
  2. package/package.json +16 -16
package/CHANGELOG.md CHANGED
@@ -1,5 +1,57 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.10.16-beta.1](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.16-beta...aigne-hub-v0.10.16-beta.1) (2025-12-17)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * bump version ([70d217c](https://github.com/AIGNE-io/aigne-framework/commit/70d217c8360dd0dda7f5f17011c4e92ec836e801))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * dependencies
15
+ * @aigne/anthropic bumped to 0.14.16-beta.1
16
+ * @aigne/bedrock bumped to 0.10.21-beta.1
17
+ * @aigne/core bumped to 1.72.0-beta.1
18
+ * @aigne/deepseek bumped to 0.7.62-beta.1
19
+ * @aigne/doubao bumped to 1.2.6-beta.1
20
+ * @aigne/gemini bumped to 0.14.16-beta.1
21
+ * @aigne/ideogram bumped to 0.4.16-beta.1
22
+ * @aigne/ollama bumped to 0.7.62-beta.1
23
+ * @aigne/open-router bumped to 0.7.62-beta.1
24
+ * @aigne/openai bumped to 0.16.16-beta.1
25
+ * @aigne/platform-helpers bumped to 0.6.7-beta
26
+ * @aigne/poe bumped to 1.1.6-beta.1
27
+ * @aigne/transport bumped to 0.15.25-beta.1
28
+ * @aigne/xai bumped to 0.7.62-beta.1
29
+ * devDependencies
30
+ * @aigne/test-utils bumped to 0.5.69-beta.1
31
+
32
+ ## [0.10.16-beta](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.15...aigne-hub-v0.10.16-beta) (2025-12-17)
33
+
34
+
35
+ ### Dependencies
36
+
37
+ * The following workspace dependencies were updated
38
+ * dependencies
39
+ * @aigne/anthropic bumped to 0.14.16-beta
40
+ * @aigne/bedrock bumped to 0.10.21-beta
41
+ * @aigne/core bumped to 1.72.0-beta
42
+ * @aigne/deepseek bumped to 0.7.62-beta
43
+ * @aigne/doubao bumped to 1.2.6-beta
44
+ * @aigne/gemini bumped to 0.14.16-beta
45
+ * @aigne/ideogram bumped to 0.4.16-beta
46
+ * @aigne/ollama bumped to 0.7.62-beta
47
+ * @aigne/open-router bumped to 0.7.62-beta
48
+ * @aigne/openai bumped to 0.16.16-beta
49
+ * @aigne/poe bumped to 1.1.6-beta
50
+ * @aigne/transport bumped to 0.15.25-beta
51
+ * @aigne/xai bumped to 0.7.62-beta
52
+ * devDependencies
53
+ * @aigne/test-utils bumped to 0.5.69-beta
54
+
3
55
  ## [0.10.15](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.15-beta.8...aigne-hub-v0.10.15) (2025-12-12)
4
56
 
5
57
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aigne/aigne-hub",
3
- "version": "0.10.15",
3
+ "version": "0.10.16-beta.1",
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.15",
43
- "@aigne/bedrock": "^0.10.20",
44
- "@aigne/core": "^1.71.0",
45
- "@aigne/deepseek": "^0.7.61",
46
- "@aigne/doubao": "^1.2.5",
47
- "@aigne/ideogram": "^0.4.15",
48
- "@aigne/gemini": "^0.14.15",
49
- "@aigne/ollama": "^0.7.61",
50
- "@aigne/openai": "^0.16.15",
51
- "@aigne/open-router": "^0.7.61",
52
- "@aigne/platform-helpers": "^0.6.6",
53
- "@aigne/xai": "^0.7.61",
54
- "@aigne/transport": "^0.15.24",
55
- "@aigne/poe": "^1.1.5"
42
+ "@aigne/anthropic": "^0.14.16-beta.1",
43
+ "@aigne/bedrock": "^0.10.21-beta.1",
44
+ "@aigne/deepseek": "^0.7.62-beta.1",
45
+ "@aigne/core": "^1.72.0-beta.1",
46
+ "@aigne/doubao": "^1.2.6-beta.1",
47
+ "@aigne/gemini": "^0.14.16-beta.1",
48
+ "@aigne/ollama": "^0.7.62-beta.1",
49
+ "@aigne/open-router": "^0.7.62-beta.1",
50
+ "@aigne/ideogram": "^0.4.16-beta.1",
51
+ "@aigne/openai": "^0.16.16-beta.1",
52
+ "@aigne/platform-helpers": "^0.6.7-beta",
53
+ "@aigne/poe": "^1.1.6-beta.1",
54
+ "@aigne/xai": "^0.7.62-beta.1",
55
+ "@aigne/transport": "^0.15.25-beta.1"
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.68"
64
+ "@aigne/test-utils": "^0.5.69-beta.1"
65
65
  },
66
66
  "scripts": {
67
67
  "lint": "tsc --noEmit",