@aigne/gemini 0.14.0-beta.8 → 0.14.0

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