@sap-ux/adp-tooling 1.0.6 → 1.0.7
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.
|
@@ -128,7 +128,7 @@
|
|
|
128
128
|
"couldNotFetchServiceKeys": "Cannot fetch the service keys. Error: {{error}}",
|
|
129
129
|
"metadataFetchingNotSupportedForCF": "Metadata fetching is not supported for Cloud Foundry projects.",
|
|
130
130
|
"failedToListBtpDestinations": "Failed to list BTP destinations. Error: {{error}}",
|
|
131
|
-
"incompleteDestinationServiceCredentials": "
|
|
131
|
+
"incompleteDestinationServiceCredentials": "The credentials for the destination service are incomplete. Regenerate the service key and check the destination service.",
|
|
132
132
|
"destinationServiceNotFoundInMtaYaml": "Destination service instance not found in mta.yaml. Ensure a resource with 'service: destination' is declared.",
|
|
133
133
|
"noServiceKeysFoundForDestination": "No service keys found for destination service instance '{{serviceInstanceName}}'. Ensure the service is provisioned and try again.",
|
|
134
134
|
"errorFetchingDestinations": "An error occurred when fetching destinations. For more information, see the logs.",
|
package/package.json
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"bugs": {
|
|
11
11
|
"url": "https://github.com/SAP/open-ux-tools/issues?q=is%3Aopen+is%3Aissue+label%3Abug+label%3Aadp-tooling"
|
|
12
12
|
},
|
|
13
|
-
"version": "1.0.
|
|
13
|
+
"version": "1.0.7",
|
|
14
14
|
"license": "Apache-2.0",
|
|
15
15
|
"author": "@SAP/ux-tools-team",
|
|
16
16
|
"main": "dist/index.js",
|