@mastra/deployer-cloud 0.0.0-tool-list-type-20250910144009 → 0.0.0-tool-list-type-20250910151653

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -4
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,15 +1,15 @@
1
1
  # @mastra/deployer-cloud
2
2
 
3
- ## 0.0.0-tool-list-type-20250910144009
3
+ ## 0.0.0-tool-list-type-20250910151653
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Remove unused deps ([#7652](https://github.com/mastra-ai/mastra/pull/7652))
8
8
 
9
9
  - Updated dependencies [[`d34aaa1`](https://github.com/mastra-ai/mastra/commit/d34aaa1da5d3c5f991740f59e2fe6d28d3e2dd91), [`b2babfa`](https://github.com/mastra-ai/mastra/commit/b2babfa9e75b22f2759179e71d8473f6dc5421ed)]:
10
- - @mastra/core@0.0.0-tool-list-type-20250910144009
11
- - @mastra/deployer@0.0.0-tool-list-type-20250910144009
12
- - @mastra/loggers@0.0.0-tool-list-type-20250910144009
10
+ - @mastra/core@0.0.0-tool-list-type-20250910151653
11
+ - @mastra/deployer@0.0.0-tool-list-type-20250910151653
12
+ - @mastra/loggers@0.0.0-tool-list-type-20250910151653
13
13
 
14
14
  ## 0.16.2
15
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/deployer-cloud",
3
- "version": "0.0.0-tool-list-type-20250910144009",
3
+ "version": "0.0.0-tool-list-type-20250910151653",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "files": [
@@ -30,8 +30,8 @@
30
30
  "fs-extra": "^11.3.1",
31
31
  "pino": "^9.7.0",
32
32
  "redis": "^5.8.2",
33
- "@mastra/deployer": "0.0.0-tool-list-type-20250910144009",
34
- "@mastra/loggers": "0.0.0-tool-list-type-20250910144009"
33
+ "@mastra/deployer": "0.0.0-tool-list-type-20250910151653",
34
+ "@mastra/loggers": "0.0.0-tool-list-type-20250910151653"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@types/fs-extra": "^11.0.4",
@@ -40,8 +40,8 @@
40
40
  "tsup": "^8.5.0",
41
41
  "typescript": "^5.8.3",
42
42
  "vitest": "^3.2.4",
43
- "@internal/types-builder": "0.0.0-tool-list-type-20250910144009",
44
- "@internal/lint": "0.0.0-tool-list-type-20250910144009"
43
+ "@internal/lint": "0.0.0-tool-list-type-20250910151653",
44
+ "@internal/types-builder": "0.0.0-tool-list-type-20250910151653"
45
45
  },
46
46
  "peerDependencies": {
47
47
  "@mastra/core": "0.15.3-alpha.6"