Compare commits

...

5 Commits

Author SHA1 Message Date
Vitaliy Filippov 045e9c8282 Use relative dependency URLs 2025-03-08 17:32:18 +03:00
Vitaliy Filippov 32b843aaf3 Change git dependency URLs 2024-07-21 17:37:36 +03:00
William 66e97ab935
Merge pull request from scality/improvement/ARSNN-2-fixup-declarations
Improvement/arsnn 2 fixup declarations
2022-12-14 17:14:27 +01:00
williamlardier 8425d23e04
ARSNN-2: bump project version 2022-12-14 17:12:36 +01:00
williamlardier 2e3d13c5b9
ARSNN-2: fixups for declarations 2022-12-14 17:12:18 +01:00
3 changed files with 3 additions and 1265 deletions

7
index.d.ts vendored
View File

@ -1,6 +1,4 @@
import * as http from 'http';
import * as https from 'https';
import { HttpAgent, HttpsAgent } from 'agentkeepalive';
import HttpAgent, { HttpsAgent } from 'agentkeepalive';
import { HttpsOptions, HttpOptions } from 'agentkeepalive';
@ -29,6 +27,3 @@ declare namespace https {
constructor(opts?: HttpsOptions, config?: clientConfigurationDefault);
}
}
exports.http = http;
exports.https = https;

View File

@ -1,6 +1,6 @@
{
"name": "httpagent",
"version": "1.0.5",
"version": "1.0.6",
"engines": {
"node": ">=16"
},
@ -22,7 +22,7 @@
"eslint": "^7.32.0 || ^8.2.0",
"eslint-config-airbnb-base": "^15.0.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-prettier": "^4.2.1",
"prettier": "^2.8.0"

1257
yarn.lock

File diff suppressed because it is too large Load Diff