@mastra/voice-openai-realtime 0.10.1 → 0.10.2-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.
- package/.turbo/turbo-build.log +7 -7
- package/CHANGELOG.md +23 -0
- package/dist/_tsup-dts-rollup.d.cts +1 -1
- package/dist/_tsup-dts-rollup.d.ts +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +9 -9
- package/src/index.ts +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
|
|
2
|
-
> @mastra/voice-openai-realtime@0.10.
|
|
2
|
+
> @mastra/voice-openai-realtime@0.10.2-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
|
-
[34mCLI[39m tsup v8.
|
|
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 8874ms
|
|
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 11229ms
|
|
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.31 KB[39m
|
|
21
|
-
[32mESM[39m ⚡️ Build success in 819ms
|
|
22
20
|
[32mCJS[39m [1mdist/index.cjs [22m[32m19.37 KB[39m
|
|
23
|
-
[32mCJS[39m ⚡️ Build success in
|
|
21
|
+
[32mCJS[39m ⚡️ Build success in 753ms
|
|
22
|
+
[32mESM[39m [1mdist/index.js [22m[32m19.31 KB[39m
|
|
23
|
+
[32mESM[39m ⚡️ Build success in 754ms
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,28 @@
|
|
|
1
1
|
# @mastra/voice-openai-realtime
|
|
2
2
|
|
|
3
|
+
## 0.10.2-alpha.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 00335a2: Fix Typo in Example Usage of addInstructions Method
|
|
8
|
+
- Updated dependencies [ee9af57]
|
|
9
|
+
- Updated dependencies [751c894]
|
|
10
|
+
- Updated dependencies [577ce3a]
|
|
11
|
+
- Updated dependencies [9260b3a]
|
|
12
|
+
- @mastra/core@0.10.6-alpha.1
|
|
13
|
+
|
|
14
|
+
## 0.10.2-alpha.0
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- 63f6b7d: dependencies updates:
|
|
19
|
+
- Updated dependency [`ws@^8.18.2` ↗︎](https://www.npmjs.com/package/ws/v/8.18.2) (from `^8.18.1`, in `dependencies`)
|
|
20
|
+
- Updated dependencies [63f6b7d]
|
|
21
|
+
- Updated dependencies [36f1c36]
|
|
22
|
+
- Updated dependencies [10d352e]
|
|
23
|
+
- Updated dependencies [53d3c37]
|
|
24
|
+
- @mastra/core@0.10.6-alpha.0
|
|
25
|
+
|
|
3
26
|
## 0.10.1
|
|
4
27
|
|
|
5
28
|
### Patch Changes
|
|
@@ -114,7 +114,7 @@ export declare class OpenAIRealtimeVoice extends MastraVoice {
|
|
|
114
114
|
*
|
|
115
115
|
* @example
|
|
116
116
|
* ```typescript
|
|
117
|
-
* voice.
|
|
117
|
+
* voice.addInstructions('You are a helpful assistant.');
|
|
118
118
|
* ```
|
|
119
119
|
*/
|
|
120
120
|
addInstructions(instructions?: string): void;
|
|
@@ -114,7 +114,7 @@ export declare class OpenAIRealtimeVoice extends MastraVoice {
|
|
|
114
114
|
*
|
|
115
115
|
* @example
|
|
116
116
|
* ```typescript
|
|
117
|
-
* voice.
|
|
117
|
+
* voice.addInstructions('You are a helpful assistant.');
|
|
118
118
|
* ```
|
|
119
119
|
*/
|
|
120
120
|
addInstructions(instructions?: string): void;
|
package/dist/index.cjs
CHANGED
|
@@ -152,7 +152,7 @@ var OpenAIRealtimeVoice = class extends voice.MastraVoice {
|
|
|
152
152
|
*
|
|
153
153
|
* @example
|
|
154
154
|
* ```typescript
|
|
155
|
-
* voice.
|
|
155
|
+
* voice.addInstructions('You are a helpful assistant.');
|
|
156
156
|
* ```
|
|
157
157
|
*/
|
|
158
158
|
addInstructions(instructions) {
|
package/dist/index.js
CHANGED
|
@@ -150,7 +150,7 @@ var OpenAIRealtimeVoice = class extends MastraVoice {
|
|
|
150
150
|
*
|
|
151
151
|
* @example
|
|
152
152
|
* ```typescript
|
|
153
|
-
* voice.
|
|
153
|
+
* voice.addInstructions('You are a helpful assistant.');
|
|
154
154
|
* ```
|
|
155
155
|
*/
|
|
156
156
|
addInstructions(instructions) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/voice-openai-realtime",
|
|
3
|
-
"version": "0.10.1",
|
|
3
|
+
"version": "0.10.2-alpha.1",
|
|
4
4
|
"description": "Mastra OpenAI Realtime API integration",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -21,20 +21,20 @@
|
|
|
21
21
|
"license": "Elastic-2.0",
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"openai-realtime-api": "^1.0.7",
|
|
24
|
-
"ws": "^8.18.
|
|
24
|
+
"ws": "^8.18.2",
|
|
25
25
|
"zod-to-json-schema": "^3.24.5"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
|
-
"@microsoft/api-extractor": "^7.52.
|
|
29
|
-
"@types/node": "^
|
|
28
|
+
"@microsoft/api-extractor": "^7.52.8",
|
|
29
|
+
"@types/node": "^20.19.0",
|
|
30
30
|
"@types/ws": "^8.18.1",
|
|
31
|
-
"eslint": "^9.
|
|
32
|
-
"tsup": "^8.
|
|
31
|
+
"eslint": "^9.28.0",
|
|
32
|
+
"tsup": "^8.5.0",
|
|
33
33
|
"typescript": "^5.8.3",
|
|
34
34
|
"vitest": "^2.1.9",
|
|
35
|
-
"zod": "^3.
|
|
36
|
-
"@internal/lint": "0.0.
|
|
37
|
-
"@mastra/core": "0.10.
|
|
35
|
+
"zod": "^3.25.57",
|
|
36
|
+
"@internal/lint": "0.0.12",
|
|
37
|
+
"@mastra/core": "0.10.6-alpha.1"
|
|
38
38
|
},
|
|
39
39
|
"peerDependencies": {
|
|
40
40
|
"@mastra/core": "^0.10.0-alpha.0",
|
package/src/index.ts
CHANGED
|
@@ -193,7 +193,7 @@ export class OpenAIRealtimeVoice extends MastraVoice {
|
|
|
193
193
|
*
|
|
194
194
|
* @example
|
|
195
195
|
* ```typescript
|
|
196
|
-
* voice.
|
|
196
|
+
* voice.addInstructions('You are a helpful assistant.');
|
|
197
197
|
* ```
|
|
198
198
|
*/
|
|
199
199
|
addInstructions(instructions?: string) {
|