abuseipdb-client 0.1.114 → 0.1.116
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/types/index.d.ts +1 -1
- package/package.json +2 -2
package/dist/types/index.d.ts
CHANGED
|
@@ -724,4 +724,4 @@ declare const BASE_URL = "https://api.abuseipdb.com/api/v2";
|
|
|
724
724
|
*/
|
|
725
725
|
declare const isArrISO31661Alpha2: (arr: Array<string>) => boolean;
|
|
726
726
|
|
|
727
|
-
export { APIBlacklistEndpointResponse, APIBlacklistEndpointTextResponse, APIBulkReportEndpointResponse, APICheckBlockEndpointResponse, APICheckEndpointResponse, APIClearAddressEndpointResponse, APIReportEndpointResponse, APIReportsEndpointResponse, APIResponse, APIResponseError, APIServerErrorResultResponse, AbuseIPDBClient, AbuseIPDBClientConfig, AbuseIPDBClientOptions, BASE_URL, BlacklistOptions, CheckBlockOptions, CheckOptions, ClientAPIHeaders, ClientAPIRateLimitHTTPHeaders, ClientFetchResponseHeaders, ClientHeaders, ClientResponse, EndpointURIS, InvalidReportsEntity, NonEmptyArr, ReportCategory, ReportOptions, ReportedAddressEntity, ReportsEntity, ReportsOptions, UsageType, abuseIPDBClientSchema, blacklistSchema, bulkReportSchema, checkBlockSchema, checkSchema, clearAddressSchema, isArrISO31661Alpha2, reportSchema, reportsSchema };
|
|
727
|
+
export { type APIBlacklistEndpointResponse, type APIBlacklistEndpointTextResponse, type APIBulkReportEndpointResponse, type APICheckBlockEndpointResponse, type APICheckEndpointResponse, type APIClearAddressEndpointResponse, type APIReportEndpointResponse, type APIReportsEndpointResponse, type APIResponse, type APIResponseError, type APIServerErrorResultResponse, AbuseIPDBClient, type AbuseIPDBClientConfig, type AbuseIPDBClientOptions, BASE_URL, type BlacklistOptions, type CheckBlockOptions, type CheckOptions, type ClientAPIHeaders, type ClientAPIRateLimitHTTPHeaders, type ClientFetchResponseHeaders, type ClientHeaders, type ClientResponse, type EndpointURIS, type InvalidReportsEntity, type NonEmptyArr, ReportCategory, type ReportOptions, type ReportedAddressEntity, type ReportsEntity, type ReportsOptions, type UsageType, abuseIPDBClientSchema, blacklistSchema, bulkReportSchema, checkBlockSchema, checkSchema, clearAddressSchema, isArrISO31661Alpha2, reportSchema, reportsSchema };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "abuseipdb-client",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.116",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "AbuseIPDB Node.js API client.",
|
|
6
6
|
"author": "Arthur Melo <contact@arthurmelo.com>",
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"rimraf": "^5.0.0",
|
|
77
77
|
"rollup": "^3.7.5",
|
|
78
78
|
"rollup-plugin-bundle-size": "^1.0.3",
|
|
79
|
-
"rollup-plugin-dts": "^
|
|
79
|
+
"rollup-plugin-dts": "^6.0.0",
|
|
80
80
|
"rollup-plugin-typescript2": "^0.35.0",
|
|
81
81
|
"semantic-release": "^21.0.0",
|
|
82
82
|
"ts-jest": "^29.0.3",
|