@nuxtjs/proxy
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -5,2 +5,12 @@ # Change Log | ||
<a name="1.3.1"></a> | ||
## [1.3.1](https://github.com/nuxt-community/proxy-module/compare/v1.3.0...v1.3.1) (2018-10-30) | ||
### Bug Fixes | ||
* add hint for "universal" mode only ([#10](https://github.com/nuxt-community/proxy-module/issues/10)) ([c78b122](https://github.com/nuxt-community/proxy-module/commit/c78b122)) | ||
<a name="1.3.0"></a> | ||
@@ -7,0 +17,0 @@ # [1.3.0](https://github.com/nuxt-community/proxy-module/compare/v1.2.4...v1.3.0) (2018-10-29) |
@@ -15,2 +15,6 @@ const Proxy = require('http-proxy-middleware') | ||
this.nuxt.hook('generate:before', () => { | ||
consola.warn('This module does not work in generated mode') | ||
}) | ||
// Defaults | ||
@@ -17,0 +21,0 @@ const defaults = Object.assign( |
{ | ||
"name": "@nuxtjs/proxy", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "The one-liner node.js http-proxy middleware solution for Nuxt.js using http-proxy-middleware", | ||
@@ -38,15 +38,15 @@ "license": "MIT", | ||
"codecov": "latest", | ||
"eslint": "^4.19.1", | ||
"eslint-config-standard": "^11.0.0", | ||
"eslint": "^5.8.0", | ||
"eslint-config-standard": "^12.0.0", | ||
"eslint-plugin-import": "^2.10.0", | ||
"eslint-plugin-jest": "^21.15.0", | ||
"eslint-plugin-node": "^6.0.1", | ||
"eslint-plugin-promise": "^3.7.0", | ||
"eslint-plugin-node": "^8.0.0", | ||
"eslint-plugin-promise": "^4.0.1", | ||
"eslint-plugin-standard": "latest", | ||
"eslint-plugin-vue": "^4.4.0", | ||
"jest": "^22.4.3", | ||
"jsdom": "^11.6.2", | ||
"nuxt-edge": "2.3.0-25679177.a9b68c5", | ||
"jest": "^23.6.0", | ||
"jsdom": "^13.0.0", | ||
"nuxt-edge": "2.3.0-25680860.4503d42", | ||
"standard-version": "latest" | ||
} | ||
} |
@@ -31,2 +31,4 @@ # Proxy Module | ||
⚠ Does not work in generated/static mode! | ||
## Setup | ||
@@ -33,0 +35,0 @@ - Add `@nuxtjs/proxy` dependency using yarn or npm to your project |
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
9495
57
98