@mastra/deployer-cloud 1.67.0 → 1.68.0-alpha.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.
@@ -97,9 +97,9 @@
97
97
  connectSSE();
98
98
  })();
99
99
  </script>
100
- <script type="module" crossorigin src="./assets/index-DcEuRGVF.js"></script>
100
+ <script type="module" crossorigin src="./assets/index-9ejbVcS3.js"></script>
101
101
  <link rel="modulepreload" crossorigin href="./assets/preload-helper-PPVm8Dsz.js">
102
- <link rel="stylesheet" crossorigin href="./assets/style-mRgK5Myo.css">
102
+ <link rel="stylesheet" crossorigin href="./assets/style-B2Of8R9B.css">
103
103
  </head>
104
104
 
105
105
  <body class="overflow-hidden">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/deployer-cloud",
3
- "version": "1.67.0",
3
+ "version": "1.68.0-alpha.0",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "files": [
@@ -29,8 +29,8 @@
29
29
  "fs-extra": "^11.3.5",
30
30
  "pino": "^10.3.1",
31
31
  "redis": "^5.12.1",
32
- "@mastra/loggers": "1.3.2",
33
- "@mastra/deployer": "^1.67.0"
32
+ "@mastra/deployer": "^1.68.0-alpha.0",
33
+ "@mastra/loggers": "1.3.2"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@manypkg/get-packages": "^3.1.0",
@@ -43,9 +43,9 @@
43
43
  "typescript": "^7.0.2",
44
44
  "vitest": "4.1.10",
45
45
  "@internal/lint": "0.0.133",
46
- "@internal/playground": "1.30.0",
46
+ "@internal/playground": "1.31.0-alpha.0",
47
47
  "@internal/types-builder": "0.0.108",
48
- "@mastra/core": "1.67.0"
48
+ "@mastra/core": "1.68.0-alpha.0"
49
49
  },
50
50
  "peerDependencies": {
51
51
  "@mastra/core": ">=1.50.0-0 <2.0.0-0"