Skip to content

Commit 45e5cd6

Browse files
committed
Publish
- extract-stealth-evasions@2.4.10 - puppeteer-extra-plugin-stealth@2.7.10
1 parent 6fb2bbf commit 45e5cd6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/extract-stealth-evasions/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "extract-stealth-evasions",
3-
"version": "2.4.9",
3+
"version": "2.4.10",
44
"description": "Extract stealth evasions from puppeteer-extra-plugin-stealth",
55
"main": "index.js",
66
"bin": {
@@ -24,7 +24,7 @@
2424
"dependencies": {
2525
"puppeteer": "*",
2626
"puppeteer-extra": "^3.1.18",
27-
"puppeteer-extra-plugin-stealth": "^2.7.9",
27+
"puppeteer-extra-plugin-stealth": "^2.7.10",
2828
"terser": "^5.1.0",
2929
"yargs": "^15.4.1"
3030
}

packages/puppeteer-extra-plugin-stealth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppeteer-extra-plugin-stealth",
3-
"version": "2.7.9",
3+
"version": "2.7.10",
44
"description": "Stealth mode: Applies various techniques to make detection of headless puppeteer harder.",
55
"main": "index.js",
66
"typings": "index.d.ts",

0 commit comments

Comments
 (0)