@acorex/modules 20.6.0-next.4 → 20.6.0-next.5
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 +16 -16
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@acorex/modules",
|
|
3
|
-
"version": "20.6.0-next.
|
|
3
|
+
"version": "20.6.0-next.5",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@acorex/platform": "20.6.0-next.
|
|
5
|
+
"@acorex/platform": "20.6.0-next.5",
|
|
6
6
|
"@angular/service-worker": "^20.0.0",
|
|
7
7
|
"angular-oauth2-oidc": "^15.0.0",
|
|
8
8
|
"d3": "^7.0.0",
|
|
@@ -28,26 +28,22 @@
|
|
|
28
28
|
"types": "./assessment-management/index.d.ts",
|
|
29
29
|
"default": "./fesm2022/acorex-modules-assessment-management.mjs"
|
|
30
30
|
},
|
|
31
|
-
"./
|
|
32
|
-
"types": "./
|
|
33
|
-
"default": "./fesm2022/acorex-modules-
|
|
31
|
+
"./common": {
|
|
32
|
+
"types": "./common/index.d.ts",
|
|
33
|
+
"default": "./fesm2022/acorex-modules-common.mjs"
|
|
34
34
|
},
|
|
35
35
|
"./calendar-management": {
|
|
36
36
|
"types": "./calendar-management/index.d.ts",
|
|
37
37
|
"default": "./fesm2022/acorex-modules-calendar-management.mjs"
|
|
38
38
|
},
|
|
39
|
-
"./
|
|
40
|
-
"types": "./
|
|
41
|
-
"default": "./fesm2022/acorex-modules-
|
|
39
|
+
"./content-management": {
|
|
40
|
+
"types": "./content-management/index.d.ts",
|
|
41
|
+
"default": "./fesm2022/acorex-modules-content-management.mjs"
|
|
42
42
|
},
|
|
43
43
|
"./contact-management": {
|
|
44
44
|
"types": "./contact-management/index.d.ts",
|
|
45
45
|
"default": "./fesm2022/acorex-modules-contact-management.mjs"
|
|
46
46
|
},
|
|
47
|
-
"./content-management": {
|
|
48
|
-
"types": "./content-management/index.d.ts",
|
|
49
|
-
"default": "./fesm2022/acorex-modules-content-management.mjs"
|
|
50
|
-
},
|
|
51
47
|
"./conversation": {
|
|
52
48
|
"types": "./conversation/index.d.ts",
|
|
53
49
|
"default": "./fesm2022/acorex-modules-conversation.mjs"
|
|
@@ -104,6 +100,10 @@
|
|
|
104
100
|
"types": "./notification-management/index.d.ts",
|
|
105
101
|
"default": "./fesm2022/acorex-modules-notification-management.mjs"
|
|
106
102
|
},
|
|
103
|
+
"./auth": {
|
|
104
|
+
"types": "./auth/index.d.ts",
|
|
105
|
+
"default": "./fesm2022/acorex-modules-auth.mjs"
|
|
106
|
+
},
|
|
107
107
|
"./organization-management": {
|
|
108
108
|
"types": "./organization-management/index.d.ts",
|
|
109
109
|
"default": "./fesm2022/acorex-modules-organization-management.mjs"
|
|
@@ -120,14 +120,14 @@
|
|
|
120
120
|
"types": "./project-management/index.d.ts",
|
|
121
121
|
"default": "./fesm2022/acorex-modules-project-management.mjs"
|
|
122
122
|
},
|
|
123
|
-
"./report-management": {
|
|
124
|
-
"types": "./report-management/index.d.ts",
|
|
125
|
-
"default": "./fesm2022/acorex-modules-report-management.mjs"
|
|
126
|
-
},
|
|
127
123
|
"./security-management": {
|
|
128
124
|
"types": "./security-management/index.d.ts",
|
|
129
125
|
"default": "./fesm2022/acorex-modules-security-management.mjs"
|
|
130
126
|
},
|
|
127
|
+
"./report-management": {
|
|
128
|
+
"types": "./report-management/index.d.ts",
|
|
129
|
+
"default": "./fesm2022/acorex-modules-report-management.mjs"
|
|
130
|
+
},
|
|
131
131
|
"./settings-management": {
|
|
132
132
|
"types": "./settings-management/index.d.ts",
|
|
133
133
|
"default": "./fesm2022/acorex-modules-settings-management.mjs"
|