@sap-ux/fiori-app-sub-generator 0.11.65 → 0.11.67

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.
@@ -13,6 +13,7 @@ const ui5_info_1 = require("@sap-ux/ui5-info");
13
13
  const types_1 = require("../types");
14
14
  const utils_1 = require("../utils");
15
15
  const fiori_generator_shared_1 = require("@sap-ux/fiori-generator-shared");
16
+ const feature_toggle_1 = require("@sap-ux/feature-toggle");
16
17
  /**
17
18
  * Get the writer template type from the Fiori App floorplan.
18
19
  *
@@ -174,6 +175,7 @@ async function transformState({ project, service, floorplan, entityRelatedConfig
174
175
  };
175
176
  }
176
177
  if (service.capService) {
178
+ const disableCapRootPkgJsonUpdates = (0, feature_toggle_1.isFeatureEnabled)('sap.ux.testBetaFeatures.disableCapRootPkgJsonUpdates');
177
179
  const { cdsUi5PluginInfo, ...capServiceInfo } = service.capService;
178
180
  appConfig.service.capService = {
179
181
  ...capServiceInfo,
@@ -186,6 +188,10 @@ async function transformState({ project, service, floorplan, entityRelatedConfig
186
188
  appConfig.service.capService.cdsUi5PluginInfo.isWorkspaceEnabled = true;
187
189
  appConfig.service.capService.cdsUi5PluginInfo.hasCdsUi5Plugin = true;
188
190
  }
191
+ appConfig.appOptions = {
192
+ ...appConfig.appOptions,
193
+ disableCapRootPkgJsonUpdates
194
+ };
189
195
  }
190
196
  if (service.destinationAuthType === btp_utils_1.Authentication.SAML_ASSERTION ||
191
197
  service.connectedSystem?.destination?.Authentication === btp_utils_1.Authentication.SAML_ASSERTION ||
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sap-ux/fiori-app-sub-generator",
3
3
  "description": "A yeoman (sub) generator that can generate Fiori applications. Not for standalone use.",
4
- "version": "0.11.65",
4
+ "version": "0.11.67",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/SAP/open-ux-tools.git",
@@ -31,21 +31,21 @@
31
31
  "yeoman-generator": "5.10.0",
32
32
  "@sap-ux/annotation-generator": "0.4.21",
33
33
  "@sap-ux/axios-extension": "1.25.11",
34
- "@sap-ux/cap-config-writer": "0.12.61",
34
+ "@sap-ux/btp-utils": "1.1.8",
35
+ "@sap-ux/cap-config-writer": "0.12.63",
35
36
  "@sap-ux/feature-toggle": "0.3.6",
36
- "@sap-ux/fiori-elements-writer": "2.8.66",
37
- "@sap-ux/fiori-freestyle-writer": "2.5.49",
38
- "@sap-ux/fiori-generator-shared": "0.13.70",
37
+ "@sap-ux/fiori-elements-writer": "2.8.68",
38
+ "@sap-ux/fiori-freestyle-writer": "2.5.51",
39
+ "@sap-ux/fiori-generator-shared": "0.13.71",
39
40
  "@sap-ux/fiori-tools-settings": "0.2.3",
40
41
  "@sap-ux/launch-config": "0.10.62",
41
- "@sap-ux/odata-service-inquirer": "2.18.1",
42
+ "@sap-ux/odata-service-inquirer": "2.18.2",
42
43
  "@sap-ux/odata-service-writer": "0.29.18",
43
44
  "@sap-ux/project-access": "1.35.3",
44
- "@sap-ux/store": "1.5.5",
45
- "@sap-ux/telemetry": "0.6.71",
46
- "@sap-ux/ui5-application-inquirer": "0.16.26",
47
- "@sap-ux/ui5-info": "0.13.12",
48
- "@sap-ux/btp-utils": "1.1.8"
45
+ "@sap-ux/store": "1.5.6",
46
+ "@sap-ux/telemetry": "0.6.72",
47
+ "@sap-ux/ui5-application-inquirer": "0.16.27",
48
+ "@sap-ux/ui5-info": "0.13.12"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@sap-devx/yeoman-ui-types": "1.16.9",
@@ -62,9 +62,9 @@
62
62
  "mock-spawn": "0.2.6",
63
63
  "rimraf": "6.1.2",
64
64
  "yeoman-test": "6.3.0",
65
- "@sap-ux/deploy-config-sub-generator": "0.5.77",
66
- "@sap-ux/flp-config-sub-generator": "0.3.125",
67
- "@sap-ux/inquirer-common": "0.11.4",
65
+ "@sap-ux/deploy-config-sub-generator": "0.5.78",
66
+ "@sap-ux/flp-config-sub-generator": "0.3.127",
67
+ "@sap-ux/inquirer-common": "0.11.5",
68
68
  "@sap-ux/jest-file-matchers": "0.2.9",
69
69
  "@sap-ux/logger": "0.8.1"
70
70
  },