@mastra/voice-openai-realtime 0.2.5-alpha.0 → 0.10.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 +48 -0
- package/package.json +9 -5
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
|
|
2
|
-
> @mastra/voice-openai-realtime@0.
|
|
2
|
+
> @mastra/voice-openai-realtime@0.10.0-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
|
[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 10433ms
|
|
10
10
|
[34mDTS[39m Build start
|
|
11
11
|
[34mCLI[39m Target: es2022
|
|
12
12
|
Analysis will use the bundled TypeScript version 5.8.3
|
|
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.3
|
|
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 12530ms
|
|
17
17
|
[34mCLI[39m Cleaning output folder
|
|
18
18
|
[34mESM[39m Build start
|
|
19
19
|
[34mCJS[39m Build start
|
|
20
|
-
[32mESM[39m [1mdist/index.js [22m[32m19.15 KB[39m
|
|
21
|
-
[32mESM[39m ⚡️ Build success in 714ms
|
|
22
20
|
[32mCJS[39m [1mdist/index.cjs [22m[32m19.20 KB[39m
|
|
23
|
-
[32mCJS[39m ⚡️ Build success in
|
|
21
|
+
[32mCJS[39m ⚡️ Build success in 1117ms
|
|
22
|
+
[32mESM[39m [1mdist/index.js [22m[32m19.15 KB[39m
|
|
23
|
+
[32mESM[39m ⚡️ Build success in 1131ms
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,53 @@
|
|
|
1
1
|
# @mastra/voice-openai-realtime
|
|
2
2
|
|
|
3
|
+
## 0.10.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 83da932: Move @mastra/core to peerdeps
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- d3628af: Add realtime context for openai realtime voice
|
|
12
|
+
- Updated dependencies [b3a3d63]
|
|
13
|
+
- Updated dependencies [344f453]
|
|
14
|
+
- Updated dependencies [0a3ae6d]
|
|
15
|
+
- Updated dependencies [95911be]
|
|
16
|
+
- Updated dependencies [f53a6ac]
|
|
17
|
+
- Updated dependencies [5eb5a99]
|
|
18
|
+
- Updated dependencies [7e632c5]
|
|
19
|
+
- Updated dependencies [1e9fbfa]
|
|
20
|
+
- Updated dependencies [eabdcd9]
|
|
21
|
+
- Updated dependencies [90be034]
|
|
22
|
+
- Updated dependencies [99f050a]
|
|
23
|
+
- Updated dependencies [d0ee3c6]
|
|
24
|
+
- Updated dependencies [b2ae5aa]
|
|
25
|
+
- Updated dependencies [23f258c]
|
|
26
|
+
- Updated dependencies [a7292b0]
|
|
27
|
+
- Updated dependencies [0dcb9f0]
|
|
28
|
+
- Updated dependencies [2672a05]
|
|
29
|
+
- @mastra/core@0.10.0
|
|
30
|
+
|
|
31
|
+
## 0.3.0-alpha.1
|
|
32
|
+
|
|
33
|
+
### Minor Changes
|
|
34
|
+
|
|
35
|
+
- 83da932: Move @mastra/core to peerdeps
|
|
36
|
+
|
|
37
|
+
### Patch Changes
|
|
38
|
+
|
|
39
|
+
- Updated dependencies [b3a3d63]
|
|
40
|
+
- Updated dependencies [344f453]
|
|
41
|
+
- Updated dependencies [0a3ae6d]
|
|
42
|
+
- Updated dependencies [95911be]
|
|
43
|
+
- Updated dependencies [5eb5a99]
|
|
44
|
+
- Updated dependencies [7e632c5]
|
|
45
|
+
- Updated dependencies [1e9fbfa]
|
|
46
|
+
- Updated dependencies [b2ae5aa]
|
|
47
|
+
- Updated dependencies [a7292b0]
|
|
48
|
+
- Updated dependencies [0dcb9f0]
|
|
49
|
+
- @mastra/core@0.10.0-alpha.1
|
|
50
|
+
|
|
3
51
|
## 0.2.5-alpha.0
|
|
4
52
|
|
|
5
53
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/voice-openai-realtime",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.10.0",
|
|
4
4
|
"description": "Mastra OpenAI Realtime API integration",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -22,8 +22,7 @@
|
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"openai-realtime-api": "^1.0.7",
|
|
24
24
|
"ws": "^8.18.1",
|
|
25
|
-
"zod-to-json-schema": "^3.24.5"
|
|
26
|
-
"@mastra/core": "^0.9.5-alpha.0"
|
|
25
|
+
"zod-to-json-schema": "^3.24.5"
|
|
27
26
|
},
|
|
28
27
|
"devDependencies": {
|
|
29
28
|
"@microsoft/api-extractor": "^7.52.5",
|
|
@@ -33,8 +32,13 @@
|
|
|
33
32
|
"tsup": "^8.4.0",
|
|
34
33
|
"typescript": "^5.8.3",
|
|
35
34
|
"vitest": "^2.1.9",
|
|
36
|
-
"zod": "^3.24.
|
|
37
|
-
"@internal/lint": "0.0.
|
|
35
|
+
"zod": "^3.24.3",
|
|
36
|
+
"@internal/lint": "0.0.6",
|
|
37
|
+
"@mastra/core": "0.10.0"
|
|
38
|
+
},
|
|
39
|
+
"peerDependencies": {
|
|
40
|
+
"@mastra/core": "^0.10.0",
|
|
41
|
+
"zod": "^3.0.0"
|
|
38
42
|
},
|
|
39
43
|
"scripts": {
|
|
40
44
|
"build": "tsup src/index.ts --format esm,cjs --experimental-dts --clean --treeshake",
|