@websanova/vue-auth
Advanced tools
Comparing version 2.16.0-beta to 2.16.1-beta
{ | ||
"dependencies": { | ||
"@websanova/vue-auth": "2.16.0-beta" | ||
"@websanova/vue-auth": "2.16.1-beta" | ||
}, | ||
@@ -5,0 +5,0 @@ |
{ | ||
"dependencies": { | ||
"@websanova/vue-auth": "2.16.0-beta", | ||
"@websanova/vue-auth": "2.16.1-beta", | ||
"axios": "0.16.2", | ||
@@ -5,0 +5,0 @@ "vue-axios": "2.0.2" |
{ | ||
"dependencies": { | ||
"nuxt": "1.0.0-rc3", | ||
"@websanova/vue-auth": "2.16.0-beta", | ||
"@websanova/vue-auth": "2.16.1-beta", | ||
"vue-resource": "1.3.4", | ||
@@ -6,0 +6,0 @@ "axios": "0.16.2", |
@@ -47,3 +47,3 @@ { | ||
"dependencies": { | ||
"@websanova/vue-auth": "2.16.0-beta", | ||
"@websanova/vue-auth": "2.16.1-beta", | ||
"axios": "^0.16.2", | ||
@@ -50,0 +50,0 @@ "compression": "^1.6.2", |
@@ -17,3 +17,3 @@ { | ||
"version": "2.16.0-beta", | ||
"version": "2.16.1-beta", | ||
@@ -20,0 +20,0 @@ "repository": { |
@@ -328,3 +328,3 @@ var __utils = require('./lib/utils.js'), | ||
function _logoutOtherProcess(res, data) { | ||
__token.delete.call(this, 'other'); | ||
__token.remove.call(this, 'other'); | ||
@@ -331,0 +331,0 @@ this.options.fetchPerform.call(this, { |
@@ -48,3 +48,3 @@ module.exports = (function () { | ||
delete: function(name) { | ||
remove: function(name) { | ||
setCookie.call(this, name, '', -12096e5); | ||
@@ -51,0 +51,0 @@ } |
Sorry, the diff of this file is not supported yet
754292
145