openapi-client-axios
Advanced tools
Comparing version 7.5.3 to 7.5.4
@@ -391,3 +391,3 @@ "use strict"; | ||
var _a = __read(args, 3), config = _a[2]; | ||
return __assign(__assign(__assign({}, axiosConfig), config), { headers: __assign(__assign({}, axiosConfig === null || axiosConfig === void 0 ? void 0 : axiosConfig.headers), config === null || config === void 0 ? void 0 : config.headers) }); | ||
return __assign(__assign(__assign({}, axiosConfig), config), { params: __assign(__assign({}, axiosConfig === null || axiosConfig === void 0 ? void 0 : axiosConfig.params), config === null || config === void 0 ? void 0 : config.params), headers: __assign(__assign({}, axiosConfig === null || axiosConfig === void 0 ? void 0 : axiosConfig.headers), config === null || config === void 0 ? void 0 : config.headers) }); | ||
}; | ||
@@ -394,0 +394,0 @@ /** |
{ | ||
"name": "openapi-client-axios", | ||
"description": "JavaScript client library for consuming OpenAPI-enabled APIs with axios. Types included.", | ||
"version": "7.5.3", | ||
"version": "7.5.4", | ||
"license": "MIT", | ||
@@ -74,3 +74,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "cf13827673dfdce68903db39224a26bcca7e0e9a" | ||
"gitHead": "0c23f67630c166c47dc58ada13cb603132d7b10c" | ||
} |
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
71203
1036