@mastra/voice-openai-realtime 0.1.0-alpha.3 → 0.1.1-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.1.0-alpha.3 build /home/runner/work/mastra/mastra/voice/openai-realtime-api
2
+ > @mastra/voice-openai-realtime@0.1.1-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.4.0
8
8
  TSC Build start
9
- TSC ⚡️ Build success in 8539ms
9
+ TSC ⚡️ Build success in 8877ms
10
10
  DTS Build start
11
11
  CLI Target: es2022
12
12
  Analysis will use the bundled TypeScript version 5.8.2
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.2
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 12102ms
16
+ DTS ⚡️ Build success in 11146ms
17
17
  CLI Cleaning output folder
18
18
  ESM Build start
19
19
  CJS Build start
20
20
  ESM dist/index.js 18.38 KB
21
- ESM ⚡️ Build success in 718ms
21
+ ESM ⚡️ Build success in 872ms
22
22
  CJS dist/index.cjs 18.44 KB
23
- CJS ⚡️ Build success in 718ms
23
+ CJS ⚡️ Build success in 869ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,50 @@
1
1
  # @mastra/voice-openai-realtime
2
2
 
3
+ ## 0.1.1-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [619c39d]
8
+ - Updated dependencies [fe56be0]
9
+ - Updated dependencies [a0967a0]
10
+ - Updated dependencies [fca3b21]
11
+ - Updated dependencies [0118361]
12
+ - Updated dependencies [619c39d]
13
+ - @mastra/core@0.8.0-alpha.1
14
+
15
+ ## 0.1.1-alpha.0
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies [107bcfe]
20
+ - Updated dependencies [5b4e19f]
21
+ - Updated dependencies [7599d77]
22
+ - Updated dependencies [cafae83]
23
+ - Updated dependencies [8076ecf]
24
+ - Updated dependencies [304397c]
25
+ - @mastra/core@0.7.1-alpha.0
26
+
27
+ ## 0.1.0
28
+
29
+ ### Minor Changes
30
+
31
+ - 443b118: This update removed an external dependency on an unmaintained package and implemented a native websocket connection.
32
+
33
+ ### Patch Changes
34
+
35
+ - a4686e8: Realtime event queue
36
+ - Updated dependencies [b4fbc59]
37
+ - Updated dependencies [a838fde]
38
+ - Updated dependencies [a8bd4cf]
39
+ - Updated dependencies [7a3eeb0]
40
+ - Updated dependencies [0b54522]
41
+ - Updated dependencies [b3b34f5]
42
+ - Updated dependencies [1af25d5]
43
+ - Updated dependencies [a4686e8]
44
+ - Updated dependencies [6530ad1]
45
+ - Updated dependencies [27439ad]
46
+ - @mastra/core@0.7.0
47
+
3
48
  ## 0.1.0-alpha.3
4
49
 
5
50
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/voice-openai-realtime",
3
- "version": "0.1.0-alpha.3",
3
+ "version": "0.1.1-alpha.1",
4
4
  "description": "Mastra OpenAI Realtime API integration",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -22,7 +22,7 @@
22
22
  "openai-realtime-api": "^1.0.7",
23
23
  "ws": "^8.18.1",
24
24
  "zod-to-json-schema": "^3.24.1",
25
- "@mastra/core": "^0.7.0-alpha.3"
25
+ "@mastra/core": "^0.8.0-alpha.1"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@microsoft/api-extractor": "^7.49.2",