@tramvai/module-http-proxy-agent 2.149.1 → 2.150.1

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.
@@ -35,3 +35,4 @@ export declare const addProxyToHttpsAgent: ({ logger, metrics, }: {
35
35
  metrics: typeof METRICS_MODULE_TOKEN;
36
36
  }) => void;
37
37
  export {};
38
+ //# sourceMappingURL=add-proxy-to-https-agent.d.ts.map
@@ -5,3 +5,4 @@ export declare const matchNoProxy: ({ noProxy, hostname, }: {
5
5
  noProxy: string;
6
6
  hostname: string;
7
7
  }) => boolean;
8
+ //# sourceMappingURL=match-no-proxy.d.ts.map
@@ -2,3 +2,4 @@ export declare function parseProxy(httpsProxyEnv: string): {
2
2
  hostname: string;
3
3
  port: string;
4
4
  };
5
+ //# sourceMappingURL=parse-proxy.d.ts.map
package/lib/browser.d.ts CHANGED
@@ -1,2 +1,3 @@
1
1
  export declare class HttpProxyAgentModule {
2
2
  }
3
+ //# sourceMappingURL=browser.d.ts.map
package/lib/server.d.ts CHANGED
@@ -1,2 +1,3 @@
1
1
  export declare class HttpProxyAgentModule {
2
2
  }
3
+ //# sourceMappingURL=server.d.ts.map
@@ -1,3 +1,4 @@
1
1
  export declare const httpProxyEnabled: () => boolean;
2
2
  export declare const getHttpsProxy: () => string;
3
3
  export declare const getNoProxy: () => string;
4
+ //# sourceMappingURL=env.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tramvai/module-http-proxy-agent",
3
- "version": "2.149.1",
3
+ "version": "2.150.1",
4
4
  "description": "Enable support for http_proxy, https_proxy and no_proxy env variables",
5
5
  "browser": "lib/browser.js",
6
6
  "main": "lib/server.js",
@@ -23,13 +23,13 @@
23
23
  "registry": "https://registry.npmjs.org/"
24
24
  },
25
25
  "dependencies": {
26
- "@tramvai/tokens-common": "2.149.1"
26
+ "@tramvai/tokens-common": "2.150.1"
27
27
  },
28
28
  "devDependencies": {},
29
29
  "peerDependencies": {
30
- "@tramvai/core": "2.149.1",
30
+ "@tramvai/core": "2.150.1",
31
31
  "@tinkoff/dippy": "0.8.16",
32
- "@tramvai/tokens-metrics": "2.149.1",
32
+ "@tramvai/tokens-metrics": "2.150.1",
33
33
  "tslib": "^2.4.0"
34
34
  }
35
35
  }