@sap-ux/repo-app-import-sub-generator 0.3.57 → 0.3.58

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.
@@ -116,7 +116,8 @@ async function getAppConfig(app, extractedProjectPath, qfaJson, systemSelection,
116
116
  },
117
117
  appOptions: {
118
118
  addAnnotations: odataVersion === odata_service_inquirer_1.OdataVersion.v4,
119
- addTests: true
119
+ addTests: true,
120
+ useVirtualPreviewEndpoints: true
120
121
  },
121
122
  ui5: {
122
123
  localVersion
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sap-ux/repo-app-import-sub-generator",
3
3
  "description": "Generator to download LROP Fiori applications deployed from an ABAP repository.",
4
- "version": "0.3.57",
4
+ "version": "0.3.58",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/SAP/open-ux-tools.git",
@@ -26,16 +26,16 @@
26
26
  "yeoman-generator": "5.10.0",
27
27
  "@sap-ux/feature-toggle": "0.3.0",
28
28
  "@sap-ux/fiori-generator-shared": "0.13.1",
29
- "@sap-ux/inquirer-common": "0.7.23",
30
29
  "@sap-ux/project-access": "1.30.7",
30
+ "@sap-ux/inquirer-common": "0.7.23",
31
31
  "@sap-ux/odata-service-inquirer": "2.5.15",
32
- "@sap-ux/fiori-elements-writer": "2.5.12",
33
32
  "@sap-ux/logger": "0.7.0",
33
+ "@sap-ux/fiori-elements-writer": "2.5.12",
34
34
  "@sap-ux/project-input-validator": "0.6.11",
35
35
  "@sap-ux/launch-config": "0.10.13",
36
36
  "@sap-ux/fiori-tools-settings": "0.2.0",
37
- "@sap-ux/abap-deploy-config-writer": "0.1.17",
38
37
  "@sap-ux/btp-utils": "1.1.0",
38
+ "@sap-ux/abap-deploy-config-writer": "0.1.17",
39
39
  "@sap-ux/ui5-info": "0.12.0",
40
40
  "@sap-ux/axios-extension": "1.22.3",
41
41
  "@sap-ux/store": "1.1.2",
@@ -64,9 +64,9 @@
64
64
  "unionfs": "4.4.0",
65
65
  "yeoman-test": "6.3.0",
66
66
  "yo": "4",
67
- "@sap-ux/nodejs-utils": "0.2.1",
68
67
  "@sap-ux/store": "1.1.2",
69
- "@sap-ux/ui5-config": "0.29.0"
68
+ "@sap-ux/ui5-config": "0.29.0",
69
+ "@sap-ux/nodejs-utils": "0.2.1"
70
70
  },
71
71
  "engines": {
72
72
  "node": ">=20.x"