@acorex/core 18.8.8 → 18.9.0
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.
|
|
3
|
+
"version": "18.9.0",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": ">=18.2.0",
|
|
6
6
|
"@angular/core": ">=18.2.0",
|
|
@@ -38,11 +38,11 @@
|
|
|
38
38
|
"esm": "./esm2022/events/acorex-core-events.mjs",
|
|
39
39
|
"default": "./fesm2022/acorex-core-events.mjs"
|
|
40
40
|
},
|
|
41
|
-
"./
|
|
42
|
-
"types": "./
|
|
43
|
-
"esm2022": "./esm2022/
|
|
44
|
-
"esm": "./esm2022/
|
|
45
|
-
"default": "./fesm2022/acorex-core-
|
|
41
|
+
"./format": {
|
|
42
|
+
"types": "./format/index.d.ts",
|
|
43
|
+
"esm2022": "./esm2022/format/acorex-core-format.mjs",
|
|
44
|
+
"esm": "./esm2022/format/acorex-core-format.mjs",
|
|
45
|
+
"default": "./fesm2022/acorex-core-format.mjs"
|
|
46
46
|
},
|
|
47
47
|
"./file": {
|
|
48
48
|
"types": "./file/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
|
-
"./format": {
|
|
54
|
-
"types": "./format/index.d.ts",
|
|
55
|
-
"esm2022": "./esm2022/format/acorex-core-format.mjs",
|
|
56
|
-
"esm": "./esm2022/format/acorex-core-format.mjs",
|
|
57
|
-
"default": "./fesm2022/acorex-core-format.mjs"
|
|
58
|
-
},
|
|
59
53
|
"./date-time": {
|
|
60
54
|
"types": "./date-time/index.d.ts",
|
|
61
55
|
"esm2022": "./esm2022/date-time/acorex-core-date-time.mjs",
|
|
62
56
|
"esm": "./esm2022/date-time/acorex-core-date-time.mjs",
|
|
63
57
|
"default": "./fesm2022/acorex-core-date-time.mjs"
|
|
64
58
|
},
|
|
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",
|
|
@@ -80,18 +80,18 @@
|
|
|
80
80
|
"esm": "./esm2022/network/acorex-core-network.mjs",
|
|
81
81
|
"default": "./fesm2022/acorex-core-network.mjs"
|
|
82
82
|
},
|
|
83
|
-
"./pipes": {
|
|
84
|
-
"types": "./pipes/index.d.ts",
|
|
85
|
-
"esm2022": "./esm2022/pipes/acorex-core-pipes.mjs",
|
|
86
|
-
"esm": "./esm2022/pipes/acorex-core-pipes.mjs",
|
|
87
|
-
"default": "./fesm2022/acorex-core-pipes.mjs"
|
|
88
|
-
},
|
|
89
83
|
"./platform": {
|
|
90
84
|
"types": "./platform/index.d.ts",
|
|
91
85
|
"esm2022": "./esm2022/platform/acorex-core-platform.mjs",
|
|
92
86
|
"esm": "./esm2022/platform/acorex-core-platform.mjs",
|
|
93
87
|
"default": "./fesm2022/acorex-core-platform.mjs"
|
|
94
88
|
},
|
|
89
|
+
"./pipes": {
|
|
90
|
+
"types": "./pipes/index.d.ts",
|
|
91
|
+
"esm2022": "./esm2022/pipes/acorex-core-pipes.mjs",
|
|
92
|
+
"esm": "./esm2022/pipes/acorex-core-pipes.mjs",
|
|
93
|
+
"default": "./fesm2022/acorex-core-pipes.mjs"
|
|
94
|
+
},
|
|
95
95
|
"./storage": {
|
|
96
96
|
"types": "./storage/index.d.ts",
|
|
97
97
|
"esm2022": "./esm2022/storage/acorex-core-storage.mjs",
|