@jswork/ushell-module-base 1.0.72 → 1.0.73

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
@@ -1,3 +1,5 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.0.73](https://github.com/afeiship/ushell-module-base/compare/1.0.72...1.0.73) (2026-01-18)
4
+
3
5
  ## [1.0.72](https://github.com/afeiship/ushell-module-base/compare/1.0.71...1.0.72) (2026-01-18)
package/modules/_mkp.sh CHANGED
@@ -4,7 +4,7 @@ function mkp() {
4
4
  mkdir -p "$1" && cd "$1"
5
5
  }
6
6
 
7
- mkfile() {
7
+ mkff() {
8
8
  local force=0
9
9
 
10
10
  # 解析选项
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jswork/ushell-module-base",
3
- "version": "1.0.72",
3
+ "version": "1.0.73",
4
4
  "description": "Unix like shell base module.",
5
5
  "main": "index.sh",
6
6
  "repository": {