@mastra/editor 0.14.1-alpha.2 → 0.14.1-alpha.3
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 +8 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @mastra/editor
|
|
2
2
|
|
|
3
|
+
## 0.14.1-alpha.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`aa3a85d`](https://github.com/mastra-ai/mastra/commit/aa3a85daf094c683bb97efdf4b6a696d2e474af5), [`d29d06f`](https://github.com/mastra-ai/mastra/commit/d29d06fe00bbd35b4571150ea04c59d2ed783c71), [`e6516df`](https://github.com/mastra-ai/mastra/commit/e6516dfcdae4f4ac0e7971d84359a81385ee602f), [`0b2a3d1`](https://github.com/mastra-ai/mastra/commit/0b2a3d1783875c5b97b7b36ab3d03d7360e0dde7), [`6bb5d71`](https://github.com/mastra-ai/mastra/commit/6bb5d7193fe9166b219f0fccae17db7a5ae86e65), [`57de7d6`](https://github.com/mastra-ai/mastra/commit/57de7d644ba7146edb4e9e6111ec4fa98c3a59e9), [`e8e299c`](https://github.com/mastra-ai/mastra/commit/e8e299cc6abdfc39947e2fec25803493015d3882), [`edfc548`](https://github.com/mastra-ai/mastra/commit/edfc548886bc7bae17b681f8b6b41a47eb32bcd2), [`a8a4871`](https://github.com/mastra-ai/mastra/commit/a8a4871215f51da95c47129602157ce5372f634a), [`5165cdc`](https://github.com/mastra-ai/mastra/commit/5165cdcdcf50e144bb8113278535196cc9b07065), [`6bb5d71`](https://github.com/mastra-ai/mastra/commit/6bb5d7193fe9166b219f0fccae17db7a5ae86e65), [`9c984f9`](https://github.com/mastra-ai/mastra/commit/9c984f9152c0ded45453f21cb1f517fe12f8beae), [`9ee8120`](https://github.com/mastra-ai/mastra/commit/9ee8120ce17f76b9f617489e05a283353742690a), [`d975e92`](https://github.com/mastra-ai/mastra/commit/d975e924d4936f46c386bd3dee39c671720289f6), [`1cfa878`](https://github.com/mastra-ai/mastra/commit/1cfa8784d8da0dfaa0317e5048bc48b6084a5ea5), [`c118318`](https://github.com/mastra-ai/mastra/commit/c1183181c9804303db4b511c2e2648f8b714712b), [`fc07c64`](https://github.com/mastra-ai/mastra/commit/fc07c6465043e08e99193a6751a01c56ffc2e7a1), [`542dee2`](https://github.com/mastra-ai/mastra/commit/542dee254167f974ff8cbbbfc0ce10f9a2616a7b), [`8dcd635`](https://github.com/mastra-ai/mastra/commit/8dcd6357f0d9557cebc727d7abc6901af6231e4f), [`a58483c`](https://github.com/mastra-ai/mastra/commit/a58483cff1a9d41fce7c931843f48cb0ac450f64), [`a58483c`](https://github.com/mastra-ai/mastra/commit/a58483cff1a9d41fce7c931843f48cb0ac450f64), [`895e9df`](https://github.com/mastra-ai/mastra/commit/895e9dfc17d6f34299eca64e317ded9e5f5e5ef8)]:
|
|
8
|
+
- @mastra/core@1.62.0-alpha.8
|
|
9
|
+
- @mastra/memory@1.28.0-alpha.3
|
|
10
|
+
|
|
3
11
|
## 0.14.1-alpha.2
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/editor",
|
|
3
|
-
"version": "0.14.1-alpha.
|
|
3
|
+
"version": "0.14.1-alpha.3",
|
|
4
4
|
"description": "Mastra Editor for agent management and instantiation",
|
|
5
5
|
"main": "dist/index.cjs",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"@arcadeai/arcadejs": "^2.4.1",
|
|
76
76
|
"@composio/core": "^0.14.0",
|
|
77
77
|
"@composio/mastra": "^0.10.2",
|
|
78
|
-
"@mastra/memory": "1.28.0-alpha.
|
|
78
|
+
"@mastra/memory": "1.28.0-alpha.3",
|
|
79
79
|
"@mastra/schema-compat": "1.3.7"
|
|
80
80
|
},
|
|
81
81
|
"devDependencies": {
|
|
@@ -86,13 +86,13 @@
|
|
|
86
86
|
"typescript": "^6.0.3",
|
|
87
87
|
"vitest": "4.1.10",
|
|
88
88
|
"zod": "^3.25.76",
|
|
89
|
+
"@internal/ai-sdk-v5": "0.0.72",
|
|
89
90
|
"@internal/ai-sdk-v4": "0.0.72",
|
|
90
91
|
"@internal/ai-v6": "0.0.72",
|
|
91
|
-
"@
|
|
92
|
-
"@mastra/
|
|
93
|
-
"@mastra/
|
|
94
|
-
"@mastra/mcp": "1.17.2-alpha.2"
|
|
95
|
-
"@mastra/libsql": "1.22.0-alpha.1"
|
|
92
|
+
"@mastra/hono": "1.7.2-alpha.8",
|
|
93
|
+
"@mastra/core": "1.62.0-alpha.8",
|
|
94
|
+
"@mastra/libsql": "1.22.0-alpha.2",
|
|
95
|
+
"@mastra/mcp": "1.17.2-alpha.2"
|
|
96
96
|
},
|
|
97
97
|
"peerDependencies": {
|
|
98
98
|
"@mastra/core": ">=1.34.0-0 <2.0.0-0",
|