create-mastra 0.0.0-om-20260129020341 → 0.0.0-om-20260130230833
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 +15 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,20 @@
|
|
|
1
1
|
# create-mastra
|
|
2
2
|
|
|
3
|
-
## 0.0.0-om-
|
|
3
|
+
## 0.0.0-om-20260130230833
|
|
4
|
+
|
|
5
|
+
## 1.1.0
|
|
6
|
+
|
|
7
|
+
### Patch Changes
|
|
8
|
+
|
|
9
|
+
- fix workflow run input caching bug in studio UI ([#11784](https://github.com/mastra-ai/mastra/pull/11784))
|
|
10
|
+
|
|
11
|
+
## 1.1.0-alpha.3
|
|
12
|
+
|
|
13
|
+
## 1.1.0-alpha.2
|
|
14
|
+
|
|
15
|
+
## 1.1.0-alpha.1
|
|
16
|
+
|
|
17
|
+
## 1.1.0-alpha.0
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
|
6
20
|
|
package/dist/index.js
CHANGED
|
@@ -1233,7 +1233,7 @@ var PinoLogger = class _PinoLogger extends MastraLogger {
|
|
|
1233
1233
|
};
|
|
1234
1234
|
|
|
1235
1235
|
var package_default = {
|
|
1236
|
-
version: "1.0
|
|
1236
|
+
version: "1.1.0"};
|
|
1237
1237
|
function getPackageManagerAddCommand(pm) {
|
|
1238
1238
|
switch (pm) {
|
|
1239
1239
|
case "npm":
|
|
@@ -1995,8 +1995,8 @@ export const mastra = new Mastra({
|
|
|
1995
1995
|
${filteredExports.join("\n ")}
|
|
1996
1996
|
storage: new LibSQLStore({
|
|
1997
1997
|
id: "mastra-storage",
|
|
1998
|
-
// stores observability, scores, ... into
|
|
1999
|
-
url: "
|
|
1998
|
+
// stores observability, scores, ... into persistent file storage
|
|
1999
|
+
url: "file:./mastra.db",
|
|
2000
2000
|
}),
|
|
2001
2001
|
logger: new PinoLogger({
|
|
2002
2002
|
name: 'Mastra',
|