@mastra/editor 0.13.3 → 0.13.4-alpha.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 +19 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# @mastra/editor
|
|
2
2
|
|
|
3
|
+
## 0.13.4-alpha.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`700619b`](https://github.com/mastra-ai/mastra/commit/700619b61d572e592cbaaf758121d168844ca4d2), [`0c3d4bc`](https://github.com/mastra-ai/mastra/commit/0c3d4bcae13ea3699d379403e6f350d5cf4efe9f), [`17369b2`](https://github.com/mastra-ai/mastra/commit/17369b25250561e9ed994ae509be1d15bfb33bcb), [`bcae929`](https://github.com/mastra-ai/mastra/commit/bcae929945cbf265bd9f327cc715ecafa072b5b9), [`b33822e`](https://github.com/mastra-ai/mastra/commit/b33822e8d470884954b02f7b0745407ee4ef74b1), [`d5c11e3`](https://github.com/mastra-ai/mastra/commit/d5c11e3ba5045969caa7272a7bd1fd141c93ab6c), [`ff80671`](https://github.com/mastra-ai/mastra/commit/ff8067185e208b27198b4e5b71803013175c3643), [`dab1257`](https://github.com/mastra-ai/mastra/commit/dab1257b64e4ed576dc5038bb7a3f7072338bc9f), [`df25635`](https://github.com/mastra-ai/mastra/commit/df25635b954e63b5dbf8f1636af953b95c631809), [`705ff39`](https://github.com/mastra-ai/mastra/commit/705ff3969e57214ff2fdaf3815d751dd558886ed), [`e6fbd5b`](https://github.com/mastra-ai/mastra/commit/e6fbd5bfdc28e92c0c0433f29aa1bc152d3430f6), [`6f2026c`](https://github.com/mastra-ai/mastra/commit/6f2026cdf114ff1e21e49133ca774ec7d5085059), [`ff80671`](https://github.com/mastra-ai/mastra/commit/ff8067185e208b27198b4e5b71803013175c3643), [`f890eda`](https://github.com/mastra-ai/mastra/commit/f890eda2c8a2ae83d9b30bc6d85842f93b6c266b)]:
|
|
8
|
+
- @mastra/core@1.49.0-alpha.3
|
|
9
|
+
- @mastra/mcp@1.13.0-alpha.1
|
|
10
|
+
- @mastra/memory@1.22.1-alpha.1
|
|
11
|
+
|
|
12
|
+
## 0.13.4-alpha.0
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- Updated dependencies [[`cc440a3`](https://github.com/mastra-ai/mastra/commit/cc440a39400d8ce06655462b26c1666a1b3d4320), [`ea6327b`](https://github.com/mastra-ai/mastra/commit/ea6327ba2d63ca647804bc97b347e03a58617162), [`3439fa8`](https://github.com/mastra-ai/mastra/commit/3439fa836ecfcaa257b40c20b30ac2a8be22e9ea), [`85107f2`](https://github.com/mastra-ai/mastra/commit/85107f2758b527147fccbedff962961927c2d3b8), [`1042cb4`](https://github.com/mastra-ai/mastra/commit/1042cb4da227c0a1315a6362262be3058866c5f8), [`06ff9e0`](https://github.com/mastra-ai/mastra/commit/06ff9e0befd1d642ab87ff749285ee4091205c7e), [`7f5e1ff`](https://github.com/mastra-ai/mastra/commit/7f5e1ff695a92f672bb3976363925d1e9136b54a), [`b8375c1`](https://github.com/mastra-ai/mastra/commit/b8375c1f8fe905df8ae2ae9a893bb365f17aec4e), [`9ab5faa`](https://github.com/mastra-ai/mastra/commit/9ab5faaff673ee9953ab4604cec217ee57875cd5), [`003f35d`](https://github.com/mastra-ai/mastra/commit/003f35d19e07b23b4bacc591c8bc0c59b42124ae)]:
|
|
17
|
+
- @mastra/core@1.49.0-alpha.1
|
|
18
|
+
- @mastra/schema-compat@1.3.3-alpha.0
|
|
19
|
+
- @mastra/mcp@1.13.0-alpha.0
|
|
20
|
+
- @mastra/memory@1.22.1-alpha.0
|
|
21
|
+
|
|
3
22
|
## 0.13.3
|
|
4
23
|
|
|
5
24
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/editor",
|
|
3
|
-
"version": "0.13.
|
|
3
|
+
"version": "0.13.4-alpha.1",
|
|
4
4
|
"description": "Mastra Editor for agent management and instantiation",
|
|
5
5
|
"main": "dist/index.cjs",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -75,8 +75,8 @@
|
|
|
75
75
|
"@arcadeai/arcadejs": "^2.4.1",
|
|
76
76
|
"@composio/core": "^0.6.5",
|
|
77
77
|
"@composio/mastra": "^0.6.5",
|
|
78
|
-
"@mastra/memory": "1.22.
|
|
79
|
-
"@mastra/schema-compat": "1.3.
|
|
78
|
+
"@mastra/memory": "1.22.1-alpha.1",
|
|
79
|
+
"@mastra/schema-compat": "1.3.3-alpha.0"
|
|
80
80
|
},
|
|
81
81
|
"devDependencies": {
|
|
82
82
|
"@hono/node-server": "^1.19.11",
|
|
@@ -88,11 +88,11 @@
|
|
|
88
88
|
"zod": "^3.25.76",
|
|
89
89
|
"@internal/ai-sdk-v4": "0.0.57",
|
|
90
90
|
"@internal/ai-v6": "0.0.57",
|
|
91
|
-
"@mastra/
|
|
92
|
-
"@mastra/
|
|
93
|
-
"@mastra/libsql": "1.
|
|
94
|
-
"@
|
|
95
|
-
"@
|
|
91
|
+
"@mastra/hono": "1.5.4-alpha.3",
|
|
92
|
+
"@mastra/core": "1.49.0-alpha.3",
|
|
93
|
+
"@mastra/libsql": "1.15.0-alpha.0",
|
|
94
|
+
"@internal/ai-sdk-v5": "0.0.57",
|
|
95
|
+
"@mastra/mcp": "1.13.0-alpha.1"
|
|
96
96
|
},
|
|
97
97
|
"peerDependencies": {
|
|
98
98
|
"@mastra/core": ">=1.34.0-0 <2.0.0-0",
|