@acorex/core 18.4.1 → 18.4.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acorex/core",
3
- "version": "18.4.1",
3
+ "version": "18.4.3",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=18.0.0",
6
6
  "@angular/core": ">=18.0.0",
@@ -38,12 +38,6 @@
38
38
  "esm": "./esm2022/events/acorex-core-events.mjs",
39
39
  "default": "./fesm2022/acorex-core-events.mjs"
40
40
  },
41
- "./config": {
42
- "types": "./config/index.d.ts",
43
- "esm2022": "./esm2022/config/acorex-core-config.mjs",
44
- "esm": "./esm2022/config/acorex-core-config.mjs",
45
- "default": "./fesm2022/acorex-core-config.mjs"
46
- },
47
41
  "./file": {
48
42
  "types": "./file/index.d.ts",
49
43
  "esm2022": "./esm2022/file/acorex-core-file.mjs",
@@ -56,6 +50,12 @@
56
50
  "esm": "./esm2022/format/acorex-core-format.mjs",
57
51
  "default": "./fesm2022/acorex-core-format.mjs"
58
52
  },
53
+ "./config": {
54
+ "types": "./config/index.d.ts",
55
+ "esm2022": "./esm2022/config/acorex-core-config.mjs",
56
+ "esm": "./esm2022/config/acorex-core-config.mjs",
57
+ "default": "./fesm2022/acorex-core-config.mjs"
58
+ },
59
59
  "./date-time": {
60
60
  "types": "./date-time/index.d.ts",
61
61
  "esm2022": "./esm2022/date-time/acorex-core-date-time.mjs",