fetch-har 8.1.1 → 8.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## <small>8.1.2 (2022-07-27)</small>
2
+
3
+ * fix: updating the data-urls package to fix a problem with file case sensititivity ([42cadff](https://github.com/readmeio/fetch-har/commit/42cadff))
4
+
5
+
6
+
1
7
  ## <small>8.1.1 (2022-07-27)</small>
2
8
 
3
9
  * fix: swapping parse-data-url for @readme/data-urls (#307) ([a2306bd](https://github.com/readmeio/fetch-har/commit/a2306bd)), closes [#307](https://github.com/readmeio/fetch-har/issues/307)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fetch-har",
3
- "version": "8.1.1",
3
+ "version": "8.1.2",
4
4
  "description": "Make a fetch request from a HAR definition",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -30,7 +30,7 @@
30
30
  },
31
31
  "homepage": "https://github.com/readmeio/fetch-har#readme",
32
32
  "dependencies": {
33
- "@readme/data-urls": "^1.0.0",
33
+ "@readme/data-urls": "^1.0.1",
34
34
  "@types/har-format": "^1.2.8",
35
35
  "readable-stream": "^3.6.0"
36
36
  },