@sap/html5-app-deployer
Advanced tools
Comparing version
@@ -1,1 +0,1 @@ | ||
{"processes":{"b9950ed2-3e8d-4367-856a-5a41c8c3671e":{"parent":null,"children":[]}},"files":{"/data/xmake/prod-build10310/workspace/final-assembly/final-assembly-html5-app-deployer-SP-REL-linuxx86_64_indirectshipment/gen/out/module/lib/deployerHandler.js":["b9950ed2-3e8d-4367-856a-5a41c8c3671e"],"/data/xmake/prod-build10310/workspace/final-assembly/final-assembly-html5-app-deployer-SP-REL-linuxx86_64_indirectshipment/gen/out/module/lib/utils.js":["b9950ed2-3e8d-4367-856a-5a41c8c3671e"],"/data/xmake/prod-build10310/workspace/final-assembly/final-assembly-html5-app-deployer-SP-REL-linuxx86_64_indirectshipment/gen/out/module/lib/request-utils.js":["b9950ed2-3e8d-4367-856a-5a41c8c3671e"],"/data/xmake/prod-build10310/workspace/final-assembly/final-assembly-html5-app-deployer-SP-REL-linuxx86_64_indirectshipment/gen/out/module/lib/destination-utils.js":["b9950ed2-3e8d-4367-856a-5a41c8c3671e"],"/data/xmake/prod-build10310/workspace/final-assembly/final-assembly-html5-app-deployer-SP-REL-linuxx86_64_indirectshipment/gen/out/module/lib/gacd-handler.js":["b9950ed2-3e8d-4367-856a-5a41c8c3671e"]},"externalIds":{}} | ||
{"processes":{"c7e727d4-9fab-4a61-966e-0faf1d1657f8":{"parent":null,"children":[]}},"files":{"/data/xmake/prod-build10310/workspace/final-assembly/final-assembly-html5-app-deployer-SP-REL-linuxx86_64_indirectshipment/gen/out/module/lib/deployerHandler.js":["c7e727d4-9fab-4a61-966e-0faf1d1657f8"],"/data/xmake/prod-build10310/workspace/final-assembly/final-assembly-html5-app-deployer-SP-REL-linuxx86_64_indirectshipment/gen/out/module/lib/utils.js":["c7e727d4-9fab-4a61-966e-0faf1d1657f8"],"/data/xmake/prod-build10310/workspace/final-assembly/final-assembly-html5-app-deployer-SP-REL-linuxx86_64_indirectshipment/gen/out/module/lib/request-utils.js":["c7e727d4-9fab-4a61-966e-0faf1d1657f8"],"/data/xmake/prod-build10310/workspace/final-assembly/final-assembly-html5-app-deployer-SP-REL-linuxx86_64_indirectshipment/gen/out/module/lib/destination-utils.js":["c7e727d4-9fab-4a61-966e-0faf1d1657f8"],"/data/xmake/prod-build10310/workspace/final-assembly/final-assembly-html5-app-deployer-SP-REL-linuxx86_64_indirectshipment/gen/out/module/lib/gacd-handler.js":["c7e727d4-9fab-4a61-966e-0faf1d1657f8"]},"externalIds":{}} |
@@ -8,2 +8,7 @@ # Change Log | ||
## 6.4.2 - 2024-08-04 | ||
### Fixed | ||
- Service name calculation in GACD client | ||
## 6.4.1 - 2024-07-28 | ||
@@ -10,0 +15,0 @@ |
@@ -175,4 +175,5 @@ /* eslint-disable camelcase */ | ||
for (let service in services) { | ||
log.logMessage('info',`Adding credentials for service ${service}`); | ||
configuration['com.sap.service-credentials'][service] = [services[service]]; | ||
const serviceName = services[service].label || service; | ||
log.logMessage('info',`Adding credentials for service ${serviceName}`); | ||
configuration['com.sap.service-credentials'][serviceName] = [services[service]]; | ||
} | ||
@@ -179,0 +180,0 @@ } |
@@ -6,3 +6,3 @@ { | ||
}, | ||
"version": "6.4.1", | ||
"version": "6.4.2", | ||
"description": "HTML5 application deployer", | ||
@@ -9,0 +9,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
196300
0.25%928
0.11%