@aigne/aigne-hub 0.10.0-beta.6 → 0.10.0-beta.7

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 +23 -2
  2. package/package.json +15 -15
package/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.10.0-beta.7](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.0-beta.6...aigne-hub-v0.10.0-beta.7) (2025-09-26)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * The following workspace dependencies were updated
9
+ * dependencies
10
+ * @aigne/anthropic bumped to 0.14.0-beta.5
11
+ * @aigne/bedrock bumped to 0.10.5-beta.6
12
+ * @aigne/core bumped to 1.61.0-beta.6
13
+ * @aigne/deepseek bumped to 0.7.46-beta.7
14
+ * @aigne/doubao bumped to 1.1.0-beta.7
15
+ * @aigne/gemini bumped to 0.14.0-beta.7
16
+ * @aigne/ideogram bumped to 0.4.0-beta.6
17
+ * @aigne/ollama bumped to 0.7.46-beta.7
18
+ * @aigne/open-router bumped to 0.7.46-beta.7
19
+ * @aigne/openai bumped to 0.16.0-beta.7
20
+ * @aigne/poe bumped to 1.0.26-beta.7
21
+ * @aigne/transport bumped to 0.15.9-beta.7
22
+ * @aigne/xai bumped to 0.7.46-beta.7
23
+ * devDependencies
24
+ * @aigne/test-utils bumped to 0.5.53-beta.6
25
+
3
26
  ## [0.10.0-beta.6](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.0-beta.5...aigne-hub-v0.10.0-beta.6) (2025-09-25)
4
27
 
5
28
 
@@ -191,7 +214,6 @@
191
214
  ### Bug Fixes
192
215
 
193
216
  * **models:** convert local image to base64 for image model ([#517](https://github.com/AIGNE-io/aigne-framework/issues/517)) ([c0bc971](https://github.com/AIGNE-io/aigne-framework/commit/c0bc971087ef6e1caa641a699aed391a24feb40d))
194
- * **models:** convert local image to base64 for image model ([#517](https://github.com/AIGNE-io/aigne-framework/issues/517)) ([c0bc971](https://github.com/AIGNE-io/aigne-framework/commit/c0bc971087ef6e1caa641a699aed391a24feb40d))
195
217
 
196
218
 
197
219
  ### Dependencies
@@ -599,7 +621,6 @@
599
621
  ### Features
600
622
 
601
623
  * **models:** support gemini and ideogram images models ([#412](https://github.com/AIGNE-io/aigne-framework/issues/412)) ([6534fec](https://github.com/AIGNE-io/aigne-framework/commit/6534fecb0bdfb4b0a4440d44c0e563b9a029a68f))
602
- * **models:** support gemini and ideogram images models ([#412](https://github.com/AIGNE-io/aigne-framework/issues/412)) ([6534fec](https://github.com/AIGNE-io/aigne-framework/commit/6534fecb0bdfb4b0a4440d44c0e563b9a029a68f))
603
624
 
604
625
 
605
626
  ### Dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aigne/aigne-hub",
3
- "version": "0.10.0-beta.6",
3
+ "version": "0.10.0-beta.7",
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.0-beta.4",
43
- "@aigne/bedrock": "^0.10.5-beta.5",
44
- "@aigne/deepseek": "^0.7.46-beta.6",
45
- "@aigne/core": "^1.61.0-beta.5",
46
- "@aigne/doubao": "^1.1.0-beta.6",
47
- "@aigne/gemini": "^0.14.0-beta.6",
48
- "@aigne/ollama": "^0.7.46-beta.6",
49
- "@aigne/openai": "^0.16.0-beta.6",
42
+ "@aigne/anthropic": "^0.14.0-beta.5",
43
+ "@aigne/bedrock": "^0.10.5-beta.6",
44
+ "@aigne/core": "^1.61.0-beta.6",
45
+ "@aigne/doubao": "^1.1.0-beta.7",
46
+ "@aigne/deepseek": "^0.7.46-beta.7",
47
+ "@aigne/ollama": "^0.7.46-beta.7",
48
+ "@aigne/gemini": "^0.14.0-beta.7",
49
+ "@aigne/ideogram": "^0.4.0-beta.6",
50
+ "@aigne/open-router": "^0.7.46-beta.7",
50
51
  "@aigne/platform-helpers": "^0.6.3-beta",
51
- "@aigne/open-router": "^0.7.46-beta.6",
52
- "@aigne/ideogram": "^0.4.0-beta.5",
53
- "@aigne/poe": "^1.0.26-beta.6",
54
- "@aigne/xai": "^0.7.46-beta.6",
55
- "@aigne/transport": "^0.15.9-beta.6"
52
+ "@aigne/openai": "^0.16.0-beta.7",
53
+ "@aigne/poe": "^1.0.26-beta.7",
54
+ "@aigne/xai": "^0.7.46-beta.7",
55
+ "@aigne/transport": "^0.15.9-beta.7"
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.53-beta.5"
64
+ "@aigne/test-utils": "^0.5.53-beta.6"
65
65
  },
66
66
  "scripts": {
67
67
  "lint": "tsc --noEmit",