@powerhousedao/shared 6.0.0-dev.224 → 6.0.0-dev.225
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/clis/index.d.mts +1 -1
- package/package.json +1 -1
package/dist/clis/index.d.mts
CHANGED
|
@@ -11963,7 +11963,7 @@ declare function parsePackageManager(args?: {
|
|
|
11963
11963
|
bun?: boolean;
|
|
11964
11964
|
}): Agent | undefined;
|
|
11965
11965
|
declare function handleMutuallyExclusiveOptions(options: Record<string, string | boolean | number | undefined>, optionsName: string): void;
|
|
11966
|
-
declare function getTagFromVersion(version: string): "
|
|
11966
|
+
declare function getTagFromVersion(version: string): "dev" | "latest" | "staging";
|
|
11967
11967
|
declare function logVersionUpdate(args: {
|
|
11968
11968
|
name: string;
|
|
11969
11969
|
version: string;
|