@after-work.js/utils
Advanced tools
Comparing version 6.0.11 to 6.0.12
{ | ||
"name": "@after-work.js/utils", | ||
"version": "6.0.11", | ||
"version": "6.0.12", | ||
"publishConfig": { | ||
@@ -27,3 +27,3 @@ "access": "public" | ||
"debug": "4.1.1", | ||
"globby": "10.0.1", | ||
"globby": "10.0.2", | ||
"import-cwd": "3.0.0", | ||
@@ -33,3 +33,3 @@ "minimatch": "3.0.4", | ||
}, | ||
"gitHead": "cc07b56657cb6db0cd17dbc5ed99230299479042" | ||
"gitHead": "6bb8f037a2fbeab117e4e973f1ab18c9f5e8fd31" | ||
} |
@@ -65,3 +65,3 @@ /* eslint max-len: 0, import/no-dynamic-require: 0, global-require: 0 */ | ||
const excludeGlob = ['!**/node_modules/**', '!./node_modules/**']; | ||
const excludeGlob = ['!**/node_modules/**', '!./node_modules/**', '!**/*.d.ts', '!./*.d.ts']; | ||
@@ -68,0 +68,0 @@ const getTestGlob = argv => { |
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
11743
+ Addedglobby@10.0.2(transitive)
- Removedglobby@10.0.1(transitive)
Updatedglobby@10.0.2