create-mastra 1.14.1-alpha.2 → 1.15.0-alpha.0
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/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# create-mastra
|
|
2
2
|
|
|
3
|
+
## 1.15.0-alpha.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- Random bump ([#18178](https://github.com/mastra-ai/mastra/pull/18178))
|
|
8
|
+
|
|
9
|
+
## 1.14.1
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Security remediation for the 2026-06-17 "easy-day-js" supply-chain incident. Patch bump to publish clean versions and move the `latest` dist-tag forward, superseding the compromised versions that declared the malicious `easy-day-js` dependency. ([#18056](https://github.com/mastra-ai/mastra/pull/18056))
|
|
14
|
+
|
|
3
15
|
## 1.14.1-alpha.2
|
|
4
16
|
|
|
5
17
|
## 1.14.1-alpha.1
|
package/dist/index.js
CHANGED
|
@@ -15952,7 +15952,7 @@ var PinoLogger = class _PinoLogger extends MastraLogger {
|
|
|
15952
15952
|
};
|
|
15953
15953
|
|
|
15954
15954
|
var package_default = {
|
|
15955
|
-
version: "1.
|
|
15955
|
+
version: "1.15.0-alpha.0"};
|
|
15956
15956
|
var logger = createLogger(false);
|
|
15957
15957
|
function createLogger(debug = false) {
|
|
15958
15958
|
return new PinoLogger({
|