@mastra/mcp-docs-server 0.0.4-alpha.0 → 0.0.4

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 (103) hide show
  1. package/.docs/organized/changelogs/%40mastra%2Fastra.md +8 -8
  2. package/.docs/organized/changelogs/%40mastra%2Fchroma.md +8 -8
  3. package/.docs/organized/changelogs/%40mastra%2Fclient-js.md +8 -8
  4. package/.docs/organized/changelogs/%40mastra%2Fcomposio.md +8 -8
  5. package/.docs/organized/changelogs/%40mastra%2Fcore.md +8 -8
  6. package/.docs/organized/changelogs/%40mastra%2Fdeployer-cloudflare.md +12 -12
  7. package/.docs/organized/changelogs/%40mastra%2Fdeployer-netlify.md +11 -11
  8. package/.docs/organized/changelogs/%40mastra%2Fdeployer-vercel.md +11 -11
  9. package/.docs/organized/changelogs/%40mastra%2Fdeployer.md +10 -10
  10. package/.docs/organized/changelogs/%40mastra%2Fevals.md +9 -9
  11. package/.docs/organized/changelogs/%40mastra%2Ffirecrawl.md +16 -16
  12. package/.docs/organized/changelogs/%40mastra%2Fgithub.md +8 -8
  13. package/.docs/organized/changelogs/%40mastra%2Floggers.md +8 -8
  14. package/.docs/organized/changelogs/%40mastra%2Fmcp-docs-server.md +8 -0
  15. package/.docs/organized/changelogs/%40mastra%2Fmcp.md +9 -9
  16. package/.docs/organized/changelogs/%40mastra%2Fmemory.md +8 -8
  17. package/.docs/organized/changelogs/%40mastra%2Fpg.md +8 -8
  18. package/.docs/organized/changelogs/%40mastra%2Fpinecone.md +8 -8
  19. package/.docs/organized/changelogs/%40mastra%2Fplayground-ui.md +10 -10
  20. package/.docs/organized/changelogs/%40mastra%2Fqdrant.md +8 -8
  21. package/.docs/organized/changelogs/%40mastra%2Frag.md +14 -14
  22. package/.docs/organized/changelogs/%40mastra%2Fragie.md +8 -8
  23. package/.docs/organized/changelogs/%40mastra%2Fspeech-azure.md +8 -8
  24. package/.docs/organized/changelogs/%40mastra%2Fspeech-deepgram.md +8 -8
  25. package/.docs/organized/changelogs/%40mastra%2Fspeech-elevenlabs.md +8 -8
  26. package/.docs/organized/changelogs/%40mastra%2Fspeech-google.md +8 -8
  27. package/.docs/organized/changelogs/%40mastra%2Fspeech-ibm.md +8 -8
  28. package/.docs/organized/changelogs/%40mastra%2Fspeech-murf.md +8 -8
  29. package/.docs/organized/changelogs/%40mastra%2Fspeech-openai.md +8 -8
  30. package/.docs/organized/changelogs/%40mastra%2Fspeech-playai.md +8 -8
  31. package/.docs/organized/changelogs/%40mastra%2Fspeech-replicate.md +8 -8
  32. package/.docs/organized/changelogs/%40mastra%2Fspeech-speechify.md +8 -8
  33. package/.docs/organized/changelogs/%40mastra%2Fstabilityai.md +8 -8
  34. package/.docs/organized/changelogs/%40mastra%2Fturbopuffer.md +7 -0
  35. package/.docs/organized/changelogs/%40mastra%2Fupstash.md +12 -12
  36. package/.docs/organized/changelogs/%40mastra%2Fvectorize.md +12 -12
  37. package/.docs/organized/changelogs/%40mastra%2Fvoice-azure.md +9 -0
  38. package/.docs/organized/changelogs/%40mastra%2Fvoice-cloudflare.md +9 -0
  39. package/.docs/organized/changelogs/%40mastra%2Fvoice-deepgram.md +8 -8
  40. package/.docs/organized/changelogs/%40mastra%2Fvoice-elevenlabs.md +8 -8
  41. package/.docs/organized/changelogs/%40mastra%2Fvoice-google.md +8 -8
  42. package/.docs/organized/changelogs/%40mastra%2Fvoice-murf.md +8 -8
  43. package/.docs/organized/changelogs/%40mastra%2Fvoice-openai-realtime.md +7 -0
  44. package/.docs/organized/changelogs/%40mastra%2Fvoice-openai.md +8 -8
  45. package/.docs/organized/changelogs/%40mastra%2Fvoice-playai.md +8 -8
  46. package/.docs/organized/changelogs/%40mastra%2Fvoice-sarvam.md +8 -0
  47. package/.docs/organized/changelogs/%40mastra%2Fvoice-speechify.md +8 -8
  48. package/.docs/organized/changelogs/create-mastra.md +7 -7
  49. package/.docs/organized/changelogs/mastra.md +19 -19
  50. package/.docs/raw/deployment/deployment.mdx +5 -42
  51. package/.docs/raw/deployment/server.mdx +45 -3
  52. package/.docs/raw/observability/logging.mdx +38 -0
  53. package/.docs/raw/observability/nextjs-tracing.mdx +102 -0
  54. package/.docs/raw/observability/tracing.mdx +110 -0
  55. package/.docs/raw/reference/client-js/memory.mdx +6 -3
  56. package/.docs/raw/reference/observability/providers/langsmith.mdx +2 -0
  57. package/.docs/raw/reference/rag/upstash.mdx +50 -1
  58. package/.docs/raw/reference/rag/vectorize.mdx +48 -3
  59. package/.docs/raw/reference/tools/client.mdx +9 -1
  60. package/.docs/raw/reference/workflows/afterEvent.mdx +76 -0
  61. package/.docs/raw/reference/workflows/events.mdx +305 -0
  62. package/.docs/raw/reference/workflows/resumeWithEvent.mdx +134 -0
  63. package/.docs/raw/reference/workflows/step-retries.mdx +203 -0
  64. package/.docs/raw/workflows/error-handling.mdx +183 -0
  65. package/.docs/raw/workflows/suspend-and-resume.mdx +136 -1
  66. package/dist/_tsup-dts-rollup.d.ts +83 -0
  67. package/dist/chunk-YEOOTUPA.js +191 -0
  68. package/dist/prepare-docs/prepare.d.ts +1 -1
  69. package/dist/prepare-docs/prepare.js +1 -13
  70. package/dist/stdio.d.ts +0 -1
  71. package/dist/stdio.js +352 -5
  72. package/package.json +9 -15
  73. package/.docs/raw/deployment/logging-and-tracing.mdx +0 -242
  74. package/dist/index.d.ts +0 -3
  75. package/dist/index.js +0 -19
  76. package/dist/prepare-docs/code-examples.d.ts +0 -4
  77. package/dist/prepare-docs/code-examples.js +0 -91
  78. package/dist/prepare-docs/copy-raw.d.ts +0 -1
  79. package/dist/prepare-docs/copy-raw.js +0 -41
  80. package/dist/prepare-docs/index.d.ts +0 -1
  81. package/dist/prepare-docs/index.js +0 -8
  82. package/dist/prepare-docs/package-changes.d.ts +0 -4
  83. package/dist/prepare-docs/package-changes.js +0 -92
  84. package/dist/sse.d.ts +0 -1
  85. package/dist/sse.js +0 -9
  86. package/dist/tools/__tests__/blog.test.d.ts +0 -1
  87. package/dist/tools/__tests__/blog.test.js +0 -48
  88. package/dist/tools/__tests__/changes.test.d.ts +0 -1
  89. package/dist/tools/__tests__/changes.test.js +0 -37
  90. package/dist/tools/__tests__/docs.test.d.ts +0 -1
  91. package/dist/tools/__tests__/docs.test.js +0 -46
  92. package/dist/tools/__tests__/examples.test.d.ts +0 -1
  93. package/dist/tools/__tests__/examples.test.js +0 -53
  94. package/dist/tools/blog.d.ts +0 -15
  95. package/dist/tools/blog.js +0 -73
  96. package/dist/tools/changes.d.ts +0 -11
  97. package/dist/tools/changes.js +0 -69
  98. package/dist/tools/docs.d.ts +0 -11
  99. package/dist/tools/docs.js +0 -176
  100. package/dist/tools/examples.d.ts +0 -11
  101. package/dist/tools/examples.js +0 -61
  102. package/dist/utils.d.ts +0 -6
  103. package/dist/utils.js +0 -9
@@ -1,5 +1,12 @@
1
1
  # @mastra/speech-elevenlabs
2
2
 
3
+ ## 0.1.12-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [6794797]
8
+ - @mastra/core@0.6.4-alpha.1
9
+
3
10
  ## 0.1.12-alpha.0
4
11
 
5
12
  ### Patch Changes
@@ -292,11 +299,4 @@
292
299
 
293
300
  ### Patch Changes
294
301
 
295
- - Updated dependencies [1da20e7]
296
- - @mastra/core@0.4.4-alpha.0
297
-
298
- ## 0.1.5
299
-
300
- ### Patch Changes
301
-
302
- ... 646 more lines hidden. See full changelog in package directory.
302
+ ... 653 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,12 @@
1
1
  # @mastra/speech-google
2
2
 
3
+ ## 0.1.13-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [6794797]
8
+ - @mastra/core@0.6.4-alpha.1
9
+
3
10
  ## 0.1.13-alpha.0
4
11
 
5
12
  ### Patch Changes
@@ -292,11 +299,4 @@
292
299
 
293
300
  ### Patch Changes
294
301
 
295
- - Updated dependencies [1da20e7]
296
- - @mastra/core@0.4.4-alpha.0
297
-
298
- ## 0.1.6
299
-
300
- ### Patch Changes
301
-
302
- ... 651 more lines hidden. See full changelog in package directory.
302
+ ... 658 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,12 @@
1
1
  # @mastra/speech-ibm
2
2
 
3
+ ## 0.1.13-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [6794797]
8
+ - @mastra/core@0.6.4-alpha.1
9
+
3
10
  ## 0.1.13-alpha.0
4
11
 
5
12
  ### Patch Changes
@@ -292,11 +299,4 @@
292
299
 
293
300
  ### Patch Changes
294
301
 
295
- - Updated dependencies [1da20e7]
296
- - @mastra/core@0.4.4-alpha.0
297
-
298
- ## 0.1.6
299
-
300
- ### Patch Changes
301
-
302
- ... 644 more lines hidden. See full changelog in package directory.
302
+ ... 651 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,12 @@
1
1
  # @mastra/speech-murf
2
2
 
3
+ ## 0.1.13-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [6794797]
8
+ - @mastra/core@0.6.4-alpha.1
9
+
3
10
  ## 0.1.13-alpha.0
4
11
 
5
12
  ### Patch Changes
@@ -292,11 +299,4 @@
292
299
 
293
300
  ### Patch Changes
294
301
 
295
- - Updated dependencies [1da20e7]
296
- - @mastra/core@0.4.4-alpha.0
297
-
298
- ## 0.1.6
299
-
300
- ### Patch Changes
301
-
302
- ... 651 more lines hidden. See full changelog in package directory.
302
+ ... 658 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,12 @@
1
1
  # @mastra/speech-openai
2
2
 
3
+ ## 0.1.13-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [6794797]
8
+ - @mastra/core@0.6.4-alpha.1
9
+
3
10
  ## 0.1.13-alpha.0
4
11
 
5
12
  ### Patch Changes
@@ -292,11 +299,4 @@
292
299
 
293
300
  ### Patch Changes
294
301
 
295
- - Updated dependencies [1da20e7]
296
- - @mastra/core@0.4.4-alpha.0
297
-
298
- ## 0.1.6
299
-
300
- ### Patch Changes
301
-
302
- ... 645 more lines hidden. See full changelog in package directory.
302
+ ... 652 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,12 @@
1
1
  # @mastra/speech-playai
2
2
 
3
+ ## 0.1.12-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [6794797]
8
+ - @mastra/core@0.6.4-alpha.1
9
+
3
10
  ## 0.1.12-alpha.0
4
11
 
5
12
  ### Patch Changes
@@ -292,11 +299,4 @@
292
299
 
293
300
  ### Patch Changes
294
301
 
295
- - Updated dependencies [1da20e7]
296
- - @mastra/core@0.4.4-alpha.0
297
-
298
- ## 0.1.5
299
-
300
- ### Patch Changes
301
-
302
- ... 648 more lines hidden. See full changelog in package directory.
302
+ ... 655 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,12 @@
1
1
  # @mastra/speech-replicate
2
2
 
3
+ ## 0.1.13-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [6794797]
8
+ - @mastra/core@0.6.4-alpha.1
9
+
3
10
  ## 0.1.13-alpha.0
4
11
 
5
12
  ### Patch Changes
@@ -292,11 +299,4 @@
292
299
 
293
300
  ### Patch Changes
294
301
 
295
- - Updated dependencies [1da20e7]
296
- - @mastra/core@0.4.4-alpha.0
297
-
298
- ## 0.1.6
299
-
300
- ### Patch Changes
301
-
302
- ... 644 more lines hidden. See full changelog in package directory.
302
+ ... 651 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,12 @@
1
1
  # @mastra/speech-speechify
2
2
 
3
+ ## 0.1.13-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [6794797]
8
+ - @mastra/core@0.6.4-alpha.1
9
+
3
10
  ## 0.1.13-alpha.0
4
11
 
5
12
  ### Patch Changes
@@ -292,11 +299,4 @@
292
299
 
293
300
  ### Patch Changes
294
301
 
295
- - Updated dependencies [1da20e7]
296
- - @mastra/core@0.4.4-alpha.0
297
-
298
- ## 0.1.6
299
-
300
- ### Patch Changes
301
-
302
- ... 651 more lines hidden. See full changelog in package directory.
302
+ ... 658 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,12 @@
1
1
  # @mastra/stabilityai
2
2
 
3
+ ## 1.1.13-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [6794797]
8
+ - @mastra/core@0.6.4-alpha.1
9
+
3
10
  ## 1.1.13-alpha.0
4
11
 
5
12
  ### Patch Changes
@@ -292,11 +299,4 @@
292
299
 
293
300
  ### Patch Changes
294
301
 
295
- - Updated dependencies [1da20e7]
296
- - @mastra/core@0.4.4-alpha.0
297
-
298
- ## 1.1.6
299
-
300
- ### Patch Changes
301
-
302
- ... 888 more lines hidden. See full changelog in package directory.
302
+ ... 895 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,12 @@
1
1
  # @mastra/turbopuffer
2
2
 
3
+ ## 0.0.5-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [6794797]
8
+ - @mastra/core@0.6.4-alpha.1
9
+
3
10
  ## 0.0.5-alpha.0
4
11
 
5
12
  ### Patch Changes
@@ -1,5 +1,16 @@
1
1
  # @mastra/upstash
2
2
 
3
+ ## 0.2.0-alpha.1
4
+
5
+ ### Minor Changes
6
+
7
+ - c0b2496: Added new operations implementations for MastraVector methods in upstash store
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [6794797]
12
+ - @mastra/core@0.6.4-alpha.1
13
+
3
14
  ## 0.1.13-alpha.0
4
15
 
5
16
  ### Patch Changes
@@ -287,16 +298,5 @@
287
298
  ### Patch Changes
288
299
 
289
300
  - Updated dependencies [1da20e7]
290
- - @mastra/core@0.4.4
291
-
292
- ## 0.1.7-alpha.0
293
-
294
- ### Patch Changes
295
-
296
- - Updated dependencies [1da20e7]
297
- - @mastra/core@0.4.4-alpha.0
298
-
299
- ## 0.1.6
300
-
301
301
 
302
- ... 541 more lines hidden. See full changelog in package directory.
302
+ ... 552 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,16 @@
1
1
  # @mastra/vectorize
2
2
 
3
+ ## 0.2.0-alpha.1
4
+
5
+ ### Minor Changes
6
+
7
+ - 1cd2e3f: Added new operation impls for MastraVector in vectorize store
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [6794797]
12
+ - @mastra/core@0.6.4-alpha.1
13
+
3
14
  ## 0.1.13-alpha.0
4
15
 
5
16
  ### Patch Changes
@@ -287,16 +298,5 @@
287
298
 
288
299
  ### Patch Changes
289
300
 
290
- - Updated dependencies [1da20e7]
291
- - @mastra/core@0.4.4
292
-
293
- ## 0.1.7-alpha.0
294
-
295
- ### Patch Changes
296
-
297
- - Updated dependencies [1da20e7]
298
- - @mastra/core@0.4.4-alpha.0
299
-
300
- ## 0.1.6
301
301
 
302
- ... 763 more lines hidden. See full changelog in package directory.
302
+ ... 774 more lines hidden. See full changelog in package directory.
@@ -0,0 +1,9 @@
1
+ # @mastra/voice-azure
2
+
3
+ ## 0.1.0-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - ec9fa6a: This package provides both Text-to-Speech (TTS) and Speech-to-Text (STT) capabilities through Azure API
8
+ - Updated dependencies [6794797]
9
+ - @mastra/core@0.6.4-alpha.1
@@ -0,0 +1,9 @@
1
+ # @mastra/voice-cloudflare
2
+
3
+ ## 0.1.1-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - a0bac3a: feat: cloudflare voice
8
+ - Updated dependencies [6794797]
9
+ - @mastra/core@0.6.4-alpha.1
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.1.8-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [6794797]
8
+ - @mastra/core@0.6.4-alpha.1
9
+
3
10
  ## 0.1.8-alpha.0
4
11
 
5
12
  ### Patch Changes
@@ -292,11 +299,4 @@
292
299
 
293
300
  ### Patch Changes
294
301
 
295
- - Updated dependencies [1da20e7]
296
- - @mastra/core@0.4.4-alpha.0
297
-
298
- ## 0.1.1
299
-
300
- ### Patch Changes
301
-
302
- ... 121 more lines hidden. See full changelog in package directory.
302
+ ... 128 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,12 @@
1
1
  # @mastra/voice-elevenlabs
2
2
 
3
+ ## 0.1.8-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [6794797]
8
+ - @mastra/core@0.6.4-alpha.1
9
+
3
10
  ## 0.1.8-alpha.0
4
11
 
5
12
  ### Patch Changes
@@ -292,11 +299,4 @@
292
299
 
293
300
  ### Patch Changes
294
301
 
295
- - Updated dependencies [1da20e7]
296
- - @mastra/core@0.4.4-alpha.0
297
-
298
- ## 0.1.1
299
-
300
- ### Patch Changes
301
-
302
- ... 126 more lines hidden. See full changelog in package directory.
302
+ ... 133 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,12 @@
1
1
  # @mastra/voice-google
2
2
 
3
+ ## 0.1.8-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [6794797]
8
+ - @mastra/core@0.6.4-alpha.1
9
+
3
10
  ## 0.1.8-alpha.0
4
11
 
5
12
  ### Patch Changes
@@ -292,11 +299,4 @@
292
299
 
293
300
  ### Patch Changes
294
301
 
295
- - Updated dependencies [1da20e7]
296
- - @mastra/core@0.4.4-alpha.0
297
-
298
- ## 0.1.1
299
-
300
- ### Patch Changes
301
-
302
- ... 129 more lines hidden. See full changelog in package directory.
302
+ ... 136 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,12 @@
1
1
  # @mastra/voice-murf
2
2
 
3
+ ## 0.1.8-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [6794797]
8
+ - @mastra/core@0.6.4-alpha.1
9
+
3
10
  ## 0.1.8-alpha.0
4
11
 
5
12
  ### Patch Changes
@@ -292,11 +299,4 @@
292
299
 
293
300
  ### Patch Changes
294
301
 
295
- - Updated dependencies [1da20e7]
296
- - @mastra/core@0.4.4-alpha.0
297
-
298
- ## 0.1.1
299
-
300
- ### Patch Changes
301
-
302
- ... 138 more lines hidden. See full changelog in package directory.
302
+ ... 145 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,12 @@
1
1
  # @mastra/voice-openai-realtime
2
2
 
3
+ ## 0.0.4-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [6794797]
8
+ - @mastra/core@0.6.4-alpha.1
9
+
3
10
  ## 0.0.4-alpha.0
4
11
 
5
12
  ### Patch Changes
@@ -1,5 +1,12 @@
1
1
  # @mastra/voice-openai
2
2
 
3
+ ## 0.1.9-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [6794797]
8
+ - @mastra/core@0.6.4-alpha.1
9
+
3
10
  ## 0.1.9-alpha.0
4
11
 
5
12
  ### Patch Changes
@@ -292,11 +299,4 @@
292
299
 
293
300
  ### Patch Changes
294
301
 
295
- - Updated dependencies [1da20e7]
296
- - @mastra/core@0.4.4-alpha.0
297
-
298
- ## 0.1.2
299
-
300
- ### Patch Changes
301
-
302
- ... 122 more lines hidden. See full changelog in package directory.
302
+ ... 129 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,12 @@
1
1
  # @mastra/voice-playai
2
2
 
3
+ ## 0.1.8-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [6794797]
8
+ - @mastra/core@0.6.4-alpha.1
9
+
3
10
  ## 0.1.8-alpha.0
4
11
 
5
12
  ### Patch Changes
@@ -292,11 +299,4 @@
292
299
 
293
300
  ### Patch Changes
294
301
 
295
- - Updated dependencies [1da20e7]
296
- - @mastra/core@0.4.4-alpha.0
297
-
298
- ## 0.1.1
299
-
300
- ### Patch Changes
301
-
302
- ... 135 more lines hidden. See full changelog in package directory.
302
+ ... 142 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,13 @@
1
1
  # @mastra/voice-sarvam
2
2
 
3
+ ## 0.1.3-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - a0bac3a: chore: update savram voice package
8
+ - Updated dependencies [6794797]
9
+ - @mastra/core@0.6.4-alpha.1
10
+
3
11
  ## 0.1.3-alpha.0
4
12
 
5
13
  ### Patch Changes
@@ -1,5 +1,12 @@
1
1
  # @mastra/voice-speechify
2
2
 
3
+ ## 0.1.8-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [6794797]
8
+ - @mastra/core@0.6.4-alpha.1
9
+
3
10
  ## 0.1.8-alpha.0
4
11
 
5
12
  ### Patch Changes
@@ -292,11 +299,4 @@
292
299
 
293
300
  ### Patch Changes
294
301
 
295
- - Updated dependencies [1da20e7]
296
- - @mastra/core@0.4.4-alpha.0
297
-
298
- ## 0.1.1
299
-
300
- ### Patch Changes
301
-
302
- ... 122 more lines hidden. See full changelog in package directory.
302
+ ... 129 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,11 @@
1
1
  # create-mastra
2
2
 
3
+ ## 0.2.2-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 77e4c35: Pop a dialog showing the functional condition when a functional condition is clicked on workflow graph
8
+
3
9
  ## 0.2.2-alpha.0
4
10
 
5
11
  ### Patch Changes
@@ -292,11 +298,5 @@
292
298
 
293
299
  ## 0.1.0-alpha.40
294
300
 
295
- ### Patch Changes
296
-
297
- - de60682: Fix playground thread navigation
298
-
299
- ## 0.1.0-alpha.39
300
-
301
301
 
302
- ... 268 more lines hidden. See full changelog in package directory.
302
+ ... 274 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,23 @@
1
1
  # mastra
2
2
 
3
+ ## 0.4.3-alpha.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 6794797: Check for eval values before inserting into storage
8
+ - 77e4c35: Pop a dialog showing the functional condition when a functional condition is clicked on workflow graph
9
+ - Updated dependencies [6794797]
10
+ - Updated dependencies [709aa2c]
11
+ - Updated dependencies [85a2461]
12
+ - @mastra/core@0.6.4-alpha.1
13
+ - @mastra/deployer@0.2.4-alpha.1
14
+
15
+ ## 0.4.3-alpha.1
16
+
17
+ ### Patch Changes
18
+
19
+ - 2348e30: When running pnpm create mastra and selecting to install MCP docs server for Windsurf, the prompt placement was confusing as there was an additional confirm step during initialization later. Now the prompts all happen at the same time. Also added a check so we don't re-install global Windsurf if it's already installed
20
+
3
21
  ## 0.4.3-alpha.0
4
22
 
5
23
  ### Patch Changes
@@ -280,23 +298,5 @@
280
298
 
281
299
  ## 0.3.0-alpha.11
282
300
 
283
- ### Patch Changes
284
-
285
- - dbd9f2d: Handle different condition types on workflow graph
286
- - 8deb34c: Better workflow watch api + watch workflow by runId
287
- - 36d970e: Make tools discovery work in mastra dev
288
- - fd4a1d7: Update cjs bundling to make sure files are split
289
- - Updated dependencies [7a7a547]
290
- - Updated dependencies [c93798b]
291
- - Updated dependencies [dbd9f2d]
292
- - Updated dependencies [8deb34c]
293
- - Updated dependencies [5d41958]
294
- - Updated dependencies [a171b37]
295
- - Updated dependencies [fd4a1d7]
296
- - @mastra/deployer@0.1.8-alpha.11
297
- - @mastra/core@0.5.0-alpha.11
298
-
299
- ## 0.3.0-alpha.10
300
-
301
301
 
302
- ... 2074 more lines hidden. See full changelog in package directory.
302
+ ... 2092 more lines hidden. See full changelog in package directory.