@sap-ux/odata-service-inquirer 2.2.22 → 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.
Files changed (2) hide show
  1. package/dist/types.d.ts +3 -3
  2. package/package.json +11 -11
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, note this option is only supported on Business Application Studio.
247
- * Even if this option is set to true, the choice will only be included if the prompts are executed in the Business Application Studio.
248
- * Note that there is no implementation for this option in this module and handling of the prompt optin and subsequent prompting must be implemented by the consumer.
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.22",
4
+ "version": "2.2.24",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/SAP/open-ux-tools.git",
@@ -30,13 +30,13 @@
30
30
  "os-name": "4.0.1",
31
31
  "@sap-ux/axios-extension": "1.19.1",
32
32
  "@sap-ux/btp-utils": "1.0.2",
33
- "@sap-ux/fiori-generator-shared": "0.9.10",
33
+ "@sap-ux/fiori-generator-shared": "0.9.11",
34
34
  "@sap-ux/guided-answers-helper": "0.2.1",
35
- "@sap-ux/telemetry": "0.5.71",
36
- "@sap-ux/inquirer-common": "0.6.30",
35
+ "@sap-ux/telemetry": "0.5.72",
36
+ "@sap-ux/inquirer-common": "0.6.31",
37
37
  "@sap-ux/logger": "0.6.0",
38
- "@sap-ux/project-access": "1.29.17",
39
- "@sap-ux/project-input-validator": "0.3.4",
38
+ "@sap-ux/project-access": "1.29.18",
39
+ "@sap-ux/project-input-validator": "0.4.0",
40
40
  "@sap-ux/store": "1.0.0"
41
41
  },
42
42
  "devDependencies": {
@@ -46,12 +46,12 @@
46
46
  "@types/inquirer": "8.2.6",
47
47
  "@types/lodash": "4.14.202",
48
48
  "jest-extended": "3.2.4",
49
- "@sap-ux/fiori-generator-shared": "0.9.10",
50
- "@sap-ux/fiori-elements-writer": "2.1.33",
51
- "@sap-ux/fiori-freestyle-writer": "2.2.3",
49
+ "@sap-ux/fiori-generator-shared": "0.9.11",
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
- "@sap-ux/odata-service-writer": "0.26.12",
54
- "@sap-ux/cap-config-writer": "0.9.21"
53
+ "@sap-ux/odata-service-writer": "0.26.13",
54
+ "@sap-ux/cap-config-writer": "0.9.22"
55
55
  },
56
56
  "engines": {
57
57
  "node": ">=18.x"