@mastra/voice-aws-nova-sonic 0.1.3-alpha.0 → 0.1.3

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,17 @@
1
1
  # @mastra/voice-aws-nova-sonic
2
2
 
3
+ ## 0.1.3
4
+
5
+ ### Patch Changes
6
+
7
+ - dependencies updates: ([#17521](https://github.com/mastra-ai/mastra/pull/17521))
8
+ - Updated dependency [`@aws-sdk/client-bedrock-runtime@^3.1057.0` ↗︎](https://www.npmjs.com/package/@aws-sdk/client-bedrock-runtime/v/3.1057.0) (from `^3.1040.0`, in `dependencies`)
9
+ - Updated dependency [`@aws-sdk/credential-provider-node@^3.972.47` ↗︎](https://www.npmjs.com/package/@aws-sdk/credential-provider-node/v/3.972.47) (from `^3.972.38`, in `dependencies`)
10
+
11
+ - dependencies updates: ([#17600](https://github.com/mastra-ai/mastra/pull/17600))
12
+ - Updated dependency [`@aws-sdk/client-bedrock-runtime@^3.1058.0` ↗︎](https://www.npmjs.com/package/@aws-sdk/client-bedrock-runtime/v/3.1058.0) (from `^3.1057.0`, in `dependencies`)
13
+ - Updated dependency [`@aws-sdk/credential-provider-node@^3.972.48` ↗︎](https://www.npmjs.com/package/@aws-sdk/credential-provider-node/v/3.972.48) (from `^3.972.47`, in `dependencies`)
14
+
3
15
  ## 0.1.3-alpha.0
4
16
 
5
17
  ### Patch Changes
@@ -3,7 +3,7 @@ name: mastra-voice-aws-nova-sonic
3
3
  description: Documentation for @mastra/voice-aws-nova-sonic. Use when working with @mastra/voice-aws-nova-sonic APIs, configuration, or implementation.
4
4
  metadata:
5
5
  package: "@mastra/voice-aws-nova-sonic"
6
- version: "0.1.3-alpha.0"
6
+ version: "0.1.3"
7
7
  ---
8
8
 
9
9
  ## When to use
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.1.3-alpha.0",
2
+ "version": "0.1.3",
3
3
  "package": "@mastra/voice-aws-nova-sonic",
4
4
  "exports": {},
5
5
  "modules": {}
@@ -150,7 +150,7 @@ Returns: `Promise<void>`
150
150
 
151
151
  ### `endAudioInput()`
152
152
 
153
- Signals the end of the current audio turn so the model can finalize its response. Call this when the user stops speaking and the provider is not configured for server-side turn detection.
153
+ Signals the end of the current audio turn so the model can finalize its response. Call this when the user stops speaking and the provider isn't configured for server-side turn detection.
154
154
 
155
155
  Returns: `Promise<void>`
156
156
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/voice-aws-nova-sonic",
3
- "version": "0.1.3-alpha.0",
3
+ "version": "0.1.3",
4
4
  "description": "Mastra AWS Nova 2 Sonic voice integration",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -39,9 +39,9 @@
39
39
  "typescript": "^6.0.3",
40
40
  "vitest": "4.1.5",
41
41
  "zod": "^4.4.3",
42
- "@internal/lint": "0.0.103",
43
- "@internal/types-builder": "0.0.78",
44
- "@internal/voice": "0.0.4"
42
+ "@internal/lint": "0.0.104",
43
+ "@internal/voice": "0.0.5",
44
+ "@internal/types-builder": "0.0.79"
45
45
  },
46
46
  "peerDependencies": {
47
47
  "zod": "^3.25.0 || ^4.0.0"