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

Commit

Permalink
Upgrade pac-proxy-agent to 3.x (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyHacks authored and TooTallNate committed Jul 23, 2018
1 parent d392bc7 commit d32e248
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
3.0.2 / 2018-07-11
==================

* Upgrade pac-proxy-agent to 3.x

3.0.1 / 2018-07-11
==================

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "proxy-agent",
"version": "3.0.1",
"version": "3.0.2",
"description": "Maps proxy protocols to `http.Agent` implementations",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -34,7 +34,7 @@
"http-proxy-agent": "^2.1.0",
"https-proxy-agent": "^2.2.1",
"lru-cache": "^4.1.2",
"pac-proxy-agent": "^2.0.1",
"pac-proxy-agent": "^3.0.0",
"proxy-from-env": "^1.0.0",
"socks-proxy-agent": "^4.0.1"
},
Expand Down

0 comments on commit d32e248

Please sign in to comment.