@sap-ux/cf-deploy-config-inquirer 0.2.5 → 0.2.8
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/index.d.ts +1 -1
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -30,5 +30,5 @@ declare function getAppRouterPrompts(promptOptions: CfAppRouterDeployConfigPromp
|
|
|
30
30
|
* @returns the prompt answers
|
|
31
31
|
*/
|
|
32
32
|
declare function prompt(adapter: InquirerAdapter, promptOptions: CfDeployConfigPromptOptions, logger?: Logger): Promise<CfDeployConfigAnswers>;
|
|
33
|
-
export { getPrompts, type CfDeployConfigPromptOptions, type CfSystemChoice, promptNames, prompt, appRouterPromptNames, getAppRouterPrompts, type CfAppRouterDeployConfigPromptOptions, RouterModuleType, type CfDeployConfigQuestions, type CfDeployConfigAnswers, type CfAppRouterDeployConfigAnswers };
|
|
33
|
+
export { getPrompts, type CfDeployConfigPromptOptions, type CfSystemChoice, promptNames, prompt, appRouterPromptNames, getAppRouterPrompts, type CfAppRouterDeployConfigPromptOptions, RouterModuleType, type CfDeployConfigQuestions, type CfDeployConfigAnswers, type CfAppRouterDeployConfigAnswers, type CfAppRouterDeployConfigQuestions };
|
|
34
34
|
//# sourceMappingURL=index.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap-ux/cf-deploy-config-inquirer",
|
|
3
3
|
"description": "Prompts module that can provide prompts for cf deployment config writer",
|
|
4
|
-
"version": "0.2.
|
|
4
|
+
"version": "0.2.8",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/SAP/open-ux-tools.git",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"i18next": "23.5.1",
|
|
23
23
|
"inquirer-autocomplete-prompt": "2.0.1",
|
|
24
|
-
"@sap-ux/inquirer-common": "0.6.
|
|
24
|
+
"@sap-ux/inquirer-common": "0.6.19",
|
|
25
25
|
"@sap-ux/btp-utils": "1.0.1",
|
|
26
26
|
"@sap-ux/logger": "0.6.0"
|
|
27
27
|
},
|