@aigne/gemini 0.14.0-beta.6 → 0.14.0-beta.8
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.
- package/CHANGELOG.md +24 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.14.0-beta.8](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.0-beta.7...gemini-v0.14.0-beta.8) (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.8
|
|
11
|
+
* devDependencies
|
|
12
|
+
* @aigne/core bumped to 1.61.0-beta.7
|
|
13
|
+
* @aigne/test-utils bumped to 0.5.53-beta.7
|
|
14
|
+
|
|
15
|
+
## [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)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Dependencies
|
|
19
|
+
|
|
20
|
+
* The following workspace dependencies were updated
|
|
21
|
+
* dependencies
|
|
22
|
+
* @aigne/openai bumped to 0.16.0-beta.7
|
|
23
|
+
* devDependencies
|
|
24
|
+
* @aigne/core bumped to 1.61.0-beta.6
|
|
25
|
+
* @aigne/test-utils bumped to 0.5.53-beta.6
|
|
26
|
+
|
|
3
27
|
## [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
28
|
|
|
5
29
|
|
|
@@ -347,7 +371,6 @@
|
|
|
347
371
|
### Features
|
|
348
372
|
|
|
349
373
|
* **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
374
|
|
|
352
375
|
|
|
353
376
|
### Dependencies
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aigne/gemini",
|
|
3
|
-
"version": "0.14.0-beta.
|
|
3
|
+
"version": "0.14.0-beta.8",
|
|
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/
|
|
42
|
-
"@aigne/
|
|
41
|
+
"@aigne/openai": "^0.16.0-beta.8",
|
|
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.
|
|
51
|
-
"@aigne/test-utils": "^0.5.53-beta.
|
|
50
|
+
"@aigne/core": "^1.61.0-beta.7",
|
|
51
|
+
"@aigne/test-utils": "^0.5.53-beta.7"
|
|
52
52
|
},
|
|
53
53
|
"scripts": {
|
|
54
54
|
"lint": "tsc --noEmit",
|