🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@mastra/cloud

Package Overview
Dependencies
Maintainers
11
Versions
240
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mastra/cloud - npm Package Compare versions

Comparing version
0.1.20
to
0.1.21
+9
-0
CHANGELOG.md
# @mastra/cloud
## 0.1.21
### Patch Changes
- Fix peerdependencies ([`eb7c1c8`](https://github.com/mastra-ai/mastra/commit/eb7c1c8c592d8fb16dfd250e337d9cdc73c8d5de))
- Updated dependencies []:
- @mastra/core@0.23.1
## 0.1.20

@@ -4,0 +13,0 @@

+12
-5
{
"name": "@mastra/cloud",
"version": "0.1.20",
"version": "0.1.21",
"description": "Official Mastra Cloud integration package for telemetry",

@@ -48,8 +48,8 @@ "type": "module",

"typescript": "^5.8.3",
"@internal/lint": "0.0.51",
"@mastra/core": "0.22.0",
"@internal/types-builder": "0.0.26"
"@mastra/core": "0.23.1",
"@internal/lint": "0.0.55",
"@internal/types-builder": "0.0.30"
},
"peerDependencies": {
"@mastra/core": ">=0.18.1-0 <0.23.0-0"
"@mastra/core": ">=0.18.1-0 <0.24.0-0"
},

@@ -65,2 +65,9 @@ "homepage": "https://mastra.ai",

},
"publishConfig": {
"access": "public",
"publish-branch": [
"main",
"0.x"
]
},
"scripts": {

@@ -67,0 +74,0 @@ "build": "tsup --silent --config tsup.config.ts",