@mastra/daytona 0.9.1-alpha.0 → 0.9.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/CHANGELOG.md +9 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @mastra/daytona
|
|
2
2
|
|
|
3
|
+
## 0.9.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Fixed Daytona computer use to remain disabled unless `computerUse` is explicitly enabled, preventing unexpected computer tools from being added after upgrading. ([#22478](https://github.com/mastra-ai/mastra/pull/22478))
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`bae1502`](https://github.com/mastra-ai/mastra/commit/bae150254b06a4da6964d7c137af97f336362359), [`0885364`](https://github.com/mastra-ai/mastra/commit/0885364c2fc7fa31febcfc444fc1ba5231ac1257), [`b8cb683`](https://github.com/mastra-ai/mastra/commit/b8cb683ba66499df254ddd1f7edd8cae3f89d2e7), [`078affd`](https://github.com/mastra-ai/mastra/commit/078affdaea57ac5e95a77e9e7b197d1878190684), [`9e3403e`](https://github.com/mastra-ai/mastra/commit/9e3403e9868240cb18841898e84cf008ebd7a87e), [`791bf5e`](https://github.com/mastra-ai/mastra/commit/791bf5e81cd27e2e1cff66122f1380ab8a3dda41)]:
|
|
10
|
+
- @mastra/core@1.63.1
|
|
11
|
+
|
|
3
12
|
## 0.9.1-alpha.0
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/daytona",
|
|
3
|
-
"version": "0.9.1
|
|
3
|
+
"version": "0.9.1",
|
|
4
4
|
"description": "Daytona cloud sandbox provider for Mastra workspaces",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -31,11 +31,11 @@
|
|
|
31
31
|
"tsdown": "0.22.9",
|
|
32
32
|
"typescript": "^6.0.3",
|
|
33
33
|
"vitest": "4.1.10",
|
|
34
|
-
"@internal/lint": "0.0.
|
|
34
|
+
"@internal/lint": "0.0.128",
|
|
35
|
+
"@internal/types-builder": "0.0.103",
|
|
36
|
+
"@internal/workspace-test-utils": "0.0.72",
|
|
37
|
+
"@mastra/core": "1.63.1",
|
|
35
38
|
"@mastra/gcs": "0.3.2",
|
|
36
|
-
"@internal/workspace-test-utils": "0.0.71",
|
|
37
|
-
"@internal/types-builder": "0.0.102",
|
|
38
|
-
"@mastra/core": "1.63.1-alpha.1",
|
|
39
39
|
"@mastra/s3": "0.6.1"
|
|
40
40
|
},
|
|
41
41
|
"peerDependencies": {
|