@maudecode/cowtail-cli 0.14.0 → 0.14.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.
- package/dist/cowtail.js +1 -1
- package/package.json +1 -1
package/dist/cowtail.js
CHANGED
|
@@ -18099,7 +18099,7 @@ import { tmpdir } from "node:os";
|
|
|
18099
18099
|
import { basename, dirname, join as join2 } from "node:path";
|
|
18100
18100
|
|
|
18101
18101
|
// src/lib/version.ts
|
|
18102
|
-
var rawVersion = "v0.14.
|
|
18102
|
+
var rawVersion = "v0.14.1"?.trim() || "dev";
|
|
18103
18103
|
var cowtailVersionLabel = rawVersion === "dev" || rawVersion.startsWith("v") ? rawVersion : `v${rawVersion}`;
|
|
18104
18104
|
|
|
18105
18105
|
// src/lib/update.ts
|