@mastra/deployer-cloud 0.17.0-alpha.3 → 0.17.0-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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @mastra/deployer-cloud
2
2
 
3
+ ## 0.17.0-alpha.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Update package.json and README ([#7886](https://github.com/mastra-ai/mastra/pull/7886))
8
+
9
+ - Updated dependencies [[`fb84c21`](https://github.com/mastra-ai/mastra/commit/fb84c21859d09bdc8f158bd5412bdc4b5835a61c), [`9d4fc09`](https://github.com/mastra-ai/mastra/commit/9d4fc09b2ad55caa7738c7ceb3a905e454f74cdd), [`d75ccf0`](https://github.com/mastra-ai/mastra/commit/d75ccf06dfd2582b916aa12624e3cd61b279edf1), [`0fed8f2`](https://github.com/mastra-ai/mastra/commit/0fed8f2aa84b167b3415ea6f8f70755775132c8d), [`87fd07f`](https://github.com/mastra-ai/mastra/commit/87fd07ff35387a38728967163460231b5d33ae3b)]:
10
+ - @mastra/core@0.17.0-alpha.4
11
+ - @mastra/deployer@0.17.0-alpha.4
12
+
3
13
  ## 0.17.0-alpha.3
4
14
 
5
15
  ### Minor Changes
package/README.md CHANGED
@@ -170,7 +170,3 @@ pnpm test
170
170
  # Lint code
171
171
  pnpm lint
172
172
  ```
173
-
174
- ## License
175
-
176
- Apache-2.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/deployer-cloud",
3
- "version": "0.17.0-alpha.3",
3
+ "version": "0.17.0-alpha.4",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "files": [
@@ -30,7 +30,7 @@
30
30
  "fs-extra": "^11.3.1",
31
31
  "pino": "^9.7.0",
32
32
  "redis": "^5.8.2",
33
- "@mastra/deployer": "^0.17.0-alpha.3",
33
+ "@mastra/deployer": "^0.17.0-alpha.4",
34
34
  "@mastra/loggers": "0.10.12-alpha.0"
35
35
  },
36
36
  "devDependencies": {