create-mastra 1.19.0-alpha.9 → 1.19.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 CHANGED
@@ -1,5 +1,17 @@
1
1
  # create-mastra
2
2
 
3
+ ## 1.19.0
4
+
5
+ ## 1.19.0-alpha.14
6
+
7
+ ## 1.19.0-alpha.13
8
+
9
+ ## 1.19.0-alpha.12
10
+
11
+ ## 1.19.0-alpha.11
12
+
13
+ ## 1.19.0-alpha.10
14
+
3
15
  ## 1.19.0-alpha.9
4
16
 
5
17
  ## 1.19.0-alpha.8
package/dist/index.js CHANGED
@@ -15999,7 +15999,10 @@ export const mastra = new Mastra({
15999
15999
  id: 'composite-storage',
16000
16000
  default: new LibSQLStore({
16001
16001
  id: "mastra-storage",
16002
- url: "file:./mastra.db",
16002
+ // Uses a hosted database when deployed (mastra env db create --kind turso),
16003
+ // and a local file during development.
16004
+ url: process.env.TURSO_DATABASE_URL ?? "file:./mastra.db",
16005
+ authToken: process.env.TURSO_AUTH_TOKEN,
16003
16006
  }),
16004
16007
  domains: {
16005
16008
  observability: await new DuckDBStore().getStore('observability'),
@@ -16779,7 +16782,7 @@ var PinoLogger = class _PinoLogger extends MastraLogger {
16779
16782
  };
16780
16783
 
16781
16784
  var package_default = {
16782
- version: "1.19.0-alpha.9"};
16785
+ version: "1.19.0"};
16783
16786
  var logger = createLogger(false);
16784
16787
  function createLogger(debug = false) {
16785
16788
  return new PinoLogger({