@acorex/core 17.0.9 → 17.0.11
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +7 -7
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@acorex/core",
|
3
|
-
"version": "17.0.
|
3
|
+
"version": "17.0.11",
|
4
4
|
"peerDependencies": {
|
5
5
|
"@angular/common": "^17.3.2",
|
6
6
|
"@angular/core": "^17.3.2",
|
@@ -86,18 +86,18 @@
|
|
86
86
|
"esm": "./esm2022/platform/acorex-core-platform.mjs",
|
87
87
|
"default": "./fesm2022/acorex-core-platform.mjs"
|
88
88
|
},
|
89
|
-
"./storage": {
|
90
|
-
"types": "./storage/index.d.ts",
|
91
|
-
"esm2022": "./esm2022/storage/acorex-core-storage.mjs",
|
92
|
-
"esm": "./esm2022/storage/acorex-core-storage.mjs",
|
93
|
-
"default": "./fesm2022/acorex-core-storage.mjs"
|
94
|
-
},
|
95
89
|
"./translation": {
|
96
90
|
"types": "./translation/index.d.ts",
|
97
91
|
"esm2022": "./esm2022/translation/acorex-core-translation.mjs",
|
98
92
|
"esm": "./esm2022/translation/acorex-core-translation.mjs",
|
99
93
|
"default": "./fesm2022/acorex-core-translation.mjs"
|
100
94
|
},
|
95
|
+
"./storage": {
|
96
|
+
"types": "./storage/index.d.ts",
|
97
|
+
"esm2022": "./esm2022/storage/acorex-core-storage.mjs",
|
98
|
+
"esm": "./esm2022/storage/acorex-core-storage.mjs",
|
99
|
+
"default": "./fesm2022/acorex-core-storage.mjs"
|
100
|
+
},
|
101
101
|
"./types": {
|
102
102
|
"types": "./types/index.d.ts",
|
103
103
|
"esm2022": "./esm2022/types/acorex-core-types.mjs",
|