@hazeljs/realtime 0.7.8 → 0.7.9

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 +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -240,4 +240,4 @@ Apache 2.0 © [HazelJS](https://hazeljs.ai)
240
240
  - [OpenAI Realtime API](https://platform.openai.com/docs/guides/realtime)
241
241
  - [GitHub](https://github.com/hazel-js/hazeljs)
242
242
  - [Issues](https://github.com/hazel-js/hazeljs/issues)
243
- - [Discord](https://discord.com/channels/1448263814238965833/1448263814859456575)
243
+ - [Discord](https://discord.gg/PxNBPzvQk7)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hazeljs/realtime",
3
- "version": "0.7.8",
3
+ "version": "0.7.9",
4
4
  "description": "Real-time voice AI for HazelJS - OpenAI Realtime API & Gemini Live integration for low-latency speech-to-speech",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -15,7 +15,7 @@
15
15
  "clean": "rm -rf dist"
16
16
  },
17
17
  "dependencies": {
18
- "@hazeljs/websocket": "^0.7.8"
18
+ "@hazeljs/websocket": "^0.7.9"
19
19
  },
20
20
  "peerDependencies": {
21
21
  "@hazeljs/core": ">=0.2.0-beta.0"
@@ -54,5 +54,5 @@
54
54
  "url": "https://github.com/hazeljs/hazel-js/issues"
55
55
  },
56
56
  "homepage": "https://hazeljs.ai",
57
- "gitHead": "906cacdc08d52c4616831b888748f1d1887edb80"
57
+ "gitHead": "28c21c509aeca3bf2d0878fbee737d906b654c67"
58
58
  }