@mastra/voice-openai-realtime 0.10.2-alpha.0 → 0.10.2

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.2-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
7
  CLI tsup v8.5.0
8
8
  TSC Build start
9
- TSC ⚡️ Build success in 10024ms
9
+ TSC ⚡️ Build success in 10108ms
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 11218ms
16
+ DTS ⚡️ Build success in 12169ms
17
17
  CLI Cleaning output folder
18
18
  ESM Build start
19
19
  CJS Build start
20
20
  ESM dist/index.js 19.31 KB
21
- ESM ⚡️ Build success in 540ms
21
+ ESM ⚡️ Build success in 831ms
22
22
  CJS dist/index.cjs 19.37 KB
23
- CJS ⚡️ Build success in 768ms
23
+ CJS ⚡️ Build success in 832ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,40 @@
1
1
  # @mastra/voice-openai-realtime
2
2
 
3
+ ## 0.10.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 63f6b7d: dependencies updates:
8
+ - Updated dependency [`ws@^8.18.2` ↗︎](https://www.npmjs.com/package/ws/v/8.18.2) (from `^8.18.1`, in `dependencies`)
9
+ - 00335a2: Fix Typo in Example Usage of addInstructions Method
10
+ - Updated dependencies [63f6b7d]
11
+ - Updated dependencies [12a95fc]
12
+ - Updated dependencies [4b0f8a6]
13
+ - Updated dependencies [51264a5]
14
+ - Updated dependencies [8e6f677]
15
+ - Updated dependencies [d70c420]
16
+ - Updated dependencies [ee9af57]
17
+ - Updated dependencies [36f1c36]
18
+ - Updated dependencies [2a16996]
19
+ - Updated dependencies [10d352e]
20
+ - Updated dependencies [9589624]
21
+ - Updated dependencies [53d3c37]
22
+ - Updated dependencies [751c894]
23
+ - Updated dependencies [577ce3a]
24
+ - Updated dependencies [9260b3a]
25
+ - @mastra/core@0.10.6
26
+
27
+ ## 0.10.2-alpha.1
28
+
29
+ ### Patch Changes
30
+
31
+ - 00335a2: Fix Typo in Example Usage of addInstructions Method
32
+ - Updated dependencies [ee9af57]
33
+ - Updated dependencies [751c894]
34
+ - Updated dependencies [577ce3a]
35
+ - Updated dependencies [9260b3a]
36
+ - @mastra/core@0.10.6-alpha.1
37
+
3
38
  ## 0.10.2-alpha.0
4
39
 
5
40
  ### 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.2-alpha.0",
3
+ "version": "0.10.2",
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": "^2.1.9",
35
35
  "zod": "^3.25.57",
36
- "@internal/lint": "0.0.12",
37
- "@mastra/core": "0.10.6-alpha.0"
36
+ "@internal/lint": "0.0.13",
37
+ "@mastra/core": "0.10.6"
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) {