assetgraph-hashfiles
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -0,1 +1,5 @@ | ||
### v1.0.1 (2019-10-20) | ||
- [Fix breaking of query strings when moving assets around](https://github.com/assetgraph/assetgraph-hashfiles/commit/e5cf2471677b2c4d100f20ad7a38f8f4c8566f21) ([Peter Müller](mailto:munter@fumle.dk)) | ||
### v1.0.0 (2019-10-20) | ||
@@ -2,0 +6,0 @@ |
@@ -159,3 +159,7 @@ const { ensureTrailingSlash } = require('urltools'); | ||
} | ||
return baseUrl + asset.fileName; | ||
return `${baseUrl}${asset.fileName}${asset.url.replace( | ||
/^[^#?]*(?:)/, | ||
'' | ||
)}`; | ||
} | ||
@@ -162,0 +166,0 @@ ); |
@@ -5,3 +5,3 @@ { | ||
"repository": "git://github.com/assetgraph/assetgraph-hashfiles.git", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"license": "BSD-3-Clause", | ||
@@ -8,0 +8,0 @@ "maintainers": [ |
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
10103
158