@nuxtjs/axios
Advanced tools
Comparing version 5.9.3 to 5.9.4
@@ -5,2 +5,9 @@ # Changelog | ||
### [5.9.4](https://github.com/nuxt-community/axios-module/compare/v5.9.3...v5.9.4) (2020-01-30) | ||
### Bug Fixes | ||
* **types:** add `setBaseURL` ([#329](https://github.com/nuxt-community/axios-module/issues/329)) ([9d00d6a](https://github.com/nuxt-community/axios-module/commit/9d00d6a9b5e21396d3b195f824dd2cfe99ca9012)) | ||
### [5.9.3](https://github.com/nuxt-community/axios-module/compare/v5.9.2...v5.9.3) (2020-01-11) | ||
@@ -7,0 +14,0 @@ |
{ | ||
"name": "@nuxtjs/axios", | ||
"version": "5.9.3", | ||
"version": "5.9.4", | ||
"description": "Secure and easy axios integration with Nuxt.js", | ||
@@ -27,3 +27,3 @@ "license": "MIT", | ||
"@nuxtjs/proxy": "^1.3.3", | ||
"axios": "^0.19.1", | ||
"axios": "^0.19.2", | ||
"axios-retry": "^3.1.2", | ||
@@ -30,0 +30,0 @@ "consola": "^2.11.3", |
@@ -15,2 +15,3 @@ import { AxiosError, AxiosRequestConfig, AxiosResponse, AxiosStatic } from 'axios' | ||
setBaseURL(baseURL: string): void | ||
setHeader(name: string, value?: string | false, scopes?: string | string[]): void | ||
@@ -17,0 +18,0 @@ setToken(token: string | false, type?: string, scopes?: string | string[]): void |
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
38356
327
Updatedaxios@^0.19.2