@sap-ux/fe-fpm-writer
Advanced tools
Comparing version 0.17.1 to 0.17.2
@@ -42,4 +42,4 @@ "use strict"; | ||
// if a minUI5Version is set and it is smaller than the minimum required, increase it | ||
if (((_d = manifest['sap.ui5']) === null || _d === void 0 ? void 0 : _d.dependencies.minUI5Version) && | ||
semver_1.lt((_e = manifest['sap.ui5']) === null || _e === void 0 ? void 0 : _e.dependencies.minUI5Version, exports.MIN_VERSION)) { | ||
const minUI5Version = (_e = (_d = manifest['sap.ui5']) === null || _d === void 0 ? void 0 : _d.dependencies) === null || _e === void 0 ? void 0 : _e.minUI5Version; | ||
if (minUI5Version && semver_1.valid(minUI5Version) && semver_1.lt(minUI5Version, exports.MIN_VERSION)) { | ||
fs.extendJSON(manifestPath, { | ||
@@ -46,0 +46,0 @@ 'sap.ui5': { |
@@ -30,3 +30,4 @@ "use strict"; | ||
config.settings.controlConfiguration = (_a = config.settings.controlConfiguration) !== null && _a !== void 0 ? _a : {}; | ||
config.settings.controlConfiguration['@com.sap.vocabularies.UI.v1.LineItem'] = (_b = config.settings.controlConfiguration['@com.sap.vocabularies.UI.v1.LineItem']) !== null && _b !== void 0 ? _b : {}; | ||
config.settings.controlConfiguration['@com.sap.vocabularies.UI.v1.LineItem'] = | ||
(_b = config.settings.controlConfiguration['@com.sap.vocabularies.UI.v1.LineItem']) !== null && _b !== void 0 ? _b : {}; | ||
config.settings.controlConfiguration['@com.sap.vocabularies.UI.v1.LineItem'].tableSettings = | ||
@@ -33,0 +34,0 @@ config.settings.tableSettings; |
{ | ||
"name": "@sap-ux/fe-fpm-writer", | ||
"description": "SAP Fiori elements flexible programming model writer", | ||
"version": "0.17.1", | ||
"version": "0.17.2", | ||
"repository": { | ||
@@ -6,0 +6,0 @@ "type": "git", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
147902
3148