@acorex/platform 20.8.6 → 20.8.7
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 +17 -17
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@acorex/platform",
|
|
3
|
-
"version": "20.8.
|
|
3
|
+
"version": "20.8.7",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@acorex/cdk": "^19.0.0 || ^20.0.0 || ^21.0.0-next.0",
|
|
6
6
|
"@acorex/core": "^19.0.0 || ^20.0.0 || ^21.0.0-next.0",
|
|
@@ -31,10 +31,6 @@
|
|
|
31
31
|
"types": "./auth/index.d.ts",
|
|
32
32
|
"default": "./fesm2022/acorex-platform-auth.mjs"
|
|
33
33
|
},
|
|
34
|
-
"./common": {
|
|
35
|
-
"types": "./common/index.d.ts",
|
|
36
|
-
"default": "./fesm2022/acorex-platform-common.mjs"
|
|
37
|
-
},
|
|
38
34
|
"./core": {
|
|
39
35
|
"types": "./core/index.d.ts",
|
|
40
36
|
"default": "./fesm2022/acorex-platform-core.mjs"
|
|
@@ -43,6 +39,10 @@
|
|
|
43
39
|
"types": "./domain/index.d.ts",
|
|
44
40
|
"default": "./fesm2022/acorex-platform-domain.mjs"
|
|
45
41
|
},
|
|
42
|
+
"./common": {
|
|
43
|
+
"types": "./common/index.d.ts",
|
|
44
|
+
"default": "./fesm2022/acorex-platform-common.mjs"
|
|
45
|
+
},
|
|
46
46
|
"./native": {
|
|
47
47
|
"types": "./native/index.d.ts",
|
|
48
48
|
"default": "./fesm2022/acorex-platform-native.mjs"
|
|
@@ -55,34 +55,34 @@
|
|
|
55
55
|
"types": "./workflow/index.d.ts",
|
|
56
56
|
"default": "./fesm2022/acorex-platform-workflow.mjs"
|
|
57
57
|
},
|
|
58
|
-
"./layout/builder": {
|
|
59
|
-
"types": "./layout/builder/index.d.ts",
|
|
60
|
-
"default": "./fesm2022/acorex-platform-layout-builder.mjs"
|
|
61
|
-
},
|
|
62
|
-
"./layout/components": {
|
|
63
|
-
"types": "./layout/components/index.d.ts",
|
|
64
|
-
"default": "./fesm2022/acorex-platform-layout-components.mjs"
|
|
65
|
-
},
|
|
66
58
|
"./layout/designer": {
|
|
67
59
|
"types": "./layout/designer/index.d.ts",
|
|
68
60
|
"default": "./fesm2022/acorex-platform-layout-designer.mjs"
|
|
69
61
|
},
|
|
62
|
+
"./layout/builder": {
|
|
63
|
+
"types": "./layout/builder/index.d.ts",
|
|
64
|
+
"default": "./fesm2022/acorex-platform-layout-builder.mjs"
|
|
65
|
+
},
|
|
70
66
|
"./layout/entity": {
|
|
71
67
|
"types": "./layout/entity/index.d.ts",
|
|
72
68
|
"default": "./fesm2022/acorex-platform-layout-entity.mjs"
|
|
73
69
|
},
|
|
70
|
+
"./layout/components": {
|
|
71
|
+
"types": "./layout/components/index.d.ts",
|
|
72
|
+
"default": "./fesm2022/acorex-platform-layout-components.mjs"
|
|
73
|
+
},
|
|
74
74
|
"./layout/views": {
|
|
75
75
|
"types": "./layout/views/index.d.ts",
|
|
76
76
|
"default": "./fesm2022/acorex-platform-layout-views.mjs"
|
|
77
77
|
},
|
|
78
|
-
"./layout/widget-core": {
|
|
79
|
-
"types": "./layout/widget-core/index.d.ts",
|
|
80
|
-
"default": "./fesm2022/acorex-platform-layout-widget-core.mjs"
|
|
81
|
-
},
|
|
82
78
|
"./layout/widgets": {
|
|
83
79
|
"types": "./layout/widgets/index.d.ts",
|
|
84
80
|
"default": "./fesm2022/acorex-platform-layout-widgets.mjs"
|
|
85
81
|
},
|
|
82
|
+
"./layout/widget-core": {
|
|
83
|
+
"types": "./layout/widget-core/index.d.ts",
|
|
84
|
+
"default": "./fesm2022/acorex-platform-layout-widget-core.mjs"
|
|
85
|
+
},
|
|
86
86
|
"./themes/default": {
|
|
87
87
|
"types": "./themes/default/index.d.ts",
|
|
88
88
|
"default": "./fesm2022/acorex-platform-themes-default.mjs"
|