Skip to content

Commit

Permalink
Version Packages (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 25, 2023
1 parent 4a45593 commit a90baa5
Show file tree
Hide file tree
Showing 11 changed files with 99 additions and 84 deletions.
5 changes: 0 additions & 5 deletions .changeset/fluffy-bears-admire.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/lovely-phones-kick.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/http-proxy-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# http-proxy-agent

## 7.0.0

### Major Changes

- b3860aa: Remove `secureProxy` getter

It was not meant to be a public property. If you were using it, just use `agent.proxy.protocol === 'https:'` instead.

## 6.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/http-proxy-agent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "http-proxy-agent",
"version": "6.1.1",
"version": "7.0.0",
"description": "An HTTP(s) proxy `http.Agent` implementation for HTTP",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/https-proxy-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# https-proxy-agent

## 7.0.0

### Major Changes

- b3860aa: Remove `secureProxy` getter

It was not meant to be a public property. If you were using it, just use `agent.proxy.protocol === 'https:'` instead.

## 6.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/https-proxy-agent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "https-proxy-agent",
"version": "6.2.1",
"version": "7.0.0",
"description": "An HTTP(s) proxy `http.Agent` implementation for HTTPS",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/pac-proxy-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# pac-proxy-agent

## 6.0.3

### Patch Changes

- Updated dependencies [b3860aa]
- https-proxy-agent@7.0.0
- http-proxy-agent@7.0.0

## 6.0.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/pac-proxy-agent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pac-proxy-agent",
"version": "6.0.2",
"version": "6.0.3",
"description": "A PAC file proxy `http.Agent` implementation for HTTP",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -34,8 +34,8 @@
"agent-base": "^7.0.2",
"debug": "^4.3.4",
"get-uri": "^6.0.1",
"http-proxy-agent": "^6.1.0",
"https-proxy-agent": "^6.2.0",
"http-proxy-agent": "^7.0.0",
"https-proxy-agent": "^7.0.0",
"pac-resolver": "^6.0.1",
"socks-proxy-agent": "^8.0.1"
},
Expand Down
10 changes: 10 additions & 0 deletions packages/proxy-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# proxy-agent

## 6.2.1

### Patch Changes

- 4a45593: Fix WebSocket connections over "http"/"https" proxies
- Updated dependencies [b3860aa]
- https-proxy-agent@7.0.0
- http-proxy-agent@7.0.0
- pac-proxy-agent@6.0.3

## 6.2.0

### Minor Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/proxy-agent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "proxy-agent",
"version": "6.2.0",
"version": "6.2.1",
"description": "Maps proxy protocols to `http.Agent` implementations",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -34,10 +34,10 @@
"dependencies": {
"agent-base": "^7.0.2",
"debug": "^4.3.4",
"http-proxy-agent": "^6.1.0",
"https-proxy-agent": "^6.2.0",
"http-proxy-agent": "^7.0.0",
"https-proxy-agent": "^7.0.0",
"lru-cache": "^7.14.1",
"pac-proxy-agent": "^6.0.2",
"pac-proxy-agent": "^6.0.3",
"proxy-from-env": "^1.1.0",
"socks-proxy-agent": "^8.0.1"
},
Expand Down
Loading

1 comment on commit a90baa5

@vercel
Copy link

@vercel vercel bot commented on a90baa5 May 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

proxy-agents – ./

proxy-agents-git-main-tootallnate.vercel.app
proxy-agents.vercel.app
proxy-agents-tootallnate.vercel.app

Please sign in to comment.