@acorex/core 18.8.6 → 18.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 +18 -18
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@acorex/core",
|
|
3
|
-
"version": "18.8.
|
|
3
|
+
"version": "18.8.7",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": ">=18.2.0",
|
|
6
6
|
"@angular/core": ">=18.2.0",
|
|
@@ -32,11 +32,11 @@
|
|
|
32
32
|
"esm": "./esm2022/common/acorex-core-common.mjs",
|
|
33
33
|
"default": "./fesm2022/acorex-core-common.mjs"
|
|
34
34
|
},
|
|
35
|
-
"./
|
|
36
|
-
"types": "./
|
|
37
|
-
"esm2022": "./esm2022/
|
|
38
|
-
"esm": "./esm2022/
|
|
39
|
-
"default": "./fesm2022/acorex-core-
|
|
35
|
+
"./config": {
|
|
36
|
+
"types": "./config/index.d.ts",
|
|
37
|
+
"esm2022": "./esm2022/config/acorex-core-config.mjs",
|
|
38
|
+
"esm": "./esm2022/config/acorex-core-config.mjs",
|
|
39
|
+
"default": "./fesm2022/acorex-core-config.mjs"
|
|
40
40
|
},
|
|
41
41
|
"./events": {
|
|
42
42
|
"types": "./events/index.d.ts",
|
|
@@ -50,18 +50,18 @@
|
|
|
50
50
|
"esm": "./esm2022/file/acorex-core-file.mjs",
|
|
51
51
|
"default": "./fesm2022/acorex-core-file.mjs"
|
|
52
52
|
},
|
|
53
|
+
"./date-time": {
|
|
54
|
+
"types": "./date-time/index.d.ts",
|
|
55
|
+
"esm2022": "./esm2022/date-time/acorex-core-date-time.mjs",
|
|
56
|
+
"esm": "./esm2022/date-time/acorex-core-date-time.mjs",
|
|
57
|
+
"default": "./fesm2022/acorex-core-date-time.mjs"
|
|
58
|
+
},
|
|
53
59
|
"./format": {
|
|
54
60
|
"types": "./format/index.d.ts",
|
|
55
61
|
"esm2022": "./esm2022/format/acorex-core-format.mjs",
|
|
56
62
|
"esm": "./esm2022/format/acorex-core-format.mjs",
|
|
57
63
|
"default": "./fesm2022/acorex-core-format.mjs"
|
|
58
64
|
},
|
|
59
|
-
"./config": {
|
|
60
|
-
"types": "./config/index.d.ts",
|
|
61
|
-
"esm2022": "./esm2022/config/acorex-core-config.mjs",
|
|
62
|
-
"esm": "./esm2022/config/acorex-core-config.mjs",
|
|
63
|
-
"default": "./fesm2022/acorex-core-config.mjs"
|
|
64
|
-
},
|
|
65
65
|
"./image": {
|
|
66
66
|
"types": "./image/index.d.ts",
|
|
67
67
|
"esm2022": "./esm2022/image/acorex-core-image.mjs",
|
|
@@ -92,18 +92,18 @@
|
|
|
92
92
|
"esm": "./esm2022/platform/acorex-core-platform.mjs",
|
|
93
93
|
"default": "./fesm2022/acorex-core-platform.mjs"
|
|
94
94
|
},
|
|
95
|
-
"./translation": {
|
|
96
|
-
"types": "./translation/index.d.ts",
|
|
97
|
-
"esm2022": "./esm2022/translation/acorex-core-translation.mjs",
|
|
98
|
-
"esm": "./esm2022/translation/acorex-core-translation.mjs",
|
|
99
|
-
"default": "./fesm2022/acorex-core-translation.mjs"
|
|
100
|
-
},
|
|
101
95
|
"./storage": {
|
|
102
96
|
"types": "./storage/index.d.ts",
|
|
103
97
|
"esm2022": "./esm2022/storage/acorex-core-storage.mjs",
|
|
104
98
|
"esm": "./esm2022/storage/acorex-core-storage.mjs",
|
|
105
99
|
"default": "./fesm2022/acorex-core-storage.mjs"
|
|
106
100
|
},
|
|
101
|
+
"./translation": {
|
|
102
|
+
"types": "./translation/index.d.ts",
|
|
103
|
+
"esm2022": "./esm2022/translation/acorex-core-translation.mjs",
|
|
104
|
+
"esm": "./esm2022/translation/acorex-core-translation.mjs",
|
|
105
|
+
"default": "./fesm2022/acorex-core-translation.mjs"
|
|
106
|
+
},
|
|
107
107
|
"./types": {
|
|
108
108
|
"types": "./types/index.d.ts",
|
|
109
109
|
"esm2022": "./esm2022/types/acorex-core-types.mjs",
|