@sap-ux/ui5-application-inquirer 0.9.29 → 0.9.31

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 CHANGED
@@ -1,4 +1,4 @@
1
- import { type CdsUi5PluginInfo } from '@sap-ux/cap-config-writer';
1
+ import { type CdsUi5PluginInfo } from '@sap-ux/project-access';
2
2
  import type { InquirerAdapter, PromptDefaultValue } from '@sap-ux/inquirer-common';
3
3
  import type { UI5ApplicationAnswers, UI5ApplicationPromptOptions, UI5ApplicationQuestion } from './types';
4
4
  import { promptNames } from './types';
@@ -1,4 +1,4 @@
1
- import { type CdsUi5PluginInfo } from '@sap-ux/cap-config-writer';
1
+ import { type CdsUi5PluginInfo } from '@sap-ux/project-access';
2
2
  import { type UI5Version } from '@sap-ux/ui5-info';
3
3
  import type { UI5ApplicationPromptOptions, UI5ApplicationQuestion } from '../types';
4
4
  /**
package/dist/types.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import type { CdsUi5PluginInfo } from '@sap-ux/cap-config-writer';
1
+ import type { CdsUi5PluginInfo } from '@sap-ux/project-access';
2
2
  import type { CommonPromptOptions, PromptDefaultValue, UI5VersionChoice, YUIQuestion } from '@sap-ux/inquirer-common';
3
3
  import type { AutocompleteQuestionOptions } from 'inquirer-autocomplete-prompt';
4
4
  export interface UI5ApplicationAnswers {
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.9.29",
4
+ "version": "0.9.31",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/SAP/open-ux-tools.git",
@@ -23,10 +23,10 @@
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.29",
27
- "@sap-ux/project-access": "1.29.16",
26
+ "@sap-ux/project-access": "1.29.18",
28
27
  "@sap-ux/project-input-validator": "0.3.4",
29
- "@sap-ux/ui5-info": "0.9.1"
28
+ "@sap-ux/ui5-info": "0.9.1",
29
+ "@sap-ux/inquirer-common": "0.6.31"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@sap-devx/yeoman-ui-types": "1.14.4",
@@ -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.20"
38
+ "@sap-ux/cap-config-writer": "0.9.22"
39
39
  },
40
40
  "engines": {
41
41
  "node": ">=18.x"