create-mastra 1.14.0 → 1.14.1-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 +6 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# create-mastra
|
|
2
2
|
|
|
3
|
+
## 1.14.1-alpha.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 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))
|
|
8
|
+
|
|
3
9
|
## 1.14.0
|
|
4
10
|
|
|
5
11
|
### Minor Changes
|
package/dist/index.js
CHANGED
|
@@ -15842,7 +15842,7 @@ var PinoLogger = class _PinoLogger extends MastraLogger {
|
|
|
15842
15842
|
};
|
|
15843
15843
|
|
|
15844
15844
|
var package_default = {
|
|
15845
|
-
version: "1.14.0"};
|
|
15845
|
+
version: "1.14.1-alpha.0"};
|
|
15846
15846
|
var logger = createLogger(false);
|
|
15847
15847
|
function createLogger(debug = false) {
|
|
15848
15848
|
return new PinoLogger({
|