@aigne/gemini 0.14.15-beta.2 → 0.14.15-beta.5

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 +39 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,44 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.14.15-beta.5](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.15-beta.4...gemini-v0.14.15-beta.5) (2025-12-11)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * The following workspace dependencies were updated
9
+ * dependencies
10
+ * @aigne/core bumped to 1.71.0-beta.5
11
+ * devDependencies
12
+ * @aigne/test-utils bumped to 0.5.68-beta.5
13
+
14
+ ## [0.14.15-beta.4](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.15-beta.3...gemini-v0.14.15-beta.4) (2025-12-10)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * bump version ([af04b69](https://github.com/AIGNE-io/aigne-framework/commit/af04b6931951afa35d52065430acc7fef4b10087))
20
+
21
+
22
+ ### Dependencies
23
+
24
+ * The following workspace dependencies were updated
25
+ * dependencies
26
+ * @aigne/core bumped to 1.71.0-beta.4
27
+ * @aigne/platform-helpers bumped to 0.6.6-beta
28
+ * devDependencies
29
+ * @aigne/test-utils bumped to 0.5.68-beta.4
30
+
31
+ ## [0.14.15-beta.3](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.15-beta.2...gemini-v0.14.15-beta.3) (2025-12-10)
32
+
33
+
34
+ ### Dependencies
35
+
36
+ * The following workspace dependencies were updated
37
+ * dependencies
38
+ * @aigne/core bumped to 1.71.0-beta.3
39
+ * devDependencies
40
+ * @aigne/test-utils bumped to 0.5.68-beta.3
41
+
3
42
  ## [0.14.15-beta.2](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.15-beta.1...gemini-v0.14.15-beta.2) (2025-12-09)
4
43
 
5
44
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aigne/gemini",
3
- "version": "0.14.15-beta.2",
3
+ "version": "0.14.15-beta.5",
4
4
  "description": "AIGNE Gemini SDK for integrating with Google's Gemini AI models",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -40,8 +40,8 @@
40
40
  "yaml": "^2.8.1",
41
41
  "zod": "^3.25.67",
42
42
  "zod-to-json-schema": "^3.24.6",
43
- "@aigne/core": "^1.71.0-beta.2",
44
- "@aigne/platform-helpers": "^0.6.5"
43
+ "@aigne/core": "^1.71.0-beta.5",
44
+ "@aigne/platform-helpers": "^0.6.6-beta"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@types/bun": "^1.2.22",
@@ -49,7 +49,7 @@
49
49
  "npm-run-all": "^4.1.5",
50
50
  "rimraf": "^6.0.1",
51
51
  "typescript": "^5.9.2",
52
- "@aigne/test-utils": "^0.5.68-beta.2"
52
+ "@aigne/test-utils": "^0.5.68-beta.5"
53
53
  },
54
54
  "scripts": {
55
55
  "lint": "tsc --noEmit",