create-mastra 1.3.15-alpha.5 → 1.3.15
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 +6 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# create-mastra
|
|
2
2
|
|
|
3
|
+
## 1.3.15
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Improved Skills setup in `create-mastra` so agent selection is faster during project creation. Choosing an agent-specific setup now also installs the shared `Universal` skill. ([#14540](https://github.com/mastra-ai/mastra/pull/14540))
|
|
8
|
+
|
|
3
9
|
## 1.3.15-alpha.5
|
|
4
10
|
|
|
5
11
|
## 1.3.15-alpha.4
|
package/dist/index.js
CHANGED
|
@@ -2612,7 +2612,7 @@ var PinoLogger = class _PinoLogger extends MastraLogger {
|
|
|
2612
2612
|
};
|
|
2613
2613
|
|
|
2614
2614
|
var package_default = {
|
|
2615
|
-
version: "1.3.15
|
|
2615
|
+
version: "1.3.15"};
|
|
2616
2616
|
var logger = createLogger(false);
|
|
2617
2617
|
function createLogger(debug = false) {
|
|
2618
2618
|
return new PinoLogger({
|