@foundation0/git 1.2.5 → 1.3.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@foundation0/git",
3
- "version": "1.2.5",
3
+ "version": "1.3.1",
4
4
  "description": "Foundation 0 Git API and MCP server",
5
5
  "type": "module",
6
6
  "bin": {
@@ -42,6 +42,7 @@
42
42
  },
43
43
  "devDependencies": {
44
44
  "@types/node": "^22.10.2",
45
+ "@vitest/coverage-v8": "^2.1.9",
45
46
  "vitest": "^2.1.8",
46
47
  "typescript": "^5.5.4"
47
48
  },
@@ -50,6 +51,7 @@
50
51
  "generate:git-spec": "bun run ./scripts/extract-git-spec.mjs",
51
52
  "mcp": "bun run ./mcp/src/cli.ts",
52
53
  "test": "bunx vitest run",
54
+ "test:coverage": "bunx vitest run --coverage",
53
55
  "deploy": "pnpm prepublishOnly && pnpm publish --access public",
54
56
  "version:patch": "pnpm version patch --no-workspaces",
55
57
  "version:minor": "pnpm version minor --no-workspaces",