@mastra/voice-inworld 0.3.3-alpha.0 → 0.4.0

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,23 @@
1
1
  # @mastra/voice-inworld
2
2
 
3
+ ## 0.4.0
4
+
5
+ ### Minor Changes
6
+
7
+ - Random bump ([#18178](https://github.com/mastra-ai/mastra/pull/18178))
8
+
9
+ ## 0.4.0-alpha.0
10
+
11
+ ### Minor Changes
12
+
13
+ - Random bump ([#18178](https://github.com/mastra-ai/mastra/pull/18178))
14
+
15
+ ## 0.3.3
16
+
17
+ ### Patch Changes
18
+
19
+ - Security remediation for the 2026-06-17 "easy-day-js" supply-chain incident. Patch bump to publish clean versions and move the `latest` dist-tag forward, superseding the compromised versions that declared the malicious `easy-day-js` dependency. ([#18056](https://github.com/mastra-ai/mastra/pull/18056))
20
+
3
21
  ## 0.3.3-alpha.0
4
22
 
5
23
  ### 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.3.3-alpha.0"
6
+ version: "0.4.0"
7
7
  ---
8
8
 
9
9
  ## When to use
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.3.3-alpha.0",
2
+ "version": "0.4.0",
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.3.3-alpha.0",
3
+ "version": "0.4.0",
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/types-builder": "0.0.80",
42
- "@internal/voice": "0.0.6",
43
- "@internal/lint": "0.0.105"
41
+ "@internal/lint": "0.0.107",
42
+ "@internal/voice": "0.0.7",
43
+ "@internal/types-builder": "0.0.82"
44
44
  },
45
45
  "peerDependencies": {
46
46
  "zod": "^3.25.0 || ^4.0.0"