@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/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",