@aigne/aigne-hub 0.3.0 → 0.3.2

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 +44 -0
  2. package/package.json +14 -14
package/CHANGELOG.md CHANGED
@@ -1,5 +1,49 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.3.2](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.3.1...aigne-hub-v0.3.2) (2025-07-31)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * The following workspace dependencies were updated
9
+ * dependencies
10
+ * @aigne/anthropic bumped to 0.10.4
11
+ * @aigne/bedrock bumped to 0.8.8
12
+ * @aigne/core bumped to 1.41.0
13
+ * @aigne/deepseek bumped to 0.7.8
14
+ * @aigne/default-memory bumped to 1.0.8
15
+ * @aigne/gemini bumped to 0.8.8
16
+ * @aigne/ollama bumped to 0.7.8
17
+ * @aigne/open-router bumped to 0.7.8
18
+ * @aigne/openai bumped to 0.10.8
19
+ * @aigne/transport bumped to 0.10.8
20
+ * @aigne/xai bumped to 0.7.8
21
+ * devDependencies
22
+ * @aigne/openai bumped to 0.10.8
23
+ * @aigne/test-utils bumped to 0.5.16
24
+
25
+ ## [0.3.1](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.3.0...aigne-hub-v0.3.1) (2025-07-31)
26
+
27
+
28
+ ### Dependencies
29
+
30
+ * The following workspace dependencies were updated
31
+ * dependencies
32
+ * @aigne/anthropic bumped to 0.10.3
33
+ * @aigne/bedrock bumped to 0.8.7
34
+ * @aigne/core bumped to 1.40.0
35
+ * @aigne/deepseek bumped to 0.7.7
36
+ * @aigne/default-memory bumped to 1.0.7
37
+ * @aigne/gemini bumped to 0.8.7
38
+ * @aigne/ollama bumped to 0.7.7
39
+ * @aigne/open-router bumped to 0.7.7
40
+ * @aigne/openai bumped to 0.10.7
41
+ * @aigne/transport bumped to 0.10.7
42
+ * @aigne/xai bumped to 0.7.7
43
+ * devDependencies
44
+ * @aigne/openai bumped to 0.10.7
45
+ * @aigne/test-utils bumped to 0.5.15
46
+
3
47
  ## [0.3.0](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.2.2...aigne-hub-v0.3.0) (2025-07-30)
4
48
 
5
49
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aigne/aigne-hub",
3
- "version": "0.3.0",
3
+ "version": "0.3.2",
4
4
  "description": "AIGNE Hub SDK for integrating with Hub AI models",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -27,17 +27,17 @@
27
27
  "dependencies": {
28
28
  "ufo": "^1.6.1",
29
29
  "zod": "^3.25.67",
30
- "@aigne/anthropic": "^0.10.2",
31
- "@aigne/core": "^1.39.0",
32
- "@aigne/deepseek": "^0.7.6",
33
- "@aigne/default-memory": "^1.0.6",
34
- "@aigne/gemini": "^0.8.6",
35
- "@aigne/bedrock": "^0.8.6",
36
- "@aigne/ollama": "^0.7.6",
37
- "@aigne/openai": "^0.10.6",
38
- "@aigne/open-router": "^0.7.6",
39
- "@aigne/transport": "^0.10.6",
40
- "@aigne/xai": "^0.7.6"
30
+ "@aigne/anthropic": "^0.10.4",
31
+ "@aigne/bedrock": "^0.8.8",
32
+ "@aigne/core": "^1.41.0",
33
+ "@aigne/deepseek": "^0.7.8",
34
+ "@aigne/default-memory": "^1.0.8",
35
+ "@aigne/gemini": "^0.8.8",
36
+ "@aigne/ollama": "^0.7.8",
37
+ "@aigne/transport": "^0.10.8",
38
+ "@aigne/openai": "^0.10.8",
39
+ "@aigne/open-router": "^0.7.8",
40
+ "@aigne/xai": "^0.7.8"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@types/bun": "^1.2.18",
@@ -46,8 +46,8 @@
46
46
  "npm-run-all": "^4.1.5",
47
47
  "rimraf": "^6.0.1",
48
48
  "typescript": "^5.8.3",
49
- "@aigne/openai": "^0.10.6",
50
- "@aigne/test-utils": "^0.5.14"
49
+ "@aigne/test-utils": "^0.5.16",
50
+ "@aigne/openai": "^0.10.8"
51
51
  },
52
52
  "scripts": {
53
53
  "lint": "tsc --noEmit",