@mastra/voice-inworld 0.4.1-alpha.0 → 0.4.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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @mastra/voice-inworld
2
2
 
3
+ ## 0.4.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated the ws dependency to ^8.21.0 to pull in fixes for an uninitialized memory disclosure (GHSA-58qx-3vcg-4xpx) and a memory exhaustion denial-of-service (GHSA-96hv-2xvq-fx4p) in the WebSocket server. ([#18789](https://github.com/mastra-ai/mastra/pull/18789))
8
+
3
9
  ## 0.4.1-alpha.0
4
10
 
5
11
  ### Patch Changes
@@ -3,7 +3,7 @@ name: mastra-voice-inworld
3
3
  description: Documentation for @mastra/voice-inworld. Use when working with @mastra/voice-inworld APIs, configuration, or implementation.
4
4
  metadata:
5
5
  package: "@mastra/voice-inworld"
6
- version: "0.4.1-alpha.0"
6
+ version: "0.4.1"
7
7
  ---
8
8
 
9
9
  ## When to use
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.4.1-alpha.0",
2
+ "version": "0.4.1",
3
3
  "package": "@mastra/voice-inworld",
4
4
  "exports": {},
5
5
  "modules": {}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/voice-inworld",
3
- "version": "0.4.1-alpha.0",
3
+ "version": "0.4.1",
4
4
  "description": "Mastra Inworld AI voice integration — streaming TTS, batch STT, and realtime full-duplex voice",
5
5
  "type": "module",
6
6
  "files": [
@@ -38,9 +38,9 @@
38
38
  "typescript": "^6.0.3",
39
39
  "vitest": "4.1.8",
40
40
  "zod": "^4.4.3",
41
- "@internal/lint": "0.0.110",
42
- "@internal/voice": "0.0.10",
43
- "@internal/types-builder": "0.0.85"
41
+ "@internal/lint": "0.0.111",
42
+ "@internal/types-builder": "0.0.86",
43
+ "@internal/voice": "0.0.11"
44
44
  },
45
45
  "peerDependencies": {
46
46
  "zod": "^3.25.0 || ^4.0.0"