@sap-ux/project-input-validator 0.3.0 → 0.3.1

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.
@@ -44,6 +44,6 @@
44
44
  },
45
45
  "general": {
46
46
  "invalidUrl": "Invalid URL: [{{-input}}]",
47
- "invalidClient": "[{{client}}] is invalid. Enter blank or a value between 000-999"
47
+ "invalidClient": "[{{client}}] is invalid. Leave empty or enter value between 000-999"
48
48
  }
49
49
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sap-ux/project-input-validator",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "Library to validate Fiori project input formats",
5
5
  "repository": {
6
6
  "type": "git",