@crawlee/browser-pool 4.0.0-beta.140 → 4.0.0-beta.142

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.
@@ -7,7 +7,7 @@ export interface GetFingerprintReturn {
7
7
  }
8
8
  export interface FingerprintGeneratorOptions extends Partial<FingerprintOptionsOriginal> {
9
9
  }
10
- declare const SUPPORTED_HTTP_VERSIONS: readonly ["1", "2"];
10
+ declare const SUPPORTED_HTTP_VERSIONS: readonly ['1', '2'];
11
11
  /**
12
12
  * String specifying the HTTP version to use.
13
13
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crawlee/browser-pool",
3
- "version": "4.0.0-beta.140",
3
+ "version": "4.0.0-beta.142",
4
4
  "description": "Rotate multiple browsers using popular automation libraries such as Playwright or Puppeteer.",
5
5
  "engines": {
6
6
  "node": ">=22.0.0"
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "dependencies": {
33
33
  "@apify/timeout": "^0.4.4",
34
- "@crawlee/core": "4.0.0-beta.140",
35
- "@crawlee/types": "4.0.0-beta.140",
36
- "@crawlee/utils": "4.0.0-beta.140",
34
+ "@crawlee/core": "4.0.0-beta.142",
35
+ "@crawlee/types": "4.0.0-beta.142",
36
+ "@crawlee/utils": "4.0.0-beta.142",
37
37
  "fingerprint-generator": "^2.1.68",
38
38
  "fingerprint-injector": "^2.1.68",
39
39
  "lodash.merge": "^4.6.2",
@@ -64,5 +64,5 @@
64
64
  }
65
65
  }
66
66
  },
67
- "gitHead": "70f846b4f05d89b34ccfded676e766fdbbdc5e66"
67
+ "gitHead": "d40a48fcb78865bd622a05027103155ac08a227f"
68
68
  }