@bilalimamoglu/sift 0.2.2 → 0.2.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bilalimamoglu/sift",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "Agent-first command-output reduction layer for agents, CI, and automation.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -22,8 +22,9 @@
22
22
  "dev": "tsx src/cli.ts",
23
23
  "typecheck": "tsc --noEmit",
24
24
  "test": "vitest run",
25
+ "test:coverage": "vitest run --coverage",
25
26
  "test:watch": "vitest",
26
- "prepublishOnly": "npm run typecheck && npm run test && npm run build"
27
+ "prepublishOnly": "npm run typecheck && npm run test:coverage && npm run build"
27
28
  },
28
29
  "keywords": [
29
30
  "cli",
@@ -54,6 +55,7 @@
54
55
  },
55
56
  "devDependencies": {
56
57
  "@types/node": "^24.0.0",
58
+ "@vitest/coverage-v8": "^3.2.4",
57
59
  "tsup": "^8.5.0",
58
60
  "tsx": "^4.20.3",
59
61
  "typescript": "^5.8.3",