@_henriquewilson/gabirubi-domain 1.0.52 → 1.0.53

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.
@@ -0,0 +1,4 @@
1
+ declare const CURRENT_JOURNEY = "journey_balance_2024";
2
+ declare const MINIMAL_COMPLETE_PERCENT = 80;
3
+
4
+ export { CURRENT_JOURNEY, MINIMAL_COMPLETE_PERCENT };
@@ -0,0 +1,4 @@
1
+ declare const CURRENT_JOURNEY = "journey_balance_2024";
2
+ declare const MINIMAL_COMPLETE_PERCENT = 80;
3
+
4
+ export { CURRENT_JOURNEY, MINIMAL_COMPLETE_PERCENT };
@@ -0,0 +1,66 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = function(target, all) {
7
+ for(var name in all)__defProp(target, name, {
8
+ get: all[name],
9
+ enumerable: true
10
+ });
11
+ };
12
+ var __copyProps = function(to, from, except, desc) {
13
+ if (from && typeof from === "object" || typeof from === "function") {
14
+ var _iteratorNormalCompletion = true, _didIteratorError = false, _iteratorError = undefined;
15
+ try {
16
+ var _loop = function() {
17
+ var key = _step.value;
18
+ if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, {
19
+ get: function() {
20
+ return from[key];
21
+ },
22
+ enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
23
+ });
24
+ };
25
+ for(var _iterator = __getOwnPropNames(from)[Symbol.iterator](), _step; !(_iteratorNormalCompletion = (_step = _iterator.next()).done); _iteratorNormalCompletion = true)_loop();
26
+ } catch (err) {
27
+ _didIteratorError = true;
28
+ _iteratorError = err;
29
+ } finally{
30
+ try {
31
+ if (!_iteratorNormalCompletion && _iterator.return != null) {
32
+ _iterator.return();
33
+ }
34
+ } finally{
35
+ if (_didIteratorError) {
36
+ throw _iteratorError;
37
+ }
38
+ }
39
+ }
40
+ }
41
+ return to;
42
+ };
43
+ var __toCommonJS = function(mod) {
44
+ return __copyProps(__defProp({}, "__esModule", {
45
+ value: true
46
+ }), mod);
47
+ };
48
+ // src/helper/constants.ts
49
+ var constants_exports = {};
50
+ __export(constants_exports, {
51
+ CURRENT_JOURNEY: function() {
52
+ return CURRENT_JOURNEY;
53
+ },
54
+ MINIMAL_COMPLETE_PERCENT: function() {
55
+ return MINIMAL_COMPLETE_PERCENT;
56
+ }
57
+ });
58
+ module.exports = __toCommonJS(constants_exports);
59
+ var CURRENT_JOURNEY = "journey_balance_2024";
60
+ var MINIMAL_COMPLETE_PERCENT = 80;
61
+ // Annotate the CommonJS export names for ESM import in node:
62
+ 0 && (module.exports = {
63
+ CURRENT_JOURNEY: CURRENT_JOURNEY,
64
+ MINIMAL_COMPLETE_PERCENT: MINIMAL_COMPLETE_PERCENT
65
+ });
66
+ //# sourceMappingURL=constants.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/helper/constants.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAO,IAAM,kBAAkB;AACxB,IAAM,2BAA2B","sourcesContent":["export const CURRENT_JOURNEY = 'journey_balance_2024'\nexport const MINIMAL_COMPLETE_PERCENT = 80\n"]}
@@ -0,0 +1,8 @@
1
+ // src/helper/constants.ts
2
+ var CURRENT_JOURNEY = "journey_balance_2024";
3
+ var MINIMAL_COMPLETE_PERCENT = 80;
4
+ export {
5
+ CURRENT_JOURNEY,
6
+ MINIMAL_COMPLETE_PERCENT
7
+ };
8
+ //# sourceMappingURL=constants.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/helper/constants.ts"],"sourcesContent":["export const CURRENT_JOURNEY = 'journey_balance_2024'\nexport const MINIMAL_COMPLETE_PERCENT = 80\n"],"mappings":";AAAO,IAAM,kBAAkB;AACxB,IAAM,2BAA2B;","names":[]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@_henriquewilson/gabirubi-domain",
3
- "version": "1.0.52",
3
+ "version": "1.0.53",
4
4
  "description": "gabirubi domain",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",