cpd 5.2.1 → 5.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +9 -9
package/README.md CHANGED
@@ -138,7 +138,7 @@ Compared against other copy/paste detectors (jscpd-rs, Duplo, Fallow, Simian, PM
138
138
 
139
139
  ## Documentation
140
140
 
141
- - **[docs/rust.md](../docs/rust.md)** — Full CLI reference, all options, reporters, baseline, summary, config file
141
+ - **[docs/rust.md](../docs/rust.md)** — Full CLI reference, all options, reporters, baseline, summary, complexity, dashboard, config file
142
142
  - **[docs/ai-ready.md](../docs/ai-ready.md)** — AI reporter, agent skills, MCP server
143
143
  - **[docs/api.md](../docs/api.md)** — Rust API
144
144
  - **[docs/ci-and-hooks.md](../docs/ci-and-hooks.md)** — GitHub Action, Docker, pre-commit hooks
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cpd",
3
- "version": "5.2.1",
3
+ "version": "5.3.1",
4
4
  "description": "Copy/paste detector for programming source code — Rust engine, self-contained binary, installs the cpd command",
5
5
  "homepage": "https://jscpd.dev",
6
6
  "funding": "https://opencollective.com/jscpd",
@@ -12,14 +12,14 @@
12
12
  "platform-map.js"
13
13
  ],
14
14
  "optionalDependencies": {
15
- "jscpd-linux-x64-gnu": "5.2.1",
16
- "jscpd-linux-arm64-gnu": "5.2.1",
17
- "jscpd-linux-x64-musl": "5.2.1",
18
- "jscpd-linux-arm64-musl": "5.2.1",
19
- "jscpd-darwin-arm64": "5.2.1",
20
- "jscpd-darwin-x64": "5.2.1",
21
- "jscpd-windows-x64-msvc": "5.2.1",
22
- "jscpd-windows-arm64-msvc": "5.2.1"
15
+ "jscpd-linux-x64-gnu": "5.3.1",
16
+ "jscpd-linux-arm64-gnu": "5.3.1",
17
+ "jscpd-linux-x64-musl": "5.3.1",
18
+ "jscpd-linux-arm64-musl": "5.3.1",
19
+ "jscpd-darwin-arm64": "5.3.1",
20
+ "jscpd-darwin-x64": "5.3.1",
21
+ "jscpd-windows-x64-msvc": "5.3.1",
22
+ "jscpd-windows-arm64-msvc": "5.3.1"
23
23
  },
24
24
  "repository": {
25
25
  "type": "git",