@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.
@@ -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): "dev" | "latest" | "staging";
9182
+ declare function getTagFromVersion(version: string): "latest" | "staging" | "dev";
9183
9183
  declare function logVersionUpdate(args: {
9184
9184
  name: string;
9185
9185
  version: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerhousedao/shared",
3
- "version": "6.0.0-dev.175",
3
+ "version": "6.0.0-dev.176",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"