gologin-commonjs 1.2.4 → 1.2.5

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.
@@ -811,9 +811,9 @@ class GoLogin {
811
811
  params.push(arg);
812
812
  }
813
813
  if (proxy) {
814
- const hr_rules = `"MAP * 0.0.0.0 , EXCLUDE ${proxy_host}"`;
815
- params.push(`--proxy-server=${proxy}`);
816
- params.push(`--host-resolver-rules=${hr_rules}`);
814
+ // const hr_rules = `"MAP * 0.0.0.0 , EXCLUDE ${proxy_host}"`;
815
+ // params.push(`--proxy-server=${proxy}`);
816
+ // params.push(`--host-resolver-rules=${hr_rules}`);
817
817
  }
818
818
  if (Array.isArray(this.extra_params) && this.extra_params.length) {
819
819
  params = params.concat(this.extra_params);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gologin-commonjs",
3
- "version": "1.2.4",
3
+ "version": "1.2.5",
4
4
  "description": "A Transpiled GoLogin API ESM to CommonJS",
5
5
  "types": "./types/src/gologin.d.ts",
6
6
  "main": "./dist/src/gologin.js",