@herodevs/cli 2.0.0-beta.6 → 2.0.0-beta.7
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 +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -37,7 +37,7 @@ $ npm install -g @herodevs/cli@beta
|
|
|
37
37
|
$ hd COMMAND
|
|
38
38
|
running command...
|
|
39
39
|
$ hd (--version)
|
|
40
|
-
@herodevs/cli/2.0.0-beta.
|
|
40
|
+
@herodevs/cli/2.0.0-beta.7 darwin-arm64 node-v22.18.0
|
|
41
41
|
$ hd --help [COMMAND]
|
|
42
42
|
USAGE
|
|
43
43
|
$ hd COMMAND
|
|
@@ -112,7 +112,7 @@ EXAMPLES
|
|
|
112
112
|
$ hd scan eol --json
|
|
113
113
|
```
|
|
114
114
|
|
|
115
|
-
_See code: [src/commands/scan/eol.ts](https://github.com/herodevs/cli/blob/v2.0.0-beta.
|
|
115
|
+
_See code: [src/commands/scan/eol.ts](https://github.com/herodevs/cli/blob/v2.0.0-beta.7/src/commands/scan/eol.ts)_
|
|
116
116
|
|
|
117
117
|
## `hd update [CHANNEL]`
|
|
118
118
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@herodevs/cli",
|
|
3
|
-
"version": "2.0.0-beta.
|
|
3
|
+
"version": "2.0.0-beta.7",
|
|
4
4
|
"author": "HeroDevs, Inc",
|
|
5
5
|
"bin": {
|
|
6
6
|
"hd": "./bin/run.js"
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"@amplitude/analytics-node": "^1.5.5",
|
|
42
42
|
"@apollo/client": "^3.13.8",
|
|
43
43
|
"@cyclonedx/cdxgen": "~11.4.4",
|
|
44
|
-
"@herodevs/eol-shared": "github:herodevs/eol-shared#v0.1.
|
|
44
|
+
"@herodevs/eol-shared": "github:herodevs/eol-shared#v0.1.11",
|
|
45
45
|
"@oclif/core": "^4.5.2",
|
|
46
46
|
"@oclif/plugin-help": "^6.2.32",
|
|
47
47
|
"@oclif/plugin-update": "^4.7.4",
|