@mastra/voice-azure 0.1.7-alpha.8 → 0.1.7

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.4.0
8
8
  TSC Build start
9
- TSC ⚡️ Build success in 8469ms
9
+ TSC ⚡️ Build success in 8413ms
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/azure/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/azure/dist/_tsup-dts-rollup.d.cts
16
- DTS ⚡️ Build success in 10999ms
16
+ DTS ⚡️ Build success in 10540ms
17
17
  CLI Cleaning output folder
18
18
  ESM Build start
19
19
  CJS Build start
20
- CJS dist/index.cjs 12.79 KB
21
- CJS ⚡️ Build success in 343ms
22
20
  ESM dist/index.js 12.16 KB
23
- ESM ⚡️ Build success in 345ms
21
+ ESM ⚡️ Build success in 584ms
22
+ CJS dist/index.cjs 12.79 KB
23
+ CJS ⚡️ Build success in 585ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # @mastra/voice-azure
2
2
 
3
+ ## 0.1.7
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [405b63d]
8
+ - Updated dependencies [81fb7f6]
9
+ - Updated dependencies [20275d4]
10
+ - Updated dependencies [7d1892c]
11
+ - Updated dependencies [a90a082]
12
+ - Updated dependencies [2d17c73]
13
+ - Updated dependencies [61e92f5]
14
+ - Updated dependencies [35955b0]
15
+ - Updated dependencies [6262bd5]
16
+ - Updated dependencies [c1409ef]
17
+ - Updated dependencies [3e7b69d]
18
+ - Updated dependencies [e4943b8]
19
+ - Updated dependencies [11d4485]
20
+ - Updated dependencies [479f490]
21
+ - Updated dependencies [c23a81c]
22
+ - Updated dependencies [2d4001d]
23
+ - Updated dependencies [c71013a]
24
+ - Updated dependencies [1d3b1cd]
25
+ - @mastra/core@0.9.1
26
+
3
27
  ## 0.1.7-alpha.8
4
28
 
5
29
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/voice-azure",
3
- "version": "0.1.7-alpha.8",
3
+ "version": "0.1.7",
4
4
  "description": "Mastra Azure speech integration",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -21,7 +21,7 @@
21
21
  "license": "Elastic-2.0",
22
22
  "dependencies": {
23
23
  "microsoft-cognitiveservices-speech-sdk": "^1.43.0",
24
- "@mastra/core": "^0.9.1-alpha.8"
24
+ "@mastra/core": "^0.9.1"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@microsoft/api-extractor": "^7.52.5",