@mastra/deployer-cloudflare 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
@@ -91,11 +91,6 @@ var CloudflareDeployer = class extends deployer.Deployer {
91
91
  });
92
92
  });
93
93
 
94
- if (mastra.getStorage()) {
95
- // start storage init in the background
96
- mastra.getStorage().init();
97
- }
98
-
99
94
  registerHook(AvailableHooks.ON_EVALUATION, async traceObject => {
100
95
  const storage = mastra.getStorage();
101
96
  if (storage) {
package/dist/index.js CHANGED
@@ -85,11 +85,6 @@ var CloudflareDeployer = class extends Deployer {
85
85
  });
86
86
  });
87
87
 
88
- if (mastra.getStorage()) {
89
- // start storage init in the background
90
- mastra.getStorage().init();
91
- }
92
-
93
88
  registerHook(AvailableHooks.ON_EVALUATION, async traceObject => {
94
89
  const storage = mastra.getStorage();
95
90
  if (storage) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/deployer-cloudflare",
3
- "version": "0.10.1-alpha.1",
3
+ "version": "0.10.1",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "files": [
@@ -41,7 +41,7 @@
41
41
  "rollup": "^4.35.0",
42
42
  "wrangler": "^4.4.0",
43
43
  "zod": "^3.24.3",
44
- "@mastra/deployer": "^0.10.1-alpha.1"
44
+ "@mastra/deployer": "^0.10.1"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@microsoft/api-extractor": "^7.52.5",
@@ -50,8 +50,8 @@
50
50
  "tsup": "^8.4.0",
51
51
  "typescript": "^5.8.2",
52
52
  "vitest": "^3.1.2",
53
- "@internal/lint": "0.0.6",
54
- "@mastra/core": "0.10.1-alpha.1"
53
+ "@mastra/core": "0.10.1",
54
+ "@internal/lint": "0.0.7"
55
55
  },
56
56
  "peerDependencies": {
57
57
  "@mastra/core": "^0.10.0"