@acorex/modules 20.7.3 → 20.7.4

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.
@@ -936,7 +936,7 @@ function createAppRoute() {
936
936
  children: [
937
937
  {
938
938
  path: '',
939
- loadComponent: () => import('./acorex-modules-task-management-task-board.page-D7dEWzjn.mjs').then((c) => c.AXMTaskBoardPage),
939
+ loadComponent: () => import('./acorex-modules-task-management-task-board.page-CIlxqtgJ.mjs').then((c) => c.AXMTaskBoardPage),
940
940
  },
941
941
  ],
942
942
  };
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@acorex/modules",
3
- "version": "20.7.3",
3
+ "version": "20.7.4",
4
4
  "peerDependencies": {
5
- "@acorex/platform": "20.7.3",
5
+ "@acorex/platform": "20.7.4",
6
6
  "@angular/service-worker": "^20.0.0",
7
7
  "angular-oauth2-oidc": "^15.0.0",
8
8
  "d3": "^7.0.0",
@@ -36,14 +36,14 @@
36
36
  "types": "./auth/index.d.ts",
37
37
  "default": "./fesm2022/acorex-modules-auth.mjs"
38
38
  },
39
- "./business-core": {
40
- "types": "./business-core/index.d.ts",
41
- "default": "./fesm2022/acorex-modules-business-core.mjs"
42
- },
43
39
  "./calendar-management": {
44
40
  "types": "./calendar-management/index.d.ts",
45
41
  "default": "./fesm2022/acorex-modules-calendar-management.mjs"
46
42
  },
43
+ "./business-core": {
44
+ "types": "./business-core/index.d.ts",
45
+ "default": "./fesm2022/acorex-modules-business-core.mjs"
46
+ },
47
47
  "./common": {
48
48
  "types": "./common/index.d.ts",
49
49
  "default": "./fesm2022/acorex-modules-common.mjs"