Dependency Update (#725)

- update yarn packages
- update RWP to 2.2.4
- update base image to brave 1.73.91
- fix typing issue
- bump to 1.4.0-beta.1
This commit is contained in:
Ilya Kreymer 2024-11-24 01:22:50 -08:00 committed by GitHub
parent 07e5ceb4c2
commit 6bfa7d5766
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 1500 additions and 1763 deletions

View file

@ -36,6 +36,8 @@ export type CrawlerArgs = ReturnType<typeof parseArgs> & {
scopedSeeds: ScopedSeed[];
customBehaviors: string[];
selectLinks: ExtractSelector[];
crawlId: string;