@mastra/voice-openai-realtime 0.2.0-alpha.9 → 0.2.0
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.
- package/.turbo/turbo-build.log +6 -6
- package/CHANGELOG.md +42 -0
- package/package.json +2 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
|
|
2
|
-
> @mastra/voice-openai-realtime@0.2.0-alpha.
|
|
2
|
+
> @mastra/voice-openai-realtime@0.2.0-alpha.10 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
|
[34mCLI[39m Building entry: src/index.ts
|
|
6
6
|
[34mCLI[39m Using tsconfig: tsconfig.json
|
|
7
7
|
[34mCLI[39m tsup v8.4.0
|
|
8
8
|
[34mTSC[39m Build start
|
|
9
|
-
[32mTSC[39m ⚡️ Build success in
|
|
9
|
+
[32mTSC[39m ⚡️ Build success in 9763ms
|
|
10
10
|
[34mDTS[39m Build start
|
|
11
11
|
[34mCLI[39m Target: es2022
|
|
12
12
|
Analysis will use the bundled TypeScript version 5.8.2
|
|
13
13
|
[36mWriting package typings: /home/runner/work/mastra/mastra/voice/openai-realtime-api/dist/_tsup-dts-rollup.d.ts[39m
|
|
14
14
|
Analysis will use the bundled TypeScript version 5.8.2
|
|
15
15
|
[36mWriting package typings: /home/runner/work/mastra/mastra/voice/openai-realtime-api/dist/_tsup-dts-rollup.d.cts[39m
|
|
16
|
-
[32mDTS[39m ⚡️ Build success in
|
|
16
|
+
[32mDTS[39m ⚡️ Build success in 11396ms
|
|
17
17
|
[34mCLI[39m Cleaning output folder
|
|
18
18
|
[34mESM[39m Build start
|
|
19
19
|
[34mCJS[39m Build start
|
|
20
|
-
[32mCJS[39m [1mdist/index.cjs [22m[32m19.12 KB[39m
|
|
21
|
-
[32mCJS[39m ⚡️ Build success in 475ms
|
|
22
20
|
[32mESM[39m [1mdist/index.js [22m[32m19.06 KB[39m
|
|
23
|
-
[32mESM[39m ⚡️ Build success in
|
|
21
|
+
[32mESM[39m ⚡️ Build success in 717ms
|
|
22
|
+
[32mCJS[39m [1mdist/index.cjs [22m[32m19.12 KB[39m
|
|
23
|
+
[32mCJS[39m ⚡️ Build success in 717ms
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,47 @@
|
|
|
1
1
|
# @mastra/voice-openai-realtime
|
|
2
2
|
|
|
3
|
+
## 0.2.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 9aaa64b: Don't connect the ws connection until connect is called
|
|
8
|
+
- 1ef0f1f: Disconnect
|
|
9
|
+
- 185f8e9: Emit add tools and silence warnings
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 6cf1417: Voice reference and tool-call-start
|
|
14
|
+
- Updated dependencies [000a6d4]
|
|
15
|
+
- Updated dependencies [08bb78e]
|
|
16
|
+
- Updated dependencies [ed2f549]
|
|
17
|
+
- Updated dependencies [7e92011]
|
|
18
|
+
- Updated dependencies [9ee4293]
|
|
19
|
+
- Updated dependencies [03f3cd0]
|
|
20
|
+
- Updated dependencies [c0f22b4]
|
|
21
|
+
- Updated dependencies [71d9444]
|
|
22
|
+
- Updated dependencies [157c741]
|
|
23
|
+
- Updated dependencies [8a8a73b]
|
|
24
|
+
- Updated dependencies [0a033fa]
|
|
25
|
+
- Updated dependencies [fe3ae4d]
|
|
26
|
+
- Updated dependencies [9c26508]
|
|
27
|
+
- Updated dependencies [0f4eae3]
|
|
28
|
+
- Updated dependencies [16a8648]
|
|
29
|
+
- Updated dependencies [6f92295]
|
|
30
|
+
- @mastra/core@0.9.0
|
|
31
|
+
|
|
32
|
+
## 0.2.0-alpha.10
|
|
33
|
+
|
|
34
|
+
### Patch Changes
|
|
35
|
+
|
|
36
|
+
- Updated dependencies [000a6d4]
|
|
37
|
+
- Updated dependencies [ed2f549]
|
|
38
|
+
- Updated dependencies [c0f22b4]
|
|
39
|
+
- Updated dependencies [0a033fa]
|
|
40
|
+
- Updated dependencies [9c26508]
|
|
41
|
+
- Updated dependencies [0f4eae3]
|
|
42
|
+
- Updated dependencies [16a8648]
|
|
43
|
+
- @mastra/core@0.9.0-alpha.8
|
|
44
|
+
|
|
3
45
|
## 0.2.0-alpha.9
|
|
4
46
|
|
|
5
47
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/voice-openai-realtime",
|
|
3
|
-
"version": "0.2.0
|
|
3
|
+
"version": "0.2.0",
|
|
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.9.0
|
|
26
|
+
"@mastra/core": "^0.9.0"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@microsoft/api-extractor": "^7.52.2",
|