Compare commits
No commits in common. "development/1.0" and "1.0.5" have entirely different histories.
developmen
...
1.0.5
|
@ -1,4 +1,6 @@
|
||||||
import HttpAgent, { HttpsAgent } from 'agentkeepalive';
|
import * as http from 'http';
|
||||||
|
import * as https from 'https';
|
||||||
|
import { HttpAgent, HttpsAgent } from 'agentkeepalive';
|
||||||
|
|
||||||
import { HttpsOptions, HttpOptions } from 'agentkeepalive';
|
import { HttpsOptions, HttpOptions } from 'agentkeepalive';
|
||||||
|
|
||||||
|
@ -27,3 +29,6 @@ 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.6",
|
"version": "1.0.5",
|
||||||
"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": "../eslint-config-scality",
|
"eslint-config-scality": "git+https://github.com/scality/Guidelines#8.2.0",
|
||||||
"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