@mastra/voice-openai-realtime 0.10.8 → 0.11.0-alpha.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.
@@ -1,4 +1,4 @@
1
1
 
2
- > @mastra/voice-openai-realtime@0.10.8-alpha.0 build /home/runner/work/mastra/mastra/voice/openai-realtime-api
2
+ > @mastra/voice-openai-realtime@0.11.0-alpha.1 build /home/runner/work/mastra/mastra/voice/openai-realtime-api
3
3
  > tsup --silent --config tsup.config.ts
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @mastra/voice-openai-realtime
2
2
 
3
+ ## 0.11.0-alpha.1
4
+
5
+ ### Minor Changes
6
+
7
+ - [#7028](https://github.com/mastra-ai/mastra/pull/7028) [`da58ccc`](https://github.com/mastra-ai/mastra/commit/da58ccc1f2ac33da0cb97b00443fc6208b45bdec) Thanks [@wardpeet](https://github.com/wardpeet)! - Bump core peerdependency
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies []:
12
+ - @mastra/core@0.15.0-alpha.3
13
+
14
+ ## 0.10.9-alpha.0
15
+
16
+ ### Patch Changes
17
+
18
+ - [#6942](https://github.com/mastra-ai/mastra/pull/6942) [`ca8ec2f`](https://github.com/mastra-ai/mastra/commit/ca8ec2f61884b9dfec5fc0d5f4f29d281ad13c01) Thanks [@wardpeet](https://github.com/wardpeet)! - Add zod as peerdeps for all packages
19
+
20
+ - Updated dependencies [[`943a7f3`](https://github.com/mastra-ai/mastra/commit/943a7f3dbc6a8ab3f9b7bc7c8a1c5b319c3d7f56), [`be49354`](https://github.com/mastra-ai/mastra/commit/be493546dca540101923ec700feb31f9a13939f2), [`d591ab3`](https://github.com/mastra-ai/mastra/commit/d591ab3ecc985c1870c0db347f8d7a20f7360536), [`ba82abe`](https://github.com/mastra-ai/mastra/commit/ba82abe76e869316bb5a9c95e8ea3946f3436fae), [`727f7e5`](https://github.com/mastra-ai/mastra/commit/727f7e5086e62e0dfe3356fb6dcd8bcb420af246), [`82d9f64`](https://github.com/mastra-ai/mastra/commit/82d9f647fbe4f0177320e7c05073fce88599aa95), [`4189486`](https://github.com/mastra-ai/mastra/commit/4189486c6718fda78347bdf4ce4d3fc33b2236e1), [`ca8ec2f`](https://github.com/mastra-ai/mastra/commit/ca8ec2f61884b9dfec5fc0d5f4f29d281ad13c01)]:
21
+ - @mastra/core@0.14.2-alpha.1
22
+
3
23
  ## 0.10.8
4
24
 
5
25
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/voice-openai-realtime",
3
- "version": "0.10.8",
3
+ "version": "0.11.0-alpha.1",
4
4
  "description": "Mastra OpenAI Realtime API integration",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -33,13 +33,13 @@
33
33
  "typescript": "^5.8.3",
34
34
  "vitest": "^3.2.4",
35
35
  "zod": "^3.25.67",
36
- "@internal/lint": "0.0.30",
37
- "@mastra/core": "0.14.0",
38
- "@internal/types-builder": "0.0.5"
36
+ "@mastra/core": "0.15.0-alpha.3",
37
+ "@internal/lint": "0.0.31",
38
+ "@internal/types-builder": "0.0.6"
39
39
  },
40
40
  "peerDependencies": {
41
- "@mastra/core": ">=0.10.7-0 <0.15.0-0",
42
- "zod": "^3.0.0"
41
+ "@mastra/core": ">=0.14.2-0 <0.15.0-0",
42
+ "zod": "^3.0.0 || ^4.0.0"
43
43
  },
44
44
  "scripts": {
45
45
  "build": "tsup --silent --config tsup.config.ts",