@guanghechen/commander 1.0.6 → 1.0.8
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 +20 -0
- package/README.md +2 -2
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,26 @@
|
|
|
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.8 (2025-02-26)</small>
|
|
7
|
+
|
|
8
|
+
* chore: sharp dependencies ([914ba6f](https://github.com/guanghechen/node-scaffolds/commit/914ba6f))
|
|
9
|
+
* chore: upgrade devDependencies ([ca5de6d](https://github.com/guanghechen/node-scaffolds/commit/ca5de6d))
|
|
10
|
+
* :bookmark: release ([6fe5681](https://github.com/guanghechen/node-scaffolds/commit/6fe5681))
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
## <small>1.0.7 (2025-02-07)</small>
|
|
17
|
+
|
|
18
|
+
* chore: upgrade devDependencies ([ca5de6d](https://github.com/guanghechen/node-scaffolds/commit/ca5de6d))
|
|
19
|
+
* :arrow_up: chore: upgrade dependencies & no longer rely on globby since it breaking build ([b5d0fdd](https://github.com/guanghechen/node-scaffolds/commit/b5d0fdd))
|
|
20
|
+
* :bookmark: release ([6524942](https://github.com/guanghechen/node-scaffolds/commit/6524942))
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
6
26
|
## <small>1.0.6 (2025-01-09)</small>
|
|
7
27
|
|
|
8
28
|
* :arrow_up: chore: upgrade dependencies & no longer rely on globby since it breaking build ([b5d0fdd](https://github.com/guanghechen/node-scaffolds/commit/b5d0fdd))
|
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.
|
|
3
|
+
<a href="https://github.com/guanghechen/node-scaffolds/tree/@guanghechen/commander@1.0.8/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.
|
|
81
|
+
[homepage]: https://github.com/guanghechen/node-scaffolds/tree/@guanghechen/commander@1.0.8/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.
|
|
3
|
+
"version": "1.0.8",
|
|
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.
|
|
11
|
+
"url": "https://github.com/guanghechen/node-scaffolds/tree/@guanghechen/commander@1.0.7",
|
|
12
12
|
"directory": "packages/commander"
|
|
13
13
|
},
|
|
14
|
-
"homepage": "https://github.com/guanghechen/node-scaffolds/tree/@guanghechen/commander@1.0.
|
|
14
|
+
"homepage": "https://github.com/guanghechen/node-scaffolds/tree/@guanghechen/commander@1.0.7/packages/commander#readme",
|
|
15
15
|
"keywords": [
|
|
16
16
|
"commander"
|
|
17
17
|
],
|
|
@@ -44,8 +44,8 @@
|
|
|
44
44
|
"@guanghechen/cli": "^1.0.5",
|
|
45
45
|
"@guanghechen/exec": "^1.0.8",
|
|
46
46
|
"@guanghechen/reporter.types": "^1.0.5",
|
|
47
|
-
"@inquirer/select": "4.0.
|
|
47
|
+
"@inquirer/select": "4.0.9",
|
|
48
48
|
"commander": "12.1.0"
|
|
49
49
|
},
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "9d472974e06f50554f4f2209ac7101634c37a9d7"
|
|
51
51
|
}
|