@como/como-client
Advanced tools
Comparing version 0.1.6 to 0.1.7
@@ -618,2 +618,6 @@ 'use strict'; | ||
como.getFriendReferralInviteLink = function (referral) { | ||
return comoData.env_params.gateway + '/ssr-modules/friend-referral/' + comoData.locationId + '?referral=' + referral; | ||
}; | ||
como.getLocationState = function () { | ||
@@ -620,0 +624,0 @@ return comoData.locationState; |
{ | ||
"name": "@como/como-client", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"description": "Client module for Como's loaylty API", | ||
@@ -5,0 +5,0 @@ "main": "lib/como.js", |
245494
1499