create-mastra 0.0.0-fix-cloud-peer-deps-20250923194656 → 0.0.0-fix-cloud-peer-deps-libsql-20250929202200
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 +29 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,26 @@
|
|
|
1
1
|
# create-mastra
|
|
2
2
|
|
|
3
|
-
## 0.0.0-fix-cloud-peer-deps-
|
|
3
|
+
## 0.0.0-fix-cloud-peer-deps-libsql-20250929202200
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Fixed an issue in playground where text-start/end parts were ignored in handleStreamChunk and tool ordering vs text wasn't retained ([#8234](https://github.com/mastra-ai/mastra/pull/8234))
|
|
8
|
+
|
|
9
|
+
- Add conditional chaining to scorer.agentNames return ([#8199](https://github.com/mastra-ai/mastra/pull/8199))
|
|
10
|
+
|
|
11
|
+
- Add types in the streamVNext codepath, fixes for various issues across multiple packages surfaced from type issues, align return types. ([#8010](https://github.com/mastra-ai/mastra/pull/8010))
|
|
12
|
+
|
|
13
|
+
- Add model fallbacks to playground ([#7427](https://github.com/mastra-ai/mastra/pull/7427))
|
|
14
|
+
|
|
15
|
+
## 0.13.3-alpha.0
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- Add types in the streamVNext codepath, fixes for various issues across multiple packages surfaced from type issues, align return types. ([#8010](https://github.com/mastra-ai/mastra/pull/8010))
|
|
20
|
+
|
|
21
|
+
- Add model fallbacks to playground ([#7427](https://github.com/mastra-ai/mastra/pull/7427))
|
|
22
|
+
|
|
23
|
+
## 0.13.2
|
|
4
24
|
|
|
5
25
|
### Patch Changes
|
|
6
26
|
|
|
@@ -11,6 +31,14 @@
|
|
|
11
31
|
|
|
12
32
|
- Fix DateTimePicker style issue ([#8106](https://github.com/mastra-ai/mastra/pull/8106))
|
|
13
33
|
|
|
34
|
+
- Fix getting tool link path from agent in playground ui tools page ([#8135](https://github.com/mastra-ai/mastra/pull/8135))
|
|
35
|
+
|
|
36
|
+
## 0.13.2-alpha.4
|
|
37
|
+
|
|
38
|
+
### Patch Changes
|
|
39
|
+
|
|
40
|
+
- Fix getting tool link path from agent in playground ui tools page ([#8135](https://github.com/mastra-ai/mastra/pull/8135))
|
|
41
|
+
|
|
14
42
|
## 0.13.2-alpha.3
|
|
15
43
|
|
|
16
44
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-mastra",
|
|
3
|
-
"version": "0.0.0-fix-cloud-peer-deps-
|
|
3
|
+
"version": "0.0.0-fix-cloud-peer-deps-libsql-20250929202200",
|
|
4
4
|
"description": "Create Mastra apps with one command",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"type": "module",
|
|
@@ -51,8 +51,8 @@
|
|
|
51
51
|
"rollup-plugin-esbuild": "^6.2.1",
|
|
52
52
|
"rollup-plugin-node-externals": "^8.0.1",
|
|
53
53
|
"typescript": "^5.8.3",
|
|
54
|
-
"@internal/lint": "0.0.0-fix-cloud-peer-deps-
|
|
55
|
-
"mastra": "0.0.0-fix-cloud-peer-deps-
|
|
54
|
+
"@internal/lint": "0.0.0-fix-cloud-peer-deps-libsql-20250929202200",
|
|
55
|
+
"mastra": "0.0.0-fix-cloud-peer-deps-libsql-20250929202200"
|
|
56
56
|
},
|
|
57
57
|
"engines": {
|
|
58
58
|
"node": ">=20"
|