@jsenv/filesystem
Advanced tools
Comparing version 4.1.4 to 4.1.5
{ | ||
"name": "@jsenv/filesystem", | ||
"version": "4.1.4", | ||
"version": "4.1.5", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -79,3 +79,3 @@ import { Abort } from "@jsenv/abort" | ||
url: new URL(relativeUrl, rootDirectoryUrl).href, | ||
relativeUrl, | ||
relativeUrl: decodeURIComponent(relativeUrl), | ||
meta, | ||
@@ -82,0 +82,0 @@ fileStats: directoryChildNodeStats, |
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
86820