@acorex/modules 20.5.0-next.0 → 20.5.0-next.1

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/modules",
3
- "version": "20.5.0-next.0",
3
+ "version": "20.5.0-next.1",
4
4
  "peerDependencies": {
5
- "@acorex/platform": "20.5.0-next.0",
5
+ "@acorex/platform": "20.5.0-next.1",
6
6
  "@angular/service-worker": "^20.0.0",
7
7
  "angular-oauth2-oidc": "^15.0.0",
8
8
  "d3": "^7.0.0",
@@ -20,14 +20,14 @@
20
20
  "types": "./index.d.ts",
21
21
  "default": "./fesm2022/acorex-modules.mjs"
22
22
  },
23
- "./application-management": {
24
- "types": "./application-management/index.d.ts",
25
- "default": "./fesm2022/acorex-modules-application-management.mjs"
26
- },
27
23
  "./auth": {
28
24
  "types": "./auth/index.d.ts",
29
25
  "default": "./fesm2022/acorex-modules-auth.mjs"
30
26
  },
27
+ "./application-management": {
28
+ "types": "./application-management/index.d.ts",
29
+ "default": "./fesm2022/acorex-modules-application-management.mjs"
30
+ },
31
31
  "./calendar-management": {
32
32
  "types": "./calendar-management/index.d.ts",
33
33
  "default": "./fesm2022/acorex-modules-calendar-management.mjs"
@@ -80,6 +80,10 @@
80
80
  "types": "./identifier-management/index.d.ts",
81
81
  "default": "./fesm2022/acorex-modules-identifier-management.mjs"
82
82
  },
83
+ "./locale-management": {
84
+ "types": "./locale-management/index.d.ts",
85
+ "default": "./fesm2022/acorex-modules-locale-management.mjs"
86
+ },
83
87
  "./location-management": {
84
88
  "types": "./location-management/index.d.ts",
85
89
  "default": "./fesm2022/acorex-modules-location-management.mjs"
@@ -88,10 +92,6 @@
88
92
  "types": "./log-management/index.d.ts",
89
93
  "default": "./fesm2022/acorex-modules-log-management.mjs"
90
94
  },
91
- "./locale-management": {
92
- "types": "./locale-management/index.d.ts",
93
- "default": "./fesm2022/acorex-modules-locale-management.mjs"
94
- },
95
95
  "./meeting-management": {
96
96
  "types": "./meeting-management/index.d.ts",
97
97
  "default": "./fesm2022/acorex-modules-meeting-management.mjs"
@@ -136,14 +136,14 @@
136
136
  "types": "./task-management/index.d.ts",
137
137
  "default": "./fesm2022/acorex-modules-task-management.mjs"
138
138
  },
139
- "./training-management": {
140
- "types": "./training-management/index.d.ts",
141
- "default": "./fesm2022/acorex-modules-training-management.mjs"
142
- },
143
139
  "./text-template-management": {
144
140
  "types": "./text-template-management/index.d.ts",
145
141
  "default": "./fesm2022/acorex-modules-text-template-management.mjs"
146
142
  },
143
+ "./training-management": {
144
+ "types": "./training-management/index.d.ts",
145
+ "default": "./fesm2022/acorex-modules-training-management.mjs"
146
+ },
147
147
  "./workflow-management": {
148
148
  "types": "./workflow-management/index.d.ts",
149
149
  "default": "./fesm2022/acorex-modules-workflow-management.mjs"