@jsenv/filesystem
Advanced tools
Comparing version 4.4.0 to 4.5.0
{ | ||
"name": "@jsenv/filesystem", | ||
"version": "4.4.0", | ||
"version": "4.5.0", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -61,4 +61,7 @@ // we might wanna expose the sync versions as follows: | ||
export { copyEntry } from "./copy/copy_entry.js"; | ||
export { copyFile } from "./copy/copy_file.js"; | ||
export { copyDirectory } from "./copy/copy_directory.js"; | ||
export { copyDirectoryContent } from "./copy/copy_directory_content.js"; | ||
export { copyEntrySync } from "./copy/copy_entry_sync.js"; | ||
export { copyFileSync } from "./copy/copy_file_sync.js"; | ||
export { copyDirectorySync } from "./copy/copy_directory_sync.js"; | ||
@@ -65,0 +68,0 @@ export { copyDirectoryContentSync } from "./copy/copy_directory_content_sync.js"; |
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
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.
Found 1 instance in 1 package
127332
69
3708
0