@como/como-client
Advanced tools
Comparing version 0.1.4 to 0.1.5
@@ -110,2 +110,3 @@ 'use strict'; | ||
var _ref3 = (0, _asyncToGenerator3.default)( /*#__PURE__*/_regenerator2.default.mark(function _callee3(environment, sessionId, refreshToken, refresher) { | ||
var enableSignon = arguments.length > 4 && arguments[4] !== undefined ? arguments[4] : true; | ||
var isExists, environmentId, locationId, installationId, updateCredentials, gateway; | ||
@@ -152,3 +153,3 @@ return _regenerator2.default.wrap(function _callee3$(_context3) { | ||
if (!(!isExists(sessionId) || !isExists(refreshToken))) { | ||
if (!(enableSignon && (!isExists(sessionId) || !isExists(refreshToken)))) { | ||
_context3.next = 11; | ||
@@ -201,3 +202,3 @@ break; | ||
return function (_x6, _x7) { | ||
return function (_x7, _x8) { | ||
return _ref4.apply(this, arguments); | ||
@@ -235,3 +236,3 @@ }; | ||
return function (_x8, _x9, _x10) { | ||
return function (_x9, _x10, _x11) { | ||
return _ref5.apply(this, arguments); | ||
@@ -302,3 +303,3 @@ }; | ||
return function (_x11) { | ||
return function (_x12) { | ||
return _ref8.apply(this, arguments); | ||
@@ -432,3 +433,3 @@ }; | ||
return function (_x12) { | ||
return function (_x13) { | ||
return _ref13.apply(this, arguments); | ||
@@ -462,3 +463,3 @@ }; | ||
return function (_x13) { | ||
return function (_x14) { | ||
return _ref14.apply(this, arguments); | ||
@@ -465,0 +466,0 @@ }; |
{ | ||
"name": "@como/como-client", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "Client module for Como's loaylty API", | ||
@@ -41,2 +41,2 @@ "main": "lib/como.js", | ||
} | ||
} | ||
} |
245390
17
1496