pingcode-cli-unofficial 1.8.2 → 1.8.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
@@ -18,7 +18,7 @@ See [Coverage](#coverage-reach-vs-ergonomics) for the per-module split.
18
18
 
19
19
  ## Install
20
20
 
21
- Requires **Node.js >= 20**. The package is published to **npm** as [`pingcode-cli-unofficial`](https://www.npmjs.com/package/pingcode-cli-unofficial). Release tarballs ship their own `node_modules/` (`commander`, `picocolors`), so an installed binary needs only Node — no `npm` on the client.
21
+ Requires **Node.js >= 20**. The package is published to **npm** as [`pingcode-cli-unofficial`](https://www.npmjs.com/package/pingcode-cli-unofficial). The build bundles the two runtime deps (`commander`, `picocolors`) into `dist/`, so an installed binary needs only Node — no `npm` on the client. A 1.8.1 or 1.8.2 install cannot self-update and must be reinstalled.
22
22
 
23
23
  ### Via npm (recommended)
24
24