Skip to content

Commit 108a5f2

Browse files
committed
Publish
- extract-stealth-evasions@2.4.8 - puppeteer-extra-plugin-stealth@2.7.8
1 parent 34cfc12 commit 108a5f2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/extract-stealth-evasions/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "extract-stealth-evasions",
3-
"version": "2.4.7",
3+
"version": "2.4.8",
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.7",
27+
"puppeteer-extra-plugin-stealth": "^2.7.8",
2828
"terser": "^5.1.0",
2929
"yargs": "^15.4.1"
3030
}

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppeteer-extra-plugin-stealth",
3-
"version": "2.7.7",
3+
"version": "2.7.8",
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)