@sap-ux/adp-tooling 0.15.23 → 0.15.25

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.
@@ -13,7 +13,6 @@ export declare const BASE_I18N_DESCRIPTION = "#Make sure you provide a unique pr
13
13
  export declare const S4HANA_APPS_PARAMS: {
14
14
  'sap.app/type': string;
15
15
  'sap.fiori/cloudDevAdaptationStatus': string;
16
- fileType: string;
17
16
  fields: string;
18
17
  };
19
18
  export declare const ABAP_APPS_PARAMS: {
@@ -16,7 +16,6 @@ exports.BASE_I18N_DESCRIPTION = '#Make sure you provide a unique prefix to the n
16
16
  exports.S4HANA_APPS_PARAMS = {
17
17
  'sap.app/type': 'application',
18
18
  'sap.fiori/cloudDevAdaptationStatus': 'released',
19
- 'fileType': 'appdescr',
20
19
  'fields': 'sap.app/id,repoName,sap.fiori/cloudDevAdaptationStatus,sap.app/ach,sap.fiori/registrationIds,sap.app/title,url,fileType'
21
20
  };
22
21
  exports.ABAP_APPS_PARAMS = {
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "bugs": {
10
10
  "url": "https://github.com/SAP/open-ux-tools/issues?q=is%3Aopen+is%3Aissue+label%3Abug+label%3Aadp-tooling"
11
11
  },
12
- "version": "0.15.23",
12
+ "version": "0.15.25",
13
13
  "license": "Apache-2.0",
14
14
  "author": "@SAP/ux-tools-team",
15
15
  "main": "dist/index.js",
@@ -33,13 +33,13 @@
33
33
  "prompts": "2.4.2",
34
34
  "sanitize-filename": "1.6.3",
35
35
  "uuid": "10.0.0",
36
- "@sap-ux/axios-extension": "1.22.6",
36
+ "@sap-ux/axios-extension": "1.22.7",
37
37
  "@sap-ux/btp-utils": "1.1.1",
38
- "@sap-ux/inquirer-common": "0.7.38",
38
+ "@sap-ux/inquirer-common": "0.7.39",
39
39
  "@sap-ux/logger": "0.7.0",
40
40
  "@sap-ux/project-access": "1.30.13",
41
41
  "@sap-ux/project-input-validator": "0.6.18",
42
- "@sap-ux/system-access": "0.6.15",
42
+ "@sap-ux/system-access": "0.6.16",
43
43
  "@sap-ux/ui5-config": "0.29.3",
44
44
  "@sap-ux/ui5-info": "0.12.2",
45
45
  "@sap-ux/odata-service-writer": "0.27.18",