We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0330b36 + bc5fc17 commit e14a16fCopy full SHA for e14a16f
lib/https-agent.ts
@@ -1,4 +1,4 @@
1
-import HttpsAgent, { HttpsOptions } from 'agentkeepalive';
+import { HttpsAgent, HttpsOptions } from 'agentkeepalive';
2
import clientConfigurationDefault from './config/default';
3
import agentConfiguration from './config/agentConfiguration';
4
package.json
@@ -1,6 +1,6 @@
{
"name": "httpagent",
- "version": "1.0.3",
+ "version": "1.0.4",
"engines": {
5
"node": ">=16"
6
},
0 commit comments