@sap-ux/abap-deploy-config-inquirer 1.0.16 → 1.0.18

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.
@@ -105,7 +105,7 @@
105
105
  "warnings": {
106
106
  "packageNotFound": "Package list cannot be fetched. Please enter the Package manually.",
107
107
  "providePackage": "Provide a package",
108
- "transportConfigFailure": "Cannot get transport configuration from the backend. You can still proceed with deployment configuration by manually providing the package and transport request needed. \nFor more information on this error, please see Guided Answers {{helpLink}}",
108
+ "transportConfigFailure": "Cannot get transport configuration from the backend. You can still proceed with deployment configuration by manually providing the package and transport request needed. \nFor more information on this error, please see Guided Answers {{-helpLink}}",
109
109
  "noTransportReqs": "There are no Transport Requests for the supplied package. You can choose to create a new one now or during deployment.",
110
110
  "noExistingTransportReqList": "Transport Request list cannot be fetched. Please enter Transport Request manually.",
111
111
  "virtualHost": "The destination is using a virtual host, you will need to replace the host in the URL with the internal host that is configured with your SAP Cloud Connector when viewing your deployed application."
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "url": "https://github.com/SAP/open-ux-tools.git",
7
7
  "directory": "packages/abap-deploy-config-inquirer"
8
8
  },
9
- "version": "1.0.16",
9
+ "version": "1.0.18",
10
10
  "license": "Apache-2.0",
11
11
  "main": "dist/index.js",
12
12
  "files": [
@@ -20,14 +20,14 @@
20
20
  "i18next": "23.5.1",
21
21
  "@sap-devx/yeoman-ui-types": "1.14.4",
22
22
  "inquirer-autocomplete-prompt": "2.0.1",
23
- "@sap-ux/axios-extension": "1.17.0",
23
+ "@sap-ux/axios-extension": "1.17.1",
24
24
  "@sap-ux/btp-utils": "0.15.2",
25
- "@sap-ux/fiori-generator-shared": "0.7.4",
25
+ "@sap-ux/fiori-generator-shared": "0.7.5",
26
26
  "@sap-ux/guided-answers-helper": "0.0.2",
27
27
  "@sap-ux/inquirer-common": "0.4.10",
28
28
  "@sap-ux/logger": "0.6.0",
29
29
  "@sap-ux/store": "0.9.3",
30
- "@sap-ux/system-access": "0.5.15",
30
+ "@sap-ux/system-access": "0.5.16",
31
31
  "@sap-ux/ui5-config": "0.25.1"
32
32
  },
33
33
  "devDependencies": {