loyalty-protocol 1.0.23 → 1.0.24

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
@@ -3,6 +3,9 @@ var __defProp = Object.defineProperty;
3
3
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
4
  var __getOwnPropNames = Object.getOwnPropertyNames;
5
5
  var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __esm = (fn, res) => function __init() {
7
+ return fn && (res = (0, fn[__getOwnPropNames(fn)[0]])(fn = 0)), res;
8
+ };
6
9
  var __export = (target, all) => {
7
10
  for (var name in all)
8
11
  __defProp(target, name, { get: all[name], enumerable: true });
@@ -17,35 +20,42 @@ var __copyProps = (to, from, except, desc) => {
17
20
  };
18
21
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
22
 
20
- // config/config.js
21
- var config_exports = {};
22
- __export(config_exports, {
23
- LOYALTY_PROTOCOL_CONFIG: () => LOYALTY_PROTOCOL_CONFIG
24
- });
25
- module.exports = __toCommonJS(config_exports);
26
-
27
23
  // config/ht-kstore-india/index.js
28
- var HT_CONFIG = {
29
- currency: {
30
- name: "GO Coin",
31
- logo: "https://images.rawpixel.com/image_png_800/cHJpdmF0ZS9sci9pbWFnZXMvd2Vic2l0ZS8yMDIyLTA0L3YxMTYxLWItMDQ0LnBuZw.png"
24
+ var ht_kstore_india_exports = {};
25
+ __export(ht_kstore_india_exports, {
26
+ HT_CONFIG: () => HT_CONFIG
27
+ });
28
+ var HT_CONFIG;
29
+ var init_ht_kstore_india = __esm({
30
+ "config/ht-kstore-india/index.js"() {
31
+ "use strict";
32
+ HT_CONFIG = {
33
+ currency: {
34
+ name: "GO Coin",
35
+ logo: "https://images.rawpixel.com/image_png_800/cHJpdmF0ZS9sci9pbWFnZXMvd2Vic2l0ZS8yMDIyLTA0L3YxMTYxLWItMDQ0LnBuZw.png"
36
+ }
37
+ };
32
38
  }
33
- };
39
+ });
34
40
 
35
41
  // config/indian-express/index.js
36
- var INDIAN_EXPRESS = {
37
- currency: {
38
- name: "Minecraft Coin",
39
- logo: "https://p1.hiclipart.com/preview/896/990/447/minecraft-hd-icon-mac-pc-minecraft-icon-512-png-icon.jpg"
42
+ var indian_express_exports = {};
43
+ __export(indian_express_exports, {
44
+ INDIAN_EXPRESS: () => INDIAN_EXPRESS
45
+ });
46
+ var INDIAN_EXPRESS;
47
+ var init_indian_express = __esm({
48
+ "config/indian-express/index.js"() {
49
+ "use strict";
50
+ INDIAN_EXPRESS = {
51
+ currency: {
52
+ name: "Minecraft Coin",
53
+ logo: "https://p1.hiclipart.com/preview/896/990/447/minecraft-hd-icon-mac-pc-minecraft-icon-512-png-icon.jpg"
54
+ }
55
+ };
40
56
  }
41
- };
57
+ });
42
58
 
43
59
  // config/config.js
44
- var LOYALTY_PROTOCOL_CONFIG = {
45
- "ht-kstore-india": HT_CONFIG,
46
- "indian-express": INDIAN_EXPRESS
47
- };
48
- // Annotate the CommonJS export names for ESM import in node:
49
- 0 && (module.exports = {
50
- LOYALTY_PROTOCOL_CONFIG
51
- });
60
+ var { HT_CONFIG: HT_CONFIG2 } = (init_ht_kstore_india(), __toCommonJS(ht_kstore_india_exports));
61
+ var { INDIAN_EXPRESS: INDIAN_EXPRESS2 } = (init_indian_express(), __toCommonJS(indian_express_exports));
package/dist/config.js CHANGED
@@ -1,24 +1,60 @@
1
- // config/ht-kstore-india/index.js
2
- var HT_CONFIG = {
3
- currency: {
4
- name: "GO Coin",
5
- logo: "https://images.rawpixel.com/image_png_800/cHJpdmF0ZS9sci9pbWFnZXMvd2Vic2l0ZS8yMDIyLTA0L3YxMTYxLWItMDQ0LnBuZw.png"
1
+ var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
5
+ var __esm = (fn, res) => function __init() {
6
+ return fn && (res = (0, fn[__getOwnPropNames(fn)[0]])(fn = 0)), res;
7
+ };
8
+ var __export = (target, all) => {
9
+ for (var name in all)
10
+ __defProp(target, name, { get: all[name], enumerable: true });
11
+ };
12
+ var __copyProps = (to, from, except, desc) => {
13
+ if (from && typeof from === "object" || typeof from === "function") {
14
+ for (let key of __getOwnPropNames(from))
15
+ if (!__hasOwnProp.call(to, key) && key !== except)
16
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
6
17
  }
18
+ return to;
7
19
  };
20
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
21
+
22
+ // config/ht-kstore-india/index.js
23
+ var ht_kstore_india_exports = {};
24
+ __export(ht_kstore_india_exports, {
25
+ HT_CONFIG: () => HT_CONFIG
26
+ });
27
+ var HT_CONFIG;
28
+ var init_ht_kstore_india = __esm({
29
+ "config/ht-kstore-india/index.js"() {
30
+ "use strict";
31
+ HT_CONFIG = {
32
+ currency: {
33
+ name: "GO Coin",
34
+ logo: "https://images.rawpixel.com/image_png_800/cHJpdmF0ZS9sci9pbWFnZXMvd2Vic2l0ZS8yMDIyLTA0L3YxMTYxLWItMDQ0LnBuZw.png"
35
+ }
36
+ };
37
+ }
38
+ });
8
39
 
9
40
  // config/indian-express/index.js
10
- var INDIAN_EXPRESS = {
11
- currency: {
12
- name: "Minecraft Coin",
13
- logo: "https://p1.hiclipart.com/preview/896/990/447/minecraft-hd-icon-mac-pc-minecraft-icon-512-png-icon.jpg"
41
+ var indian_express_exports = {};
42
+ __export(indian_express_exports, {
43
+ INDIAN_EXPRESS: () => INDIAN_EXPRESS
44
+ });
45
+ var INDIAN_EXPRESS;
46
+ var init_indian_express = __esm({
47
+ "config/indian-express/index.js"() {
48
+ "use strict";
49
+ INDIAN_EXPRESS = {
50
+ currency: {
51
+ name: "Minecraft Coin",
52
+ logo: "https://p1.hiclipart.com/preview/896/990/447/minecraft-hd-icon-mac-pc-minecraft-icon-512-png-icon.jpg"
53
+ }
54
+ };
14
55
  }
15
- };
56
+ });
16
57
 
17
58
  // config/config.js
18
- var LOYALTY_PROTOCOL_CONFIG = {
19
- "ht-kstore-india": HT_CONFIG,
20
- "indian-express": INDIAN_EXPRESS
21
- };
22
- export {
23
- LOYALTY_PROTOCOL_CONFIG
24
- };
59
+ var { HT_CONFIG: HT_CONFIG2 } = (init_ht_kstore_india(), __toCommonJS(ht_kstore_india_exports));
60
+ var { INDIAN_EXPRESS: INDIAN_EXPRESS2 } = (init_indian_express(), __toCommonJS(indian_express_exports));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "loyalty-protocol",
3
- "version": "1.0.23",
3
+ "version": "1.0.24",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "exports": {