@fundamental-ngx/platform 0.57.4-rc.0 → 0.57.4-rc.1

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fundamental-ngx/platform",
3
- "version": "0.57.4-rc.0",
3
+ "version": "0.57.4-rc.1",
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.57.4-rc.0",
17
- "@fundamental-ngx/core": "0.57.4-rc.0",
18
- "@fundamental-ngx/i18n": "0.57.4-rc.0"
16
+ "@fundamental-ngx/cdk": "0.57.4-rc.1",
17
+ "@fundamental-ngx/core": "0.57.4-rc.1",
18
+ "@fundamental-ngx/i18n": "0.57.4-rc.1"
19
19
  },
20
20
  "dependencies": {
21
21
  "fast-deep-equal": "3.1.3",
@@ -89,14 +89,14 @@
89
89
  "types": "./object-marker/index.d.ts",
90
90
  "default": "./fesm2022/fundamental-ngx-platform-object-marker.mjs"
91
91
  },
92
- "./object-status": {
93
- "types": "./object-status/index.d.ts",
94
- "default": "./fesm2022/fundamental-ngx-platform-object-status.mjs"
95
- },
96
92
  "./page-footer": {
97
93
  "types": "./page-footer/index.d.ts",
98
94
  "default": "./fesm2022/fundamental-ngx-platform-page-footer.mjs"
99
95
  },
96
+ "./object-status": {
97
+ "types": "./object-status/index.d.ts",
98
+ "default": "./fesm2022/fundamental-ngx-platform-object-status.mjs"
99
+ },
100
100
  "./panel": {
101
101
  "types": "./panel/index.d.ts",
102
102
  "default": "./fesm2022/fundamental-ngx-platform-panel.mjs"
@@ -117,14 +117,14 @@
117
117
  "types": "./slider/index.d.ts",
118
118
  "default": "./fesm2022/fundamental-ngx-platform-slider.mjs"
119
119
  },
120
- "./split-menu-button": {
121
- "types": "./split-menu-button/index.d.ts",
122
- "default": "./fesm2022/fundamental-ngx-platform-split-menu-button.mjs"
123
- },
124
120
  "./smart-filter-bar": {
125
121
  "types": "./smart-filter-bar/index.d.ts",
126
122
  "default": "./fesm2022/fundamental-ngx-platform-smart-filter-bar.mjs"
127
123
  },
124
+ "./split-menu-button": {
125
+ "types": "./split-menu-button/index.d.ts",
126
+ "default": "./fesm2022/fundamental-ngx-platform-split-menu-button.mjs"
127
+ },
128
128
  "./table": {
129
129
  "types": "./table/index.d.ts",
130
130
  "default": "./fesm2022/fundamental-ngx-platform-table.mjs"
@@ -31,7 +31,7 @@ function callCoreSchematic(options) {
31
31
  (0, dependencies_1.addPackageJsonDependency)(tree, {
32
32
  type: dependencies_1.NodeDependencyType.Default,
33
33
  // Will be replaced with the real version during sync-version script run
34
- version: `0.57.4-rc.0`,
34
+ version: `0.57.4-rc.1`,
35
35
  name: '@fundamental-ngx/core'
36
36
  });
37
37
  const installTaskId = context.addTask(new tasks_1.NodePackageInstallTask({