@aigne/aigne-hub 0.10.10 → 0.10.11-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 +32 -0
  2. package/package.json +15 -15
package/CHANGELOG.md CHANGED
@@ -1,5 +1,37 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.10.11-beta.1](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.11-beta...aigne-hub-v0.10.11-beta.1) (2025-11-26)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * The following workspace dependencies were updated
9
+ * dependencies
10
+ * @aigne/gemini bumped to 0.14.11-beta.1
11
+
12
+ ## [0.10.11-beta](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.10...aigne-hub-v0.10.11-beta) (2025-11-24)
13
+
14
+
15
+ ### Dependencies
16
+
17
+ * The following workspace dependencies were updated
18
+ * dependencies
19
+ * @aigne/anthropic bumped to 0.14.11-beta
20
+ * @aigne/bedrock bumped to 0.10.16-beta
21
+ * @aigne/core bumped to 1.69.1-beta
22
+ * @aigne/deepseek bumped to 0.7.57-beta
23
+ * @aigne/doubao bumped to 1.2.1-beta
24
+ * @aigne/gemini bumped to 0.14.11-beta
25
+ * @aigne/ideogram bumped to 0.4.11-beta
26
+ * @aigne/ollama bumped to 0.7.57-beta
27
+ * @aigne/open-router bumped to 0.7.57-beta
28
+ * @aigne/openai bumped to 0.16.11-beta
29
+ * @aigne/poe bumped to 1.1.1-beta
30
+ * @aigne/transport bumped to 0.15.20-beta
31
+ * @aigne/xai bumped to 0.7.57-beta
32
+ * devDependencies
33
+ * @aigne/test-utils bumped to 0.5.64-beta
34
+
3
35
  ## [0.10.10](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.10-beta.5...aigne-hub-v0.10.10) (2025-11-21)
4
36
 
5
37
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aigne/aigne-hub",
3
- "version": "0.10.10",
3
+ "version": "0.10.11-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.10",
43
- "@aigne/bedrock": "^0.10.15",
44
- "@aigne/core": "^1.69.0",
45
- "@aigne/doubao": "^1.2.0",
46
- "@aigne/deepseek": "^0.7.56",
47
- "@aigne/gemini": "^0.14.10",
48
- "@aigne/ollama": "^0.7.56",
49
- "@aigne/open-router": "^0.7.56",
50
- "@aigne/openai": "^0.16.10",
51
- "@aigne/ideogram": "^0.4.10",
52
- "@aigne/poe": "^1.1.0",
42
+ "@aigne/anthropic": "^0.14.11-beta",
43
+ "@aigne/core": "^1.69.1-beta",
44
+ "@aigne/bedrock": "^0.10.16-beta",
45
+ "@aigne/deepseek": "^0.7.57-beta",
46
+ "@aigne/doubao": "^1.2.1-beta",
47
+ "@aigne/gemini": "^0.14.11-beta.1",
48
+ "@aigne/ideogram": "^0.4.11-beta",
49
+ "@aigne/openai": "^0.16.11-beta",
50
+ "@aigne/ollama": "^0.7.57-beta",
51
+ "@aigne/open-router": "^0.7.57-beta",
53
52
  "@aigne/platform-helpers": "^0.6.4",
54
- "@aigne/transport": "^0.15.19",
55
- "@aigne/xai": "^0.7.56"
53
+ "@aigne/poe": "^1.1.1-beta",
54
+ "@aigne/transport": "^0.15.20-beta",
55
+ "@aigne/xai": "^0.7.57-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.63"
64
+ "@aigne/test-utils": "^0.5.64-beta"
65
65
  },
66
66
  "scripts": {
67
67
  "lint": "tsc --noEmit",