Add readBodyBuffer method to HttpClientResponse (#1475)

* Add readBodyBuffer method to HttpClientResponse

* Implement method in other package tests

* Make method optional to satisfy the test process
This commit is contained in:
Chad Kimes
2023-08-04 14:35:26 -04:00
committed by GitHub
parent 7da3ac6eda
commit 2820b17d9d
3 changed files with 17 additions and 3 deletions

View File

@@ -1,12 +1,12 @@
{
"name": "@actions/http-client",
"version": "2.1.0",
"version": "2.1.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@actions/http-client",
"version": "2.1.0",
"version": "2.1.1",
"license": "MIT",
"dependencies": {
"tunnel": "^0.0.6"