Skip to content

Commit

Permalink
Merge pull request #7 from scality/improvement/ARSNN-1-fix-agentkeepa…
Browse files Browse the repository at this point in the history
…live-import

Improvement/arsnn 1 fix agentkeepalive import
  • Loading branch information
williamlardier authored Dec 13, 2022
2 parents 0330b36 + bc5fc17 commit e14a16f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/https-agent.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import HttpsAgent, { HttpsOptions } from 'agentkeepalive';
import { HttpsAgent, HttpsOptions } from 'agentkeepalive';
import clientConfigurationDefault from './config/default';
import agentConfiguration from './config/agentConfiguration';

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "httpagent",
"version": "1.0.3",
"version": "1.0.4",
"engines": {
"node": ">=16"
},
Expand Down

0 comments on commit e14a16f

Please sign in to comment.