Skip to content

Commit e14a16f

Browse files
author
William
authored
Merge pull request #7 from scality/improvement/ARSNN-1-fix-agentkeepalive-import
Improvement/arsnn 1 fix agentkeepalive import
2 parents 0330b36 + bc5fc17 commit e14a16f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/https-agent.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import HttpsAgent, { HttpsOptions } from 'agentkeepalive';
1+
import { HttpsAgent, HttpsOptions } from 'agentkeepalive';
22
import clientConfigurationDefault from './config/default';
33
import agentConfiguration from './config/agentConfiguration';
44

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "httpagent",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"engines": {
55
"node": ">=16"
66
},

0 commit comments

Comments
 (0)