@mastra/editor 0.12.1-alpha.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
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
+
3
12
  ## 0.12.1-alpha.0
4
13
 
5
14
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/editor",
3
- "version": "0.12.1-alpha.0",
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",
@@ -87,12 +87,12 @@
87
87
  "vitest": "4.1.8",
88
88
  "zod": "^3.25.76",
89
89
  "@internal/ai-sdk-v4": "0.0.52",
90
- "@mastra/core": "1.43.1-alpha.0",
90
+ "@internal/ai-v6": "0.0.52",
91
91
  "@internal/ai-sdk-v5": "0.0.52",
92
- "@mastra/hono": "1.4.28-alpha.0",
93
92
  "@mastra/libsql": "1.13.3-alpha.0",
94
- "@internal/ai-v6": "0.0.52",
95
- "@mastra/mcp": "1.10.1-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",