fetch-har
Advanced tools
Comparing version 8.1.1 to 8.1.2
@@ -0,1 +1,7 @@ | ||
## <small>8.1.2 (2022-07-27)</small> | ||
* fix: updating the data-urls package to fix a problem with file case sensititivity ([42cadff](https://github.com/readmeio/fetch-har/commit/42cadff)) | ||
## <small>8.1.1 (2022-07-27)</small> | ||
@@ -2,0 +8,0 @@ |
{ | ||
"name": "fetch-har", | ||
"version": "8.1.1", | ||
"version": "8.1.2", | ||
"description": "Make a fetch request from a HAR definition", | ||
@@ -33,3 +33,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@readme/data-urls": "^1.0.0", | ||
"@readme/data-urls": "^1.0.1", | ||
"@types/har-format": "^1.2.8", | ||
@@ -36,0 +36,0 @@ "readable-stream": "^3.6.0" |
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
96528
Updated@readme/data-urls@^1.0.1