katana-markdown-linter 0.19.4 → 0.19.5

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 +6 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -16,8 +16,8 @@ kml --version
16
16
  Use `npx` for one-off runs:
17
17
 
18
18
  ~~~bash
19
- npx --yes katana-markdown-linter@0.19.4 --version
20
- npx --yes katana-markdown-linter@0.19.4 check README.md
19
+ npx --yes katana-markdown-linter@0.19.5 --version
20
+ npx --yes katana-markdown-linter@0.19.5 check README.md
21
21
  ~~~
22
22
 
23
23
  ## Basic Usage
@@ -50,16 +50,16 @@ kml fmt
50
50
  Use `kml-mcp` for local stdio MCP clients:
51
51
 
52
52
  ~~~bash
53
- npx --yes katana-markdown-linter@0.19.4 kml-mcp --workspace-root /absolute/path/to/workspace
54
- bunx --package katana-markdown-linter@0.19.4 kml-mcp --workspace-root /absolute/path/to/workspace
55
- npx --yes --package katana-markdown-linter@0.19.4 kml-mcp --workspace-root /absolute/path/to/workspace
53
+ npx --yes katana-markdown-linter@0.19.5 kml-mcp --workspace-root /absolute/path/to/workspace
54
+ bunx --package katana-markdown-linter@0.19.5 kml-mcp --workspace-root /absolute/path/to/workspace
55
+ npx --yes --package katana-markdown-linter@0.19.5 kml-mcp --workspace-root /absolute/path/to/workspace
56
56
  ~~~
57
57
 
58
58
  Use `kml-mcp-remote` only for self-hosted Streamable HTTP:
59
59
 
60
60
  ~~~bash
61
61
  KML_MCP_REMOTE_TOKEN=change-me \
62
- npx --yes --package katana-markdown-linter@0.19.4 kml-mcp-remote
62
+ npx --yes --package katana-markdown-linter@0.19.5 kml-mcp-remote
63
63
  ~~~
64
64
 
65
65
  ## Supported Platforms
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "katana-markdown-linter",
3
- "version": "0.19.4",
3
+ "version": "0.19.5",
4
4
  "description": "Fast Markdown linter and formatter with localized CLI help and version aliases.",
5
5
  "keywords": [
6
6
  "markdown",