@mastra/voice-openai-realtime 0.10.5 → 0.10.6-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,23 +1,23 @@
1
1
 
2
- > @mastra/voice-openai-realtime@0.10.4 build /home/runner/work/mastra/mastra/voice/openai-realtime-api
2
+ > @mastra/voice-openai-realtime@0.10.6-alpha.1 build /home/runner/work/mastra/mastra/voice/openai-realtime-api
3
3
  > tsup src/index.ts --format esm,cjs --experimental-dts --clean --treeshake
4
4
 
5
5
  CLI Building entry: src/index.ts
6
6
  CLI Using tsconfig: tsconfig.json
7
7
  CLI tsup v8.5.0
8
8
  TSC Build start
9
- TSC ⚡️ Build success in 10042ms
9
+ TSC ⚡️ Build success in 10406ms
10
10
  DTS Build start
11
11
  CLI Target: es2022
12
12
  Analysis will use the bundled TypeScript version 5.8.3
13
13
  Writing package typings: /home/runner/work/mastra/mastra/voice/openai-realtime-api/dist/_tsup-dts-rollup.d.ts
14
14
  Analysis will use the bundled TypeScript version 5.8.3
15
15
  Writing package typings: /home/runner/work/mastra/mastra/voice/openai-realtime-api/dist/_tsup-dts-rollup.d.cts
16
- DTS ⚡️ Build success in 11283ms
16
+ DTS ⚡️ Build success in 12691ms
17
17
  CLI Cleaning output folder
18
18
  ESM Build start
19
19
  CJS Build start
20
- CJS dist/index.cjs 19.51 KB
21
- CJS ⚡️ Build success in 911ms
22
20
  ESM dist/index.js 19.46 KB
23
- ESM ⚡️ Build success in 914ms
21
+ ESM ⚡️ Build success in 752ms
22
+ CJS dist/index.cjs 19.51 KB
23
+ CJS ⚡️ Build success in 753ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,32 @@
1
1
  # @mastra/voice-openai-realtime
2
2
 
3
+ ## 0.10.6-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - f42c4c2: update peer deps for packages to latest core range
8
+ - @mastra/core@0.12.0-alpha.5
9
+
10
+ ## 0.10.6-alpha.0
11
+
12
+ ### Patch Changes
13
+
14
+ - 047ffee: dependencies updates:
15
+ - Updated dependency [`ws@^8.18.3` ↗︎](https://www.npmjs.com/package/ws/v/8.18.3) (from `^8.18.2`, in `dependencies`)
16
+ - 3fd871d: dependencies updates:
17
+ - Updated dependency [`openai-realtime-api@^1.0.8` ↗︎](https://www.npmjs.com/package/openai-realtime-api/v/1.0.8) (from `^1.0.7`, in `dependencies`)
18
+ - Updated dependencies [510e2c8]
19
+ - Updated dependencies [2f72fb2]
20
+ - Updated dependencies [3f89307]
21
+ - Updated dependencies [9eda7d4]
22
+ - Updated dependencies [9d49408]
23
+ - Updated dependencies [2ecf658]
24
+ - Updated dependencies [7a7754f]
25
+ - Updated dependencies [fc92d80]
26
+ - Updated dependencies [23a6a7c]
27
+ - Updated dependencies [09bca64]
28
+ - @mastra/core@0.12.0-alpha.0
29
+
3
30
  ## 0.10.5
4
31
 
5
32
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/voice-openai-realtime",
3
- "version": "0.10.5",
3
+ "version": "0.10.6-alpha.1",
4
4
  "description": "Mastra OpenAI Realtime API integration",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -20,8 +20,8 @@
20
20
  },
21
21
  "license": "Apache-2.0",
22
22
  "dependencies": {
23
- "openai-realtime-api": "^1.0.7",
24
- "ws": "^8.18.2",
23
+ "openai-realtime-api": "^1.0.8",
24
+ "ws": "^8.18.3",
25
25
  "zod-to-json-schema": "^3.24.5"
26
26
  },
27
27
  "devDependencies": {
@@ -33,11 +33,11 @@
33
33
  "typescript": "^5.8.3",
34
34
  "vitest": "^3.2.4",
35
35
  "zod": "^3.25.67",
36
- "@internal/lint": "0.0.22",
37
- "@mastra/core": "0.11.1"
36
+ "@internal/lint": "0.0.23",
37
+ "@mastra/core": "0.12.0-alpha.5"
38
38
  },
39
39
  "peerDependencies": {
40
- "@mastra/core": ">=0.10.7-0 <0.12.0-0",
40
+ "@mastra/core": ">=0.10.7-0 <0.13.0-0",
41
41
  "zod": "^3.0.0"
42
42
  },
43
43
  "scripts": {