Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
berstend committed Mar 1, 2023
1 parent 3ca317e commit 39248f1
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions packages/extract-stealth-evasions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "extract-stealth-evasions",
"version": "2.7.2",
"version": "2.7.3",
"description": "Extract stealth evasions from puppeteer-extra-plugin-stealth",
"main": "index.js",
"bin": {
Expand All @@ -23,7 +23,7 @@
],
"dependencies": {
"puppeteer": "*",
"puppeteer-extra": "^3.3.5",
"puppeteer-extra": "^3.3.6",
"puppeteer-extra-plugin-stealth": "^2.11.2",
"terser": "^5.1.0",
"yargs": "^15.4.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-proxy-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@extra/proxy-router",
"version": "3.1.5",
"version": "3.1.6",
"description": "A plugin for playwright & puppeteer to route proxies dynamically.",
"repository": "berstend/puppeteer-extra",
"homepage": "https://github.com/berstend/puppeteer-extra/tree/master/packages/plugin-proxy-router",
Expand Down Expand Up @@ -55,7 +55,7 @@
"playwright-core": "1.24.2",
"prettier": "^2.7.1",
"puppeteer": "^15.5.0",
"puppeteer-extra": "^3.3.5",
"puppeteer-extra": "^3.3.6",
"replace-in-files-cli": "^0.3.1",
"rimraf": "^3.0.0",
"rollup-plugin-commonjs": "^10.1.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/puppeteer-extra-plugin-anonymize-ua/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puppeteer-extra-plugin-anonymize-ua",
"version": "2.4.5",
"version": "2.4.6",
"description": "Anonymize User-Agent in puppeteer.",
"main": "index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -31,8 +31,8 @@
"ava": "2.4.0",
"npm-run-all": "^4.1.5",
"puppeteer": "^2.0.0",
"puppeteer-extra": "^3.3.5",
"puppeteer-extra-plugin-devtools": "^2.4.5"
"puppeteer-extra": "^3.3.6",
"puppeteer-extra-plugin-devtools": "^2.4.6"
},
"dependencies": {
"debug": "^4.1.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/puppeteer-extra-plugin-devtools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puppeteer-extra-plugin-devtools",
"version": "2.4.5",
"version": "2.4.6",
"description": "Make puppeteer browser debugging possible from anywhere (devtools with screencasting on the internet).",
"main": "index.js",
"repository": "berstend/puppeteer-extra",
Expand Down Expand Up @@ -32,7 +32,7 @@
"ava": "2.4.0",
"npm-run-all": "^4.1.5",
"puppeteer": "^2.0.0",
"puppeteer-extra": "^3.3.5"
"puppeteer-extra": "^3.3.6"
},
"dependencies": {
"debug": "^4.1.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/puppeteer-extra-plugin-recaptcha/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puppeteer-extra-plugin-recaptcha",
"version": "3.6.7",
"version": "3.6.8",
"description": "A puppeteer-extra plugin to solve reCAPTCHAs and hCaptchas automatically.",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
Expand Down Expand Up @@ -54,7 +54,7 @@
"copyfiles": "^2.1.1",
"npm-run-all": "^4.1.5",
"puppeteer": "9",
"puppeteer-extra": "^3.3.5",
"puppeteer-extra": "^3.3.6",
"replace-in-files-cli": "^0.3.1",
"rimraf": "^3.0.0",
"rollup-plugin-commonjs": "^10.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/puppeteer-extra/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puppeteer-extra",
"version": "3.3.5",
"version": "3.3.6",
"description": "Teach puppeteer new tricks through plugins.",
"repository": "berstend/puppeteer-extra",
"author": "berstend",
Expand Down Expand Up @@ -49,7 +49,7 @@
"npm-run-all": "^4.1.5",
"puppeteer": "^10.2.0",
"puppeteer-extra-plugin": "^3.2.3",
"puppeteer-extra-plugin-anonymize-ua": "^2.4.5",
"puppeteer-extra-plugin-anonymize-ua": "^2.4.6",
"rimraf": "^3.0.0",
"rollup": "^1.27.5",
"rollup-plugin-commonjs": "^10.1.0",
Expand Down

0 comments on commit 39248f1

Please sign in to comment.