Fix changelog
- allows correct tracing when using with Promise.all or similar concurrency routines (thanks @bewest #14)
use:
- axios v1.7.7
use:
- axios v1.6.0
- use AxiosInstance instead of AxiosStatic
- provide createrConfig (with name and version) into constructor
- set url by baseURL - more in documentation https://axios-http.com/docs/req_config
use:
- @types/jest v29.5.0
- istanbul-lib-coverage v^3.2.0
- jest-junit v15.0.0
- ts-jest v29.1.0
- typescript v4.9.5
- jest v29.5.0
- use all headers from response
- use axios v0.27.2
- use axios v0.24.0
- lockfileVersion 2 (npm 7)
- lockfileVersion 1
- use axios v0.23.0
- Handle mimeType for authorized response from call with status 302
- Initial package with README.md
- Initial package