@vercel/nft
Advanced tools
Comparing version 0.9.1 to 0.9.2
@@ -203,3 +203,3 @@ "use strict"; | ||
return path; | ||
return this.realpath(path_1.dirname(path), parent, seen) + path_1.sep + path_1.basename(path); | ||
return path_2.join(this.realpath(path_1.dirname(path), parent, seen), path_1.basename(path)); | ||
} | ||
@@ -206,0 +206,0 @@ emitFile(path, reason, parent, isRealpath = false) { |
{ | ||
"name": "@vercel/nft", | ||
"version": "0.9.1", | ||
"version": "0.9.2", | ||
"repository": "vercel/nft", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
144521