@aigne/gemini 0.14.1-beta.4 → 0.14.1-beta.6
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 +29 -0
- package/lib/cjs/gemini-chat-model.js +1 -1
- package/lib/esm/gemini-chat-model.js +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,34 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.14.1-beta.6](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.1-beta.5...gemini-v0.14.1-beta.6) (2025-10-02)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* The following workspace dependencies were updated
|
|
9
|
+
* dependencies
|
|
10
|
+
* @aigne/openai bumped to 0.16.1-beta.6
|
|
11
|
+
* devDependencies
|
|
12
|
+
* @aigne/core bumped to 1.62.0-beta.5
|
|
13
|
+
* @aigne/test-utils bumped to 0.5.54-beta.6
|
|
14
|
+
|
|
15
|
+
## [0.14.1-beta.5](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.1-beta.4...gemini-v0.14.1-beta.5) (2025-10-01)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Bug Fixes
|
|
19
|
+
|
|
20
|
+
* update deps compatibility in CommonJS environment ([#580](https://github.com/AIGNE-io/aigne-framework/issues/580)) ([a1e35d0](https://github.com/AIGNE-io/aigne-framework/commit/a1e35d016405accb51c1aeb6a544503a1c78e912))
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
### Dependencies
|
|
24
|
+
|
|
25
|
+
* The following workspace dependencies were updated
|
|
26
|
+
* dependencies
|
|
27
|
+
* @aigne/openai bumped to 0.16.1-beta.5
|
|
28
|
+
* devDependencies
|
|
29
|
+
* @aigne/core bumped to 1.62.0-beta.4
|
|
30
|
+
* @aigne/test-utils bumped to 0.5.54-beta.5
|
|
31
|
+
|
|
3
32
|
## [0.14.1-beta.4](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.1-beta.3...gemini-v0.14.1-beta.4) (2025-10-01)
|
|
4
33
|
|
|
5
34
|
|
|
@@ -4,8 +4,8 @@ exports.GeminiChatModel = void 0;
|
|
|
4
4
|
const core_1 = require("@aigne/core");
|
|
5
5
|
const type_utils_js_1 = require("@aigne/core/utils/type-utils.js");
|
|
6
6
|
const openai_1 = require("@aigne/openai");
|
|
7
|
+
const uuid_1 = require("@aigne/uuid");
|
|
7
8
|
const genai_1 = require("@google/genai");
|
|
8
|
-
const uuid_1 = require("uuid");
|
|
9
9
|
const GEMINI_BASE_URL = "https://generativelanguage.googleapis.com/v1beta/openai";
|
|
10
10
|
const GEMINI_DEFAULT_CHAT_MODEL = "gemini-2.0-flash";
|
|
11
11
|
/**
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { safeParseJSON, } from "@aigne/core";
|
|
2
2
|
import { isNonNullable } from "@aigne/core/utils/type-utils.js";
|
|
3
3
|
import { OpenAIChatModel } from "@aigne/openai";
|
|
4
|
+
import { v7 } from "@aigne/uuid";
|
|
4
5
|
import { FunctionCallingConfigMode, GoogleGenAI, } from "@google/genai";
|
|
5
|
-
import { v7 } from "uuid";
|
|
6
6
|
const GEMINI_BASE_URL = "https://generativelanguage.googleapis.com/v1beta/openai";
|
|
7
7
|
const GEMINI_DEFAULT_CHAT_MODEL = "gemini-2.0-flash";
|
|
8
8
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aigne/gemini",
|
|
3
|
-
"version": "0.14.1-beta.
|
|
3
|
+
"version": "0.14.1-beta.6",
|
|
4
4
|
"description": "AIGNE Gemini SDK for integrating with Google's Gemini AI models",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -35,10 +35,10 @@
|
|
|
35
35
|
}
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
+
"@aigne/uuid": "^13.0.1",
|
|
38
39
|
"@google/genai": "^1.20.0",
|
|
39
|
-
"uuid": "^13.0.0",
|
|
40
40
|
"zod": "^3.25.67",
|
|
41
|
-
"@aigne/openai": "^0.16.1-beta.
|
|
41
|
+
"@aigne/openai": "^0.16.1-beta.6",
|
|
42
42
|
"@aigne/platform-helpers": "^0.6.3"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
@@ -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/
|
|
51
|
-
"@aigne/
|
|
50
|
+
"@aigne/test-utils": "^0.5.54-beta.6",
|
|
51
|
+
"@aigne/core": "^1.62.0-beta.5"
|
|
52
52
|
},
|
|
53
53
|
"scripts": {
|
|
54
54
|
"lint": "tsc --noEmit",
|