@sap-ux/ui5-library-writer 0.6.4 → 0.6.5

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.
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "error": {
3
- "missingRequiredProperty": "The property: {{ propertyName }} must have a value",
4
- "useAlphaNumeric": "Please use lowercase alpha numeric characters only for the property {{ propertyName }}",
5
- "invalidUI5Version": "The specified UI5 version is invalid: {{ version }}",
3
+ "missingRequiredProperty": "The property: {{ propertyName }} must have a value.",
4
+ "useAlphaNumeric": "Only use lowercase alphanumeric characters for the property: {{ propertyName }}.",
5
+ "invalidUI5Version": "The specified SAPUI5 version is invalid: {{ version }}. Choose a valid SAPUI5 version.",
6
6
  "invalidNamespace": {
7
- "mustStartWithLetter": "The namespace must start with a letter",
8
- "endsInPeriod": "The namespace cannot end with a period",
9
- "isSap": "The namespace cannot be {{ str }}",
10
- "startsWithNew": "The namespace cannot start with {{ str }}",
11
- "numAfterPeriod": "A number cannot follow a period in the namespace",
12
- "specialCharacter": "The namespace can only contain letters, digits, dots, and underscores",
13
- "tooLong": "The combined length of the application namespace and module name must not exceed {{ length }} characters"
7
+ "mustStartWithLetter": "The namespace must start with a letter.",
8
+ "endsInPeriod": "The namespace cannot end with a period.",
9
+ "isSap": "The namespace cannot be {{ str }}.",
10
+ "startsWithNew": "The namespace cannot start with {{ str }}.",
11
+ "numAfterPeriod": "A number cannot follow a period in the namespace.",
12
+ "specialCharacter": "The namespace must only contain letters, digits, dots, and underscores.",
13
+ "tooLong": "The combined length of the application namespace and module name must not exceed {{ length }} characters."
14
14
  }
15
15
  }
16
16
  }
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "bugs": {
10
10
  "url": "https://github.com/SAP/open-ux-tools/issues?q=is%3Aopen+is%3Aissue+label%3Abug+label%3Aui5-library-writer"
11
11
  },
12
- "version": "0.6.4",
12
+ "version": "0.6.5",
13
13
  "license": "Apache-2.0",
14
14
  "main": "dist/index.js",
15
15
  "files": [