@sap-ux/fiori-app-sub-generator 0.6.18 → 0.6.20

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.
@@ -273,7 +273,8 @@ function getBaseAppConfig({ project, service, floorplan, entityRelatedConfig, vi
273
273
  addTests: canGenerateTests(template.type),
274
274
  generateIndex: generateIndexHtml,
275
275
  addAnnotations: entityRelatedConfig?.addFEOPAnnotations || entityRelatedConfig?.addLineItemAnnotations,
276
- useVirtualPreviewEndpoints: project.enableVirtualEndpoints
276
+ useVirtualPreviewEndpoints: project.enableVirtualEndpoints,
277
+ addCdsUi5Plugin: project.addCdsUi5Plugin ?? true // Defaults to true
277
278
  },
278
279
  template: template
279
280
  };
@@ -29,6 +29,7 @@ export interface Project {
29
29
  flpAppId?: string;
30
30
  minSupportedUI5Version?: string;
31
31
  manifestMinUI5Version?: string;
32
+ addCdsUi5Plugin?: boolean;
32
33
  }
33
34
  export interface Credentials {
34
35
  username: string;
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.6.18",
4
+ "version": "0.6.20",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/SAP/open-ux-tools.git",
@@ -29,22 +29,22 @@
29
29
  "mem-fs-editor": "9.4.0",
30
30
  "uuid": "11.0.5",
31
31
  "yeoman-generator": "5.10.0",
32
+ "@sap-ux/annotation-generator": "0.3.52",
32
33
  "@sap-ux/axios-extension": "1.22.5",
33
34
  "@sap-ux/btp-utils": "1.1.0",
34
- "@sap-ux/cap-config-writer": "0.10.26",
35
+ "@sap-ux/cap-config-writer": "0.11.0",
35
36
  "@sap-ux/feature-toggle": "0.3.0",
36
- "@sap-ux/fiori-elements-writer": "2.5.25",
37
- "@sap-ux/annotation-generator": "0.3.51",
38
- "@sap-ux/fiori-generator-shared": "0.13.8",
37
+ "@sap-ux/fiori-elements-writer": "2.5.27",
38
+ "@sap-ux/fiori-freestyle-writer": "2.4.35",
39
+ "@sap-ux/fiori-generator-shared": "0.13.9",
39
40
  "@sap-ux/fiori-tools-settings": "0.2.0",
40
- "@sap-ux/launch-config": "0.10.18",
41
- "@sap-ux/odata-service-inquirer": "2.5.32",
42
- "@sap-ux/odata-service-writer": "0.27.16",
43
- "@sap-ux/fiori-freestyle-writer": "2.4.33",
44
- "@sap-ux/project-access": "1.30.11",
41
+ "@sap-ux/launch-config": "0.10.19",
42
+ "@sap-ux/odata-service-inquirer": "2.5.33",
43
+ "@sap-ux/odata-service-writer": "0.27.17",
44
+ "@sap-ux/project-access": "1.30.12",
45
45
  "@sap-ux/store": "1.1.2",
46
- "@sap-ux/telemetry": "0.6.15",
47
- "@sap-ux/ui5-application-inquirer": "0.14.38",
46
+ "@sap-ux/telemetry": "0.6.16",
47
+ "@sap-ux/ui5-application-inquirer": "0.15.0",
48
48
  "@sap-ux/ui5-info": "0.12.1"
49
49
  },
50
50
  "devDependencies": {
@@ -62,9 +62,9 @@
62
62
  "mock-spawn": "0.2.6",
63
63
  "rimraf": "5.0.5",
64
64
  "yeoman-test": "6.3.0",
65
- "@sap-ux/deploy-config-sub-generator": "0.3.58",
66
- "@sap-ux/flp-config-sub-generator": "0.3.13",
67
- "@sap-ux/inquirer-common": "0.7.34",
65
+ "@sap-ux/deploy-config-sub-generator": "0.3.59",
66
+ "@sap-ux/flp-config-sub-generator": "0.3.14",
67
+ "@sap-ux/inquirer-common": "0.7.35",
68
68
  "@sap-ux/jest-file-matchers": "0.2.4",
69
69
  "@sap-ux/logger": "0.7.0"
70
70
  },