@mastra/voice-openai-realtime 0.0.0-vnextWorkflows-20250417075051 → 0.0.0-vnextWorkflows-20250421062111

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/CHANGELOG.md +35 -2
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @mastra/voice-openai-realtime
2
2
 
3
- ## 0.0.0-vnextWorkflows-20250417075051
3
+ ## 0.0.0-vnextWorkflows-20250421062111
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -11,12 +11,45 @@
11
11
  ### Patch Changes
12
12
 
13
13
  - 6cf1417: Voice reference and tool-call-start
14
+ - Updated dependencies [08bb78e]
15
+ - Updated dependencies [ed2f549]
16
+ - Updated dependencies [7e92011]
14
17
  - Updated dependencies [9ee4293]
15
18
  - Updated dependencies [03f3cd0]
19
+ - Updated dependencies [71d9444]
20
+ - Updated dependencies [157c741]
16
21
  - Updated dependencies [8a8a73b]
17
22
  - Updated dependencies [fe3ae4d]
18
23
  - Updated dependencies [6f92295]
19
- - @mastra/core@0.0.0-vnextWorkflows-20250417075051
24
+ - @mastra/core@0.0.0-vnextWorkflows-20250421062111
25
+
26
+ ## 0.2.0-alpha.9
27
+
28
+ ### Patch Changes
29
+
30
+ - Updated dependencies [71d9444]
31
+ - @mastra/core@0.9.0-alpha.7
32
+
33
+ ## 0.2.0-alpha.8
34
+
35
+ ### Patch Changes
36
+
37
+ - Updated dependencies [157c741]
38
+ - @mastra/core@0.9.0-alpha.6
39
+
40
+ ## 0.2.0-alpha.7
41
+
42
+ ### Patch Changes
43
+
44
+ - Updated dependencies [08bb78e]
45
+ - @mastra/core@0.9.0-alpha.5
46
+
47
+ ## 0.2.0-alpha.6
48
+
49
+ ### Patch Changes
50
+
51
+ - Updated dependencies [7e92011]
52
+ - @mastra/core@0.9.0-alpha.4
20
53
 
21
54
  ## 0.2.0-alpha.5
22
55
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/voice-openai-realtime",
3
- "version": "0.0.0-vnextWorkflows-20250417075051",
3
+ "version": "0.0.0-vnextWorkflows-20250421062111",
4
4
  "description": "Mastra OpenAI Realtime API integration",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -23,7 +23,7 @@
23
23
  "openai-realtime-api": "^1.0.7",
24
24
  "ws": "^8.18.1",
25
25
  "zod-to-json-schema": "^3.24.5",
26
- "@mastra/core": "0.0.0-vnextWorkflows-20250417075051"
26
+ "@mastra/core": "0.0.0-vnextWorkflows-20250421062111"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@microsoft/api-extractor": "^7.52.2",