vue-jwt-auth
Advanced tools
Comparing version 0.10.1 to 0.10.2
@@ -19,3 +19,3 @@ { | ||
}, | ||
"version": "0.10.1" | ||
"version": "0.10.2" | ||
} |
@@ -263,2 +263,3 @@ module.exports = (function () { | ||
catch(e) { | ||
console.error('vue-jwt-auth:error There was an issue retrieving the state data.'); | ||
state = {}; | ||
@@ -520,3 +521,3 @@ } | ||
version() { | ||
return '0.10.1'; | ||
return '0.10.2'; | ||
} | ||
@@ -523,0 +524,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
26515
439