Compare commits

..

No commits in common. "development/1.0" and "1.0.5" have entirely different histories.

3 changed files with 1265 additions and 3 deletions

7
index.d.ts vendored
View File

@ -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;

View File

@ -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"

1257
yarn.lock Normal file

File diff suppressed because it is too large Load Diff