@mastra/mcp-docs-server 0.0.7 → 0.0.8-alpha.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.
Files changed (56) hide show
  1. package/.docs/organized/changelogs/%40mastra%2Fastra.md +16 -16
  2. package/.docs/organized/changelogs/%40mastra%2Fchroma.md +16 -16
  3. package/.docs/organized/changelogs/%40mastra%2Fclickhouse.md +15 -0
  4. package/.docs/organized/changelogs/%40mastra%2Fclient-js.md +16 -16
  5. package/.docs/organized/changelogs/%40mastra%2Fcloudflare.md +15 -0
  6. package/.docs/organized/changelogs/%40mastra%2Fcore.md +14 -14
  7. package/.docs/organized/changelogs/%40mastra%2Fdeployer-cloudflare.md +19 -19
  8. package/.docs/organized/changelogs/%40mastra%2Fdeployer-netlify.md +19 -19
  9. package/.docs/organized/changelogs/%40mastra%2Fdeployer-vercel.md +19 -19
  10. package/.docs/organized/changelogs/%40mastra%2Fdeployer.md +20 -20
  11. package/.docs/organized/changelogs/%40mastra%2Fevals.md +16 -16
  12. package/.docs/organized/changelogs/%40mastra%2Ffirecrawl.md +18 -18
  13. package/.docs/organized/changelogs/%40mastra%2Fgithub.md +16 -16
  14. package/.docs/organized/changelogs/%40mastra%2Floggers.md +16 -16
  15. package/.docs/organized/changelogs/%40mastra%2Fmcp-docs-server.md +17 -2
  16. package/.docs/organized/changelogs/%40mastra%2Fmcp.md +16 -16
  17. package/.docs/organized/changelogs/%40mastra%2Fmem0.md +15 -0
  18. package/.docs/organized/changelogs/%40mastra%2Fmemory.md +16 -16
  19. package/.docs/organized/changelogs/%40mastra%2Fpg.md +16 -16
  20. package/.docs/organized/changelogs/%40mastra%2Fpinecone.md +16 -16
  21. package/.docs/organized/changelogs/%40mastra%2Fplayground-ui.md +21 -21
  22. package/.docs/organized/changelogs/%40mastra%2Fqdrant.md +16 -16
  23. package/.docs/organized/changelogs/%40mastra%2Frag.md +16 -16
  24. package/.docs/organized/changelogs/%40mastra%2Fragie.md +16 -16
  25. package/.docs/organized/changelogs/%40mastra%2Fserver.md +16 -16
  26. package/.docs/organized/changelogs/%40mastra%2Fspeech-azure.md +16 -16
  27. package/.docs/organized/changelogs/%40mastra%2Fspeech-deepgram.md +16 -16
  28. package/.docs/organized/changelogs/%40mastra%2Fspeech-elevenlabs.md +16 -16
  29. package/.docs/organized/changelogs/%40mastra%2Fspeech-google.md +16 -16
  30. package/.docs/organized/changelogs/%40mastra%2Fspeech-ibm.md +16 -16
  31. package/.docs/organized/changelogs/%40mastra%2Fspeech-murf.md +16 -16
  32. package/.docs/organized/changelogs/%40mastra%2Fspeech-openai.md +16 -16
  33. package/.docs/organized/changelogs/%40mastra%2Fspeech-playai.md +16 -16
  34. package/.docs/organized/changelogs/%40mastra%2Fspeech-replicate.md +16 -16
  35. package/.docs/organized/changelogs/%40mastra%2Fspeech-speechify.md +16 -16
  36. package/.docs/organized/changelogs/%40mastra%2Fturbopuffer.md +16 -16
  37. package/.docs/organized/changelogs/%40mastra%2Fupstash.md +16 -16
  38. package/.docs/organized/changelogs/%40mastra%2Fvectorize.md +16 -16
  39. package/.docs/organized/changelogs/%40mastra%2Fvoice-azure.md +15 -0
  40. package/.docs/organized/changelogs/%40mastra%2Fvoice-cloudflare.md +15 -0
  41. package/.docs/organized/changelogs/%40mastra%2Fvoice-deepgram.md +16 -16
  42. package/.docs/organized/changelogs/%40mastra%2Fvoice-elevenlabs.md +16 -16
  43. package/.docs/organized/changelogs/%40mastra%2Fvoice-google.md +16 -16
  44. package/.docs/organized/changelogs/%40mastra%2Fvoice-murf.md +16 -16
  45. package/.docs/organized/changelogs/%40mastra%2Fvoice-openai-realtime.md +16 -10
  46. package/.docs/organized/changelogs/%40mastra%2Fvoice-openai.md +16 -16
  47. package/.docs/organized/changelogs/%40mastra%2Fvoice-playai.md +16 -16
  48. package/.docs/organized/changelogs/%40mastra%2Fvoice-sarvam.md +15 -0
  49. package/.docs/organized/changelogs/%40mastra%2Fvoice-speechify.md +16 -16
  50. package/.docs/organized/changelogs/create-mastra.md +15 -15
  51. package/.docs/organized/changelogs/mastra.md +23 -23
  52. package/.docs/raw/agents/agent-memory.mdx +1 -5
  53. package/.docs/raw/getting-started/installation.mdx +40 -51
  54. package/.docs/raw/memory/semantic-recall.mdx +1 -2
  55. package/.docs/raw/memory/working-memory.mdx +1 -2
  56. package/package.json +3 -3
@@ -1,5 +1,20 @@
1
1
  # @mastra/memory
2
2
 
3
+ ## 0.2.9-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [a06aadc]
8
+ - @mastra/core@0.8.2-alpha.0
9
+
10
+ ## 0.2.8
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [99e2998]
15
+ - Updated dependencies [8fdb414]
16
+ - @mastra/core@0.8.1
17
+
3
18
  ## 0.2.8-alpha.0
4
19
 
5
20
  ### Patch Changes
@@ -283,20 +298,5 @@
283
298
  - Updated dependencies [afaf73f]
284
299
  - Updated dependencies [0850b4c]
285
300
  - Updated dependencies [7bcfaee]
286
- - Updated dependencies [44631b1]
287
- - Updated dependencies [9116d70]
288
- - Updated dependencies [6e559a0]
289
- - Updated dependencies [5f43505]
290
- - @mastra/core@0.6.1
291
-
292
- ## 0.2.2-alpha.2
293
-
294
- ### Patch Changes
295
-
296
- - Updated dependencies [fc2f89c]
297
- - Updated dependencies [dfbb131]
298
- - Updated dependencies [0850b4c]
299
- - Updated dependencies [9116d70]
300
- - @mastra/core@0.6.1-alpha.2
301
301
 
302
- ... 1366 more lines hidden. See full changelog in package directory.
302
+ ... 1381 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,20 @@
1
1
  # @mastra/pg
2
2
 
3
+ ## 0.2.9-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [a06aadc]
8
+ - @mastra/core@0.8.2-alpha.0
9
+
10
+ ## 0.2.8
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [99e2998]
15
+ - Updated dependencies [8fdb414]
16
+ - @mastra/core@0.8.1
17
+
3
18
  ## 0.2.8-alpha.0
4
19
 
5
20
  ### Patch Changes
@@ -283,20 +298,5 @@
283
298
  - Updated dependencies [5f43505]
284
299
  - @mastra/core@0.6.1
285
300
 
286
- ## 0.2.2-alpha.2
287
-
288
- ### Patch Changes
289
-
290
- - Updated dependencies [fc2f89c]
291
- - Updated dependencies [dfbb131]
292
- - Updated dependencies [0850b4c]
293
- - Updated dependencies [9116d70]
294
- - @mastra/core@0.6.1-alpha.2
295
-
296
- ## 0.2.2-alpha.1
297
-
298
- ### Patch Changes
299
-
300
- - Updated dependencies [f4854ee]
301
301
 
302
- ... 788 more lines hidden. See full changelog in package directory.
302
+ ... 803 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,20 @@
1
1
  # @mastra/pinecone
2
2
 
3
+ ## 0.2.7-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [a06aadc]
8
+ - @mastra/core@0.8.2-alpha.0
9
+
10
+ ## 0.2.6
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [99e2998]
15
+ - Updated dependencies [8fdb414]
16
+ - @mastra/core@0.8.1
17
+
3
18
  ## 0.2.6-alpha.0
4
19
 
5
20
  ### Patch Changes
@@ -283,20 +298,5 @@
283
298
  ### Patch Changes
284
299
 
285
300
  - Updated dependencies [f4854ee]
286
- - Updated dependencies [afaf73f]
287
- - Updated dependencies [44631b1]
288
- - Updated dependencies [6e559a0]
289
- - Updated dependencies [5f43505]
290
- - @mastra/core@0.6.1-alpha.1
291
-
292
- ## 0.1.10-alpha.0
293
-
294
- ### Patch Changes
295
-
296
- - Updated dependencies [7bcfaee]
297
- - @mastra/core@0.6.1-alpha.0
298
-
299
- ## 0.1.9
300
-
301
301
 
302
- ... 971 more lines hidden. See full changelog in package directory.
302
+ ... 986 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,25 @@
1
1
  # @mastra/playground-ui
2
2
 
3
+ ## 4.0.3-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - d3c372c: Show status UI of steps on playground workflow when workflow has no triggerSchema
8
+ Show number of steps on workflows table
9
+ - Updated dependencies [a06aadc]
10
+ - @mastra/core@0.8.2-alpha.0
11
+ - @mastra/client-js@0.1.16-alpha.0
12
+
13
+ ## 4.0.2
14
+
15
+ ### Patch Changes
16
+
17
+ - 99e2998: Set default max steps to 5
18
+ - Updated dependencies [99e2998]
19
+ - Updated dependencies [8fdb414]
20
+ - @mastra/core@0.8.1
21
+ - @mastra/client-js@0.1.15
22
+
3
23
  ## 4.0.2-alpha.0
4
24
 
5
25
  ### Patch Changes
@@ -278,25 +298,5 @@
278
298
  - Updated dependencies [b56a681]
279
299
  - Updated dependencies [248cb07]
280
300
  - @mastra/core@0.6.4
281
- - @mastra/client-js@0.1.12
282
-
283
- ## 2.0.4-alpha.1
284
-
285
- ### Patch Changes
286
-
287
- - 77e4c35: Pop a dialog showing the functional condition when a functional condition is clicked on workflow graph
288
- - Updated dependencies [6794797]
289
- - @mastra/core@0.6.4-alpha.1
290
- - @mastra/client-js@0.1.12-alpha.1
291
-
292
- ## 2.0.4-alpha.0
293
-
294
- ### Patch Changes
295
-
296
- - 933ea4d: Fix messages in thread not showing latest when switching between threads
297
- - 9cba774: Fix new thread title not reflecting until refresh or new message is sent
298
- - 248cb07: Allow ai-sdk Message type for messages in agent generate and stream
299
- Fix sidebar horizontal overflow in playground
300
- - Updated dependencies [fb68a80]
301
301
 
302
- ... 400 more lines hidden. See full changelog in package directory.
302
+ ... 420 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,20 @@
1
1
  # @mastra/qdrant
2
2
 
3
+ ## 0.2.8-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [a06aadc]
8
+ - @mastra/core@0.8.2-alpha.0
9
+
10
+ ## 0.2.7
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [99e2998]
15
+ - Updated dependencies [8fdb414]
16
+ - @mastra/core@0.8.1
17
+
3
18
  ## 0.2.7-alpha.0
4
19
 
5
20
  ### Patch Changes
@@ -283,20 +298,5 @@
283
298
  - Updated dependencies [5f43505]
284
299
  - @mastra/core@0.6.1-alpha.1
285
300
 
286
- ## 0.2.1-alpha.0
287
-
288
- ### Patch Changes
289
-
290
- - Updated dependencies [7bcfaee]
291
- - @mastra/core@0.6.1-alpha.0
292
-
293
- ## 0.2.0
294
-
295
- ### Minor Changes
296
-
297
- - 6cbf6bb: Added new operation implementations for MastraVector in qdrant store
298
-
299
- ### Patch Changes
300
-
301
301
 
302
- ... 967 more lines hidden. See full changelog in package directory.
302
+ ... 982 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,20 @@
1
1
  # @mastra/rag
2
2
 
3
+ ## 0.1.17-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [a06aadc]
8
+ - @mastra/core@0.8.2-alpha.0
9
+
10
+ ## 0.1.16
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [99e2998]
15
+ - Updated dependencies [8fdb414]
16
+ - @mastra/core@0.8.1
17
+
3
18
  ## 0.1.16-alpha.0
4
19
 
5
20
  ### Patch Changes
@@ -283,20 +298,5 @@
283
298
 
284
299
  ## 0.1.10-alpha.1
285
300
 
286
- ### Patch Changes
287
-
288
- - ff1a76c: Update Vector Query and GraphRag tool schema
289
- - b195f6e: Update character chunking strategy
290
- - Updated dependencies [f4854ee]
291
- - Updated dependencies [afaf73f]
292
- - Updated dependencies [44631b1]
293
- - Updated dependencies [6e559a0]
294
- - Updated dependencies [5f43505]
295
- - @mastra/core@0.6.1-alpha.1
296
-
297
- ## 0.1.10-alpha.0
298
-
299
- ### Patch Changes
300
-
301
301
 
302
- ... 1424 more lines hidden. See full changelog in package directory.
302
+ ... 1439 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,20 @@
1
1
  # @mastra/ragie
2
2
 
3
+ ## 1.1.17-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [a06aadc]
8
+ - @mastra/core@0.8.2-alpha.0
9
+
10
+ ## 1.1.16
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [99e2998]
15
+ - Updated dependencies [8fdb414]
16
+ - @mastra/core@0.8.1
17
+
3
18
  ## 1.1.16-alpha.0
4
19
 
5
20
  ### Patch Changes
@@ -283,20 +298,5 @@
283
298
 
284
299
  ### Patch Changes
285
300
 
286
- - Updated dependencies [7bcfaee]
287
- - @mastra/core@0.6.1-alpha.0
288
-
289
- ## 1.1.9
290
-
291
- ### Patch Changes
292
-
293
- - Updated dependencies [16b98d9]
294
- - Updated dependencies [1c8cda4]
295
- - Updated dependencies [95b4144]
296
- - Updated dependencies [3729dbd]
297
- - Updated dependencies [c2144f4]
298
- - @mastra/core@0.6.0
299
-
300
- ## 1.1.9-alpha.1
301
301
 
302
- ... 1219 more lines hidden. See full changelog in package directory.
302
+ ... 1234 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,20 @@
1
1
  # @mastra/deployer
2
2
 
3
+ ## 1.0.2-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [a06aadc]
8
+ - @mastra/core@0.8.2-alpha.0
9
+
10
+ ## 1.0.1
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [99e2998]
15
+ - Updated dependencies [8fdb414]
16
+ - @mastra/core@0.8.1
17
+
3
18
  ## 1.0.1-alpha.0
4
19
 
5
20
  ### Patch Changes
@@ -283,20 +298,5 @@
283
298
 
284
299
  ### Patch Changes
285
300
 
286
- - Updated dependencies [16b98d9]
287
- - Updated dependencies [1c8cda4]
288
- - Updated dependencies [95b4144]
289
- - Updated dependencies [c2144f4]
290
- - @mastra/core@0.6.0-alpha.1
291
-
292
- ## 0.1.9-alpha.0
293
-
294
- ### Patch Changes
295
-
296
- - Updated dependencies [3729dbd]
297
- - @mastra/core@0.5.1-alpha.0
298
-
299
- ## 0.1.8
300
-
301
301
 
302
- ... 1150 more lines hidden. See full changelog in package directory.
302
+ ... 1165 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,20 @@
1
1
  # @mastra/speech-azure
2
2
 
3
+ ## 0.1.17-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [a06aadc]
8
+ - @mastra/core@0.8.2-alpha.0
9
+
10
+ ## 0.1.16
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [99e2998]
15
+ - Updated dependencies [8fdb414]
16
+ - @mastra/core@0.8.1
17
+
3
18
  ## 0.1.16-alpha.0
4
19
 
5
20
  ### Patch Changes
@@ -283,20 +298,5 @@
283
298
 
284
299
  ### Patch Changes
285
300
 
286
- - Updated dependencies [7bcfaee]
287
- - @mastra/core@0.6.1-alpha.0
288
-
289
- ## 0.1.9
290
-
291
- ### Patch Changes
292
-
293
- - Updated dependencies [16b98d9]
294
- - Updated dependencies [1c8cda4]
295
- - Updated dependencies [95b4144]
296
- - Updated dependencies [3729dbd]
297
- - Updated dependencies [c2144f4]
298
- - @mastra/core@0.6.0
299
-
300
- ## 0.1.9-alpha.1
301
301
 
302
- ... 837 more lines hidden. See full changelog in package directory.
302
+ ... 852 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,20 @@
1
1
  # @mastra/speech-deepgram
2
2
 
3
+ ## 0.1.16-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [a06aadc]
8
+ - @mastra/core@0.8.2-alpha.0
9
+
10
+ ## 0.1.15
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [99e2998]
15
+ - Updated dependencies [8fdb414]
16
+ - @mastra/core@0.8.1
17
+
3
18
  ## 0.1.15-alpha.0
4
19
 
5
20
  ### Patch Changes
@@ -283,20 +298,5 @@
283
298
 
284
299
  ### Patch Changes
285
300
 
286
- - Updated dependencies [7bcfaee]
287
- - @mastra/core@0.6.1-alpha.0
288
-
289
- ## 0.1.8
290
-
291
- ### Patch Changes
292
-
293
- - Updated dependencies [16b98d9]
294
- - Updated dependencies [1c8cda4]
295
- - Updated dependencies [95b4144]
296
- - Updated dependencies [3729dbd]
297
- - Updated dependencies [c2144f4]
298
- - @mastra/core@0.6.0
299
-
300
- ## 0.1.8-alpha.1
301
301
 
302
- ... 841 more lines hidden. See full changelog in package directory.
302
+ ... 856 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,20 @@
1
1
  # @mastra/speech-elevenlabs
2
2
 
3
+ ## 0.1.16-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [a06aadc]
8
+ - @mastra/core@0.8.2-alpha.0
9
+
10
+ ## 0.1.15
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [99e2998]
15
+ - Updated dependencies [8fdb414]
16
+ - @mastra/core@0.8.1
17
+
3
18
  ## 0.1.15-alpha.0
4
19
 
5
20
  ### Patch Changes
@@ -283,20 +298,5 @@
283
298
 
284
299
  ### Patch Changes
285
300
 
286
- - Updated dependencies [7bcfaee]
287
- - @mastra/core@0.6.1-alpha.0
288
-
289
- ## 0.1.8
290
-
291
- ### Patch Changes
292
-
293
- - Updated dependencies [16b98d9]
294
- - Updated dependencies [1c8cda4]
295
- - Updated dependencies [95b4144]
296
- - Updated dependencies [3729dbd]
297
- - Updated dependencies [c2144f4]
298
- - @mastra/core@0.6.0
299
-
300
- ## 0.1.8-alpha.1
301
301
 
302
- ... 839 more lines hidden. See full changelog in package directory.
302
+ ... 854 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,20 @@
1
1
  # @mastra/speech-google
2
2
 
3
+ ## 0.1.17-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [a06aadc]
8
+ - @mastra/core@0.8.2-alpha.0
9
+
10
+ ## 0.1.16
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [99e2998]
15
+ - Updated dependencies [8fdb414]
16
+ - @mastra/core@0.8.1
17
+
3
18
  ## 0.1.16-alpha.0
4
19
 
5
20
  ### Patch Changes
@@ -283,20 +298,5 @@
283
298
 
284
299
  ## 0.1.10-alpha.0
285
300
 
286
- ### Patch Changes
287
-
288
- - Updated dependencies [7bcfaee]
289
- - @mastra/core@0.6.1-alpha.0
290
-
291
- ## 0.1.9
292
-
293
- ### Patch Changes
294
-
295
- - Updated dependencies [16b98d9]
296
- - Updated dependencies [1c8cda4]
297
- - Updated dependencies [95b4144]
298
- - Updated dependencies [3729dbd]
299
- - Updated dependencies [c2144f4]
300
- - @mastra/core@0.6.0
301
301
 
302
- ... 846 more lines hidden. See full changelog in package directory.
302
+ ... 861 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,20 @@
1
1
  # @mastra/speech-ibm
2
2
 
3
+ ## 0.1.17-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [a06aadc]
8
+ - @mastra/core@0.8.2-alpha.0
9
+
10
+ ## 0.1.16
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [99e2998]
15
+ - Updated dependencies [8fdb414]
16
+ - @mastra/core@0.8.1
17
+
3
18
  ## 0.1.16-alpha.0
4
19
 
5
20
  ### Patch Changes
@@ -283,20 +298,5 @@
283
298
 
284
299
  ### Patch Changes
285
300
 
286
- - Updated dependencies [7bcfaee]
287
- - @mastra/core@0.6.1-alpha.0
288
-
289
- ## 0.1.9
290
-
291
- ### Patch Changes
292
-
293
- - Updated dependencies [16b98d9]
294
- - Updated dependencies [1c8cda4]
295
- - Updated dependencies [95b4144]
296
- - Updated dependencies [3729dbd]
297
- - Updated dependencies [c2144f4]
298
- - @mastra/core@0.6.0
299
-
300
- ## 0.1.9-alpha.1
301
301
 
302
- ... 837 more lines hidden. See full changelog in package directory.
302
+ ... 852 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,20 @@
1
1
  # @mastra/speech-murf
2
2
 
3
+ ## 0.1.17-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [a06aadc]
8
+ - @mastra/core@0.8.2-alpha.0
9
+
10
+ ## 0.1.16
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [99e2998]
15
+ - Updated dependencies [8fdb414]
16
+ - @mastra/core@0.8.1
17
+
3
18
  ## 0.1.16-alpha.0
4
19
 
5
20
  ### Patch Changes
@@ -283,20 +298,5 @@
283
298
 
284
299
  ### Patch Changes
285
300
 
286
- - Updated dependencies [7bcfaee]
287
- - @mastra/core@0.6.1-alpha.0
288
-
289
- ## 0.1.9
290
-
291
- ### Patch Changes
292
-
293
- - Updated dependencies [16b98d9]
294
- - Updated dependencies [1c8cda4]
295
- - Updated dependencies [95b4144]
296
- - Updated dependencies [3729dbd]
297
- - Updated dependencies [c2144f4]
298
- - @mastra/core@0.6.0
299
-
300
- ## 0.1.9-alpha.1
301
301
 
302
- ... 844 more lines hidden. See full changelog in package directory.
302
+ ... 859 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,20 @@
1
1
  # @mastra/speech-openai
2
2
 
3
+ ## 0.1.17-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [a06aadc]
8
+ - @mastra/core@0.8.2-alpha.0
9
+
10
+ ## 0.1.16
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [99e2998]
15
+ - Updated dependencies [8fdb414]
16
+ - @mastra/core@0.8.1
17
+
3
18
  ## 0.1.16-alpha.0
4
19
 
5
20
  ### Patch Changes
@@ -283,20 +298,5 @@
283
298
 
284
299
  ### Patch Changes
285
300
 
286
- - Updated dependencies [7bcfaee]
287
- - @mastra/core@0.6.1-alpha.0
288
-
289
- ## 0.1.9
290
-
291
- ### Patch Changes
292
-
293
- - Updated dependencies [16b98d9]
294
- - Updated dependencies [1c8cda4]
295
- - Updated dependencies [95b4144]
296
- - Updated dependencies [3729dbd]
297
- - Updated dependencies [c2144f4]
298
- - @mastra/core@0.6.0
299
-
300
- ## 0.1.9-alpha.1
301
301
 
302
- ... 838 more lines hidden. See full changelog in package directory.
302
+ ... 853 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,20 @@
1
1
  # @mastra/speech-playai
2
2
 
3
+ ## 0.1.16-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [a06aadc]
8
+ - @mastra/core@0.8.2-alpha.0
9
+
10
+ ## 0.1.15
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [99e2998]
15
+ - Updated dependencies [8fdb414]
16
+ - @mastra/core@0.8.1
17
+
3
18
  ## 0.1.15-alpha.0
4
19
 
5
20
  ### Patch Changes
@@ -283,20 +298,5 @@
283
298
 
284
299
  ### Patch Changes
285
300
 
286
- - Updated dependencies [7bcfaee]
287
- - @mastra/core@0.6.1-alpha.0
288
-
289
- ## 0.1.8
290
-
291
- ### Patch Changes
292
-
293
- - Updated dependencies [16b98d9]
294
- - Updated dependencies [1c8cda4]
295
- - Updated dependencies [95b4144]
296
- - Updated dependencies [3729dbd]
297
- - Updated dependencies [c2144f4]
298
- - @mastra/core@0.6.0
299
-
300
- ## 0.1.8-alpha.1
301
301
 
302
- ... 841 more lines hidden. See full changelog in package directory.
302
+ ... 856 more lines hidden. See full changelog in package directory.