@vercel/nft
Advanced tools
Comparing version 0.27.8 to 0.27.9
@@ -33,3 +33,3 @@ "use strict"; | ||
const resolve_dependency_1 = __importStar(require("./resolve-dependency")); | ||
const micromatch_1 = require("micromatch"); | ||
const picomatch_1 = require("picomatch"); | ||
const sharedlib_emit_1 = require("./utils/sharedlib-emit"); | ||
@@ -138,3 +138,3 @@ const fs_1 = require("./fs"); | ||
return true; | ||
if ((0, micromatch_1.isMatch)(path, resolvedIgnores)) | ||
if ((0, picomatch_1.isMatch)(path, resolvedIgnores)) | ||
return true; | ||
@@ -141,0 +141,0 @@ return false; |
{ | ||
"name": "@vercel/nft", | ||
"version": "0.27.8", | ||
"version": "0.27.9", | ||
"repository": "vercel/nft", | ||
@@ -34,4 +34,4 @@ "license": "MIT", | ||
"graceful-fs": "^4.2.9", | ||
"micromatch": "^4.0.8", | ||
"node-gyp-build": "^4.2.2", | ||
"picomatch": "^4.0.2", | ||
"resolve-from": "^5.0.0" | ||
@@ -53,4 +53,4 @@ }, | ||
"@types/graceful-fs": "^4.1.5", | ||
"@types/micromatch": "^4.0.1", | ||
"@types/node": "^14.14.37", | ||
"@types/picomatch": "^3.0.1", | ||
"@vercel/git-hooks": "^1.0.0", | ||
@@ -57,0 +57,0 @@ "@vercel/style-guide": "^5.2.0", |
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
325753
15
+ Addedpicomatch@^4.0.2
- Removedmicromatch@^4.0.8
- Removedbraces@3.0.3(transitive)
- Removedfill-range@7.1.1(transitive)
- Removedis-number@7.0.0(transitive)
- Removedmicromatch@4.0.8(transitive)
- Removedpicomatch@2.3.1(transitive)
- Removedto-regex-range@5.0.1(transitive)