@mastra/mcp-docs-server 0.11.1-alpha.1 → 0.11.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.
Files changed (40) hide show
  1. package/.docs/organized/changelogs/%40mastra%2Fauth.md +1 -0
  2. package/.docs/organized/changelogs/%40mastra%2Fclickhouse.md +10 -10
  3. package/.docs/organized/changelogs/%40mastra%2Fclient-js.md +20 -20
  4. package/.docs/organized/changelogs/%40mastra%2Fcloudflare-d1.md +10 -10
  5. package/.docs/organized/changelogs/%40mastra%2Fcloudflare.md +11 -11
  6. package/.docs/organized/changelogs/%40mastra%2Fcore.md +40 -40
  7. package/.docs/organized/changelogs/%40mastra%2Fdeployer-cloudflare.md +57 -57
  8. package/.docs/organized/changelogs/%40mastra%2Fdeployer-netlify.md +57 -57
  9. package/.docs/organized/changelogs/%40mastra%2Fdeployer-vercel.md +57 -57
  10. package/.docs/organized/changelogs/%40mastra%2Fdeployer.md +62 -62
  11. package/.docs/organized/changelogs/%40mastra%2Fdynamodb.md +18 -0
  12. package/.docs/organized/changelogs/%40mastra%2Ffirecrawl.md +12 -12
  13. package/.docs/organized/changelogs/%40mastra%2Fgithub.md +7 -7
  14. package/.docs/organized/changelogs/%40mastra%2Flibsql.md +17 -17
  15. package/.docs/organized/changelogs/%40mastra%2Fmcp-docs-server.md +10 -10
  16. package/.docs/organized/changelogs/%40mastra%2Fmemory.md +10 -10
  17. package/.docs/organized/changelogs/%40mastra%2Fmongodb.md +10 -10
  18. package/.docs/organized/changelogs/%40mastra%2Fpg.md +11 -11
  19. package/.docs/organized/changelogs/%40mastra%2Fplayground-ui.md +57 -57
  20. package/.docs/organized/changelogs/%40mastra%2Frag.md +11 -11
  21. package/.docs/organized/changelogs/%40mastra%2Fserver.md +53 -53
  22. package/.docs/organized/changelogs/%40mastra%2Fupstash.md +10 -10
  23. package/.docs/organized/changelogs/create-mastra.md +32 -32
  24. package/.docs/organized/changelogs/mastra.md +73 -73
  25. package/.docs/organized/code-examples/agent.md +1 -0
  26. package/.docs/organized/code-examples/agui.md +1 -1
  27. package/.docs/organized/code-examples/experimental-auth-weather-agent.md +246 -33
  28. package/.docs/raw/frameworks/assistant-ui.mdx +310 -0
  29. package/.docs/raw/frameworks/copilotkit.mdx +71 -30
  30. package/.docs/raw/getting-started/model-providers.mdx +177 -0
  31. package/.docs/raw/observability/logging.mdx +1 -1
  32. package/.docs/raw/rag/retrieval.mdx +76 -0
  33. package/.docs/raw/reference/core/mastra-class.mdx +41 -30
  34. package/.docs/raw/reference/rag/database-config.mdx +334 -0
  35. package/.docs/raw/reference/tools/vector-query-tool.mdx +257 -2
  36. package/.docs/raw/reference/workflows/step.mdx +14 -0
  37. package/.docs/raw/workflows/inngest-workflow.mdx +16 -5
  38. package/dist/_tsup-dts-rollup.d.ts +31 -27
  39. package/dist/stdio.js +38 -272
  40. package/package.json +4 -4
@@ -0,0 +1 @@
1
+ # @mastra/auth
@@ -1,5 +1,14 @@
1
1
  # @mastra/clickhouse
2
2
 
3
+ ## 0.10.1-alpha.2
4
+
5
+ ### Patch Changes
6
+
7
+ - c5bf1ce: Add backwards compat code for new MessageList in storage
8
+ - Updated dependencies [c5bf1ce]
9
+ - Updated dependencies [12b7002]
10
+ - @mastra/core@0.10.2-alpha.4
11
+
3
12
  ## 0.10.1-alpha.1
4
13
 
5
14
  ### Patch Changes
@@ -289,14 +298,5 @@
289
298
  - Updated dependencies [479f490]
290
299
  - Updated dependencies [c23a81c]
291
300
  - Updated dependencies [2d4001d]
292
- - Updated dependencies [c71013a]
293
- - Updated dependencies [1d3b1cd]
294
- - @mastra/core@0.9.1
295
-
296
- ## 0.3.1-alpha.8
297
-
298
- ### Patch Changes
299
-
300
- - Updated dependencies [2d17c73]
301
301
 
302
- ... 360 more lines hidden. See full changelog in package directory.
302
+ ... 369 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,24 @@
1
1
  # @mastra/client-js
2
2
 
3
+ ## 0.10.2-alpha.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 37643b8: Fix tool access
8
+ - b72c768: [Bug fix] Serialize parameters in clientTools
9
+ - Updated dependencies [37643b8]
10
+ - Updated dependencies [79d5145]
11
+ - @mastra/core@0.10.2-alpha.8
12
+
13
+ ## 0.10.2-alpha.2
14
+
15
+ ### Patch Changes
16
+
17
+ - c5bf1ce: Add backwards compat code for new MessageList in storage
18
+ - Updated dependencies [c5bf1ce]
19
+ - Updated dependencies [12b7002]
20
+ - @mastra/core@0.10.2-alpha.4
21
+
3
22
  ## 0.10.2-alpha.1
4
23
 
5
24
  ### Patch Changes
@@ -280,23 +299,4 @@
280
299
 
281
300
  ## 0.1.20
282
301
 
283
- ### Patch Changes
284
-
285
- - 2cf3b8f: dependencies updates:
286
- - Updated dependency [`zod@^3.24.3` ↗︎](https://www.npmjs.com/package/zod/v/3.24.3) (from `^3.24.2`, in `dependencies`)
287
- - Updated dependency [`zod-to-json-schema@^3.24.5` ↗︎](https://www.npmjs.com/package/zod-to-json-schema/v/3.24.5) (from `^3.24.3`, in `dependencies`)
288
- - 4155f47: Add parameters to filter workflow runs
289
- Add fromDate and toDate to telemetry parameters
290
- - 254f5c3: Audit, cleanup MastraClient
291
- - 0097d50: Add serializedStepGraph to vNext workflow
292
- Return serializedStepGraph from vNext workflow
293
- Use serializedStepGraph in vNext workflow graph
294
- - 2429c74: Add get workflow runs api to client-js
295
- - 2e4f8e9: Agui client integration
296
- - Updated dependencies [6052aa6]
297
- - Updated dependencies [967b41c]
298
- - Updated dependencies [3d2fb5c]
299
- - Updated dependencies [26738f4]
300
- - Updated dependencies [4155f47]
301
-
302
- ... 1045 more lines hidden. See full changelog in package directory.
302
+ ... 1064 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,14 @@
1
1
  # @mastra/cloudflare-d1
2
2
 
3
+ ## 0.10.1-alpha.2
4
+
5
+ ### Patch Changes
6
+
7
+ - c5bf1ce: Add backwards compat code for new MessageList in storage
8
+ - Updated dependencies [c5bf1ce]
9
+ - Updated dependencies [12b7002]
10
+ - @mastra/core@0.10.2-alpha.4
11
+
3
12
  ## 0.10.1-alpha.1
4
13
 
5
14
  ### Patch Changes
@@ -289,14 +298,5 @@
289
298
  - Updated dependencies [479f490]
290
299
  - Updated dependencies [c23a81c]
291
300
  - Updated dependencies [2d4001d]
292
- - Updated dependencies [c71013a]
293
- - Updated dependencies [1d3b1cd]
294
- - @mastra/core@0.9.1
295
-
296
- ## 0.1.6-alpha.9
297
-
298
- ### Patch Changes
299
-
300
- - Updated dependencies [2d17c73]
301
301
 
302
- ... 126 more lines hidden. See full changelog in package directory.
302
+ ... 135 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,15 @@
1
1
  # @mastra/cloudflare
2
2
 
3
+ ## 0.10.2-alpha.3
4
+
5
+ ### Patch Changes
6
+
7
+ - c5bf1ce: Add backwards compat code for new MessageList in storage
8
+ - 12b7002: Add serializedStepGraph to workflow run snapshot in storage
9
+ - Updated dependencies [c5bf1ce]
10
+ - Updated dependencies [12b7002]
11
+ - @mastra/core@0.10.2-alpha.4
12
+
3
13
  ## 0.10.2-alpha.2
4
14
 
5
15
  ### Patch Changes
@@ -289,14 +299,4 @@
289
299
  - Updated dependencies [26738f4]
290
300
  - @mastra/core@0.9.2-alpha.2
291
301
 
292
- ## 0.1.2-alpha.1
293
-
294
- ### Patch Changes
295
-
296
- - Updated dependencies [b804723]
297
- - @mastra/core@0.9.2-alpha.1
298
-
299
- ## 0.1.2-alpha.0
300
-
301
-
302
- ... 355 more lines hidden. See full changelog in package directory.
302
+ ... 365 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,44 @@
1
1
  # @mastra/core
2
2
 
3
+ ## 0.10.2-alpha.8
4
+
5
+ ### Patch Changes
6
+
7
+ - 37643b8: Fix tool access
8
+ - 79d5145: Fixes passing telemetry configuration when Agent.stream is used with experimental_output
9
+
10
+ ## 0.10.2-alpha.7
11
+
12
+ ## 0.10.2-alpha.6
13
+
14
+ ### Patch Changes
15
+
16
+ - 99fd6cf: Fix workflow stream chunk type
17
+ - 8dc94d8: Enhance workflow DI runtimeContext get method type safety
18
+
19
+ ## 0.10.2-alpha.5
20
+
21
+ ### Patch Changes
22
+
23
+ - 1b5fc55: Fixed an issue where the playground wouldn't display images saved in memory. Fixed memory to always store images as strings. Removed duplicate storage of reasoning and file/image parts in storage dbs
24
+ - add596e: Mastra protected auth
25
+ - ecebbeb: Mastra core auth abstract definition
26
+
27
+ ## 0.10.2-alpha.4
28
+
29
+ ### Patch Changes
30
+
31
+ - c5bf1ce: Add backwards compat code for new MessageList in storage
32
+ - 12b7002: Add serializedStepGraph to workflow run snapshot in storage
33
+
34
+ ## 0.10.2-alpha.3
35
+
36
+ ### Patch Changes
37
+
38
+ - ab5adbe: Add support for runtimeContext to generateTitle
39
+ - 195c428: Add runId to step execute fn
40
+ - f73e11b: fix telemetry disabled not working on playground
41
+
3
42
  ## 0.10.2-alpha.2
4
43
 
5
44
  ### Patch Changes
@@ -259,44 +298,5 @@
259
298
  - 3d2fb5c: Fix commonjs import for vnext workflows
260
299
  - 7eeb2bc: Add Memory default storage breaking change warning
261
300
  - 8607972: Introduce Mastra lint cli command
262
- - 7eeb2bc: Added explicit storage to memory in create-mastra so new projects don't see breaking change warnings
263
- - fba031f: Show traces for vNext workflow
264
-
265
- ## 0.9.2-alpha.4
266
-
267
- ### Patch Changes
268
-
269
- - ccef9f9: Fixed a type error when converting tools
270
- - 51e6923: fix ts errors on default proxy storage
271
-
272
- ## 0.9.2-alpha.3
273
-
274
- ### Patch Changes
275
-
276
- - 967b41c: fix: removes new agent getter methods from telemetry
277
- - 4155f47: Add parameters to filter workflow runs
278
- Add fromDate and toDate to telemetry parameters
279
- - 17826a9: Added a breaking change warning about deprecated working memory "use: 'text-stream'" which is being fully replaced by "use: 'tool-call'"
280
-
281
- ## 0.9.2-alpha.2
282
-
283
- ### Patch Changes
284
-
285
- - 26738f4: Switched from a custom MCP tools schema deserializer to json-schema-to-zod - fixes an issue where MCP tool schemas didn't deserialize properly in Mastra playground. Also added support for testing tools with no input arguments in playground
286
-
287
- ## 0.9.2-alpha.1
288
-
289
- ### Patch Changes
290
-
291
- - b804723: Fix #3831: keep conversations in tact by keeping empty assistant messages
292
-
293
- ## 0.9.2-alpha.0
294
-
295
- ### Patch Changes
296
-
297
- - 0097d50: Add serializedStepGraph to vNext workflow
298
- Return serializedStepGraph from vNext workflow
299
- Use serializedStepGraph in vNext workflow graph
300
-
301
301
 
302
- ... 1654 more lines hidden. See full changelog in package directory.
302
+ ... 1693 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,61 @@
1
1
  # @mastra/deployer-cloudflare
2
2
 
3
+ ## 0.10.2-alpha.8
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [37643b8]
8
+ - Updated dependencies [79d5145]
9
+ - @mastra/core@0.10.2-alpha.8
10
+ - @mastra/deployer@0.10.2-alpha.8
11
+
12
+ ## 0.10.2-alpha.7
13
+
14
+ ### Patch Changes
15
+
16
+ - @mastra/deployer@0.10.2-alpha.7
17
+ - @mastra/core@0.10.2-alpha.7
18
+
19
+ ## 0.10.2-alpha.6
20
+
21
+ ### Patch Changes
22
+
23
+ - Updated dependencies [99fd6cf]
24
+ - Updated dependencies [1fcc048]
25
+ - Updated dependencies [8dc94d8]
26
+ - @mastra/core@0.10.2-alpha.6
27
+ - @mastra/deployer@0.10.2-alpha.6
28
+
29
+ ## 0.10.2-alpha.5
30
+
31
+ ### Patch Changes
32
+
33
+ - Updated dependencies [1b5fc55]
34
+ - Updated dependencies [add596e]
35
+ - Updated dependencies [ecebbeb]
36
+ - @mastra/core@0.10.2-alpha.5
37
+ - @mastra/deployer@0.10.2-alpha.5
38
+
39
+ ## 0.10.2-alpha.4
40
+
41
+ ### Patch Changes
42
+
43
+ - Updated dependencies [c5bf1ce]
44
+ - Updated dependencies [12b7002]
45
+ - @mastra/core@0.10.2-alpha.4
46
+ - @mastra/deployer@0.10.2-alpha.4
47
+
48
+ ## 0.10.2-alpha.3
49
+
50
+ ### Patch Changes
51
+
52
+ - Updated dependencies [ab5adbe]
53
+ - Updated dependencies [195c428]
54
+ - Updated dependencies [f73e11b]
55
+ - Updated dependencies [f946acf]
56
+ - @mastra/core@0.10.2-alpha.3
57
+ - @mastra/deployer@0.10.2-alpha.3
58
+
3
59
  ## 0.10.2-alpha.2
4
60
 
5
61
  ### Patch Changes
@@ -242,61 +298,5 @@
242
298
 
243
299
  ## 0.1.22
244
300
 
245
- ### Patch Changes
246
-
247
- - Updated dependencies [e450778]
248
- - Updated dependencies [8902157]
249
- - Updated dependencies [ca0dc88]
250
- - Updated dependencies [526c570]
251
- - Updated dependencies [d7a6a33]
252
- - Updated dependencies [9cd1a46]
253
- - Updated dependencies [b5d2de0]
254
- - Updated dependencies [644f8ad]
255
- - Updated dependencies [70dbf51]
256
- - @mastra/core@0.9.3
257
- - @mastra/deployer@0.3.3
258
-
259
- ## 0.1.22-alpha.1
260
-
261
- ### Patch Changes
262
-
263
- - Updated dependencies [e450778]
264
- - Updated dependencies [8902157]
265
- - Updated dependencies [ca0dc88]
266
- - Updated dependencies [9cd1a46]
267
- - Updated dependencies [70dbf51]
268
- - @mastra/core@0.9.3-alpha.1
269
- - @mastra/deployer@0.3.3-alpha.1
270
-
271
- ## 0.1.22-alpha.0
272
-
273
- ### Patch Changes
274
-
275
- - Updated dependencies [526c570]
276
- - Updated dependencies [b5d2de0]
277
- - Updated dependencies [644f8ad]
278
- - @mastra/core@0.9.3-alpha.0
279
- - @mastra/deployer@0.3.3-alpha.0
280
-
281
- ## 0.1.21
282
-
283
- ### Patch Changes
284
301
 
285
- - 2cf3b8f: dependencies updates:
286
- - Updated dependency [`zod@^3.24.3` ↗︎](https://www.npmjs.com/package/zod/v/3.24.3) (from `^3.24.2`, in `dependencies`)
287
- - 8607972: Introduce Mastra lint cli command
288
- - Updated dependencies [2cf3b8f]
289
- - Updated dependencies [6052aa6]
290
- - Updated dependencies [967b41c]
291
- - Updated dependencies [3d2fb5c]
292
- - Updated dependencies [26738f4]
293
- - Updated dependencies [4155f47]
294
- - Updated dependencies [254f5c3]
295
- - Updated dependencies [7eeb2bc]
296
- - Updated dependencies [b804723]
297
- - Updated dependencies [8607972]
298
- - Updated dependencies [a798090]
299
- - Updated dependencies [ccef9f9]
300
- - Updated dependencies [0097d50]
301
-
302
- ... 2105 more lines hidden. See full changelog in package directory.
302
+ ... 2161 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,61 @@
1
1
  # @mastra/deployer-netlify
2
2
 
3
+ ## 0.10.2-alpha.8
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [37643b8]
8
+ - Updated dependencies [79d5145]
9
+ - @mastra/core@0.10.2-alpha.8
10
+ - @mastra/deployer@0.10.2-alpha.8
11
+
12
+ ## 0.10.2-alpha.7
13
+
14
+ ### Patch Changes
15
+
16
+ - @mastra/deployer@0.10.2-alpha.7
17
+ - @mastra/core@0.10.2-alpha.7
18
+
19
+ ## 0.10.2-alpha.6
20
+
21
+ ### Patch Changes
22
+
23
+ - Updated dependencies [99fd6cf]
24
+ - Updated dependencies [1fcc048]
25
+ - Updated dependencies [8dc94d8]
26
+ - @mastra/core@0.10.2-alpha.6
27
+ - @mastra/deployer@0.10.2-alpha.6
28
+
29
+ ## 0.10.2-alpha.5
30
+
31
+ ### Patch Changes
32
+
33
+ - Updated dependencies [1b5fc55]
34
+ - Updated dependencies [add596e]
35
+ - Updated dependencies [ecebbeb]
36
+ - @mastra/core@0.10.2-alpha.5
37
+ - @mastra/deployer@0.10.2-alpha.5
38
+
39
+ ## 0.10.2-alpha.4
40
+
41
+ ### Patch Changes
42
+
43
+ - Updated dependencies [c5bf1ce]
44
+ - Updated dependencies [12b7002]
45
+ - @mastra/core@0.10.2-alpha.4
46
+ - @mastra/deployer@0.10.2-alpha.4
47
+
48
+ ## 0.10.2-alpha.3
49
+
50
+ ### Patch Changes
51
+
52
+ - Updated dependencies [ab5adbe]
53
+ - Updated dependencies [195c428]
54
+ - Updated dependencies [f73e11b]
55
+ - Updated dependencies [f946acf]
56
+ - @mastra/core@0.10.2-alpha.3
57
+ - @mastra/deployer@0.10.2-alpha.3
58
+
3
59
  ## 0.10.2-alpha.2
4
60
 
5
61
  ### Patch Changes
@@ -242,61 +298,5 @@
242
298
 
243
299
  ### Patch Changes
244
300
 
245
- - Updated dependencies [e450778]
246
- - Updated dependencies [8902157]
247
- - Updated dependencies [ca0dc88]
248
- - Updated dependencies [526c570]
249
- - Updated dependencies [d7a6a33]
250
- - Updated dependencies [9cd1a46]
251
- - Updated dependencies [b5d2de0]
252
- - Updated dependencies [644f8ad]
253
- - Updated dependencies [70dbf51]
254
- - @mastra/core@0.9.3
255
- - @mastra/deployer@0.3.3
256
-
257
- ## 0.1.22-alpha.1
258
-
259
- ### Patch Changes
260
-
261
- - Updated dependencies [e450778]
262
- - Updated dependencies [8902157]
263
- - Updated dependencies [ca0dc88]
264
- - Updated dependencies [9cd1a46]
265
- - Updated dependencies [70dbf51]
266
- - @mastra/core@0.9.3-alpha.1
267
- - @mastra/deployer@0.3.3-alpha.1
268
-
269
- ## 0.1.22-alpha.0
270
-
271
- ### Patch Changes
272
-
273
- - Updated dependencies [526c570]
274
- - Updated dependencies [b5d2de0]
275
- - Updated dependencies [644f8ad]
276
- - @mastra/core@0.9.3-alpha.0
277
- - @mastra/deployer@0.3.3-alpha.0
278
-
279
- ## 0.1.21
280
-
281
- ### Patch Changes
282
301
 
283
- - 2cf3b8f: dependencies updates:
284
- - Updated dependency [`zod@^3.24.3` ↗︎](https://www.npmjs.com/package/zod/v/3.24.3) (from `^3.24.2`, in `dependencies`)
285
- - 8607972: Introduce Mastra lint cli command
286
- - Updated dependencies [2cf3b8f]
287
- - Updated dependencies [6052aa6]
288
- - Updated dependencies [967b41c]
289
- - Updated dependencies [3d2fb5c]
290
- - Updated dependencies [26738f4]
291
- - Updated dependencies [4155f47]
292
- - Updated dependencies [254f5c3]
293
- - Updated dependencies [7eeb2bc]
294
- - Updated dependencies [b804723]
295
- - Updated dependencies [8607972]
296
- - Updated dependencies [a798090]
297
- - Updated dependencies [ccef9f9]
298
- - Updated dependencies [0097d50]
299
- - Updated dependencies [7eeb2bc]
300
- - Updated dependencies [17826a9]
301
-
302
- ... 2073 more lines hidden. See full changelog in package directory.
302
+ ... 2129 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,61 @@
1
1
  # @mastra/deployer-vercel
2
2
 
3
+ ## 0.10.2-alpha.8
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [37643b8]
8
+ - Updated dependencies [79d5145]
9
+ - @mastra/core@0.10.2-alpha.8
10
+ - @mastra/deployer@0.10.2-alpha.8
11
+
12
+ ## 0.10.2-alpha.7
13
+
14
+ ### Patch Changes
15
+
16
+ - @mastra/deployer@0.10.2-alpha.7
17
+ - @mastra/core@0.10.2-alpha.7
18
+
19
+ ## 0.10.2-alpha.6
20
+
21
+ ### Patch Changes
22
+
23
+ - Updated dependencies [99fd6cf]
24
+ - Updated dependencies [1fcc048]
25
+ - Updated dependencies [8dc94d8]
26
+ - @mastra/core@0.10.2-alpha.6
27
+ - @mastra/deployer@0.10.2-alpha.6
28
+
29
+ ## 0.10.2-alpha.5
30
+
31
+ ### Patch Changes
32
+
33
+ - Updated dependencies [1b5fc55]
34
+ - Updated dependencies [add596e]
35
+ - Updated dependencies [ecebbeb]
36
+ - @mastra/core@0.10.2-alpha.5
37
+ - @mastra/deployer@0.10.2-alpha.5
38
+
39
+ ## 0.10.2-alpha.4
40
+
41
+ ### Patch Changes
42
+
43
+ - Updated dependencies [c5bf1ce]
44
+ - Updated dependencies [12b7002]
45
+ - @mastra/core@0.10.2-alpha.4
46
+ - @mastra/deployer@0.10.2-alpha.4
47
+
48
+ ## 0.10.2-alpha.3
49
+
50
+ ### Patch Changes
51
+
52
+ - Updated dependencies [ab5adbe]
53
+ - Updated dependencies [195c428]
54
+ - Updated dependencies [f73e11b]
55
+ - Updated dependencies [f946acf]
56
+ - @mastra/core@0.10.2-alpha.3
57
+ - @mastra/deployer@0.10.2-alpha.3
58
+
3
59
  ## 0.10.2-alpha.2
4
60
 
5
61
  ### Patch Changes
@@ -242,61 +298,5 @@
242
298
  - @mastra/deployer@0.3.4-alpha.0
243
299
  - @mastra/core@0.9.4-alpha.0
244
300
 
245
- ## 0.1.22
246
-
247
- ### Patch Changes
248
-
249
- - Updated dependencies [e450778]
250
- - Updated dependencies [8902157]
251
- - Updated dependencies [ca0dc88]
252
- - Updated dependencies [526c570]
253
- - Updated dependencies [d7a6a33]
254
- - Updated dependencies [9cd1a46]
255
- - Updated dependencies [b5d2de0]
256
- - Updated dependencies [644f8ad]
257
- - Updated dependencies [70dbf51]
258
- - @mastra/core@0.9.3
259
- - @mastra/deployer@0.3.3
260
-
261
- ## 0.1.22-alpha.1
262
-
263
- ### Patch Changes
264
-
265
- - Updated dependencies [e450778]
266
- - Updated dependencies [8902157]
267
- - Updated dependencies [ca0dc88]
268
- - Updated dependencies [9cd1a46]
269
- - Updated dependencies [70dbf51]
270
- - @mastra/core@0.9.3-alpha.1
271
- - @mastra/deployer@0.3.3-alpha.1
272
-
273
- ## 0.1.22-alpha.0
274
-
275
- ### Patch Changes
276
-
277
- - Updated dependencies [526c570]
278
- - Updated dependencies [b5d2de0]
279
- - Updated dependencies [644f8ad]
280
- - @mastra/core@0.9.3-alpha.0
281
- - @mastra/deployer@0.3.3-alpha.0
282
-
283
- ## 0.1.21
284
-
285
- ### Patch Changes
286
301
 
287
- - 8607972: Introduce Mastra lint cli command
288
- - 0af36c5: Fix bug where we were not traversing dirs when creating vercel.json to add al files to the includedFiles array
289
- - Updated dependencies [2cf3b8f]
290
- - Updated dependencies [6052aa6]
291
- - Updated dependencies [967b41c]
292
- - Updated dependencies [3d2fb5c]
293
- - Updated dependencies [26738f4]
294
- - Updated dependencies [4155f47]
295
- - Updated dependencies [254f5c3]
296
- - Updated dependencies [7eeb2bc]
297
- - Updated dependencies [b804723]
298
- - Updated dependencies [8607972]
299
- - Updated dependencies [a798090]
300
- - Updated dependencies [ccef9f9]
301
-
302
- ... 2077 more lines hidden. See full changelog in package directory.
302
+ ... 2133 more lines hidden. See full changelog in package directory.