fetch-har
Advanced tools
Comparing version 6.0.1 to 6.0.2
@@ -0,1 +1,7 @@ | ||
## <small>6.0.2 (2022-01-27)</small> | ||
* fix: typo in the optional formdata-node package ([d05bcda](https://github.com/readmeio/fetch-har/commit/d05bcda)) | ||
## <small>6.0.1 (2022-01-26)</small> | ||
@@ -2,0 +8,0 @@ |
{ | ||
"name": "fetch-har", | ||
"version": "6.0.1", | ||
"version": "6.0.2", | ||
"description": "Make a fetch request from a HAR definition", | ||
@@ -34,3 +34,3 @@ "main": "index.js", | ||
"optionalDependencies": { | ||
"fromdata-node": "^4.3.2" | ||
"formdata-node": "^4.3.2" | ||
}, | ||
@@ -37,0 +37,0 @@ "devDependencies": { |
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
68856