@maudecode/cowtail-cli 0.1.0 → 0.8.0

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.
Files changed (2) hide show
  1. package/dist/cowtail.js +1 -1
  2. package/package.json +3 -3
package/dist/cowtail.js CHANGED
@@ -17996,7 +17996,7 @@ import { tmpdir } from "node:os";
17996
17996
  import { basename, dirname, join as join2 } from "node:path";
17997
17997
 
17998
17998
  // src/lib/version.ts
17999
- var rawVersion = "v0.1.0"?.trim() || "dev";
17999
+ var rawVersion = "v0.8.0"?.trim() || "dev";
18000
18000
  var cowtailVersionLabel = rawVersion === "dev" || rawVersion.startsWith("v") ? rawVersion : `v${rawVersion}`;
18001
18001
 
18002
18002
  // src/lib/update.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maudecode/cowtail-cli",
3
- "version": "0.1.0",
3
+ "version": "0.8.0",
4
4
  "type": "module",
5
5
  "description": "Cowtail CLI",
6
6
  "repository": {
@@ -34,8 +34,8 @@
34
34
  },
35
35
  "devDependencies": {
36
36
  "@maudecode/cowtail-protocol": "file:../protocol",
37
- "@types/node": "^24.7.2",
37
+ "@types/node": "^25.6.0",
38
38
  "clipanion": "^4.0.0-rc.4",
39
- "typescript": "^5.9.3"
39
+ "typescript": "^6.0.3"
40
40
  }
41
41
  }