@sap-ux/project-input-validator
Advanced tools
Comparing version 0.1.0 to 0.1.2
@@ -13,3 +13,3 @@ { | ||
"CharactersForbiddenInAppName": "Only alphanumeric, underscore and slash characters are allowed", | ||
"InvalidAppNameMultipleReason": "Application name is invaid for multiple reasons:" | ||
"InvalidAppNameMultipleReason": "Application name is invalid for multiple reasons:" | ||
} |
@@ -108,3 +108,3 @@ "use strict"; | ||
const regex = /^[$LlTt]/; | ||
if (regex.test(packageName) && (transportRequest === null || transportRequest === void 0 ? void 0 : transportRequest.trim())) { | ||
if (!regex.test(packageName) && !(transportRequest === null || transportRequest === void 0 ? void 0 : transportRequest.trim())) { | ||
return (0, i18n_1.t)('AbapTransportNumRequired'); | ||
@@ -111,0 +111,0 @@ } |
{ | ||
"name": "@sap-ux/project-input-validator", | ||
"version": "0.1.0", | ||
"version": "0.1.2", | ||
"description": "Library to validate Fiori project input formats", | ||
@@ -17,3 +17,3 @@ "repository": { | ||
"dependencies": { | ||
"i18next": "20.3.2" | ||
"i18next": "20.6.1" | ||
}, | ||
@@ -20,0 +20,0 @@ "devDependencies": {}, |
24257
+ Addedi18next@20.6.1(transitive)
- Removedi18next@20.3.2(transitive)
Updatedi18next@20.6.1