create-mastra 0.11.3-alpha.4 → 0.11.3
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 +14 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# create-mastra
|
|
2
2
|
|
|
3
|
+
## 0.11.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 64152fd: Improve output of Cli Dev command
|
|
8
|
+
- de3cbc6: Update the `package.json` file to include additional fields like `repository`, `homepage` or `files`.
|
|
9
|
+
- 8e4fe90: Unify focus outlines
|
|
10
|
+
- f539199: mastra start - load env files, custom env. Deperecate --env flag for mastra build
|
|
11
|
+
- 87de958: fix chat outline
|
|
12
|
+
- 6f715fe: Fix plyground baseUrl, default api baseUrl to playground baseUrl
|
|
13
|
+
- 01264f1: Mastra dev- load env vars before watch
|
|
14
|
+
- 3308c9f: fix dev:playground command
|
|
15
|
+
- d99baf6: change outline
|
|
16
|
+
|
|
3
17
|
## 0.11.3-alpha.4
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-mastra",
|
|
3
|
-
"version": "0.11.3
|
|
3
|
+
"version": "0.11.3",
|
|
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.
|
|
55
|
-
"mastra": "^0.11.3
|
|
54
|
+
"@internal/lint": "0.0.35",
|
|
55
|
+
"mastra": "^0.11.3"
|
|
56
56
|
},
|
|
57
57
|
"engines": {
|
|
58
58
|
"node": ">=20"
|