create-mastra 0.10.1-alpha.2 → 0.10.1-alpha.4

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.
@@ -21,11 +21,6 @@ registerHook(AvailableHooks.ON_GENERATION, ({ input, output, metric, runId, agen
21
21
  });
22
22
  });
23
23
 
24
- if (mastra.getStorage()) {
25
- // start storage init in the background
26
- mastra.getStorage().init();
27
- }
28
-
29
24
  registerHook(AvailableHooks.ON_EVALUATION, async traceObject => {
30
25
  const storage = mastra.getStorage();
31
26
  if (storage) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-mastra",
3
- "version": "0.10.1-alpha.2",
3
+ "version": "0.10.1-alpha.4",
4
4
  "description": "Create Mastra apps with one command",
5
5
  "license": "Elastic-2.0",
6
6
  "type": "module",
@@ -53,7 +53,7 @@
53
53
  "rollup-plugin-node-externals": "^8.0.0",
54
54
  "typescript": "^5.8.2",
55
55
  "@internal/lint": "0.0.6",
56
- "mastra": "^0.10.1-alpha.2"
56
+ "mastra": "^0.10.1-alpha.4"
57
57
  },
58
58
  "engines": {
59
59
  "node": ">=20"