@sap-ux/ui5-application-inquirer 0.11.1 → 0.11.2

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/index.d.ts +2 -2
  2. package/package.json +3 -3
package/dist/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  import { type CdsUi5PluginInfo } from '@sap-ux/project-access';
2
2
  import type { InquirerAdapter, PromptDefaultValue } from '@sap-ux/inquirer-common';
3
- import type { UI5ApplicationAnswers, UI5ApplicationPromptOptions, UI5ApplicationQuestion } from './types';
3
+ import type { UI5ApplicationAnswers, UI5ApplicationCommonPromptOptions, UI5ApplicationPromptOptions, UI5ApplicationQuestion } from './types';
4
4
  import { promptNames } from './types';
5
5
  /**
6
6
  * Get the inquirer prompts for ui5 library inquirer.
@@ -21,5 +21,5 @@ declare function getPrompts(promptOptions?: UI5ApplicationPromptOptions, capCdsI
21
21
  * @returns the prompt answers
22
22
  */
23
23
  declare function prompt(adapter: InquirerAdapter, promptOptions?: UI5ApplicationPromptOptions, capCdsInfo?: CdsUi5PluginInfo, isYUI?: boolean): Promise<UI5ApplicationAnswers>;
24
- export { getPrompts, prompt, promptNames, type CdsUi5PluginInfo, type InquirerAdapter, type PromptDefaultValue, type UI5ApplicationAnswers, type UI5ApplicationPromptOptions };
24
+ export { getPrompts, prompt, promptNames, type CdsUi5PluginInfo, type InquirerAdapter, type PromptDefaultValue, type UI5ApplicationAnswers, type UI5ApplicationPromptOptions, type UI5ApplicationCommonPromptOptions };
25
25
  //# sourceMappingURL=index.d.ts.map
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sap-ux/ui5-application-inquirer",
3
3
  "description": "Prompts module that can prompt users for inputs required for UI5 application writing",
4
- "version": "0.11.1",
4
+ "version": "0.11.2",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/SAP/open-ux-tools.git",
@@ -23,7 +23,7 @@
23
23
  "inquirer-autocomplete-prompt": "2.0.1",
24
24
  "lodash": "4.17.21",
25
25
  "semver": "7.5.4",
26
- "@sap-ux/inquirer-common": "0.6.32",
26
+ "@sap-ux/inquirer-common": "0.6.33",
27
27
  "@sap-ux/project-access": "1.29.18",
28
28
  "@sap-ux/project-input-validator": "0.5.0",
29
29
  "@sap-ux/ui5-info": "0.9.1"
@@ -35,7 +35,7 @@
35
35
  "@types/lodash": "4.14.202",
36
36
  "@types/semver": "7.5.4",
37
37
  "inquirer": "8.2.6",
38
- "@sap-ux/cap-config-writer": "0.9.22"
38
+ "@sap-ux/cap-config-writer": "0.9.23"
39
39
  },
40
40
  "engines": {
41
41
  "node": ">=18.x"