@mastra/editor 0.13.8 → 0.13.9-alpha.0
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/dist/composio.cjs.map +1 -1
- package/dist/composio.js.map +1 -1
- package/dist/index.cjs +5 -6
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -2
- package/dist/index.js.map +1 -1
- package/package.json +9 -9
package/dist/index.js
CHANGED
|
@@ -2487,8 +2487,7 @@ var EditorFavoritesNamespace = class extends EditorNamespace {
|
|
|
2487
2487
|
};
|
|
2488
2488
|
|
|
2489
2489
|
// src/providers.ts
|
|
2490
|
-
import { LocalFilesystem } from "@mastra/core/workspace";
|
|
2491
|
-
import { LocalSandbox } from "@mastra/core/workspace";
|
|
2490
|
+
import { LocalFilesystem, LocalSandbox } from "@mastra/core/workspace";
|
|
2492
2491
|
var localFilesystemProvider = {
|
|
2493
2492
|
id: "local",
|
|
2494
2493
|
name: "Local Filesystem",
|