diff --git a/README.md b/README.md index c86e3d11..033d754c 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ $ npm install -g @herodevs/cli $ hd COMMAND running command... $ hd (--version) -@herodevs/cli/2.0.0-beta.2 darwin-arm64 node-v22.15.1 +@herodevs/cli/2.0.0-beta.3 darwin-arm64 node-v22.15.1 $ hd --help [COMMAND] USAGE $ hd COMMAND @@ -103,7 +103,7 @@ EXAMPLES $ hd report committers --csv ``` -_See code: [src/commands/report/committers.ts](https://github.com/herodevs/cli/blob/v2.0.0-beta.2/src/commands/report/committers.ts)_ +_See code: [src/commands/report/committers.ts](https://github.com/herodevs/cli/blob/v2.0.0-beta.3/src/commands/report/committers.ts)_ ## `hd report purls` @@ -137,7 +137,7 @@ EXAMPLES $ hd report purls --save --csv ``` -_See code: [src/commands/report/purls.ts](https://github.com/herodevs/cli/blob/v2.0.0-beta.2/src/commands/report/purls.ts)_ +_See code: [src/commands/report/purls.ts](https://github.com/herodevs/cli/blob/v2.0.0-beta.3/src/commands/report/purls.ts)_ ## `hd scan eol` @@ -171,7 +171,7 @@ EXAMPLES $ hd scan eol -a --dir=./my-project ``` -_See code: [src/commands/scan/eol.ts](https://github.com/herodevs/cli/blob/v2.0.0-beta.2/src/commands/scan/eol.ts)_ +_See code: [src/commands/scan/eol.ts](https://github.com/herodevs/cli/blob/v2.0.0-beta.3/src/commands/scan/eol.ts)_ ## `hd scan sbom` @@ -199,7 +199,7 @@ EXAMPLES $ hd scan sbom --file=path/to/sbom.json ``` -_See code: [src/commands/scan/sbom.ts](https://github.com/herodevs/cli/blob/v2.0.0-beta.2/src/commands/scan/sbom.ts)_ +_See code: [src/commands/scan/sbom.ts](https://github.com/herodevs/cli/blob/v2.0.0-beta.3/src/commands/scan/sbom.ts)_ ## `hd update [CHANNEL]` @@ -237,5 +237,5 @@ EXAMPLES $ hd update --available ``` -_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/v4.6.39/src/commands/update.ts)_ +_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/v4.6.42/src/commands/update.ts)_ diff --git a/package-lock.json b/package-lock.json index 18129beb..b306b962 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@herodevs/cli", - "version": "2.0.0-beta.2", + "version": "2.0.0-beta.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@herodevs/cli", - "version": "2.0.0-beta.2", + "version": "2.0.0-beta.3", "license": "MIT", "dependencies": { "@apollo/client": "^3.13.8", diff --git a/package.json b/package.json index 0fb6a260..a4378339 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@herodevs/cli", - "version": "2.0.0-beta.2", + "version": "2.0.0-beta.3", "author": "HeroDevs, Inc", "bin": { "hd": "./bin/run.js"