@sap-ux/cf-deploy-config-inquirer 0.3.18 → 0.3.19

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.
@@ -92,7 +92,7 @@ function validateMtaId(input, previousAnswers) {
92
92
  }
93
93
  const mtaPath = previousAnswers.mtaPath || '';
94
94
  // Windows path length validation
95
- const winPathResult = (0, project_input_validator_1.validateWindowsPathLength)((0, path_1.join)(mtaPath, input), (0, i18n_1.t)('error.windowsMtaIdPathTooLong'));
95
+ const winPathResult = (0, project_input_validator_1.validateWindowsPathLength)((0, path_1.join)(mtaPath, input), (0, i18n_1.t)('errors.windowsMtaIdPathTooLong'));
96
96
  if (winPathResult !== true) {
97
97
  return winPathResult;
98
98
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sap-ux/cf-deploy-config-inquirer",
3
3
  "description": "Prompts module that can provide prompts for cf deployment config writer",
4
- "version": "0.3.18",
4
+ "version": "0.3.19",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/SAP/open-ux-tools.git",