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

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/lovely-phones-kick.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

packages/http-proxy-agent/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 8 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 8 additions & 0 deletions
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+
- https-proxy-agent@7.0.0
9+
- http-proxy-agent@7.0.0
10+
311
## 6.0.2
412

513
### Patch Changes

packages/pac-proxy-agent/package.json

Lines changed: 3 additions & 3 deletions
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

Lines changed: 10 additions & 0 deletions
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+
- https-proxy-agent@7.0.0
10+
- http-proxy-agent@7.0.0
11+
- pac-proxy-agent@6.0.3
12+
313
## 6.2.0
414

515
### Minor Changes

packages/proxy-agent/package.json

Lines changed: 4 additions & 4 deletions
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)