fiscalia_bo-nest-helpers 0.2.69 → 0.2.71
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/rrhh-lite/index.js
CHANGED
@@ -1,5 +1,9 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.Types = void 0;
|
3
|
+
exports.Types = exports.RrhhLiteModule = exports.RrhhLiteService = void 0;
|
4
|
+
var rrhh_lite_service_1 = require("./rrhh-lite.service");
|
5
|
+
Object.defineProperty(exports, "RrhhLiteService", { enumerable: true, get: function () { return rrhh_lite_service_1.RrhhLiteService; } });
|
6
|
+
var rrhh_lite_module_1 = require("./rrhh-lite.module");
|
7
|
+
Object.defineProperty(exports, "RrhhLiteModule", { enumerable: true, get: function () { return rrhh_lite_module_1.RrhhLiteModule; } });
|
4
8
|
exports.Types = require("./types");
|
5
9
|
//# sourceMappingURL=index.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/rrhh-lite/index.ts"],"names":[],"mappings":";;;AAAA,mCAAiC"}
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/rrhh-lite/index.ts"],"names":[],"mappings":";;;AAAA,yDAAsD;AAA7C,oHAAA,eAAe,OAAA;AACxB,uDAAoD;AAA3C,kHAAA,cAAc,OAAA;AACvB,mCAAiC"}
|