@guanghechen/commander 1.0.4 → 1.0.6

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/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## <small>1.0.6 (2025-01-09)</small>
7
+
8
+ * :arrow_up: chore: upgrade dependencies & no longer rely on globby since it breaking build ([b5d0fdd](https://github.com/guanghechen/node-scaffolds/commit/b5d0fdd))
9
+
10
+
11
+
12
+
13
+
14
+ ## <small>1.0.5 (2024-10-03)</small>
15
+
16
+ * :arrow_up: chore: upgrade dependencies ([ba63623](https://github.com/guanghechen/node-scaffolds/commit/ba63623))
17
+
18
+
19
+
20
+
21
+
6
22
  ## <small>1.0.4 (2024-10-03)</small>
7
23
 
8
24
  * :arrow_up: chore: upgrade dependencies ([e41de75](https://github.com/guanghechen/node-scaffolds/commit/e41de75))
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  <header>
2
2
  <h1 align="center">
3
- <a href="https://github.com/guanghechen/node-scaffolds/tree/@guanghechen/commander@1.0.4/packages/commander#readme">@guanghechen/commander</a>
3
+ <a href="https://github.com/guanghechen/node-scaffolds/tree/@guanghechen/commander@1.0.6/packages/commander#readme">@guanghechen/commander</a>
4
4
  </h1>
5
5
  <div align="center">
6
6
  <a href="https://www.npmjs.com/package/@guanghechen/commander">
@@ -78,6 +78,6 @@ Utility functions for creating command programs tools based on [commander.js][].
78
78
  * [commander.js][]
79
79
 
80
80
 
81
- [homepage]: https://github.com/guanghechen/node-scaffolds/tree/@guanghechen/commander@1.0.4/packages/commander#readme
81
+ [homepage]: https://github.com/guanghechen/node-scaffolds/tree/@guanghechen/commander@1.0.6/packages/commander#readme
82
82
  [commander.js]: https://github.com/tj/commander.js/
83
83
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@guanghechen/commander",
3
- "version": "1.0.4",
3
+ "version": "1.0.6",
4
4
  "description": "A wrapper of commander.js with some utilities",
5
5
  "author": {
6
6
  "name": "guanghechen",
@@ -8,10 +8,10 @@
8
8
  },
9
9
  "repository": {
10
10
  "type": "git",
11
- "url": "https://github.com/guanghechen/node-scaffolds/tree/@guanghechen/commander@1.0.3",
11
+ "url": "https://github.com/guanghechen/node-scaffolds/tree/@guanghechen/commander@1.0.5",
12
12
  "directory": "packages/commander"
13
13
  },
14
- "homepage": "https://github.com/guanghechen/node-scaffolds/tree/@guanghechen/commander@1.0.3/packages/commander#readme",
14
+ "homepage": "https://github.com/guanghechen/node-scaffolds/tree/@guanghechen/commander@1.0.5/packages/commander#readme",
15
15
  "keywords": [
16
16
  "commander"
17
17
  ],
@@ -41,11 +41,11 @@
41
41
  "README.md"
42
42
  ],
43
43
  "dependencies": {
44
- "@guanghechen/cli": "^1.0.4",
45
- "@guanghechen/exec": "^1.0.7",
46
- "@guanghechen/reporter.types": "^1.0.4",
47
- "@inquirer/select": "3.0.1",
44
+ "@guanghechen/cli": "^1.0.5",
45
+ "@guanghechen/exec": "^1.0.8",
46
+ "@guanghechen/reporter.types": "^1.0.5",
47
+ "@inquirer/select": "4.0.4",
48
48
  "commander": "12.1.0"
49
49
  },
50
- "gitHead": "663ff760fc34bd3ba49c0cb6b02824ad5cdc8874"
50
+ "gitHead": "65249428ee203091a34475c888722e692f08c6e5"
51
51
  }