@foundation0/git 1.3.2 → 1.3.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/README.md CHANGED
@@ -32,11 +32,11 @@ From repo root:
32
32
  pnpm install
33
33
  ```
34
34
 
35
- Run tests:
36
-
37
- ```bash
38
- pnpm -C packages/git test
39
- ```
35
+ Run tests:
36
+
37
+ ```bash
38
+ pnpm --filter @foundation0/git test
39
+ ```
40
40
 
41
41
  ## Quick start
42
42
 
package/mcp/README.md CHANGED
@@ -63,11 +63,11 @@ Using pnpm:
63
63
  pnpm dlx @foundation0/git f0-git-mcp --help
64
64
  ```
65
65
 
66
- From the monorepo root:
67
-
68
- ```bash
69
- pnpm -C packages/git test
70
- ```
66
+ From the monorepo root:
67
+
68
+ ```bash
69
+ pnpm --filter @foundation0/git test
70
+ ```
71
71
 
72
72
  ## Server
73
73
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@foundation0/git",
3
- "version": "1.3.2",
3
+ "version": "1.3.3",
4
4
  "description": "Foundation 0 Git API and MCP server",
5
5
  "type": "module",
6
6
  "bin": {
@@ -52,7 +52,7 @@
52
52
  "mcp": "bun run ./mcp/src/cli.ts",
53
53
  "test": "bunx vitest run",
54
54
  "test:coverage": "bunx vitest run --coverage",
55
- "deploy": "pnpm prepublishOnly && pnpm publish --access public",
55
+ "deploy": "pnpm prepublishOnly && pnpm publish --access public --no-git-checks",
56
56
  "version:patch": "pnpm version patch --no-workspaces",
57
57
  "version:minor": "pnpm version minor --no-workspaces",
58
58
  "version:major": "pnpm version major --no-workspaces"