loyalty-protocol 1.3.2 → 1.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/config.js CHANGED
@@ -1 +1 @@
1
- var i=Object.defineProperty;var l=Object.getOwnPropertyDescriptor;var h=Object.getOwnPropertyNames;var C=Object.prototype.hasOwnProperty;var a=(s,o)=>()=>(s&&(o=s(s=0)),o);var c=(s,o)=>{for(var t in o)i(s,t,{get:o[t],enumerable:!0})},T=(s,o,t,e)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of h(o))!C.call(s,n)&&n!==t&&i(s,n,{get:()=>o[n],enumerable:!(e=l(o,n))||e.enumerable});return s};var m=s=>T(i({},"__esModule",{value:!0}),s);var p={};c(p,{HT_CONFIG:()=>O});var O,g=a(()=>{"use strict";O={currency:{"K-Cash":{name:"Coins",logo:"https://images.hindustantimes.com/sso/prod/loyalty-reward-sdk/images/goCoinHT.svg"},"K-Points":{name:"T-Points",logo:"https://s2.coinmarketcap.com/static/img/coins/128x128/1958.png"},rKGeN:{name:"T Coin",logo:"https://s2.coinmarketcap.com/static/img/coins/128x128/32196.png"}},showHeader:!1,tenantId:void 0,fontLink:"https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&display=swap"}});var r={};c(r,{TIME_NOW_CONFIG:()=>I});var I,d=a(()=>{"use strict";I={currency:{"K-Cash":{name:"T-Coins",logo:"https://i.ibb.co/V0BmdGFB/coins.png"},"K-Points":{name:"T-Points",logo:"https://i.ibb.co/Z1mSgmzT/points.png"},rKGeN:{name:"T Coin",logo:"https://s2.coinmarketcap.com/static/img/coins/128x128/32196.png"}},showHeader:!1,tenantId:"times",fontLink:void 0,assetMap:{times_point:"K-Points"}}});var{HT_CONFIG:N}=(g(),m(p)),{TIME_NOW_CONFIG:_}=(d(),m(r));window.LOYALTY_PROTOCOL_CONFIG={"ht-kstore-india":N,"times-now-kstore-india":_};
1
+ var i=Object.defineProperty;var h=Object.getOwnPropertyDescriptor;var l=Object.getOwnPropertyNames;var C=Object.prototype.hasOwnProperty;var a=(s,o)=>()=>(s&&(o=s(s=0)),o);var c=(s,o)=>{for(var n in o)i(s,n,{get:o[n],enumerable:!0})},T=(s,o,n,e)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of l(o))!C.call(s,t)&&t!==n&&i(s,t,{get:()=>o[t],enumerable:!(e=h(o,t))||e.enumerable});return s};var m=s=>T(i({},"__esModule",{value:!0}),s);var p={};c(p,{HT_CONFIG:()=>O});var O,g=a(()=>{"use strict";O={currency:{"K-Cash":{name:"Coins",logo:"https://images.hindustantimes.com/sso/prod/loyalty-reward-sdk/images/goCoinHT.svg"},"K-Points":{name:"T-Points",logo:"https://s2.coinmarketcap.com/static/img/coins/128x128/1958.png"},rKGeN:{name:"T Coin",logo:"https://s2.coinmarketcap.com/static/img/coins/128x128/32196.png"}},showHeader:!1,tenantId:void 0,fontLink:"https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&display=swap"}});var r={};c(r,{TIME_NOW_CONFIG:()=>P});var P,d=a(()=>{"use strict";P={currency:{"K-Cash":{name:"T-Coins",logo:"https://i.ibb.co/k25RsTDd/times-coin.png"},"K-Points":{name:"T-Points",logo:"https://i.ibb.co/3YhSKPPg/times-point.png"},rKGeN:{name:"T Coin",logo:"https://i.ibb.co/3YhSKPPg/times-point.png"}},showHeader:!1,tenantId:"times",fontLink:void 0,assetMap:{times_point:"K-Points"}}});var{HT_CONFIG:I}=(g(),m(p)),{TIME_NOW_CONFIG:K}=(d(),m(r));window.LOYALTY_PROTOCOL_CONFIG={"ht-kstore-india":I,"times-now-kstore-india":K};
@@ -2,15 +2,15 @@ export const TIME_NOW_CONFIG = {
2
2
  currency: {
3
3
  "K-Cash": {
4
4
  name: "T-Coins",
5
- logo: "https://i.ibb.co/V0BmdGFB/coins.png",
5
+ logo: "https://i.ibb.co/k25RsTDd/times-coin.png",
6
6
  },
7
7
  "K-Points": {
8
8
  name: "T-Points",
9
- logo: "https://i.ibb.co/Z1mSgmzT/points.png",
9
+ logo: "https://i.ibb.co/3YhSKPPg/times-point.png",
10
10
  },
11
11
  rKGeN: {
12
12
  name: "T Coin",
13
- logo: "https://s2.coinmarketcap.com/static/img/coins/128x128/32196.png",
13
+ logo: "https://i.ibb.co/3YhSKPPg/times-point.png",
14
14
  },
15
15
  },
16
16
  showHeader: false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "loyalty-protocol",
3
- "version": "1.3.2",
3
+ "version": "1.3.3",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "exports": {