mastra 0.15.1-alpha.1 → 0.15.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.
- package/CHANGELOG.md +12 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# mastra
|
|
2
2
|
|
|
3
|
+
## 0.15.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Marked telemetry as disabled in the default template, in preperation for the Nov 4th deprecation. ([#8618](https://github.com/mastra-ai/mastra/pull/8618))
|
|
8
|
+
|
|
9
|
+
- Improve the overall flow of the `create-mastra` CLI by first asking all questions and then creating the project structure. If you skip entering an API key during the wizard, the `your-api-key` placeholder will now be added to an `.env.example` file instead of `.env`. ([#8603](https://github.com/mastra-ai/mastra/pull/8603))
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [[`07eaf25`](https://github.com/mastra-ai/mastra/commit/07eaf25aada9e42235dbf905854de53da4d8121b), [`0d71771`](https://github.com/mastra-ai/mastra/commit/0d71771f5711164c79f8e80919bc84d6bffeb6bc), [`0d6e55e`](https://github.com/mastra-ai/mastra/commit/0d6e55ecc5a2e689cd4fc9c86525e0eb54d82372), [`68b1111`](https://github.com/mastra-ai/mastra/commit/68b11118a1303f93e9c0c157850c0751309304c5)]:
|
|
12
|
+
- @mastra/core@0.20.2
|
|
13
|
+
- @mastra/deployer@0.20.2
|
|
14
|
+
|
|
3
15
|
## 0.15.1-alpha.1
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mastra",
|
|
3
|
-
"version": "0.15.1
|
|
3
|
+
"version": "0.15.1",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"description": "cli for mastra",
|
|
6
6
|
"type": "module",
|
|
@@ -69,8 +69,8 @@
|
|
|
69
69
|
"yocto-spinner": "^0.2.3",
|
|
70
70
|
"zod-to-json-schema": "^3.24.6",
|
|
71
71
|
"@mastra/loggers": "^0.10.15",
|
|
72
|
-
"@mastra/
|
|
73
|
-
"@mastra/
|
|
72
|
+
"@mastra/deployer": "^0.20.2",
|
|
73
|
+
"@mastra/mcp": "^0.13.4"
|
|
74
74
|
},
|
|
75
75
|
"devDependencies": {
|
|
76
76
|
"@microsoft/api-extractor": "^7.52.8",
|
|
@@ -86,11 +86,11 @@
|
|
|
86
86
|
"type-fest": "^4.41.0",
|
|
87
87
|
"typescript": "^5.8.3",
|
|
88
88
|
"vitest": "^3.2.4",
|
|
89
|
-
"@internal/
|
|
89
|
+
"@internal/types-builder": "0.0.23",
|
|
90
|
+
"@internal/lint": "0.0.48",
|
|
90
91
|
"@internal/playground": "0.0.5",
|
|
91
|
-
"@
|
|
92
|
-
"@mastra/core": "0.20.2
|
|
93
|
-
"@mastra/client-js": "0.15.2-alpha.0"
|
|
92
|
+
"@mastra/client-js": "0.15.2",
|
|
93
|
+
"@mastra/core": "0.20.2"
|
|
94
94
|
},
|
|
95
95
|
"peerDependencies": {
|
|
96
96
|
"@mastra/core": ">=0.20.1-0 <0.21.0-0",
|