@mastra/voice-murf 0.1.1-alpha.3 → 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.
@@ -1,23 +1,23 @@
1
1
 
2
- > @mastra/voice-murf@0.1.1-alpha.3 build /home/runner/work/mastra/mastra/voice/murf
2
+ > @mastra/voice-murf@0.1.1-alpha.4 build /home/runner/work/mastra/mastra/voice/murf
3
3
  > tsup src/index.ts --format esm,cjs --experimental-dts --clean --treeshake
4
4
 
5
5
  CLI Building entry: src/index.ts
6
6
  CLI Using tsconfig: tsconfig.json
7
7
  CLI tsup v8.3.6
8
8
  TSC Build start
9
- TSC ⚡️ Build success in 6159ms
9
+ TSC ⚡️ Build success in 6486ms
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/murf/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/murf/dist/_tsup-dts-rollup.d.cts
16
- DTS ⚡️ Build success in 8818ms
16
+ DTS ⚡️ Build success in 7202ms
17
17
  CLI Cleaning output folder
18
18
  ESM Build start
19
19
  CJS Build start
20
- ESM dist/index.js 4.95 KB
21
- ESM ⚡️ Build success in 526ms
22
20
  CJS dist/index.cjs 5.13 KB
23
- CJS ⚡️ Build success in 529ms
21
+ CJS ⚡️ Build success in 335ms
22
+ ESM dist/index.js 4.95 KB
23
+ ESM ⚡️ Build success in 336ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,35 @@
1
1
  # @mastra/voice-murf
2
2
 
3
+ ## 0.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - bb4f447: Add support for commonjs
8
+ - Updated dependencies [0d185b1]
9
+ - Updated dependencies [ed55f1d]
10
+ - Updated dependencies [06aa827]
11
+ - Updated dependencies [0fd78ac]
12
+ - Updated dependencies [2512a93]
13
+ - Updated dependencies [e62de74]
14
+ - Updated dependencies [0d25b75]
15
+ - Updated dependencies [fd14a3f]
16
+ - Updated dependencies [8d13b14]
17
+ - Updated dependencies [3f369a2]
18
+ - Updated dependencies [3ee4831]
19
+ - Updated dependencies [4d4e1e1]
20
+ - Updated dependencies [bb4f447]
21
+ - Updated dependencies [108793c]
22
+ - Updated dependencies [5f28f44]
23
+ - Updated dependencies [dabecf4]
24
+ - @mastra/core@0.4.3
25
+
26
+ ## 0.1.1-alpha.4
27
+
28
+ ### Patch Changes
29
+
30
+ - Updated dependencies [dabecf4]
31
+ - @mastra/core@0.4.3-alpha.4
32
+
3
33
  ## 0.1.1-alpha.3
4
34
 
5
35
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/voice-murf",
3
- "version": "0.1.1-alpha.3",
3
+ "version": "0.1.1",
4
4
  "description": "Mastra Murf voice integration",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -21,7 +21,7 @@
21
21
  "dependencies": {
22
22
  "ky": "^1.7.4",
23
23
  "zod": "^3.24.1",
24
- "@mastra/core": "^0.4.3-alpha.3"
24
+ "@mastra/core": "^0.4.3"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@microsoft/api-extractor": "^7.49.2",