@mastra/mcp-docs-server 0.0.11-alpha.5 → 0.0.11-alpha.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.
Files changed (72) hide show
  1. package/.docs/organized/changelogs/%40internal%2Fstorage-test-utils.md +14 -0
  2. package/.docs/organized/changelogs/%40mastra%2Fastra.md +16 -16
  3. package/.docs/organized/changelogs/%40mastra%2Fchroma.md +16 -16
  4. package/.docs/organized/changelogs/%40mastra%2Fclickhouse.md +15 -15
  5. package/.docs/organized/changelogs/%40mastra%2Fclient-js.md +15 -15
  6. package/.docs/organized/changelogs/%40mastra%2Fcloud.md +14 -0
  7. package/.docs/organized/changelogs/%40mastra%2Fcloudflare-d1.md +20 -0
  8. package/.docs/organized/changelogs/%40mastra%2Fcloudflare.md +21 -8
  9. package/.docs/organized/changelogs/%40mastra%2Fcore.md +13 -13
  10. package/.docs/organized/changelogs/%40mastra%2Fdeployer-cloudflare.md +17 -17
  11. package/.docs/organized/changelogs/%40mastra%2Fdeployer-netlify.md +17 -17
  12. package/.docs/organized/changelogs/%40mastra%2Fdeployer-vercel.md +17 -17
  13. package/.docs/organized/changelogs/%40mastra%2Fdeployer.md +18 -18
  14. package/.docs/organized/changelogs/%40mastra%2Fevals.md +15 -15
  15. package/.docs/organized/changelogs/%40mastra%2Ffirecrawl.md +18 -18
  16. package/.docs/organized/changelogs/%40mastra%2Fgithub.md +15 -15
  17. package/.docs/organized/changelogs/%40mastra%2Flibsql.md +15 -0
  18. package/.docs/organized/changelogs/%40mastra%2Floggers.md +15 -15
  19. package/.docs/organized/changelogs/%40mastra%2Fmcp-docs-server.md +17 -17
  20. package/.docs/organized/changelogs/%40mastra%2Fmcp-registry-registry.md +14 -0
  21. package/.docs/organized/changelogs/%40mastra%2Fmcp.md +15 -15
  22. package/.docs/organized/changelogs/%40mastra%2Fmem0.md +15 -15
  23. package/.docs/organized/changelogs/%40mastra%2Fmemory.md +15 -15
  24. package/.docs/organized/changelogs/%40mastra%2Fmongodb.md +15 -0
  25. package/.docs/organized/changelogs/%40mastra%2Fpg.md +18 -18
  26. package/.docs/organized/changelogs/%40mastra%2Fpinecone.md +16 -16
  27. package/.docs/organized/changelogs/%40mastra%2Fplayground-ui.md +17 -17
  28. package/.docs/organized/changelogs/%40mastra%2Fqdrant.md +16 -16
  29. package/.docs/organized/changelogs/%40mastra%2Frag.md +16 -16
  30. package/.docs/organized/changelogs/%40mastra%2Fragie.md +15 -15
  31. package/.docs/organized/changelogs/%40mastra%2Fserver.md +16 -16
  32. package/.docs/organized/changelogs/%40mastra%2Fspeech-azure.md +15 -15
  33. package/.docs/organized/changelogs/%40mastra%2Fspeech-deepgram.md +15 -15
  34. package/.docs/organized/changelogs/%40mastra%2Fspeech-elevenlabs.md +15 -15
  35. package/.docs/organized/changelogs/%40mastra%2Fspeech-google.md +15 -15
  36. package/.docs/organized/changelogs/%40mastra%2Fspeech-ibm.md +15 -15
  37. package/.docs/organized/changelogs/%40mastra%2Fspeech-murf.md +15 -15
  38. package/.docs/organized/changelogs/%40mastra%2Fspeech-openai.md +15 -15
  39. package/.docs/organized/changelogs/%40mastra%2Fspeech-playai.md +15 -15
  40. package/.docs/organized/changelogs/%40mastra%2Fspeech-replicate.md +15 -15
  41. package/.docs/organized/changelogs/%40mastra%2Fspeech-speechify.md +15 -15
  42. package/.docs/organized/changelogs/%40mastra%2Fturbopuffer.md +15 -15
  43. package/.docs/organized/changelogs/%40mastra%2Fupstash.md +16 -16
  44. package/.docs/organized/changelogs/%40mastra%2Fvectorize.md +16 -16
  45. package/.docs/organized/changelogs/%40mastra%2Fvoice-azure.md +15 -15
  46. package/.docs/organized/changelogs/%40mastra%2Fvoice-cloudflare.md +15 -15
  47. package/.docs/organized/changelogs/%40mastra%2Fvoice-deepgram.md +15 -15
  48. package/.docs/organized/changelogs/%40mastra%2Fvoice-elevenlabs.md +15 -15
  49. package/.docs/organized/changelogs/%40mastra%2Fvoice-google.md +15 -15
  50. package/.docs/organized/changelogs/%40mastra%2Fvoice-murf.md +15 -15
  51. package/.docs/organized/changelogs/%40mastra%2Fvoice-openai-realtime.md +15 -15
  52. package/.docs/organized/changelogs/%40mastra%2Fvoice-openai.md +15 -15
  53. package/.docs/organized/changelogs/%40mastra%2Fvoice-playai.md +15 -15
  54. package/.docs/organized/changelogs/%40mastra%2Fvoice-sarvam.md +15 -15
  55. package/.docs/organized/changelogs/%40mastra%2Fvoice-speechify.md +15 -15
  56. package/.docs/organized/changelogs/create-mastra.md +7 -7
  57. package/.docs/organized/changelogs/mastra.md +23 -23
  58. package/.docs/organized/code-examples/agent.md +29 -2
  59. package/.docs/raw/deployment/server.mdx +8 -0
  60. package/.docs/raw/rag/retrieval.mdx +9 -9
  61. package/.docs/raw/reference/agents/agent.mdx +256 -0
  62. package/.docs/raw/reference/agents/getInstructions.mdx +96 -0
  63. package/.docs/raw/reference/agents/getMemory.mdx +137 -0
  64. package/.docs/raw/reference/agents/getModel.mdx +101 -0
  65. package/.docs/raw/reference/agents/getTools.mdx +148 -0
  66. package/.docs/raw/reference/agents/getVoice.mdx +107 -0
  67. package/.docs/raw/workflows-vnext/flow-control.mdx +224 -0
  68. package/.docs/raw/workflows-vnext/input-data-mapping.mdx +234 -0
  69. package/.docs/raw/workflows-vnext/overview.mdx +318 -0
  70. package/.docs/raw/workflows-vnext/suspend-and-resume.mdx +108 -0
  71. package/.docs/raw/workflows-vnext/using-with-agents-and-tools.mdx +129 -0
  72. package/package.json +3 -3
@@ -1,5 +1,19 @@
1
1
  # @internal/lint
2
2
 
3
+ ## 0.0.1-alpha.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [c23a81c]
8
+ - @mastra/core@0.9.1-alpha.6
9
+
10
+ ## 0.0.1-alpha.4
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [3e7b69d]
15
+ - @mastra/core@0.9.1-alpha.5
16
+
3
17
  ## 0.0.1-alpha.3
4
18
 
5
19
  ### Patch Changes
@@ -1,5 +1,20 @@
1
1
  # @mastra/astra
2
2
 
3
+ ## 0.2.12-alpha.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [c23a81c]
8
+ - @mastra/core@0.9.1-alpha.6
9
+
10
+ ## 0.2.12-alpha.5
11
+
12
+ ### Patch Changes
13
+
14
+ - 5f826d9: Moved vector store specific prompts from @mastra/rag to be exported from the store that the prompt belongs to, ie @mastra/pg
15
+ - Updated dependencies [3e7b69d]
16
+ - @mastra/core@0.9.1-alpha.5
17
+
3
18
  ## 0.2.12-alpha.4
4
19
 
5
20
  ### Patch Changes
@@ -283,20 +298,5 @@
283
298
  - Updated dependencies [a3f0e90]
284
299
  - @mastra/core@0.8.0-alpha.6
285
300
 
286
- ## 0.2.7-alpha.5
287
-
288
- ### Patch Changes
289
-
290
- - Updated dependencies [93875ed]
291
- - @mastra/core@0.8.0-alpha.5
292
-
293
- ## 0.2.7-alpha.4
294
-
295
- ### Patch Changes
296
-
297
- - Updated dependencies [d7e08e8]
298
- - @mastra/core@0.8.0-alpha.4
299
-
300
- ## 0.2.7-alpha.3
301
301
 
302
- ... 1189 more lines hidden. See full changelog in package directory.
302
+ ... 1204 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,20 @@
1
1
  # @mastra/chroma
2
2
 
3
+ ## 0.2.12-alpha.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [c23a81c]
8
+ - @mastra/core@0.9.1-alpha.6
9
+
10
+ ## 0.2.12-alpha.5
11
+
12
+ ### Patch Changes
13
+
14
+ - 5f826d9: Moved vector store specific prompts from @mastra/rag to be exported from the store that the prompt belongs to, ie @mastra/pg
15
+ - Updated dependencies [3e7b69d]
16
+ - @mastra/core@0.9.1-alpha.5
17
+
3
18
  ## 0.2.12-alpha.4
4
19
 
5
20
  ### Patch Changes
@@ -284,19 +299,4 @@
284
299
  - Updated dependencies [a3f0e90]
285
300
  - @mastra/core@0.8.0-alpha.6
286
301
 
287
- ## 0.2.7-alpha.5
288
-
289
- ### Patch Changes
290
-
291
- - Updated dependencies [93875ed]
292
- - @mastra/core@0.8.0-alpha.5
293
-
294
- ## 0.2.7-alpha.4
295
-
296
- ### Patch Changes
297
-
298
- - Updated dependencies [d7e08e8]
299
- - @mastra/core@0.8.0-alpha.4
300
-
301
-
302
- ... 1188 more lines hidden. See full changelog in package directory.
302
+ ... 1203 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,19 @@
1
1
  # @mastra/clickhouse
2
2
 
3
+ ## 0.3.1-alpha.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [c23a81c]
8
+ - @mastra/core@0.9.1-alpha.6
9
+
10
+ ## 0.3.1-alpha.5
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [3e7b69d]
15
+ - @mastra/core@0.9.1-alpha.5
16
+
3
17
  ## 0.3.1-alpha.4
4
18
 
5
19
  ### Patch Changes
@@ -284,19 +298,5 @@
284
298
 
285
299
  ## 0.2.7-alpha.6
286
300
 
287
- ### Patch Changes
288
-
289
- - Updated dependencies [febc8a6]
290
- - @mastra/core@0.8.0-alpha.7
291
-
292
- ## 0.2.7-alpha.5
293
-
294
- ### Patch Changes
295
-
296
- - Updated dependencies [a3f0e90]
297
- - @mastra/core@0.8.0-alpha.6
298
-
299
- ## 0.2.7-alpha.4
300
-
301
301
 
302
- ... 39 more lines hidden. See full changelog in package directory.
302
+ ... 53 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,19 @@
1
1
  # @mastra/client-js
2
2
 
3
+ ## 0.1.19-alpha.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [c23a81c]
8
+ - @mastra/core@0.9.1-alpha.6
9
+
10
+ ## 0.1.19-alpha.5
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [3e7b69d]
15
+ - @mastra/core@0.9.1-alpha.5
16
+
3
17
  ## 0.1.19-alpha.4
4
18
 
5
19
  ### Patch Changes
@@ -284,19 +298,5 @@
284
298
 
285
299
  ## 0.1.14-alpha.7
286
300
 
287
- ### Patch Changes
288
-
289
- - Updated dependencies [febc8a6]
290
- - @mastra/core@0.8.0-alpha.7
291
-
292
- ## 0.1.14-alpha.6
293
-
294
- ### Patch Changes
295
-
296
- - 5646a01: Fix parsing chunk in client-js workflow watch method sometimes failing, disrupting the stream process
297
- - Updated dependencies [a3f0e90]
298
- - @mastra/core@0.8.0-alpha.6
299
-
300
- ## 0.1.14-alpha.5
301
301
 
302
- ... 611 more lines hidden. See full changelog in package directory.
302
+ ... 625 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,19 @@
1
1
  # @mastra/cloud
2
2
 
3
+ ## 0.0.0-alpha.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [c23a81c]
8
+ - @mastra/core@0.9.1-alpha.6
9
+
10
+ ## 0.0.0-alpha.5
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [3e7b69d]
15
+ - @mastra/core@0.9.1-alpha.5
16
+
3
17
  ## 0.0.0-alpha.4
4
18
 
5
19
  ### Patch Changes
@@ -1,5 +1,25 @@
1
1
  # @mastra/cloudflare-d1
2
2
 
3
+ ## 0.1.6-alpha.7
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [c23a81c]
8
+ - @mastra/core@0.9.1-alpha.6
9
+
10
+ ## 0.1.6-alpha.6
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [3e7b69d]
15
+ - @mastra/core@0.9.1-alpha.5
16
+
17
+ ## 0.1.6-alpha.5
18
+
19
+ ### Patch Changes
20
+
21
+ - c8641ce: [MASTRA-3276] Cloudflare KV and D1 Workflow Runs
22
+
3
23
  ## 0.1.6-alpha.4
4
24
 
5
25
  ### Patch Changes
@@ -1,5 +1,25 @@
1
1
  # @mastra/cloudflare
2
2
 
3
+ ## 0.1.1-alpha.7
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [c23a81c]
8
+ - @mastra/core@0.9.1-alpha.6
9
+
10
+ ## 0.1.1-alpha.6
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [3e7b69d]
15
+ - @mastra/core@0.9.1-alpha.5
16
+
17
+ ## 0.1.1-alpha.5
18
+
19
+ ### Patch Changes
20
+
21
+ - c8641ce: [MASTRA-3276] Cloudflare KV and D1 Workflow Runs
22
+
3
23
  ## 0.1.1-alpha.4
4
24
 
5
25
  ### Patch Changes
@@ -278,12 +298,5 @@
278
298
  - Updated dependencies [619c39d]
279
299
  - Updated dependencies [cafae83]
280
300
  - Updated dependencies [8076ecf]
281
- - Updated dependencies [8df4a77]
282
- - Updated dependencies [304397c]
283
- - @mastra/core@0.8.0
284
301
 
285
- ## 0.0.1-alpha.2
286
-
287
- ### Patch Changes
288
-
289
- - 3a37527: Added Cloudflare KV storage
302
+ ... 10 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,17 @@
1
1
  # @mastra/core
2
2
 
3
+ ## 0.9.1-alpha.6
4
+
5
+ ### Patch Changes
6
+
7
+ - c23a81c: added deprecation warnings for pg and individual args
8
+
9
+ ## 0.9.1-alpha.5
10
+
11
+ ### Patch Changes
12
+
13
+ - 3e7b69d: Dynamic agent props
14
+
3
15
  ## 0.9.1-alpha.4
4
16
 
5
17
  ### Patch Changes
@@ -286,17 +298,5 @@
286
298
  - 88fa727: Added getWorkflowRuns for libsql, pg, clickhouse and upstash as well as added route getWorkflowRunsHandler
287
299
  - f37f535: Added variables to while and until loops
288
300
  - 4d67826: Fix eval writes, remove id column
289
- - 6330967: Enable route timeout using server options
290
- - 8393832: Handle nested workflow view on workflow graph
291
- - 6330967: Add support for configuration of server port using Mastra instance
292
-
293
- ## 0.8.0-alpha.2
294
-
295
- ### Patch Changes
296
-
297
- - 56c31b7: Batch insert messages for libsql adapter
298
- - dbbbf80: Added clickhouse storage
299
- - 99d43b9: Updated evaluate to include agent output
300
-
301
301
 
302
- ... 1304 more lines hidden. See full changelog in package directory.
302
+ ... 1316 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,21 @@
1
1
  # @mastra/deployer-cloudflare
2
2
 
3
+ ## 0.1.20-alpha.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [c23a81c]
8
+ - @mastra/core@0.9.1-alpha.6
9
+ - @mastra/deployer@0.3.1-alpha.6
10
+
11
+ ## 0.1.20-alpha.5
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [3e7b69d]
16
+ - @mastra/core@0.9.1-alpha.5
17
+ - @mastra/deployer@0.3.1-alpha.5
18
+
3
19
  ## 0.1.20-alpha.4
4
20
 
5
21
  ### Patch Changes
@@ -282,21 +298,5 @@
282
298
 
283
299
  ## 0.1.17-alpha.0
284
300
 
285
- ### Patch Changes
286
-
287
- - Updated dependencies [a06aadc]
288
- - Updated dependencies [ae6c5ce]
289
- - @mastra/core@0.8.2-alpha.0
290
- - @mastra/deployer@0.2.8-alpha.0
291
-
292
- ## 0.1.16
293
-
294
- ### Patch Changes
295
-
296
- - Updated dependencies [99e2998]
297
- - Updated dependencies [8fdb414]
298
- - @mastra/core@0.8.1
299
- - @mastra/deployer@0.2.7
300
-
301
301
 
302
- ... 1664 more lines hidden. See full changelog in package directory.
302
+ ... 1680 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,21 @@
1
1
  # @mastra/deployer-netlify
2
2
 
3
+ ## 0.1.20-alpha.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [c23a81c]
8
+ - @mastra/core@0.9.1-alpha.6
9
+ - @mastra/deployer@0.3.1-alpha.6
10
+
11
+ ## 0.1.20-alpha.5
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [3e7b69d]
16
+ - @mastra/core@0.9.1-alpha.5
17
+ - @mastra/deployer@0.3.1-alpha.5
18
+
3
19
  ## 0.1.20-alpha.4
4
20
 
5
21
  ### Patch Changes
@@ -283,20 +299,4 @@
283
299
 
284
300
  ## 0.1.17-alpha.0
285
301
 
286
- ### Patch Changes
287
-
288
- - Updated dependencies [a06aadc]
289
- - Updated dependencies [ae6c5ce]
290
- - @mastra/core@0.8.2-alpha.0
291
- - @mastra/deployer@0.2.8-alpha.0
292
-
293
- ## 0.1.16
294
-
295
- ### Patch Changes
296
-
297
- - Updated dependencies [99e2998]
298
- - Updated dependencies [8fdb414]
299
- - @mastra/core@0.8.1
300
- - @mastra/deployer@0.2.7
301
-
302
- ... 1635 more lines hidden. See full changelog in package directory.
302
+ ... 1651 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,21 @@
1
1
  # @mastra/deployer-vercel
2
2
 
3
+ ## 0.1.20-alpha.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [c23a81c]
8
+ - @mastra/core@0.9.1-alpha.6
9
+ - @mastra/deployer@0.3.1-alpha.6
10
+
11
+ ## 0.1.20-alpha.5
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [3e7b69d]
16
+ - @mastra/core@0.9.1-alpha.5
17
+ - @mastra/deployer@0.3.1-alpha.5
18
+
3
19
  ## 0.1.20-alpha.4
4
20
 
5
21
  ### Patch Changes
@@ -282,21 +298,5 @@
282
298
 
283
299
  ## 0.1.17-alpha.0
284
300
 
285
- ### Patch Changes
286
-
287
- - Updated dependencies [a06aadc]
288
- - Updated dependencies [ae6c5ce]
289
- - @mastra/core@0.8.2-alpha.0
290
- - @mastra/deployer@0.2.8-alpha.0
291
-
292
- ## 0.1.16
293
-
294
- ### Patch Changes
295
-
296
- - Updated dependencies [99e2998]
297
- - Updated dependencies [8fdb414]
298
- - @mastra/core@0.8.1
299
- - @mastra/deployer@0.2.7
300
-
301
301
 
302
- ... 1634 more lines hidden. See full changelog in package directory.
302
+ ... 1650 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,22 @@
1
1
  # @mastra/deployer
2
2
 
3
+ ## 0.3.1-alpha.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [c23a81c]
8
+ - @mastra/core@0.9.1-alpha.6
9
+ - @mastra/server@2.0.1-alpha.6
10
+
11
+ ## 0.3.1-alpha.5
12
+
13
+ ### Patch Changes
14
+
15
+ - 3e7b69d: Dynamic agent props
16
+ - Updated dependencies [3e7b69d]
17
+ - @mastra/core@0.9.1-alpha.5
18
+ - @mastra/server@2.0.1-alpha.5
19
+
3
20
  ## 0.3.1-alpha.4
4
21
 
5
22
  ### Patch Changes
@@ -281,22 +298,5 @@
281
298
 
282
299
  ### Patch Changes
283
300
 
284
- - Updated dependencies [359b089]
285
- - @mastra/core@0.8.3-alpha.0
286
- - @mastra/server@1.0.3-alpha.0
287
-
288
- ## 0.2.8
289
-
290
- ### Patch Changes
291
-
292
- - ae6c5ce: Fix await loop inside mastra entrypoint
293
- - 94cd5c1: Fix yarn workspace isolation
294
- - Updated dependencies [a06aadc]
295
- - @mastra/core@0.8.2
296
- - @mastra/server@1.0.2
297
-
298
- ## 0.2.8-alpha.1
299
-
300
- ### Patch Changes
301
301
 
302
- ... 1593 more lines hidden. See full changelog in package directory.
302
+ ... 1610 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,19 @@
1
1
  # @mastra/evals
2
2
 
3
+ ## 0.1.20-alpha.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [c23a81c]
8
+ - @mastra/core@0.9.1-alpha.6
9
+
10
+ ## 0.1.20-alpha.5
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [3e7b69d]
15
+ - @mastra/core@0.9.1-alpha.5
16
+
3
17
  ## 0.1.20-alpha.4
4
18
 
5
19
  ### Patch Changes
@@ -285,18 +299,4 @@
285
299
 
286
300
  ### Patch Changes
287
301
 
288
- - Updated dependencies [93875ed]
289
- - @mastra/core@0.8.0-alpha.5
290
-
291
- ## 0.1.15-alpha.4
292
-
293
- ### Patch Changes
294
-
295
- - Updated dependencies [d7e08e8]
296
- - @mastra/core@0.8.0-alpha.4
297
-
298
- ## 0.1.15-alpha.3
299
-
300
- ### Patch Changes
301
-
302
- ... 1238 more lines hidden. See full changelog in package directory.
302
+ ... 1252 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,22 @@
1
1
  # @mastra/firecrawl
2
2
 
3
+ ## 1.1.20-alpha.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [c23a81c]
8
+ - @mastra/core@0.9.1-alpha.6
9
+ - @mastra/rag@0.1.20-alpha.6
10
+
11
+ ## 1.1.20-alpha.5
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [3e7b69d]
16
+ - Updated dependencies [5f826d9]
17
+ - @mastra/core@0.9.1-alpha.5
18
+ - @mastra/rag@0.1.20-alpha.5
19
+
3
20
  ## 1.1.20-alpha.4
4
21
 
5
22
  ### Patch Changes
@@ -281,22 +298,5 @@
281
298
  - Updated dependencies [a0967a0]
282
299
  - Updated dependencies [e47f529]
283
300
  - Updated dependencies [fca3b21]
284
- - Updated dependencies [88fa727]
285
- - Updated dependencies [f37f535]
286
- - Updated dependencies [a3f0e90]
287
- - Updated dependencies [4d67826]
288
- - Updated dependencies [6330967]
289
- - Updated dependencies [8393832]
290
- - Updated dependencies [6330967]
291
- - Updated dependencies [99d43b9]
292
- - Updated dependencies [d7e08e8]
293
- - Updated dependencies [febc8a6]
294
- - Updated dependencies [7599d77]
295
- - Updated dependencies [0118361]
296
- - Updated dependencies [619c39d]
297
- - Updated dependencies [cafae83]
298
- - Updated dependencies [8076ecf]
299
- - Updated dependencies [8df4a77]
300
- - Updated dependencies [304397c]
301
301
 
302
- ... 1798 more lines hidden. See full changelog in package directory.
302
+ ... 1815 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,19 @@
1
1
  # @mastra/github
2
2
 
3
+ ## 1.1.20-alpha.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [c23a81c]
8
+ - @mastra/core@0.9.1-alpha.6
9
+
10
+ ## 1.1.20-alpha.5
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [3e7b69d]
15
+ - @mastra/core@0.9.1-alpha.5
16
+
3
17
  ## 1.1.20-alpha.4
4
18
 
5
19
  ### Patch Changes
@@ -284,19 +298,5 @@
284
298
 
285
299
  ### Patch Changes
286
300
 
287
- - Updated dependencies [93875ed]
288
- - @mastra/core@0.8.0-alpha.5
289
-
290
- ## 1.1.15-alpha.4
291
-
292
- ### Patch Changes
293
-
294
- - Updated dependencies [d7e08e8]
295
- - @mastra/core@0.8.0-alpha.4
296
-
297
- ## 1.1.15-alpha.3
298
-
299
- ### Patch Changes
300
-
301
301
 
302
- ... 1484 more lines hidden. See full changelog in package directory.
302
+ ... 1498 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,20 @@
1
1
  # @mastra/libsql
2
2
 
3
+ ## 0.0.1-alpha.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [c23a81c]
8
+ - @mastra/core@0.9.1-alpha.6
9
+
10
+ ## 0.0.1-alpha.5
11
+
12
+ ### Patch Changes
13
+
14
+ - 5f826d9: Moved vector store specific prompts from @mastra/rag to be exported from the store that the prompt belongs to, ie @mastra/pg
15
+ - Updated dependencies [3e7b69d]
16
+ - @mastra/core@0.9.1-alpha.5
17
+
3
18
  ## 0.0.1-alpha.4
4
19
 
5
20
  ### Patch Changes
@@ -1,5 +1,19 @@
1
1
  # @mastra/loggers
2
2
 
3
+ ## 0.1.20-alpha.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [c23a81c]
8
+ - @mastra/core@0.9.1-alpha.6
9
+
10
+ ## 0.1.20-alpha.5
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [3e7b69d]
15
+ - @mastra/core@0.9.1-alpha.5
16
+
3
17
  ## 0.1.20-alpha.4
4
18
 
5
19
  ### Patch Changes
@@ -284,19 +298,5 @@
284
298
 
285
299
  ### Patch Changes
286
300
 
287
- - Updated dependencies [93875ed]
288
- - @mastra/core@0.8.0-alpha.5
289
-
290
- ## 0.1.15-alpha.4
291
-
292
- ### Patch Changes
293
-
294
- - Updated dependencies [d7e08e8]
295
- - @mastra/core@0.8.0-alpha.4
296
-
297
- ## 0.1.15-alpha.3
298
-
299
- ### Patch Changes
300
-
301
301
 
302
- ... 1117 more lines hidden. See full changelog in package directory.
302
+ ... 1131 more lines hidden. See full changelog in package directory.