arn-browser 0.1.11 → 0.1.12

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "arn-browser",
3
- "version": "0.1.11",
3
+ "version": "0.1.12",
4
4
  "description": "A lightweight, browser autmation helper.",
5
5
  "main": "src/index.js",
6
6
  "types": "src/index.d.ts",
package/src/index.d.ts CHANGED
@@ -31,7 +31,7 @@ export declare const pwBrowser: {
31
31
  pwConditions: typeof checkPageConditions;
32
32
  };
33
33
 
34
- export declare const proxy: {
34
+ export declare const proxyUtil: {
35
35
  startServer: typeof startProxyServer;
36
36
  fetchPublicIP: typeof fetchPublicIP;
37
37
  fetchDetails: typeof fetchProxyDetails;
package/src/index.js CHANGED
@@ -45,7 +45,7 @@ import {
45
45
  } from "./utility/proxy-utility/custom-proxy.js";
46
46
  import { get_multilogin_proxy, get_packetstream_proxy, get_x_proxy, fetchNextProxy } from "./utility/proxy-utility/proxy-helper.js";
47
47
 
48
- export const proxy = {
48
+ export const proxyUtil = {
49
49
  startServer: startProxyServer,
50
50
  fetchPublicIP,
51
51
  fetchDetails: fetchProxyDetails,