@acorex/platform-generator 21.0.0-next.23 → 21.0.0-next.24

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,8 +1,8 @@
1
1
  {
2
2
  "name": "@acorex/platform-generator",
3
- "version": "21.0.0-next.23",
3
+ "version": "21.0.0-next.24",
4
4
  "peerDependencies": {
5
- "@acorex/modules": "21.0.0-next.23"
5
+ "@acorex/modules": "21.0.0-next.24"
6
6
  },
7
7
  "type": "commonjs",
8
8
  "main": "./src/index.js",
@@ -33,7 +33,6 @@ import { AXMDataManagementModule } from '@acorex/modules/data-management';
33
33
  import { AXMReportManagementModule } from '@acorex/modules/report-management';
34
34
  import { AXMCalendarManagementModule } from '@acorex/modules/calendar-management';
35
35
  import { AXMLocationManagementModule } from '@acorex/modules/location-management';
36
- import { AXMPersonManagementModule } from '@acorex/modules/person-management';
37
36
  import { AXMContactManagementModule } from '@acorex/modules/contact-management';
38
37
  import { AXMLocaleManagementModule } from '@acorex/modules/locale-management';
39
38
  import { AXMMeetingManagementModule } from '@acorex/modules/meeting-management';
@@ -138,7 +137,6 @@ export const appConfig: ApplicationConfig = {
138
137
  AXMReportManagementModule,
139
138
  AXMCalendarManagementModule,
140
139
  AXMLocationManagementModule,
141
- AXMPersonManagementModule,
142
140
  AXMContactManagementModule,
143
141
  AXMLocaleManagementModule,
144
142
  AXMMeetingManagementModule,