@wix/gift-vouchers 1.0.62 → 1.0.63

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.
@@ -1,6 +1,8 @@
1
1
  export * from '@wix/headless-gift-voucher/react';
2
2
  import '@wix/auto_sdk_gift-vouchers_gift-vouchers';
3
3
  import '@wix/auto_sdk_gift-vouchers_gift-voucher-products';
4
+ import '@wix/auto_sdk_gift-vouchers_transactions';
4
5
  import '@wix/auto_sdk_gift-vouchers_gift-vouchers/meta';
5
6
  import '@wix/auto_sdk_gift-vouchers_gift-voucher-products/meta';
7
+ import '@wix/auto_sdk_gift-vouchers_transactions/meta';
6
8
  import '@wix/headless-gift-voucher/services';
@@ -2,3 +2,5 @@ import * as auto_sdk_giftVouchers_giftVouchers from '@wix/auto_sdk_gift-vouchers
2
2
  export { auto_sdk_giftVouchers_giftVouchers as giftVouchers };
3
3
  import * as auto_sdk_giftVouchers_giftVoucherProducts from '@wix/auto_sdk_gift-vouchers_gift-voucher-products';
4
4
  export { auto_sdk_giftVouchers_giftVoucherProducts as giftVoucherProducts };
5
+ import * as auto_sdk_giftVouchers_transactions from '@wix/auto_sdk_gift-vouchers_transactions';
6
+ export { auto_sdk_giftVouchers_transactions as transactions };
@@ -31,14 +31,17 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
31
31
  var index_exports = {};
32
32
  __export(index_exports, {
33
33
  giftVoucherProducts: () => giftVoucherProducts,
34
- giftVouchers: () => giftVouchers
34
+ giftVouchers: () => giftVouchers,
35
+ transactions: () => transactions
35
36
  });
36
37
  module.exports = __toCommonJS(index_exports);
37
38
  var giftVouchers = __toESM(require("@wix/auto_sdk_gift-vouchers_gift-vouchers"));
38
39
  var giftVoucherProducts = __toESM(require("@wix/auto_sdk_gift-vouchers_gift-voucher-products"));
40
+ var transactions = __toESM(require("@wix/auto_sdk_gift-vouchers_transactions"));
39
41
  // Annotate the CommonJS export names for ESM import in node:
40
42
  0 && (module.exports = {
41
43
  giftVoucherProducts,
42
- giftVouchers
44
+ giftVouchers,
45
+ transactions
43
46
  });
44
47
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../index.ts"],"sourcesContent":["import * as giftVouchers from '@wix/auto_sdk_gift-vouchers_gift-vouchers';\nimport * as giftVoucherProducts from '@wix/auto_sdk_gift-vouchers_gift-voucher-products';\n\nexport { giftVouchers, giftVoucherProducts };\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,mBAA8B;AAC9B,0BAAqC;","names":[]}
1
+ {"version":3,"sources":["../../index.ts"],"sourcesContent":["import * as giftVouchers from '@wix/auto_sdk_gift-vouchers_gift-vouchers';\nimport * as giftVoucherProducts from '@wix/auto_sdk_gift-vouchers_gift-voucher-products';\nimport * as transactions from '@wix/auto_sdk_gift-vouchers_transactions';\n\nexport { giftVouchers, giftVoucherProducts, transactions };\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,mBAA8B;AAC9B,0BAAqC;AACrC,mBAA8B;","names":[]}
@@ -2,3 +2,5 @@ import * as meta from '@wix/auto_sdk_gift-vouchers_gift-vouchers/meta';
2
2
  export { meta as giftVouchers };
3
3
  import * as meta$1 from '@wix/auto_sdk_gift-vouchers_gift-voucher-products/meta';
4
4
  export { meta$1 as giftVoucherProducts };
5
+ import * as meta$2 from '@wix/auto_sdk_gift-vouchers_transactions/meta';
6
+ export { meta$2 as transactions };
package/build/cjs/meta.js CHANGED
@@ -31,14 +31,17 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
31
31
  var meta_exports = {};
32
32
  __export(meta_exports, {
33
33
  giftVoucherProducts: () => giftVoucherProducts,
34
- giftVouchers: () => giftVouchers
34
+ giftVouchers: () => giftVouchers,
35
+ transactions: () => transactions
35
36
  });
36
37
  module.exports = __toCommonJS(meta_exports);
37
38
  var giftVouchers = __toESM(require("@wix/auto_sdk_gift-vouchers_gift-vouchers/meta"));
38
39
  var giftVoucherProducts = __toESM(require("@wix/auto_sdk_gift-vouchers_gift-voucher-products/meta"));
40
+ var transactions = __toESM(require("@wix/auto_sdk_gift-vouchers_transactions/meta"));
39
41
  // Annotate the CommonJS export names for ESM import in node:
40
42
  0 && (module.exports = {
41
43
  giftVoucherProducts,
42
- giftVouchers
44
+ giftVouchers,
45
+ transactions
43
46
  });
44
47
  //# sourceMappingURL=meta.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../meta.ts"],"sourcesContent":["export * as giftVouchers from '@wix/auto_sdk_gift-vouchers_gift-vouchers/meta';\nexport * as giftVoucherProducts from '@wix/auto_sdk_gift-vouchers_gift-voucher-products/meta';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,mBAA8B;AAC9B,0BAAqC;","names":[]}
1
+ {"version":3,"sources":["../../meta.ts"],"sourcesContent":["export * as giftVouchers from '@wix/auto_sdk_gift-vouchers_gift-vouchers/meta';\nexport * as giftVoucherProducts from '@wix/auto_sdk_gift-vouchers_gift-voucher-products/meta';\nexport * as transactions from '@wix/auto_sdk_gift-vouchers_transactions/meta';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,mBAA8B;AAC9B,0BAAqC;AACrC,mBAA8B;","names":[]}
@@ -1,6 +1,8 @@
1
1
  export * from '@wix/headless-gift-voucher/react';
2
2
  import '@wix/auto_sdk_gift-vouchers_gift-vouchers';
3
3
  import '@wix/auto_sdk_gift-vouchers_gift-voucher-products';
4
+ import '@wix/auto_sdk_gift-vouchers_transactions';
4
5
  import '@wix/auto_sdk_gift-vouchers_gift-vouchers/meta';
5
6
  import '@wix/auto_sdk_gift-vouchers_gift-voucher-products/meta';
7
+ import '@wix/auto_sdk_gift-vouchers_transactions/meta';
6
8
  import '@wix/headless-gift-voucher/services';
@@ -2,3 +2,5 @@ import * as auto_sdk_giftVouchers_giftVouchers from '@wix/auto_sdk_gift-vouchers
2
2
  export { auto_sdk_giftVouchers_giftVouchers as giftVouchers };
3
3
  import * as auto_sdk_giftVouchers_giftVoucherProducts from '@wix/auto_sdk_gift-vouchers_gift-voucher-products';
4
4
  export { auto_sdk_giftVouchers_giftVoucherProducts as giftVoucherProducts };
5
+ import * as auto_sdk_giftVouchers_transactions from '@wix/auto_sdk_gift-vouchers_transactions';
6
+ export { auto_sdk_giftVouchers_transactions as transactions };
@@ -1,8 +1,10 @@
1
1
  // index.ts
2
2
  import * as giftVouchers from "@wix/auto_sdk_gift-vouchers_gift-vouchers";
3
3
  import * as giftVoucherProducts from "@wix/auto_sdk_gift-vouchers_gift-voucher-products";
4
+ import * as transactions from "@wix/auto_sdk_gift-vouchers_transactions";
4
5
  export {
5
6
  giftVoucherProducts,
6
- giftVouchers
7
+ giftVouchers,
8
+ transactions
7
9
  };
8
10
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../index.ts"],"sourcesContent":["import * as giftVouchers from '@wix/auto_sdk_gift-vouchers_gift-vouchers';\nimport * as giftVoucherProducts from '@wix/auto_sdk_gift-vouchers_gift-voucher-products';\n\nexport { giftVouchers, giftVoucherProducts };\n"],"mappings":";AAAA,YAAY,kBAAkB;AAC9B,YAAY,yBAAyB;","names":[]}
1
+ {"version":3,"sources":["../../index.ts"],"sourcesContent":["import * as giftVouchers from '@wix/auto_sdk_gift-vouchers_gift-vouchers';\nimport * as giftVoucherProducts from '@wix/auto_sdk_gift-vouchers_gift-voucher-products';\nimport * as transactions from '@wix/auto_sdk_gift-vouchers_transactions';\n\nexport { giftVouchers, giftVoucherProducts, transactions };\n"],"mappings":";AAAA,YAAY,kBAAkB;AAC9B,YAAY,yBAAyB;AACrC,YAAY,kBAAkB;","names":[]}
@@ -2,3 +2,5 @@ import * as meta from '@wix/auto_sdk_gift-vouchers_gift-vouchers/meta';
2
2
  export { meta as giftVouchers };
3
3
  import * as meta$1 from '@wix/auto_sdk_gift-vouchers_gift-voucher-products/meta';
4
4
  export { meta$1 as giftVoucherProducts };
5
+ import * as meta$2 from '@wix/auto_sdk_gift-vouchers_transactions/meta';
6
+ export { meta$2 as transactions };
package/build/es/meta.mjs CHANGED
@@ -1,8 +1,10 @@
1
1
  // meta.ts
2
2
  import * as giftVouchers from "@wix/auto_sdk_gift-vouchers_gift-vouchers/meta";
3
3
  import * as giftVoucherProducts from "@wix/auto_sdk_gift-vouchers_gift-voucher-products/meta";
4
+ import * as transactions from "@wix/auto_sdk_gift-vouchers_transactions/meta";
4
5
  export {
5
6
  giftVoucherProducts,
6
- giftVouchers
7
+ giftVouchers,
8
+ transactions
7
9
  };
8
10
  //# sourceMappingURL=meta.mjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../meta.ts"],"sourcesContent":["export * as giftVouchers from '@wix/auto_sdk_gift-vouchers_gift-vouchers/meta';\nexport * as giftVoucherProducts from '@wix/auto_sdk_gift-vouchers_gift-voucher-products/meta';\n"],"mappings":";AAAA,YAAY,kBAAkB;AAC9B,YAAY,yBAAyB;","names":[]}
1
+ {"version":3,"sources":["../../meta.ts"],"sourcesContent":["export * as giftVouchers from '@wix/auto_sdk_gift-vouchers_gift-vouchers/meta';\nexport * as giftVoucherProducts from '@wix/auto_sdk_gift-vouchers_gift-voucher-products/meta';\nexport * as transactions from '@wix/auto_sdk_gift-vouchers_transactions/meta';\n"],"mappings":";AAAA,YAAY,kBAAkB;AAC9B,YAAY,yBAAyB;AACrC,YAAY,kBAAkB;","names":[]}
@@ -1,6 +1,8 @@
1
1
  export * from '@wix/headless-gift-voucher/react';
2
2
  import '@wix/auto_sdk_gift-vouchers_gift-vouchers';
3
3
  import '@wix/auto_sdk_gift-vouchers_gift-voucher-products';
4
+ import '@wix/auto_sdk_gift-vouchers_transactions';
4
5
  import '@wix/auto_sdk_gift-vouchers_gift-vouchers/meta';
5
6
  import '@wix/auto_sdk_gift-vouchers_gift-voucher-products/meta';
7
+ import '@wix/auto_sdk_gift-vouchers_transactions/meta';
6
8
  import '@wix/headless-gift-voucher/services';
@@ -2,3 +2,5 @@ import * as auto_sdk_giftVouchers_giftVouchers from '@wix/auto_sdk_gift-vouchers
2
2
  export { auto_sdk_giftVouchers_giftVouchers as giftVouchers };
3
3
  import * as auto_sdk_giftVouchers_giftVoucherProducts from '@wix/auto_sdk_gift-vouchers_gift-voucher-products';
4
4
  export { auto_sdk_giftVouchers_giftVoucherProducts as giftVoucherProducts };
5
+ import * as auto_sdk_giftVouchers_transactions from '@wix/auto_sdk_gift-vouchers_transactions';
6
+ export { auto_sdk_giftVouchers_transactions as transactions };
@@ -31,14 +31,17 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
31
31
  var index_exports = {};
32
32
  __export(index_exports, {
33
33
  giftVoucherProducts: () => giftVoucherProducts,
34
- giftVouchers: () => giftVouchers
34
+ giftVouchers: () => giftVouchers,
35
+ transactions: () => transactions
35
36
  });
36
37
  module.exports = __toCommonJS(index_exports);
37
38
  var giftVouchers = __toESM(require("@wix/auto_sdk_gift-vouchers_gift-vouchers"));
38
39
  var giftVoucherProducts = __toESM(require("@wix/auto_sdk_gift-vouchers_gift-voucher-products"));
40
+ var transactions = __toESM(require("@wix/auto_sdk_gift-vouchers_transactions"));
39
41
  // Annotate the CommonJS export names for ESM import in node:
40
42
  0 && (module.exports = {
41
43
  giftVoucherProducts,
42
- giftVouchers
44
+ giftVouchers,
45
+ transactions
43
46
  });
44
47
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../index.ts"],"sourcesContent":["import * as giftVouchers from '@wix/auto_sdk_gift-vouchers_gift-vouchers';\nimport * as giftVoucherProducts from '@wix/auto_sdk_gift-vouchers_gift-voucher-products';\n\nexport { giftVouchers, giftVoucherProducts };\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,mBAA8B;AAC9B,0BAAqC;","names":[]}
1
+ {"version":3,"sources":["../../../index.ts"],"sourcesContent":["import * as giftVouchers from '@wix/auto_sdk_gift-vouchers_gift-vouchers';\nimport * as giftVoucherProducts from '@wix/auto_sdk_gift-vouchers_gift-voucher-products';\nimport * as transactions from '@wix/auto_sdk_gift-vouchers_transactions';\n\nexport { giftVouchers, giftVoucherProducts, transactions };\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,mBAA8B;AAC9B,0BAAqC;AACrC,mBAA8B;","names":[]}
@@ -2,3 +2,5 @@ import * as meta from '@wix/auto_sdk_gift-vouchers_gift-vouchers/meta';
2
2
  export { meta as giftVouchers };
3
3
  import * as meta$1 from '@wix/auto_sdk_gift-vouchers_gift-voucher-products/meta';
4
4
  export { meta$1 as giftVoucherProducts };
5
+ import * as meta$2 from '@wix/auto_sdk_gift-vouchers_transactions/meta';
6
+ export { meta$2 as transactions };
@@ -31,14 +31,17 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
31
31
  var meta_exports = {};
32
32
  __export(meta_exports, {
33
33
  giftVoucherProducts: () => giftVoucherProducts,
34
- giftVouchers: () => giftVouchers
34
+ giftVouchers: () => giftVouchers,
35
+ transactions: () => transactions
35
36
  });
36
37
  module.exports = __toCommonJS(meta_exports);
37
38
  var giftVouchers = __toESM(require("@wix/auto_sdk_gift-vouchers_gift-vouchers/meta"));
38
39
  var giftVoucherProducts = __toESM(require("@wix/auto_sdk_gift-vouchers_gift-voucher-products/meta"));
40
+ var transactions = __toESM(require("@wix/auto_sdk_gift-vouchers_transactions/meta"));
39
41
  // Annotate the CommonJS export names for ESM import in node:
40
42
  0 && (module.exports = {
41
43
  giftVoucherProducts,
42
- giftVouchers
44
+ giftVouchers,
45
+ transactions
43
46
  });
44
47
  //# sourceMappingURL=meta.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../meta.ts"],"sourcesContent":["export * as giftVouchers from '@wix/auto_sdk_gift-vouchers_gift-vouchers/meta';\nexport * as giftVoucherProducts from '@wix/auto_sdk_gift-vouchers_gift-voucher-products/meta';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,mBAA8B;AAC9B,0BAAqC;","names":[]}
1
+ {"version":3,"sources":["../../../meta.ts"],"sourcesContent":["export * as giftVouchers from '@wix/auto_sdk_gift-vouchers_gift-vouchers/meta';\nexport * as giftVoucherProducts from '@wix/auto_sdk_gift-vouchers_gift-voucher-products/meta';\nexport * as transactions from '@wix/auto_sdk_gift-vouchers_transactions/meta';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,mBAA8B;AAC9B,0BAAqC;AACrC,mBAA8B;","names":[]}
@@ -1,6 +1,8 @@
1
1
  export * from '@wix/headless-gift-voucher/react';
2
2
  import '@wix/auto_sdk_gift-vouchers_gift-vouchers';
3
3
  import '@wix/auto_sdk_gift-vouchers_gift-voucher-products';
4
+ import '@wix/auto_sdk_gift-vouchers_transactions';
4
5
  import '@wix/auto_sdk_gift-vouchers_gift-vouchers/meta';
5
6
  import '@wix/auto_sdk_gift-vouchers_gift-voucher-products/meta';
7
+ import '@wix/auto_sdk_gift-vouchers_transactions/meta';
6
8
  import '@wix/headless-gift-voucher/services';
@@ -2,3 +2,5 @@ import * as auto_sdk_giftVouchers_giftVouchers from '@wix/auto_sdk_gift-vouchers
2
2
  export { auto_sdk_giftVouchers_giftVouchers as giftVouchers };
3
3
  import * as auto_sdk_giftVouchers_giftVoucherProducts from '@wix/auto_sdk_gift-vouchers_gift-voucher-products';
4
4
  export { auto_sdk_giftVouchers_giftVoucherProducts as giftVoucherProducts };
5
+ import * as auto_sdk_giftVouchers_transactions from '@wix/auto_sdk_gift-vouchers_transactions';
6
+ export { auto_sdk_giftVouchers_transactions as transactions };
@@ -1,8 +1,10 @@
1
1
  // index.ts
2
2
  import * as giftVouchers from "@wix/auto_sdk_gift-vouchers_gift-vouchers";
3
3
  import * as giftVoucherProducts from "@wix/auto_sdk_gift-vouchers_gift-voucher-products";
4
+ import * as transactions from "@wix/auto_sdk_gift-vouchers_transactions";
4
5
  export {
5
6
  giftVoucherProducts,
6
- giftVouchers
7
+ giftVouchers,
8
+ transactions
7
9
  };
8
10
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../index.ts"],"sourcesContent":["import * as giftVouchers from '@wix/auto_sdk_gift-vouchers_gift-vouchers';\nimport * as giftVoucherProducts from '@wix/auto_sdk_gift-vouchers_gift-voucher-products';\n\nexport { giftVouchers, giftVoucherProducts };\n"],"mappings":";AAAA,YAAY,kBAAkB;AAC9B,YAAY,yBAAyB;","names":[]}
1
+ {"version":3,"sources":["../../../index.ts"],"sourcesContent":["import * as giftVouchers from '@wix/auto_sdk_gift-vouchers_gift-vouchers';\nimport * as giftVoucherProducts from '@wix/auto_sdk_gift-vouchers_gift-voucher-products';\nimport * as transactions from '@wix/auto_sdk_gift-vouchers_transactions';\n\nexport { giftVouchers, giftVoucherProducts, transactions };\n"],"mappings":";AAAA,YAAY,kBAAkB;AAC9B,YAAY,yBAAyB;AACrC,YAAY,kBAAkB;","names":[]}
@@ -2,3 +2,5 @@ import * as meta from '@wix/auto_sdk_gift-vouchers_gift-vouchers/meta';
2
2
  export { meta as giftVouchers };
3
3
  import * as meta$1 from '@wix/auto_sdk_gift-vouchers_gift-voucher-products/meta';
4
4
  export { meta$1 as giftVoucherProducts };
5
+ import * as meta$2 from '@wix/auto_sdk_gift-vouchers_transactions/meta';
6
+ export { meta$2 as transactions };
@@ -1,8 +1,10 @@
1
1
  // meta.ts
2
2
  import * as giftVouchers from "@wix/auto_sdk_gift-vouchers_gift-vouchers/meta";
3
3
  import * as giftVoucherProducts from "@wix/auto_sdk_gift-vouchers_gift-voucher-products/meta";
4
+ import * as transactions from "@wix/auto_sdk_gift-vouchers_transactions/meta";
4
5
  export {
5
6
  giftVoucherProducts,
6
- giftVouchers
7
+ giftVouchers,
8
+ transactions
7
9
  };
8
10
  //# sourceMappingURL=meta.mjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../meta.ts"],"sourcesContent":["export * as giftVouchers from '@wix/auto_sdk_gift-vouchers_gift-vouchers/meta';\nexport * as giftVoucherProducts from '@wix/auto_sdk_gift-vouchers_gift-voucher-products/meta';\n"],"mappings":";AAAA,YAAY,kBAAkB;AAC9B,YAAY,yBAAyB;","names":[]}
1
+ {"version":3,"sources":["../../../meta.ts"],"sourcesContent":["export * as giftVouchers from '@wix/auto_sdk_gift-vouchers_gift-vouchers/meta';\nexport * as giftVoucherProducts from '@wix/auto_sdk_gift-vouchers_gift-voucher-products/meta';\nexport * as transactions from '@wix/auto_sdk_gift-vouchers_transactions/meta';\n"],"mappings":";AAAA,YAAY,kBAAkB;AAC9B,YAAY,yBAAyB;AACrC,YAAY,kBAAkB;","names":[]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/gift-vouchers",
3
- "version": "1.0.62",
3
+ "version": "1.0.63",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",
@@ -47,6 +47,7 @@
47
47
  "dependencies": {
48
48
  "@wix/auto_sdk_gift-vouchers_gift-voucher-products": "1.0.26",
49
49
  "@wix/auto_sdk_gift-vouchers_gift-vouchers": "1.0.40",
50
+ "@wix/auto_sdk_gift-vouchers_transactions": "1.0.0",
50
51
  "@wix/headless-gift-voucher": "^0.0.4"
51
52
  },
52
53
  "devDependencies": {
@@ -69,5 +70,5 @@
69
70
  "fqdn": ""
70
71
  }
71
72
  },
72
- "falconPackageHash": "45a38e82289e7ba12758cc4aaa88f3882f7b7d895da80c3d0fa5605a"
73
+ "falconPackageHash": "301f24598fded627cb696c20adc63d7964c9beccb45853e9a66f2a9a"
73
74
  }