fetch-har 11.1.0 → 11.1.1

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.
package/dist/index.cjs CHANGED
@@ -258,4 +258,5 @@ function fetchHAR(_0) {
258
258
 
259
259
  exports.default = fetchHAR;
260
260
 
261
- module.exports = exports.default//# sourceMappingURL=index.cjs.map
261
+ module.exports = exports.default;
262
+ //# sourceMappingURL=index.cjs.map
package/dist/types.d.cts CHANGED
@@ -16,4 +16,4 @@ interface FetchHAROptions {
16
16
  userAgent?: string;
17
17
  }
18
18
 
19
- export { FetchHAROptions, RequestInitWithDuplex };
19
+ export type { FetchHAROptions, RequestInitWithDuplex };
package/dist/types.d.ts CHANGED
@@ -16,4 +16,4 @@ interface FetchHAROptions {
16
16
  userAgent?: string;
17
17
  }
18
18
 
19
- export { FetchHAROptions, RequestInitWithDuplex };
19
+ export type { FetchHAROptions, RequestInitWithDuplex };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fetch-har",
3
- "version": "11.1.0",
3
+ "version": "11.1.1",
4
4
  "description": "Make a fetch request from a HAR definition",
5
5
  "main": "dist/index.cjs",
6
6
  "types": "dist/index.d.cts",
@@ -51,14 +51,13 @@
51
51
  },
52
52
  "devDependencies": {
53
53
  "@jsdevtools/host-environment": "^2.1.2",
54
- "@readme/eslint-config": "^13.4.0",
54
+ "@readme/eslint-config": "^14.0.0",
55
55
  "@types/express": "^4.17.17",
56
56
  "@types/multer": "^1.4.7",
57
57
  "@types/node": "^20.6.3",
58
- "@vitest/browser": "^0.34.3",
59
- "@vitest/coverage-v8": "^0.34.5",
58
+ "@vitest/coverage-v8": "^1.1.1",
60
59
  "datauri": "^4.1.0",
61
- "eslint": "^8.48.0",
60
+ "eslint": "^8.57.0",
62
61
  "express": "^4.18.1",
63
62
  "fetch-mock": "^9.11.0",
64
63
  "har-examples": "^3.1.1",
@@ -66,10 +65,9 @@
66
65
  "multer": "^1.4.5-lts.1",
67
66
  "prettier": "^3.0.3",
68
67
  "temp-dir": "^3.0.0",
69
- "tsup": "^7.2.0",
68
+ "tsup": "^8.0.1",
70
69
  "typescript": "^5.2.2",
71
- "vitest": "^0.34.5",
72
- "webdriverio": "^8.16.15"
70
+ "vitest": "^1.1.1"
73
71
  },
74
72
  "browserslist": [
75
73
  "last 2 versions"