@mastra/voice-xai-realtime 0.2.0-alpha.0 → 0.2.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.
- package/CHANGELOG.md +11 -0
- package/dist/docs/SKILL.md +1 -1
- package/dist/docs/assets/SOURCE_MAP.json +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @mastra/voice-xai-realtime
|
|
2
2
|
|
|
3
|
+
## 0.2.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- Random bump ([#18178](https://github.com/mastra-ai/mastra/pull/18178))
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [[`b04369d`](https://github.com/mastra-ai/mastra/commit/b04369d6b167c698ef103981171a8bf92808e756)]:
|
|
12
|
+
- @mastra/schema-compat@1.3.0
|
|
13
|
+
|
|
3
14
|
## 0.2.0-alpha.0
|
|
4
15
|
|
|
5
16
|
### Minor Changes
|
package/dist/docs/SKILL.md
CHANGED
|
@@ -3,7 +3,7 @@ name: mastra-voice-xai-realtime
|
|
|
3
3
|
description: Documentation for @mastra/voice-xai-realtime. Use when working with @mastra/voice-xai-realtime APIs, configuration, or implementation.
|
|
4
4
|
metadata:
|
|
5
5
|
package: "@mastra/voice-xai-realtime"
|
|
6
|
-
version: "0.2.0
|
|
6
|
+
version: "0.2.0"
|
|
7
7
|
---
|
|
8
8
|
|
|
9
9
|
## When to use
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/voice-xai-realtime",
|
|
3
|
-
"version": "0.2.0
|
|
3
|
+
"version": "0.2.0",
|
|
4
4
|
"description": "Mastra xAI Grok Voice Agent API integration",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"license": "Apache-2.0",
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"ws": "^8.20.0",
|
|
28
|
-
"@mastra/schema-compat": "1.3.0
|
|
28
|
+
"@mastra/schema-compat": "1.3.0"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@types/node": "22.19.21",
|
|
@@ -38,8 +38,8 @@
|
|
|
38
38
|
"typescript": "^6.0.3",
|
|
39
39
|
"vitest": "4.1.8",
|
|
40
40
|
"zod": "^4.4.3",
|
|
41
|
-
"@internal/
|
|
42
|
-
"@internal/
|
|
41
|
+
"@internal/types-builder": "0.0.82",
|
|
42
|
+
"@internal/lint": "0.0.107",
|
|
43
43
|
"@internal/voice": "0.0.7"
|
|
44
44
|
},
|
|
45
45
|
"peerDependencies": {
|