symlink-dir
Advanced tools
Comparing version 5.2.1 to 6.0.0
declare function symlinkDir(target: string, path: string, opts?: { | ||
overwrite?: boolean; | ||
}): Promise<{ | ||
reused: Boolean; | ||
reused: boolean; | ||
warn?: string; | ||
@@ -12,5 +12,5 @@ }>; | ||
}): { | ||
reused: Boolean; | ||
reused: boolean; | ||
warn?: string; | ||
}; | ||
} |
{ | ||
"name": "symlink-dir", | ||
"version": "5.2.1", | ||
"version": "6.0.0", | ||
"description": "Cross-platform directory symlinking", | ||
@@ -57,3 +57,3 @@ "main": "dist/index.js", | ||
"engines": { | ||
"node": ">=12.10" | ||
"node": ">=18.12" | ||
}, | ||
@@ -60,0 +60,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package