Skip to content

Commit

Permalink
Version Packages (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 24, 2023
1 parent eb6906b commit d2d03d5
Show file tree
Hide file tree
Showing 7 changed files with 69 additions and 71 deletions.
5 changes: 0 additions & 5 deletions .changeset/dirty-worms-dress.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/four-carrots-help.md

This file was deleted.

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

## 7.1.0

### Minor Changes

- da699b1: Add `isSecureEndpoint()` as an instance method

## 7.0.2

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

## 6.1.1

### Patch Changes

- eb6906b: Fix `keepAlive: true`
- Updated dependencies [da699b1]
- agent-base@7.1.0

## 6.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/http-proxy-agent/package.json
@@ -1,6 +1,6 @@
{
"name": "http-proxy-agent",
"version": "6.1.0",
"version": "6.1.1",
"description": "An HTTP(s) proxy `http.Agent` implementation for HTTP",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand All @@ -27,7 +27,7 @@
"author": "Nathan Rajlich <nathan@tootallnate.net> (http://n8.io/)",
"license": "MIT",
"dependencies": {
"agent-base": "^7.0.2",
"agent-base": "^7.1.0",
"debug": "^4.3.4"
},
"devDependencies": {
Expand Down

1 comment on commit d2d03d5

@vercel
Copy link

@vercel vercel bot commented on d2d03d5 May 24, 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.vercel.app
proxy-agents-git-main-tootallnate.vercel.app
proxy-agents-tootallnate.vercel.app

Please sign in to comment.