@acorex/core 18.5.5 → 18.5.7

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.5.5",
3
+ "version": "18.5.7",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=18.0.0",
6
6
  "@angular/core": ">=18.0.0",
@@ -44,12 +44,6 @@
44
44
  "esm": "./esm2022/events/acorex-core-events.mjs",
45
45
  "default": "./fesm2022/acorex-core-events.mjs"
46
46
  },
47
- "./format": {
48
- "types": "./format/index.d.ts",
49
- "esm2022": "./esm2022/format/acorex-core-format.mjs",
50
- "esm": "./esm2022/format/acorex-core-format.mjs",
51
- "default": "./fesm2022/acorex-core-format.mjs"
52
- },
53
47
  "./file": {
54
48
  "types": "./file/index.d.ts",
55
49
  "esm2022": "./esm2022/file/acorex-core-file.mjs",
@@ -62,6 +56,12 @@
62
56
  "esm": "./esm2022/date-time/acorex-core-date-time.mjs",
63
57
  "default": "./fesm2022/acorex-core-date-time.mjs"
64
58
  },
59
+ "./format": {
60
+ "types": "./format/index.d.ts",
61
+ "esm2022": "./esm2022/format/acorex-core-format.mjs",
62
+ "esm": "./esm2022/format/acorex-core-format.mjs",
63
+ "default": "./fesm2022/acorex-core-format.mjs"
64
+ },
65
65
  "./image": {
66
66
  "types": "./image/index.d.ts",
67
67
  "esm2022": "./esm2022/image/acorex-core-image.mjs",