Skip to content

Commit

Permalink
Version Packages (#301)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 30, 2024
1 parent ada656d commit 1429c7e
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/seven-colts-flash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-pumas-drum.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/agent-base/CHANGELOG.md
@@ -1,5 +1,11 @@
# agent-base

## 7.1.1

### Patch Changes

- e62863c: Synchronously update internal sockets length so `http.Agent` pooling is used

## 7.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/agent-base/package.json
@@ -1,6 +1,6 @@
{
"name": "agent-base",
"version": "7.1.0",
"version": "7.1.1",
"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/socks-proxy-agent/CHANGELOG.md
@@ -1,5 +1,13 @@
# socks-proxy-agent

## 8.0.3

### Patch Changes

- ada656d: Pass `socket_options` to `SocksClient`
- Updated dependencies [e62863c]
- agent-base@7.1.1

## 8.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/socks-proxy-agent/package.json
@@ -1,6 +1,6 @@
{
"name": "socks-proxy-agent",
"version": "8.0.2",
"version": "8.0.3",
"description": "A SOCKS proxy `http.Agent` implementation for HTTP and HTTPS",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -107,7 +107,7 @@
"socks5h"
],
"dependencies": {
"agent-base": "^7.0.2",
"agent-base": "^7.1.1",
"debug": "^4.3.4",
"socks": "^2.7.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.

0 comments on commit 1429c7e

Please sign in to comment.