@live-assistant/gemini 0.2.0 → 0.3.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/README.md +2 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -32,3 +32,5 @@ Tokens are single-use. Reusing one closes the socket during the handshake, which
32
32
  surfaces as `closed_before_ready`.
33
33
 
34
34
  See the [overview](https://github.com/Recipely-Team/live-assistant#readme).
35
+
36
+ A working app that puts this together: [`examples/expo-app`](https://github.com/Recipely-Team/live-assistant/tree/main/examples/expo-app).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@live-assistant/gemini",
3
- "version": "0.2.0",
3
+ "version": "0.3.0",
4
4
  "description": "Gemini Live adapter for @live-assistant/core: the socket, its setup handshake and the frames in both directions.",
5
5
  "license": "MIT",
6
6
  "author": "Recep Tayyip Ekşi",
@@ -40,6 +40,6 @@
40
40
  "access": "public"
41
41
  },
42
42
  "dependencies": {
43
- "@live-assistant/core": "0.2.0"
43
+ "@live-assistant/core": "0.3.0"
44
44
  }
45
45
  }