@acorex/core 18.10.8 → 18.10.10

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.10.8",
3
+ "version": "18.10.10",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=18.2.0",
6
6
  "@angular/core": ">=18.2.0",
@@ -44,18 +44,18 @@
44
44
  "esm": "./esm2022/file/acorex-core-file.mjs",
45
45
  "default": "./fesm2022/acorex-core-file.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
  "./date-time": {
54
48
  "types": "./date-time/index.d.ts",
55
49
  "esm2022": "./esm2022/date-time/acorex-core-date-time.mjs",
56
50
  "esm": "./esm2022/date-time/acorex-core-date-time.mjs",
57
51
  "default": "./fesm2022/acorex-core-date-time.mjs"
58
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
59
  "./events": {
60
60
  "types": "./events/index.d.ts",
61
61
  "esm2022": "./esm2022/events/acorex-core-events.mjs",