Skip to content

Commit ca68bbd

Browse files
Version Packages (#163)
1 parent 0bbe335 commit ca68bbd

File tree

10 files changed

+28
-20
lines changed

10 files changed

+28
-20
lines changed

.changeset/odd-mirrors-nail.md

-5
This file was deleted.

.changeset/slimy-pillows-do.md

-5
This file was deleted.

.changeset/stupid-queens-listen.md

-5
This file was deleted.

packages/degenerator/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# degenerator
22

3+
## 4.0.2
4+
5+
### Patch Changes
6+
7+
- 9326064: Use `util.types.isRegExp()` to fix deprecation warning
8+
39
## 4.0.1
410

511
### Patch Changes

packages/degenerator/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "degenerator",
3-
"version": "4.0.1",
3+
"version": "4.0.2",
44
"description": "Compiles sync functions into async generator functions",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

packages/pac-proxy-agent/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# pac-proxy-agent
22

3+
## 6.0.2
4+
5+
### Patch Changes
6+
7+
- bf20b04: Add `servername` to tls connection options when pac-proxy-agent results in DIRECT connection
8+
39
## 6.0.1
410

511
### Patch Changes

packages/pac-proxy-agent/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pac-proxy-agent",
3-
"version": "6.0.1",
3+
"version": "6.0.2",
44
"description": "A PAC file proxy `http.Agent` implementation for HTTP",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

packages/proxy-agent/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# proxy-agent
22

3+
## 6.2.0
4+
5+
### Minor Changes
6+
7+
- 0bbe335: Support for `getProxyForUrl` option, to provide proxy address dynamically per different URLs
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [bf20b04]
12+
13+
314
## 6.1.2
415

516
### Patch Changes

packages/proxy-agent/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "proxy-agent",
3-
"version": "6.1.2",
3+
"version": "6.2.0",
44
"description": "Maps proxy protocols to `http.Agent` implementations",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
@@ -37,7 +37,7 @@
3737
"http-proxy-agent": "^6.0.1",
3838
"https-proxy-agent": "^6.1.0",
3939
"lru-cache": "^7.14.1",
40-
"pac-proxy-agent": "^6.0.1",
40+
"pac-proxy-agent": "^6.0.2",
4141
"proxy-from-env": "^1.1.0",
4242
"socks-proxy-agent": "^8.0.1"
4343
},

pnpm-lock.yaml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)