@herodevs/cli 0.1.14 → 0.1.15

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 @@ $ npm install -g @herodevs/cli
18
18
  $ @herodevs/cli COMMAND
19
19
  running command...
20
20
  $ @herodevs/cli (--version)
21
- @herodevs/cli/0.1.14 darwin-arm64 node-v18.17.1
21
+ @herodevs/cli/0.1.15 darwin-arm64 node-v18.17.1
22
22
  $ @herodevs/cli --help [COMMAND]
23
23
  USAGE
24
24
  $ @herodevs/cli COMMAND
@@ -62,7 +62,7 @@ EXAMPLES
62
62
  $ @herodevs/cli committer
63
63
  ```
64
64
 
65
- _See code: [dist/commands/committer/index.ts](https://github.com/herodevs/cli/blob/v0.1.14/dist/commands/committer/index.ts)_
65
+ _See code: [dist/commands/committer/index.ts](https://github.com/herodevs/cli/blob/v0.1.15/dist/commands/committer/index.ts)_
66
66
 
67
67
  ## `@herodevs/cli committer:get-all [flags [-s][-e][-x]]`
68
68
 
@@ -86,7 +86,7 @@ EXAMPLES
86
86
  $ @herodevs/cli committer get-all
87
87
  ```
88
88
 
89
- _See code: [dist/commands/committer/get-all.ts](https://github.com/herodevs/cli/blob/v0.1.14/dist/commands/committer/get-all.ts)_
89
+ _See code: [dist/commands/committer/get-all.ts](https://github.com/herodevs/cli/blob/v0.1.15/dist/commands/committer/get-all.ts)_
90
90
 
91
91
  ## `@herodevs/cli help [COMMANDS]`
92
92
 
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@herodevs/cli",
3
- "version": "0.1.14",
3
+ "version": "0.1.15",
4
4
  "description": "HeroDevs NES Developer Kit",
5
5
  "author": "@herodevs",
6
6
  "bin": {
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.1.14",
2
+ "version": "0.1.15",
3
3
  "commands": {
4
4
  "committer:get-all": {
5
5
  "id": "committer:get-all",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@herodevs/cli",
3
- "version": "0.1.14",
3
+ "version": "0.1.15",
4
4
  "description": "HeroDevs NES Developer Kit",
5
5
  "author": "@herodevs",
6
6
  "bin": {