@ariaflowagents/gemini-native-audio 0.9.0 → 0.9.2
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/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ariaflowagents/gemini-native-audio",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.2",
|
|
4
4
|
"description": "Gemini Live Native Audio integration for AriaFlow — speech-to-speech voice agents with built-in STT/TTS",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -29,12 +29,12 @@
|
|
|
29
29
|
"zod-to-json-schema": "^3.24.0"
|
|
30
30
|
},
|
|
31
31
|
"peerDependencies": {
|
|
32
|
-
"@ariaflowagents/core": "
|
|
32
|
+
"@ariaflowagents/core": "^0.9.2",
|
|
33
33
|
"ai": "^6.0.0",
|
|
34
34
|
"zod": "^3.0.0"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@ariaflowagents/core": "
|
|
37
|
+
"@ariaflowagents/core": "^0.9.2",
|
|
38
38
|
"@types/node": "^20.11.0",
|
|
39
39
|
"@types/ws": "^8.5.13",
|
|
40
40
|
"ai": "^6.0.0",
|