@corgea/cli 1.7.2-beta.1 → 1.7.2

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -8,9 +8,9 @@ For full documentation, visit https://docs.corgea.app/cli
8
8
 
9
9
  ### Using npm
10
10
  ```
11
- npm install -g corgea-cli
11
+ npm install -g @corgea/cli
12
12
  ```
13
- The npm package resolves a platform-specific optional dependency (for example, `corgea-cli-linux-x64`) that contains the native `corgea` binary.
13
+ The npm package bundles native binaries for all supported platforms. The correct binary for your OS and architecture is selected automatically at runtime.
14
14
 
15
15
  ### Using pip
16
16
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@corgea/cli",
3
- "version": "1.7.2-beta.1",
3
+ "version": "1.7.2",
4
4
  "description": "The Corgea CLI. Scan for vulnerabilities, create fixes.",
5
5
  "license": "LGPL-2.1-only",
6
6
  "homepage": "https://corgea.com",