create-mastra 0.0.0-top-level-fix-20251211103030 → 0.0.0-top-level-fix-20251211111608
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 +3 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# create-mastra
|
|
2
2
|
|
|
3
|
-
## 0.0.0-top-level-fix-
|
|
3
|
+
## 0.0.0-top-level-fix-20251211111608
|
|
4
4
|
|
|
5
5
|
### Major Changes
|
|
6
6
|
|
|
@@ -50,6 +50,8 @@
|
|
|
50
50
|
|
|
51
51
|
- Fix double scroll on agent chat container ([#10253](https://github.com/mastra-ai/mastra/pull/10253))
|
|
52
52
|
|
|
53
|
+
- fix isTopLevelSpan value definition on SpanScoring to properly recognize lack of span?.parentSpanId value (null or empty string) ([`4696c22`](https://github.com/mastra-ai/mastra/commit/4696c22fd8b00c8f706be8198645cdd4ba4620e5))
|
|
54
|
+
|
|
53
55
|
## 1.0.0-beta.9
|
|
54
56
|
|
|
55
57
|
## 1.0.0-beta.8
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-mastra",
|
|
3
|
-
"version": "0.0.0-top-level-fix-
|
|
3
|
+
"version": "0.0.0-top-level-fix-20251211111608",
|
|
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-top-level-fix-
|
|
55
|
-
"mastra": "0.0.0-top-level-fix-
|
|
54
|
+
"@internal/lint": "0.0.0-top-level-fix-20251211111608",
|
|
55
|
+
"mastra": "0.0.0-top-level-fix-20251211111608"
|
|
56
56
|
},
|
|
57
57
|
"engines": {
|
|
58
58
|
"node": ">=22.13.0"
|