rez_core 1.0.12 → 1.0.13
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/core.module.js
CHANGED
|
@@ -15,6 +15,7 @@ const utils_module_1 = require("./utils/utils.module");
|
|
|
15
15
|
const user_module_1 = require("./module/user/user.module");
|
|
16
16
|
const entity_module_1 = require("./module/meta/entity.module");
|
|
17
17
|
const module_module_1 = require("./module/module/module.module");
|
|
18
|
+
const notification_module_1 = require("./module/notification/notification.module");
|
|
18
19
|
let CoreModule = CoreModule_1 = class CoreModule {
|
|
19
20
|
static forRootAsync(dbModule) {
|
|
20
21
|
if (!dbModule) {
|
|
@@ -30,6 +31,7 @@ let CoreModule = CoreModule_1 = class CoreModule {
|
|
|
30
31
|
utils_module_1.UtilsModule,
|
|
31
32
|
user_module_1.UserModule,
|
|
32
33
|
module_module_1.ModuleModule,
|
|
34
|
+
notification_module_1.NotificationModule
|
|
33
35
|
],
|
|
34
36
|
exports: [
|
|
35
37
|
config_1.ConfigModule,
|
|
@@ -39,6 +41,7 @@ let CoreModule = CoreModule_1 = class CoreModule {
|
|
|
39
41
|
utils_module_1.UtilsModule,
|
|
40
42
|
user_module_1.UserModule,
|
|
41
43
|
module_module_1.ModuleModule,
|
|
44
|
+
notification_module_1.NotificationModule
|
|
42
45
|
],
|
|
43
46
|
};
|
|
44
47
|
}
|
package/dist/core.module.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"core.module.js","sourceRoot":"","sources":["../src/core.module.ts"],"names":[],"mappings":";;;;;;;;;;AAAA,2CAA+D;AAC/D,2CAA8C;AAC9C,6EAAyE;AACzE,uDAAmD;AACnD,2DAAuD;AACvD,+DAA2D;AAC3D,iEAA6D;
|
|
1
|
+
{"version":3,"file":"core.module.js","sourceRoot":"","sources":["../src/core.module.ts"],"names":[],"mappings":";;;;;;;;;;AAAA,2CAA+D;AAC/D,2CAA8C;AAC9C,6EAAyE;AACzE,uDAAmD;AACnD,2DAAuD;AACvD,+DAA2D;AAC3D,iEAA6D;AAC7D,mFAA+E;AAIxE,IAAM,UAAU,kBAAhB,MAAM,UAAU;IACrB,MAAM,CAAC,YAAY,CAAC,QAAuB;QACzC,IAAI,CAAC,QAAQ,EAAE,CAAC;YACd,MAAM,IAAI,KAAK,CAAC,mCAAmC,CAAC,CAAC;QACvD,CAAC;QAED,OAAO;YACL,MAAM,EAAE,YAAU;YAClB,OAAO,EAAE;gBACP,qBAAY,CAAC,OAAO,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;gBACxC,QAAQ;gBACR,4BAAY;gBACZ,oCAAgB;gBAChB,0BAAW;gBACX,wBAAU;gBACV,4BAAY;gBACZ,wCAAkB;aACnB;YACD,OAAO,EAAE;gBACP,qBAAY;gBACZ,QAAQ;gBACR,4BAAY;gBACZ,oCAAgB;gBAChB,0BAAW;gBACX,wBAAU;gBACV,4BAAY;gBACZ,wCAAkB;aACnB;SACF,CAAC;IACJ,CAAC;CAEF,CAAA;AA/BY,gCAAU;qBAAV,UAAU;IAFtB,IAAA,eAAM,GAAE;IACR,IAAA,eAAM,EAAC,EAAE,CAAC;GACE,UAAU,CA+BtB"}
|