@hazeljs/realtime 0.2.0-rc.8 → 0.2.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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -230,13 +230,13 @@ Contributions are welcome! Please read our [Contributing Guide](../../CONTRIBUTI
230
230
 
231
231
  ## License
232
232
 
233
- Apache 2.0 © [HazelJS](https://hazeljs.com)
233
+ Apache 2.0 © [HazelJS](https://hazeljs.ai)
234
234
 
235
235
  ---
236
236
 
237
237
  ## Links
238
238
 
239
- - [Documentation](https://hazeljs.com/docs/packages/realtime)
239
+ - [Documentation](https://hazeljs.ai/docs/packages/realtime)
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)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hazeljs/realtime",
3
- "version": "0.2.0-rc.8",
3
+ "version": "0.2.1",
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.2.0-rc.8"
18
+ "@hazeljs/websocket": "^0.2.1"
19
19
  },
20
20
  "peerDependencies": {
21
21
  "@hazeljs/core": ">=0.2.0-beta.0"
@@ -53,6 +53,6 @@
53
53
  "bugs": {
54
54
  "url": "https://github.com/hazeljs/hazel-js/issues"
55
55
  },
56
- "homepage": "https://hazeljs.com",
57
- "gitHead": "c0cfcca112ad5a11c6d5545acc98bb5d39355896"
56
+ "homepage": "https://hazeljs.ai",
57
+ "gitHead": "736a56e3d70b51050608cffae2394de3a3487f20"
58
58
  }