@sap-ux/project-input-validator 0.6.29 → 0.6.30
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.
- package/README.md +4 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
[](https://github.com/SAP/open-ux-tools/blob/main/packages/project-input-validator/CHANGELOG.md) [](https://github.com/SAP/open-ux-tools/tree/main/packages/project-input-validator)
|
|
2
|
+
|
|
3
|
+
# [`@sap-ux/project-input-validator`](https://github.com/SAP/open-ux-tools/tree/main/packages/project-input-validator)
|
|
2
4
|
Library that provides utility functions to validate input constraints required by Fiori projects.
|
|
3
5
|
For example, validate Fiori project name text length limit, special characters that are not allowed
|
|
4
6
|
in the naming, SAP client format, project description text length limit, etc.
|
|
@@ -17,4 +19,4 @@ Pnpm
|
|
|
17
19
|
`pnpm add @sap-ux/project-input-validator`
|
|
18
20
|
|
|
19
21
|
## Usage
|
|
20
|
-
See example usage in [test folder](./test).
|
|
22
|
+
See example usage in [test folder](./test).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap-ux/project-input-validator",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.30",
|
|
4
4
|
"description": "Library to validate Fiori project input formats",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"i18next": "25.3.0",
|
|
18
18
|
"validate-npm-package-name": "5.0.0",
|
|
19
|
-
"@sap-ux/project-access": "1.32.
|
|
19
|
+
"@sap-ux/project-access": "1.32.8"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
22
|
"@types/validate-npm-package-name": "4.0.1",
|