@crawlee/http 3.6.1-beta.2 → 3.6.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.
@@ -6,6 +6,7 @@ import { BasicCrawler, CrawlerExtension, Configuration } from '@crawlee/basic';
6
6
  import type { Awaitable, Dictionary } from '@crawlee/types';
7
7
  import * as cheerio from 'cheerio';
8
8
  import type { RequestLike, ResponseLike } from 'content-type';
9
+ // @ts-ignore optional peer dependency
9
10
  import type { OptionsInit, PlainResponse } from 'got-scraping';
10
11
  import type { JsonValue } from 'type-fest';
11
12
  export type HttpErrorHandler<UserData extends Dictionary = any, // with default to Dictionary we cant use a typed router in untyped crawler
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crawlee/http",
3
- "version": "3.6.1-beta.2",
3
+ "version": "3.6.1",
4
4
  "description": "The scalable web crawling and scraping library for JavaScript/Node.js. Enables development of data extraction and web automation jobs (not only) with headless Chrome and Puppeteer.",
5
5
  "engines": {
6
6
  "node": ">=16.0.0"
@@ -55,9 +55,9 @@
55
55
  "dependencies": {
56
56
  "@apify/timeout": "^0.3.0",
57
57
  "@apify/utilities": "^2.7.10",
58
- "@crawlee/basic": "3.6.1-beta.2",
59
- "@crawlee/types": "3.6.1-beta.2",
60
- "@crawlee/utils": "3.6.1-beta.2",
58
+ "@crawlee/basic": "3.6.1",
59
+ "@crawlee/types": "3.6.1",
60
+ "@crawlee/utils": "3.6.1",
61
61
  "@types/content-type": "^1.1.5",
62
62
  "cheerio": "^1.0.0-rc.12",
63
63
  "content-type": "^1.0.4",
@@ -75,5 +75,5 @@
75
75
  }
76
76
  }
77
77
  },
78
- "gitHead": "e8f8b5591e83319dbfecef3a5b84e0e241321454"
78
+ "gitHead": "bca9eabfcdbddcb7a304728da73791c0eb4e0e54"
79
79
  }