@n24q02m/better-notion-mcp 1.0.17 → 1.0.18

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/README.md +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -106,6 +106,7 @@ mise install
106
106
  uv venv
107
107
  uv pip install pre-commit
108
108
  uv run pre-commit install
109
+ uv run pre-commit run --all-file
109
110
 
110
111
  pnpm install
111
112
  pnpm build
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "ai-agent",
9
9
  "composite-tools"
10
10
  ],
11
- "version": "1.0.17",
11
+ "version": "1.0.18",
12
12
  "license": "MIT",
13
13
  "type": "module",
14
14
  "packageManager": "pnpm@9.15.4",