@lxf2513/node-mv
Advanced tools
+1
-1
@@ -12,3 +12,3 @@ #!/usr/bin/env node | ||
| const version = "1.3.1"; | ||
| const version = "1.3.2"; | ||
@@ -15,0 +15,0 @@ const helpInfo = () => { |
+1
-1
@@ -10,3 +10,3 @@ #!/usr/bin/env node | ||
| const version = "1.3.1"; | ||
| const version = "1.3.2"; | ||
@@ -13,0 +13,0 @@ const helpInfo = () => { |
+8
-8
| { | ||
| "name": "@lxf2513/node-mv", | ||
| "version": "1.3.1", | ||
| "version": "1.3.2", | ||
| "description": "The 'mv' command implementation for nodejs.It will create all the necessary directories and destination file which not exist.", | ||
@@ -53,11 +53,11 @@ "type": "module", | ||
| "devDependencies": { | ||
| "@types/node": "^22.15.2", | ||
| "prettier": "^3.5.3", | ||
| "typescript": "^5.8.3", | ||
| "unbuild": "^3.5.0" | ||
| "@types/node": "^24.10.1", | ||
| "prettier": "^3.6.2", | ||
| "typescript": "^5.9.3", | ||
| "unbuild": "^3.6.1" | ||
| }, | ||
| "dependencies": { | ||
| "makedirp": "^1.3.1", | ||
| "node-cpr": "^1.4.1", | ||
| "node-rmrf": "^1.2.1" | ||
| "makedirp": "^1.3.2", | ||
| "node-cpr": "^1.4.2", | ||
| "node-rmrf": "^1.2.2" | ||
| }, | ||
@@ -64,0 +64,0 @@ "publishConfig": { |
15630
-0.81%Updated
Updated
Updated