@mastra/voice-elevenlabs 0.1.1-alpha.4 → 0.1.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.
@@ -6,18 +6,18 @@
6
6
  CLI Using tsconfig: tsconfig.json
7
7
  CLI tsup v8.3.6
8
8
  TSC Build start
9
- TSC ⚡️ Build success in 7006ms
9
+ TSC ⚡️ Build success in 8458ms
10
10
  DTS Build start
11
11
  CLI Target: es2022
12
12
  Analysis will use the bundled TypeScript version 5.7.3
13
13
  Writing package typings: /home/runner/work/mastra/mastra/voice/elevenlabs/dist/_tsup-dts-rollup.d.ts
14
14
  Analysis will use the bundled TypeScript version 5.7.3
15
15
  Writing package typings: /home/runner/work/mastra/mastra/voice/elevenlabs/dist/_tsup-dts-rollup.d.cts
16
- DTS ⚡️ Build success in 9172ms
16
+ DTS ⚡️ Build success in 9427ms
17
17
  CLI Cleaning output folder
18
18
  ESM Build start
19
19
  CJS Build start
20
- CJS dist/index.cjs 5.04 KB
21
- CJS ⚡️ Build success in 405ms
22
20
  ESM dist/index.js 5.00 KB
23
- ESM ⚡️ Build success in 406ms
21
+ ESM ⚡️ Build success in 268ms
22
+ CJS dist/index.cjs 5.04 KB
23
+ CJS ⚡️ Build success in 268ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # @mastra/voice-elevenlabs
2
2
 
3
+ ## 0.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - bb4f447: Add support for commonjs
8
+ - 705d69b: Add STT for ElevenlabsVoice
9
+ - Updated dependencies [0d185b1]
10
+ - Updated dependencies [ed55f1d]
11
+ - Updated dependencies [06aa827]
12
+ - Updated dependencies [0fd78ac]
13
+ - Updated dependencies [2512a93]
14
+ - Updated dependencies [e62de74]
15
+ - Updated dependencies [0d25b75]
16
+ - Updated dependencies [fd14a3f]
17
+ - Updated dependencies [8d13b14]
18
+ - Updated dependencies [3f369a2]
19
+ - Updated dependencies [3ee4831]
20
+ - Updated dependencies [4d4e1e1]
21
+ - Updated dependencies [bb4f447]
22
+ - Updated dependencies [108793c]
23
+ - Updated dependencies [5f28f44]
24
+ - Updated dependencies [dabecf4]
25
+ - @mastra/core@0.4.3
26
+
3
27
  ## 0.1.1-alpha.4
4
28
 
5
29
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/voice-elevenlabs",
3
- "version": "0.1.1-alpha.4",
3
+ "version": "0.1.1",
4
4
  "description": "Mastra ElevenLabs voice integration",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -21,7 +21,7 @@
21
21
  "dependencies": {
22
22
  "elevenlabs": "^1.50.2",
23
23
  "zod": "^3.24.1",
24
- "@mastra/core": "^0.4.3-alpha.4"
24
+ "@mastra/core": "^0.4.3"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@microsoft/api-extractor": "^7.49.2",