Comparing version 0.8.65 to 0.8.66
@@ -88,3 +88,3 @@ { | ||
"name": "febs", | ||
"version": "0.8.65" | ||
"version": "0.8.66" | ||
} |
@@ -991,3 +991,4 @@ // Type definitions for febs | ||
*/ | ||
function dirCopyExcludeAsync(src: string, dest: string, excludePath:RegExp = null): Promise<()=>{}>; | ||
function dirCopyExcludeAsync(src: string, dest: string): Promise<()=>{}>; | ||
function dirCopyExcludeAsync(src: string, dest: string, excludePath:RegExp): Promise<()=>{}>; | ||
/** | ||
@@ -994,0 +995,0 @@ * @desc: [only in server] 删除文件夹. |
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
6880983
68996