@aigne/aigne-hub 0.10.7 → 0.10.8-beta

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 +29 -0
  2. package/package.json +16 -16
package/CHANGELOG.md CHANGED
@@ -1,5 +1,34 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.10.8-beta](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.7...aigne-hub-v0.10.8-beta) (2025-11-15)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * bump version ([93a1c10](https://github.com/AIGNE-io/aigne-framework/commit/93a1c10cf35f88eaafe91092481f5d087bd5b3a9))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * dependencies
15
+ * @aigne/anthropic bumped to 0.14.8-beta
16
+ * @aigne/bedrock bumped to 0.10.13-beta
17
+ * @aigne/core bumped to 1.68.1-beta
18
+ * @aigne/deepseek bumped to 0.7.54-beta
19
+ * @aigne/doubao bumped to 1.1.8-beta
20
+ * @aigne/gemini bumped to 0.14.8-beta
21
+ * @aigne/ideogram bumped to 0.4.8-beta
22
+ * @aigne/ollama bumped to 0.7.54-beta
23
+ * @aigne/open-router bumped to 0.7.54-beta
24
+ * @aigne/openai bumped to 0.16.8-beta
25
+ * @aigne/platform-helpers bumped to 0.6.4-beta
26
+ * @aigne/poe bumped to 1.0.34-beta
27
+ * @aigne/transport bumped to 0.15.17-beta
28
+ * @aigne/xai bumped to 0.7.54-beta
29
+ * devDependencies
30
+ * @aigne/test-utils bumped to 0.5.61-beta
31
+
3
32
  ## [0.10.7](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.7-beta...aigne-hub-v0.10.7) (2025-11-14)
4
33
 
5
34
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aigne/aigne-hub",
3
- "version": "0.10.7",
3
+ "version": "0.10.8-beta",
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.7",
43
- "@aigne/bedrock": "^0.10.12",
44
- "@aigne/deepseek": "^0.7.53",
45
- "@aigne/core": "^1.68.0",
46
- "@aigne/doubao": "^1.1.7",
47
- "@aigne/ideogram": "^0.4.7",
48
- "@aigne/gemini": "^0.14.7",
49
- "@aigne/open-router": "^0.7.53",
50
- "@aigne/ollama": "^0.7.53",
51
- "@aigne/openai": "^0.16.7",
52
- "@aigne/platform-helpers": "^0.6.3",
53
- "@aigne/transport": "^0.15.16",
54
- "@aigne/poe": "^1.0.33",
55
- "@aigne/xai": "^0.7.53"
42
+ "@aigne/anthropic": "^0.14.8-beta",
43
+ "@aigne/core": "^1.68.1-beta",
44
+ "@aigne/bedrock": "^0.10.13-beta",
45
+ "@aigne/deepseek": "^0.7.54-beta",
46
+ "@aigne/doubao": "^1.1.8-beta",
47
+ "@aigne/gemini": "^0.14.8-beta",
48
+ "@aigne/ideogram": "^0.4.8-beta",
49
+ "@aigne/ollama": "^0.7.54-beta",
50
+ "@aigne/open-router": "^0.7.54-beta",
51
+ "@aigne/platform-helpers": "^0.6.4-beta",
52
+ "@aigne/poe": "^1.0.34-beta",
53
+ "@aigne/openai": "^0.16.8-beta",
54
+ "@aigne/transport": "^0.15.17-beta",
55
+ "@aigne/xai": "^0.7.54-beta"
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.60"
64
+ "@aigne/test-utils": "^0.5.61-beta"
65
65
  },
66
66
  "scripts": {
67
67
  "lint": "tsc --noEmit",