@nuxtjs/auth
Advanced tools
Comparing version 4.0.0-rc.1 to 4.0.0-rc.2
@@ -5,2 +5,12 @@ # Change Log | ||
<a name="4.0.0-rc.2"></a> | ||
# [4.0.0-rc.2](https://github.com/nuxt-community/auth-module/compare/v4.0.0-rc.1...v4.0.0-rc.2) (2018-02-03) | ||
### Bug Fixes | ||
* **Auth:** register vuex store before all watchers ([006650f](https://github.com/nuxt-community/auth-module/commit/006650f)) | ||
<a name="4.0.0-rc.1"></a> | ||
@@ -7,0 +17,0 @@ # [4.0.0-rc.1](https://github.com/nuxt-community/auth-module/compare/v4.0.0-rc.0...v4.0.0-rc.1) (2018-02-03) |
@@ -21,2 +21,5 @@ import Cookies from 'js-cookie' | ||
// Register vuex store | ||
this._registerVuexStore() | ||
// Reset on error | ||
@@ -31,4 +34,2 @@ if (this.options.resetOnError) { | ||
} | ||
this._registerVuexStore() | ||
} | ||
@@ -35,0 +36,0 @@ |
{ | ||
"name": "@nuxtjs/auth", | ||
"version": "4.0.0-rc.1", | ||
"version": "4.0.0-rc.2", | ||
"description": "Authentication module for Nuxt.js", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
26618
393