@mastra/editor 0.12.0 → 0.12.1-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 +21 -0
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# @mastra/editor
|
|
2
2
|
|
|
3
|
+
## 0.12.1-alpha.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Fixed the @mastra/editor build failing on native Windows by using POSIX separators for tsup entry globs. ([#18124](https://github.com/mastra-ai/mastra/pull/18124))
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`339c57c`](https://github.com/mastra-ai/mastra/commit/339c57c5b2c6dbe75a125e138228e0556528976f), [`1dd4117`](https://github.com/mastra-ai/mastra/commit/1dd4117dcbd8e031ede9f0489436bfbc6f0315b8), [`2b11d1f`](https://github.com/mastra-ai/mastra/commit/2b11d1f6ac7024c5dd2b2dd12a48a956ac9d63bd), [`49af8df`](https://github.com/mastra-ai/mastra/commit/49af8df589c4ff71a5015a4553b377b32704b691), [`30ce559`](https://github.com/mastra-ai/mastra/commit/30ce55902ecf819b8ab8697398dd68b108228063), [`c241b92`](https://github.com/mastra-ai/mastra/commit/c241b929dc8c8d6a7b7219c99ed13ac1f3124a77), [`7d6ff70`](https://github.com/mastra-ai/mastra/commit/7d6ff708727297a0526ca0e26e93eeb5bbaaa187)]:
|
|
10
|
+
- @mastra/core@1.44.0-alpha.2
|
|
11
|
+
|
|
12
|
+
## 0.12.1-alpha.0
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- Security remediation for the 2026-06-17 "easy-day-js" supply-chain incident. Patch bump to publish clean versions and move the `latest` dist-tag forward, superseding the compromised versions that declared the malicious `easy-day-js` dependency. ([#18056](https://github.com/mastra-ai/mastra/pull/18056))
|
|
17
|
+
|
|
18
|
+
- Updated dependencies [[`77a2351`](https://github.com/mastra-ai/mastra/commit/77a2351ee79296e360bce822cb3391f7cfd6489d)]:
|
|
19
|
+
- @mastra/core@1.43.1-alpha.0
|
|
20
|
+
- @mastra/mcp@1.10.1-alpha.0
|
|
21
|
+
- @mastra/memory@1.20.6-alpha.0
|
|
22
|
+
- @mastra/schema-compat@1.2.14-alpha.0
|
|
23
|
+
|
|
3
24
|
## 0.12.0
|
|
4
25
|
|
|
5
26
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/editor",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.1-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.20.
|
|
79
|
-
"@mastra/schema-compat": "1.2.
|
|
78
|
+
"@mastra/memory": "1.20.6-alpha.0",
|
|
79
|
+
"@mastra/schema-compat": "1.2.14-alpha.0"
|
|
80
80
|
},
|
|
81
81
|
"devDependencies": {
|
|
82
82
|
"@hono/node-server": "^1.19.11",
|
|
@@ -86,13 +86,13 @@
|
|
|
86
86
|
"typescript": "^6.0.3",
|
|
87
87
|
"vitest": "4.1.8",
|
|
88
88
|
"zod": "^3.25.76",
|
|
89
|
-
"@internal/ai-sdk-v5": "0.0.52",
|
|
90
|
-
"@internal/ai-v6": "0.0.52",
|
|
91
89
|
"@internal/ai-sdk-v4": "0.0.52",
|
|
92
|
-
"@
|
|
93
|
-
"@
|
|
94
|
-
"@mastra/libsql": "1.13.
|
|
95
|
-
"@mastra/mcp": "1.10.0"
|
|
90
|
+
"@internal/ai-v6": "0.0.52",
|
|
91
|
+
"@internal/ai-sdk-v5": "0.0.52",
|
|
92
|
+
"@mastra/libsql": "1.13.3-alpha.0",
|
|
93
|
+
"@mastra/mcp": "1.10.1-alpha.0",
|
|
94
|
+
"@mastra/core": "1.44.0-alpha.2",
|
|
95
|
+
"@mastra/hono": "1.4.28-alpha.2"
|
|
96
96
|
},
|
|
97
97
|
"peerDependencies": {
|
|
98
98
|
"@mastra/core": ">=1.34.0-0 <2.0.0-0",
|