@4lch4/axios-aid
Advanced tools
Comparing version 1.1.0 to 1.2.0
import { AxiosBasicCredentials, AxiosInstance } from "axios"; | ||
declare class AxiosAid { | ||
export declare class AxiosAid { | ||
client: AxiosInstance; | ||
@@ -7,3 +7,2 @@ constructor(baseUrl: string, headers?: Object, auth?: AxiosBasicCredentials); | ||
} | ||
export default AxiosAid; | ||
export interface RequestPayload { | ||
@@ -10,0 +9,0 @@ params: Object; |
@@ -15,2 +15,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.AxiosAid = void 0; | ||
const axios_1 = __importDefault(require("axios")); | ||
@@ -38,3 +39,3 @@ class AxiosAid { | ||
} | ||
exports.default = AxiosAid; | ||
exports.AxiosAid = AxiosAid; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@4lch4/axios-aid", | ||
"displayName": "AxiosAid", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "A lightweight wrapper around Axios for type data and ease of use.", | ||
@@ -6,0 +6,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3830