rez_core 6.5.22 → 6.5.23

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rez_core",
3
- "version": "6.5.22",
3
+ "version": "6.5.23",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "private": false,
@@ -44,7 +44,8 @@ export class CoreModule {
44
44
  LayoutModule,
45
45
  EnterpriseModule,
46
46
  UtilsModule,
47
- AuthModule
47
+ AuthModule,
48
+ NotificationModule
48
49
  ];
49
50
  exportsArray = [
50
51
  ConfigModule,
@@ -53,7 +54,8 @@ export class CoreModule {
53
54
  LayoutModule,
54
55
  EnterpriseModule,
55
56
  UtilsModule,
56
- AuthModule
57
+ AuthModule,
58
+ NotificationModule
57
59
  ];
58
60
  } else {
59
61
  importsArray = [