@fundamental-ngx/core 0.36.1-rc.42 → 0.36.1-rc.44

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/core",
3
- "version": "0.36.1-rc.42",
3
+ "version": "0.36.1-rc.44",
4
4
  "schematics": "./schematics/collection.json",
5
5
  "description": "Fundamental Library for Angular - core",
6
6
  "license": "Apache-2.0",
@@ -25,7 +25,7 @@
25
25
  "@sap-theming/theming-base-content": "11.1.40",
26
26
  "focus-trap": "6.7.3",
27
27
  "fundamental-styles": "0.25.0-rc.35",
28
- "@fundamental-ngx/i18n": "0.36.1-rc.42",
28
+ "@fundamental-ngx/i18n": "0.36.1-rc.44",
29
29
  "fast-deep-equal": "3.1.3",
30
30
  "lodash-es": "4.17.21",
31
31
  "tslib": "^2.0.0",
@@ -55,21 +55,21 @@ function addDependencies(options) {
55
55
  }
56
56
  if (options.styleFonts) {
57
57
  if (!(0, package_utils_1.hasPackage)(tree, 'fundamental-styles') ||
58
- (0, package_utils_1.checkPackageVersion)(tree, 'fundamental-styles', 'FDSTYLES_VER_PLACEHOLDER', '<')) {
58
+ (0, package_utils_1.checkPackageVersion)(tree, 'fundamental-styles', '0.25.0-rc.35', '<')) {
59
59
  dependencies.push({
60
60
  type: dependencies_1.NodeDependencyType.Default,
61
61
  // Will be replaced with the real version during sync-version script run
62
- version: `FDSTYLES_VER_PLACEHOLDER`,
62
+ version: `0.25.0-rc.35`,
63
63
  name: 'fundamental-styles',
64
64
  overwrite: true
65
65
  });
66
66
  }
67
67
  if (!(0, package_utils_1.hasPackage)(tree, '@sap-theming/theming-base-content') ||
68
- (0, package_utils_1.checkPackageVersion)(tree, '@sap-theming/theming-base-content', 'THEMING_VER_PLACEHOLDER', '<')) {
68
+ (0, package_utils_1.checkPackageVersion)(tree, '@sap-theming/theming-base-content', '11.1.40', '<')) {
69
69
  dependencies.push({
70
70
  type: dependencies_1.NodeDependencyType.Default,
71
71
  // Will be replaced with the real version during sync-version scipt run
72
- version: `THEMING_VER_PLACEHOLDER`,
72
+ version: `11.1.40`,
73
73
  name: '@sap-theming/theming-base-content',
74
74
  overwrite: true
75
75
  });