Compare commits
5 Commits
1.0.5
...
developmen
Author | SHA1 | Date |
---|---|---|
|
045e9c8282 | |
|
32b843aaf3 | |
![]() |
66e97ab935 | |
![]() |
8425d23e04 | |
![]() |
2e3d13c5b9 |
|
@ -1,6 +1,4 @@
|
||||||
import * as http from 'http';
|
import HttpAgent, { HttpsAgent } from 'agentkeepalive';
|
||||||
import * as https from 'https';
|
|
||||||
import { HttpAgent, HttpsAgent } from 'agentkeepalive';
|
|
||||||
|
|
||||||
import { HttpsOptions, HttpOptions } from 'agentkeepalive';
|
import { HttpsOptions, HttpOptions } from 'agentkeepalive';
|
||||||
|
|
||||||
|
@ -29,6 +27,3 @@ declare namespace https {
|
||||||
constructor(opts?: HttpsOptions, config?: clientConfigurationDefault);
|
constructor(opts?: HttpsOptions, config?: clientConfigurationDefault);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
exports.http = http;
|
|
||||||
exports.https = https;
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "httpagent",
|
"name": "httpagent",
|
||||||
"version": "1.0.5",
|
"version": "1.0.6",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=16"
|
"node": ">=16"
|
||||||
},
|
},
|
||||||
|
@ -22,7 +22,7 @@
|
||||||
"eslint": "^7.32.0 || ^8.2.0",
|
"eslint": "^7.32.0 || ^8.2.0",
|
||||||
"eslint-config-airbnb-base": "^15.0.0",
|
"eslint-config-airbnb-base": "^15.0.0",
|
||||||
"eslint-config-prettier": "^8.5.0",
|
"eslint-config-prettier": "^8.5.0",
|
||||||
"eslint-config-scality": "git+https://github.com/scality/Guidelines#8.2.0",
|
"eslint-config-scality": "../eslint-config-scality",
|
||||||
"eslint-plugin-import": "^2.25.2",
|
"eslint-plugin-import": "^2.25.2",
|
||||||
"eslint-plugin-prettier": "^4.2.1",
|
"eslint-plugin-prettier": "^4.2.1",
|
||||||
"prettier": "^2.8.0"
|
"prettier": "^2.8.0"
|
||||||
|
|
Loading…
Reference in New Issue