@powerhousedao/shared 6.0.0-dev.175 → 6.0.0-dev.176
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
|
@@ -9179,7 +9179,7 @@ declare function parsePackageManager(args?: {
|
|
|
9179
9179
|
bun?: boolean;
|
|
9180
9180
|
}): Agent | undefined;
|
|
9181
9181
|
declare function handleMutuallyExclusiveOptions(options: Record<string, string | boolean | number | undefined>, optionsName: string): void;
|
|
9182
|
-
declare function getTagFromVersion(version: string): "
|
|
9182
|
+
declare function getTagFromVersion(version: string): "latest" | "staging" | "dev";
|
|
9183
9183
|
declare function logVersionUpdate(args: {
|
|
9184
9184
|
name: string;
|
|
9185
9185
|
version: string;
|