Comparing version 11.0.0 to 11.0.1
@@ -147,7 +147,2 @@ import {type Options as GlobOptions} from 'globby'; | ||
export type CopyStatus = { | ||
written: number; | ||
percent: number; | ||
}; | ||
/** | ||
@@ -154,0 +149,0 @@ Copy files. |
@@ -141,5 +141,2 @@ import process from 'node:process'; | ||
) { | ||
/** | ||
@type {Map<string, import('./index').CopyStatus>} | ||
*/ | ||
const copyStatus = new Map(); | ||
@@ -146,0 +143,0 @@ |
{ | ||
"name": "cpy", | ||
"version": "11.0.0", | ||
"version": "11.0.1", | ||
"description": "Copy files", | ||
@@ -18,2 +18,3 @@ "license": "MIT", | ||
}, | ||
"sideEffects": false, | ||
"engines": { | ||
@@ -20,0 +21,0 @@ "node": ">=18" |
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
18873
431