create-mastra 1.3.5 → 1.3.6

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 CHANGED
@@ -1,5 +1,9 @@
1
1
  # create-mastra
2
2
 
3
+ ## 1.3.6
4
+
5
+ ## 1.3.6-alpha.0
6
+
3
7
  ## 1.3.5
4
8
 
5
9
  ## 1.3.5-alpha.0
package/LICENSE.md CHANGED
@@ -1,3 +1,18 @@
1
+ Portions of this software are licensed as follows:
2
+
3
+ - All content that resides under any directory named "ee/" within this
4
+ repository, including but not limited to:
5
+ - `packages/core/src/auth/ee/`
6
+ - `packages/server/src/server/auth/ee/`
7
+ is licensed under the license defined in `ee/LICENSE`.
8
+
9
+ - All third-party components incorporated into the Mastra Software are
10
+ licensed under the original license provided by the owner of the
11
+ applicable component.
12
+
13
+ - Content outside of the above-mentioned directories or restrictions is
14
+ available under the "Apache License 2.0" as defined below.
15
+
1
16
  # Apache License 2.0
2
17
 
3
18
  Copyright (c) 2025 Kepler Software, Inc.
package/dist/index.js CHANGED
@@ -1265,7 +1265,7 @@ var PinoLogger = class _PinoLogger extends MastraLogger {
1265
1265
  };
1266
1266
 
1267
1267
  var package_default = {
1268
- version: "1.3.5"};
1268
+ version: "1.3.6"};
1269
1269
  function getPackageManagerAddCommand(pm) {
1270
1270
  switch (pm) {
1271
1271
  case "npm":