Skip to content

Commit a90baa5

Browse files
Version Packages (#191)
1 parent 4a45593 commit a90baa5

File tree

11 files changed

+99
-84
lines changed

11 files changed

+99
-84
lines changed

.changeset/fluffy-bears-admire.md

-5
This file was deleted.

.changeset/lovely-phones-kick.md

-8
This file was deleted.

packages/http-proxy-agent/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# http-proxy-agent
22

3+
## 7.0.0
4+
5+
### Major Changes
6+
7+
- b3860aa: Remove `secureProxy` getter
8+
9+
It was not meant to be a public property. If you were using it, just use `agent.proxy.protocol === 'https:'` instead.
10+
311
## 6.1.1
412

513
### Patch Changes

packages/http-proxy-agent/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "http-proxy-agent",
3-
"version": "6.1.1",
3+
"version": "7.0.0",
44
"description": "An HTTP(s) proxy `http.Agent` implementation for HTTP",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

packages/https-proxy-agent/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# https-proxy-agent
22

3+
## 7.0.0
4+
5+
### Major Changes
6+
7+
- b3860aa: Remove `secureProxy` getter
8+
9+
It was not meant to be a public property. If you were using it, just use `agent.proxy.protocol === 'https:'` instead.
10+
311
## 6.2.1
412

513
### Patch Changes

packages/https-proxy-agent/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "https-proxy-agent",
3-
"version": "6.2.1",
3+
"version": "7.0.0",
44
"description": "An HTTP(s) proxy `http.Agent` implementation for HTTPS",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

packages/pac-proxy-agent/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# pac-proxy-agent
22

3+
## 6.0.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [b3860aa]
8+
9+
10+
311
## 6.0.2
412

513
### Patch Changes

packages/pac-proxy-agent/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pac-proxy-agent",
3-
"version": "6.0.2",
3+
"version": "6.0.3",
44
"description": "A PAC file proxy `http.Agent` implementation for HTTP",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
@@ -34,8 +34,8 @@
3434
"agent-base": "^7.0.2",
3535
"debug": "^4.3.4",
3636
"get-uri": "^6.0.1",
37-
"http-proxy-agent": "^6.1.0",
38-
"https-proxy-agent": "^6.2.0",
37+
"http-proxy-agent": "^7.0.0",
38+
"https-proxy-agent": "^7.0.0",
3939
"pac-resolver": "^6.0.1",
4040
"socks-proxy-agent": "^8.0.1"
4141
},

packages/proxy-agent/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# proxy-agent
22

3+
## 6.2.1
4+
5+
### Patch Changes
6+
7+
- 4a45593: Fix WebSocket connections over "http"/"https" proxies
8+
- Updated dependencies [b3860aa]
9+
10+
11+
12+
313
## 6.2.0
414

515
### Minor Changes

packages/proxy-agent/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "proxy-agent",
3-
"version": "6.2.0",
3+
"version": "6.2.1",
44
"description": "Maps proxy protocols to `http.Agent` implementations",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
@@ -34,10 +34,10 @@
3434
"dependencies": {
3535
"agent-base": "^7.0.2",
3636
"debug": "^4.3.4",
37-
"http-proxy-agent": "^6.1.0",
38-
"https-proxy-agent": "^6.2.0",
37+
"http-proxy-agent": "^7.0.0",
38+
"https-proxy-agent": "^7.0.0",
3939
"lru-cache": "^7.14.1",
40-
"pac-proxy-agent": "^6.0.2",
40+
"pac-proxy-agent": "^6.0.3",
4141
"proxy-from-env": "^1.1.0",
4242
"socks-proxy-agent": "^8.0.1"
4343
},

0 commit comments

Comments
 (0)