diff --git a/README.md b/README.md index e9d7ef0c..b906fcdc 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ $ npm install -g @herodevs/cli $ hd COMMAND running command... $ hd (--version) -@herodevs/cli/1.5.0-beta.3 darwin-arm64 node-v22.14.0 +@herodevs/cli/1.6.0-beta.0 darwin-arm64 node-v22.14.0 $ hd --help [COMMAND] USAGE $ hd COMMAND @@ -91,7 +91,7 @@ EXAMPLES $ hd report committers --csv ``` -_See code: [src/commands/report/committers.ts](https://github.com/herodevs/cli/blob/v1.5.0-beta.3/src/commands/report/committers.ts)_ +_See code: [src/commands/report/committers.ts](https://github.com/herodevs/cli/blob/v1.6.0-beta.0/src/commands/report/committers.ts)_ ## `hd report purls` @@ -125,7 +125,7 @@ EXAMPLES $ hd report purls --save --csv ``` -_See code: [src/commands/report/purls.ts](https://github.com/herodevs/cli/blob/v1.5.0-beta.3/src/commands/report/purls.ts)_ +_See code: [src/commands/report/purls.ts](https://github.com/herodevs/cli/blob/v1.6.0-beta.0/src/commands/report/purls.ts)_ ## `hd scan eol` @@ -159,7 +159,7 @@ EXAMPLES $ hd scan eol -a --dir=./my-project ``` -_See code: [src/commands/scan/eol.ts](https://github.com/herodevs/cli/blob/v1.5.0-beta.3/src/commands/scan/eol.ts)_ +_See code: [src/commands/scan/eol.ts](https://github.com/herodevs/cli/blob/v1.6.0-beta.0/src/commands/scan/eol.ts)_ ## `hd scan sbom` @@ -187,7 +187,7 @@ EXAMPLES $ hd scan sbom --file=path/to/sbom.json ``` -_See code: [src/commands/scan/sbom.ts](https://github.com/herodevs/cli/blob/v1.5.0-beta.3/src/commands/scan/sbom.ts)_ +_See code: [src/commands/scan/sbom.ts](https://github.com/herodevs/cli/blob/v1.6.0-beta.0/src/commands/scan/sbom.ts)_ ## `hd update [CHANNEL]` @@ -225,5 +225,5 @@ EXAMPLES $ hd update --available ``` -_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/v4.6.37/src/commands/update.ts)_ +_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/v4.6.38/src/commands/update.ts)_ diff --git a/package-lock.json b/package-lock.json index f9f437bd..dc8806fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@herodevs/cli", - "version": "1.5.0-beta.3", + "version": "1.6.0-beta.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@herodevs/cli", - "version": "1.5.0-beta.3", + "version": "1.6.0-beta.0", "license": "MIT", "dependencies": { "@apollo/client": "^3.13.8", diff --git a/package.json b/package.json index 994ee51b..9413f877 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@herodevs/cli", - "version": "1.5.0-beta.3", + "version": "1.6.0-beta.0", "author": "HeroDevs, Inc", "bin": { "hd": "./bin/run.js"