Skip to content

Commit

Permalink
Version Packages (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored May 9, 2023
1 parent 0bbe335 commit ca68bbd
Show file tree
Hide file tree
Showing 10 changed files with 28 additions and 20 deletions.
5 changes: 0 additions & 5 deletions .changeset/odd-mirrors-nail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-pillows-do.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stupid-queens-listen.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/degenerator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# degenerator

## 4.0.2

### Patch Changes

- 9326064: Use `util.types.isRegExp()` to fix deprecation warning

## 4.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/degenerator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "degenerator",
"version": "4.0.1",
"version": "4.0.2",
"description": "Compiles sync functions into async generator functions",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/pac-proxy-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# pac-proxy-agent

## 6.0.2

### Patch Changes

- bf20b04: Add `servername` to tls connection options when pac-proxy-agent results in DIRECT connection

## 6.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.1",
"version": "6.0.2",
"description": "A PAC file proxy `http.Agent` implementation for HTTP",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/proxy-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# proxy-agent

## 6.2.0

### Minor Changes

- 0bbe335: Support for `getProxyForUrl` option, to provide proxy address dynamically per different URLs

### Patch Changes

- Updated dependencies [bf20b04]
- pac-proxy-agent@6.0.2

## 6.1.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.1.2",
"version": "6.2.0",
"description": "Maps proxy protocols to `http.Agent` implementations",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -37,7 +37,7 @@
"http-proxy-agent": "^6.0.1",
"https-proxy-agent": "^6.1.0",
"lru-cache": "^7.14.1",
"pac-proxy-agent": "^6.0.1",
"pac-proxy-agent": "^6.0.2",
"proxy-from-env": "^1.1.0",
"socks-proxy-agent": "^8.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 comment on commit ca68bbd

@vercel
Copy link

@vercel vercel bot commented on ca68bbd May 9, 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-tootallnate.vercel.app
proxy-agents.vercel.app

Please sign in to comment.