infinitered / apisauce

Axios + standardized errors + request/response transforms.
MIT License
2.8k stars 184 forks source link

Latest version support for Axios ? #307

Closed AmalMenachery closed 1 year ago

AmalMenachery commented 1 year ago

We have this latest release v3.0.0, which mentions about breaking changes from Axios : https://github.com/infinitered/apisauce/releases/tag/v3.0.0

However in the package.json https://github.com/infinitered/apisauce/blob/master/package.json we still have "dependencies": { "axios": "^0.27.2" },

Could someone look into it ?

moxorama commented 1 year ago

At least there should be some TypeScript corrections

Type 'import("<>/node_modules/apisauce/node_modules/axios/index").AxiosRequestConfig<any>' is not assignable to type 'import("<>/node_modules/axios/index").AxiosRequestConfig<any>'
infinitered-circleci commented 1 year ago

:tada: This issue has been resolved in version 3.0.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: