@live-assistant/react-native 0.3.2 → 0.3.4
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 +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@live-assistant/react-native",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.4",
|
|
4
4
|
"description": "One install for a voice assistant in a React Native or Expo app: the session, a Gemini Live connection, microphone and playback, React bindings and a ready-made widget, all re-exported from one place.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Recep Tayyip Ekşi",
|
|
@@ -41,11 +41,11 @@
|
|
|
41
41
|
"access": "public"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@live-assistant/audio": "0.3.
|
|
45
|
-
"@live-assistant/core": "0.3.
|
|
46
|
-
"@live-assistant/gemini": "0.3.
|
|
47
|
-
"@live-assistant/react": "0.3.
|
|
48
|
-
"@live-assistant/widget": "0.3.
|
|
44
|
+
"@live-assistant/audio": "0.3.4",
|
|
45
|
+
"@live-assistant/core": "0.3.4",
|
|
46
|
+
"@live-assistant/gemini": "0.3.4",
|
|
47
|
+
"@live-assistant/react": "0.3.4",
|
|
48
|
+
"@live-assistant/widget": "0.3.4"
|
|
49
49
|
},
|
|
50
50
|
"peerDependencies": {
|
|
51
51
|
"react": ">=18",
|