@lxf2513/node-mv
Advanced tools
+1
-1
@@ -14,3 +14,3 @@ #!/usr/bin/env node | ||
| const version = "1.0.2"; | ||
| const version = "1.0.3"; | ||
@@ -17,0 +17,0 @@ const helpInfo = () => { |
+1
-1
@@ -10,3 +10,3 @@ #!/usr/bin/env node | ||
| const version = "1.0.2"; | ||
| const version = "1.0.3"; | ||
@@ -13,0 +13,0 @@ const helpInfo = () => { |
+8
-8
| { | ||
| "name": "@lxf2513/node-mv", | ||
| "version": "1.0.2", | ||
| "version": "1.0.3", | ||
| "description": "The 'mv' command implementation for nodejs.It will create all the necessary directories and destination file which not exist.", | ||
@@ -35,3 +35,3 @@ "type": "module", | ||
| "type": "git", | ||
| "url": "git+git@github.com:luoxiangfan/nodemv.git" | ||
| "url": "git+git@github.com:luoxiangfan/node-mv.git" | ||
| }, | ||
@@ -50,7 +50,7 @@ "keywords": [ | ||
| "bugs": { | ||
| "url": "https://github.com/luoxiangfan/nodemv/issues" | ||
| "url": "https://github.com/luoxiangfan/node-mv/issues" | ||
| }, | ||
| "homepage": "https://github.com/luoxiangfan/nodemv#readme", | ||
| "homepage": "https://github.com/luoxiangfan/node-mv#readme", | ||
| "devDependencies": { | ||
| "@types/node": "^22.8.7", | ||
| "@types/node": "^22.9.0", | ||
| "prettier": "^3.3.3", | ||
@@ -61,5 +61,5 @@ "typescript": "^5.6.3", | ||
| "dependencies": { | ||
| "makedirp": "^1.0.0", | ||
| "node-cpr": "^1.0.3", | ||
| "node-rmrf": "^1.0.3" | ||
| "makedirp": "^1.1.0", | ||
| "node-cpr": "^1.1.0", | ||
| "node-rmrf": "^1.0.4" | ||
| }, | ||
@@ -66,0 +66,0 @@ "publishConfig": { |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
0
-100%16977
-0.05%Updated
Updated
Updated