@storm-software/workspace-tools 1.131.0 → 1.132.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.
@@ -1,5 +1,5 @@
1
- import { ResolvedConfig, type LoadConfigOptions } from "c12";
2
1
  import type { StormConfigInput } from "@storm-software/config";
2
+ import { ResolvedConfig, type LoadConfigOptions } from "c12";
3
3
  /**
4
4
  * Get the config file for the current Storm workspace
5
5
  *
@@ -1,4 +1,4 @@
1
- import { type StormConfig, type ColorConfig } from "@storm-software/config";
1
+ import { type ColorConfig, type StormConfig } from "@storm-software/config";
2
2
  /**
3
3
  * Storm theme config values used for styling various workspace elements
4
4
  */