@mastra/voice-openai-realtime 0.10.6-alpha.1 → 0.10.6
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 +4 -4
- package/CHANGELOG.md +34 -0
- package/package.json +3 -3
package/.turbo/turbo-build.log
CHANGED
|
@@ -6,18 +6,18 @@
|
|
|
6
6
|
[34mCLI[39m Using tsconfig: tsconfig.json
|
|
7
7
|
[34mCLI[39m tsup v8.5.0
|
|
8
8
|
[34mTSC[39m Build start
|
|
9
|
-
[32mTSC[39m ⚡️ Build success in
|
|
9
|
+
[32mTSC[39m ⚡️ Build success in 8580ms
|
|
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 12062ms
|
|
17
17
|
[34mCLI[39m Cleaning output folder
|
|
18
18
|
[34mESM[39m Build start
|
|
19
19
|
[34mCJS[39m Build start
|
|
20
20
|
[32mESM[39m [1mdist/index.js [22m[32m19.46 KB[39m
|
|
21
|
-
[32mESM[39m ⚡️ Build success in
|
|
21
|
+
[32mESM[39m ⚡️ Build success in 657ms
|
|
22
22
|
[32mCJS[39m [1mdist/index.cjs [22m[32m19.51 KB[39m
|
|
23
|
-
[32mCJS[39m ⚡️ Build success in
|
|
23
|
+
[32mCJS[39m ⚡️ Build success in 881ms
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,39 @@
|
|
|
1
1
|
# @mastra/voice-openai-realtime
|
|
2
2
|
|
|
3
|
+
## 0.10.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 047ffee: dependencies updates:
|
|
8
|
+
- Updated dependency [`ws@^8.18.3` ↗︎](https://www.npmjs.com/package/ws/v/8.18.3) (from `^8.18.2`, in `dependencies`)
|
|
9
|
+
- 3fd871d: dependencies updates:
|
|
10
|
+
- 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`)
|
|
11
|
+
- f42c4c2: update peer deps for packages to latest core range
|
|
12
|
+
- Updated dependencies [510e2c8]
|
|
13
|
+
- Updated dependencies [2f72fb2]
|
|
14
|
+
- Updated dependencies [27cc97a]
|
|
15
|
+
- Updated dependencies [3f89307]
|
|
16
|
+
- Updated dependencies [9eda7d4]
|
|
17
|
+
- Updated dependencies [9d49408]
|
|
18
|
+
- Updated dependencies [41daa63]
|
|
19
|
+
- Updated dependencies [ad0a58b]
|
|
20
|
+
- Updated dependencies [254a36b]
|
|
21
|
+
- Updated dependencies [2ecf658]
|
|
22
|
+
- Updated dependencies [7a7754f]
|
|
23
|
+
- Updated dependencies [fc92d80]
|
|
24
|
+
- Updated dependencies [e0f73c6]
|
|
25
|
+
- Updated dependencies [0b89602]
|
|
26
|
+
- Updated dependencies [4d37822]
|
|
27
|
+
- Updated dependencies [23a6a7c]
|
|
28
|
+
- Updated dependencies [cda801d]
|
|
29
|
+
- Updated dependencies [a77c823]
|
|
30
|
+
- Updated dependencies [ff9c125]
|
|
31
|
+
- Updated dependencies [09bca64]
|
|
32
|
+
- Updated dependencies [b8efbb9]
|
|
33
|
+
- Updated dependencies [71466e7]
|
|
34
|
+
- Updated dependencies [0c99fbe]
|
|
35
|
+
- @mastra/core@0.12.0
|
|
36
|
+
|
|
3
37
|
## 0.10.6-alpha.1
|
|
4
38
|
|
|
5
39
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/voice-openai-realtime",
|
|
3
|
-
"version": "0.10.6
|
|
3
|
+
"version": "0.10.6",
|
|
4
4
|
"description": "Mastra OpenAI Realtime API integration",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -33,8 +33,8 @@
|
|
|
33
33
|
"typescript": "^5.8.3",
|
|
34
34
|
"vitest": "^3.2.4",
|
|
35
35
|
"zod": "^3.25.67",
|
|
36
|
-
"@internal/lint": "0.0.
|
|
37
|
-
"@mastra/core": "0.12.0
|
|
36
|
+
"@internal/lint": "0.0.24",
|
|
37
|
+
"@mastra/core": "0.12.0"
|
|
38
38
|
},
|
|
39
39
|
"peerDependencies": {
|
|
40
40
|
"@mastra/core": ">=0.10.7-0 <0.13.0-0",
|