@fundamental-ngx/platform 0.57.4-rc.14 → 0.57.4-rc.16

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.14",
3
+ "version": "0.57.4-rc.16",
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.14",
17
- "@fundamental-ngx/core": "0.57.4-rc.14",
18
- "@fundamental-ngx/i18n": "0.57.4-rc.14"
16
+ "@fundamental-ngx/cdk": "0.57.4-rc.16",
17
+ "@fundamental-ngx/core": "0.57.4-rc.16",
18
+ "@fundamental-ngx/i18n": "0.57.4-rc.16"
19
19
  },
20
20
  "dependencies": {
21
21
  "fast-deep-equal": "3.1.3",
@@ -33,6 +33,10 @@
33
33
  "types": "./index.d.ts",
34
34
  "default": "./fesm2022/fundamental-ngx-platform.mjs"
35
35
  },
36
+ "./approval-flow": {
37
+ "types": "./approval-flow/index.d.ts",
38
+ "default": "./fesm2022/fundamental-ngx-platform-approval-flow.mjs"
39
+ },
36
40
  "./button": {
37
41
  "types": "./button/index.d.ts",
38
42
  "default": "./fesm2022/fundamental-ngx-platform-button.mjs"
@@ -133,10 +137,6 @@
133
137
  "types": "./value-help-dialog/index.d.ts",
134
138
  "default": "./fesm2022/fundamental-ngx-platform-value-help-dialog.mjs"
135
139
  },
136
- "./approval-flow": {
137
- "types": "./approval-flow/index.d.ts",
138
- "default": "./fesm2022/fundamental-ngx-platform-approval-flow.mjs"
139
- },
140
140
  "./variant-management": {
141
141
  "types": "./variant-management/index.d.ts",
142
142
  "default": "./fesm2022/fundamental-ngx-platform-variant-management.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.14`,
34
+ version: `0.57.4-rc.16`,
35
35
  name: '@fundamental-ngx/core'
36
36
  });
37
37
  const installTaskId = context.addTask(new tasks_1.NodePackageInstallTask({