@open-wa/wa-automate 4.44.8 → 4.44.9
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.
@@ -126,7 +126,7 @@ function initPage(sessionId, config, qrManager, customUserAgent, spinner, _page,
|
|
126
126
|
let quickAuthed = false;
|
127
127
|
let proxy;
|
128
128
|
if (proxyAddr) {
|
129
|
-
proxy = (yield Promise.resolve().then(() => __importStar(require('puppeteer-page-proxy')))).default;
|
129
|
+
proxy = (yield Promise.resolve().then(() => __importStar(require('smashah-puppeteer-page-proxy')))).default;
|
130
130
|
}
|
131
131
|
if (interceptAuthentication || proxyAddr || blockCrashLogs || true) {
|
132
132
|
yield waPage.setRequestInterception(true);
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@open-wa/wa-automate",
|
3
|
-
"version": "4.44.
|
3
|
+
"version": "4.44.9",
|
4
4
|
"licenseCheckUrl": "https://funcs.openwa.dev/license-check",
|
5
5
|
"brokenMethodReportUrl": "https://funcs.openwa.dev/report-bm",
|
6
6
|
"patches": "https://cdn.openwa.dev/patches.json",
|
@@ -156,10 +156,10 @@
|
|
156
156
|
"puppeteer-extra-plugin-block-resources": "^2.4.0",
|
157
157
|
"puppeteer-extra-plugin-devtools": "^2.4.0",
|
158
158
|
"puppeteer-extra-plugin-stealth": "^2.10.1",
|
159
|
-
"puppeteer-page-proxy": "https://github.com/smashah/puppeteer-page-proxy",
|
160
159
|
"qrcode-terminal": "^0.12.0",
|
161
160
|
"qs": "^6.10.1",
|
162
161
|
"rxjs": "^7.0.0",
|
162
|
+
"smashah-puppeteer-page-proxy": "^1.2.8",
|
163
163
|
"socket.io": "^4.4.1",
|
164
164
|
"socket.io-client": "^4.1.1",
|
165
165
|
"spinnies": "^0.5.1",
|