@mastra/voice-openai-realtime 0.0.0-vnextWorkflows-20250421125930 → 0.0.0-vnextWorkflows-20250422081019

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 +2 -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-20250421125930
3
+ ## 0.0.0-vnextWorkflows-20250422081019
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -21,7 +21,7 @@
21
21
  - Updated dependencies [8a8a73b]
22
22
  - Updated dependencies [fe3ae4d]
23
23
  - Updated dependencies [6f92295]
24
- - @mastra/core@0.0.0-vnextWorkflows-20250421125930
24
+ - @mastra/core@0.0.0-vnextWorkflows-20250422081019
25
25
 
26
26
  ## 0.2.0-alpha.9
27
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/voice-openai-realtime",
3
- "version": "0.0.0-vnextWorkflows-20250421125930",
3
+ "version": "0.0.0-vnextWorkflows-20250422081019",
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-20250421125930"
26
+ "@mastra/core": "0.0.0-vnextWorkflows-20250422081019"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@microsoft/api-extractor": "^7.52.2",