@sap-ux/adp-tooling 0.19.2 → 0.19.5

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.
@@ -175,7 +175,7 @@ async function getAbapServiceUrl(projectPath) {
175
175
  if (!target) {
176
176
  return undefined;
177
177
  }
178
- if (target.url) {
178
+ if (!(0, btp_utils_1.isAppStudio)()) {
179
179
  return target.url;
180
180
  }
181
181
  if (target.destination) {
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.19.2",
12
+ "version": "0.19.5",
13
13
  "license": "Apache-2.0",
14
14
  "author": "@SAP/ux-tools-team",
15
15
  "main": "dist/index.js",
@@ -39,15 +39,15 @@
39
39
  "@sap-ux/axios-extension": "1.26.0",
40
40
  "@sap-ux/btp-utils": "1.2.0",
41
41
  "@sap-ux/i18n": "0.4.0",
42
- "@sap-ux/inquirer-common": "0.13.0",
42
+ "@sap-ux/inquirer-common": "0.13.2",
43
43
  "@sap-ux/logger": "0.9.0",
44
44
  "@sap-ux/nodejs-utils": "0.3.0",
45
- "@sap-ux/odata-service-writer": "0.32.0",
46
- "@sap-ux/project-access": "1.37.0",
47
- "@sap-ux/project-input-validator": "0.7.0",
45
+ "@sap-ux/odata-service-writer": "0.32.2",
46
+ "@sap-ux/project-access": "1.38.1",
47
+ "@sap-ux/project-input-validator": "0.7.2",
48
48
  "@sap-ux/store": "1.6.0",
49
49
  "@sap-ux/system-access": "0.8.0",
50
- "@sap-ux/ui5-config": "0.31.0",
50
+ "@sap-ux/ui5-config": "0.31.1",
51
51
  "@sap-ux/ui5-info": "0.14.0"
52
52
  },
53
53
  "devDependencies": {