loyalty-protocol 1.0.25 → 1.0.26

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.cjs CHANGED
@@ -59,8 +59,7 @@ var init_indian_express = __esm({
59
59
  // config/config.js
60
60
  var { HT_CONFIG: HT_CONFIG2 } = (init_ht_kstore_india(), __toCommonJS(ht_kstore_india_exports));
61
61
  var { INDIAN_EXPRESS: INDIAN_EXPRESS2 } = (init_indian_express(), __toCommonJS(indian_express_exports));
62
- var LOYALTY_PROTOCOL_CONFIG = {
62
+ window.LOYALTY_PROTOCOL_CONFIG = {
63
63
  "ht-kstore-india": HT_CONFIG2,
64
64
  "indian-express": INDIAN_EXPRESS2
65
65
  };
66
- module.exports = LOYALTY_PROTOCOL_CONFIG;
package/dist/config.js CHANGED
@@ -58,8 +58,7 @@ var init_indian_express = __esm({
58
58
  // config/config.js
59
59
  var { HT_CONFIG: HT_CONFIG2 } = (init_ht_kstore_india(), __toCommonJS(ht_kstore_india_exports));
60
60
  var { INDIAN_EXPRESS: INDIAN_EXPRESS2 } = (init_indian_express(), __toCommonJS(indian_express_exports));
61
- var LOYALTY_PROTOCOL_CONFIG = {
61
+ window.LOYALTY_PROTOCOL_CONFIG = {
62
62
  "ht-kstore-india": HT_CONFIG2,
63
63
  "indian-express": INDIAN_EXPRESS2
64
64
  };
65
- module.exports = LOYALTY_PROTOCOL_CONFIG;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "loyalty-protocol",
3
- "version": "1.0.25",
3
+ "version": "1.0.26",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "exports": {