@fundamental-ngx/platform 0.53.4 → 0.53.5
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 +10 -10
- package/schematics/ng-add/index.js +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fundamental-ngx/platform",
|
|
3
|
-
"version": "0.53.
|
|
3
|
+
"version": "0.53.5",
|
|
4
4
|
"schematics": "./schematics/collection.json",
|
|
5
5
|
"description": "Fundamental Library for Angular - platform",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -13,9 +13,9 @@
|
|
|
13
13
|
"node": ">= 10"
|
|
14
14
|
},
|
|
15
15
|
"peerDependencies": {
|
|
16
|
-
"@fundamental-ngx/cdk": "0.53.
|
|
17
|
-
"@fundamental-ngx/core": "0.53.
|
|
18
|
-
"@fundamental-ngx/i18n": "0.53.
|
|
16
|
+
"@fundamental-ngx/cdk": "0.53.5",
|
|
17
|
+
"@fundamental-ngx/core": "0.53.5",
|
|
18
|
+
"@fundamental-ngx/i18n": "0.53.5"
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"fast-deep-equal": "3.1.3",
|
|
@@ -161,12 +161,6 @@
|
|
|
161
161
|
"esm": "./esm2022/slider/fundamental-ngx-platform-slider.mjs",
|
|
162
162
|
"default": "./fesm2022/fundamental-ngx-platform-slider.mjs"
|
|
163
163
|
},
|
|
164
|
-
"./smart-filter-bar": {
|
|
165
|
-
"types": "./smart-filter-bar/index.d.ts",
|
|
166
|
-
"esm2022": "./esm2022/smart-filter-bar/fundamental-ngx-platform-smart-filter-bar.mjs",
|
|
167
|
-
"esm": "./esm2022/smart-filter-bar/fundamental-ngx-platform-smart-filter-bar.mjs",
|
|
168
|
-
"default": "./fesm2022/fundamental-ngx-platform-smart-filter-bar.mjs"
|
|
169
|
-
},
|
|
170
164
|
"./split-menu-button": {
|
|
171
165
|
"types": "./split-menu-button/index.d.ts",
|
|
172
166
|
"esm2022": "./esm2022/split-menu-button/fundamental-ngx-platform-split-menu-button.mjs",
|
|
@@ -179,6 +173,12 @@
|
|
|
179
173
|
"esm": "./esm2022/table/fundamental-ngx-platform-table.mjs",
|
|
180
174
|
"default": "./fesm2022/fundamental-ngx-platform-table.mjs"
|
|
181
175
|
},
|
|
176
|
+
"./smart-filter-bar": {
|
|
177
|
+
"types": "./smart-filter-bar/index.d.ts",
|
|
178
|
+
"esm2022": "./esm2022/smart-filter-bar/fundamental-ngx-platform-smart-filter-bar.mjs",
|
|
179
|
+
"esm": "./esm2022/smart-filter-bar/fundamental-ngx-platform-smart-filter-bar.mjs",
|
|
180
|
+
"default": "./fesm2022/fundamental-ngx-platform-smart-filter-bar.mjs"
|
|
181
|
+
},
|
|
182
182
|
"./table-helpers": {
|
|
183
183
|
"types": "./table-helpers/index.d.ts",
|
|
184
184
|
"esm2022": "./esm2022/table-helpers/fundamental-ngx-platform-table-helpers.mjs",
|
|
@@ -32,7 +32,7 @@ function callCoreSchematic(options) {
|
|
|
32
32
|
(0, dependencies_1.addPackageJsonDependency)(tree, {
|
|
33
33
|
type: dependencies_1.NodeDependencyType.Default,
|
|
34
34
|
// Will be replaced with the real version during sync-version script run
|
|
35
|
-
version: `0.53.
|
|
35
|
+
version: `0.53.5`,
|
|
36
36
|
name: '@fundamental-ngx/core'
|
|
37
37
|
});
|
|
38
38
|
const installTaskId = context.addTask(new tasks_1.NodePackageInstallTask({
|