@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.
@@ -1,23 +1,23 @@
1
1
 
2
- > @mastra/voice-openai-realtime@0.10.1-alpha.0 build /home/runner/work/mastra/mastra/voice/openai-realtime-api
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
  CLI Building entry: src/index.ts
6
6
  CLI Using tsconfig: tsconfig.json
7
- CLI tsup v8.4.0
7
+ CLI tsup v8.5.0
8
8
  TSC Build start
9
- TSC ⚡️ Build success in 10843ms
9
+ TSC ⚡️ Build success in 8874ms
10
10
  DTS Build start
11
11
  CLI Target: es2022
12
12
  Analysis will use the bundled TypeScript version 5.8.3
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.3
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 11807ms
16
+ DTS ⚡️ Build success in 11229ms
17
17
  CLI Cleaning output folder
18
18
  ESM Build start
19
19
  CJS Build start
20
- ESM dist/index.js 19.31 KB
21
- ESM ⚡️ Build success in 819ms
22
20
  CJS dist/index.cjs 19.37 KB
23
- CJS ⚡️ Build success in 816ms
21
+ CJS ⚡️ Build success in 753ms
22
+ ESM dist/index.js 19.31 KB
23
+ ESM ⚡️ 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.addInstuctions('You are a helpful assistant.');
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.addInstuctions('You are a helpful assistant.');
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.addInstuctions('You are a helpful assistant.');
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.addInstuctions('You are a helpful assistant.');
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.1",
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.5",
29
- "@types/node": "^22.13.1",
28
+ "@microsoft/api-extractor": "^7.52.8",
29
+ "@types/node": "^20.19.0",
30
30
  "@types/ws": "^8.18.1",
31
- "eslint": "^9.25.1",
32
- "tsup": "^8.4.0",
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.24.3",
36
- "@internal/lint": "0.0.8",
37
- "@mastra/core": "0.10.2"
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.addInstuctions('You are a helpful assistant.');
196
+ * voice.addInstructions('You are a helpful assistant.');
197
197
  * ```
198
198
  */
199
199
  addInstructions(instructions?: string) {