@sap-ux/odata-service-inquirer 2.2.23 → 2.2.24
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/dist/types.d.ts +3 -3
- package/package.json +4 -4
package/dist/types.d.ts
CHANGED
|
@@ -243,9 +243,9 @@ export type SystemSelectionPromptOptions = {
|
|
|
243
243
|
*/
|
|
244
244
|
useAutoComplete?: boolean;
|
|
245
245
|
/**
|
|
246
|
-
* Include the Cloud Foundry Abap environments service in the system selection prompt,
|
|
247
|
-
*
|
|
248
|
-
*
|
|
246
|
+
* Include the Cloud Foundry Abap environments service in the system selection prompt, only on Business Application Studio.
|
|
247
|
+
* On non-BAS environments e.g. VSCode, the option to connect with Cloud Foundry Abap environments is included by default
|
|
248
|
+
* via the 'New System' -> 'ABAP Environment on SAP Business Technology Platform' -> 'Discover a Cloud Foundry Service' option.
|
|
249
249
|
*/
|
|
250
250
|
includeCloudFoundryAbapEnvChoice?: boolean;
|
|
251
251
|
/**
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap-ux/odata-service-inquirer",
|
|
3
3
|
"description": "Prompts module that can prompt users for inputs required for odata service writing",
|
|
4
|
-
"version": "2.2.
|
|
4
|
+
"version": "2.2.24",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/SAP/open-ux-tools.git",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"@sap-ux/inquirer-common": "0.6.31",
|
|
37
37
|
"@sap-ux/logger": "0.6.0",
|
|
38
38
|
"@sap-ux/project-access": "1.29.18",
|
|
39
|
-
"@sap-ux/project-input-validator": "0.
|
|
39
|
+
"@sap-ux/project-input-validator": "0.4.0",
|
|
40
40
|
"@sap-ux/store": "1.0.0"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
@@ -47,8 +47,8 @@
|
|
|
47
47
|
"@types/lodash": "4.14.202",
|
|
48
48
|
"jest-extended": "3.2.4",
|
|
49
49
|
"@sap-ux/fiori-generator-shared": "0.9.11",
|
|
50
|
-
"@sap-ux/fiori-elements-writer": "2.1.
|
|
51
|
-
"@sap-ux/fiori-freestyle-writer": "2.2.
|
|
50
|
+
"@sap-ux/fiori-elements-writer": "2.1.35",
|
|
51
|
+
"@sap-ux/fiori-freestyle-writer": "2.2.5",
|
|
52
52
|
"@sap-ux/feature-toggle": "0.2.3",
|
|
53
53
|
"@sap-ux/odata-service-writer": "0.26.13",
|
|
54
54
|
"@sap-ux/cap-config-writer": "0.9.22"
|