@nuxtjs/axios
Advanced tools
Comparing version 5.9.2 to 5.9.3
@@ -5,2 +5,9 @@ # Changelog | ||
### [5.9.3](https://github.com/nuxt-community/axios-module/compare/v5.9.2...v5.9.3) (2020-01-11) | ||
### Bug Fixes | ||
* **types:** extend from `AxiosStatic` ([#319](https://github.com/nuxt-community/axios-module/issues/319)) ([9223a57](https://github.com/nuxt-community/axios-module/commit/9223a57c7ac65b2c414858360126d23bf60f9c82)) | ||
### [5.9.2](https://github.com/nuxt-community/axios-module/compare/v5.9.1...v5.9.2) (2020-01-02) | ||
@@ -7,0 +14,0 @@ |
{ | ||
"name": "@nuxtjs/axios", | ||
"version": "5.9.2", | ||
"version": "5.9.3", | ||
"description": "Secure and easy axios integration with Nuxt.js", | ||
@@ -27,3 +27,3 @@ "license": "MIT", | ||
"@nuxtjs/proxy": "^1.3.3", | ||
"axios": "^0.19.0", | ||
"axios": "^0.19.1", | ||
"axios-retry": "^3.1.2", | ||
@@ -30,0 +30,0 @@ "consola": "^2.11.3", |
@@ -1,6 +0,6 @@ | ||
import { AxiosError, AxiosInstance, AxiosRequestConfig, AxiosResponse } from 'axios' | ||
import { AxiosError, AxiosRequestConfig, AxiosResponse, AxiosStatic } from 'axios' | ||
import Vue from 'vue' | ||
import './vuex' | ||
interface NuxtAxiosInstance extends AxiosInstance { | ||
interface NuxtAxiosInstance extends AxiosStatic { | ||
$request<T = any>(config: AxiosRequestConfig): Promise<T> | ||
@@ -7,0 +7,0 @@ $get<T = any>(url: string, config?: AxiosRequestConfig): Promise<T> |
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
37999
Updatedaxios@^0.19.1