@sap-ux/project-input-validator
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -64,3 +64,4 @@ "use strict"; | ||
else { | ||
return `${(0, i18n_1.t)('deploy.invalidAppNameMultipleReason')}${os_1.EOL}${errorMessages.join(os_1.EOL)}${os_1.EOL}`; | ||
const indentErrorMessageRows = errorMessages.map((errorMessage) => `${' '.repeat(8)}${errorMessage}`).join(os_1.EOL); | ||
return `${(0, i18n_1.t)('deploy.invalidAppNameMultipleReason')}${os_1.EOL}${indentErrorMessageRows}${os_1.EOL}`; | ||
} | ||
@@ -67,0 +68,0 @@ } |
{ | ||
"deploy": { | ||
"a": "Deployment Description should not exceed 60 characters", | ||
"abapAppDescLength": "Deployment Description should not exceed 60 characters", | ||
"abapTransportNumRequired": "Provide a transport request for your application", | ||
@@ -5,0 +5,0 @@ "abapPackageWarn": "Provide a package", |
{ | ||
"name": "@sap-ux/project-input-validator", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Library to validate Fiori project input formats", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -20,2 +20,2 @@ # @sap-ux/project-input-validator | ||
## Usage | ||
See example usage in [test folder](./test/validators.test.ts). | ||
See example usage in [test folder](./test). |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
37589
546
0