@mastra/mcp-docs-server 0.13.17-alpha.5 → 0.13.17-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.
- package/.docs/organized/changelogs/%40mastra%2Fagent-builder.md +18 -0
- package/.docs/organized/changelogs/%40mastra%2Fastra.md +10 -10
- package/.docs/organized/changelogs/%40mastra%2Fchroma.md +11 -11
- package/.docs/organized/changelogs/%40mastra%2Fclickhouse.md +10 -10
- package/.docs/organized/changelogs/%40mastra%2Fclient-js.md +15 -15
- package/.docs/organized/changelogs/%40mastra%2Fcloud.md +21 -21
- package/.docs/organized/changelogs/%40mastra%2Fcloudflare-d1.md +10 -10
- package/.docs/organized/changelogs/%40mastra%2Fcloudflare.md +11 -11
- package/.docs/organized/changelogs/%40mastra%2Fcore.md +34 -34
- package/.docs/organized/changelogs/%40mastra%2Fcouchbase.md +10 -10
- package/.docs/organized/changelogs/%40mastra%2Fdeployer-cloud.md +21 -0
- package/.docs/organized/changelogs/%40mastra%2Fdeployer-cloudflare.md +11 -11
- package/.docs/organized/changelogs/%40mastra%2Fdeployer-netlify.md +11 -11
- package/.docs/organized/changelogs/%40mastra%2Fdeployer-vercel.md +11 -11
- package/.docs/organized/changelogs/%40mastra%2Fdeployer.md +21 -21
- package/.docs/organized/changelogs/%40mastra%2Fdynamodb.md +10 -10
- package/.docs/organized/changelogs/%40mastra%2Fevals.md +11 -11
- package/.docs/organized/changelogs/%40mastra%2Ffirecrawl.md +20 -20
- package/.docs/organized/changelogs/%40mastra%2Fgithub.md +19 -19
- package/.docs/organized/changelogs/%40mastra%2Flance.md +10 -10
- package/.docs/organized/changelogs/%40mastra%2Flibsql.md +19 -19
- package/.docs/organized/changelogs/%40mastra%2Floggers.md +10 -10
- package/.docs/organized/changelogs/%40mastra%2Fmcp-docs-server.md +18 -18
- package/.docs/organized/changelogs/%40mastra%2Fmcp-registry-registry.md +10 -10
- package/.docs/organized/changelogs/%40mastra%2Fmcp.md +15 -15
- package/.docs/organized/changelogs/%40mastra%2Fmem0.md +19 -19
- package/.docs/organized/changelogs/%40mastra%2Fmemory.md +20 -20
- package/.docs/organized/changelogs/%40mastra%2Fmongodb.md +11 -11
- package/.docs/organized/changelogs/%40mastra%2Fmssql.md +10 -10
- package/.docs/organized/changelogs/%40mastra%2Fopensearch.md +11 -11
- package/.docs/organized/changelogs/%40mastra%2Fpg.md +10 -10
- package/.docs/organized/changelogs/%40mastra%2Fpinecone.md +10 -10
- package/.docs/organized/changelogs/%40mastra%2Fplayground-ui.md +21 -21
- package/.docs/organized/changelogs/%40mastra%2Fqdrant.md +11 -11
- package/.docs/organized/changelogs/%40mastra%2Frag.md +10 -10
- package/.docs/organized/changelogs/%40mastra%2Fragie.md +19 -19
- package/.docs/organized/changelogs/%40mastra%2Fschema-compat.md +6 -0
- package/.docs/organized/changelogs/%40mastra%2Fserver.md +19 -19
- package/.docs/organized/changelogs/%40mastra%2Fturbopuffer.md +10 -10
- package/.docs/organized/changelogs/%40mastra%2Fupstash.md +10 -10
- package/.docs/organized/changelogs/%40mastra%2Fvectorize.md +11 -11
- package/.docs/organized/changelogs/%40mastra%2Fvoice-azure.md +10 -10
- package/.docs/organized/changelogs/%40mastra%2Fvoice-cloudflare.md +11 -11
- package/.docs/organized/changelogs/%40mastra%2Fvoice-deepgram.md +10 -10
- package/.docs/organized/changelogs/%40mastra%2Fvoice-elevenlabs.md +10 -10
- package/.docs/organized/changelogs/%40mastra%2Fvoice-gladia.md +9 -0
- package/.docs/organized/changelogs/%40mastra%2Fvoice-google-gemini-live.md +9 -0
- package/.docs/organized/changelogs/%40mastra%2Fvoice-google.md +11 -11
- package/.docs/organized/changelogs/%40mastra%2Fvoice-murf.md +11 -11
- package/.docs/organized/changelogs/%40mastra%2Fvoice-openai-realtime.md +10 -10
- package/.docs/organized/changelogs/%40mastra%2Fvoice-openai.md +10 -10
- package/.docs/organized/changelogs/%40mastra%2Fvoice-playai.md +10 -10
- package/.docs/organized/changelogs/%40mastra%2Fvoice-sarvam.md +10 -10
- package/.docs/organized/changelogs/%40mastra%2Fvoice-speechify.md +10 -10
- package/.docs/organized/changelogs/create-mastra.md +7 -7
- package/.docs/organized/changelogs/mastra.md +14 -14
- package/.docs/organized/code-examples/assistant-ui.md +1 -1
- package/.docs/organized/code-examples/bird-checker-with-nextjs-and-eval.md +2 -2
- package/.docs/raw/getting-started/installation.mdx +2 -7
- package/.docs/raw/getting-started/templates.mdx +2 -7
- package/.docs/raw/memory/working-memory.mdx +17 -17
- package/.docs/raw/observability/ai-tracing.mdx +438 -0
- package/.docs/raw/reference/scorers/noise-sensitivity.mdx +87 -20
- package/.docs/raw/reference/tools/mcp-server.mdx +26 -27
- package/.docs/raw/tools-mcp/mcp-overview.mdx +6 -5
- package/CHANGELOG.md +17 -0
- package/dist/logger.d.ts +5 -1
- package/dist/logger.d.ts.map +1 -1
- package/dist/stdio.js +34 -4
- package/package.json +4 -4
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# @mastra/firecrawl
|
|
2
2
|
|
|
3
|
+
## 1.2.17-alpha.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#7394](https://github.com/mastra-ai/mastra/pull/7394) [`f0dfcac`](https://github.com/mastra-ai/mastra/commit/f0dfcac4458bdf789b975e2d63e984f5d1e7c4d3) Thanks [@NikAiyer](https://github.com/NikAiyer)! - updated core peerdep
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`f0dfcac`](https://github.com/mastra-ai/mastra/commit/f0dfcac4458bdf789b975e2d63e984f5d1e7c4d3), [`7149d8d`](https://github.com/mastra-ai/mastra/commit/7149d8d4bdc1edf0008e0ca9b7925eb0b8b60dbe)]:
|
|
10
|
+
- @mastra/rag@1.2.3-alpha.2
|
|
11
|
+
- @mastra/core@0.15.3-alpha.7
|
|
12
|
+
|
|
13
|
+
## 1.2.17-alpha.3
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- [#7360](https://github.com/mastra-ai/mastra/pull/7360) [`a5632dd`](https://github.com/mastra-ai/mastra/commit/a5632dd316a6246666662705404bda570b070af1) Thanks [@wardpeet](https://github.com/wardpeet)! - Deprecate integrations in favor of mcp
|
|
18
|
+
|
|
19
|
+
- Updated dependencies [[`c19bcf7`](https://github.com/mastra-ai/mastra/commit/c19bcf7b43542b02157b5e17303e519933a153ab), [`b42a961`](https://github.com/mastra-ai/mastra/commit/b42a961a5aefd19d6e938a7705fc0ecc90e8f756), [`45e4d39`](https://github.com/mastra-ai/mastra/commit/45e4d391a2a09fc70c48e4d60f505586ada1ba0e), [`0302f50`](https://github.com/mastra-ai/mastra/commit/0302f50861a53c66ff28801fc371b37c5f97e41e), [`74db265`](https://github.com/mastra-ai/mastra/commit/74db265b96aa01a72ffd91dcae0bc3b346cca0f2), [`7f3b8da`](https://github.com/mastra-ai/mastra/commit/7f3b8da6dd21c35d3672e44b4f5dd3502b8f8f92), [`905352b`](https://github.com/mastra-ai/mastra/commit/905352bcda134552400eb252bca1cb05a7975c14), [`f2cda47`](https://github.com/mastra-ai/mastra/commit/f2cda47ae911038c5d5489f54c36517d6f15bdcc), [`cfd377a`](https://github.com/mastra-ai/mastra/commit/cfd377a3a33a9c88b644f6540feed9cd9832db47)]:
|
|
20
|
+
- @mastra/core@0.15.3-alpha.6
|
|
21
|
+
|
|
3
22
|
## 1.2.17-alpha.2
|
|
4
23
|
|
|
5
24
|
### Patch Changes
|
|
@@ -279,24 +298,5 @@
|
|
|
279
298
|
- @mastra/rag@1.0.5-alpha.1
|
|
280
299
|
- @mastra/core@0.12.0-alpha.5
|
|
281
300
|
|
|
282
|
-
## 1.2.9-alpha.0
|
|
283
|
-
|
|
284
|
-
### Patch Changes
|
|
285
|
-
|
|
286
|
-
- Updated dependencies [510e2c8]
|
|
287
|
-
- Updated dependencies [2f72fb2]
|
|
288
|
-
- Updated dependencies [fc437d9]
|
|
289
|
-
- Updated dependencies [3f89307]
|
|
290
|
-
- Updated dependencies [b5a6da2]
|
|
291
|
-
- Updated dependencies [9eda7d4]
|
|
292
|
-
- Updated dependencies [9d49408]
|
|
293
|
-
- Updated dependencies [2ecf658]
|
|
294
|
-
- Updated dependencies [7a7754f]
|
|
295
|
-
- Updated dependencies [fc92d80]
|
|
296
|
-
- Updated dependencies [23a6a7c]
|
|
297
|
-
- Updated dependencies [09bca64]
|
|
298
|
-
- @mastra/core@0.12.0-alpha.0
|
|
299
|
-
- @mastra/rag@1.0.5-alpha.0
|
|
300
|
-
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 2762 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @mastra/github
|
|
2
2
|
|
|
3
|
+
## 1.2.11-alpha.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#7394](https://github.com/mastra-ai/mastra/pull/7394) [`f0dfcac`](https://github.com/mastra-ai/mastra/commit/f0dfcac4458bdf789b975e2d63e984f5d1e7c4d3) Thanks [@NikAiyer](https://github.com/NikAiyer)! - updated core peerdep
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`7149d8d`](https://github.com/mastra-ai/mastra/commit/7149d8d4bdc1edf0008e0ca9b7925eb0b8b60dbe)]:
|
|
10
|
+
- @mastra/core@0.15.3-alpha.7
|
|
11
|
+
|
|
12
|
+
## 1.2.11-alpha.2
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- [#7360](https://github.com/mastra-ai/mastra/pull/7360) [`a5632dd`](https://github.com/mastra-ai/mastra/commit/a5632dd316a6246666662705404bda570b070af1) Thanks [@wardpeet](https://github.com/wardpeet)! - Deprecate integrations in favor of mcp
|
|
17
|
+
|
|
18
|
+
- Updated dependencies [[`c19bcf7`](https://github.com/mastra-ai/mastra/commit/c19bcf7b43542b02157b5e17303e519933a153ab), [`b42a961`](https://github.com/mastra-ai/mastra/commit/b42a961a5aefd19d6e938a7705fc0ecc90e8f756), [`45e4d39`](https://github.com/mastra-ai/mastra/commit/45e4d391a2a09fc70c48e4d60f505586ada1ba0e), [`0302f50`](https://github.com/mastra-ai/mastra/commit/0302f50861a53c66ff28801fc371b37c5f97e41e), [`74db265`](https://github.com/mastra-ai/mastra/commit/74db265b96aa01a72ffd91dcae0bc3b346cca0f2), [`7f3b8da`](https://github.com/mastra-ai/mastra/commit/7f3b8da6dd21c35d3672e44b4f5dd3502b8f8f92), [`905352b`](https://github.com/mastra-ai/mastra/commit/905352bcda134552400eb252bca1cb05a7975c14), [`f2cda47`](https://github.com/mastra-ai/mastra/commit/f2cda47ae911038c5d5489f54c36517d6f15bdcc), [`cfd377a`](https://github.com/mastra-ai/mastra/commit/cfd377a3a33a9c88b644f6540feed9cd9832db47)]:
|
|
19
|
+
- @mastra/core@0.15.3-alpha.6
|
|
20
|
+
|
|
3
21
|
## 1.2.11-alpha.1
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
|
@@ -281,22 +299,4 @@
|
|
|
281
299
|
|
|
282
300
|
## 1.2.1-alpha.1
|
|
283
301
|
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
- 4b23936: fix: typos
|
|
287
|
-
|
|
288
|
-
## 1.2.1-alpha.0
|
|
289
|
-
|
|
290
|
-
### Patch Changes
|
|
291
|
-
|
|
292
|
-
- f0d559f: Fix peerdeps for alpha channel
|
|
293
|
-
- Updated dependencies [1e8bb40]
|
|
294
|
-
- @mastra/core@0.10.2-alpha.2
|
|
295
|
-
|
|
296
|
-
## 1.2.0
|
|
297
|
-
|
|
298
|
-
### Minor Changes
|
|
299
|
-
|
|
300
|
-
- 83da932: Move @mastra/core to peerdeps
|
|
301
|
-
|
|
302
|
-
... 2072 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 2090 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @mastra/lance
|
|
2
2
|
|
|
3
|
+
## 0.2.11-alpha.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#7394](https://github.com/mastra-ai/mastra/pull/7394) [`f0dfcac`](https://github.com/mastra-ai/mastra/commit/f0dfcac4458bdf789b975e2d63e984f5d1e7c4d3) Thanks [@NikAiyer](https://github.com/NikAiyer)! - updated core peerdep
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`7149d8d`](https://github.com/mastra-ai/mastra/commit/7149d8d4bdc1edf0008e0ca9b7925eb0b8b60dbe)]:
|
|
10
|
+
- @mastra/core@0.15.3-alpha.7
|
|
11
|
+
|
|
3
12
|
## 0.2.11-alpha.0
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
|
@@ -289,14 +298,5 @@
|
|
|
289
298
|
- Updated dependencies [d2a7a31]
|
|
290
299
|
- Updated dependencies [502fe05]
|
|
291
300
|
- Updated dependencies [144eb0b]
|
|
292
|
-
- Updated dependencies [8ba1b51]
|
|
293
|
-
- Updated dependencies [4efcfa0]
|
|
294
|
-
- Updated dependencies [0e17048]
|
|
295
|
-
- @mastra/core@0.10.7
|
|
296
|
-
|
|
297
|
-
## 0.2.0-alpha.3
|
|
298
|
-
|
|
299
|
-
### Minor Changes
|
|
300
|
-
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 138 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @mastra/libsql
|
|
2
2
|
|
|
3
|
+
## 0.13.8-alpha.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#7394](https://github.com/mastra-ai/mastra/pull/7394) [`f0dfcac`](https://github.com/mastra-ai/mastra/commit/f0dfcac4458bdf789b975e2d63e984f5d1e7c4d3) Thanks [@NikAiyer](https://github.com/NikAiyer)! - updated core peerdep
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`7149d8d`](https://github.com/mastra-ai/mastra/commit/7149d8d4bdc1edf0008e0ca9b7925eb0b8b60dbe)]:
|
|
10
|
+
- @mastra/core@0.15.3-alpha.7
|
|
11
|
+
|
|
12
|
+
## 0.13.8-alpha.2
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- [#7380](https://github.com/mastra-ai/mastra/pull/7380) [`8429e4c`](https://github.com/mastra-ai/mastra/commit/8429e4c0d2041d072826c4382c09187116573a77) Thanks [@dane-ai-mastra](https://github.com/apps/dane-ai-mastra)! - dependencies updates:
|
|
17
|
+
- Updated dependency [`@libsql/client@^0.15.14` ↗︎](https://www.npmjs.com/package/@libsql/client/v/0.15.14) (from `^0.15.12`, in `dependencies`)
|
|
18
|
+
- Updated dependencies [[`c19bcf7`](https://github.com/mastra-ai/mastra/commit/c19bcf7b43542b02157b5e17303e519933a153ab), [`b42a961`](https://github.com/mastra-ai/mastra/commit/b42a961a5aefd19d6e938a7705fc0ecc90e8f756), [`45e4d39`](https://github.com/mastra-ai/mastra/commit/45e4d391a2a09fc70c48e4d60f505586ada1ba0e), [`0302f50`](https://github.com/mastra-ai/mastra/commit/0302f50861a53c66ff28801fc371b37c5f97e41e), [`74db265`](https://github.com/mastra-ai/mastra/commit/74db265b96aa01a72ffd91dcae0bc3b346cca0f2), [`7f3b8da`](https://github.com/mastra-ai/mastra/commit/7f3b8da6dd21c35d3672e44b4f5dd3502b8f8f92), [`905352b`](https://github.com/mastra-ai/mastra/commit/905352bcda134552400eb252bca1cb05a7975c14), [`f2cda47`](https://github.com/mastra-ai/mastra/commit/f2cda47ae911038c5d5489f54c36517d6f15bdcc), [`cfd377a`](https://github.com/mastra-ai/mastra/commit/cfd377a3a33a9c88b644f6540feed9cd9832db47)]:
|
|
19
|
+
- @mastra/core@0.15.3-alpha.6
|
|
20
|
+
|
|
3
21
|
## 0.13.8-alpha.1
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
|
@@ -280,23 +298,5 @@
|
|
|
280
298
|
- Updated dependencies [cda801d]
|
|
281
299
|
- Updated dependencies [a77c823]
|
|
282
300
|
- Updated dependencies [ff9c125]
|
|
283
|
-
- Updated dependencies [09bca64]
|
|
284
|
-
- Updated dependencies [b8efbb9]
|
|
285
|
-
- Updated dependencies [71466e7]
|
|
286
|
-
- Updated dependencies [0c99fbe]
|
|
287
|
-
- @mastra/core@0.12.0
|
|
288
|
-
|
|
289
|
-
## 0.12.0-alpha.2
|
|
290
|
-
|
|
291
|
-
### Minor Changes
|
|
292
|
-
|
|
293
|
-
- f42c4c2: update peer deps for packages to latest core range
|
|
294
|
-
|
|
295
|
-
### Patch Changes
|
|
296
|
-
|
|
297
|
-
- @mastra/core@0.12.0-alpha.5
|
|
298
|
-
|
|
299
|
-
## 0.11.3-alpha.1
|
|
300
|
-
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 730 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @mastra/loggers
|
|
2
2
|
|
|
3
|
+
## 0.10.10-alpha.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#7394](https://github.com/mastra-ai/mastra/pull/7394) [`f0dfcac`](https://github.com/mastra-ai/mastra/commit/f0dfcac4458bdf789b975e2d63e984f5d1e7c4d3) Thanks [@NikAiyer](https://github.com/NikAiyer)! - updated core peerdep
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`7149d8d`](https://github.com/mastra-ai/mastra/commit/7149d8d4bdc1edf0008e0ca9b7925eb0b8b60dbe)]:
|
|
10
|
+
- @mastra/core@0.15.3-alpha.7
|
|
11
|
+
|
|
3
12
|
## 0.10.10-alpha.0
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
|
@@ -289,14 +298,5 @@
|
|
|
289
298
|
- Updated dependencies [eabdcd9]
|
|
290
299
|
- Updated dependencies [90be034]
|
|
291
300
|
- Updated dependencies [99f050a]
|
|
292
|
-
- Updated dependencies [d0ee3c6]
|
|
293
|
-
- Updated dependencies [23f258c]
|
|
294
|
-
- Updated dependencies [2672a05]
|
|
295
|
-
- @mastra/core@0.9.5-alpha.0
|
|
296
|
-
|
|
297
|
-
## 0.1.23
|
|
298
|
-
|
|
299
|
-
### Patch Changes
|
|
300
|
-
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 1653 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @mastra/mcp-docs-server
|
|
2
2
|
|
|
3
|
+
## 0.13.17-alpha.7
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`7149d8d`](https://github.com/mastra-ai/mastra/commit/7149d8d4bdc1edf0008e0ca9b7925eb0b8b60dbe)]:
|
|
8
|
+
- @mastra/core@0.15.3-alpha.7
|
|
9
|
+
|
|
10
|
+
## 0.13.17-alpha.6
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- [#7349](https://github.com/mastra-ai/mastra/pull/7349) [`6cffb99`](https://github.com/mastra-ai/mastra/commit/6cffb99030dc46256e4c3c0e6730565a2825d7a4) Thanks [@adeleke5140](https://github.com/adeleke5140)! - Fix log level not being handled by server
|
|
15
|
+
|
|
16
|
+
- Updated dependencies [[`c19bcf7`](https://github.com/mastra-ai/mastra/commit/c19bcf7b43542b02157b5e17303e519933a153ab), [`b42a961`](https://github.com/mastra-ai/mastra/commit/b42a961a5aefd19d6e938a7705fc0ecc90e8f756), [`45e4d39`](https://github.com/mastra-ai/mastra/commit/45e4d391a2a09fc70c48e4d60f505586ada1ba0e), [`3b8972b`](https://github.com/mastra-ai/mastra/commit/3b8972bab8161d9fd96f6a41f57181443636cd43), [`0302f50`](https://github.com/mastra-ai/mastra/commit/0302f50861a53c66ff28801fc371b37c5f97e41e), [`74db265`](https://github.com/mastra-ai/mastra/commit/74db265b96aa01a72ffd91dcae0bc3b346cca0f2), [`6cffb99`](https://github.com/mastra-ai/mastra/commit/6cffb99030dc46256e4c3c0e6730565a2825d7a4), [`7f3b8da`](https://github.com/mastra-ai/mastra/commit/7f3b8da6dd21c35d3672e44b4f5dd3502b8f8f92), [`905352b`](https://github.com/mastra-ai/mastra/commit/905352bcda134552400eb252bca1cb05a7975c14), [`f2cda47`](https://github.com/mastra-ai/mastra/commit/f2cda47ae911038c5d5489f54c36517d6f15bdcc), [`cfd377a`](https://github.com/mastra-ai/mastra/commit/cfd377a3a33a9c88b644f6540feed9cd9832db47)]:
|
|
17
|
+
- @mastra/core@0.15.3-alpha.6
|
|
18
|
+
- @mastra/mcp@0.11.3-alpha.3
|
|
19
|
+
|
|
3
20
|
## 0.13.17-alpha.5
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|
|
@@ -282,21 +299,4 @@
|
|
|
282
299
|
|
|
283
300
|
## 0.13.11-alpha.2
|
|
284
301
|
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
- Updated dependencies [d5330bf]
|
|
288
|
-
- Updated dependencies [a239d41]
|
|
289
|
-
- Updated dependencies [b32c50d]
|
|
290
|
-
- Updated dependencies [121a3f8]
|
|
291
|
-
- Updated dependencies [ec510e7]
|
|
292
|
-
- @mastra/core@0.13.2-alpha.2
|
|
293
|
-
- @mastra/mcp@0.10.11-alpha.0
|
|
294
|
-
|
|
295
|
-
## 0.13.11-alpha.1
|
|
296
|
-
|
|
297
|
-
### Patch Changes
|
|
298
|
-
|
|
299
|
-
- Updated dependencies [2e74797]
|
|
300
|
-
- Updated dependencies [63449d0]
|
|
301
|
-
|
|
302
|
-
... 1514 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 1531 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @mastra/mcp-registry-registry
|
|
2
2
|
|
|
3
|
+
## 0.10.12-alpha.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#7394](https://github.com/mastra-ai/mastra/pull/7394) [`f0dfcac`](https://github.com/mastra-ai/mastra/commit/f0dfcac4458bdf789b975e2d63e984f5d1e7c4d3) Thanks [@NikAiyer](https://github.com/NikAiyer)! - updated core peerdep
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`7149d8d`](https://github.com/mastra-ai/mastra/commit/7149d8d4bdc1edf0008e0ca9b7925eb0b8b60dbe)]:
|
|
10
|
+
- @mastra/core@0.15.3-alpha.7
|
|
11
|
+
|
|
3
12
|
## 0.10.12-alpha.1
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
|
@@ -289,14 +298,5 @@
|
|
|
289
298
|
- Updated dependencies [82090c1]
|
|
290
299
|
- Updated dependencies [1b443fd]
|
|
291
300
|
- Updated dependencies [ce97900]
|
|
292
|
-
- Updated dependencies [f1309d3]
|
|
293
|
-
- Updated dependencies [14a2566]
|
|
294
|
-
- Updated dependencies [f7f8293]
|
|
295
|
-
- Updated dependencies [48eddb9]
|
|
296
|
-
- @mastra/core@0.10.4
|
|
297
|
-
|
|
298
|
-
## 0.10.2-alpha.0
|
|
299
|
-
|
|
300
|
-
### Patch Changes
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 548 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @mastra/mcp
|
|
2
2
|
|
|
3
|
+
## 0.11.3-alpha.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#7383](https://github.com/mastra-ai/mastra/pull/7383) [`b42a961`](https://github.com/mastra-ai/mastra/commit/b42a961a5aefd19d6e938a7705fc0ecc90e8f756) Thanks [@DanielSLew](https://github.com/DanielSLew)! - New createMCPTool helper for correct types for MCP Server tools
|
|
8
|
+
|
|
9
|
+
- [#7389](https://github.com/mastra-ai/mastra/pull/7389) [`3b8972b`](https://github.com/mastra-ai/mastra/commit/3b8972bab8161d9fd96f6a41f57181443636cd43) Thanks [@DanielSLew](https://github.com/DanielSLew)! - Turn MCPTool into a generic to get parameter typing
|
|
10
|
+
|
|
11
|
+
- [#7349](https://github.com/mastra-ai/mastra/pull/7349) [`6cffb99`](https://github.com/mastra-ai/mastra/commit/6cffb99030dc46256e4c3c0e6730565a2825d7a4) Thanks [@adeleke5140](https://github.com/adeleke5140)! - Fix log level not being handled by server
|
|
12
|
+
|
|
13
|
+
- Updated dependencies [[`c19bcf7`](https://github.com/mastra-ai/mastra/commit/c19bcf7b43542b02157b5e17303e519933a153ab), [`b42a961`](https://github.com/mastra-ai/mastra/commit/b42a961a5aefd19d6e938a7705fc0ecc90e8f756), [`45e4d39`](https://github.com/mastra-ai/mastra/commit/45e4d391a2a09fc70c48e4d60f505586ada1ba0e), [`0302f50`](https://github.com/mastra-ai/mastra/commit/0302f50861a53c66ff28801fc371b37c5f97e41e), [`74db265`](https://github.com/mastra-ai/mastra/commit/74db265b96aa01a72ffd91dcae0bc3b346cca0f2), [`7f3b8da`](https://github.com/mastra-ai/mastra/commit/7f3b8da6dd21c35d3672e44b4f5dd3502b8f8f92), [`905352b`](https://github.com/mastra-ai/mastra/commit/905352bcda134552400eb252bca1cb05a7975c14), [`f2cda47`](https://github.com/mastra-ai/mastra/commit/f2cda47ae911038c5d5489f54c36517d6f15bdcc), [`cfd377a`](https://github.com/mastra-ai/mastra/commit/cfd377a3a33a9c88b644f6540feed9cd9832db47)]:
|
|
14
|
+
- @mastra/core@0.15.3-alpha.6
|
|
15
|
+
|
|
3
16
|
## 0.11.3-alpha.2
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
|
@@ -285,18 +298,5 @@
|
|
|
285
298
|
- Updated dependencies [3f89307]
|
|
286
299
|
- Updated dependencies [9eda7d4]
|
|
287
300
|
- Updated dependencies [9d49408]
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
- Updated dependencies [254a36b]
|
|
291
|
-
- Updated dependencies [2ecf658]
|
|
292
|
-
- Updated dependencies [7a7754f]
|
|
293
|
-
- Updated dependencies [fc92d80]
|
|
294
|
-
- Updated dependencies [e0f73c6]
|
|
295
|
-
- Updated dependencies [0b89602]
|
|
296
|
-
- Updated dependencies [4d37822]
|
|
297
|
-
- Updated dependencies [23a6a7c]
|
|
298
|
-
- Updated dependencies [cda801d]
|
|
299
|
-
- Updated dependencies [a77c823]
|
|
300
|
-
- Updated dependencies [ff9c125]
|
|
301
|
-
|
|
302
|
-
... 2180 more lines hidden. See full changelog in package directory.
|
|
301
|
+
|
|
302
|
+
... 2193 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @mastra/mem0
|
|
2
2
|
|
|
3
|
+
## 0.1.11-alpha.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#7394](https://github.com/mastra-ai/mastra/pull/7394) [`f0dfcac`](https://github.com/mastra-ai/mastra/commit/f0dfcac4458bdf789b975e2d63e984f5d1e7c4d3) Thanks [@NikAiyer](https://github.com/NikAiyer)! - updated core peerdep
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`7149d8d`](https://github.com/mastra-ai/mastra/commit/7149d8d4bdc1edf0008e0ca9b7925eb0b8b60dbe)]:
|
|
10
|
+
- @mastra/core@0.15.3-alpha.7
|
|
11
|
+
|
|
12
|
+
## 0.1.11-alpha.1
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- [#7360](https://github.com/mastra-ai/mastra/pull/7360) [`a5632dd`](https://github.com/mastra-ai/mastra/commit/a5632dd316a6246666662705404bda570b070af1) Thanks [@wardpeet](https://github.com/wardpeet)! - Deprecate integrations in favor of mcp
|
|
17
|
+
|
|
18
|
+
- Updated dependencies [[`c19bcf7`](https://github.com/mastra-ai/mastra/commit/c19bcf7b43542b02157b5e17303e519933a153ab), [`b42a961`](https://github.com/mastra-ai/mastra/commit/b42a961a5aefd19d6e938a7705fc0ecc90e8f756), [`45e4d39`](https://github.com/mastra-ai/mastra/commit/45e4d391a2a09fc70c48e4d60f505586ada1ba0e), [`0302f50`](https://github.com/mastra-ai/mastra/commit/0302f50861a53c66ff28801fc371b37c5f97e41e), [`74db265`](https://github.com/mastra-ai/mastra/commit/74db265b96aa01a72ffd91dcae0bc3b346cca0f2), [`7f3b8da`](https://github.com/mastra-ai/mastra/commit/7f3b8da6dd21c35d3672e44b4f5dd3502b8f8f92), [`905352b`](https://github.com/mastra-ai/mastra/commit/905352bcda134552400eb252bca1cb05a7975c14), [`f2cda47`](https://github.com/mastra-ai/mastra/commit/f2cda47ae911038c5d5489f54c36517d6f15bdcc), [`cfd377a`](https://github.com/mastra-ai/mastra/commit/cfd377a3a33a9c88b644f6540feed9cd9832db47)]:
|
|
19
|
+
- @mastra/core@0.15.3-alpha.6
|
|
20
|
+
|
|
3
21
|
## 0.1.11-alpha.0
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
|
@@ -280,23 +298,5 @@
|
|
|
280
298
|
- Updated dependencies [e5dc18d]
|
|
281
299
|
- Updated dependencies [ab5adbe]
|
|
282
300
|
- Updated dependencies [1e8bb40]
|
|
283
|
-
- Updated dependencies [1b5fc55]
|
|
284
|
-
- Updated dependencies [195c428]
|
|
285
|
-
- Updated dependencies [f73e11b]
|
|
286
|
-
- Updated dependencies [37643b8]
|
|
287
|
-
- Updated dependencies [99fd6cf]
|
|
288
|
-
- Updated dependencies [c5bf1ce]
|
|
289
|
-
- Updated dependencies [add596e]
|
|
290
|
-
- Updated dependencies [8dc94d8]
|
|
291
|
-
- Updated dependencies [ecebbeb]
|
|
292
|
-
- Updated dependencies [79d5145]
|
|
293
|
-
- Updated dependencies [12b7002]
|
|
294
|
-
- Updated dependencies [2901125]
|
|
295
|
-
- @mastra/core@0.10.2
|
|
296
|
-
|
|
297
|
-
## 0.1.1-alpha.0
|
|
298
|
-
|
|
299
|
-
### Patch Changes
|
|
300
|
-
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 676 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# @mastra/memory
|
|
2
2
|
|
|
3
|
+
## 0.14.3-alpha.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#7394](https://github.com/mastra-ai/mastra/pull/7394) [`f0dfcac`](https://github.com/mastra-ai/mastra/commit/f0dfcac4458bdf789b975e2d63e984f5d1e7c4d3) Thanks [@NikAiyer](https://github.com/NikAiyer)! - updated core peerdep
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`7149d8d`](https://github.com/mastra-ai/mastra/commit/7149d8d4bdc1edf0008e0ca9b7925eb0b8b60dbe)]:
|
|
10
|
+
- @mastra/core@0.15.3-alpha.7
|
|
11
|
+
|
|
12
|
+
## 0.14.3-alpha.3
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- [#7360](https://github.com/mastra-ai/mastra/pull/7360) [`a5632dd`](https://github.com/mastra-ai/mastra/commit/a5632dd316a6246666662705404bda570b070af1) Thanks [@wardpeet](https://github.com/wardpeet)! - Deprecate integrations in favor of mcp
|
|
17
|
+
|
|
18
|
+
- Updated dependencies [[`c19bcf7`](https://github.com/mastra-ai/mastra/commit/c19bcf7b43542b02157b5e17303e519933a153ab), [`b42a961`](https://github.com/mastra-ai/mastra/commit/b42a961a5aefd19d6e938a7705fc0ecc90e8f756), [`45e4d39`](https://github.com/mastra-ai/mastra/commit/45e4d391a2a09fc70c48e4d60f505586ada1ba0e), [`0302f50`](https://github.com/mastra-ai/mastra/commit/0302f50861a53c66ff28801fc371b37c5f97e41e), [`74db265`](https://github.com/mastra-ai/mastra/commit/74db265b96aa01a72ffd91dcae0bc3b346cca0f2), [`7f3b8da`](https://github.com/mastra-ai/mastra/commit/7f3b8da6dd21c35d3672e44b4f5dd3502b8f8f92), [`905352b`](https://github.com/mastra-ai/mastra/commit/905352bcda134552400eb252bca1cb05a7975c14), [`f2cda47`](https://github.com/mastra-ai/mastra/commit/f2cda47ae911038c5d5489f54c36517d6f15bdcc), [`cfd377a`](https://github.com/mastra-ai/mastra/commit/cfd377a3a33a9c88b644f6540feed9cd9832db47)]:
|
|
19
|
+
- @mastra/core@0.15.3-alpha.6
|
|
20
|
+
- @mastra/schema-compat@0.11.2-alpha.3
|
|
21
|
+
|
|
3
22
|
## 0.14.3-alpha.2
|
|
4
23
|
|
|
5
24
|
### Patch Changes
|
|
@@ -279,24 +298,5 @@
|
|
|
279
298
|
- Updated dependencies [a82b851]
|
|
280
299
|
- Updated dependencies [ea0c5f2]
|
|
281
300
|
- Updated dependencies [41a0a0e]
|
|
282
|
-
- Updated dependencies [2871020]
|
|
283
|
-
- Updated dependencies [94f4812]
|
|
284
|
-
- Updated dependencies [e202b82]
|
|
285
|
-
- Updated dependencies [e00f6a0]
|
|
286
|
-
- Updated dependencies [4a406ec]
|
|
287
|
-
- Updated dependencies [b0e43c1]
|
|
288
|
-
- Updated dependencies [5d377e5]
|
|
289
|
-
- Updated dependencies [1fb812e]
|
|
290
|
-
- Updated dependencies [35c5798]
|
|
291
|
-
- @mastra/core@0.13.0
|
|
292
|
-
|
|
293
|
-
## 0.12.1-alpha.2
|
|
294
|
-
|
|
295
|
-
### Patch Changes
|
|
296
|
-
|
|
297
|
-
- e1a2ef1: dependencies updates:
|
|
298
|
-
- Updated dependency [`@upstash/redis@^1.35.3` ↗︎](https://www.npmjs.com/package/@upstash/redis/v/1.35.3) (from `^1.35.1`, in `dependencies`)
|
|
299
|
-
- f082460: dependencies updates:
|
|
300
|
-
- Updated dependency [`redis@^5.8.0` ↗︎](https://www.npmjs.com/package/redis/v/5.8.0) (from `^5.7.0`, in `dependencies`)
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 2852 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @mastra/mongodb
|
|
2
2
|
|
|
3
|
+
## 0.13.6-alpha.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#7394](https://github.com/mastra-ai/mastra/pull/7394) [`f0dfcac`](https://github.com/mastra-ai/mastra/commit/f0dfcac4458bdf789b975e2d63e984f5d1e7c4d3) Thanks [@NikAiyer](https://github.com/NikAiyer)! - updated core peerdep
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`7149d8d`](https://github.com/mastra-ai/mastra/commit/7149d8d4bdc1edf0008e0ca9b7925eb0b8b60dbe)]:
|
|
10
|
+
- @mastra/core@0.15.3-alpha.7
|
|
11
|
+
|
|
3
12
|
## 0.13.6-alpha.0
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
|
@@ -289,14 +298,5 @@
|
|
|
289
298
|
|
|
290
299
|
### Patch Changes
|
|
291
300
|
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
- 65ab763: Pre-filter on properties when running `MongoDBVector` queries
|
|
295
|
-
- Updated dependencies [f248d53]
|
|
296
|
-
- Updated dependencies [2affc57]
|
|
297
|
-
- Updated dependencies [66e13e3]
|
|
298
|
-
- Updated dependencies [edd9482]
|
|
299
|
-
- Updated dependencies [18344d7]
|
|
300
|
-
- Updated dependencies [9d372c2]
|
|
301
|
-
|
|
302
|
-
... 672 more lines hidden. See full changelog in package directory.
|
|
301
|
+
|
|
302
|
+
... 681 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @mastra/mssql
|
|
2
2
|
|
|
3
|
+
## 0.3.6-alpha.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#7394](https://github.com/mastra-ai/mastra/pull/7394) [`f0dfcac`](https://github.com/mastra-ai/mastra/commit/f0dfcac4458bdf789b975e2d63e984f5d1e7c4d3) Thanks [@NikAiyer](https://github.com/NikAiyer)! - updated core peerdep
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`7149d8d`](https://github.com/mastra-ai/mastra/commit/7149d8d4bdc1edf0008e0ca9b7925eb0b8b60dbe)]:
|
|
10
|
+
- @mastra/core@0.15.3-alpha.7
|
|
11
|
+
|
|
3
12
|
## 0.3.6-alpha.0
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
|
@@ -289,14 +298,5 @@
|
|
|
289
298
|
- Updated dependencies [bea9dd1]
|
|
290
299
|
- Updated dependencies [dcd4802]
|
|
291
300
|
- Updated dependencies [7ba91fa]
|
|
292
|
-
- @mastra/core@0.11.0-alpha.2
|
|
293
|
-
|
|
294
|
-
## 0.2.1-alpha.0
|
|
295
|
-
|
|
296
|
-
### Patch Changes
|
|
297
|
-
|
|
298
|
-
- 03745fa: mssql provider
|
|
299
|
-
- Updated dependencies [7827943]
|
|
300
|
-
- Updated dependencies [bf1e7e7]
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 16 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @mastra/opensearch
|
|
2
2
|
|
|
3
|
+
## 0.11.8-alpha.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#7394](https://github.com/mastra-ai/mastra/pull/7394) [`f0dfcac`](https://github.com/mastra-ai/mastra/commit/f0dfcac4458bdf789b975e2d63e984f5d1e7c4d3) Thanks [@NikAiyer](https://github.com/NikAiyer)! - updated core peerdep
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`7149d8d`](https://github.com/mastra-ai/mastra/commit/7149d8d4bdc1edf0008e0ca9b7925eb0b8b60dbe)]:
|
|
10
|
+
- @mastra/core@0.15.3-alpha.7
|
|
11
|
+
|
|
3
12
|
## 0.11.8-alpha.0
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
|
@@ -289,14 +298,5 @@
|
|
|
289
298
|
- 915ca1a: Added disconnect function for couchbase and added docs
|
|
290
299
|
Added prompt for OpenSearchVector
|
|
291
300
|
- Updated dependencies [ee77e78]
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
- Updated dependencies [ab5adbe]
|
|
295
|
-
- Updated dependencies [1e8bb40]
|
|
296
|
-
- Updated dependencies [1b5fc55]
|
|
297
|
-
- Updated dependencies [195c428]
|
|
298
|
-
- Updated dependencies [f73e11b]
|
|
299
|
-
- Updated dependencies [37643b8]
|
|
300
|
-
- Updated dependencies [99fd6cf]
|
|
301
|
-
|
|
302
|
-
... 173 more lines hidden. See full changelog in package directory.
|
|
301
|
+
|
|
302
|
+
... 182 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @mastra/pg
|
|
2
2
|
|
|
3
|
+
## 0.14.6-alpha.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#7394](https://github.com/mastra-ai/mastra/pull/7394) [`f0dfcac`](https://github.com/mastra-ai/mastra/commit/f0dfcac4458bdf789b975e2d63e984f5d1e7c4d3) Thanks [@NikAiyer](https://github.com/NikAiyer)! - updated core peerdep
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`7149d8d`](https://github.com/mastra-ai/mastra/commit/7149d8d4bdc1edf0008e0ca9b7925eb0b8b60dbe)]:
|
|
10
|
+
- @mastra/core@0.15.3-alpha.7
|
|
11
|
+
|
|
3
12
|
## 0.14.6-alpha.1
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
|
@@ -290,13 +299,4 @@
|
|
|
290
299
|
|
|
291
300
|
## 0.13.0-alpha.1
|
|
292
301
|
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
- f42c4c2: update peer deps for packages to latest core range
|
|
296
|
-
|
|
297
|
-
### Patch Changes
|
|
298
|
-
|
|
299
|
-
- @mastra/core@0.12.0-alpha.5
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
... 2159 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 2168 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @mastra/pinecone
|
|
2
2
|
|
|
3
|
+
## 0.11.7-alpha.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#7394](https://github.com/mastra-ai/mastra/pull/7394) [`f0dfcac`](https://github.com/mastra-ai/mastra/commit/f0dfcac4458bdf789b975e2d63e984f5d1e7c4d3) Thanks [@NikAiyer](https://github.com/NikAiyer)! - updated core peerdep
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`7149d8d`](https://github.com/mastra-ai/mastra/commit/7149d8d4bdc1edf0008e0ca9b7925eb0b8b60dbe)]:
|
|
10
|
+
- @mastra/core@0.15.3-alpha.7
|
|
11
|
+
|
|
3
12
|
## 0.11.7-alpha.0
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
|
@@ -289,14 +298,5 @@
|
|
|
289
298
|
- Updated dependencies [b3a3d63]
|
|
290
299
|
- Updated dependencies [344f453]
|
|
291
300
|
- Updated dependencies [0a3ae6d]
|
|
292
|
-
- Updated dependencies [95911be]
|
|
293
|
-
- Updated dependencies [5eb5a99]
|
|
294
|
-
- Updated dependencies [7e632c5]
|
|
295
|
-
- Updated dependencies [1e9fbfa]
|
|
296
|
-
- Updated dependencies [b2ae5aa]
|
|
297
|
-
- Updated dependencies [a7292b0]
|
|
298
|
-
- Updated dependencies [0dcb9f0]
|
|
299
|
-
- @mastra/core@0.10.0-alpha.1
|
|
300
|
-
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 1747 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# @mastra/playground-ui
|
|
2
2
|
|
|
3
|
+
## 6.0.0-alpha.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#7394](https://github.com/mastra-ai/mastra/pull/7394) [`f0dfcac`](https://github.com/mastra-ai/mastra/commit/f0dfcac4458bdf789b975e2d63e984f5d1e7c4d3) Thanks [@NikAiyer](https://github.com/NikAiyer)! - updated core peerdep
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`7149d8d`](https://github.com/mastra-ai/mastra/commit/7149d8d4bdc1edf0008e0ca9b7925eb0b8b60dbe)]:
|
|
10
|
+
- @mastra/core@0.15.3-alpha.7
|
|
11
|
+
- @mastra/client-js@0.11.3-alpha.7
|
|
12
|
+
|
|
13
|
+
## 6.0.0-alpha.4
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- [#7351](https://github.com/mastra-ai/mastra/pull/7351) [`572acd0`](https://github.com/mastra-ai/mastra/commit/572acd0919479455ee654753877f2c1564d0b29e) Thanks [@dane-ai-mastra](https://github.com/apps/dane-ai-mastra)! - dependencies updates:
|
|
18
|
+
- Updated dependency [`@assistant-ui/react@^0.10.45` ↗︎](https://www.npmjs.com/package/@assistant-ui/react/v/0.10.45) (from `^0.10.44`, in `dependencies`)
|
|
19
|
+
- Updated dependencies [[`c19bcf7`](https://github.com/mastra-ai/mastra/commit/c19bcf7b43542b02157b5e17303e519933a153ab), [`b42a961`](https://github.com/mastra-ai/mastra/commit/b42a961a5aefd19d6e938a7705fc0ecc90e8f756), [`45e4d39`](https://github.com/mastra-ai/mastra/commit/45e4d391a2a09fc70c48e4d60f505586ada1ba0e), [`0302f50`](https://github.com/mastra-ai/mastra/commit/0302f50861a53c66ff28801fc371b37c5f97e41e), [`74db265`](https://github.com/mastra-ai/mastra/commit/74db265b96aa01a72ffd91dcae0bc3b346cca0f2), [`7f3b8da`](https://github.com/mastra-ai/mastra/commit/7f3b8da6dd21c35d3672e44b4f5dd3502b8f8f92), [`905352b`](https://github.com/mastra-ai/mastra/commit/905352bcda134552400eb252bca1cb05a7975c14), [`f2cda47`](https://github.com/mastra-ai/mastra/commit/f2cda47ae911038c5d5489f54c36517d6f15bdcc), [`cfd377a`](https://github.com/mastra-ai/mastra/commit/cfd377a3a33a9c88b644f6540feed9cd9832db47)]:
|
|
20
|
+
- @mastra/core@0.15.3-alpha.6
|
|
21
|
+
- @mastra/client-js@0.11.3-alpha.6
|
|
22
|
+
|
|
3
23
|
## 6.0.0-alpha.3
|
|
4
24
|
|
|
5
25
|
### Patch Changes
|
|
@@ -278,25 +298,5 @@
|
|
|
278
298
|
- Updated dependencies [ce04175]
|
|
279
299
|
- Updated dependencies [ec510e7]
|
|
280
300
|
- @mastra/core@0.13.2
|
|
281
|
-
- @mastra/client-js@0.10.21
|
|
282
|
-
|
|
283
|
-
## 5.1.20-alpha.1
|
|
284
|
-
|
|
285
|
-
### Patch Changes
|
|
286
|
-
|
|
287
|
-
- 0d32203: dependencies updates:
|
|
288
|
-
- Updated dependency [`zustand@^5.0.7` ↗︎](https://www.npmjs.com/package/zustand/v/5.0.7) (from `^5.0.6`, in `dependencies`)
|
|
289
|
-
- c6d2603: Properly set baseUrl in playground when user sets the host or port in Mastra instance.
|
|
290
|
-
- Updated dependencies [d5330bf]
|
|
291
|
-
- Updated dependencies [a239d41]
|
|
292
|
-
- Updated dependencies [96169cc]
|
|
293
|
-
- Updated dependencies [b32c50d]
|
|
294
|
-
- Updated dependencies [121a3f8]
|
|
295
|
-
- Updated dependencies [ce04175]
|
|
296
|
-
- Updated dependencies [ec510e7]
|
|
297
|
-
- @mastra/core@0.13.2-alpha.2
|
|
298
|
-
- @mastra/client-js@0.10.21-alpha.2
|
|
299
|
-
|
|
300
|
-
## 5.1.20-alpha.0
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 2710 more lines hidden. See full changelog in package directory.
|