Add function to return proxy agent dispatcher for compatibility with latest octokit

This commit is contained in:
Tatyana Kostromskaya
2023-10-05 16:20:26 +02:00
parent 0d63834474
commit 0faced6a0b
5 changed files with 190 additions and 58 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@actions/http-client",
"version": "2.1.1",
"version": "3.0.0",
"description": "Actions Http Client",
"keywords": [
"github",
@@ -39,10 +39,13 @@
"url": "https://github.com/actions/toolkit/issues"
},
"devDependencies": {
"@types/node": "20.7.1",
"@types/tunnel": "0.0.3",
"proxy": "^1.0.1"
"proxy": "^2.1.1",
"undici": "^5.25.4",
"@types/proxy": "^1.0.1"
},
"dependencies": {
"tunnel": "^0.0.6"
}
}
}