@nuxt/http
Advanced tools
Comparing version 0.5.9 to 0.5.10
@@ -5,2 +5,9 @@ # Changelog | ||
### [0.5.10](https://github.com/nuxt/http/compare/v0.5.9...v0.5.10) (2020-07-16) | ||
### Bug Fixes | ||
* **plugin:** debug option broken ([#117](https://github.com/nuxt/http/issues/117)) ([6bc1295](https://github.com/nuxt/http/commit/6bc12959a59b855dc9020e56fa0d0acb7f0e54d0)) | ||
### [0.5.9](https://github.com/nuxt/http/compare/v0.5.8...v0.5.9) (2020-07-14) | ||
@@ -7,0 +14,0 @@ |
@@ -134,3 +134,3 @@ import defu from 'defu' | ||
// Setup interceptors | ||
<% if (options.debug) { %>setupDebugInterceptor(axios) <% } %> | ||
<% if (options.debug) { %>setupDebugInterceptor(http) <% } %> | ||
@@ -137,0 +137,0 @@ return http |
{ | ||
"name": "@nuxt/http", | ||
"version": "0.5.9", | ||
"version": "0.5.10", | ||
"description": "Universal HTTP Module for Nuxt.js", | ||
@@ -22,3 +22,3 @@ "repository": "nuxt/http", | ||
"dependencies": { | ||
"@nuxtjs/proxy": "^2.0.0", | ||
"@nuxtjs/proxy": "^2.0.1", | ||
"abort-controller": "^3.0.0", | ||
@@ -25,0 +25,0 @@ "consola": "^2.14.0", |
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
30313
Updated@nuxtjs/proxy@^2.0.1