@crawlee/stagehand 4.0.0-beta.66 → 4.0.0-beta.67
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/README.md +10 -10
- package/index.mjs +4 -1
- package/internals/stagehand-crawler.d.ts +1 -1
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
<h1 align="center">
|
|
2
2
|
<a href="https://crawlee.dev">
|
|
3
3
|
<picture>
|
|
4
|
-
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/apify/crawlee/master/website/static/img/crawlee-dark.svg?sanitize=true"
|
|
5
|
-
<img alt="Crawlee" src="https://raw.githubusercontent.com/apify/crawlee/master/website/static/img/crawlee-light.svg?sanitize=true" width="500"
|
|
4
|
+
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/apify/crawlee/master/website/static/img/crawlee-dark.svg?sanitize=true" />
|
|
5
|
+
<img alt="Crawlee" src="https://raw.githubusercontent.com/apify/crawlee/master/website/static/img/crawlee-light.svg?sanitize=true" width="500" />
|
|
6
6
|
</picture>
|
|
7
7
|
</a>
|
|
8
|
-
<br
|
|
8
|
+
<br />
|
|
9
9
|
<small>A web scraping and browser automation library</small>
|
|
10
10
|
</h1>
|
|
11
11
|
|
|
12
|
-
<p align=center>
|
|
13
|
-
<a href="https://trendshift.io/repositories/5179" target="_blank"><img src="https://trendshift.io/api/badge/repositories/5179" alt="apify%2Fcrawlee | Trendshift"
|
|
12
|
+
<p align="center">
|
|
13
|
+
<a href="https://trendshift.io/repositories/5179" target="_blank"><img src="https://trendshift.io/api/badge/repositories/5179" alt="apify%2Fcrawlee | Trendshift" width="250" height="55"/></a>
|
|
14
14
|
</p>
|
|
15
15
|
|
|
16
|
-
<p align=center>
|
|
17
|
-
<a href="https://www.npmjs.com/package/@crawlee/core" rel="nofollow"><img src="https://img.shields.io/npm/v/@crawlee/core.svg" alt="NPM latest version" data-canonical-src="https://img.shields.io/npm/v/@crawlee/core/next.svg"
|
|
18
|
-
<a href="https://www.npmjs.com/package/@crawlee/core" rel="nofollow"><img src="https://img.shields.io/npm/dm/@crawlee/core.svg" alt="Downloads" data-canonical-src="https://img.shields.io/npm/dm/@crawlee/core.svg"
|
|
19
|
-
<a href="https://discord.gg/jyEM2PRvMU" rel="nofollow"><img src="https://img.shields.io/discord/801163717915574323?label=discord" alt="Chat on discord" data-canonical-src="https://img.shields.io/discord/801163717915574323?label=discord"
|
|
20
|
-
<a href="https://github.com/apify/crawlee/actions/workflows/test-ci.yml"><img src="https://github.com/apify/crawlee/actions/workflows/test-ci.yml/badge.svg?branch=master" alt="Build Status"
|
|
16
|
+
<p align="center">
|
|
17
|
+
<a href="https://www.npmjs.com/package/@crawlee/core" rel="nofollow"><img src="https://img.shields.io/npm/v/@crawlee/core.svg" alt="NPM latest version" data-canonical-src="https://img.shields.io/npm/v/@crawlee/core/next.svg" /></a>
|
|
18
|
+
<a href="https://www.npmjs.com/package/@crawlee/core" rel="nofollow"><img src="https://img.shields.io/npm/dm/@crawlee/core.svg" alt="Downloads" data-canonical-src="https://img.shields.io/npm/dm/@crawlee/core.svg" /></a>
|
|
19
|
+
<a href="https://discord.gg/jyEM2PRvMU" rel="nofollow"><img src="https://img.shields.io/discord/801163717915574323?label=discord" alt="Chat on discord" data-canonical-src="https://img.shields.io/discord/801163717915574323?label=discord" /></a>
|
|
20
|
+
<a href="https://github.com/apify/crawlee/actions/workflows/test-ci.yml"><img src="https://github.com/apify/crawlee/actions/workflows/test-ci.yml/badge.svg?branch=master" alt="Build Status" /></a>
|
|
21
21
|
</p>
|
|
22
22
|
|
|
23
23
|
Crawlee covers your crawling and scraping end-to-end and **helps you build reliable scrapers. Fast.**
|
package/index.mjs
CHANGED
|
@@ -32,6 +32,7 @@ export const LoggerJson = mod.LoggerJson;
|
|
|
32
32
|
export const LoggerText = mod.LoggerText;
|
|
33
33
|
export const MAX_POOL_SIZE = mod.MAX_POOL_SIZE;
|
|
34
34
|
export const MAX_QUERIES_FOR_CONSISTENCY = mod.MAX_QUERIES_FOR_CONSISTENCY;
|
|
35
|
+
export const MemoryStorageBackend = mod.MemoryStorageBackend;
|
|
35
36
|
export const MissingRouteError = mod.MissingRouteError;
|
|
36
37
|
export const MissingSessionError = mod.MissingSessionError;
|
|
37
38
|
export const NavigationSkippedError = mod.NavigationSkippedError;
|
|
@@ -64,6 +65,7 @@ export const Snapshotter = mod.Snapshotter;
|
|
|
64
65
|
export const StagehandCrawler = mod.StagehandCrawler;
|
|
65
66
|
export const Statistics = mod.Statistics;
|
|
66
67
|
export const StorageInstanceManager = mod.StorageInstanceManager;
|
|
68
|
+
export const StorageStatsTracker = mod.StorageStatsTracker;
|
|
67
69
|
export const SystemStatus = mod.SystemStatus;
|
|
68
70
|
export const applyRequestTransform = mod.applyRequestTransform;
|
|
69
71
|
export const assertJsonSerializable = mod.assertJsonSerializable;
|
|
@@ -93,12 +95,13 @@ export const getDefaultCookieExpirationDate = mod.getDefaultCookieExpirationDate
|
|
|
93
95
|
export const getRequestId = mod.getRequestId;
|
|
94
96
|
export const handleRequestTimeout = mod.handleRequestTimeout;
|
|
95
97
|
export const log = mod.log;
|
|
96
|
-
export const maybeStringify = mod.maybeStringify;
|
|
97
98
|
export const mergeCookies = mod.mergeCookies;
|
|
99
|
+
export const parseValue = mod.parseValue;
|
|
98
100
|
export const purgeDefaultStorages = mod.purgeDefaultStorages;
|
|
99
101
|
export const resolveBaseUrlForEnqueueLinksFiltering = mod.resolveBaseUrlForEnqueueLinksFiltering;
|
|
100
102
|
export const resolveStorageIdentifier = mod.resolveStorageIdentifier;
|
|
101
103
|
export const serializeArray = mod.serializeArray;
|
|
104
|
+
export const serializeValue = mod.serializeValue;
|
|
102
105
|
export const serviceLocator = mod.serviceLocator;
|
|
103
106
|
export const stagehandUtils = mod.stagehandUtils;
|
|
104
107
|
export const toughCookieToBrowserPoolCookie = mod.toughCookieToBrowserPoolCookie;
|
|
@@ -385,7 +385,7 @@ export declare class StagehandCrawler<ContextExtension = Dictionary<never>, Exte
|
|
|
385
385
|
// @ts-ignore optional peer dependency or compatibility with es2022
|
|
386
386
|
configuration: import("ow").ObjectPredicate<object> & import("ow").BasePredicate<object | undefined>;
|
|
387
387
|
// @ts-ignore optional peer dependency or compatibility with es2022
|
|
388
|
-
|
|
388
|
+
storageBackend: import("ow").ObjectPredicate<object> & import("ow").BasePredicate<object | undefined>;
|
|
389
389
|
// @ts-ignore optional peer dependency or compatibility with es2022
|
|
390
390
|
eventManager: import("ow").ObjectPredicate<object> & import("ow").BasePredicate<object | undefined>;
|
|
391
391
|
// @ts-ignore optional peer dependency or compatibility with es2022
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crawlee/stagehand",
|
|
3
|
-
"version": "4.0.0-beta.
|
|
3
|
+
"version": "4.0.0-beta.67",
|
|
4
4
|
"description": "AI-powered web crawling with Stagehand integration for Crawlee - enables natural language browser automation with act(), extract(), and observe() methods.",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=22.0.0"
|
|
@@ -57,11 +57,11 @@
|
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
59
|
"@apify/timeout": "^0.3.2",
|
|
60
|
-
"@crawlee/browser": "4.0.0-beta.
|
|
61
|
-
"@crawlee/browser-pool": "4.0.0-beta.
|
|
62
|
-
"@crawlee/core": "4.0.0-beta.
|
|
63
|
-
"@crawlee/types": "4.0.0-beta.
|
|
64
|
-
"@crawlee/utils": "4.0.0-beta.
|
|
60
|
+
"@crawlee/browser": "4.0.0-beta.67",
|
|
61
|
+
"@crawlee/browser-pool": "4.0.0-beta.67",
|
|
62
|
+
"@crawlee/core": "4.0.0-beta.67",
|
|
63
|
+
"@crawlee/types": "4.0.0-beta.67",
|
|
64
|
+
"@crawlee/utils": "4.0.0-beta.67",
|
|
65
65
|
"ow": "^2.0.0",
|
|
66
66
|
"tslib": "^2.8.1"
|
|
67
67
|
},
|
|
@@ -93,5 +93,5 @@
|
|
|
93
93
|
}
|
|
94
94
|
}
|
|
95
95
|
},
|
|
96
|
-
"gitHead": "
|
|
96
|
+
"gitHead": "20617e873491494f343cd32831645acec484abed"
|
|
97
97
|
}
|