@mastra/deployer-vercel 0.10.1-alpha.1 → 0.10.1

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/dist/index.cjs CHANGED
@@ -125,11 +125,6 @@ registerHook(AvailableHooks.ON_GENERATION, ({ input, output, metric, runId, agen
125
125
  });
126
126
  });
127
127
 
128
- if (mastra.getStorage()) {
129
- // start storage init in the background
130
- mastra.getStorage().init();
131
- }
132
-
133
128
  registerHook(AvailableHooks.ON_EVALUATION, async traceObject => {
134
129
  const storage = mastra.getStorage();
135
130
  if (storage) {
package/dist/index.js CHANGED
@@ -100,11 +100,6 @@ registerHook(AvailableHooks.ON_GENERATION, ({ input, output, metric, runId, agen
100
100
  });
101
101
  });
102
102
 
103
- if (mastra.getStorage()) {
104
- // start storage init in the background
105
- mastra.getStorage().init();
106
- }
107
-
108
103
  registerHook(AvailableHooks.ON_EVALUATION, async traceObject => {
109
104
  const storage = mastra.getStorage();
110
105
  if (storage) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/deployer-vercel",
3
- "version": "0.10.1-alpha.1",
3
+ "version": "0.10.1",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "files": [
@@ -27,7 +27,7 @@
27
27
  "dependencies": {
28
28
  "@rollup/plugin-virtual": "^3.0.2",
29
29
  "fs-extra": "^11.3.0",
30
- "@mastra/deployer": "^0.10.1-alpha.1"
30
+ "@mastra/deployer": "^0.10.1"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@microsoft/api-extractor": "^7.52.5",
@@ -37,8 +37,8 @@
37
37
  "typescript": "^5.8.2",
38
38
  "vercel": "^39.4.2",
39
39
  "vitest": "^3.1.2",
40
- "@internal/lint": "0.0.6",
41
- "@mastra/core": "0.10.1-alpha.1"
40
+ "@internal/lint": "0.0.7",
41
+ "@mastra/core": "0.10.1"
42
42
  },
43
43
  "peerDependencies": {
44
44
  "@mastra/core": "^0.10.0"