@aigne/gemini 0.14.0-beta.6 → 0.14.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 +12 -1
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.14.0-beta.7](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.0-beta.6...gemini-v0.14.0-beta.7) (2025-09-26)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * The following workspace dependencies were updated
9
+ * dependencies
10
+ * @aigne/openai bumped to 0.16.0-beta.7
11
+ * devDependencies
12
+ * @aigne/core bumped to 1.61.0-beta.6
13
+ * @aigne/test-utils bumped to 0.5.53-beta.6
14
+
3
15
  ## [0.14.0-beta.6](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.0-beta.5...gemini-v0.14.0-beta.6) (2025-09-25)
4
16
 
5
17
 
@@ -347,7 +359,6 @@
347
359
  ### Features
348
360
 
349
361
  * **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))
350
- * **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))
351
362
 
352
363
 
353
364
  ### Dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aigne/gemini",
3
- "version": "0.14.0-beta.6",
3
+ "version": "0.14.0-beta.7",
4
4
  "description": "AIGNE Gemini SDK for integrating with Google's Gemini AI models",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -38,8 +38,8 @@
38
38
  "@google/genai": "^1.20.0",
39
39
  "uuid": "^13.0.0",
40
40
  "zod": "^3.25.67",
41
- "@aigne/platform-helpers": "^0.6.3-beta",
42
- "@aigne/openai": "^0.16.0-beta.6"
41
+ "@aigne/openai": "^0.16.0-beta.7",
42
+ "@aigne/platform-helpers": "^0.6.3-beta"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@types/bun": "^1.2.22",
@@ -47,8 +47,8 @@
47
47
  "npm-run-all": "^4.1.5",
48
48
  "rimraf": "^6.0.1",
49
49
  "typescript": "^5.9.2",
50
- "@aigne/core": "^1.61.0-beta.5",
51
- "@aigne/test-utils": "^0.5.53-beta.5"
50
+ "@aigne/test-utils": "^0.5.53-beta.6",
51
+ "@aigne/core": "^1.61.0-beta.6"
52
52
  },
53
53
  "scripts": {
54
54
  "lint": "tsc --noEmit",