Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 6, 2024
1 parent 1699a09 commit 3b34c56
Show file tree
Hide file tree
Showing 12 changed files with 74 additions and 127 deletions.
5 changes: 0 additions & 5 deletions .changeset/late-berries-rule.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-terms-exercise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sixty-carpets-cross.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/swift-lizards-poke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unlucky-vans-shout.md

This file was deleted.

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

## 7.1.2

### Patch Changes

- 1699a09: Handle exceptions caused by Agent.addRequest()

## 7.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/agent-base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "agent-base",
"version": "7.1.1",
"version": "7.1.2",
"description": "Turn a function into an `http.Agent` instance",
"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

## 7.0.3

### Patch Changes

- e90e2b2: Properly forward WebSocket requests via PAC agents that resolve to HTTP proxies
- Updated dependencies [1699a09]
- [email protected]

## 7.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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": "7.0.2",
"version": "7.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 @@ -32,7 +32,7 @@
"license": "MIT",
"dependencies": {
"@tootallnate/quickjs-emscripten": "^0.23.0",
"agent-base": "^7.0.2",
"agent-base": "^7.1.2",
"debug": "^4.3.4",
"get-uri": "^6.0.1",
"http-proxy-agent": "^7.0.0",
Expand Down
15 changes: 15 additions & 0 deletions packages/proxy-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# proxy-agent

## 6.5.0

### Minor Changes

- 85b10b3: Lazily load agents in proxy-agent
- 96b771b: Include ClientRequest in getProxyForUrl parameters for additional flexibility

### Patch Changes

- ad68f63: Dispose of Agent instances in cache correctly
- Updated dependencies [1699a09]
- Updated dependencies [e90e2b2]
- [email protected]
- [email protected]

## 6.4.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 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.4.0",
"version": "6.5.0",
"description": "Maps proxy protocols to `http.Agent` implementations",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -32,12 +32,12 @@
"author": "Nathan Rajlich <[email protected]> (http://n8.io/)",
"license": "MIT",
"dependencies": {
"agent-base": "^7.0.2",
"agent-base": "^7.1.2",
"debug": "^4.3.4",
"http-proxy-agent": "^7.0.1",
"https-proxy-agent": "^7.0.5",
"lru-cache": "^7.14.1",
"pac-proxy-agent": "^7.0.2",
"pac-proxy-agent": "^7.0.3",
"proxy-from-env": "^1.1.0",
"socks-proxy-agent": "^8.0.4"
},
Expand Down
Loading

0 comments on commit 3b34c56

Please sign in to comment.