Skip to content
This repository was archived by the owner on May 5, 2023. It is now read-only.

Commit d32e248

Browse files
SkyHacksTooTallNate
authored andcommitted
Upgrade pac-proxy-agent to 3.x (#31)
1 parent d392bc7 commit d32e248

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

History.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
3.0.2 / 2018-07-11
2+
==================
3+
4+
* Upgrade pac-proxy-agent to 3.x
5+
16
3.0.1 / 2018-07-11
27
==================
38

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "proxy-agent",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"description": "Maps proxy protocols to `http.Agent` implementations",
55
"main": "index.js",
66
"scripts": {
@@ -34,7 +34,7 @@
3434
"http-proxy-agent": "^2.1.0",
3535
"https-proxy-agent": "^2.2.1",
3636
"lru-cache": "^4.1.2",
37-
"pac-proxy-agent": "^2.0.1",
37+
"pac-proxy-agent": "^3.0.0",
3838
"proxy-from-env": "^1.0.0",
3939
"socks-proxy-agent": "^4.0.1"
4040
},

0 commit comments

Comments
 (0)