@powerhousedao/shared 6.2.3-dev.0 → 6.2.3-dev.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.
@@ -1792,7 +1792,7 @@ declare function parsePackageManager(args?: {
1792
1792
  bun?: boolean;
1793
1793
  }): Agent | undefined;
1794
1794
  declare function handleMutuallyExclusiveOptions(options: Record<string, string | boolean | number | undefined>, optionsName: string): void;
1795
- declare function getTagFromVersion(version: string): "latest" | "staging" | "dev" | "rc";
1795
+ declare function getTagFromVersion(version: string): "dev" | "latest" | "staging" | "rc";
1796
1796
  declare function logVersionUpdate(args: {
1797
1797
  name: string;
1798
1798
  version: string;