@sap-ux/system-access 0.6.19 → 0.6.20

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.
@@ -166,7 +166,7 @@ async function createAbapServiceProvider(target, requestOptions, prompt, logger)
166
166
  provider = await createAbapDestinationServiceProvider(options, target, prompt);
167
167
  }
168
168
  else if (isUrlTarget(target)) {
169
- if (target.scp) {
169
+ if (target.scp || target.serviceKey) {
170
170
  provider = await createAbapCloudServiceProvider(options, target, prompt, logger);
171
171
  }
172
172
  else if (target.authenticationType === store_1.AuthenticationType.ReentranceTicket) {
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%3Asystem-access"
11
11
  },
12
- "version": "0.6.19",
12
+ "version": "0.6.20",
13
13
  "license": "Apache-2.0",
14
14
  "author": "@SAP/ux-tools-team",
15
15
  "main": "dist/index.js",
@@ -23,16 +23,16 @@
23
23
  ],
24
24
  "dependencies": {
25
25
  "prompts": "2.4.2",
26
- "@sap-ux/axios-extension": "1.22.10",
26
+ "@sap-ux/axios-extension": "1.23.0",
27
27
  "@sap-ux/btp-utils": "1.1.4",
28
28
  "@sap-ux/logger": "0.7.0",
29
- "@sap-ux/store": "1.1.5"
29
+ "@sap-ux/store": "1.2.0"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@types/prompts": "2.4.4",
33
33
  "nock": "13.4.0",
34
34
  "rimraf": "5.0.5",
35
- "@sap-ux/project-access": "1.32.3"
35
+ "@sap-ux/project-access": "1.32.4"
36
36
  },
37
37
  "engines": {
38
38
  "node": ">=20.x"