@mastra/voice-google-gemini-live 0.12.1-alpha.0 → 0.12.1

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 CHANGED
@@ -1,5 +1,26 @@
1
1
  # @mastra/voice-google-gemini-live
2
2
 
3
+ ## 0.12.1
4
+
5
+ ### Patch Changes
6
+
7
+ - dependencies updates: ([#17144](https://github.com/mastra-ai/mastra/pull/17144))
8
+ - Updated dependency [`@google/genai@^1.52.0` ↗︎](https://www.npmjs.com/package/@google/genai/v/1.52.0) (from `^1.45.0`, in `dependencies`)
9
+
10
+ - dependencies updates: ([#17518](https://github.com/mastra-ai/mastra/pull/17518))
11
+ - Updated dependency [`google-auth-library@^10.6.2` ↗︎](https://www.npmjs.com/package/google-auth-library/v/10.6.2) (from `^10.6.1`, in `dependencies`)
12
+
13
+ - Update ai-sdk deps ([#17144](https://github.com/mastra-ai/mastra/pull/17144))
14
+
15
+ ## 0.12.1-alpha.1
16
+
17
+ ### Patch Changes
18
+
19
+ - dependencies updates: ([#17144](https://github.com/mastra-ai/mastra/pull/17144))
20
+ - Updated dependency [`@google/genai@^1.52.0` ↗︎](https://www.npmjs.com/package/@google/genai/v/1.52.0) (from `^1.45.0`, in `dependencies`)
21
+
22
+ - Update ai-sdk deps ([#17144](https://github.com/mastra-ai/mastra/pull/17144))
23
+
3
24
  ## 0.12.1-alpha.0
4
25
 
5
26
  ### Patch Changes
@@ -3,7 +3,7 @@ name: mastra-voice-google-gemini-live
3
3
  description: Documentation for @mastra/voice-google-gemini-live. Use when working with @mastra/voice-google-gemini-live APIs, configuration, or implementation.
4
4
  metadata:
5
5
  package: "@mastra/voice-google-gemini-live"
6
- version: "0.12.1-alpha.0"
6
+ version: "0.12.1"
7
7
  ---
8
8
 
9
9
  ## When to use
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.12.1-alpha.0",
2
+ "version": "0.12.1",
3
3
  "package": "@mastra/voice-google-gemini-live",
4
4
  "exports": {},
5
5
  "modules": {}
@@ -265,7 +265,7 @@ Native-audio Gemini Live models — any model whose ID contains `native-audio`,
265
265
  - The model's spoken reply is delivered as audio plus an `output_audio_transcription` transcript and surfaced as `writing` with `role: 'assistant'`.
266
266
  - The model's internal reasoning is delivered as `modelTurn.parts.text` and surfaced as `thinking`.
267
267
 
268
- On non-native-audio models there is no `output_audio_transcription` channel, so `modelTurn.parts.text` is the spoken response itself and is emitted as `writing`; the `thinking` event does not fire.
268
+ On non-native-audio models there is no `output_audio_transcription` channel, so `modelTurn.parts.text` is the spoken response itself and is emitted as `writing`; the `thinking` event doesn't fire.
269
269
 
270
270
  Input transcription, output transcription, and barge-in detection (`realtime_input_config.activity_handling = 'START_OF_ACTIVITY_INTERRUPTS'`) are enabled automatically in the setup payload — no extra configuration is required.
271
271
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/voice-google-gemini-live",
3
- "version": "0.12.1-alpha.0",
3
+ "version": "0.12.1",
4
4
  "description": "Mastra Google Gemini Live API integration",
5
5
  "type": "module",
6
6
  "files": [
@@ -24,7 +24,7 @@
24
24
  },
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
- "@google/genai": "^1.45.0",
27
+ "@google/genai": "^1.52.0",
28
28
  "google-auth-library": "^10.6.2",
29
29
  "ws": "^8.20.0",
30
30
  "@mastra/schema-compat": "1.2.11"
@@ -40,10 +40,10 @@
40
40
  "typescript": "^6.0.3",
41
41
  "vitest": "4.1.5",
42
42
  "zod": "^4.4.3",
43
- "@internal/lint": "0.0.103",
44
- "@internal/test-utils": "0.0.39",
45
- "@internal/types-builder": "0.0.78",
46
- "@internal/voice": "0.0.4"
43
+ "@internal/lint": "0.0.104",
44
+ "@internal/test-utils": "0.0.40",
45
+ "@internal/types-builder": "0.0.79",
46
+ "@internal/voice": "0.0.5"
47
47
  },
48
48
  "homepage": "https://mastra.ai",
49
49
  "repository": {