@mastra/voice-openai-realtime 0.10.2-alpha.1 → 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.
@@ -6,18 +6,18 @@
6
6
  CLI Using tsconfig: tsconfig.json
7
7
  CLI tsup v8.5.0
8
8
  TSC Build start
9
- TSC ⚡️ Build success in 8874ms
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 11229ms
16
+ DTS ⚡️ Build success in 12169ms
17
17
  CLI Cleaning output folder
18
18
  ESM Build start
19
19
  CJS Build start
20
- CJS dist/index.cjs 19.37 KB
21
- CJS ⚡️ Build success in 753ms
22
20
  ESM dist/index.js 19.31 KB
23
- ESM ⚡️ Build success in 754ms
21
+ ESM ⚡️ Build success in 831ms
22
+ CJS dist/index.cjs 19.37 KB
23
+ CJS ⚡️ Build success in 832ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
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
+
3
27
  ## 0.10.2-alpha.1
4
28
 
5
29
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/voice-openai-realtime",
3
- "version": "0.10.2-alpha.1",
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.1"
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",