@alejandrochaves/devflow-cli 1.5.0 → 1.6.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.
Files changed (1) hide show
  1. package/package.json +7 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alejandrochaves/devflow-cli",
3
- "version": "1.5.0",
3
+ "version": "1.6.1",
4
4
  "description": "Interactive CLI for branch creation, conventional commits, and PR management",
5
5
  "type": "module",
6
6
  "bin": {
@@ -12,6 +12,10 @@
12
12
  "dev": "trap 'npm unlink 2>/dev/null' EXIT && tsc --watch",
13
13
  "test": "vitest run",
14
14
  "test:watch": "vitest",
15
+ "test:coverage": "vitest run --coverage",
16
+ "test:integration": "vitest run --config vitest.integration.config.ts",
17
+ "demo:coverage": "node --import tsx scripts/demo-coverage.ts",
18
+ "demo:validate": "./scripts/validate-tapes.sh",
15
19
  "prepublishOnly": "npm run build",
16
20
  "docs:dev": "vitepress dev docs",
17
21
  "docs:build": "vitepress build docs",
@@ -49,7 +53,9 @@
49
53
  "@commitlint/cli": "^20.3.1",
50
54
  "@commitlint/config-conventional": "^20.3.1",
51
55
  "@types/node": "^22.0.0",
56
+ "@vitest/coverage-v8": "^4.0.18",
52
57
  "husky": "^9.1.7",
58
+ "tsx": "^4.21.0",
53
59
  "typescript": "~5.9.2",
54
60
  "vitepress": "^1.6.4",
55
61
  "vitest": "^4.0.18"